/*
 Theme Name:     Threshold Divi
 Theme URI:      https://www.thresholdagency.com/
 Description:    Threshold Divi Child Theme
 Author:         Threshold Agency
 Author URI:     https://www.thresholdagency.com/
 Template:       Divi
 Version:        1.0.0
*/
 
/*-------------------------------------------------------------- 
    Theme customization starts here
-------------------------------------------------------------- */




/*--------------------------------------------------------------
    General Elements
-------------------------------------------------------------- */
.white{
    color:#ffffff;
    }
.black{
    color:#000000;
    }
.right-float{
    float:right;
    }
.left-float{
    float:left;
    }
.right-text{
    text-align:right;
    }
.left-text{
    text-align:left;
    }
.mobile-br{
    display:inline;
    }
    
h1, h2,.single-post h3, .single-post h4  {
    font-family: "ivymode", sans-serif!important;
}

h3, h4, h5, h6 {
font-family: "montserrat", sans-serif!important;
}
.wp-singular img {
    padding: 15px 0px;
    display: block;
    float: none;
}

.home.wp-singular img {
    padding: 15px 0px;
    display: inline!important;
    float: none;
}

body h1, body h2, body h3, body h4, body h5, body .cofo p, body .cofo, body .cofo.post-meta, .special_slide_link,
.blog-sec .dipl_blog_slider_meta span, .blog-sec h3, .blog-sec .et_pb_button, 
.int-blog-sec .dipl_blog_slider_meta span, .el_justified_gallery .el-justified-gallery-wrap li a {
  font-family: "ivymode", sans-serif;
}

body, body p {
    font-weight:400;
    font-family: "kepler-std", serif;
    /*font-size: 18px;*/
    font-size: 21px;
}

body .number-item p{
    font-weight: bold!important;
    font-family: "kepler-std", serif;
        font-size: 280px!important;

}

body #page-container .et_pb_section .et_pb_button {
    font-weight:400;
    font-family: "kepler-std", serif;
    text-transform: uppercase;
}

ul#menu-main-menu{
    font-family: "kepler-std", serif!important;
}

ul#menu-footer-menu {
    font-family: "montserrat", sans-serif;
}

.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
    max-width: 0px!important;
}

/*Column Spacing*/
@media (min-width: 981px) {
    /* Add 2% right margin but keep columns centered */
    .et_pb_gutters2 .et_pb_column,
    .et_pb_gutters2.et_pb_row .et_pb_column {
        margin-right: 2% !important;
    }

    /* Remove margin on last column to keep centering */
    .et_pb_gutters2 .et_pb_column:last-child,
    .et_pb_gutters2.et_pb_row .et_pb_column:last-child {
        margin-right: 0 !important;
    }
    .et_pb_row.et_pb_equal_columns{
    justify-content: center!important;
    }
}

.frame-container iframe{
	pointer-events: none;
}
.frame-container iframe.clicked{
	pointer-events: auto;
}

/*WP Forms Styles*/

/* Apply Montserrat SemiBold to ALL form text */
.wpforms-form,
.wpforms-form * {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important; /* SemiBold */
}

/* Labels */
.wpforms-form .wpforms-field-label {
    color: #1a3e57 !important;
}

/* Inputs + textfields */
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="tel"],
.wpforms-form input[type="number"],
.wpforms-form input[type="url"],
.wpforms-form select,
.wpforms-form textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #1a3e57 !important;
    color: #1a3e57 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    padding-left: 0px !important;
    font-size: 13px !important;
}

/* Placeholder text */
.wpforms-form ::placeholder {
    color: #1a3e57 !important;
    opacity: 1 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}

/* Focus state */
.wpforms-form input:focus,
.wpforms-form textarea:focus,
.wpforms-form select:focus {
    outline: none !important;
    border-bottom: 1px solid #1a3e57 !important;
    box-shadow: none !important;
}

.et-db #et-boc .et-l .et_pb_module .wpforms-container .wpforms-field{
    padding: 10px 0!important;
}

.wpforms-submit-container {
    margin-top: 25px !important;
}

button#wpforms-submit-110 {
    color: #FFFFFF !important;
    border-width: 0px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-color: #1A3E57 !important;
    border-radius: 60px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    font-family: "kepler-std", serif !important;
    padding-top: 2px !important;
}



/*--------------------------------------------------------------
    Header Elements
-------------------------------------------------------------- */









/*--------------------------------------------------------------
    Homepage Elements
-------------------------------------------------------------- */

.home-hero {
    position: relative; /* required so ::after positions correctly */
    z-index: 1;
}

.home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/wp-content/uploads/2025/11/overlay4.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 1;
    pointer-events: none;
}


.middle-overlay {
    position: relative; /* required so ::after positions correctly */
    z-index: 1;
}

.middle-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/wp-content/uploads/2025/11/C1-maskoverlay-left.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    pointer-events: none;
}







/*--------------------------------------------------------------
    Interior Page Elements
-------------------------------------------------------------- */

.interior-hero {
    position: relative; /* required so ::after positions correctly */
    z-index: 1;
}

.interior-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/wp-content/uploads/2025/11/interior-banner-small-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 1;
    pointer-events: none;
}


body .interior-hero .et_pb_row {
    /*max-width: calc(100% - 380px);*/
    margin-left: 2.5% !important;
}

.dipl_image_card_image_wrapper {
    margin-bottom: 20px;
}

.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 0px !important;
}
.wp-singular img {
    padding: 15px 0px;
}
body .blog-sec .et_pb_post .post-content a.more-link {
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 60px;
    font-size: 18px;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-color: #1A3E57;
    padding: 5px 35px 3px;
    margin-top: 10px;
    display: inline-block;
}
body .blog-sec .et_pb_post .post-content a.more-link:hover {
    background-color: #476478;
    color: #FFFFFF !important;
}

body .blog-sec h2.entry-title a {
    font-family: "montserrat", sans-serif !important;
    text-transform: uppercase;
    line-height: 1.25;
    font-weight: 600;
        font-size: 22px;
}
body .blog-sec .post-content .post-content-inner p {
    font-size: 16px;
    color: #343030 !important;
}
body .blog-sec article {
    /* padding: 0px !important; */
    /* border: 0px !important; */
    background: transparent !important;
    border: 1px solid #1a3e57 !important;
}
/*--------------------------------------------------------------
    Footer Elements
-------------------------------------------------------------- */

body .footer-row p, body .footer-row span {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-size: 15px;
    font-weight: 600;
}

footer.et-l.et-l--footer p {
    padding-bottom: 5px;
}







/*--------------------------------------------------------------
    Media Query Elements
-------------------------------------------------------------- */
@media screen and (max-width: 1240px) {
    
}
@media screen and (max-width: 1200px) {
    
}
@media screen and (max-width: 1140px) {
    
}
@media screen and (max-width: 980px) {
    .mobile-column-disabled {
    display: none !important;
    }
    body .number-item p {
    font-size: 150px !important;
}
}
@media screen and (max-width: 767px) {
    .mobile-br{
    display:none;
    }
}
@media screen and (max-width: 640px) {
    
}
@media screen and (max-width: 480px) {
    
}
@media screen and (max-width: 320px) {
    
}

/*--------------------------------------------------------------
    Iphone/Ipad Elements
-------------------------------------------------------------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { /* STYLES GO HERE */}

/*(orientation : portrait) / (orientation : landscape)*/
/*6*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) { /* STYLES GO HERE */}
/*6p*/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) { /* STYLES GO HERE */}
/*5*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { /* STYLES GO HERE */}