/*
Theme Name: splash 
Theme URI: http://splashict.com 
Description: 
Author:  RSM Marketing 
Author URI:  http://rsmconnect.com 
Template: Divi 
Version: 1.0.0 
License: GNU General Public License v2 or later 
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
h1, h2, h3, h4, h5, h6, .et_pb_mhmm_inline_menu nav > ul > li, .et_pb_mhmm_menu_0 nav ul li a {
font-family: cooper-black-std, serif !important;
font-weight: 400 !important;
font-style: normal !important;
}

h4 {
  padding-bottom: 30px;
}
p {
  padding-top: 15px;
}
#main-content .et_pb_text_inner ul li {
    list-style: none;
    text-indent: -32px;
    padding-left: 10px;
    padding-bottom:25px;
}
#main-content .et_pb_text_inner ul li:before {
    color: #3393d0;
    content: "\f1cd";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    padding-right: 10px;
}
.et_pb_text_inner ul li {
    margin-left: 20px;
    font-weight: 400;
}

.et_pb_mhmm_inline_menu_0 nav>ul>li.partyBtn> a {
    color: #23487a;
}



/* Mailchimp and Text Sign up */

#mc_embed_signup {
	background:none !important;
}

#mc_embed_signup form {
	padding: 0 !important;
}

#mc_embed_signup input.email, .footerTextForm input {
    width: 50% !important;
    height: 41px !important;
    color: #000 !important;
    background: #fff !important;
    font-size: 15px !important;
    padding: 15px !important;
    border-radius: 0 !important;
    border: none !important;
    vertical-align: top;
}
.footerTextForm button, #mc_embed_signup .button {
    height: 41px!important;
    color: #fff!important;
    background: #f47621!important;
    font-size: 18px!important;
    border-radius: 0!important;
    border: none;
    vertical-align: top;
    padding: 0 18px;
    margin-left: -4px !important;
    width: 50%;
}
.et_pb_newsletter a.et_pb_newsletter_button:hover {
  padding:6px 0 5px 0 !important;
}

.datepicker.medium.mdy.datepicker_no_icon.hasDatepicker {
  width:100% !important;
}
@media (max-width: 768px) {
	#mc_embed_signup input.email{
		width: 40% !important;
	}
	#mc_embed_signup .button {
		 max-width: 88px;
	}
}

.et_pb_section.desktopHeader {
	display:none !important;
}
.et_pb_section.mobileHeader {
	display:block !important;
}



@media (min-width: 1025px) {
	.et_pb_section.desktopHeader {
		display:block !important;
	}
	.et_pb_section.mobileHeader {
		display:none !important;
	}
}

/* Gravity Forms */
.gform_wrapper li.hidden_label input {
  margin-top:0 !important;
}

/* Skinny Email Optin */

#skinny.et_pb_newsletter .et_pb_newsletter_fields {
  flex-wrap: nowrap !important;
}
#skinny.et_pb_newsletter .et_pb_newsletter_fields>* {
  flex-basis: 50%;
  margin-right: 0;
}
#skinny input#et_pb_signup_email.input {
  height:41px;
}


#skinny .et_pb_newsletter_form {
  padding-left: 0px;
}
#ticketsFooter .et_pb_button_module_wrapper {
  top:34%;
  position: relative;
}
@media (max-width: 980px) {
  #skinny .et_pb_newsletter_form {
    width:100% !important;
  }
  .two-columns .et_pb_column {
    width: 50%!important;
  }
}