/* =Responsive (Mobile) Design
-------------------------------------------------------------- */

@media screen and (max-width: 1204px) {
.post .widget-wrapper-noimg {
    min-height: 420px;
}
.post .widget-wrapper {
    min-height: 420px;
}
.widget-wrapper .post_content_wrapper2 {
    height: 245px;
}
.widget-wrapper-noimg .post_content_wrapper2 {
    height: 340px;}
}


@media screen and (max-width: 980px) {

	body {
	}

	.grid,
	.grid-right {
		display: block;
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.copyright,
	.scroll-top,
	.powered {
		float: left;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.front-page  #widgets {
		margin-top: 40px;
	}

	.top-widget,
	.front-page  .top-widget {
		margin-top: 0 !important;
	}

	.hide-desktop {
		display: block;
	}

	.show-desktop {
		display: none;
	}

	.hide-980 {
		display: none;
	}

	.show-980 {
		display: block;
	}
	.post .widget-wrapper-noimg {min-height:230px;}
	.widget-wrapper .post_content_wrapper2 { height: 125px;}
	.widget-wrapper-noimg .post_content_wrapper2 { height: 150px; }
	#footer #popup {width:85%}
}

@media screen and (max-width: 720px) {

	body {
	}

	#logo {
		float: none;
		margin: 0;
		text-align: left;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.top-widget {
		float: none;
		margin: 0 auto 10px auto;
		position: relative;
		text-align: center;
		width: auto;
	}

	.top-widget .widget-title h3 {
		text-align: center;
	}

	.js .sub-header-menu {
		display: none;
	}

	.js .main-nav {
		position: relative;
		background-color: rgb(57, 177, 222);
		/*background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
		background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
		background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
		background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
		background-image: -o-linear-gradient(top, #585858, #3d3d3d);
		background-image: linear-gradient(top, #585858, #3d3d3d);*/
		border-color:#e7e7e7;
		clear: both;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
		margin: 0 auto;
	}

	.js .main-nav .menu {
		display: none;
		position: absolute;
		width: 100%;
		z-index: 1000;
	}

	.js .main-nav .menu ul {
		margin-top: 1px;
	}

	.js .main-nav .menu li {
		float: none;
		background-color: rgb(57, 177, 222);
		border: none;
	}

	.js .main-nav .menu li a {
		color: #fff;
		font-size: 13px;
		font-weight: normal;
		height: 40px;
		line-height: 45px;
		padding: 0 15px;
		/*background-image: url("../images/select-closed-arrow.png");*/
		background-repeat:no-repeat;
		background-position:right;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
		text-align: left;
		cursor: pointer;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
	}
	.arrow{
	background-image: url("../images/select-closed-arrow.png");
	background-position:right;
	background-repeat:no-repeat;
	float:right;
	margin-top:-38px;
	height:38px;
	width:60px;
	position:absolute;
	z-index:9;
	top:40px;
	right:0;
	cursor:pointer;
	display:none;
	}
	.arrow.active {
	background-image: url("../images/select-open-arrow.png") ;
	background-position:right;
	background-repeat:no-repeat;
	cursor:pointer;
	}

	.js .main-nav .menu li.current_page_item,
	.js .menu .current_page_item a,
	.js .menu .current-menu-item a {
		background-color: rgb(57, 177, 222);
	}

	.js .main-nav .menu li li:hover {
		background: none !important;
	}

	.js .main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
		border-bottom:none!important;
	}

	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}

	.js .main-nav .menu li a:hover,
	.js .main-nav .menu li li a:hover {
		background-image: none;
		filter: none;
		background-color: rgb(57, 177, 222) !important;
		/*background-image:url("../images/select-closed-arrow.png")!important;*/
		background-repeat:no-repeat!important;
		background-position:right!important;
	}

	.js .main-nav .menu li li a::before {
		position: absolute;
		top: 0;
		left: 20px;
	}

	.js .main-nav .menu li li li a::before {
	
		position: absolute;
		top: 0;
		left: 20px;
	}

	.js .main-nav .menu li li li a::after {
	
		position: absolute;
		top: 0;
		left: 30px;
	}

	.js .main-nav .menu li ul {
		position: static;
		visibility: visible;
		background-color: rgb(57, 177, 222);
		display:none;
	}

	.js .main-nav .menu ul {
		min-width: 0;
		box-shadow: none!important;
	}
	
	.js .main-nav .menu ul li a {
	background-color: rgba(255, 255, 255, 0.1) !important;
	margin: 0px;
	}
	
	.js .main-nav .menu ul li a:hover {
	background-color: rgba(255, 255, 255, 0.2) !important;
	}

	.js .main-nav #responsive_current_menu_item {
		display: block;
		padding: 15px 40px;
		color: #ffffff;
		font-size:22px;
		cursor: pointer;
		height:17px;
	}

	.js .main-nav a#responsive_menu_button {
		position: absolute;
		display: block;
		top: 10px;
		left: 35px;
		height: 30px;
		width: 23px;
		margin-left: -30px;
		background: url('../images/select-icons.png') 0 5px no-repeat;
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button.responsive-toggle-open {
		background: url('../images/select-icons.png') 0 -46px no-repeat;
	}

	.top-menu,
	.footer-menu li {
		float: none;
		font-size: 11px;
		text-align: center;
	}

	#author-meta {
		padding: 20px;
	}

	#wrapper .gallery .gallery-item {
		max-width: 100%;
	}

	.hide-650 {
		display: none;
	}

	.show-650 {
		display: block;
	}

	.hide-mobile {
		display: none;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		padding-bottom: 10px;
		text-align: center;
	}
	.top-widget {display:none;}
	.js .main-nav .menu {position:relative;}
	.post .widget-wrapper-noimg {min-height:260px;}
	#searchmedia h2 { font-size: 24px; margin: 5px 0px;}
	#searchform { margin: 5px 0;}
	.widget-wrapper-noimg .post_content_wrapper2 { height: 180px; }
	#footer #popup {width:85%}
}

@media screen and (max-width: 600px) {
	#searchfield {width:83%}
	#searchbtn {width:17%}
	#searchform {width:100%}
	#searchmedia h2 { font-size: 24px; margin: 0;}
	#searchform { margin: 15px 0; width: 100%;}
	#footer #popup {width:85%}
}

@media screen and (max-width: 480px) {

	body {
	}

	#logo {
		float: none;
		text-align: left;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.featured-title {
		font-size: 40px;
		padding: 40px 20px 0 20px
	}

	.featured-subtitle {
		font-size: 24px;
	}

	.navigation .next,
	.navigation .previous {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.menu ul,
	.menu li,
	.top-menu,
	.footer-menu li,
	.sub-header-menu li {
		float: none;
		text-align: center;
		text-rendering: optimizeSpeed;
	}

	#wrapper .gallery .gallery-item {
		float: none;
	}

	.hide-480 {
		display: none;
	}

	.show-480 {
		display: block;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
	#searchfield {width:83%}
	#searchbtn {width:17%}
	#searchform {width:100%; margin:15px 0px;}
	.nivo-caption p {display:none;}
	.nivoSlider {height:200px !important;}
	.js .main-nav .menu {position:relative;}
	.post-title { color: #0095da; font-size: 20px; font-weight: bold;}
	.category_title h1 { font-size: 26px;}
	.tag_title h1 { font-size: 26px;}
	.top-widget {display:none;}
	.post .widget-wrapper-noimg {min-height:380px;}
	#searchmedia h2 {font-size: 22px;margin:0px;}
	.widget-wrapper .post_content_wrapper2 { height: 180px;}
	.widget-wrapper-noimg .post_content_wrapper2 { height: 280px; }
	#footer #popup {width:85%}
}

@media screen and (max-width: 320px) {

	body {
	}

	#featured p {
		font-size: 12px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 35px;
	}

	.featured-subtitle {
		font-size: 15px;
	}

	.call-to-action a.button {
		font-size: 14px;
		padding: 7px 17px;
	}

	.hide-320 {
		display: none;
	}

	.show-320 {
		display: block;
	}
	#searchfield {width:83%}
	#searchbtn {width:17%}
	#searchform {width:100%;margin:15px 0px;}
	#logo {
		float: none;
		text-align: left;
	}
	.nivo-caption p {display:none;}
	.nivoSlider {height:200px;}
	.js .main-nav .menu {position:relative;}
	.post-title { color: #0095da; font-size: 20px; font-weight: bold;}
	.category_title h1 { font-size: 26px;}
	.tag_title h1 { font-size: 26px;}
	.top-widget {display:none;}
	.post .widget-wrapper-noimg {min-height:360px;}
	#searchmedia h2 {font-size: 21px;margin:0px;}
	.widget-wrapper .post_content_wrapper2 { height: 225px;}
	#footer #popup {width:85%}
}

@media screen and (max-width: 240px) {

	body {
	}

	#featured p {
		font-size: 11px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 20px;
	}

	.featured-subtitle {
		font-size: 11px;
	}

	.call-to-action a.button {
		font-size: 12px;
		padding: 5px 15px;
	}

	.top-widget area,
	.top-widget select,
	.top-widget textarea,
	.top-widget input[type="text"],
	.top-widget input[type="password"],
	.top-widget input[type="email"] {
		width: 75%;
	}

	.widget-title h3,
	.widget-title-home h3 {
		font-size: 14px;
		height: 13px;
		line-height: 13px;
		text-align: left;
	}

	.hide-240 {
		display: none;
	}

	.show-240 {
		display: block;
	}
	.js .main-nav .menu {position:relative;}
	.post-title { color: #0095da; font-size: 20px; font-weight: bold;}
	.category_title h1 { font-size: 26px;}
	.tag_title h1 { font-size: 26px;}
}
