/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  Greg Whitehead
Author URI:  http://inconcertweb.com
Template: Divi
Version:  1.0.1
*/

/* =Theme customizations
------------------------------------------------------- */

/*---Right---*/
.ds-slider-right.et_pb_slider .et_pb_container {
    float: right !important; /*move the slider text container to the right*/
}
.ds-slider-right .et_pb_slide_description  {
	text-align: center !important; /*align the slider text to the center*/
	
}
.ds-slider-right.et_pb_slider .et_pb_button {
    float: center !important; /*move the button to the center*/
}

/** App Style header and Drop Down Menu **/

@media (max-width: 980px) {
 .container.et_menu_container { 
 width: calc( 100% - 60px);
 }
}

.et_mobile_menu {
 margin-left: -30px;
 padding: 5%;
 width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
 content: "\4d";
}

.pre-header {
background-color: #98002e;
color: #fff;
padding: 10px 0;
margin-bottom: 25px;
}

.pre-header #search-2 {
width: 250px;
display: inline-block;
}

.pre-header #search-2 input#s {
padding: 0.25em !important;
height: inherit !important;
}

.pre-header #search-2 input#searchsubmit {
padding: 0.25em !important;
height: inherit !important;
}

@media (max-width: 1050px) {
.pre-header #search-2 {
width: 250px;
display: block;
    margin: 0 auto;
    margin-top: 15px;
margin-bottom: 5px;
}
}

.inner-pre-header {
width: 80% !important;
max-width: 1080px !important;
margin: 0 auto;
float: none;
text-align: right !important;
font-size: 15px;
}

.inner-pre-header .widget_text {
display: inline-block;
margin-right: 7px;
}

.inner-pre-header .widget_text:first-of-type {
float: left;
}

.inner-pre-header .et_pb_widget {
	float: none;
}

@media (max-width: 600px) {
#main-header {
padding-top: 0px !important;
}

.pre-header {
margin-bottom: 20px;
}

.widget_text {
	float: none !important;
}

.inner-pre-header {
text-align: center !important;
}

}

.widget_text:last-of-type {
margin-right: 0;
}



.fa {
color: #fff;
font-size: 16px;
}

.fa:hover {
color: #cab472;
}

#login {
	display: inline-block;
}

.loginButton {
	background-color: #937e0f;
	color: #fff;
	border-color: #937e0f;
	border-style: solid;
	cursor: pointer;
}

.loginButton:hover {
	background-color: #cab472;
	border-color: #cab472;
}

#execphp-2 {
	float: right;
	margin-left: 10px;
}

@media (max-width: 600px) {
#execphp-2 {
	float: none;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	display: block;
	clear: both;
}
.inner-pre-header {
width: 90% !important;
}

@media only screen and (min-width: 981px) {
.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 25px !important;
}


.et_header_style_split .centered-inline-logo-wrap #logo, .et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
    height: auto;
    max-height: 100%;
    margin: 0 !important;
    position: relative !important;
    vertical-align: bottom !important;
    margin-bottom: -5px !important;
}



.logo_container {
	    padding-top: 25px;
}

.et-fixed-header .logo_container {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
}



#top-menu li li a:hover {
color: #98002e;
}

.page-id-136 .screen-reader-text {
	display: none;
}


div#eModal-1 {
	border: 4px solid #003478 !important;
	max-width: 340px;
	z-index: 99999 !important;
}

#footer-widgets a {
color: #969696 !important;
}

#footer-widgets a:hover {
color: #fff !important;
}

.loginButton {
    background: url(/wp-content/uploads/2017/02/login_button.png) no-repeat;
    width: 95px;
    height: 50px;
    display: block;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    margin-left: -7px;
}

.loginButton:hover {
    background-position: 0 -49px;
background-color: transparent;
}

#top-menu li {
	font-size:13px;
	padding: 0 10px;
	margin-right: 15px;
	border-bottom: 5px solid transparent;

	a {
		padding-bottom: 5px !important;
	}

	&:last-of-type {
		margin-right: 0;
	}

	@media (max-width: 850px) {
		margin-right: 0px;
	}
}

.emodal {z-index: 300000 !important;}