/*
	Theme Name: Assistedfamilycare Theme
	Description: Assistedfamilycare Theme is a two column child theme created for the Genesis Framework. 
	Author: BizTraffic
	Author URI: http://biztraffic.com
 
	Version: 1.0
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html {
	padding: 0;
	margin: 0;	
	min-height: 100%;
}

body {
	background: #fff url(images/bg-body.png) top repeat-x;
	padding: 0;
	margin: 0;
	color: #333;
	font-family: arial, sans-serif;
	height: 100%;
}
/*Element styles*/

p, li {
	font-size: 15px;
	font-family: arial, sans-serif;
	line-height: 1.5em;
	font-weight: lighter;
}
div,span {
	font-family: arial, sans-serif;
}

.align-left {
	text-align: left;
}

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

.align-right {
	text-align: right;
}

.blue-text {
	color: #0079b0;
}


h1 {
	font-size: 1.3em;
	font-weight: normal;
	color: #0079b0;
	font-family: arial;
}

h1.logo {
	margin: 0;
}

h2,.widgettitle {
	font-size: .8em;
	font-weight: normal;
	color: #0079b0;
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom: 0;
	/* margin-bottom: -10px; */
	font-weight: bold;
}

h3 {
	font-size: .7em;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom: 0;
	margin-bottom: -10px;
	font-weight: bold;
}

a {
	color: #0079b0;
	text-decoration: none;
}

a:hover {
	color: #999;
}

a:active, a:visited, a:link {
	color: #0079b0;
}

a img {
	border: none;
}

ul {
	padding-left: 10px;
}

li {
	list-style-position: inside;
}

.italic {
	font-style: italic;
}

.bold-text {
	font-weight:bold;
}

#wrap {
	width: 1000px;
	margin: 0px auto;
	background: #fff;
	min-height: 100%;
	position: relative;
	z-index: 0;
}
#title-area, #header .widget-area {
	width: 46%;
	float: left;
	padding: 20px 0px 0px 20px;
}
#header .widget-area {
	padding: 45px 0px 0px 20px;
}

#header {
	width: 1000px;
	margin: 0px auto;
	height: 150px;
	overflow: hidden;
	background: #FFF url(images/bg-header.jpg) bottom repeat-x;
	background-size: cover;
	background-position: 0px 0px;
}

#request_quote, #call_us, #apply_now {
	background: #FFD807;
	background: -moz-linear-gradient(top, #FFD807 0%, #FED30D 21%, #FDCB17 52%, #FCC322 78%, #FCC125 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD807), color-stop(21%,#FED30D), color-stop(52%,#FDCB17), color-stop(78%,#FCC322), color-stop(100%,#FCC125));
	background: -webkit-linear-gradient(top, #FFD807 0%,#FED30D 21%,#FDCB17 52%,#FCC322 78%,#FCC125 100%);
	background: -o-linear-gradient(top, #FFD807 0%,#FED30D 21%,#FDCB17 52%,#FCC322 78%,#FCC125 100%);
	background: -ms-linear-gradient(top, #FFD807 0%,#FED30D 21%,#FDCB17 52%,#FCC322 78%,#FCC125 100%);
	background: linear-gradient(to bottom, #FFD807 0%,#FED30D 21%,#FDCB17 52%,#FCC322 78%,#FCC125 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd807', endColorstr='#fcc125',GradientType=0 );
}

#request_quote, #call_us, #apply_now{
	width: 206px;
	display: inline-block;
	border: 1px solid #FFF;
	box-shadow: 2px 2px 6px #C9C9C9;
	-webkit-box-shadow: 2px 2px 6px #C9C9C9;
	vertical-align: middle;
	text-align: center;
	padding: 12px 0px;
	border-radius: 6px;
	margin: 5px;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	color: #383838;
	font-weight: bold;
	text-shadow: 0px 2px 4px #DDD;
}

#nav {
	background: url(images/bg-nav.png) center;
	border-bottom: 2px solid #FFD800;
	height: 32px;
}

#nav .wrap {
	margin: 0px auto;
	padding-top: 8px;
	padding-right: 20px;
	float: right;
}

ul#menu-main-menu a {
	font-weight: normal;
	text-decoration: none;
	font-family: calibri, sans-serif;
}

ul#menu-main-menu li.current-menu-item a {
	color: #ffd805;
}

#menu-main-menu ul {
	text-align: center; 	
}

ul#menu-main-menu, ul#menu-main-menu ul, ul#menu-main-menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#menu-main-menu li { 
	float: left;
 	border-right: 1px solid #fff;
 	line-height: 13px;
 	list-style-position: outside;
 	list-style-image: none;
 }

ul#menu-main-menu li.menu-item-13 {
	border: none;
}

ul#menu-main-menu li a {
color: #fff;
text-decoration: none;
font-size: 14px;
padding: 22px 10px;
}

ul#menu-main-menu li a:hover {
	color: #ffd805;
}

ul#menu-main-menu li:last-child {
	border: none;
}
#inner,#footer {
	overflow: hidden;
}
.home #footer {
	padding: 5px 50px 10px;
}
#content {
	float: left;
	width: 510px;
	padding: 15px 20px 10px;
}
#sidebar {
	float: right;
	width: 400px;
	padding: 25px 25px 25px 25px;
	background: #F2F2F2;
}
#sidebar p {
	padding: 0 25px;
}
#sidebar .widget {
	border-bottom: 2px solid #F9E674;
}
#sidebar .widget:last-child {
	border-bottom: none;
}
#sidebar p.quote {
	background: url(images/quotes.png) top left no-repeat;
	margin-top: 15px;
	padding: 15px 25px 0;
	font-size: 12px;
}
#sidebar p.testimonial {
	font-size:12px;
}
/*new*/
#sidebar blockquote {
	background: url(images/quotes.png) top left no-repeat;
	margin-top: 15px;
	padding: 15px 25px 0;
}
.audio-testimonials {
	padding: 25px 0 45px;
	font-size: 18px;
	text-decoration: underline;
}
.creds {
	width: 60%;
	float: left;
}
.gototop {
	width: 40%;
	float: left;
}
.afc-home #sidebar {
	display: none;
}

.afc-home #content {
	width: 96%;
}
.afc-home .widget.featuredpost img {
	max-height: 290px;
	width: auto;
	margin-top: 16px;
}
.afc-home .home-top .featured_image, .afc-home .home-top .featured_content {
	width: 63%;
	float: left;
	text-align: justify;
	padding: 0px 9px;
}
.afc-home .home-top .featured_image {
	width: 33%;
}
.home-top .featured_image img  {
	max-width: 100%;
}
.featured_image img {
	max-width: 80%;
	height: auto;
}
.featured_image a {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.featured_content {
	padding: 10px;
}

body.afc-home {
	color: #686868;
}
.home-top, .home-middle, .home-bottom {
	clear: both;
	display: inline-block;
}
.home-middle .widget {
	width: 23%;
	float: left;
	text-align: justify;
	margin: 20px 10px;
	border: 1px solid #e3e5e6;
}
.home-middle .widget-wrap {
	min-height: 320px;
	overflow: auto;
}
.home-middle .featured_content p {
	padding-bottom: 25px;
	font-size: 12px;
}
.home-middle .more-link,.home-middle.widget-area .gform_wrapper .gform_footer input[type=submit] {
	clear: both;
	display: inline-block;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
}
.home-middle .more-link,.home-middle.widget-area .gform_wrapper .gform_footer input[type=submit] {
	background: #FFD807;
	background: -moz-linear-gradient(top, #FFD807 0%, #FED30D 21%, #FDCB17 52%, #FCC322 78%, #FCC125 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD807), color-stop(21%,#FED30D), color-stop(52%,#FDCB17), color-stop(78%,#FCC322), color-stop(100%,#FCC125));
	background: -webkit-linear-gradient(top, #FFD807 0%,#FED30D 21%,#FDCB17 52%,#FCC322 78%,#FCC125 100%);
	background: -o-linear-gradient(top, #FFD807 0%,#FED30D 21%,#FDCB17 52%,#FCC322 78%,#FCC125 100%);
	background: -ms-linear-gradient(top, #FFD807 0%,#FED30D 21%,#FDCB17 52%,#FCC322 78%,#FCC125 100%);
	background: linear-gradient(to bottom, #FFD807 0%,#FED30D 21%,#FDCB17 52%,#FCC322 78%,#FCC125 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd807', endColorstr='#fcc125',GradientType=0 );
}
.home-middle .more-link,.home-middle.widget-area .gform_wrapper .gform_footer input[type=submit] {
	display: inline-block;
	border: 1px solid rgba(201, 201, 201, 0.5);
	box-shadow: 2px 2px 6px #C9C9C9;
	-webkit-box-shadow: 2px 2px 6px #C9C9C9;
	vertical-align: middle;
	text-align: center;
	padding: 4px 9px;
	border-radius: 6px;
	font-size: 13px;
	color: #494949 !important;
	font-weight: bold;
	text-shadow: 0px 2px 4px #DDD;
	right: 23%;
	left: 23%;
}
.home-middle .widget:first-child,.home-bottom .widget:first-child {
	margin-left: 0px;
}
.home-middle .widget:last-child, .home-bottom .widget:last-child {
	margin-right: 0px;
}

.home-middle .widget .textwidget {
	padding: 10px;
}
.home-middle .widgettitle {
	background-color: #0080b8;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.home-bottom .widget {
	width: 48%;
	float: left;
	text-align: justify;
	margin: 15px;
	border: 1px solid #e3e5e6;
}
.home-bottom .entry {
	padding: 10px;
}
.home-bottom .more-link,.home-middle.widget-area .gform_wrapper .gform_footer input[type=submit] {
	display: block;
	margin-top: 10px;
	text-decoration: underline;
	color: #007BB1;
	font-weight: bold;
}

.home-bottom .widgettitle,.home-bottom h2 { 
	background: rgb(254,212,12);
	background: -moz-linear-gradient(top,  rgba(254,212,12,1) 0%, rgba(254,207,19,1) 22%, rgba(253,200,28,1) 52%, rgba(252,195,34,1) 78%, rgba(252,193,36,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,212,12,1)), color-stop(22%,rgba(254,207,19,1)), color-stop(52%,rgba(253,200,28,1)), color-stop(78%,rgba(252,195,34,1)), color-stop(100%,rgba(252,193,36,1)));
	background: -webkit-linear-gradient(top,  rgba(254,212,12,1) 0%,rgba(254,207,19,1) 22%,rgba(253,200,28,1) 52%,rgba(252,195,34,1) 78%,rgba(252,193,36,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,212,12,1) 0%,rgba(254,207,19,1) 22%,rgba(253,200,28,1) 52%,rgba(252,195,34,1) 78%,rgba(252,193,36,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,212,12,1) 0%,rgba(254,207,19,1) 22%,rgba(253,200,28,1) 52%,rgba(252,195,34,1) 78%,rgba(252,193,36,1) 100%);
	background: linear-gradient(to bottom,  rgba(254,212,12,1) 0%,rgba(254,207,19,1) 22%,rgba(253,200,28,1) 52%,rgba(252,195,34,1) 78%,rgba(252,193,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed40c', endColorstr='#fcc124',GradientType=0 );
}
.home-bottom .widgettitle {
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

.home-middle .widget,.home-bottom .widget {
	background-color: #FFF;
}
.home-middle .widget,.home-bottom .widget,
.home-middle .widget,.home-bottom .widget {
	position: relative;
}
.home-middle .widget-wrap:before, .home-middle .widget-wrap:after ,
.home-bottom .widget-wrap:before, .home-bottom .widget-wrap:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 35%;
	top: 80%;
	max-width:300px;
	background: #E3E5E6;
	-webkit-box-shadow: 0 15px 10px #E3E5E6;
	-moz-box-shadow: 0 15px 10px #7a7a7a;
	box-shadow: 0 15px 10px #B1B2B3;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.home-middle .widget-wrap:after ,
.home-bottom .widget-wrap:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

/*David Custom CSS*/
.footer-left p{
	font-size:12px;
}
.footer-right p{
	font-size:14px;
}

.footer-left ,.footer-center ,.footer-right {
	width: 31%;
	float: left;
	margin: 10px 10px;
}

#footer .widgettitle {
	color: #949393;
}

#footer .widget {
	color: #7a7a7a;
	text-align: justify;
}
#footer hr {
	border-top: 4px double #E3E5E6;
	clear: both;
}
#footer .footer-logo {
	width: 30%;
	margin-right: 15px;
	float: left;
}
#footer .footer-bottom-right {
	width: 68%;
	float: left;
}
.footer-logo img {
	max-width: 240px;
}
.footer-bottom-right ul.menu, .footer-bottom-right ul.menu li {
	display: inline-block;
	list-style: none;
	font-size:12px;
}
.footer-bottom-right ul.menu li {
	padding: 0px 5px;
	border-right: 1px solid #7B7B7B;
	color: #7B7B7B;
}
.footer-bottom-right ul.menu li a {
	color: #7B7B7B;
}
.footer-bottom-right ul.menu {
	margin-top: 30px;
}
#footer .footer-bottom-right .widget.widget_black_studio_tinymce {
	padding-left: 15px;
	/*old*/
	/*margin-top: -20px;*/
}
.footer-bottom-right ul.menu li:last-child {
	border-right: none;
}
/* 04f - 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: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}
.home-middle.widget-area .gform_wrapper .top_label input.medium, .home-middle.widget-area .gform_wrapper .top_label select.medium {
	width: 89%;
	margin: 0px 5px;
}
.page-template-contact_us-php #content {
	width: 100%;
}
/* Responsive Theme */

@media only screen and (max-width: 999px) {
	#wrap,#header,.afc-home #content {
		width: 100%;
	}
	.afc-home #content {
		padding: 25px 0px 10px;
	}
	#content {
		padding: 25px 30px 10px;
	}
}
@media only screen and (max-width: 800px) { 
	.afc-home .home-top .featured_image, .afc-home .home-top .featured_content {
		width: 47%;
	}
	.afc-home .widget.featuredpost img {
		width: 100%;
		height: auto;
	}
	#request_quote, #call_us {
		width: 44%;
	}
	#apply_now {
		width: 97%;
	}
	.home-middle .widget {
		margin: 20px 7px;
	}
	.home-bottom .widget {
		margin: 10px;
	}
	.home-middle .widget:first-child, .home-bottom .widget:first-child {
		margin-left: 3px;
	}
	.home-middle .widget:last-child, .home-bottom .widget:last-child {
		margin-right: 3px;
	}
	.home #footer {
		padding: 5px 10px 10px;
	}
	.footer-left, .footer-center, .footer-right {
		width: 30%;
	}
/* 	.footer-center.widget-area {
	margin-right: 3.5%;
	margin-left: 3.5%;
} */
	#footer .footer-logo {
		margin-right: 0px;
	}
	.footer-logo img {
		width: 100%;
		height: auto;
	}
	#content {
		width: 47%;
		padding: 25px 20px 10px;
	}
	#sidebar {
		width: 43%;
		padding: 25px 5px 15px 25px;
	}
}

@media only screen and (max-width: 620px) {
	body, p, li {
		font-size: 15px;
	}
	p,li {
		padding: 0px 10px 0px 8px;
	}
	#header {
		height: auto;
	}
	#header .widget-area {
		padding: 0px;
	}
	#title-area, #header .widget-area {
		text-align: center;
		width: 100%;
		padding: 0px;
	}
	.afc-home .home-top .featured_image, .afc-home .home-top .featured_content {
		width: 97%;
	}
	.afc-home .home-top .featured_image a {
		text-align: center;
		width: 100%;
		display: inline-block;
	}
	.afc-home .widget.featuredpost img {
		max-width: 100%;
		width: auto;
	}
	.home-middle .widget {
		margin: 20px 8px;
		width: 47%;
	}
	.home-bottom .widget {
		margin: 10px 4px;
		width: 97%;
	}
	.footer-left, .footer-center, .footer-right {
		width: 98%;
		margin: 4px 0px;
	}
	.footer-center.widget-area {
		margin-right: 0px;
		margin-left: 0px;
	}
	body.mean-container .mean-bar {
		position: fixed;
		box-shadow: 0px 3px 10px #311B1B;
	}
	#wrap {
		position: relative;
		top: 50px;
	}
	#content,#sidebar {
		width: 98%;
		padding: 25px 5px 10px;
	}
}
@media only screen and (max-width: 480px) { 
	.home-middle .widget {
		margin: 15px 0px 5px 3px;
		width: 98%;
	}
	.home-middle .widget-wrap {
		height: auto;
		overflow: auto;
	}
	.archive-page,
	.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 {
		margin: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 420px) { 
	#request_quote, #call_us, #apply_now {
		width: 97%;
	}
	.page img.attachment-post-thumbnail.wp-post-image {
		width: 98%;
		height: auto;
	}
}

/*new bizt*/
#black-studio-tinymce-14 p{
	font-size:10px;
}