/* 
 Theme Name:   Zeald Website Theme
 Theme URI:    
 Description:  Divi child theme containing any special customisations for this website
 Author:       Zeald
 Author URI:   http://www.zeald.com
 Template:     Divi
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

.section-slider-wrapper .et_pb_slide_description {
    display: inline-block;
    padding: 33% 8% 4%;
}
.section-slider-wrapper .et_pb_slide_content {
    padding-right: 70px;
    padding-left: 70px;
    padding-bottom: 70px;
    line-height: 1.7em;
}
.section-slider-wrapper .et_pb_slide_description .special-text {
    font-family: 'Caveat', cursive;
    font-size: 76px;
}
.section-slider-wrapper .et-pb-controllers {
    bottom: 60px;
}
.section-slider-wrapper .et-pb-controllers a {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #FFF;
}
.section-slider-wrapper .et-pb-controllers a:hover,
.section-slider-wrapper .et-pb-controllers .et-pb-active-control {
    background: #f47920 !important;
}

.section-links-wrapper .et_pb_column {
    position: relative;
}
.section-links-wrapper .links-image  img {
    width: 100%;
    height: auto;
}
.section-links-wrapper .links-image .et_pb_text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 40px;
}
.section-links-wrapper .links-image .button-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.section-links-wrapper .text-ironmen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    padding: 12% 10% 15%;
    min-height: 0;
}
.section-links-wrapper .text-ironmen h4 {
    padding-bottom: 0;
}

.section-text-wrapper {
    position: relative;
}
.section-text-wrapper:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(0,0,0,0.3);
}

.section-blurb-wrapper .et_pb_blurb_content {
    padding-bottom: 10px;
    border-bottom: 2px solid #9f9f9f;
}
.section-blurb-wrapper .text-link {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 17px;
}

.section-map-wrapper .et_pb_row {
    width: 100% !important;
}
.section-map-wrapper h4 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(238, 238, 238, 0.3);
}
.section-map-wrapper .button-link {
    margin-top: 30px;
    min-width: 215px;
    max-width: 90%;
}

.section-mobile-map-wrapper {
    display: none;
}

@media screen and (max-width: 1660px) {
    .et_header_style_left .logo_container {
	position: relative !important;
    }
    .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
	padding: 15px 0px 0px 0px !important;
    }
    #top-menu > li {
	padding: 0px 0px 10px !important;
    }
}

@media screen and (max-width: 1480px ) {
    .et_boxed_layout #page-container .container {
        width: 95%;
    }
}
@media screen and (max-width: 1024px) {
    .section-links-wrapper .links-image p {
        font-size: 17px;
        line-height: 1.5em;
    }
    .section-links-wrapper .links-image .button-link {
        padding: 10px 15px;
        font: 600 15px 'Roboto', serif;   
    }
}

@media screen and (min-width: 981px) {

.et_header_style_left .logo_container { width: inherit !important; top: 0!important; }

}

@media screen and (max-width: 980px ) {
    .section-map-wrapper {
        background-image: none !important;
    }
    .section-map-wrapper,
    .section-map-wrapper .et_pb_row {
        margin: 0 !important;
        padding: 0 !important;
    }
    .section-map-wrapper .map-text {
        margin-bottom: 0;
        padding-right: 2.855% !important;
        padding-bottom: 2.855% !important;
    }
    .section-map-wrapper .map-image {
        display: none;
    }

    .section-mobile-map-wrapper {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .section-slider-wrapper .et_pb_container {
        width: 100%;
        margin: 0 auto;
    }
    .section-slider-wrapper .et_pb_slide_description {
        display: block;
        padding: 20px 0 40px;
    }
    .section-slider-wrapper .et_pb_slide_content {
        padding: 20px;
    }
    .section-slider-wrapper .et_pb_slide_content p {
        line-height: 40px;
    }
    .section-slider-wrapper .et_pb_slide_description p,
    .section-slider-wrapper .et_pb_slide_description .special-text {
        font-size: 40px;
    }
    .section-slider-wrapper .et-pb-controllers {
        bottom: 15px;
    }
    .section-slider-wrapper .et-pb-controllers a {
        width: 15px;
        height: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }
}
@media screen and (max-width: 570px) {
    .section-blurb-wrapper .et_pb_column {
        width: 100% !important;
        margin: 0 0 30px 0;
    }
}
@media screen and (max-width: 420px) {
    .section-text-wrapper p {
        font-size: 30px;
    }
    .section-text-wrapper:before {
        background: rgba(0,0,0,0.5);
    }
    .section-mobile-map-wrapper img {
        min-height: 200px;
        object-fit: cover;
        object-position: 80%;
    }
}


#et-top-navigation{
	padding-left: 0px !important;
}