/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Author: Your Name
Author URI: https://yourwebsite.com/
Description: A child theme for the Kadence theme
Template: kadence
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* ==========================================================================
   Start your custom CSS below this line
   ========================================================================== */

/* ==========================================================================
   Font Face Declarations
   ========================================================================== */
@font-face {
    font-family: 'Trade Gothic LT Std';
    src: url('assets/fonts/TradeGothicLTStd.eot');
    src: url('assets/fonts/TradeGothicLTStd.eot?#iefix') format('embedded-opentype'), 
         url('assets/fonts/TradeGothicLTStd.woff2') format('woff2'), 
         url('assets/fonts/TradeGothicLTStd.woff') format('woff'), 
         url('assets/fonts/TradeGothicLTStd.ttf') format('truetype'), 
         url('assets/fonts/TradeGothicLTStd.svg#TradeGothicLTStd') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Trade Gothic LT Std';
    src: url('assets/fonts/TradeGothicLTStd-BdCn20.eot');
    src: url('assets/fonts/TradeGothicLTStd-BdCn20.eot?#iefix') format('embedded-opentype'), 
         url('assets/fonts/TradeGothicLTStd-BdCn20.woff2') format('woff2'), 
         url('assets/fonts/TradeGothicLTStd-BdCn20.woff') format('woff'), 
         url('assets/fonts/TradeGothicLTStd-BdCn20.ttf') format('truetype'), 
         url('assets/fonts/TradeGothicLTStd-BdCn20.svg#TradeGothicLTStd-BdCn20') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'copasetic';
    src: url('assets/fonts/copaseticnfpro-webfont.woff2') format('woff2'),
         url('assets/fonts/copaseticnfpro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* ==========================================================================
   Global Typography
   ========================================================================== */

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Trade Gothic LT Std';
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing:2px;
}

.quickfacts {
    font-family: 'copasetic';
    letter-spacing: 3px;
    }
@media (min-width: 1024px) {
    #quickfacts-wrap .wp-block-kadence-column:not(:last-child) {
        border-right: 1px solid #22372C;
        padding-right: 20px;
        margin-right: 20px;
    }
}   
.homepage-blocks .hover-title {
    margin-bottom: -.57em !important;
}
.homepage-blocks .hovertext {
    font-family: 'Trade Gothic LT Std';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    text-align: center;
    z-index: 2;
    width: 300px;
    display:none;
}

.homepage-blocks .hover-box:hover .hovertext {
    display:block;
}
/* ==========================================================================
   Header Styles
   ========================================================================== */

.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a {
    border: 1px solid #fff;
}
.main-navigation .primary-menu-container > ul > li.inquire-btn {
    background: white;
    border-radius: 8px;
}
.main-navigation .primary-menu-container > ul > li.inquire-btn:hover {
    background: #f1f1f1;

}
.main-navigation .primary-menu-container > ul > li.inquire-btn a:hover,
.main-navigation .primary-menu-container > ul > li.inquire-btn a {
    color: #22372C;
    font-size: 13px;
}

li.inquire-btn.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-4706 a {
    background: #ffffff;
    color: #22372C;
    max-width: 140px;
    border-radius: 8px;
    margin: 0px auto 0;
}
/* ==========================================================================
   More to Explore Styles
   ========================================================================== */

.more-to-explore p {
    font-family: 'Trade Gothic LT Std';
    margin-bottom: -.56em !important;
   }
/* ==========================================================================
   Footer Styles
   ========================================================================== */
.site-footer {
    padding: 50px 0 20px;
}

.site-footer h3,
.site-footer h4 {
    letter-spacing: 3px;
    text-transform: uppercase;
}

.site-footer a {
    opacity: 0.8;
}

.site-footer a:hover {
    opacity: 1;
}

/* Footer Address */
.footer-address {
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.8;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */
.text-uppercase {
    text-transform: uppercase !important;
}

.letter-spacing-sm {
    letter-spacing: 2px !important;
}

.letter-spacing-md {
    letter-spacing: 3px !important;
}

.letter-spacing-lg {
    letter-spacing: 5px !important;
}


/* ==========================================================================
   Responsive Styles
   ========================================================================== */
@media (max-width: 1024px) {
    h1, h2, h3, h4, h5, h6 {
        letter-spacing: 3px;
    }
    
    .site-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
    
    h1 { font-size: 28px; }
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }
    h4 { font-size: 16px; }
    
    h1, h2, h3, h4, h5, h6 {
        letter-spacing: 2px;
    }
    
    .primary-menu-container .menu > li > a {
        font-size: 12px;
        letter-spacing: 1px;
    }
}

/* ==========================================================================
   Kadence Theme Specific Overrides
   ========================================================================== */
   .more-link-wrap span.kadence-svg-iconset.svg-baseline {
    display:none ;
   }
   .more-link-wrap a {
    color: #23372C;
   }
   .news-widget .entry-header {

     display: flex;
    flex-direction: column;
   }
   .news-widget .entry-header h6 {
    order: 2;
    font-family: 'Lato', sans-serif;
    font-weight:normal;
    font-size: .9em;
    line-height: 1.3em;
   }
   .news-widget .entry-header div {
    order: 1;
    font-weight:bold;
   }
   .news-widget .post-thumbnail {
    margin-bottom:0 !important;}

    /*bridge*/
    .asset-card__status--active {
        background-color:#22372C;
    }
    .asset-card__price {
        color:#22372C
    }
    .post-4644 .assets {
        padding-top: 10px;
    }
    .kt-blocks-page-nav .nav-links>a, .kt-blocks-page-nav .nav-links>span {
        border-color: #22372C !important;
        color: #22372C !important;
    }
    .kt-blocks-page-nav .nav-links>.current {
        border-color: #22372C !important;
        background-color: #22372C !important;
        color: white !important;
    }
/*FORM*/
   .form-section .gform_required_legend {
    display:none;
   }
    .form-section .gfield--type-html {
        font-size: 1.5em;
        font-family: 'Trade Gothic LT Std';
        font-weight: bold;
        margin-top: 40px;
        letter-spacing:0px;
    }
    h3 {
    }
    
    #field_1_33 .gfield_label {
        display: none;
    }
    
    #field_1_33 label {
        font-weight: bold !important;
        font-size: 1.25 !important;
    }
    
    .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
    .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
    .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
        margin-top: -5px !important;
    }
    
    #field_1_33 .gfield_description {
        padding-top: 0px;
    }
    
    .gform_wrapper .title-blue {
        letter-spacing: 5px !important;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="search"],
    select,
    textarea {
        border-radius: 1px;
        width: 100%!important;
        border: solid 1px #ddd;
        background: #fff;
        color: #666;
    }
    .form-section #gform_submit_button_5 {
        text-transform: uppercase;
    }
    select {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 5px 5px 4px 8px!important;
    }
    
    label.search-label {
        width: 50%;
    }
    
    

    
    .form-section select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
    }
    
    .custom-input .ginput_container li {
        position: relative;
    }
    
    .custom-input .ginput_container input[type="checkbox"],
    .custom-input .ginput_container input[type="radio"] {
        opacity: 0;
        display: none !important;
    }
    
    .custom-input .ginput_container label {
        display: block !important;
        font-weight: bold;
        border-radius: 1px;
        background: #eee;
        border: solid 1px #333;
        letter-spacing: 5px;
        padding: 10px !important;
        text-align: center;
        max-width: 90% !important;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        margin-bottom: 10px !important;
    }
    
    .custom-input .ginput_container input[type="checkbox"]:checked+label,
    .custom-input .ginput_container input[type="radio"]:checked+label {
        background: #96ae88;
        color: #fff;
    }
    
    .ginput_container_select {
        position: relative;
    }
    
    .ginput_container_select:after {
        content: '\f0d7';
        font-family: 'FontAwesome';
        position: absolute;
        right: 10px;
        top: 5px;
        color: #666;
    }
    
    
    .ginput_container.ginput_container_radio {
        margin-top: 0 !important;
    }
    
    ul.gfield_radio {
        margin: 0 !important;
    }
    