/*
 Theme Name:     Divi Child
 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
*/
/* =Theme customization starts here
------------------------------------------------------- */

/* TYPOGRAPHY */

h1, h2 {

}

h4 {

}

h5 {

}

/* HEADER */

.et_header_style_left #et-top-navigation {
    padding-top: 0 !important;
}

#main-header {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#caeafc ), color-stop(50%, transparent ));
}

#top-menu li a {
    padding-top: 30px;
    padding-bottom: 30px !important;
}

#top-menu li a:hover {
    opacity: 1 !important;
    color: #480c85;
}

#top-menu li.join {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#008e40 ), color-stop(80%,#057029 ));
    border-radius: 0 0 30px 30px;
}

#top-menu li.join a {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 50px;
    line-height: 1em;
	font-family: 'Satisfy', handwriting;
    font-weight: 700;
    font-style: italic;
    color: #fff !important;
}

#top-menu .menu-item-has-children>a:first-child:after {
    display: none;
}

#et-secondary-nav .menu-item-has-children>a:first-child, #top-menu .menu-item-has-children>a:first-child {
    padding-right: 0;
}

.nav li ul {
    width: 300px;
    border-width: 4px;
    top: 60px;
}

#top-menu li li a {
    padding: 0;
    width: 260px;
}

.nav ul li a:hover {
    background-color: transparent;
}

/* FOOTER */

/* GENERAL */

#main-template .et_pb_row .et_pb_column_1_4,
#main-template .et_pb_row .et_pb_column_1_5 {
	margin-top: 4%;
}

.et_pb_post_content  .et_pb_section_0 {
	background: transparent;
}

.et_builder_inner_content .et_pb_column_1_2 .et_pb_section_0,
.et_builder_inner_content .et_pb_column_1_2 .et_pb_section_0 .et_pb_row_0 {
    padding-top: 0;
}

.et_pb_slide {
    padding: 0;
}

.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 0;
}

.et_pb_slides .et_pb_slider_container_inner {
    vertical-align: middle;
}

.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    padding: 10px;
}

.et_pb_blurb_position_left .et_pb_blurb_container {
    vertical-align: middle;
}

.et_pb_blurb_container h5, .et_pb_blurb_container h3 {
    padding-bottom: 0;
}

.nf-form-wrap .nf-form-fields-required, .nf-form-wrap .nf-error-msg {
    font-size: 13px;
}

.nf-form-wrap .label-above .nf-field-label {
    margin-bottom: 0;
}

.nf-form-wrap .nf-field-container {
    margin-bottom: 15px;
}

.nf-form-wrap .nf-field-element input, .nf-form-wrap .nf-field-element select, .nf-form-wrap .nf-field-element textarea {
    padding: 6px;
}

.nf-form-wrap .nf-field-element textarea {
    height: 100px !important;
}

.field-wrap input[type=button], .field-wrap input[type=submit] {
    background-color: #480C85;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    padding: 10px;
	border-radius: 5px;
}

.field-wrap input[type=button]:hover, .field-wrap input[type=submit]:hover {
    background-color: #008E40;
}

.field-wrap.submit-wrap .nf-field-element {
	text-align: center;
}

.field-wrap h4 {
    font-size: 20px;
}

hr {
    border-top: 1px solid #3ec7f3;
}

.jackpots .et_pb_main_blurb_image .et_pb_image_wrap {
	width: 100% !important;
}

.jackpots .et_pb_blurb_position_left .et_pb_main_blurb_image {
	width: 100%;
    max-width: 30%;
}

.jackpots .et_pb_blurb_position_left .et_pb_main_blurb_image img {
	max-width: 100px;
}

/* RESPONSIVE */

@media (min-width: 981px) {
    #main-header .container {
        width: 90%;
    }
    #logo {
        max-height: 150%;
        padding-left: 5%;
    }
}

@media (max-width: 980px) {
    .et_fixed_nav.et_show_nav #page-container {
        padding-top: 55px !important;
    }

    .et_header_style_left #et-top-navigation .mobile_menu_bar {
        padding-top: 24px;
    }

    .et_mobile_menu {
        border-top: 4px solid;
        border-color: #f95543 !important;
    }

    .et_mobile_menu li a {
        font-size: 18px;
        border-bottom: 0;
    }

    #logo {
        max-height: 80%;
    }
}