/*
	Theme Name: Robinson and Henry
	Description: Child theme of Genesis, by <a href="http://www.billerickson.net/go/genesis">StudioPress</a>.
	Author: Bill Erickson
	Author URI: http://www.billerickson.net
	
	Template: genesis
*/


/* Defaults
------------------------------------------------------------ */

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #0f0f0f;
	font-family: 'PT Sans', sans-serif;	
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #0f0f0f;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;

}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #e04f00;
	text-decoration: none;
}

a:hover {
	color: #8e8e8e;
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #f2f2f2;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	margin: 0 auto;
	max-width: 1140px;
}


/* Header
------------------------------------------------------------ */

#header {
	background: #fff;
	overflow: hidden;
	padding: 20px 35px 20px 45px;
	width: 100%;

	-webkit-box-shadow: inset 0px 0px 5px 3px rgba(200, 200, 200, .25);
	        box-shadow: inset 0px 0px 5px 3px rgba(200, 200, 200, .25);
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	width: 400px;
}

#title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 14px;
}

#header .widget-area {
	float: right;
	width: 550px;
}

.mobile-menu { display: none;}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area {
	background: url(images/logo.png) no-repeat;
}

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 269px;
	height: 41px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	
}

li a .sf-sub-indicator {
	display: none;
}

/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu {
	float: right;
	margin: 10px 0 0;
}

#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.menu li a {
	color: #8e8e8e;
	display: block;
	font-size: 14px;
	padding: 0 8px;
	position: relative;
	text-decoration: none;
}

#header ul.menu li a:hover,
#header ul.menu li a:active {
	color: #e04f00;
}

#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #e04f00;
	font-weight: bold;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #f7f7f7;
	border-top: 1px solid #ececec;
	padding: 12px 15px;
	line-height: 14px;
	position: relative;
	text-transform: none;
	width: 150px;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #e04f00;
	color: #fff;
}

#header ul.menu li ul {
	border: 1px solid #ececec;
	border-top-width: 0;
	height: auto;
	left: -9999px;
	position: absolute;
	z-index: 9999;
	width: 150px;
}

#header ul.menu li ul ul {
	margin: -33px 0 0 142px;
}

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	overflow: hidden;
	width: 100%;
}


/* Content
------------------------------------------------------------ */

#content-sidebar-wrap {
	background: #fff;
	overflow: hidden;
	width: 100%;

}

#content {
	float: left;
	padding: 30px 40px;
	width: 70.614%; /* 805/1140 */
}

.full-width-content #content {
	width: 100%;
}

.sidebar-content #content {
	float: right;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

hr,
.clear-line {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px;
}

.clear-line { border-bottom: 0; }

.breadcrumb {
	padding-bottom: 20px;
}

.more {
	text-align: right;
	padding-bottom: 20px;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 3%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.25em;
	margin: 0 0 5px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

.page h1.entry-title {
	padding-bottom: 20px;
}

.single-post h1.entry-title {
	margin-bottom: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 22px;
	font-weight: bold;
}

h2 a,
h2 a:visited {
	color: #e04f00;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
	font-style: italic;
}

h6 {
	font-size: 14px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content .gform_wrapper ul li {
	margin-left: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	padding-bottom: 20px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-bottom: 5px solid #ebebeb;
	overflow: hidden;
	padding-bottom: 15px;
	width: 100%;
}

.post-meta .categories {
	float: right;
}

/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
	overflow: hidden;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}

.featured-image {
	margin-bottom: 30px;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	background: #fbfbfb;
	display: block;
	float: right;
	padding: 65px 40px 0;
	position: relative;
	width: 29.386%;
	
	-webkit-box-shadow: inset 0px 0px 10px 6px rgba(200, 200, 200, .25);
	        box-shadow: inset 0px 0px 10px 6px rgba(200, 200, 200, .25);
}

.sidebar-content #sidebar {
	float: left;
}

.sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 10px;
}

/* Sidebar Menu
------------------------------------------------------------ */

.sidebar .widget_nav_menu li {
	list-style-type: none;
}

.sidebar .widget_nav_menu li a {
	border-bottom: 1px solid #202020;
	color: #383838;
	display: block;
	font-size: 16px;
	line-height: 25px;
	padding: 5px 0;
	text-transform: uppercase;
}

.sidebar .widget_nav_menu li a:hover {
	color: #e04f00;
	text-decoration: none;
}

.sidebar .widget_nav_menu li.current-menu-item > a,
.sidebar .widget_nav_menu li.current-menu-ancestor > a {
	color: #e04f00;
	font-weight: bold;
}

.sidebar .widget_nav_menu li ul { 
	display: none;
}

.sidebar .widget_nav_menu li.current-menu-item ul,
.sidebar .widget_nav_menu li.current-menu-ancestor ul {
	display: block;
	padding: 5px 0 0 15px;
}

.sidebar .widget_nav_menu li li a:before {
	content: "+ ";
}

.sidebar .widget_nav_menu li li a {
	text-transform: none;
	border: none;
	padding: 0;
}

.sidebar .widget_nav_menu li li a:hover,
.sidebar .widget_nav_menu li li.current-menu-item > a {
	color: #e04f00;
	font-weight: normal;
	text-decoration: none;
}

/* Team Widget
------------------------------------------------------------ */

.widget_team {
}

.widget_team p {
	color: #5a5a5b;
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
	padding-bottom: 20px;
}

.widget_team p .specialty {
	display: block;
	font-size: 14px;
}

.widget_team p.image {
	padding-bottom: 0;
	text-align: center;
}

/* Sharing
------------------------------------------------------------ */

.sharing {
	padding-bottom: 20px;
}

.sharing * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;

}

/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.form-submit #submit,
.button,
.button:visited {
	background: #e04f00;
	border: 1px solid #b6b6b6;
	color: #fff;
	display: inline-block;
	line-height: 25px;
	padding: 0 8px;
}

div.gform_footer input.button:hover,
.form-submit #submit:hover,
.button:hover {
	background: #bb2c00;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

/* Search Form
------------------------------------------------------------ */

.s {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
	width: 195px;
}

/* Call to Action
------------------------------------------------------------ */

.call-to-action {
	background: #f7f7f7;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	padding: 45px;
	width: 100%;
	-webkit-box-shadow: inset 0px 0px 20px 5px rgba(200, 200, 200, .25);
        	box-shadow: inset 0px 0px 20px 5px rgba(200, 200, 200, .25);
}

.call-to-action h4 {
	color: #0f0f0f;
	font-size: 24px;
	font-weight: bold;
}

.call-to-action .three-fourths {
	border-right: 1px solid #aeaeae;
	padding-right: 45px;
}

.call-to-action p {
	line-height: 18px;
}

/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background: #fff;
	overflow: hidden;
	width: 100%;
	-webkit-box-shadow: inset 0px 0px 5px 3px rgba(200, 200, 200, .25);
	        box-shadow: inset 0px 0px 5px 3px rgba(200, 200, 200, .25);
}

.home #footer-widgets {
	-webkit-box-shadow: inset 0 0 5px 3px rgba(150, 150, 150, .5);
	        box-shadow: inset 0 0 5px 3px rgba(150, 150, 150, .5);
}

#footer-widgets .widget-area {
	float: left;
	padding: 20px;
	width: 25%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer-widgets h4 {
	padding: 15px 0;
}

#footer-widgets li {
	list-style-type: none;
}

#footer-widgets p {
	line-height: 18px;
}

/* Footer
------------------------------------------------------------ */

#footer {
	background: #383838;
	overflow: hidden;
	padding: 25px;
	text-align: center;
	width: 100%;
}

#footer p,
#footer a,
#footer a:visited {
	color: #fff;
}

/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	padding-top: 20px;
	padding-left: 30px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-list li .avatar {
	float: left;
	margin: 0 20px 10px 0;
}


.comment-author {
	font-size: 16px;
}

.commentmetadata {
	font-size: 11px;
	line-height: 13px;
}

.commentmetadata a {
	color: #0f0f0f;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.depth-1 {
	border-bottom: 1px solid #ccc;
}

.depth-2 {
	border-top: 1px solid #ccc;
}

/* Team
------------------------------------------------------------ */

.single-team h1 {
	margin-bottom: 30px;
}

.single-team .entry-content .wp-post-image {
	float: left;
	margin: 0 20px 15px 0;
}

.single-team .entry-content {
	overflow: hidden;
	width: 100%;
}

.recent-articles {
	padding-top: 50px;
}

.recent-articles li {
	list-style-type: none;
}

h1 .twitter,
h1 .twitter:visited {
	background: url(images/twitter-bird.png) no-repeat left center;
	color: #00bee0;
	font-size: 14px;
	font-weight: normal;
	float: right;
	padding-left: 40px;
	text-transform: uppercase;
}


.post-type-archive-team .one-fourth p {
	line-height: 18px;
	padding-bottom: 15px;
}

/* Videos
------------------------------------------------------------ */

.type-videos .title {
	padding: 15px 0 30px;
}

/* Videos
------------------------------------------------------------ */

.home #content {
	background: #0f0f0f;
	padding: 0 40px;
}

.home .rotator-wrapper {
	padding-left: 250px;
	position: relative;
}

.home .rotator-wrapper .menu-services-container {
	position: absolute;
	left: 0;
	padding-top: 65px;
}

.home .rotator-wrapper .menu li {
	list-style-type: none;
	border-bottom: 1px solid #202020;
	padding: 3px 0;
}

.home .rotator-wrapper .menu li a {
	color: #ababab;
	font-size: 16px;
	text-transform: uppercase;
}

.home .three-boxes {
	padding-bottom: 20px;
	overflow: hidden;
	width: 100%;
}

.home .three-boxes .box {
	width: 33.333%;
	padding-left: 3px;
	float: left;
}

.home .three-boxes .box.box-left {
	padding-left: 0;
}

.home .three-boxes p {
	padding-bottom: 15px;
	font-size: 16px;
	text-align: center;
}

.home .three-boxes .button,
.home .three-boxes .button:visited {
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 15px 0;
	font-size: 14px;
	line-height: 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

/* Services Template
------------------------------------------------------------ */

.page-template-services-php .entry-content ul li {
	margin: 0 0 30px;
	list-style-type: none;
}

.page-template-services-php .entry-content ul li a {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}

.page-template-services-php .entry-content ul li li {
	margin: 0 0 0 20px;
	list-style-type: disc;
}

.page-template-services-php .entry-content ul li li a {
	font-size: 14px;
	color: #e04f00;
	text-transform: none;
}

/* FlexSlider
------------------------------------------------------------ */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 33px; height: 35px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -37px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {display: none;}

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


/* Smaller Screens
------------------------------------------------------------ */

.mobile-show { display: none; }

@media only screen and (max-width: 895px) { 
	#header #title-area,
	#header .widget-area {
		float: none;
		margin: 0 auto;
	}
	
	
	.one-fourth,
	.three-fourths,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths,
	.one-sixth,
	.five-sixths {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.call-to-action .three-fourths {
		border-right: 0;
		padding: 0 0 30px 0;
	}
	
	.home .rotator-wrapper {padding-left: 0;}	
	.home .rotator-wrapper .menu-services-container {display: none;}
	.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
	.flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

@media only screen and (max-width: 755px) {
	.mobile-show { display: block; }
	.mobile-hide { display: none; }
}

@media only screen and (max-width: 660px) { 
	.content-sidebar #content, 
	.sidebar-content #content { 
		width: 100%; 
	} 
	
	#sidebar {
		display: none;
	}
	
	.one-half,
	.one-third,
	.two-thirds,
	#footer-widgets .widget-area,
	.home .three-boxes .box {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	#footer-widgets,
	.home .three-boxes {
		padding: 30px;
	}	

	#header .widget-area { display: none;}
	#header .menu-mobile-container { text-align: center; padding: 30px 0 0;}
	#header .mobile-menu {display: inline-block;}
} 