/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.0
*/

@import url("../Total/style.css");


.boxed-main-layout #wrap .container {
    padding-right:40px;
    padding-left:40px;
}
body.page-header-disabled .navbar-style-two {
    border: 0px;
}
p {
    margin: 0 0 18px;
}
span.call-text {
    display: block;
}
strong {
    font-size: 20px;
    color: #ff5800;
    font-weight: 700;
}
.main-content p {
	padding: 0 24px;
}
h1 {
    background-image: url("/wp_phr-2016/wp-content/uploads/2016/01/yellow-tb.png");
    background-repeat: repeat;
    border-radius: 10px 10px 10px 10px;
    font-family: 'Roboto',sans-serif;
    font-size: 35px;
    font-weight: 300;
    margin-right: -60px;
	margin-bottom: 24px !important;
    padding: 18px 84px 26px 24px;
    letter-spacing: 0.02em;
}
.rule h1:after {
	content:"";
	background-image: url("/wp_phr-2016/wp-content/uploads/2016/01/h1-bottom-rule.png");
    background-position: 0;
    background-repeat: repeat-x;
    padding-bottom: 24px;
	display:block;
}
h2 {
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 700;
	margin: 0;
	padding: 0 0 0 24px;
    letter-spacing: 0.02em;
}
.page-child h2 {
    padding: 0 0 18px 24px;
}
h3 {
		border-bottom: 1px solid #FFC20E;
		font-family: 'Roboto',sans-serif;
		font-size: 16px;
		font-weight: 700;
		margin: 24px 24px 10px;
		padding: 0 0 12px;
		text-transform: uppercase;
}
h4 {
    background-color: #FFC20E;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.5);
    font-family: 'Roboto',sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1em;
    margin: 0 0 12px;
    padding: 16px 18px 18px;
}
h4 a:hover {
    color: #FFF;
}
h5 {
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin: 0 24px 10px;
    padding: 0 0 12px;
    text-transform: uppercase;
}


/*__________________SIDE BAR NAV__________________________*/


.sidebar-box {
		line-height: 26px;
		padding: 42px 0 0;/*65px 0 0*/
		font-family:'Roboto Condensed', sans-serif;
		font-weight:400;
		letter-spacing:0.05em;
}
.sidebar-box a {
	    color: #000;
}
.sidebar-box a:hover {
	    color: #ff5800 !important;
		text-decoration:none;
}
ul.parent-sidebar-menu {
    margin-left: 0;
	margin-bottom:0;
}
ul.child-sidebar-menu {
    margin-left: 0;
	margin-bottom:0;
}
/*Top Level*/
.sidebar-box ul li {
    font-size: 22px;
    list-style: none outside none;
    color: #000;
}
.sidebar-box ul li a {
    border-bottom: 1px solid #FFC20E;
    /*color: #000000;*/
    display: block;
    margin-bottom: 5px;
    padding: 0 0 8px;
}
/*1st Nested Level*/
.sidebar-box ul li ul li, .aside-nav ul ul li {
    list-style: none outside none;
		font-size: 18px;
		/*color: #000;*/
}
.sidebar-box ul li ul li a, .aside-nav ul ul li a {
		padding: 4px 0;
		display: block;
		border-bottom-width: 0px;
    margin-bottom: 0px;
		font-weight:300;
}
/* Style the current list element */
.sidebar-box ul li.current_page_item a,
.sidebar-box ul li ul li.current_page_item a {
    font-weight: 400;
    color: #ff5800;
}
/*2nd Nested Level*/
.grandchild-sidebar-menu li a,
.sidebar-box ul li.current_page_item ul li a {
    color: #000;
    font-weight: 300;
}
.sidebar-box ul li ul li ul li a, 
.sidebar-box ul ul ul li a {
    padding: 4px 18px;
}
ul.grandchild-sidebar-menu {
    margin-left: 0;
	margin-bottom:0;
}
.grandchild-sidebar-menu li a:hover, 
.sidebar-box ul li.current_page_item ul li a:hover {
    color: #ff5800;
}


/*__________________End Test__________________________*/


.home #main {
    padding-top: 0;
    padding-bottom: 0;
}
.home .vc_col-sm-4 {
    width: 33.333333%;
}
.yellow-square {
	padding:0 20px;
}
.yellow-square .wpb_column.vc_column_container.vc_col-sm-4 {
    padding: 0 0 30px;
}
.yellow-square .vc_column-inner.wpex-clr {
    border-bottom: 5px solid #FFC20E;
    padding: 0 0px 30px;
}
.yellow-square .wpb_wrapper.wpex-vc-column-wrapper.wpex-clr {
    margin-bottom: 0;
}
.yellow-square h4 {
    font-size: 32px;
	margin-bottom: 20px;
	font-weight: 300;
}
.yellow-square p {
    padding: 0 19px !important;	
    font-size: 17px;
    letter-spacing: -0.01em;
    line-height: 1.6em;
    margin-bottom: 3px;
}
.yellow-square .button,
.quad .button,
.theme-button,
.yellow .button,
input[type="submit"] {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.08em;
    display: inline-block;
    padding: 7px 18px;
    background: #FF5800;
    line-height: 1;
    border-radius: .7em;
    color: #fff;
    margin-top: 20px;
	margin-left:19px;
    transition: all 0.15s ease-in-out;}
.quad .button {
	margin-top: 10px;
	margin-left:18px;
}
.theme-button,
.yellow .button {
	margin-top: 0px;
	margin-left:0px;
}
input[type="submit"] {
	margin-top: 0px;
	margin-left:0;
	padding: 11px 18px !important;
}

.yellow-square .button:hover,
.quad .button:hover,
.theme-button:hover,
input[type="submit"]:hover {
    background: #000 !important;
	text-decoration:none;
    transition: all 0.15s ease-in-out;
}
.navbar-style-two .dropdown-menu {
    border: 0  !important;
}
.navbar-style-two .dropdown-menu li {
    border: 0px !important;
}
li.search-toggle-li.wpex-menu-extra {
    display: none !important;
}
ul#menu-main-menu {
    float: right;
    width: auto;
}
.navbar-style-two .dropdown-menu > li > a {
    height: 40px;
    line-height: 39px;
    padding: 0 18px;
    letter-spacing:.03em;
}
#site-navigation-wrap {
    background: #69696B;
    background-image: url("/wp_phr-2016/wp-content/uploads/2016/01/nav-bg.png");
    background-position: top left;
}
nav#site-navigation {
    padding-right:20px !important
}
header#site-header, .header-two {
    background: transparent !important;
    background-color: transparent;
}
#site-header-inner {
    background: url("/wp_phr-2016/wp-content/uploads/2016/01/header-bg.png");
    opacity: 1;
    background-repeat: repeat;
    border-radius:20px 0 0;
}
ul.sub-menu {
    border: 0 !important;
    padding: 0 8px;
	min-width:160px;
}
#site-navigation .dropdown-menu ul a {
    padding: 8px 10px;
}
#site-header #site-navigation .dropdown-menu ul >li >a {
    border-bottom: 1px solid #FFC20E;
}
#site-navigation .dropdown-menu ul li:last-child > a {
    border:none !important;
}
.boxed-main-layout #wrap {
    background: transparent !important;
}
#main {
	background-image: url("/wp_phr-2016/wp-content/uploads/2016/01/transparentbox.png"); 
	background-repeat:repeat !important;
	padding: 40px;
}
.action-call {
    background-color: #FFC20E;
    border-radius: 0 0 20px 20px;
    display: block;
    padding: 13px 20px 15px;
    text-align: center;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
    top: 0 !important;
}
.action-call a:hover{
	text-decoration:none;
	color:#FF5800 !important;
}
.action-call-phone {
    font-size: 26px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
}
div#top-bar-wrap {
    width: auto !important;
}
div#top-bar-wrap {
    background: none !important;
    float: right !important;
    z-index: 1;
    position: absolute !important;
    top: -40px !important;
    right: 0 !important;
    border: 0 !important;
}
div#top-bar {
    padding:0 !important;
    padding-right: 60px !important;
}
.sp-buttons {
    left: inherit !important;
    top: inherit !important;
    bottom: -52px;
    right: -25px;
}
.sp-button {
    background: black;
    width:15px !important;
    height:15px !important;
    margin-right:10px !important;
    border:0 !important;
}
.sp-button:hover {
    background: #FF5800 !important;
}

.sp-button.sp-selected-button {
    background: #939598;
}
.sp-horizontal .sp-arrows {
    top: 0;
    margin-top: 0;
}
.sp-arrow {
    height:360px !important;
    border-radius: 0 !important;    
    background: #000 !important;
}
.sp-arrow.sp-previous-arrow {
    position:absolute;
    left:-40px !important;
    width:40px;
}
.sp-arrow.sp-previous-arrow:before {
    content: "" !important;
    background:url("/wp_phr-2016/wp-content/uploads/2016/01/prev2.png") no-repeat 8px center !important;
}
.sp-arrow:hover.sp-previous-arrow:before {
    content: "" !important;
    background:url("/wp_phr-2016/wp-content/uploads/2016/01/prev2.png") no-repeat -34px center !important;
}

.sp-arrow.sp-next-arrow {
    position:absolute;
    right:-40px !important;
    width:40px;
}
.sp-arrow.sp-next-arrow:before {
    content: "" !important;
    background:url("/wp_phr-2016/wp-content/uploads/2016/01/next2.png") no-repeat -32px center !important;
}
.sp-arrow:hover.sp-next-arrow:before {
    content: "" !important;
    background:url("/wp_phr-2016/wp-content/uploads/2016/01/next2.png") no-repeat 10px center !important;
}
.footer-builder .vc_col-sm-3 {
    width: 21%;
}
.footer-builder .vc_row.wpb_row.vc_row-fluid {
    border-radius: 0 0 20px 0 !important;
}
.footer-builder-content.clr.container {
    padding: 0 !important;
}
ul#menu-footer-menu {
    line-height: 1.15 !important;
	font-weight:600 !important;
}
.footer-builder a {
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", Arial, sans-serif;
}
.footer-builder a:hover {
	color: #FFC20E;
	text-decoration:none;
}
.footer-builder .vc_col-sm-3:nth-child(n+2) .vc_column-inner .wpb_wrapper.wpex-vc-column-wrapper.wpex-clr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	        justify-content: flex-end;
}

.footer-builder .vc_col-sm-3:nth-child(2) {
margin-left:132px !important;
position:relative  !important;
}
.main-content,
.archive #primary {
	height: auto;
	background-color:#FFF;
	padding: 40px 40px 50px;
	border-radius: 20px 0 20px 0;
	border: #b8b8b8 solid 1px;
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
}

.main-content .vc_column-inner.wpex-clr {
    padding: 0;
}
#content-wrap {
    padding: 0 !important;
}
.vc_col-sm-4 {
    width: 27%;
}
.vc_col-sm-8 {
    width: 68%;
    float:right;
    margin-right: 15px;
}

.wpb_single_image.wpb_content_element.vc_align_left {
    margin-left: 40px;
    border: 1px solid #939598;
    padding: 5px;
}
.vc_separator {
    margin: 20px auto 18px !important;
    padding: 0 24px;
}
.entry .main-content ul {
    margin-left: 70px;
}
.ppt {
    display: none !important;
}
p.pp_description {
    margin-left: 15px !important;
    font-size: 14px !important;
}
.left-side p {
	font-size: 19px;
	font-family:"Roboto Condensed", sans-serif;
	color: #000;
	margin: 0;
	word-spacing: 0.02em;
	font-weight: 300;
	line-height: 1.5em;
	font-style: italic;
    padding: 16px 20px;
    margin: 0;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #FFC20E;
    border-bottom-color: #FFC20E;
}
.left-side {
    margin-top: 42px;
}
.quad p {
    padding: 0 18px;
}
.map {
    margin-left: 24px !important;
    margin-right: 24px !important;
    display: inline-block;
}
.body-phone {
    margin-left: 24px;
    font-weight: 900;
}
.body-phone a {
    color: #000;
    font-weight: 700;
}
.body-phone a:hover {
    color: #FF5800;
    text-decoration: none;
}
.contact-2-col {
    padding: 0 15px;
}
.contact-2-col h2 {
    font-size: 15px;
	font-weight:900 !important;
}
.ccf-form-wrapper.form-id-469 {
    padding: 0 24px;
}
label {
    text-transform: uppercase;
    font-size: 12px;
}
.choice.checkbox span {
    top: 2px !important;
    position: relative;
    text-transform: none;
    font-size: 15px;
    margin-left: 10px;
}
.field-input {
    background: #FFC20E !important;
	color:#000 !important;
	border: 1px solid #999995 !important;
}

/*__________________Blog Home__________________________*/

header.single-blog-header.clr,
#post-media {
    /*display: none;*/
}
.vcex-blog-entry {
    display: block;
    float: left !important;
}
.vcex-blog-grid-wrap.wpex-clr {
    width: 490px !important;
    margin: 0 auto;
}
.vcex-blog-entry-media img,
.blog-entry-media img {
    padding: 5px;
    border: 1px solid #939598;
}
.vcex-blog-entry-details {
    border: 0 !important;
    padding: 20px 0 0 !important;
}
h2.vcex-blog-entry-title.entry-title,
h2.blog-entry-title {
    padding: 0;
    font-size: 23px;
    margin-bottom:10px;
	    font-weight: 600;
}
/*h2.vcex-blog-entry-title.entry-title {
    padding: 0;
    font-size: 23px;
    margin-bottom:10px;
}*/
.vcex-blog-entry-date,
.entry .meta {
    border-top: 1px solid #FFC826;
    border-bottom: 1px solid #FFC826;
    font-size: 12px !important;
    padding: 5px 0;
    text-transform: uppercase;
    color: #939598 !important;
    margin-bottom: 10px !important;
}
.meta li, .entry .meta li {
    margin: 0 20px 0 0;
}
.vcex-blog-entry-excerpt.entry.clr {
    font-size: 14px;
}
.vcex-blog-entry-excerpt.entry.clr p {
    padding: 0;
}
.widget-title {
    border-bottom: 1px solid #FFC20E !important;
    color: #000000 !important;
    display: block !important;
    margin-bottom: 5px !important;
    padding: 0 0 8px;
    font-size: 22px !important;
    font-weight: 400 !important;
}
.blog-category {
    display: inline-block;
    margin-left: 20px;
}
a {
    color: #939598;
}
a:hover {
    text-decoration: none;
    color: #000;
}
.blog-categories .sidebar-box .widget_categories li {
    border-bottom: 0 !important;
}
.widget_categories li {
    padding: 0;
    border: 0;
}
.widget_categories li:first-child {
    border: 0;
}
.blog-categories .sidebar-box ul li a,
.cat-item a {
    border-bottom: 0 !important;
    display: block;
    margin-bottom: 0px !important;
    padding: 0 0 2px !important;
    font-size: 18px;
}
.blog-categories .sidebar-box ul {
    margin-top: 10px !important;
}
.meta a {
	color:#000;
}
.meta a:hover {
    color: #ff5800;
    text-decoration: none;
}
.blog-category a:before,
.meta a:before {
    content: "\f114";
    display: inline-block;
    font-family: "Fontawesome";
    margin-right: 5px;
    margin-left: 15px;
}
.single-post .wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0 20px 20px;
}
.single-post .main-content p {
    padding: 0 20px;
}
.single-post .vcex-blog-entry-date {
    margin-bottom: 20px !important;
}
.share h3 {
    display: none;
}
.zmshbt.in_shortcode.flat.square {
    margin: 20px 24px 0;
    border-radius: .7em;
}
.zmshbt.flat.square .facebook {
	width: auto;height: auto;
	transition: none !important;
	background: #FF5800 !important;
	padding: 7px 18px;color: #fff;
	text-transform: uppercase;
	margin: 0;font-size: 13px;
	letter-spacing: 0.08em;
	border-radius: .7em;
	line-height: 1;
	}
.zmshbt.flat.square .facebook:before {
    content: "\f09a";
    font-family: "Fontawesome";
    font-size: 13px;
    display: inline-block;
    margin-right: 10px;
    padding: 0;
}
.zmshbt.flat.square .facebook:after {
	content: "Facebook";
}
.zmshbt.flat a:hover, .zmshbt.flat a:active {
    transform: none !important;
}
.zmshbt.flat.square .facebook:hover,
.zmshbt.flat.square .twitter:hover {
    background: #000 !important;
}
.zmshbt.flat.square .twitter {
	width: auto;height: auto;
	transition: none !important;
	background: #FF5800 !important;
	padding: 7px 18px;color: #fff;
	text-transform: uppercase;
	margin: 0;font-size: 13px;
	letter-spacing: 0.08em;
	border-radius: .7em;
	line-height: 1;
}
.zmshbt.flat.square .twitter:before {
    content: "\f099";
    font-family: "Fontawesome";
    font-size: 13px;
    display: inline-block;
    margin-right: 10px;
    padding: 0;
}
.zmshbt.flat.square .twitter:after {
	content: "Twitter";
}
.zmshbt.in_shortcode.flat.square a {
    margin-right: 10px;
}
.wpex-carousel.wpex-carousel-post-type.wpex-clr.owl-carousel.default.owl-theme.owl-loaded {
    margin: 0 24px !important;
}
.wpex-carousel-entry-details a:hover {
    color: #FF5800 !important;
}
.wpex-carousel-entry-details {
    background: #FFC826;
    border: none;
    padding: 12px 10px;
    line-height: 1;
}
.current-cat a {
    color: #FF5800;
}
.blog-entry.large-image-entry-style {
    margin-bottom: 0;
    border-bottom: 0;
}
.blog-entry.large-image-entry-style:last-child {
    padding-bottom: 0;
	margin-bottom:-10px;
}



/*------------------------------------------------------------------
[# Tablet Portrait]
-------------------------------------------------------------------*/

@media only screen and (max-width: 959px) {
.boxed-main-layout #wrap {
    overflow: visible !important;
}
div#top-bar {
    padding-right: 30px !important;
}
.boxed-main-layout #outer-wrap {
    padding-top: 40px;
}
div#top-bar-wrap {
    top: -40px !important;
}
/*body.has-mobile-menu.boxed-main-layout #mobile-menu {
    left: -400px;
    right: inherit;
    top: 28px;
}*/
#mobile-menu {
	display:none!important;
}
.sp-arrow {
    height: 257px !important;
}

body.has-mobile-menu #site-navigation-wrap {
    display: block !important;
    background-image: none;
}
nav#site-navigation {
    margin: auto;
}
ul#menu-main-menu {
    float: initial;
}
.main-content, .archive #primary {
    padding: 20px 20px 30px;
}
h1 {
    margin-right: -40px;
    padding-right: 80px;
    font-size: 30px;
}
.left-side p {
    font-size: 16px;
    padding: 8px;
}
.sidebar-box {
    padding-top: 22px;
}
.footer-builder .vc_col-sm-3:nth-child(2) {
    margin-left: 100px !important;
}
.sidebar-box ul li {
    font-size: 20px;
}
.sidebar-box ul li ul li, .aside-nav ul ul li {
    font-size: 16px;
}
ul.parent-sidebar-menu {
    line-height: 1.4;
}
.action-call {
    padding: 6px 25px 9px;
}
.vcex-blog-grid-wrap.wpex-clr {
    width: auto !important;
}
.archive div#primary {
    width: 68%;
}
.archive aside#sidebar {
    width: 27%;
}
.yellow-square h4 {
    font-size: 26px;
}
.left-side {
    margin-top: 20px;
}
.yellow-square.wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
    /* margin-bottom: 30px; */
}
.yellow-square .wpb_wrapper.wpex-vc-column-wrapper.wpex-clr {
    height: auto !important;
}
.yellow-square.wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
}
.yellow-square .wpb_wrapper.wpex-vc-column-wrapper.wpex-clr {
    height: auto !important;
}
.yellow-square .vc_column-inner.wpex-clr {
    border-bottom: 0;
    padding-bottom: 40px;
}
.quad.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
    padding-bottom: 40px;
}

}


/*------------------------------------------------------------------
[# Phone Portrait and Landscape]
-------------------------------------------------------------------*/
@media only screen and (max-width: 767px) { 

body {
    background-image: none !important;
}
body.has-mobile-menu #site-navigation-wrap {
    display: none !important;
}
#mobile-menu {
	display:block !important;
}

div#wrap {
    display: flex;
    flex-direction: column;
}
div#top-bar-wrap {
    order: 2;
    position: relative !important;
    top: 0 !important;
}
header#site-header {
    order: 1;
}
.home #main {
    padding: 5px 20px 40px !important;
}
main#main {
    order: 3;
}
div#footer-builder {
    order: 4;
}
div#site-header-inner {
    border-radius: 0;
}
.boxed-main-layout #wrap .container {
    padding: 18px 20px;
}
div#top-bar-wrap {
    height: 40px;
}
.action-call {
    border-radius: 0;
    box-shadow: none;
    background: #808285;
    text-align: left;
    padding: 4px 20px;
    max-height: 40px;
    height: 40px;
    width: 80% !important;
}
.top-bar-right {
    padding-top: 0 !important;
}
span.call-text {
    display: none;
}
#top-bar-content a {
    color: #FFC20E !important;
}
.action-call-phone {
    font-weight: 400;
    letter-spacing: .05em;
	font-size:20px;
}
div#top-bar {
    padding-right: 0 !important;
}
div#top-bar {
    width: 80% !important;
}
body.has-mobile-menu.boxed-main-layout #mobile-menu {
    right: 0 !important;
    margin-top: 0;
    top: 0;
    width: 20%;
    height: 40px;
}
#mobile-menu a {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-radius: 0;
    background: #bcbec0 !important;
    border: none;
    color: #000;
    font-size: 24px;
}
.sidr-class-toggle-sidr-close:before {
    content: "Menu";
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}
.sidr-class-dropdown-menu li {
    border: 0 !important;
}
div#sidr-main {
    background: #58595b;
}
a.sidr-class-toggle-sidr-close {
    background: #58595b;
}
.sidr a {
    color: #FFC20E;
    padding: 5px 20px !important;
}
a.sidr-class-toggle-sidr-close {
    color: #fff;
}
.sidr-class-dropdown-toggle {
    color: #FFC20E;
    font-size: 14px;
}
.sidr-class-dropdown-menu ul {
	margin-left:20px 
}
.sidr-class-dropdown-menu ul a:before {
    display: none;
}
ul.sidr-class-sub-menu {
    border: 0;
    background: none;
    margin-left: 20px;
}
.sidr-class-mobile-menu-searchform {
    display: none;
}
.home .vc_col-sm-4 {
    width: 100%;
    margin: 30px 0;
    padding: 0;
}
.yellow-square .vc_column-inner.wpex-clr {
    border-bottom: 0;
}
.footer-builder .vc_col-sm-3 {
    width: 56%;
    float: left;
}
.footer-builder .vc_col-sm-3:nth-child(2),
.footer-builder .vc_col-sm-3:nth-child(3),
.footer-builder .vc_col-sm-3:nth-child(4) {
    margin-left: 0 !important;
    float: right !important;
    margin-bottom: 15px;
    clear: right;
    width: 40%;
}
.footer-builder .vc_row.wpb_row.vc_row-fluid {
    padding: 20px !important;
    border-radius: 0 !important;
}
.footer-builder .vc_col-sm-3:nth-child(4) {
    margin-bottom: 0;
}
.vc_column_container>.vc_column-inner {
    padding: 0 15px !important;
}
.footer-builder .vc_col-sm-3:nth-child(n+2) .vc_column-inner .wpb_wrapper.wpex-vc-column-wrapper.wpex-clr {
    justify-content: center;
}
.footer-builder .vc_col-sm-3 {
    width: 56%;
    float: left;
}
.footer-builder .vc_col-sm-3:nth-child(2),
.footer-builder .vc_col-sm-3:nth-child(3),
.footer-builder .vc_col-sm-3:nth-child(4) {
    margin-left: 0 !important;
    float: right !important;
    margin-bottom: 15px;
    clear: right;
    width: 40%;
}
.footer-builder .vc_col-sm-3:nth-child(3) {
	margin-top:5px;
}
.footer-builder .vc_row.wpb_row.vc_row-fluid {
    padding: 20px !important;
    border-radius: 0 !important;
}
.footer-builder .vc_col-sm-3:nth-child(4) {
    margin-bottom: 0;
}
.vc_column_container>.vc_column-inner {
    padding: 0 5px;
}
.footer-builder .vc_col-sm-3:nth-child(2) .vc_column-inner .wpb_wrapper.wpex-vc-column-wrapper.wpex-clr,
.footer-builder .vc_col-sm-3:nth-child(3) .vc_column-inner .wpb_wrapper.wpex-vc-column-wrapper.wpex-clr,
.footer-builder .vc_col-sm-3:nth-child(4) .vc_column-inner .wpb_wrapper.wpex-vc-column-wrapper.wpex-clr {
    justify-content: center;
    align-items: flex-start;
}
.vc_custom_1453073925640 {
    border: 0 !important;
}
.footer-builder .vc_col-sm-3:nth-child(2):before {
    content:"";
    display:inline-block;
    position:absolute;
    width:1px;
    background:#fff;
    height:150px;
    margin-left:-20px;
}
.wpb_wrapper.wpex-vc-column-wrapper.wpex-clr {
    height: auto !important;
}
ul#menu-footer-menu {
    line-height: 1.5 !important;
}
.left-side {
    display: none;
}
.vc_col-sm-8 {
    width: 100%;
    margin-right: 0;
    border: 0;
    box-shadow: none;
    padding: 0;
}
h1 {
    width: 100%;
    margin-right: 0 !important;
    font-size: 24px;
    font-weight: 400;
    padding: 20px;
    line-height: 1.1;
}
#main {
    background-image: none;
    background: #fff;
	padding: 40px 20px !important;
}
.main-content p {
    padding: 0 15px;
}
h2 {
    padding: 0 15px;
}
.wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0 33px;
}
.sidebar-box {
    display: none;
}
.quad .button {
    margin-bottom: 40px;
}
h4 {
    box-shadow: none;
}
h3 {
    margin: 24px 15px 10px;
}
.page-id-27 .wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0 15px !important;
}
.body-phone {
    margin-left: 15px;
    font-size: 14px;
}
p {
    font-size: 14px;
}
.page-id-27 h2 {
    padding: 0;
}
.page-id-27 .vc_row.wpb_row.vc_inner.vc_row-fluid.contact-2-col .vc_col-sm-6:last-child {
    margin-top: 20px;
}
.ccf-form-wrapper.form-id-469 {
    padding: 0 15px;
}
.contact-2-col p {
    padding: 0;
}
.page-child .wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0 15px 20px;
}
.page-child h2 {
    padding-left: 15px;
	padding-bottom:10px;
}
.vc_separator {
    padding: 0 15px;
}
.entry .main-content ul {
    margin-left: 50px;
}
.entry .main-content ul {
    font-size: 14px;
}
.vc_row.wpb_row.vc_row-fluid.home-phone.visible-phone {
    margin: 0 -20px;
    }
.home-phone .vc_column-inner.wpex-clr {
    padding: 0 !important;
}
.home-phone .yellow {
    background: #FFC20E;
    padding: 10px 20px 20px !important;
}
.home-big p {
    font-size: 34px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}
.home-small p {
    font-size: 24px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}
.home .vcex-divider.vcex-divider-solid.vcex-divider-center {
    margin-top: 10px;
}
.home-phone .yellow {
    background: #FFC20E;
    padding: 20px;
    line-height:1.4;
}
.home-text p {
    padding: 15px 5px;
    font-size: 13px;
}
.yellow-square h4 {
    font-size: 24px;
    font-weight: 400;
}
.blog-category {
    margin-left: 0;
    float:right;
}
.blog-category a:before, .meta a:before {
    display: none;
}
.single-post .wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0 0 20px;
}
.single-post .main-content p {
    padding: 0;
}
/*h3 {
    margin: 24px 0;
}*/
.zmshbt.in_shortcode.flat.square {
    margin: 20px 0 !important;
}
.wpex-carousel.wpex-carousel-post-type.wpex-clr.owl-carousel.default.owl-theme.owl-loaded {
    margin: 0 !important;
}
.quad.wpb_column.vc_column_container.vc_col-sm-6 {
    padding-bottom: 0;
}

}