/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
@font-face {
    font-family: 'Garamond Premiere Pro';
    src: url('./fonts/GaramondPremrPro.woff2') format('woff2'),
        url('./fonts/GaramondPremrPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.vinfont{
    font-family: 'Garamond Premier Pro' !important;
}
h1, .h1{
    font-family: 'Garamond Premier Pro' !important;
}

h2, .h2{
    font-family: 'Garamond Premier Pro' !important;
}
.ct-header-cta .ct-button-text{
    flex-direction: row;
    align-items: center;
}
.buocngoat-wrap .e-con-inner{
    position: relative;
}
.buoc-ngoat{
    position: absolute !important;
    bottom: 30px;
    left: 10%;
    width: 80%;
}
.ue-simple-popup-trigger:focus{
    outline: none;
}
.ue-simple-popup-wrapper {
    display: flex;
    flex-direction: column !important   ;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media screen and (max-width: 991px) {
    .buoc-ngoat{
        position: relative !important;
        bottom: auto;
        left: auto;
        width: 100%;
        margin-top: 20px;
    }
}