/*
 Theme Name:     Responsive Child
 Description:    Responsive Child Theme
 Author:         Cluedesign
 Author URI:     http://cluedesign.com.
 Template:       responsive
 Version:        1.0.0
*/



/* =Theme customization starts here
-------------------------------------------------------------- */

/* =Base
-------------------------------------------------------------- */

@media screen and (max-width: 860px) {

	body {
	}

	#logo {
		float: none;
		text-align: center;
	}

	.grid,
	.grid-right {
		float: none;
	}

	.page-template-content-sidebar-page-php .col-60,
	.page-template-content-sidebar-page-php .col-140,
	.page-template-content-sidebar-page-php .col-220,
	.page-template-content-sidebar-page-php .col-300,
	.page-template-content-sidebar-page-php .col-380,
	.page-template-content-sidebar-page-php .col-460,
	.page-template-content-sidebar-page-php .col-540,
	.page-template-content-sidebar-page-php .col-620,
	.page-template-content-sidebar-page-php .col-700,
	.page-template-content-sidebar-page-php .col-780,
	.page-template-content-sidebar-page-php .col-860,
	.page-template-content-sidebar-half-page-php .col-60,
	.page-template-content-sidebar-half-page-php .col-140,
	.page-template-content-sidebar-half-page-php .col-220,
	.page-template-content-sidebar-half-page-php .col-300,
	.page-template-content-sidebar-half-page-php .col-380,
	.page-template-content-sidebar-half-page-php .col-460,
	.page-template-content-sidebar-half-page-php .col-540,
	.page-template-content-sidebar-half-page-php .col-620,
	.page-template-content-sidebar-half-page-php .col-700,
	.page-template-content-sidebar-half-page-php .col-780,
	.page-template-content-sidebar-half-page-php .col-860 {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.top-widget {
		float: right;
		text-align: center;
		clear: right;
	}

	.js .menu,
	.sub-header-menu {
		display: none;
	}

	.top-menu,
	.footer-menu li {
		float: none;
		text-align: center;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
}


html {
	height: 100%;
}


body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-smoothing: antialiased;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
	background: #414341 url(/wp-content/themes/responsive-child/img/body_bg.jpg) repeat-x;
 }

@media only screen and (max-width: 320px) {
    /* Small screen, non-retina */
    body { background-image: url("/wp-content/themes/responsive-child/img/body_bg2.jpg"); }
}
@media
only screen and (min-resolution: 2dppx) and (max-width: 320px) {
    /* Small screen, retina */
    body { background-image: url("/wp-content/themes/responsive-child/img/body_bg2.jpg"); }
}
@media only screen and (min-width: 321px) and (max-width: 538px) {
    /* Medium screen, non-retina */
    body { background-image: url("/wp-content/themes/responsive-child/img/body_bg2.jpg"); }
}
@media
only screen and (min-resolution: 2dppx) and (min-width: 321px) and (max-width: 538px) {
    /* Medium screen, retina */
    body { background-image: url("/wp-content/themes/responsive-child/img/body_bg2.jpg"); }
}
@media
only screen and (min-resolution: 2dppx) and (min-width: 539px) {
    /* Large screen, retina */
    body { background-image: url("/wp-content/themes/responsive-child/img/body_bg2.jpg"); }
}

#header {
	margin: 20px 0 0 0; position: relative;
	border-top-right-radius: 8px!important; border-top-left-radius: 8px;
	background: #ffffff url(/wp-content/themes/responsive-child/img/header_bg.jpg) repeat-x;
}

#logo {
	float: left;
	margin: 0;
	padding: 0;
}

#wrapper {
    border-bottom-right-radius: 8px!important; border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px!important; border-bottom-left-radius: 8px;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	clear: both;
	margin: 0 auto 20px auto;
	padding: 0 20px 0 20px;
	position: relative;
}

#container {
	margin: 0 auto;
	max-width: 960px;
	padding: 0;
}

.front-page #wrapper {
	background-color: transparent;
	border: none;
	margin: 0 auto 20px auto;
	padding: 0;
}

#orange_line {
	margin: 0;
	padding: 0;
	height: 16px;
	background: #dd842e;
	border-right: #c26b17 thin solid;
	border-left: #c26b17 thin solid;
}


#footer {
	 border-top: 3px solid #414341;
	 padding-top: 15px;
	 background: #414341;
}

#footer a {
	color: #cccccc;
	font-weight: 400;
}

#footer a:hover {
	color: #ededed;
}

#footer-wrapper .grid.col-940 {
	margin: 0;
}

.scroll-top {
	text-align: center;
}

.copyright {
	text-align: left;
	color:#ededed;
}

.powered {
	text-align: right;
	color:#ededed;
}

#footer_widget .col-300:nth-child(3n+3) {
	margin-right: 0;
}


/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left: 0;
	padding: 0;
	text-align:center
}

.footer-menu li {
	display: inline;
	list-style-type: none;
	float:none;
}

.footer-menu li a {
	border-left: 1px solid #cccccc;
	color: #333333;
	padding: 0 8px;
}

.footer-menu li a:hover {
	color: #222222;
}

.footer-menu > li:first-child > a {
	border-left: none;
	padding: 0 8px 0 0;
}




/* =Typography
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 {
	font-weight: normal;
	line-height: 1.0em;
	word-wrap: break-word;
	color: #666666;
}

 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	line-height: 1.0em;
	word-wrap: break-word;
	color: #000000;
}


.entry-title  {
	border-bottom:  1px solid #ededed;
	color: #dd842e;
}

.menu {
	border-top-left-radius: 8px!important; border-bottom-left-radius: 8px; position:absolute; right: 0px; top: 70px; padding:  0 0 0 10px;
	background-color: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
	background-image: -webkit-linear-gradient(top, #000000, #000000);
	background-image: -moz-linear-gradient(top, #000000, #000000);
	background-image: -ms-linear-gradient(top, #000000, #000000);
	background-image: -o-linear-gradient(top, #000000, #000000);
	background-image: linear-gradient(top, #000000, #000000);
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#000000);
	margin: 0 auto;

}

.menu,
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding:  0 0 0 10px;
}

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
}

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
	text-shadow: none;
	font-weight: normal;
}

.menu ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.menu a {
	border-left: 1px solid #000000;
	color: #ffffff;
	display: block;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	font-weight: normal;
	white-space: nowrap;
}

.menu a:hover {
	background-color: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	color: #dd842e;
	text-shadow: none;
	font-weight: normal;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#d5d3d3);
}

ul.menu > li:hover {
	background-color: #333333;
	color: #dd842e;
	text-shadow: none;
	font-weight: normal;
	
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #333333;
	color: #dd842e;
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;
	filter: none;
}

.menu li li {
	background: #ffffff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444444;
    text-shadow: none;
	font-weight: normal;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

.menu li li a {
	background: transparent !important;
	border: none;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	font-weight: normal;
	white-space: nowrap;
}

.menu li li a:hover {
	background: #f5f5f5 !important;
	background-image: none;
	border: none;
	color: #444444;
	filter: none;
}

.menu li li:hover {
	background: #f5f5f5 !important;
	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
}

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

/* Responsive iFrame */
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,  
.vresponsive-iframe-container object, 
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#featured {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	padding-bottom: 40px;
	width: 99.893617021277%;
}

#featured p {
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	padding: 0 40px 0 40px;
	text-align: center;
	border-color: #5cf96f;
}

#featured-image {
	margin: 40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -20px;
}

.featured-image img {
	margin-top: 44px;
}

#home_image{
	margin: 0!important;
	padding: 0;
}

#home_image img {
	margin: 0!important;
	padding: 0;
}


.clr{
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}

#front{
	border-bottom-right-radius: 8px!important; border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px!important; border-bottom-left-radius: 8px;
	background-color: #ffffff;
	border-radius: 0px;
	margin: 0!important;
	padding: 20px 20px 0px 20px;
}

#front h1{
	border-bottom:  1px solid #ededed;
	color: #dd842e;
}

#front h2{
	line-height: 2.5em;
}

#front h3{
	font-size: 1.7em;
	line-height: 2.2em;
	color: #000000;
	font-weight: 900;
}

#front h4{
	font-size: 1.5em;
	line-height: 2em;
	color: #000000;
	font-weight: 900;
}


@media only screen and (max-width: 320px) {
    /* Small screen, non-retina */
    #front h4 { line-height: 1.5em; font-size: 1em; }
}
@media
only screen and (min-resolution: 2dppx) and (max-width: 320px) {
    /* Small screen, retina */
    #front h4 { line-height: 1.5em; font-size: 1em; }
}
@media only screen and (min-width: 321px) and (max-width: 538px) {
    /* Medium screen, non-retina */
    #front h4 { line-height: 1.5em; font-size: 1em; }
}
@media
only screen and (min-resolution: 2dppx) and (min-width: 321px) and (max-width: 538px) {
    /* Medium screen, retina */
    #front h4 { line-height: 1.5em; font-size: 1em; }f
}
@media
only screen and (min-resolution: 2dppx) and (min-width: 539px) {
    /* Large screen, retina */
    #front h4 { line-height: 1.5em; font-size: 1em; }
}




#front p{
	line-height: 2em;
	color: #414341;
	font-weight: 100;
	font-size: 1.5em;
}

@media only screen and (max-width: 320px) {
    /* Small screen, non-retina */
    #front p { line-height: 1.5em; font-size: 1em; }
}
@media
only screen and (min-resolution: 2dppx) and (max-width: 320px) {
    /* Small screen, retina */
    #front p { line-height: 1.5em; font-size: 1em; }
}
@media only screen and (min-width: 321px) and (max-width: 538px) {
    /* Medium screen, non-retina */
    #front p { line-height: 1.5em; font-size: 1em; }
}
@media
only screen and (min-resolution: 2dppx) and (min-width: 321px) and (max-width: 538px) {
    /* Medium screen, retina */
    #front p { line-height: 1.5em; font-size: 1em; }
}
@media
only screen and (min-resolution: 2dppx) and (min-width: 539px) {
    /* Large screen, retina */
    #front p { line-height: 1.5em; font-size: 1em; }
}


.post-entry p{
	font-size: 1.4em;
	line-height: 2em;
	color: #414341;
	font-weight: 100;
}

#top-widget {
	position: absolute;
	top: 0;
	right: 0;
}

.top-widget {
	background: none;
	border: none;
	clear: right;
	float: right;
	min-height: 0;
	padding: 20px 15px 0 0;
	text-align: right;
	width: auto;
	margin: 0 ;
}

.top-widget ul {
	padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
	width: auto;
}

.top-widget #searchform {
	margin: 0;
}

.post-entry li {
	font-size: 20px;
	line-height: 38px;
	color: #414341;
	font-weight: 100;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {

	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}

	ul, ol, dl {
		page-break-before: avoid;
	}
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {

	body {
	}
}
