/*
Theme Name: 'Advantage Business Valuations'
Description: This Theme is developed for this site only 
Author: 'MVS.S'
Author URI: mailto:rizvi@visualscope.com
*/

body
{
	font-family:'Lato', Arial, Verdana, Georgia, Lucida,Helvetica,Tahoma, sans-serif, "Myriad Pro";
	font-size:12px;
	text-align:center;
	color:#000;
	background:#fff;
	margin:0;
}

:focus{ outline:none;}
img,fieldset{border:none;}
	
a{	color:#000;	text-decoration:none;}
/*================================================================*/

/*----------Start Wraper-----------*/

.banner{
	width:100%;
	position:relative;
}
.shadow{
	width:100%;
	height:100%;
	background:url(images/slider-shadow.png) repeat left top;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.header{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:4;
}
.logo{
	width:309px;
	height:57px;
	margin:35px 0 0 60px;
	float:left;
}
.logo img{
	width:100%;
	height:auto;
}
.start-now-btn{
	width:210px;
	height:50px;
	margin:35px 43px 0 0;
	float:right;
}
.nav{
	margin:50px 15px 0 0;
	padding:0;
	list-style:none;
	float:right;
}
.nav li{
	padding:0 30px;
	float:left;
}
.ie8 .nav li{
	padding:0 10px;
	float:left;
}
.nav li:first-child{
}
.nav li a{
	font-size:18px;
	color:#fff;
	font-weight:400;
	text-transform:uppercase;
	display:inline-block;
}
.nav li a:hover{
	color:#ff7900;
}
.mobile-menu-holder {
	width:100%;
	margin: 10px auto;
	position:relative;
	display: none;
	float:left;
}
.mobile-menu {
	display: none;
	background: url(images/menu-btn.png) no-repeat right center;
	width: 60px;
	/*height: 19px;*/
	font-size:18px;
	color: #ff7900;
	padding:0 28px 0 0;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight:bold;
	cursor: pointer;
	float:none;
}
.mobile-nav {
	display:none;
	width: 100%;
	z-index: 9999;
	position: absolute;
	top: 32px;
	right:0;
}
.mobile-nav .nav {
	/*background:url(images/m-menu-bg.png) repeat;*/
	background-color:#fff;
	-webkit-box-shadow: 0 7px 7px 1px #999;
	box-shadow: 0 7px 7px 1px #999;
	width:100%;
	padding-left:0px;
	height:auto;
	padding:10px 0;
	margin:0;
}
.mobile-nav .nav li {
	margin:0;
	width:100%;
	float:none;
	padding:0;
	background:none;
	border-right:none;
}
.mobile-nav .nav li:first-child {
	margin: 0;
}
.mobile-nav .nav li a {
	font-size:14px;
	text-align:left;
	padding: 4px 10px 4px 15px;
	display:block;
	line-height:normal;
	color:#000;
}
.mobile-nav .nav li a:hover {
	color:#ff7900;
	border-bottom:none;
	background:none;
}
.mobile-nav .nav li ul{
	position:static;
	background:none;
	box-shadow:none;
	visibility:visible;
}
.mobile-nav .nav li ul li{
	padding:0;
}
.mobile-nav .nav li ul li a{
	padding:4px 0 4px 25px;
}
.flexslider{
	position:relative;
}
.slides{
	margin:0;
	padding:0;
	list-style:none;
}
.slides li{
	position:relative;
}
.slides li img, .banner img{
	width:100%;
	height:auto;
	display:block;
}
.flex-control-nav, .flex-direction-nav{
	display:none;
}
.caption-outer{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	z-index:2;
}
.caption{	
	margin-top:15%;
}
.sub-caption {
    margin-top: 10%;
}
.caption h2{
	margin:0;
	font-size:48px;
	color:#fff;
	font-weight:900;
	line-height:50px;
	text-transform:uppercase;
}

.caption p{
	margin:30px 0 0;
	font-size:36px;
	color:#fff;
	font-weight:400;
	line-height:40px;
}
.caption .start-now-btn{
	width:410px;
	height:73px;
	margin:70px auto 0;
	display:block;
	float:none;
}
.start-now-btn img{
	width:100%;
	height:auto;
	display:block;
}
.featured{
	width:1200px;
	margin:0 auto;
	padding:0;
	list-style:none;
}
.featured li{
	width:310px;
	min-height:275px;
	padding:45px;
	background:url(images/featured-border.png) no-repeat left center;
	float:left;
}
.featured li:first-child{
	background:none;
}
.featured li h3{
	font-size:20px;
	text-transform:uppercase;
}
.featured li p{
	font-size:16px;
	color:#676767;
	line-height:22px;
}

.section{
	width:100%;
	float:left;
}
.gray-section{
	background:#F0EEEE;
}
.video-panel{
	width:786px;
	height:510px;
	float:right;
}
.video-panel img{
	width:100%;
	height:auto;
	display:block;
}
.work-list-panel{
	width: 630px;
	padding:0 45px 45px;
	float:right;
}
.section h2{
	font-size:36px;
	color:#ff7900;
	font-weight:900;
	text-align:left;
	text-transform:uppercase;
}

.work-list-panel .work-list{
	margin:0;
	padding:0;
	list-style:none;
}
.work-list-panel .work-list li{
	padding:19px 0 20px 85px;
	font-size:22px;
	font-weight:900;
	text-align:left;
	background-repeat:no-repeat;
	background-position:left top;
}
.work-list-panel .work-list li.wl1{
	background-image:url(images/wl1.png);
	background-position:0 10px;
}
.work-list-panel .work-list li.wl2{
	background-image:url(images/wl2.png);
}
.work-list-panel .work-list li.wl3{
	background-image:url(images/wl3.png);
}
.work-list-panel .work-list li.wl4{
	background-image:url(images/wl4.png);
}
.work-list-panel .work-list li.wl5{
	background-image:url(images/wl5.png);
}
.business-pic{
	float:left;
}
.business-panel{
	width:630px;
	padding:0 45px 45px;
	float:left;
}
.point-text{
	margin:0;
	padding:0;
	list-style:none;
}
.point-text li{
	padding:19px 0 20px 75px;
	font-size:22px;
	font-weight:900;
	text-align:left;
	background-repeat:no-repeat;
	background-position:left 24px;
	background-image:url(images/check.png);
}
.point-text li a {
	color:#108924;
}
.point-text li a:hover {
	text-decoration:underline;
}
.business-panel .start-now-btn {
    float: left;
    margin: 35px 0 0 75px;
}
.pricing-section{
	width:1200px;
	margin:0 auto;
	padding:35px 0;
	float:none;
}
.pricing-section h2{
	color:#000;
	text-align:center;
}

.pricing-section .point-text{
	width:585px;
	padding:0 35px;
	float:left;
}
.pricing-section .point-text li{
	background-image:url(images/price-list.png);
	padding: 19px 0 20px 60px;
}
.valuation-panel{
	width:475px;
	padding:0 35px;
	background:url(images/valuation-bg.png) no-repeat center center;
	float:left;
}
.valuation-panel p{
	font-size:22px;
	color:#000;
	font-weight:400;
}
.valuation-panel p b{
	font-weight:900;
	display:block;
}
.valuation-panel p span{
	color:#108924;
	display:block;
}
.valuation-panel p strong{
	font-size:60px;
	font-weight:900;
	color:#108924;
	display:block;
}
.valuation-panel .start-now-btn {
    display: block;
    float: none;
    height: 50px;
    margin: 15px auto 0;
    width: 210px;
}
.bottom-section{
	padding:45px 0;
}
.bottom-section h2, .sign-up-section h2, .sub-content .contact-panel h2{
	color:#000;
	text-align:center;
}
.bottom-section p, .sign-up-section p{
	font-size:24px;
	color:#000;
	text-align:center;
	font-weight:400;
}
.bottom-section p a{
	color:#108924;
	text-decoration:underline;
}
.bottom-section p a:hover{
	text-decoration:none;
}
.bottom-section .start-now-btn {
    display: block;
    float: none;
    height: 73px;
    margin: 25px auto 0;
    width: 410px;
}
.footer-outer{
	width:100%;
	background:#FF7900;
}
.footer{
	width:1110px;
	margin:0 auto;
	padding:40px 0;
}
.footer-logo{
	float:left;
}
.footer-nav{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.footer-nav li{
	padding:0 0 0 80px;
	float:left;
}
.ie8 .nav li{
	padding:0 10px;
	float:left;
}
.footer-nav li:first-child{
}
.footer-nav li a{
	font-size:18px;
	color:#fff;
	font-weight:400;
	text-transform:uppercase;
	display:inline-block;
}
.footer-nav li a:hover{
	color:#999;
}
.copyright{
	margin-top:20px;
	font-size:14px;
	color:#fff;
	font-weight:400;
	text-align:right;
	display:inline-block;
	float:right;
}
a.design{
	margin-top:8px;
	color:#fff;
	display:inline-block;
}
a.design:hover{
	text-decoration:underline;
}
.footer-bottom-outer{
	width:100%;
	background:#000;
}
.footer-bottom{
	width:1110px;
	margin:0 auto;
	padding:25px 0;
}
.footer-bottom p{
	font-size:13px;
	color:#929292;
	text-align:left;
}
.footer-bottom p a{
	color: #ff7900;
}
.footer-bottom p a:hover{
	text-decoration:underline;
}
/*-------------------------------------------------------------------------Inner Page*/
.sub-content{
	width:1200px;
	margin:0 auto;
	padding:30px 0;
	text-align:left;
}

.sub-content p{
	font-size:16px;
	color:#000;
	font-weight:400;
	line-height:20px;
}
.sub-content h1, .sub-content h2, .sub-content h3, .sub-content h4, .sub-content h5, .sub-content h6{
	color:#ff7900;
	text-align:left;
	margin:15px 0;
	font-weight:900;
}

.sub-content h1{
	font-size:32px;
}
.sub-content h2{
	font-size:30px;
}
.sub-content h3{
	font-size:26px;
}
.sub-content h4{
	font-size:24px;
}
.sub-content h5{
	font-size:20px;
}
.sub-content h6{
	font-size:16px;
}

.sub-content ul li, .sub-content ol li, .sub-content table tr td{
	font-size:16px;
	color:#000;
	font-weight:400;
	line-height:20px;
}
.sub-content a{
	color:#108924;
	font-size:16px;
	text-align:left;
}
.sub-content a:hover{
	text-decoration:underline;
}
.alignleft{
	float:left;
	margin:8px 20px 20px 0;
}
.alignright{
	float:right;
	margin:8px 0 20px 20px;
}
.aligncenter{
	display: block;
	margin:0 auto;
}

.signup-btn{
	width:200px;
	margin:5px;
	padding:10px;
	background-color: #fd8a10;
	border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
	display:inline-block;
}
.login-btn{
	width:200px;
	margin:5px;
	padding:8px 10px;
	border: 2px solid #ccc;
	border-radius: 2px;
    color: #000;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
	display:inline-block;
}
/****<><><> FAQ Page <><><>****/
.accordion-title {
	font-weight:700 !important;
	cursor:pointer;
    background-image: url(images/plus-btn.png);
    background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left:20px;
}
.accordion-title.close {
    background-image: url(images/plus-btn.png) !important;
    background-repeat: no-repeat;
	background-position: 0px 2px !important;
}
.accordion-title.open {
    background-image:url(images/minus-btn.png) !important;
    background-repeat: no-repeat;
	background-position: 0px 2px !important;
}
.accordion-content{
	border-radius: 10px;
	background:#ccc;
	padding:10px 20px;
}
.accordion-content p {
	margin:0;
	padding: 5px 0;
}
/****<><><> Blog <><><>****/
.blog-content-left{
	width:66%;
	padding:0 2% 0 0;
	float:left;
}
.blog-item {
    float: left;
    margin: 0;
    border-top:#108924 1px dashed;
	padding:15px 0 0;
    width: 100%;
}
.blog-item:first-child{
    border-top:none;
	padding-top:0;
}
/*.blog-content-left .blog-item li{
    border-top:#108924 1px dashed;
	padding:15px 0 0;
	float:left;
}
.blog-content-left .blog-item li:first-child{
    border-top:none;
	padding-top:0;
}*/
.blog-content-left .blog-text {
    float: left;
    width: 100%;
}
.blog-content-left .blog-text h3{
	margin-top:0;
}
.blog-content-left .blog-text h3 a{
	font-size:20px;
}
/*.blog-content-left .blog-text p{
	margin-top:0;
}
.blog-content-left .blog-text ul, .blog-content-left .blog-text ol{
	padding-bottom:10px;
}
.blog-content-left .blog-text li {
	border:none;
	float:none;
	padding:0;
}*/
.blog-content-left .blog-text .read-more-btn{
	display:inline-block;
}
.blog-sidebar {
	float: right;
	width: 32%;
	text-align: left;
}
.blog-sidebar h3 {
	margin: 20px 0 10px;
	padding-bottom: 5px;
	font-size:20px;
	color:#108924;
	text-align:left;
	border-bottom:#108924 1px dashed;
}
.blog-sidebar ul {
	margin-bottom: 15px;
	list-style:square;
	list-style:none;
	margin:0;
	padding:0;
}
.blog-sidebar ul li {
	margin:0 0 10px;
	padding-left:22px;
	background:url(images/arrow.png) no-repeat left 5px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color:#108924 !important;
	font-size:30px;
	margin-top:10px;
}
.cart_totals {
	text-align:right;
	padding-right:12px;
}
.cart_totals h2 {
	text-align:right;
}
.cart_totals table {
	float:right;
	width:100%;
}
.cart_totals table th {
	width: 85%;
	padding-right:2%;
	font-size:18px;
}
.cart_totals table td {
	font-size:18px;
}
#billing_country_field small {
	font-size:11px;
	float:left;
	width:100%;
}
.chk-additional-info {
    border: 1px solid #000;
    margin: 30px auto 0;
    padding: 0 20px;
    width: 231px;
}
.collapseomatic{
	font-size:16px;
	color: #ff7900 !important;
	font-weight:400;
	line-height:20px;
	background-position: right 4px !important;
}
.arrowright {
    background-position: right 4px !important;
}

.collapseomatic_excerpt, .collapseomatic_content {
    margin: 0 !important;
    padding: 0;
}
#coupon_code {
	width:125px !important;
}
a.get-business-btn {
	background:#108924;
	color:#fff;
	padding: 10px 30px;
	font-size:20px;
	font-weight:bold;
}
a.get-business-btn:hover {
	text-decoration:none;
}
.page-id-155 .bottom-section {
	display:none;
}
.start-now-list {
	list-style:none;
}
.start-now-list li {
	background: url("http://www.advantagebusinessvaluations.com/wp-content/uploads/2016/01/checkmark1.png") no-repeat left center;
	padding-left: 30px;
}
.start-now-sp .highlight-text-1 {
    color: #108924 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
}
.start-now-sp .highlight-text-2 {
    color: #ff7900;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.header-social {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 85px;
    top: 96px;
}
.header-social li {
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
}
.header-social li a img {
    width: auto !important;
    border: #ff7900 2px solid;
}
.header-social li:first-child {
    margin-left: 0;
}

/*-------------------------------------------------------------------------Scholarship Entry Form*/
.entry-form{
	width:600px;
	padding-bottom: 20px;
}
.entry-form form p {
    /*float: left;*/
    margin: 10px 2%;
    width: 96%;
}
.entry-form form p.half {
    width: 46%;
	float:left;
}
.entry-form form p label{
	width:100%;
	padding-bottom:5px;
    font-size: 16px;
    text-align: left;
	display:block;
}

.entry-form form p input[type="text"], .entry-form form p input[type="email"] {
	width:97%;
	height:35px;
	padding:0 5px;
	border:#ccc 1px solid;
	background:#F8F8F8;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	font-family: inherit;
	font-size:15px;
	color:#373737;
	line-height:35px;
	border-radius:3px;
}
.entry-form form p input[type="text"]:focus, .entry-form form p input[type="email"]:focus, .entry-form form p textarea:focus { 
	background-color: #fcfcfc; 
	color: black;
	-webkit-transition: background-color 5s;
	-moz-transition: background-color 5s;
	-o-transition: background-color 5s;
	-ms-transition: background-color 5s;
	transition: background-color 5s;
	border: 1px solid #4066AA;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(64, 102, 170, 0.9);   
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(64, 102, 170, 0.9);
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.entry-form form p textarea{
	width:97%;
	height:130px;
    margin-top:5px;
	padding:0 5px;
	border:#ccc 1px solid;
	background:#F8F8F8;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	font-family: "Lora";
	font-size:16px;
	color:#000;
	border-radius:3px;
	
}

.entry-form form p .submit-btn{
	height:39px;
	margin-top:10px;
	padding:0 15px;
	float:left;
	font-size:16px;
	color:#fff;
	font-weight:700;
	line-height:39px;
	text-transform:uppercase;
	border:none;
	border-bottom:#CD6100 3px solid;
	background: #FF7900;
	cursor:pointer;
}
div.wpcf7 img.ajax-loader {
    margin-left: 7px !important;
    margin-top: 22px !important;
}

div.wpcf7-response-output {
    margin: 30px 2% 0 !important;
    padding: 1% 2% !important;
    width: 92%;
	color: #000 !important;
}



/*-------------------------------------------------------------------------responsive*/
@media only screen and (max-width: 2880px) {

}
@media only screen and (max-width: 2560px) {

}
@media only screen and (max-width: 2048px) {

}
@media only screen and (max-width: 1920px) {

}
@media only screen and (max-width: 1800px) {

}
@media only screen and (max-width: 1700px) {

}
@media only screen and (max-width: 1800px) {
.work-list-panel, .business-panel{
    padding: 0 3% 45px;
    width: 35%;
}
.video-panel {
    height: auto;
    width: 44%;
}
.business-pic {
    height: auto;
    width: 44%;
}

}
@media only screen and (max-width: 1680px) {

}
@media only screen and (max-width: 1536px) {

}
@media only screen and (max-width: 1440px) {

}
@media only screen and (max-width: 1366px) {

}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1200px) {
.featured, .pricing-section, .sub-content {
    width: 96%;
}
.featured li {
    padding: 45px 3%;
    width: 27%;
}
.pricing-section .point-text {
    padding: 0 3%;
    width: 52%;
}

.valuation-panel {
    padding: 0 3%;
    width: 36%;
}

.logo {
    margin: 35px 0 0 40px;
}

.section h2 {
    font-size: 24px;
}
.work-list-panel .work-list li, .point-text li, .valuation-panel p, .bottom-section p{
    font-size: 16px;
}
.bottom-section .start-now-btn {
    height: auto;
    width: 310px;
}
}

@media only screen and (max-width: 1136px) {
.footer, .footer-bottom{
    width: 96%;
}
.nav li {
    padding: 0 18px;
}
.caption h2 {
    font-size: 36px;
    line-height: normal;
}
.caption p {
    font-size: 24px;
    line-height: normal;
    margin: 3% 0 0;
}

.caption .start-now-btn {
    margin: 3% auto 0;
	width:310px;
	height:auto;
}
.footer-nav li {
    padding: 0 0 0 50px;
}
}
@media only screen and (max-width: 1080px) {

}
@media only screen and (max-width: 1050px) {

}
@media only screen and (max-width: 1024px) {
.nav li {
    float: left;
    padding: 0 10px;
}

}
@media only screen and (max-width: 960px) {
.header {
    background: #000;
    position: inherit;
	padding:10px 0;
}
.logo {
    display: block;
    float: none;
    margin: 15px auto;
}
.header .start-now-btn {
    display: block;
    float: none;
    margin: 30px auto 0;
}
.nav {
    margin: 15px 0;
    width: 100%;
}
.nav li {
    display: inline-block;
    float: none;
}
.caption {
    margin-top: 8%;
}
.footer-logo {
    display: block;
    float: none;
    margin: 0 auto;
}
.footer-nav {
    margin: 20px 0 0;
    width: 100%;
}
.footer-nav li {
    display: inline-block;
    float: none;
    padding: 5px 25px;
}
.copyright {
    width: 100%;
	text-align:center;
}
.start-now-vid {
    float: none !important;
    margin: 0 auto !important;
    width: 400px !important;
}
}
@media only screen and (max-width: 900px) {

}
@media only screen and (max-width: 854px) {
.header-social {
    display: block;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 220px;
    width: 132px;
}
.header {
    padding: 10px 0 50px;

}
}
@media only screen and (max-width: 800px) {
.nav {
 	display: none;
}
.mobile-menu-holder, .mobile-nav .nav {
 	display:block;
}
.mobile-menu {
 	display: block;
}
.mobile-nav {
 	top:25px;
}
.mobile-menu-holder {
    .mobile-menu
}
}
@media only screen and (max-width: 768px) {
.blog-content-left {
    float: none;
    padding: 0 2%;
    width: 96%;
}
.blog-sidebar {
    float: none;
    overflow: hidden;
    padding: 0 2%;
    width: 96%;
}
}
@media only screen and (max-width: 720px) {
.caption h2 {
    font-size: 28px;
}
.caption p {
    font-size: 18px;
}
.caption .start-now-btn {
	width:210px;
}

}
@media only screen and (max-width: 640px) {
.featured li {
    float: none;
    margin: 0 auto;
    min-height: 0;
    padding: 45px;
    width: 310px;
	background:none;
}
.video-panel, .business-pic {
    float: none;
    height: auto;
    margin: 20px auto;
    width: 90%;
}
.work-list-panel, .business-panel, .pricing-section .point-text, .valuation-panel {
    padding: 0 5% 45px;
    width: 90%;
}
.entry-form {
    width: 100%;
}
}
@media only screen and (max-width: 600px) {

}
@media only screen and (max-width: 540px) {
.caption h2 {
    font-size: 20px;
}
.caption p {
    font-size: 14px;
}

}
@media only screen and (max-width: 480px) {
.logo {
    height: auto;
    width: 240px;
}
.header .start-now-btn {
    width: 180px;
}
.nav li {
    padding: 0 15px;
}
.nav li a, .footer-nav li a{
    font-size: 14px;
}
.caption h2 {
    font-size: 14px;
}
.caption p {
    font-size: 12px;
}
.featured li {
    padding: 20px 5%;
    width: 90%;
}
.bottom-section .start-now-btn {
    height: auto;
    width: 210px;
}
.start-now-vid {
    float: none !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.video_lightbox_anchor_image {
    display: block !important;
    margin: 0 auto !important;
    width: 95% !important;
}
.header-social {

    top: 200px;
}
}
@media only screen and (max-width: 360px) {
.entry-form form p.half {
    width: 96%;
}
.entry-form form p.half2 label{
	display:none;
}
}
@media only screen and (max-width: 320px) {

}
@media only screen and (max-width: 240px) {

}