/*
	Theme Name: Divi child
	Theme URI: 	upthinksolutions.com
	Template: 	Divi
	Version: 	2.6.1
*/
@import url("../Divi/style.css");
.nerko-one-regular {
    font-family: "Nerko One", cursive;
    font-weight: 400;
    font-style: normal;
}

/* GLOBAL STRUCTURE
============================================== */
body {
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem !important;
    padding: 0px;
}
.cta-btn {
    color: #ffffff;
    background: #f26522;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 100px;
    display: inline-block;
    border: 2px solid #ffffff;
}
.cta-large {
    font-size: 1.5rem;
    padding: 18px 40px;
    border: 3px solid #ffffff;
}
.cta-link {
    color: #ffffff;
    position: relative;
    text-decoration: none;
}
.cta-link:hover {
    color: #ffffff;
    text-decoration: none;
}
.cta-link:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: 0px;
    bottom: -5px;
    transition: all .2s ease;
}
.cta-link:hover:before {
    background: transparent;
}
.cta-link__green {
    color: #c6f701;
}
.cta-link__green:before {
    background: #c6f701;
}
.cta-link__red {
    color: #ef644c;
}
.cta-link__red:before {
    background: #ef644c;
}
.containerwrap {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0px;
}
/* HEADER + BANNER
============================================== */
#header-banner {
    background: url(https://catastrophicencounters.com/wp-content/uploads/2025/05/newBG.jpg) no-repeat center top;
    background-size: cover;
}
#top-menu li {
    padding-right: 50px !important;
}
#top-menu li a {
    font-size: 16px;
    font-weight: bold !important;
}
#banner.containerwrap {
    padding-bottom: 120px;
}
#et_mobile_nav_menu {
    float: right;
    display: block !important;
}
.mobile_menu_bar:before {
	color: #ffffff;
}
ul#mobile_menu {
    background: #ffffff !important;
    max-width: 300px;
    left: auto;
    right: 0;
    padding: 30px;
}
ul#mobile_menu li a {
	color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
    padding-bottom: 0px;
}
#et-top-navigation {
    padding-top: 20px !important;
}
#top-menu li:not(.nav-btn) {
    display: none;
}
#top-menu li.nav-btn {
    padding-right: 20px !important;
}
#top-menu li.nav-btn a {
    padding: 15px 20px !important;
    background: #f26522;
    border-radius: 100px;
}
.et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 24px;
    margin-top: 6px;
}
/* CONTENT
============================================== */

/* FOOTER
============================================== */
#footer-top {
    background: #2e3192;
    color: #fff;
    display: none;
}
#footer-top .et_pb_widget {
    float: none;
}
#footer-top .fwidget .title {
    color: #d1f854;
    font-size: 2rem;
    text-transform: uppercase;
    font-family: "Nerko One", cursive;
}
#footer-top .row .col-12 {
    position: relative;
}
#footer-top .row .col-12:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}
#footer-top ul#menu-footer-menu {
    padding: 0px;
    margin: 0px;
}
#footer-top ul#menu-footer-menu li a {
    font-weight: bolder;
    text-transform: uppercase;
    color: #d1f854;
    font-size: 20px;
}
#footer-bottom {
    background: #00036d;
    color: #fff;
    padding: 20px 0;
    
    position: fixed;
    bottom: 0;
    width: 100%;
}
#footer-bottom .subscribe-title {
    color: #d1f854;
    text-transform: uppercase;
    font-family: "Nerko One", cursive;
    margin-bottom: 0;
    font-size: 3rem;
}
#footer-bottom .wpcf7 p {
    margin-bottom: 0;
}
.ml-form-embedContainer .ml-form-align-center {
    text-align: right !important;
}
#footer-bottom .wpcf7-form-control.wpcf7-text,
.ml-field-group input.form-control {
    background: transparent;
    padding: 15px 20px;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #fff;
    width: 100%;
}
#footer-bottom .wpcf7-form-control.wpcf7-text::placeholder,
.ml-field-group input.form-control::placeholder {
    color: #fff;
}
#footer-bottom .wpcf7-submit,
#mlb2-25604637.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
    background: #f26522;
    color: #ffffff;
    padding: 15px 30px !important;
    border: 1px solid #fff;
	line-height: 23px !important;
}
form.ml-block-form {
    display: grid;
    grid-template-columns: 1fr auto;
}
.ml-form-embedBody {
    padding: 0px !important;
}
.ml-form-formContent,
.ml-form-embedSubmit {
    margin-bottom: 0px !important;
}
/* RESPONSIVE
============================================== */

/* Extra small devices (portrait phones, less than 576px) */
@media screen and (max-width: 575.98px) {  }

/* Small devices (landscape phones, less than 768px) */
@media screen and (max-width: 800px) {
    #et-top-navigation {
        display: block;
    }
    .et_header_style_centered #et_mobile_nav_menu {
        margin-top: 0px !important;
    }
}

/* Medium devices (tablets, less than 992px) */
@media screen and (max-width: 991.98px) {
    ul#mobile_menu {
    	max-width: 100%;
    }
    .et_header_style_centered #main-header .mobile_nav {
        background: transparent;
    }
    .et_header_style_centered .mobile_nav .select_page {
        display: none !important;
    }
    
    .et_header_style_centered .et_menu_container .mobile_menu_bar {
        left: auto !important;
        right: 0 !important;
    }
    ul#mobile_menu li a {
        color: #000;
        text-transform: uppercase;
        text-decoration: none;
    }
    ul#mobile_menu {
        border-top: 0px;
        background: #fff !important;
    }
    .mobile_menu_bar:before {
        color: #fff;
    }
    .et_header_style_centered .et_menu_container .mobile_menu_bar {
        position: absolute;
        left: 5px;
        top: 2px;
        right: auto;
    }
    #footer-top .row .col-12 {
        text-align: center;
    }
    
    #footer-top .row .col-12:not(:last-child) {
        position: relative;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    #footer-top .row .col-12:not(:last-child)::after {
        width: 80%;
        height: 1px;
        left: 10%;
        bottom: 0;
        top: auto;
    }
    #footer-bottom .row .col-12:not(:last-child) {
        text-align: center;
        padding: 0 0 15px;
    }
    #footer-bottom .wpcf7 p,
    form.ml-block-form {
        display: grid;
        grid-template-columns: auto 1fr;
        max-width: 450px;
        margin: 0 auto;
    }
}

/* Large devices (desktops, less than 1200px) */
@media screen and (max-width: 1199.98px) {  }