/*
Theme Name: SCRI
Theme URI: http://www.primaltribe.com/
Description: Custom Theme for SCRI.
Author: Primal Tribe Inc.
Author URI: http://www.primaltribe.com
Template: Divi
Version: 1.0.0
*/

/** BASICS **/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,body{
	width:100%;
	height:100%;
	font-size: 100%;
	padding:0;
	margin:0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body{

	font-family: "myriad-pro",sans-serif;
	font-size:1rem;
	line-height: 1.625em;

	-webkit-transition: all, 0.3s ease-in-out;
	-moz-transition: all, 0.3s ease-in-out;
	-ms-transition: all, 0.3s ease-in-out;
	-o-transition: all, 0.3s ease-in-out;
	transition: all, 0.3s ease-in-out;

	-webkit-text-size-adjust: on;
	-moz-text-size-adjust: on;
	-ms-text-size-adjust: on;
}
img {
	width: 100%;
	height: auto;
}
*,
ul{
	margin:0;
	padding:0;
}
li{list-style-type: none;}

/** TYPOGRAPHY **/
h1, h2, h3, h4, h5, h6{
	font-family: "myriad-pro",sans-serif;
	font-weight: 700;
}
h1{font-size: 30px;}

h2{
	font-size: 28px;
	color:#7395AA !important;
}

h3{
	font-size: 24px !important;
	line-height: 1.3;
	margin-bottom: 1rem;
	color: #7395aa !important;
}

h4{
	font-size: 20px !important;
	line-height: 1.3;
	margin-bottom: 1rem;
	/*color: #7395aa !important;*/
}


#main-header{
	box-shadow: none;
}
.header-container{
	width: 80%;
}

/* REMOVE DIVI SIDEBAR BORDER */
#main-content .container::before{
	content: none;
}
.container-override #left-area{
	width:100%;
	float:none;
	padding-right: 0;
}
.container-override .et_right_sidebar{
	float: none;
}
.error{ margin-top: 30px; }
/*.et_fixed_nav.et_show_nav #page-container{padding-top:0;}*/

.top-header-container li{
	vertical-align: middle;
	width: inherit;
	margin-top: 24px;
	display: inline-block;

}
.top-header-container li:first-child{ width: 50%; }
.top-header-container li:last-child{
	width: 48px;
	position: relative;
	top: 0;
	overflow: hidden;
	right: 0;
}
.top-header-container li a{display: block;}
.top-header-container li.header-phone a{display: inline-block;}
.top-header-container li a span{display: none;}
.top-header-container li.header-phone i {
	float: left;
	margin-right: 10px;
	font-size: 42px;
	color: #a5d867;
}

.logo_container.top-header-container li { margin: 24px 0 10px; }
.logo_container.top-header-container li.header-phone { top: 10px; right: -10%; }

/** -- LOGO -- **/
.et_header_style_left #logo, .et_header_style_split #logo {
	max-width: 100%;
	width: 150px;
	display: block;
}

/** -- PHONE # -- **/
.top-header-container li::before{
	font-size: 2.75rem;
	position: relative;
	float: right;
	top: 5px;
	right: 0;
	color:#A5D867;

}
/* -- MENU BUTTON [HAMBURGER] -- */
.mobile_menu_bar{ padding-right: 32px;}

.mobile_nav.closed .mobile_menu_bar:before{
	content: "\e91b";
	font-family: 'SocialMediaFont'!Important;
	font-weight: normal;
	color: #363636;
	font-size: 3rem;
	top:5px;
}

.mobile_nav.opened .mobile_menu_bar:before{
	content: "\f00d";
	font-family: 'SocialMediaFont'!Important;
	font-weight: normal;
	color: #A5D867;
	font-size: 3em;
	top:5px;
}


/* -- MOBILE MENU [FIRST LEVEL] -- */
.et_mobile_menu {
	border-top: none;
	background: #7395AA;
}
.et_mobile_menu li a {
	border-bottom: 1px solid rgba(243,243,243, 0.2);
	color: #fff;
	font-size: 18px;
}
#top-menu-nav > ul > li > a:hover,
#top-menu-nav li.current-menu-item > a,
.et_mobile_menu li.current-menu-item > a,
.et_mobile_menu li a:hover,
#main-header .et_mobile_menu .menu-item-has-children > li.current-menu-item > a,
#top-menu li.current-menu-ancestor > a{
	color:#A5D867;
}
#main-header .et_mobile_menu li ul,
.et_mobile_menu li li{padding-left: 0;}


#main-header .et_mobile_menu .menu-item-has-children > a { background-color: transparent; position: relative; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-family: 'ETmodules'; text-align: center; speak: none; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; position: absolute; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-size: 16px; content: '\4c'; top: 13px; right: 10px; }
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after { content: '\4d'; }
#main-header .et_mobile_menu ul.sub-menu { display: none !important; visibility: hidden !important;  transition: all 1.5s ease-in-out;}
#main-header .et_mobile_menu .visible > ul.sub-menu { display: block !important; visibility: visible !important; }

/** FOOTER
---------------------------------------------------------**/
#main-footer{
	background-color: #373737;
	border-top: 3px solid #7395AA;
	background: url(img/footer-background.png) no-repeat;
	background-size:cover ;
}
.main-footer-content{
	/*background: url(img/footer-background.png) no-repeat;*/
	/*background-size:cover ;*/
	width: 100%;
	margin: 32px auto;
	padding: 0 25px;
	max-width: 1180px;
}
#et-footer-nav{ background-color: transparent;}

.main-footer-content ul{}

.company-info li i{
	font-size: 1rem;
	margin-right: 0.5rem;
	color: #A5D867;
	width: 20px;
	position: relative;
	text-align: center;
	display: inline-block;
	top: 2px;
}

.company-info li:nth-child(3)::before{
	height:34px;
}
.company-info li a{color:#ffffff;}
.company-info li a:hover,
.company-info li a:focus{ color:#A5D867;}

.main-footer-content li{
	font-size: 1rem;
 	color:#FFF;
	line-height: 2rem;
}
.company-info li span{
	display: block;
	line-height: 1;
	margin-left: 2rem;
}

.bottom-nav,
#footer-bottom{
	text-align: left;
	padding: 15px 0 0;
}

.footer-container {width: 100%;}
.bottom-nav li,
.bottom-nav li a{
	font-family: "myriad-pro",sans-serif;
}
.bottom-nav li::before{
	content: "\f054";
	font-family: 'SocialMediaFont' !important;
	color:#A5D867;
	font-size: 0.75rem;
	padding-right: 0.5rem;
	position: relative;
	top: 0;
}
.bottom-nav li > a:hover,
.bottom-nav li.current-menu-item > a{color:#A5D867;}
#footer-bottom{background: rgba(0,0,0,1);}
p#footer-info,
p#footer-info a{
	font-size: 14px;
	color:#7395AA;
	font-weight: normal;
	text-align: left;
}


/** GENERAL
----------------------------------------------------------------**/
/* -- SLIDER | BANNER -- */
.banner{ border-bottom: 5px solid #a5d867;}
/*.banner .et_pb_slide{padding:1rem;}*/
.banner .et_pb_slides .et_pb_empty_slide.et_pb_container{
	/*height:72px !important;*/
}

.banner.top-5-center .et_pb_slide {background-position: center top 5%;}
.banner.top-10-center .et_pb_slide {background-position: center top 10%;}
.banner.top-15-center .et_pb_slide {background-position: center top 15%;}
.banner.top-20-center .et_pb_slide {background-position: center top 20%;}
.banner.top-25-center .et_pb_slide {background-position: center top 25%;}
.banner.top-30-center .et_pb_slide {background-position: center top 30%;}
.banner.top-35-center .et_pb_slide {background-position: center top 35%;}
.banner.top-40-center .et_pb_slide {background-position: center top 40%;}
.banner.top-45-center .et_pb_slide {background-position: center top 45%;}
.banner.top-50-center .et_pb_slide {background-position: center top 50%;}

.reg-sections .et_pb_row{padding: 30px 0 0;}


.full-width-sections.et_pb_section,
.full-width-sections-with-images.et_pb_section{padding:50px 0;}

.full-width-sections .et_pb_row,
.full-width-sections-with-images .et_pb_row{
	width:100%;
	padding: 30px 0;
}
.with-fleet .et_pb_row,
.with-map .et_pb_row,
.with-map .et_pb_row_inner {padding:0 !important;}

.full-width-sections .et_pb_column{padding: 30px 0;}

.general-full-width-areas .et_pb_text{
	width:80%;
	margin: 0 auto 30px;
	padding: 30px 0;
}
.fleet .et_pb_text,
.locations .et_pb_text{padding: 80px 0;}



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


/* -- BUTTONS
--------------------------------------------------------------------------- */
.btn.et_pb_button{
	color: #363636 !important;
	border: none;
	border-radius: 6px;
	padding: 8px 40px !important;
}
.push-mobile-btn-left{
	text-align: left;
	float: left;
}
.btn.et_pb_button:hover{
	padding: 8px 40px !important;
	border: none;
	color: white !important;
}

.btn.blue-btn.et_pb_button,
.btn.get-directions-btn.et_pb_button { color: white !important; }
.btn.blue-btn.et_pb_button:hover,
.btn.get-directions-btn.et_pb_button:hover { color: #363636 !important; }

.btn.get-directions-btn.et_pb_button {
	display: inline-block;
	background-color: #7395AA;
	border: none;
	border-radius: 3px;
	text-align: left;
	padding: 8px 18px !important;
	margin: 20px 0 !important;
}
.btn.get-directions-btn.et_pb_button:hover{background:rgba(165,216,103,1) !important;}
.get-directions-btn i {
	/*margin: 0 -10px 0 10px;*/
	margin-left: 10px;
	/*content: "\f041";*/
	/*content: "\e91d";*/
}

.green-btn{background-color: #A5D867;}
.blue-btn{background-color: #7395AA;}
.white-btn{background-color: #ffffff;}

.green-btn:hover,
.white-btn:hover{background:rgba(115,149,165,1) !important;}

.blue-btn:hover{background:rgba(165,216,103,1) !important;}

/* -- LISTS
------------------------------------------------------------------------------- */
.no-bullet-list ul{
	padding: 0;
	margin: 1rem auto;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.no-bullet-list li{line-height: 1; }
.no-bullet-list li a{color:#363636; }

.no-bullet-list li h2,
.no-bullet-list li a:hover,
.no-bullet-list ul:last-child li a {color:#7395aa;}


.bullet-list li{
	list-style-type: disc;
	padding:0 1.25rem;
	margin-left: 1.5rem;
}
.reg-bullet-list ul{
	padding: 0;
	margin: 1rem 0;
}
.clients ul{margin:0 auto;}
.reg-bullet-list li{
	list-style-type: disc;
	margin-left: 1.5rem;
}


/* -- ICON LISTS -- */


.icon-checked-lists ul,
.icon-x-lists ul{
	padding: 0;
	margin: 1rem auto;
}

.why-choose-us .icon-checked-lists ul { margin-top: 0; }

.icon-checked-lists li:before{
	font-family: 'SocialMediaFont' !important;
	content: "\f00c";
	color:#A5D867;
	font-size: 1.5rem;
	padding-right: 1rem;
}
.icon-x-lists li:before{
	font-family: 'SocialMediaFont' !important;
	content: "\f00d";
	color:#e3141b;
	font-size: 1.5rem;
	padding-right: 1rem;
}

/* Home
--------------------------------------------------------------------------*/

.main-slider .et_pb_slider .et_pb_container{
	width:90%;
}
.home-slider-text .et_pb_slide_description{
	background: rgba(255,255,255,0.9);
	display: inline-block;
	margin: 3rem 0 2rem;
	padding: 0 2rem 1rem;
}

.home-slider-text .et_pb_slide_content{}
.home-slider-text h1,
.home-slider-text p{
	text-align: left;
}
.home-slider-text p{
	font-size:16px;
}
.home-slider-text .et_pb_more_button,
.home-slider-text .et_pb_more_button:hover{
	color: #363636 !important;
	border: none;
	border-radius: 6px;
	padding: 8px 40px !important;
	background-color: #A5D867;
	text-align: left;
	float: left;
	font-size: 16px;
}
.home-slider-text .et_pb_more_button:hover{
	background-color: #7395AA;
}
.main-slider .et-pb-arrow-prev,
.main-slider .et-pb-arrow-next{ color:#ffffff !important;}

/* -- CALENDAR SECTION [FULL WIDTH SECTION] - HOME PAGE -- */
.full-width-section-calendar.et_pb_section{
	padding:0;
}
.full-width-section-calendar .et_pb_row{
	width: 100%;
	padding: 0;
}
.full-width-section-calendar .et_pb_row_inner{ padding: 0;}
.full-width-section-calendar .et_pb_column_inner_0 {padding:30px 0;}



/* WHAT WE RECYCLE
-----------------------------------------------------------------------*/

.recycle-slider .et-pb-arrow-prev,
.recycle-slider .et-pb-arrow-next{ color:#7395AA !important;}
.recycle-slider .et_pb_slide_image img{
	/*max-height:100% !important;*/
}

/* added to fix image rotator from disappearing on mobile */
/*
.recycle-slider .et_pb_slide_image { width: 100%; }
.recycle-slider .et-pb-active-slide .et_pb_slide_image img {
	max-height: 317px !important;
	height: 100% !important;
	width: auto !important;
}
.recycle-slider .et_pb_container { height: 317px !important; }
*/
/* FREE PICK UP SERVICES
-----------------------------------------------------------------------*/
.small-map iframe{
	width:100%;
	margin-bottom: -8px;
}

.small-map-half { height: 100%; }
.et_pb_column_1_2 .small-map-half .et_pb_map { height: 100%; }

/* FREE ELECTRONIC SERVICES
------------------------------------------------------------------------*/
.full-width-sections-3-col .et_pb_row{ width:100%; }
.full-width-sections-3-col .et_pb_text{
	width:80%;
	margin: 30px auto;
}
.icon-lists{}
.icon-lists p {text-align: center;}
.icon-lists ul{
	margin: 1rem auto;
	padding: 0;
	width: 100%;
	/*display: inline-block;*/
	/*!*text-align: center;*!*/

}
.icon-lists li:nth-child(2n+1),
.icon-lists li:nth-child(2n+2){
	float:left;
	vertical-align: middle;
	display: inline-block;
	text-align: left;
	margin-bottom: 1.5rem;
}
.icon-lists li:nth-child(2n+1){
	width:60px;
	clear: both;
	margin-right: 1rem;
}
.icon-lists li:nth-child(2n+1) img{width:60px;}
.icon-lists li:nth-child(2n+2){
	width: 160px;
}

.icon-lists-column{
	/*padding:10%;*/
}

/* ABOUT PAGE
--------------------------------------------------------------------------*/
.affiliations .et_pb_image {
	width:60%;
	float: left;
}
.certifications .et_pb_image{
	width: 75%;
	float: left;
}


/** CONTACT PAGE
--------------------------------------------------------------------------**/
/* -- FORM -- */
.contact-form{}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form .et_pb_contact p textarea{
	font-size: 16px;
	font-family: "myriad-pro",sans-serif;
	color:#363636;
}

.contact-form .et_pb_button{
	border: none;
	background: #a5d867;
	color: #363636;
	padding: 8px 40px !important;
}
.contact-form .et_pb_button:hover{
	border: none;
	background: #7395AA;
	color: #FFF;
	padding: 8px 40px !important;
}
.contact-form .et_pb_contact_submit{ margin: 0 0 0 9px;  }

.contact-form .et_contact_bottom_container{
	float:left;
	text-align:left;
}

.top-header-container li a{display: block;height:100px;}

@media  screen  and (min-width: 425px){
	.no-bullet-list ul{
		width: 49%;
	}

	.top-header-container li.header-phone i {
		margin-right: 10px;
		font-size: 42px;
	}

	.top-header-container li.header-phone {
		padding-top: 10px !important;
	}

	.top-header-container li:last-child {
		right: -40px;
	}

	.logo_container.top-header-container li.header-phone { top: 0; right: 0; }
}

@media screen and (min-width: 600px) {
	.top-header-container li:last-child {
		width: 150px;
		right: -4rem;
	}

	.top-header-container li {  float: left; }

	.top-header-container li:nth-child(2){
		float: right;
		position: relative;
		right: 1.5rem;
		width: 140px;
		top: 18px;
		text-align: right;
	}

	.top-header-container li::before {
		font-size: 1.75rem;
		position: relative;
		float: left;
		right: 0;
		top:0;
	}

	.top-header-container li a span {
		display: block;
		color: #363636;
		font-size: 18px;
		float: left;
		font-weight: 700;
	}

	.top-header-container li a{display: block;}
	.top-header-container li.header-phone a{display: inline-block;}
	.top-header-container li a span{display: inline-block;}
	.top-header-container li.header-phone i {
		float: left;
		margin-right: 10px;
		font-size: 22px;
		color: #a5d867;
	}

	.logo_container.top-header-container li { margin: 24px 0 0; }
	.top-header-container li.header-phone {
		padding-top: initial;
	}
}

@media screen and (min-width: 767px) {

	/** TYPOGRAPHY
------------------------------------------------------------**/
	h1{font-size: 60px;}
	h2{
		font-size: 30px !important;
		line-height: 1.3;
		margin-bottom: 1rem;
		color: #7395aa !important;
	}
	.white-h2 h2{color:#fff !important;}

	h3{
		font-size: 26px !important;
		line-height: 1.3;
		margin-bottom: 1rem;
		color: #7395aa !important;
	}

	.top-header-container li {  float: left; }

	.top-header-container li:nth-child(2){
		float: right;
		position: relative;
		right: 1rem;
		width: 140px;
		top: 18px;
		text-align: right;
	}

	.top-header-container li::before {
		font-size: 1.75rem;
		position: relative;
		float: left;
		right: 0;
		top:0;
	}

	.top-header-container li a span {
		display: block;
		color: #363636;
		font-size: 18px;
		float: left;
		font-weight: 700;
	}
	#et-footer-nav{padding-left: 0 !important;}

	/** FOOTER
	--------------------------------------------------**/
	.company-info,
	#et-footer-nav{
		display: inline-block;
		vertical-align: top;
		padding: 0 0.5rem;
		width:49%;
	}

	.bottom-nav{padding: 0;}

	.home-slider-text .et_pb_slide_description{
		float: left;
		width: 75%;
	}

	/* FREE ELECTRONIC ROUND UP
	-----------------------------------------------------------------*/
	.icon-lists li:nth-child(2n+1) {
		width: 39%;
		clear: both;
		margin-right: 1rem;
		text-align: right;
	}
	.icon-lists li:nth-child(2n+2) {
		width: 50%;
	}


	.certifications .et_pb_image{
		width: 50%;
	}

	.no-bullet-list p{margin-bottom: 3rem;}
	.no-bullet-list li h2{
		line-height: 1;
		margin-bottom: 0;
	}
	.no-bullet-list li{
		line-height: 1.7;
	}

	/* WHAT WE RECYCLE
	-----------------------------------------------------------------*/
	/* added to fix image rotator from disappearing on mobile */
	/*
	.recycle-slider .et_pb_slide_image { width: 100%; }
	.recycle-slider .et-pb-active-slide .et_pb_slide_image img {
		max-height: 317px !important;
		height: 100% !important;
		width: auto !important;
	}
	.recycle-slider .et_pb_container { height: 317px !important; }
	*/
	.contact-form .et_pb_contact_submit {
		margin: 0 0 0 20px;
	}

}

@media screen and (min-width:981px){
	.et_header_style_left .logo_container {position: relative; }
	.top-header-container li:nth-child(2){
		position: absolute;
		right:0;
	}
	.inside-nav-container{
		width: 100%;
		margin: 0.25rem auto 0;
		text-align: center;
	}
	#et-top-navigation{
		background: #7395aa;
		padding:0;
		padding-left: 0 !important;
		width: 100%;
		float:none;
	}

	.et_header_style_left #et-top-navigation{padding-top:0;}
	nav#top-menu-nav,
	#top-menu{float:none;}
	.et_header_style_left #et-top-navigation nav > ul > li > a{padding-bottom: 0;}

	#top-menu li {
		padding:1rem;
		font-size: 16px;
	}
	#top-menu a {
		color:#fff;
		font-size: 16px;
	}

	/* -- SUB MENU -- */

	.nav li ul {
		border-top: 3px solid #a5d867;
		background: #7395AA;
		width: 400px;
		margin-top: 16px;
	}
	#top-menu li li a {
		width: 400px;
	}
	#top-menu li a:hover,
	#top-menu li a:focus,
	#top-menu li li a:hover,
	#top-menu li li a:focus{
		color:#A5D867;
	}

	.top-header-container li a{display: block;height:inherit;}

	/** FOOTER
	--------------------------------------------------**/
	.main-footer-content{
		width: 80%;
		padding: 0;
	}
	.company-info,
	#et-footer-nav{
		padding: 0 1rem;
	}
	.company-info{
		width: 40%;
	}
	#et-footer-nav {
		width: 59%;
	}

	#menu-item-120,
	#menu-item-124{
		margin-bottom: 10px;
		float: left;
	}
	.bottom-nav li{
		line-height: 1.5;
		width:49%;
		display: inline-flex;
		float: left;
	}

	.general-full-width-areas-one .et_pb_text {
		float: right;
		padding: 30px 30px 30px 0;
	}
	.locations .et_pb_text{
		padding: 80px 30px 80px 0;
	}
	.general-full-width-areas-two .et_pb_text {
		float: left;
		padding: 30px 0 30px 30px;
	}

	.calendar-col .et_pb_text{
		float: left;
		padding: 30px 0 30px 30px;
	}

	.fleet .et_pb_text{
		padding: 80px 0 80px 30px;
	}

	.full-width-sections-3-col .et_pb_text{
		/*width:260px;*/
		width:100%;
	}
	.icon-lists li:nth-child(2n+1) { width: 25%; }
	.icon-lists li:nth-child(2n+2) { width: 68%; }
	.icon-lists-column-one .et_pb_text{
		float: right;
		/*padding: 30px 30px 30px 0;*/
		padding: 30px 15px;
	}
	.icon-lists-column-two .et_pb_text{
		padding: 30px 0;
		margin: 0 auto !important;
		width: 100%;
	}
	.icon-lists-column-three .et_pb_text{
		float: left;
		/*padding: 30px 0 30px 30px;*/
		padding: 30px 15px;
	}

	.certifications .et_pb_image{
		width: 75%;
	}

}

@media screen and (min-width: 1024px){

}

@media screen and (min-width: 1200px){

	.home-slider-text .et_pb_slide_description{
		width: 65%;
		margin: 7rem 0 4rem;
	}

}

@media screen and (min-width: 1300px){

	.full-width-sections-3-col .et_pb_text{
		/*width:300px;*/
		width:80%;
	}
}

@media screen and (min-width: 1400px){

	/*.full-width-sections-3-col .et_pb_text{
		width:325px;
		width:80%;
	}*/
}

@media screen and (min-width: 1460px){

	.home-slider-text .et_pb_slide_description{
		width: 50%;
	}
}

@media screen and (min-width: 1600px){

	/** FOOTER
	--------------------------------------------------**/
	.company-info{	width: 30%; }
	#et-footer-nav {width: 69%; }
	.general-full-width-areas .et_pb_text,
	.locations .et_pb_text,
	.fleet .et_pb_text{
		width: 584px;
	}
	.calendar-col .et_pb_text {
		width:730px;
	}


	.two-column-layout-one.et_pb_column_3{
		padding: 5% 5% 5% 12%;
	}
	.two-column-layout-two.et_pb_column_4{
		padding: 5% 12% 5% 5%;
	}
}

@media screen and (min-width: 1680px){

	/*.full-width-sections-3-col .et_pb_text{
		width:305px;
	}*/

	.two-column-layout-one.et_pb_column_3{
		padding-left: 14%;
	}
	.two-column-layout-two.et_pb_column_4{
		padding-right: 14%;
	}
}

@media screen and (min-width: 1880px){

	/*.icon-lists-column-one{*/
		/*padding: 3% 2% 3% 18%;*/
	/*}*/
	/*.icon-lists-column-two{*/
		/*padding: 3%;*/
	/*}*/
	/*.icon-lists-column-three{*/
		/*padding: 3% 18% 3% 2%;*/
	/*}*/

	.two-column-layout-one.et_pb_column_3{
		padding-left: 18%;
	}
	.two-column-layout-two.et_pb_column_4{
		padding-right: 18%;
	}
}

/*-------------------[TABLET / PHONE]------------------*/

/*TABLET*/
@media only screen
and (min-device-width: 768px)
and (max-device-width: 979px)
and (orientation: portrait) {
	.logo_container.top-header-container li { margin: 24px 0 10px; }
	.logo_container.top-header-container li.header-phone { top: 10px; right: 30px; }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 979px)
and (orientation: landscape) {/* STYLES GO HERE */}


/*PHONE*/
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px){
	#mobile_menu li.menu-item > .sub-menu .menu-item > a {
		padding-left: 45px;
	}
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (orientation: portrait) {/* STYLES GO HERE */}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (orientation: landscape) {/* STYLES GO HERE */}

/* iPhone 6 */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px){/* STYLES GO HERE */}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: landscape){
	.logo_container.top-header-container li { margin: 24px 0 10px; }
	.logo_container.top-header-container li.header-phone { top: 10px; right: 30px; }
}

/* iPhone 6+ */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 3) {/* STYLES GO HERE */}

/* iPhone 6+ */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3) {
	#mobile_menu li.menu-item > .sub-menu .menu-item > a {
		padding-left: 45px;
	}
}

@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 3) {
	.logo_container.top-header-container li { margin: 24px 0 10px; }
	.logo_container.top-header-container li.header-phone { top: 10px; right: 30px; }
}