/*
 Theme Name:     Swallowfield
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


h1 {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
	padding-bottom: 30px;
}
h1::after {
    content: '';
    display: inline-block;
    width: 120px;
    height: 2px;
    background: #647683;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.et_pb_section_1_tb_header.et_pb_section.nav-slide {
	display: none;
	opacity: 0;
    animation: fade 2s linear;
}
.et_pb_section_1_tb_header.et_pb_section.nav-slide.nav-open {
	display: inline-table;
	opacity: 1;
    animation: fade 2s linear;
}
.phone-number {
	border-top: 1px solid #262c39;
	border-bottom: 1px solid #262c39;
}
.phone-number .et_pb_text_inner {
	text-align: center;
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}
.phone-number .et_pb_text_inner a{
	font-size: 16px;
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	color: #fff;
	line-height: 26px;
	font-weight: 300;
	margin-left: 15px;
}


.et-pb-controllers a {
	border-radius: 50%;
	width: 17px;
	height: 17px;
	border: 3px solid #fff;
	background: transparent;
	opacity: 1;
}
.et-pb-controllers .et-pb-active-control {
    background-color: #1c2330;
	border: 3px solid #1c2330;
}

.intro-section .et_pb_text h3 {
	font-size: 26px;
	color: #1c2330;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	margin: 10px 0px 15px;
}
.intro-section .et_pb_text h3:before,
.intro-section .et_pb_text h3:after {
	content: '';
	width: 33px;
	height: 1px;
	vertical-align: middle;
	background: #abb5bc;
	display: inline-block;
	margin: 0px 15px;
	
}
.intro-section .et_pb_text p {
	font-size: 15px;
	color: #656565;
	text-align: center;
	font-weight: 400;
	line-height: 26px;
	padding: 0px 10px;
}
.logo-section > .et_pb_row {
	border-top: 1px solid #e2dede;
}
.slider1 .bx-controls {
	display: none;
}

.footer-top h4 {
	font-size: 20px;
	color: #1c2330;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.et_pb_column_0_tb_footer ul {
	list-style: none;
	padding-left: 0px;	
}
.et_pb_column_0_tb_footer li {
	display: flex;
	margin-bottom: 20px;
}
.et_pb_column_0_tb_footer li span{
	display: inline-block;
	margin-right: 20px;
	width: 18px;
	height: 23px;
	margin-top: 5px;
}
.et_pb_column_0_tb_footer li:first-child span {	
	background: url('./images/map.png') no-repeat left top / contain;
	
}
.et_pb_column_0_tb_footer li:nth-child(2) span {
	background: url('./images/phone.png')  no-repeat left top / contain;
}
.et_pb_column_0_tb_footer li:last-child span{
	background: url('./images/email.png')  no-repeat left top / contain;
}

.footer-top .et_pb_button_module_wrapper {
	width: auto;
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-top: -6px;
}
.footer-top .et_pb_button_module_wrapper > a {
	font-size: 20px;
	color: #1c2330;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;	
	padding-top: 0px !important;
	
}
.footer-top .et_pb_button_module_wrapper > a:hover {
	padding-top: 0px !important;
}

.footer-top .et_pb_button_module_wrapper > a:after {
    font-family: ETmodules !important;
    content: "5";
    font-size: 16px !important;
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
	padding-right: 20px;
}
.footer-top .et_pb_menu {
	width: 100%;
	padding-left: 10px;
}

.footer-top .et-menu li {
	width: 50%;
	float: left;
	padding-bottom: 3px;
}

.footer-top .et-menu li a {
	padding-left: 20px;
	font-size: 16px;
	line-height: 28px;
	color: #656565;
	font-weight: 400;
}

.footer-top .et-menu li a:before {
	font-family: ETmodules;
    content: "5";
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
}

.site-footer .et_pb_menu .et_pb_menu__menu > nav > ul > li {
	border-right: 1px solid #a7a7a7;
	display: inline-table;
}
.site-footer .et_pb_menu .et_pb_menu__menu > nav > ul > li:last-child {
	border-right: 0px;
}
.site-footer .et_pb_menu .et_pb_menu__menu > nav > ul > li a {
	padding-bottom: 0px;
	line-height: 15px;
}
.follow-us .et_pb_text_inner,
.footer-botom .et_pb_text_inner {
	position: relative;
	text-align: center;
}
.follow-us .et_pb_text_inner:before,
.footer-botom .et_pb_text_inner:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0px;
	/* background: #4a4f5a; */
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: 0px;
	border: 1px solid #4a4f5a;
}
.follow-us .et_pb_text_inner span,
.footer-botom .et_pb_text_inner span {
	color: #fff;
	background: #1d2331;
	position: relative;
	padding: 0px 25px;
}

.follow-us .et_pb_text_inner {
	
}

.nav-slide {
	display: none;
}

.nav-lines {
	background: #1c2330;
    padding: 12px 12px 5px 9px;
    min-width: 62px;
    margin-right: 50px;
	cursor: pointer;
	max-width: 65px;

}
.nav-lines span{	
	min-width: 32px;
	border: 2px solid #fff;
	background: #fff;
	margin-bottom: 8px;
	display: block;
	height: 2px;
}
.nav-lines span:nth-child(2){	
	max-width: 30px;
}

.close {
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}
.close-icon {
	margin-top: 20px;
}


@media only screen and ( min-width:981px ) {
	.et-l--footer .footer-top .et_pb_column_0_tb_footer {
		width: 30.75%;
	}
	.et-l--footer .footer-top .et_pb_column_1_tb_footer {
		width: 14.75%;
	}	
	
}

@media only screen and ( max-width:1900px ) {
	/* .et_pb_row_0_tb_header { margin-left: 20px; margin-right: 20px; } */
}
@media only screen and ( max-width:1450px ) {
	/* footer .et_pb_row,
	.entry-content .et_pb_row_3 { margin-left: 20px; margin-right: 20px; } */
	
}
/* @media only screen and ( min-width:980px ) { */
	.custom-menu .mobile_nav.closed,
    .custom-menu .et_mobile_nav_menu { display:block !important; width: 100%; }
	.custom-menu .et_mobile_menu { display:block !important;position: relative !important; border: 0px;padding-left:0px; }
	.custom-menu .mobile_menu_bar,
    .custom-menu .et_pb_menu__menu { display:none !important; }
    /* .et-fixed-header #et_mobile_nav_menu { margin-bottom:0; } */
	
    /* set the width, and right align */
    /* #mobile_menu { max-width: 400px; right: 0; left:auto; } */
	
	.custom-menu .et_mobile_menu .first-level > a {
		background-color: transparent;
		position: relative;
	}
	.custom-menu .et_mobile_menu .first-level > a:after {
		font-family: 'ETmodules';
		content: '3';
		font-weight: normal;
		position: absolute;
		font-size: 16px;
		top: 10px;
		right: 10px;
		margin-right: 15px;
	}
	.custom-menu .et_mobile_menu .first-level > .icon-switch:after{
		content: '2';
	}
	.second-level {
		display: none;
	}
	.reveal-items {
		display: block;
	}
	.custom-menu .et_mobile_menu {
		/* margin-top: 20px;
		width: 230%;
		margin-left: -65%; */
	}
	
	.custom-menu li { 
		list-style: none;
		
	}
	.custom-menu li > a {
		padding: 15px 45px;
	}
	
	.custom-menu li.submenu-open {
		background: #465461;
	}
	.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul.sub-menu,
	.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu ul.sub-menu,
	.custom-menu li .sub-menu{
		padding: 0px;
		background: #4b5966 !important;
	}
	.custom-menu li.submenu-open .sub-menu{
		padding: 0 0 23px 1em;
		padding-left: 10px;
	}
/* } */
@media only screen and ( max-width:1400px ) {
	footer .et_pb_menu_1_tb_footer.et_pb_menu ul li a {
		font-size: 13px;
	}
	.footer-top .et_pb_button_module_wrapper {
		margin-right: 0px;
	}
}
@media only screen and ( max-width:980px ) {
	footer .et_pb_menu .et_pb_menu__menu {
		display: flex;
	}
	footer .et_pb_menu .et_mobile_nav_menu {
		display: none;
	}
	
	.et_pb_button_0_tb_header_wrapper {
		margin-left: auto;
	}
	.et_pb_column_1_3.et_pb_column_2_tb_header{
		margin-top: 25px;
		justify-content: center;
	}
	.site-footer .et_pb_text_3_tb_footer {
		text-align: center;
	}
	.site-footer .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
		justify-content: center;
	}
	.et_pb_column_1_3.et_pb_column_4_tb_footer {
		padding-top:15px;
		padding-bottom: 15px;
	}
}

@media only screen and ( max-width:479px ) {
	.et_pb_column_1_3.et_pb_column_2_tb_header{
		padding-top: 25px;		
	}
	.et_pb_column_1_3.et_pb_column_1_tb_header {
		padding-top: 15px;
	}
	.et_pb_column_1_3.et_pb_column_2_tb_header .et_pb_button {
		font-size: 15px;
	}
	.intro-section .et_pb_text h3 {
		font-size: 17px;
	}
	.footer-top .et-menu li {
		width: 100%;
	}
	footer .et_pb_menu_1_tb_footer.et_pb_menu ul li a {
		font-size: 9px;
	}
	.footer-botom .et_pb_text_inner span {
		font-size: 17px;
	}
}