/* Nav bar styles */
.logo_container {
	text-align: left;
}
#main-header:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	background: #005EAE;
	height: 50px;
	width: 100%;
	left: 0;
	right: 0;
}
#et-top-navigation {
	text-align: left;
}
ul#top-menu > li > a {
	padding-bottom: 20px !important;
}
.mobile_nav {
	background: none !important;
}
@media (max-width: 980px) {
	#main-header {
		padding-bottom: 10px !important;
	}
	.logo_container {
		height: 60px !important;
		padding: 0 20px !important;
	}
	#mobile_menu {
		top: 40px;
		background:rgba(40,40,40,0.8);
	}
	.et_menu_container {
		width: 100% !important;
	}
	#et_mobile_nav_menu .select_page {
		padding-left: 20px;
	}
	#et_mobile_nav_menu .mobile_menu_bar {
		padding-right: 20px;
	}
	.logo_helper {
		display: none !important;
	}
}
@media (min-width: 981px) {
	#main-header.et-fixed-header #logo {
		margin-top: -10px;
	}
}

/* Give the menu more room for text */
ul.sub-menu a {
	padding-left: 0 !important;
}
ul.sub-menu li {
	padding-right: 0 !important;
	width: 100% !important;
}
#top-menu li .menu-item-has-children>a:first-child {
	padding-right: 15px !important;
}
#top-menu li .menu-item-has-children>a:first-child:after {
	right: -5px !important;
}

/* Social header */
#social-header {
	position: absolute;
	top: 0;
	color: #005EAE;
	padding: 50px 20px;
	right: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	transition: padding .5s ease-in-out;
}
.header-social-icon {
	font-size: 37px;
}
#social-header div {
	padding-left: 20px;
}
#header-subscribe-button a,
#request-quote-button a {
	font-size: 16px;
	background: #005EAE;
	color: #fff;
	border: none;
	border-radius: 5px;
}
#header-subscribe-button a:after,
#request-quote-button a:after {
	font-size: 24px;
}
@media (min-width: 981px) {
	#main-header.et-fixed-header #social-header {
		padding: 15px 20px;
	}
}
@media (max-width: 980px) {
	#social-header {
		padding: 15px 20px;
	}
}
@media (max-width: 720px) {
	#social-header {
		display: none;
	}
	.logo_container {
		text-align: center;
	}
}


/* Get rid of box shadow on header */
#main-header {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

/* Hide Post meta headers */
div.et_post_meta_wrapper {
	display: none;
}

/* Padding on ul and ol elements */
.et_pb_text_inner ul,
.et_pb_text_inner ol,
.et_pb_blurb_description ul,
.et_pb_blurb_description ol {
	padding-left: 30px !important;
}

/* Color of the mobile menu icon */
.mobile_menu_bar:before {
	color: #fff !important;
}


/* Contact Page */
.contact-icon {
	margin: auto;
	background: rgba(255, 255, 255, 0.52);
	height: 200px;
	width: 200px;
	border-radius: 100px;
	box-sizing: border-box;
	padding: 25px;
}
.contact-icon .icon {
	font-size: 60px;
}
.contact-icon .icon-action {
	font-size: 25px;
	padding-top: 20px;
}
.contact-icon .icon-info {
	padding-top: 5px;
	font-size: 16px;
}

/* CC Footer */
#accept-cc-footer {
	display: block;
	color: #fff;
	font-size: 15px;
	padding-top: 35px;
	padding-bottom: 70px;
	text-align: left;
}
@media (max-width: 980px) {
	#accept-cc-footer {
		padding-top: 0;
		text-align: center;
	}
}
