@charset "utf-8";
/*
Theme Name: Burden Auto Care
Theme URI:
Author: Burden Auto Care company
Author URI: 
Description: Responsive corporate theme
Version: 1.0.1
 */


/*-------------------------------------------------------------------------*/
/*	1. Globally Applied Styles
/*-------------------------------------------------------------------------*/
@import url(css/fonts/stylesheet.css);
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Arial', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: #0b0b0b;
	background-color: #E4E4E4;
	min-width: 320px;
}

/*	Resets	*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,hgroup,menu,header,footer,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0}article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video{display:block}a img{border:0}figure{position:relative}figure img{width:100%}

img{
	max-width: 100%;
	height: auto;
}
.none { 
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.relative{
	position: relative;
}
#wrapper{
	position: relative;
	overflow: hidden;
	background: #C3CED7;
	max-width: 1400px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
.main-content{
	background: #C3CED7 url(img/main-bg.jpg) bottom center no-repeat;
}
p{
	margin-bottom: 15px;
}
.italic{
	font-style: italic;
}
.img-float-left{
	display: block;
	float: left;
	margin: 0 15px 10px 0;
}
.img-float-right{
	display: block;
	float: right;
	margin: 0 0 10px 15px;
}
body.admin-bar #header {
    margin-top: 32px;
}
/*-------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-------------------------------------------------------------------------*/
#header {
    background: #003663;
    padding: 12px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 90;
}
#tagline {
    font-family: 'ArialNarrowBoldItalic';
    font-size: 24px;
    line-height: 24px;
    padding: 30px 0 0 0;
    margin-left: 15px;
    color: #FFF;
    font-weight: bold;
    float: left;
}
.header__logo{
	float: left;
}
.header__navblock {
    float: right;
    clear: right;
}
.header__navblock a.header-social-link{
	display: inline-block;
	margin: 0 3px;
}
.header__navblock a.header-social-link.facebook{
	position: relative;
	top: -1px;
}
.header__navblock a.header-social-link.yelp{
	position: relative;
	top: -3px;
}
.header__navblock .phone {
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    text-align: right;
    color: #FFF;
    padding: 0px 0 8px 0;
}
#nav-primary{
	text-align: right;
}
#nav-primary li {
	display: inline-block;
	padding: 0 10px;
	list-style: none;
	border-right: 1px solid #FFFFFF;
}
#nav-primary li:last-child{
	padding: 0 0 0 10px;
	border: none;
}
#nav-primary li a{
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #FFF;
}
#nav-primary li.active a{
	text-decoration: underline;
}

/*-------------------------------------------------------------------------*/
/*	3.	Main Content Styles
/*-------------------------------------------------------------------------*/
#content{
	padding-top: 83px;
}
section.content-section{
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 0;
}
section.grey-section{
	position: relative;
	background-image: -moz-linear-gradient(top, #f4f4f4, #c6c6c5);
	background-image: -ms-linear-gradient(top, #f4f4f4, #c6c6c5);
	background-image: -o-linear-gradient(top, #f4f4f4, #c6c6c5);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #c6c6c5);
	background-image: linear-gradient(top, #f4f4f4, #c6c6c5);
}
section.grey-section .container{
	position: relative;
	z-index: 1;
}
section.grey-section:after{
	content: "";
	position: absolute;
	bottom: 0;
	height: 293px;
	width: 100%;
	background: url(img/section-bg3.png) bottom left no-repeat;
}
.content-section.homepage-section1{
	padding: 50px 0;
}
section.content-section .sect-logo {
    display: block;
    margin-bottom: 15px;
    margin-top: 45px;
    max-width: 450px;
}
.sect-contact-block{
	margin-bottom: 15px;
}
.sect-contact-block .leftpart{
	width: 50%;
	float: left;
	font-size: 18px;
	font-weight: 700;
}
.sect-contact-block .rightpart {
    width: 50%;
    float: right;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    font-weight: 700;
}
.sect-contact-block:after, .content-section.homepage-section1:after{
	content: "";
	clear: both;
	display: block;
}

.content-wrap h1{
	font-family: 'a_love_of_thunderregular';
	font-size: 46px;
	line-height: 46px;
	margin: 0 0 15px 0;
	color: #003663;
}
.content-wrap h2{
	font-family: 'a_love_of_thunderregular';
	font-size: 35px;
	line-height: 35px;
	margin: 0 0 15px 0;
	color: #003663;
}
.content-wrap h3{
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 15px;
	font-weight: bold;
}
.content-wrap h4{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.content-wrap h5{
	font-size: 18px;
	font-weight: bold;
}
.divider{
	height: 1px;
	background: #003663;
	margin: 15px 0;
}
.content-wrap ul{
	padding-left: 15px;
	overflow: hidden;
}


ul.bold-list {
	padding-left: 20px;
	margin-bottom: 20px;
}
ul.bold-list li{
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: bold;
}
.content-section.homepage-section1 h3{
	padding-left: 20px;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	font-style: italic;
}
.homepage-section1-imgblock{
	padding-top: 55px;
}
.homepage-section1-imgblock img:first-child{
	display: block;
	margin-bottom: 15px;
}
.homepage-section1-imgblock img:nth-child(2){
	display: inline-block;
	font-size: 0;
	margin-right: 15px;
}
.homepage-section1-imgblock img:nth-child(3){
	display: inline-block;
	font-size: 0;
}
.content-section.homepage-section1 .leftpart{
	width: 45%;
	float: left;
}
.content-section.homepage-section1 .rightpart{
	width: 51%;
	float: right;
}
.content-section.services-section{
	color: #FFF;
}
.content-wrap h2.title{
	font-family: 'a_love_of_thunderregular';
	font-size: 46px;
	line-height: 46px;
	margin: 0 0 15px 0;
	color: #003663;
	display: inline-block;
	position: relative;
}
.content-wrap h2.title:after{
	content: "";
	position: absolute;
	left: 110%;
	height: 100%;
	width: 548px;
	top: 0px;
	background: url(img/title-line.png) center no-repeat;
}
.content-wrap .content-section.services-section h2.title{
	color: #FFF;
}
.content-wrap .content-section.services-section h2.title:after{
	background: url(img/title-line2.png) center no-repeat;
}
.content-wrap .content-section.services-section h4{
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-weight: 700;
}
.content-wrap .content-section.services-section ul{
	margin-bottom: 20px;
}
.content-wrap .content-section.services-section ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    padding: 0 0 0 12px;
    position: relative;
    margin-bottom: 7px;
    list-style: none;
}
.content-wrap .content-section.services-section ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    left: 0;
    position: absolute;
    top: 5px;
    background: #00AEEF;
    display: inline-block;
    margin-right: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.content-wrap .content-section.services-section .row > div {
	border-left: 2px solid #869DCA;
}
.content-wrap .content-section .image-caption-text{
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #003663;
	font-style: italic;
}
.image-caption-block figure{
	width: 48%;
	float: left;
	text-align: center;
	line-height: 30px;
}
.image-caption-block figure:nth-child(2){
	float: right;
}
.content-wrap.subpage{
	position: relative;
	padding: 30px 0;
	background-image: -moz-linear-gradient(top, #c3ced7, #9faab2);
	background-image: -ms-linear-gradient(top, #c3ced7, #9faab2);
	background-image: -o-linear-gradient(top, #c3ced7, #9faab2);
	background-image: -webkit-linear-gradient(top, #c3ced7, #9faab2);
	background-image: linear-gradient(top, #c3ced7, #9faab2);
}
.content-wrap.subpage:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 293px;
    width: 100%;
    background: url(img/section-bg4.png) bottom left no-repeat;
}
.content-wrap.subpage .container {
    position: relative;
    z-index: 1;
}
.lisa-photo-block img:first-child{
	float: right;
}
.lisa-photo-block img:nth-child(2){
	margin-bottom: 20px;
    margin-left: 20px;
}
#error404 {
    text-align: center;
    padding: 60px 0;
    min-height: 620px;
}
#error404 .title-link{
	font-size: 16px;
}
#error404 h1{
	font-size: 150px;
	line-height: 160px;
	color: #99A7AF;
	margin: 30px 0 10px 0;
}
#error404 h3 {
	color: #CD1109;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
#error404 p{
	margin: 0;
}
/*-------------------------------------------------------------------------*/
/*	4.	Footer Styles
/*-------------------------------------------------------------------------*/
.footer-sect{
	padding: 50px 0 0 0;
	background: url(img/section-bg3.jpg) center no-repeat;
	background-size: cover;
}
.footer-logo {
    display: block;
    margin-bottom: 30px;
}
.contact-widget-form {
    position: relative;
    padding: 30px 30px 1px 30px;
    background: rgba(255,255,255,0.6);
}
.contact-widget-form h3{
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 15px;
	color: #003663;
	font-weight: bold;
}
.contact-widget-form .wpcf7-form p{
	font-size: 24px;
	line-height: 30px;
	color: #003663;
	font-weight: bold;
	margin-bottom: 15px;
}
.contact-widget-form .wpcf7-form input{
	width: 100%;
	height: 46px;
	padding: 0 15px;
	color: #000;
	background: #FFF;
	font-size: 16px;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-widget-form .wpcf7-form textarea{
	width: 100%;
	height: 200px;
	padding: 15px;
	color: #000;
	background: #FFF;
	font-size: 16px;
	font-weight: 400;
	resize: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-widget-form .wpcf7-form input[type="submit"]{
	position: absolute;
	display: inline-block;
	border: none;
	width: auto;
	right: 20px;
	top: 20px;
	font-size: 30px;
	line-height: 50px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	background: #003663;
	padding: 0 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.contact-widget-form .wpcf7-form input[type="submit"]:hover{
	background: #114774;
}
.contact-widget-form div.wpcf7-response-output {
    margin: 0 0 10px 0;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.contact-widget-infoblock address{
	font-size: 24px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: left;
}
.contact-widget-infoblock .schedule{
	font-size: 19px;
	line-height: 25px;
	color: #FFF;
	font-weight: 500;
	margin-bottom: 25px;
	text-align: left;
}
.contact-widget-infoblock .map-widget {
    margin-top: 134px;
    padding-left: 60px;
}


.wpcf7-not-valid{
	background: #F3C6BB !important;
}
span.wpcf7-not-valid-tip {
	top: -3px;
    left: 16px;
    z-index: 3;
    height: 100%;
    background: #F3C6BB;
    color: #f00;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 0;
    display: block;
    position: absolute;
}
div.wpcf7-validation-errors {
	border: 1px solid #f7e700;
	color: #FFF;
	line-height: 18px;
	font-size: 14px;
	margin: 10px 0;
	clear: both;
}
div.wpcf7 img.ajax-loader {
    margin: 0 auto;
    display: block;
    position: relative;
    top: -12px;
}

#footer{
	padding: 15px 0;
	color: #FFF;
}
#footer h4{
	margin-bottom: 15px;
}
#footer p{
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
}
#footer .footer-social-block{
	padding: 20px 0;
	text-align: right;
}
#footer .footer-social-block a{
	display: inline-block;
	margin: 5px;
}
#footer .footer-social-block img.cc-block{
	display: inline-block;
	margin-top: 5px;
	float: left;
}
.footer-sect .contact-widget{
	padding-bottom: 15px;
}
/*-------------------------------------------------------------------------*/
/*	5.	Responsive
/*-------------------------------------------------------------------------*/
@media (min-width: 1350px){
	.container{
		width: 1330px;
	}
}
@media (max-width: 1349px) {
	#tagline {
	    font-size: 21px;
	}
}
@media (min-width: 1200px) and (max-width: 1349px) {
	.homepage-section1-imgblock img:nth-child(2) {
	    width: 255px;
	}
	.homepage-section1-imgblock img:nth-child(3) {
	    width: 324px;
	}
	ul.bold-list li {
	    font-size: 18px;
	    line-height: 20px;
	}
	.content-section.homepage-section1 {
	    padding: 30px 0;
	}
	.contact-widget-infoblock .map-widget {
	    margin-top: 135px;
	    padding-left: 0;
	}
	.lisa-photo-block img:first-child {
	    width: 400px;
	}
	#footer .footer-social-block img.cc-block {
	    margin-top: 6px;
	    width: 295px;
	}
}
@media (max-width: 1199px) {
	.content-section.homepage-section1 .leftpart, .content-section.homepage-section1 .rightpart{
	    width: 100%;
	    float: none;
	}
	.content-section.homepage-section1 .rightpart{
		text-align: left;
	    margin-top: 15px;
	}
	.homepage-section1-imgblock {
	    padding-top: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#nav-primary li a {
	    font-size: 15px;
	}
	#tagline {
	    font-size: 18px;
	    padding: 0;
	    width: 220px;
	}
	.content-section.homepage-section1 {
	    background-position: -65px center;
	}
	.contact-widget-infoblock .map-widget {
	    margin-top: 110px;
	    padding-left: 0;
	}
	#footer .footer-social-block img.cc-block {
	    margin-top: 0;
	    width: auto;
	    display: block;
	    float: none;
	    clear: both;
	    margin: 0 auto 20px auto;
	}
	#footer .footer-social-block {
	    text-align: center;
	}
	.lisa-photo-block img:first-child{
		margin-bottom: 15px;
	}
	.lisa-photo-block img:nth-child(2) {
	    margin-bottom: 0;
	    float: right;
	}
	.lisa-photo-block img:nth-child(3) {
	    float: right;
	}
}
@media (min-width: 992px) {
	#nav-primary {
		display: block !important;
	}
	.header__navblock .nav-icon{
		display: none;
	}
}
@media (max-width: 991px) {
	.header__navblock .nav-icon {
	    display: block;
	    position: absolute;
	    top: 42px;
	    left: 50%;
	    margin-left: -20px;
	}
	#tagline {
	    padding: 0;
	    float: right;
	    clear: right;
	    margin: 0;
	    font-size: 20px;
	}
	#nav-primary {
		display: none;
	    position: absolute;
	    width: 100%;
	    left: 0;
	    padding: 15px 0;
	    top: 88px;
	    background: rgba(0,0,0,0.6);
	    z-index: 90;
	}
	#nav-primary li {
	    display: block;
	    padding: 8px 10px;
	    text-align: center;
	    list-style: none;
	    border-right: none;
	}
	#nav-primary li a {
	    font-size: 17px;
	    line-height: 20px;
	}
	.content-section.homepage-section1 {
	    background: #F4F4F4 !important;
	}
	.content-section.grey-section .col-md-8{
		margin-top: 25px;
	}
	.image-caption-block figure {
	    width: 100%;
	    float: none;
	    margin-bottom: 20px;
	}
	.contact-widget-infoblock{
		margin-top: 35px;
	}
	.contact-widget-infoblock .map-widget {
	    margin-top: 30px;
	    padding-left: 0;
	}
	.contact-widget-infoblock address {
	    text-align: left;
	    margin-bottom: 20px;
	}
	.contact-widget-infoblock .schedule {
	    text-align: left;
	}
	#footer .footer-social-block img.cc-block {
	    margin-top: 0;
	    margin-bottom: 15px;
	}
	#footer .footer-social-block {
	    padding: 0;
	}
	#footer .footer-social-block a {
	    display: block;
	    float: right;
	}
	#footer .footer-social-block img.cc-block {
	    float: right;
	    display: block;
	}
	.footer-logo {
	    display: block;
	    margin: 0 auto 40px auto;
	}
	section.content-section .sect-logo {
	    margin-top: 0;
	    max-width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.lisa-photo-block img:nth-child(2) {
	    margin-bottom: 20px;
	    margin-right: 20px;
	    margin-left: 0px;
	}
}
@media (max-width: 782px) {
	body.admin-bar #header {
	    margin-top: 43px;
	}
}
@media (max-width: 767px) {
	.img-float-left, .img-float-right{
		display: block;
		float: none;
		margin: 10px auto;
	}
	#header {
	    padding: 12px 10px;
	    margin-top: 0 !important;
	    position: static !important;
	}
	#content {
	    padding-top: 0;
	}
	section.content-section{
	    padding: 30px 10px !important;
	}
	.image-caption-block figure img{
		width: auto;
		display: inline-block;
		max-width: 100%;
	}
	.image-caption-block figure{
		text-align: center;
	}
	.footer-sect {
	    padding: 50px 10px 0 10px;
	}
	#footer .footer-social-block a {
	    float: left;
	}
	.homepage-section1-imgblock img:nth-child(2) {
	    margin-bottom: 15px;
	}
	.homepage-section1-imgblock {
	    text-align: center;
	}
	.content-wrap.subpage {
	    padding: 30px 10px;
	}
	.lisa-photo-block img{
		margin: 10px auto !important;
		display: block;
		float: none !important;
	}
	.header__navblock .phone {
	    font-size: 18px;
	}
}
@media (min-width: 600px) and (max-width: 767px) {
	#tagline {
	    font-size: 17px;
	}
}
@media (max-width: 599px) { 
	#header{
		text-align: center;
	}
	.header__navblock {
	    float: none;
	}
	.header__navblock .phone {
	    font-size: 22px;
	    text-align: center;
	}
	#tagline {
	    float: none;
	    margin: 0;
	}
	.header__logo {
	    float: none;
	    text-align: center;
	    margin-bottom: 5px;
	}
	.content-wrap h1 {
	    font-size: 40px;
	    line-height: 40px;
	}
	.content-wrap h2{
		font-size: 30px;
		line-height: 30px;
	}
	.content-wrap h3{
		font-size: 20px;
		line-height: 20px;
	}
	ul.bold-list li {
	    font-size: 16px;
	    line-height: 18px;
	}
	.homepage-section1-imgblock {
	    padding-top: 10px;
	}
	.content-wrap .content-section.services-section .col-xs-6{
		width: 100%;
		text-align: center;
	}
	.content-wrap .content-section .image-caption-text {
	    font-size: 22px;
	    line-height: 28px;
	}
	.content-wrap h2.title {
	    font-size: 35px;
	    line-height: 40px;
	    text-align: center;
	    display: block;
	}
	.content-wrap h2.title:after{
		display: none;
	}
	.footer-logo {
	    display: block;
	    max-width: 250px;
	    margin: 0 auto 30px auto;
	}
	.footer-sect {
	    padding: 40px 10px 0 10px;
	}
	.header__navblock .nav-icon {
	    top: 10px;
	    left: 10px;
	    margin-left: 0;
	}
	#nav-primary {
	    top: 150px;
	}
	#footer .footer-social-block img.cc-block {
	    width: 250px;
	    margin-top: 9px;
	}
	.content-wrap .content-section.services-section ul li, .content-wrap .content-section.services-section ul{
		padding: 0;
	}
	.content-wrap .content-section.services-section ul li:before {
	    display: none;
	}
}
@media (max-width: 479px) {
	.content-wrap h1 {
	    font-size: 28px;
	    line-height: 30px;
	}
	.content-section.homepage-section1 h3 {
	    padding-left: 0;
	    font-size: 25px;
	    line-height: 30px;
	    text-align: center;
	}
	.contact-widget-form .wpcf7-form p {
	    font-size: 18px;
	    line-height: 26px;
	}
	.contact-widget-form {
	    padding: 20px 20px 1px 20px;
	}
	.contact-widget-form .wpcf7-form input[type="submit"] {
	    position: static;
	    display: block;
	    width: 100%;
	    font-size: 25px;
	}
	.header__logo {
	    text-align: right;
	}
	#tagline {
	    font-size: 14px;
	}
	.header__navblock a.header-social-link img{
		max-height: 28px;
	} 
	.header__navblock .phone{
		padding: 0;
	}
	#nav-primary {
	    top: 140px;
	}
	#footer .footer-social-block{
		text-align: center;
	}
	#footer .footer-social-block img.cc-block {
	    float: none;
	    margin: 0 auto 10px auto;
	}
	#footer .footer-social-block a {
	    float: none;
	    display: inline-block;
	}
}

