/*
Theme Name: Texmo
Description: Theme for Texmo
Author: Undsgn™
Author URI: http://side-side.co.uk
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

@font-face {
    font-family: "kohinoorRegular" ;
    src: url("./Kohinoor/KohinoorTexmoBlank-Regular.ttf");
}
@font-face {
    font-family: "Kohinoor-Light";
    src: url("./Kohinoor/Kohinoor-Light.otf");
}
#tb_popup {
    position: fixed;
    background-color: #fffffff0;
    z-index: 999999;
    width: 100%;
    height: 100vh;
    top: 0;
    overflow: auto;    
    padding: 5rem 2rem 2rem 2rem;
}
[tb-fixed="true"] {
    position: fixed;
}
[tb-fixed="true"]::-webkit-scrollbar {
    display: none;
}
.tb__content {
    padding: 2rem 0;
    width: 40%;
    text-align: center;
    margin:0  auto;
}
.tb__header {
    text-align: center;
    padding: 2rem 0;
}
.tb__image-container {
    padding: 2rem 0;
    height: 200px;
}
.tb__image-container img{
    height: 100%;
    margin-top: -4px;
}
.tb_popup_main {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.tb__close-container {
    text-align: end;
    cursor: pointer;
    height: 14px;
}
span.tb__subheader h3 {
    font-family: "kohinoorRegular" !important;
    text-transform: inherit;
    color: #414141;
    font-size: 2rem !important;
    margin-top: 0;
    letter-spacing: 0.12px;
}
a.tb__link {
    text-decoration: underline;
    color: #414141;
    font-weight: 500;
    font-size: 18px;
    padding: 20px 0px !important;
    display: inherit;
}
.tb__text p {
    font-family: "Kohinoor-Light" !important;
    font-size: 18px !important;
    color: #414141;
    margin-top: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  
    .tb__image-container {
        padding: 1.3rem 0;
        height: 115px;
    }
    span.tb__subheader h3 {
        font-size: 22px !important;
    }
    .tb__content {
        padding: 0rem 0;
        width: 100%;       
    }
    .tb__text p {       
        font-size: 16px !important;       
    }
  }
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
    #tb_popup {       
        padding: 2rem ;
    }
    .tb__content {          
        width: 90%;           
   }
    
  }