/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
/* Acumin Pro Condensed */

:root{
    --color-brand-blue: #00c2cb;
}
@font-face {
    font-family: 'Acumin Pro Condensed';
    src: url('fonts/AcuminProCond-Black.woff2') format('woff2'),
         url('fonts/AcuminProCond-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Acumin Pro - Regular */
@font-face {
    font-family: 'Acumin Pro';
    src: url('fonts/AcuminPro-Regular.woff2') format('woff2'),
         url('fonts/AcuminPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Acumin Pro - Bold */
@font-face {
    font-family: 'Acumin Pro';
    src: url('fonts/AcuminPro-Bold.woff2') format('woff2'),
         url('fonts/AcuminPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Acumin Pro - Italic */
@font-face {
    font-family: 'Acumin Pro';
    src: url('fonts/AcuminPro-Italic.woff2') format('woff2'),
         url('fonts/AcuminPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* Acumin Pro - Bold Italic */
@font-face {
    font-family: 'Acumin Pro';
    src: url('fonts/AcuminPro-BoldItalic.woff2') format('woff2'),
         url('fonts/AcuminPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro Condensed';
    src: url('fonts/AcuminProCond-Black.woff2') format('woff2'),
        url('fonts/AcuminProCond-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

h1 , h2,h3,h5 , li.vc_tta-tab{
     font-family: 'Acumin Pro Condensed';
      font-weight: 900;
}
p, .font-377884, .btn-custom-typo.font-377884, .menu-container .font-377884 a ,h4 a ,h4, h6 span{
    font-family: 'Acumin Pro' !important;
    font-weight: normal;
    font-style: normal;
}
a.custom-link .button{
    color:#000 !important;
}
p{
    line-height: 1.5em !important;
}
.btn-custom-typo.text-initial{
    padding:14px 37px !important;
    border-radius: 5px !important;
}
.logo-container .logo-image img {
    height: auto !important;
    min-width: 134px !important;
    object-fit: cover !important;
}
.style-dark .btn-default{
        color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}
p.wpcf7-inline-field.wpcf7-inline-field-text{
    font-size:15px !important;
}
/* #gallery-logo .tmb{
    height: 100px;
} */
#gallery-logo .tmb .dummy{
    padding-top: 50% !important;
}
#gallery-logo .tmb a{
    display: flex;
    align-items: center;
    justify-content: center;
}
#gallery-logo .tmb a img{
    height: 100%;
    object-fit: contain;
}

.style-light .uncode-owl-nav-in .uncode-nav-dots .uncode-nav-index.active-index span{
    background-color: var(--color-brand-blue);
}
.site-footer .uncode-vc-social .social-icon a:hover{
    color: #fff !important;
}
.site-footer .wpcf7-input-group .wpcf7-form-control{
    border-color: #191b1e;
    color: #191b1e;
}
.site-footer .wpcf7-input-group .wpcf7-form-control::placeholder{
    color: #191b1e;
}

.mobile-menu-button:not(.close) .lines::before{
    width: 70%;
}
.mobile-menu-button:not(.close) .lines::after{
    width: 70%;
    left: auto;
    right: 0;
}

.overlay-menu.overlay .overlay-bg{
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
}
.overlay-menu .main-header .vmenu-container .row{
    max-width: 450px;
    background: #fff;
    margin-left: auto;
}
.uncode-tabs .tab-content .tab-pane{
    opacity: 1;
}

.un-media-gallery .owl-item .tmb .dummy{
    padding-top: 0% !important;
}
.un-media-gallery .owl-item .tmb a{
    position: static;
}
.un-media-gallery .owl-item .tmb a img{
    margin: auto;
}
footer .wpcf7-form.invalid .wpcf7-response-output,
footer .wpcf7-form.failed .wpcf7-response-output{
    color: #ff0000;
    border: 1px solid red;
    padding: 5px;
}
footer .wpcf7-form.sent .wpcf7-response-output{
    border: 1px solid green;
    padding: 5px;
}
.menu-sidebar-inner p a{
    margin-bottom: 5px;
    display: inline-block;
}
.blog-section .tmb .t-entry-title a{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.uncode-nav-next{
    display: inline-flex;
}

.contact-form .wpcf7{
    max-width: 1094px;
    margin: auto;
}
.contact-form .wpcf7-form .wpcf7-form-control{
    border-bottom: 1px solid #5C5C5C;
    color: #878787;
    font-size: 22px;
    padding: 15px 0;
    text-align: left;
    max-height: 180px;
}
.contact-form .wpcf7-form .wpcf7-form-control:focus{
    border-color: #00c2cb;
}
.contact-form .wpcf7-form .wpcf7-form-control::placeholder{
    opacity: 1;
    color: #878787;
}
.contact-form .wpcf7-form p{
    text-align: center;
}
.contact-form .wpcf7-form .wpcf7-not-valid-tip{
    text-align: left;
    color: red !important;
    margin-top: 5px;
}
.contact-form .wpcf7-form .wpcf7-form-control.wpcf7-submit{
    background: #000 !important;
    width: max-content;
    font-size: 18px;
    font-weight: 400 !important;
    border-radius: 5px;
    padding: 14px 46px !important;
}
.contact-form .wpcf7-form .wpcf7-submit:hover{
    background: transparent !important;
}
.contact-form .wpcf7-form .wpcf7-response-output{
    border: 1px solid;
    padding: 10px 20px;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.contact-form .wpcf7-form.invalid .wpcf7-response-output{
    border-color:  red;
    color: red;
}
.contact-form .wpcf7-form.sent .wpcf7-response-output{
    color: #46b450;
}
.result-section .tmb .t-inside{
    border-radius: 40px;
    overflow: hidden;
}
.result-section .tmb .t-entry-text{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding-left: 90px;
    min-width: 322px;
    max-width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 8px;
}
.result-section .tmb .t-entry-text .t-entry-title{
    color: #fff;
}
.result-section .tmb .t-overlay-text{
    opacity: 1 !important;
}
.result-section .tmb .t-overlay-text i::before{
    content: '';
    --size: 102px;
    width: var(--size);
    height: var(--size);
    top: calc(50% - var(--size) / 2);
    left: calc(50% - var(--size) / 2);
    background-image: url('images/play-icon.svg');
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (min-width: 750px){
    .fresh-news .isotope-container{
        display: flex;
        flex-wrap: wrap;
        margin-right: 0 !important;
    }
    .fresh-news .isotope-container .tmb{
        position: relative !important;
        left: inherit !important;
        top: inherit !important;
        border: 1px solid #EAEAEA;
        padding: 40px 18px;
    }
    .fresh-news .isotope-container .tmb .t-inside{
        margin-top: 0 !important;
    }
    .fresh-news .tmb:nth-of-type(3n + 1){
        padding-left: 36px;
    }
    .fresh-news .tmb:nth-of-type(3n + 3){
        padding-right: 36px;
    }
    

    .fresh-news .tmb:nth-of-type(6n + 1),
    .fresh-news .tmb:nth-of-type(6n + 5){
        width: 42% !important;
    }
    .fresh-news .tmb:nth-of-type(6n + 2),
    .fresh-news .tmb:nth-of-type(6n + 6){
        width: 33% !important;
    }
    .fresh-news .tmb:nth-of-type(6n + 3),
    .fresh-news .tmb:nth-of-type(6n + 4){
        width: 25% !important;
    }

    .fresh-news-section{
        padding-left: 0 !important;
    }
    .fresh-news-section .uncell.single-block-padding{
        padding-left: 0;
        padding-right: 0;
    }
    .contact-form .wpcf7-form .wpcf7-form-control.wpcf7-submit{
        margin-top: 54px;
    }
}
@media (max-width: 990px){
    .result-section .tmb .t-entry-text{
        padding-left: 50px;
        min-width: 250px;
    }
     .result-section .tmb .t-inside{
        border-radius: 15px;
    }
    .result-section .tmb .t-overlay-text i::before{
        --size: 60px;
    }
}
@media (max-width: 750px){
    .about-section .divider-wrapper{
        height: 2.5em;
    }
    .about-section .about-section-pera .wpb_column{
        padding-top: 1rem !important;
    }
    .contact-form .wpcf7-form .wpcf7-inline-wrapper{
        display: flex;
        flex-direction: column;
    }
    .contact-form .wpcf7-form .wpcf7-inline-field{
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .contact-form .wpcf7-form .wpcf7-form-control{
        font-size: 16px;
        max-height: 120px;
    }
    .contact-form .wpcf7-form .wpcf7-form-control.wpcf7-submit{
        font-size: 16px;
    }
    .result-section .tmb .t-entry-text .t-entry-text-tc{
        padding-top: 10px;
    }
    .result-section .tmb .t-entry-text{
        padding-left: 20px;
        padding-right: 20px;
        min-width: 150px;
        padding-bottom: 0;
    }
    .result-section .tmb .t-entry-text .t-entry-title{
        font-size: 22px;
    }
    .result-section .tmb .t-overlay-text i::before{
        --size: 45px;
    }
}