/*
Theme Name: BodyLogicMD Parent Theme
Theme URI: http://bodylogicmd.com
Author: BodyLogicMD
Author URI: http://bodylogicmd.com
Description: BodyLogicMD Parent Theme
Version: 2.70
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html

*/

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 25px;	
	border-top: 16px solid #3eb890;
	color: #666;
	font-family: 'Open Sans', sans-serif;	
}
a {
	color: #67ac49;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.alignright {
	float: right;
	margin: 10px 0 10px 20px;
}
.alignleft {
	float: left;
	margin: 10px 20px 10px 0;
}
body.single-post #subpageContent img {
	max-width: 740px !important;
	height: auto !important;
}
.wrapper {
	width: 1170px;
	margin: 0 auto;
}
header#mainHeader {
	width: 100%;
	height: 136px;
	position: relative;
}
#mainLogo {
	position: absolute;
	top: 15px;
	left: 0;
	width: 368px;
	height: 110px;
	display: block;
	background: url(/wp-content/uploads/2024/04/NorthernVirginia1.png) 0 0 no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	cursor: pointer;
}
#phoneNumber {
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 20px;
	font-family: "Times New Roman", Georgia, Serif;
	color: #669933;
}
#phoneNumber .textwidget {
	display: inline;
}
nav#mainNav {
	position: absolute;
	bottom: -15px;
	right: 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	margin-right: 25px;
}
nav#mainNav ul {
	list-style: none;
	float: right;
}
nav#mainNav ul li {
	float: left;
	display: inline;
	margin: 0 0 0 20px;
	text-align: center;
}
nav#mainNav ul li:first-child {
	margin: 0;
}
nav#mainNav ul li a {
	color: #666;
	text-decoration: none;
	padding: 30px 10px 30px 10px;
}
nav#mainNav ul li.current_page_item a {
	border-top: 3px solid #67ac49;
	padding-top: 27px;
}
nav#mainNav ul li a:hover {
	color: #67ac49;
}
nav#mainNav li:hover > a {
	color: #67ac49;
}
#mainSlider {
	width: 100%;
	height: 503px;
	margin: 2px 0 65px 0;
	background: #badaad;
	overflow: hidden;
}
.homepage .slide h2 {
	color: #252525;
	font-size: 30px;
	font-family: "Times New Roman", Georgia, Serif;
}
.homepage .slide hr {	
	background: #67ac49;
	width: 18%;
}
.slideContent {
	width: 550px;
	float: right;
	margin: 150px 50px 0 0;
	text-align: left !important;
}
.slideContent p {
	line-height: 22px;
}
.slideContent h2 {
	color: #252525;
}
.slideContent hr {
	background: #67ac49;
}
.customSlide.left .slideContent {
	float: left !important;
	margin-left: 50px !important;
	margin-right: 0 !important;
}
.customSlide.right .slideContent {
	float: right !important;
	margin-right: 50px !important;
	margin-left: 0 !important;
}
.customSlide.left.white .slideContent, .customSlide.right.white .slideContent, .customSlide.white .slideContent {
    padding: 20px 20px 30px 20px;
    background: rgba(255, 255, 255, .80);
}
#searchButton {
	position: absolute;
	bottom: 35px;
	right: 0;
	display: block;
	width: 15px;
	height: 15px;
	background: url(images/icon-search.png) 0 0 no-repeat;
	background-size: 15px 15px;
	cursor: pointer;
}
#searchBox {
	position: absolute;
	bottom: -32px;
	right: 0;
	background: #f2f4f1;
	padding: 12px 20px 12px 20px;
	z-index: 500;
	box-shadow: 2px 2px 5px #888888;
	display: none;
}
#searchBox input {
	padding: 4px 8px;
	font-size: 14px;
}
#homeContent {
	width: 700px;
	float: left;
	margin: 0 40px 0 0;
	padding-bottom: 40px;
}
h1, h2 {
	font-family: "Times New Roman", Georgia, Serif;
	color: #67ac49;
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 18px 0;
}
#pageBottom h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}
#homeContent p {
	margin: 0 0 18px 0;
}
#homeSidebar {
	width: 370px;
	float: left;
}
.blogPost {
	margin: 0 0 30px 0;
}
.blogPostDate {
	font-size: 14px;
	clear: both;
}
h3.blogPostTitle {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
h2.blogPostTitle {
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.homeBlog p {
	font-size: 14px;
	line-height: 22px;
	margin: 5px 0 4px 0;
}
.homeBlog .readMore {
	font-size: 14px;
}
.greenButton {
	font-size: 12px;
	font-weight: bold;
	margin: 35px 0 0;
}
.greenButton a {
	border: 1px solid #67ac49;
	padding: 12px 33px 12px 33px;
	text-transform: uppercase;
}
hr {
	width: 75px;
	height: 1px;
	background: #ddd;
	border: none;
	margin: 0 0 20px 0;
}
.social {
	
}
.social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social ul li {
	float: left;
	display: inline;
}
#socialColumn .social ul li {
	width: 100%;
	margin: 0 0 12px 0;
}
.social ul li a span {
	display: none;
}
.social ul li a {
	display: block;
	cursor: pointer;
	opacity: 0.5;
	margin: 0 18px 0 0;	
}
.social ul li p a {
	opacity: 1;
}
#socialColumn .social ul li a {
	float: left;
}
#socialColumn .social ul li p {
	float: left;
	margin: 0;
	padding: 0;
}
.social ul li a.socialFacebook {
	width: 13px;
	height: 28px;
	background: url(images/icon-social-facebook.png) 0 0 no-repeat;
	background-size: 100%;
}
.social ul li a.socialTwitter {
	width: 28px;
	height: 19px;
	background: url(images/icon-social-twitter.png) 0 0 no-repeat;
	background-size: 100%;
	margin-top: 5px;
}
.social ul li a.socialYouTube {
	width: 23px;
	height: 28px;
	background: url(images/icon-social-youtube.png) 0 0 no-repeat;
	background-size: 100%;		
}
.social ul li a.socialLinkedIn {
	width: 28px;
	height: 26px;
	background: url(images/icon-social-linkedin.png) 0 0 no-repeat;
	background-size: 100%;		
}
.social ul li a.socialGoogle {
	width: 18px;
	height: 28px;
	background: url(images/icon-social-google.png) 0 0 no-repeat;
	background-size: 100%;		
}

#socialColumn .social ul li a.socialFacebook {
	width: 9px;
	height: 18px;
	background: url(images/icon-social-facebook.png) 0 0 no-repeat;
	background-size: 100%;
	margin: 0 17px 0 4px;
}
#socialColumn .social ul li a.socialTwitter {
	width: 18px;
	height: 12px;
	background: url(images/icon-social-twitter.png) 0 0 no-repeat;
	background-size: 100%;
	margin-top: 5px;
	margin-right: 11px;
}
#socialColumn .social ul li a.socialYouTube {
	width: 15px;
	height: 18px;
	background: url(images/icon-social-youtube.png) 0 0 no-repeat;
	background-size: 100%;
	margin-right: 14px;	
}
#socialColumn .social ul li a.socialLinkedIn {
	width: 18px;
	height: 17px;
	background: url(images/icon-social-linkedin.png) 0 0 no-repeat;
	background-size: 100%;
	margin-right: 11px;		
}
#socialColumn .social ul li a.socialGoogle {
	width: 12px;
	height: 18px;
	background: url(images/icon-social-google.png) 0 0 no-repeat;
	background-size: 100%;	
	margin: 0 15px 0 2px;
}

#homeServices {
	clear: both;
	margin: 25px 0 65px 0;
	float: left;
}
#homeServices ul {
	margin-left: -20px;
	padding: 0;
	list-style: none;
}
#homeServices ul li {
	width: 276px;
	height: 238px;
	float: left;
	margin: 20px 0 0 20px;
}
#homeServices ul li a { 
	position: relative;
	width: 276px;
	height: 238px;
	display: block;
	cursor: pointer;
	text-decoration: none;
}
#homeServices ul li a .description {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 236px;
	height: 40px;
	background: #e1f6eb;
	text-align: center;
	color: #666;
	padding: 10px 20px;
    -webkit-transition: height 0.25s ease-in-out;
    -moz-transition: height 0.25s ease-in-out;
    -o-transition: height 0.25s ease-in-out;
    transition: height 0.25s ease-in-out;
    overflow: hidden;
}
#homeServices ul li a .description .fullDescription {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    text-align: left !important;
    font-size: 12px;
    padding: 10px 0 0;
}
#homeServices ul li a .description.expanded {
	height: 218px;
}
#homeServices ul li a .description.expanded div.subTitle {
	display: none;
}
#homeServices ul li a .description .fullDescription {
	opacity: 0;
}
#homeServices ul li a .description.expanded .fullDescription {
	opacity: 100;
}
#homeServices ul li h3 {
	color: #669933;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 17px;
}
#homeServices ul li div.subTitle {
	font-size: 10px;
}
.servicesReadMore {
	font-weight: bold;
	color: #669933;
}
#testimonials {
	width: 100%;
	min-height: 177px;
	background: #f2f4f1;
	clear: both;
	float: left;
	padding: 38px 0 30px 0;
	margin: 0 0 45px 0;
}
#testimonialsContainer {
	position: relative;
	overflow: auto;
}
#testimonials ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 80%;
}
#testimonials li {
	color: #333;
	font-style: italic;
	font-size: 15px;
	float: left;
	padding: 15px 0 0;
	display: inline;
}
#testimonials li a.readMore {
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    display: block;
    margin-top: 10px;
}
#testimonials li p {
	margin: 0;
	padding: 0;
	width: 95%;	
}
#testimonialsNav {
	float: right;
	width: 48px;
	height: 96px;
}
#testimonials h2 {
    width: 50%;
}
span.testimonialDisclaimer {
	font-size: 12px;
	font-style: italic;
	display: block;
	margin-top: -12px;
	margin-bottom: 10px;
	color: #707070;
	line-height: 16px;
}
body.page-template-testimonials span.testimonialDisclaimer {
	margin-top: 7px;
}
#seeMoreTesimonials {
    float: right;
}
ul#testimonialsListing, ul.eventsListing {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#testimonialsListing li {
    padding: 20px 0 20px 0;
    font-style: italic;
    border-top: 1px solid #ccc;
}
ul.eventsListing {
    margin: 40px 0 50px 0;   
}
ul.eventsListing li {
    padding: 20px 30px;
    border: 1px solid #67ac49;
    margin-bottom: 30px;
}
ul.eventsListing.pastEvents li {
    border: none;   
    padding: 0 0 30px 0;
    border-top: 1px solid #67ac49;
}
ul.eventsListing.pastEvents li:first-child {
    border: none;   
}
ul.eventsListing .greenButton {
	background: #67ab48;
	text-transform: uppercase;
	color: #fff;
	padding: 12px 28px !important;
	text-align: center;
	font-weight: bold;
	border: none;
	cursor: pointer;
	font-size: 12px !important;
    display: block;
    width: 100px;
    margin: 20px 0 0;
}
ul.eventsListing li p {
    padding: 0;
    margin: 0;
}
ul.eventsListing li h2 {
    margin-bottom: 20px !important;
}
ul.eventsListing li span {
    font-size: 15px;
    color: #67ac49;
}
.eventDescription {
    clear: both;
    margin-top: 15px;
}
.eventMeta {
    margin-right: 20px;
    float: left;
    margin-bottom: 10px;
}
#logoEventbrite {
    float: right;
    width: 100px;
    height: auto;
}
ul#testimonialsListing li:first-child {
    border: none;
}
a.arrowButtonPrevious, a.arrowButtonNext {
	position: relative;
	width: 48px;
	height: 48px;
	display: block;
	cursor: pointer;
	background: #fff;
}
a.arrowButtonPrevious:hover, a.arrowButtonNext:hover {
	background: #669933;
}
.arrow {
  position: absolute;
  top: 38%;
  left: 45%;
  width: 25%;
  height: 25%;
  display: block;
  background: url(images/arrow.svg) 0 0 no-repeat;
  background-size: contain;
  fill: #94d31b;
}
.arrowButtonPrevious .arrow {
	transform: rotate(180deg);
	left: 30%;
}
#pageBottom {
	color: #bbb;
	font-size: 12px;
	line-height: 20px;
    clear: both;
}
#Bottom .blogPost p {
	margin-top: 4px;	
}
.fourColumns {
	float: left;
	width: 23%;
	margin: 0 1%;
}
#servicesColumn ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#servicesColumn ul li {
	margin: 0 0 8px 0;
}
#contactColumn ul li span {
	color: #67ac49;
}

#contactColumn ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contactColumn ul li {
	margin: 8px 0;
}
.address {
	padding-left: 25px;
	background: url(images/icon-home.png) 0 4px no-repeat;
	background-size: 17px 15px;
}
.telephone {
	padding-left: 25px;
	background: url(images/icon-phone.png) 0 5px no-repeat;
	background-size: 17px 12px;
}
.email {
	padding-left: 25px;
	background: url(images/icon-mail.png) 0 6px no-repeat;
	background-size: 15px 11px;
}
#footer {
	width: 100%;
	height: 70px;
	background: #3eb890;
	margin: 20px 0 0;
	float: left;
	clear: both;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
}
#footer a {
	color: #fff;
}
#footer .wrapper {
	position: relative;
}
.bodyLogicLogo {
	position: absolute;
	top: 9px;
	left: 0;
	width: 283px;
	height: 52px;
	display: block;
	background: url(images/logo-bodylogic-white.png) 0 0 no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	cursor: pointer;
}
#copyright {
	position: absolute;
	top: 16px;
	left: 300px;
}
#footerNav {
	position: absolute;
	top: 26px;
	right: 0;
	text-transform: uppercase;
}

/* Primary navigation dropdowns */

nav#mainNav ul.sub-menu li {
	margin: 0;
	text-align: left;
	width: 100%;
    width: 207px;
}
nav#mainNav ul.sub-menu li a {
	padding: 10px 22px 10px 22px;
	border: none;
	width: 100%;
	line-height: 28px;
}
nav#mainNav ul.sub-menu li a:hover {
	background: #3eb890;
	color: #fff;
}
nav#mainNav ul {
    overflow: hidden;
}
#mainNav ul li {
    position: relative;
}
#mainNav ul li a {

}
#mainNav ul li a {
    display: block;
}
#mainNav ul ul li {

}
#mainNav ul ul li a {

}

/* Sub menus */
#mainNav ul ul {
    width: 250px;
    display: block;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 85px;
    background: #fff;
    padding: 0;
	-webkit-transition: opacity .25s ease-in;
    -moz-transition: opacity .25s ease-in;
    -o-transition: opacity .25s ease-in;
    transition: opacity .25s ease-in;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.59);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.59);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.59);	
	opacity: 0;
    height: 0; 
    z-index: 999999;
}
/* Third-level menus */
#mainNav ul ul ul {
    top: 0;
    left: 250px;
    opacity: 0;
    height: 0;
}
/* Fourth-level menus */
#mainNav ul ul ul ul {
    top: 0;
    left: 250px;
    opacity: 0;
    height: 0;   
}
#mainNav ul ul li {
    opacity: 1;
    height: auto;
}
#mainNav ul li:hover > ul {
    opacity: 1;
    height: auto;

}
#mainNav ul:hover {
    overflow: visible;
}

/* Sub page styles */

hr.header {
	width: 100%;
	height: 1px;
	border: none;
	background: #3eb890;
}
body.page-template-default #subpageContent, body.single #subpageContent, body.page-template-blog-php #subpageContent, body.archive #subpageContent, body.page-template-testimonials-php #subpageContent, body.page-template-events-php #subpageContent {
	width: 740px;
	float: left;
}
body.page-template-full-width #subpageContent {
    width: 100%;
}
#subpageContent {
	float: left;
	padding: 10px 0 40px 0;
}
#subpageContent h2 {
	font-size: 19px;
	font-weight: bold;
	color: #67ac49;
	margin: 0;
	padding: 0;
}
#subpageContent h3 {
	font-weight: bold;
	color: #3eb890;
	margin: 0;
	padding: 0;	
}
.contactLeftColumn {
	width: 400px;
	float: left;
	margin-right: 50px;
}
.contactRightColumn {
	width: 700px;
	float: right;
}
.blogPostListing {
	padding: 0 0 40px 0;
}
#blogPosts {
	margin: 10px 0 0;
	float: left;
}
#nav-below {
	clear: both;
	float: left;
	margin: 25px 0 0;
	width: 100%;
}
.nav-previous, .nav-next {
	width: 40%;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
	text-align: right;
}
.contactDisclaimer {
	font-style: italic;
	font-size: 10px;
	line-height: 14px;
	margin-top: -20px;
	width: 100%;
	float: left;
	padding-bottom: 40px;
}

/* Sidebars */

#sidebar {
	width: 380px;
	float: left;
}
.widget-area ul {
	list-style: none;
}
.widget_recent_entries ul {
	margin: 0;
	padding: 0;
}
.widget-container {
	margin-bottom: 40px;
}
.blogSidebar .widget-container.gform_widget {
	margin-bottom: 0;
}
.widget-container hr {
	margin: 0 0 10px 0;
}
h3.widget-title {
	font-family: "Times New Roman", Georgia, Serif;
	color: #67ac49;
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 15px 0 !important;
}

/* Gravity Forms */

.gform_widget {
	padding: 0 0 20px 0;
}
.gform_widget .gform_button {
	/*float: right;*/
}
.gform_button {
	background: #67ab48;
	text-transform: uppercase;
	color: #fff;
	padding: 14px 28px !important;
	text-align: center;
	font-weight: bold;
	border: none;
	cursor: pointer;
	font-size: 12px !important;
}
#gform_wrapper_1 {
	width: 700px;
	float: right;
}
#sidebar .gform_wrapper textarea {
    width: 323px;
}

/* Google Maps */
#googleMapHeader {
	width: 100%;
	height: 121px;
	clear: both;
	background: #8dbe78;
	text-align: center;
}
#googleMapHeader h2 {
	color: #fff;
	line-height: 118px;
}
#googleMap {
	clear: both;
}
#googleMap {
    position: relative;
    padding-bottom: 35%;
    height: 0;
    overflow: hidden;
    margin-bottom: 100px;
}
#googleMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* Slider overrides */

.cycloneslider-template-custom .cycloneslider-slide {
	background: none !important;
}
.cycloneslider-slides {
	height: 503px !important;
}

.cycloneslider-template-custom .cycloneslider-slide-custom, .cycloneslider-template-custom .cycloneslider-slide-testimonial {
	height: 503px !important;
	text-align: left !important;
}

.cycloneslider-template-custom.cycloneslider-width-full .cycloneslider-slide .slideImage img {
	width: auto !important;
	float: left;
}

/* Custom Slider theme */

.customSlide {
	background-size: cover;
	width: 100%;
	height: 503px;
	background-position: center top;
}

/* Parallax */

.parallax {
	background-size: cover;
	width: 100%;
	height: 503px;
	background-position: 50% 0;
	background-attachment: fixed;
	overflow: hidden;
}

/* Video lightbox */

.videoThumb {
	width: 200px;
	float: left;
	margin: 0 30px 20px 0;
	height: 200px;
}
.pp_close {
	z-index: 9999;
}


/* Responsive Styles */

@media only screen and (max-width: 767px) {
    /* smartphones */
	
	body {
		width: 100% !important;
	}
	#mainNav {
		display: none !important;
	}
	#mainLogo {
		width: 220px !important;
		height: 70px !important;
	}
	#phoneNumber {
		font-size: 18px !important;
		top: inherit !important;
		right: inherit !important;
		bottom: 15px !important;
		left: 0 !important;
		width: 100% !important;
		text-align: center !important;
	}
	.wrapper {
		width: 90% !important;
		padding: 0 20px !important;
	}
	#mainSlider .wrapper {
		width: 100% !important;
		padding: 0 !important;
	}
	.cycloneslider-template-custom.cycloneslider-width-full .cycloneslider-slide .slideImage img {
		width: 100% !important;
	}
	#homeContent {
		width: 95% !important;
	}
	#homeSidebar {
		margin: 80px 0 0 !important;
		width: 95% !important;
	}
	#homeServices {
		margin: 80px 0 0 !important;
	}
	#testimonials {
		margin: 60px 0 0 !important;
	}
	.fourColumns {
		width: 100% !important;
		margin: 40px 0 0 !important;
	}
	#blogColumn {
		display: none !important;
	}
	#homeServices ul {
		width: 276px !important;
		margin: 0 auto !important;
		margin-top: 40px !important;
	}
	#homeServices ul li {
		margin: 0 0 25px 0 !important;
	}
	#subpageContent {
		width: 95% !important;
	}
	.bodyLogicLogo {
		width: 40vw !important;
		height: 7vw !important;
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		margin-top: 15px !important;
		margin-left: 25vw;
	}
	#footer {
		margin: 30px 0 0 !important;
		padding-bottom: 25px;
		height: 140px !important;
	}
	#footerNav {
		position: relative !important;
		top: 0 !important;
		right: 0 !important;
		font-size: 10px;
		width: 100%;
		text-align: center;
		clear: both;
		padding-top: 30px;
	}
	#copyright {
		position: relative !important;
		left: 0 !important;
		right: 0 !important;
		font-size: 10px !important;
		float: left !important;
		width: 100% !important;
		text-align: center !important;
	}
	#searchButton {
		bottom: 15px !important;
		right: 10px !important;
	}
	#testimonialsContainer {
		width: 85% !important;
	}
	#testimonials h2 {
		font-size: 22px !important;
	}
	.cycloneslider-slides {
		height: 275px !important;
	}
	.cycloneslider-template-custom .cycloneslider-slide-custom, .cycloneslider-template-custom .cycloneslider-slide-testimonial {
		height: 275px !important;
	}
	.customSlide {
		height: 275px !important;
		background-position: 0 0 !important;
	}
	#mainSlider {
		height: 275px !important;
	}
	.parallax {
		height: 275px !important;
	}
	.parallax {
		background-position:25% 50% !important; 
		-webkit-background-size:cover; 
		background-size:cover; 
		background-attachment:inherit;
	}
    .slideContent .greenButton a {
        padding: 8px 33px 8px 33px !important;
    }
    .slideContent h2 {
        line-height: 20px !important;
        margin-bottom: 12px !important;
    }
	#searchButton {
		display: none !important;
	}
	#searchform input[type="text"] {
		width: 125px !important;
	}
	#searchBox {
		bottom: -50px !important;
	}
	#googleMap {
		padding-bottom: 75% !important;
		width: 85% !important;
		margin: 0 auto !important;
	}
	#googleMapHeader {
		height: 75px !important;
	}
	#googleMapHeader h2 {
		line-height: 75px !important;
		font-size: 22px !important;
	}
	.contactLeftColumn {
		width: 90% !important;
	}
	.contactRightColumn {
		width: 100% !important;
		float: left !important;
		margin: 40px 0 0 !important;
	}
	.contactWidgets {
		width: 100% !important;
		clear: both !important;
	}
	.contactWidgets ul li {
		width: 90% !important;
		margin: 0 0 30px 0 !important;
	}
	.customSlide.right .slideContent, .customSlide.left .slideContent, .slideContent {
		width: 100% !important;
		position: absolute !important;
		bottom: 0;
		left: 0;
		height: 80px !important;
		padding: 15px 30px 12px 30px !important;
		margin: 0 !important;
		float: none !important;
        background: rgba(255, 255, 255, .80) !important;
	}
	.customSlide.left {
		background-position: right top !important;
	}
	.slideContent hr, .slideContent p {
		display: none;
	}
	.slideContent h2 {
		font-size: 18px !important;
	}
	.slideContent .greenButton {
		margin: 8px 0 0 !important;
	}
	body.single-post #subpageContent img {
		max-width: 100% !important;	
	}	
	
}

@media only screen and (max-width: 480px) {

	#sidebar {
		width: 320px !important;
		margin-left: -20px !important;
	}
	#testimonialsContainer {
		width: 75% !important;
	}
	#sidebar .gform_wrapper textarea {
		width: 97% !important;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 1170px) {
	
	body {
		width: 100% !important;
	}
	.wrapper {
		width: 90% !important;
		padding: 0 20px !important;
	}
	#homeContent {
		width: 50% !important;
	}
	#homeSidebar {
		width: 40% !important;
	}
	#homeServices {
		margin: 60px 0 60px 0;
	}
	#testimonialsContainer {
		width: 85% !important;
	}
	#subpageContent {
		width: 50% !important;
	}
	body.page-template-contact-page #subpageContent {
		width: 95% !important;
	} 
	body.page-template-contact-page .contactLeftColumn {
		width: 40% !important;
	}	
	body.page-template-contact-page .contactRightColumn {
		width: 50% !important;
	}
	#socialColumn .social ul li a {
		font-size: 11px !important;
	}
	.bodyLogicLogo {
		width: 125px !important;
		height: 25px !important;
		top: 24px !important;
		left: 20px !important;
	}
	#copyright {
		left: 180px !important;
	}
	.parallax {
		background-position:25% 50% !important;
		-webkit-background-size:cover;
		background-size:cover;
		background-attachment:inherit;
	}
	body.single-post #subpageContent img {
		max-width: 46vw !important;	
	}	

}


@media only screen and (min-width: 768px) and (max-width: 950px) {

	#mainLogo {
		width: 220px !important;
		height: 70px !important;
		margin-top: 15px;
	}

}

#responsive-menu-title {
	display: none;
}

@media only screen and (max-width: 640px) {
	/* contact form fix */
	.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {width:100%;}
	body .contactRightColumn .gform_wrapper .gfield_checkbox li input[type=checkbox],
	body .contactRightColumn .gform_wrapper .gfield_radio li input[type=radio],
	body .contactRightColumn .gform_wrapper .gfield_checkbox li input {margin-top: 3px !important;}
	.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {float:left; margin:0 0 0 5px !important;}
	
	.noScroll {position:absolute; top:0; width:100%; height:100%; z-index:99;}
}
