﻿/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    font-family: 'Montserrat',sans-serif;
}


.col {
    padding-bottom: 20px;
}

#page {
    color: #222;
}

    #page.dark {
        color: #222;
    }

a, a:hover, a:visited {
    color: #fb2056;
    xcolor: #ffffff;
    text-decoration: none;
}

.dark a, .dark a:hover, .dark a:visited {
    color: #222;
}


a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#primary:after, #primary:before, #secondary:after, #secondary:before, .ast-container:after, .ast-container:before, .ast-row:after, .ast-row:before, .clear:after, .clear:before, .sidebar-main:after, .sidebar-main:before, .site-content:after, .site-content:before, .site-footer:after, .site-footer:before, .site-header:after, .site-header:before, .site-main:after, .site-main:before {
    content: "";
    display: table;
}


p, ul, pre {
    margin-top: 0;
    margin-bottom: 16px;
}


.no-padding {
    padding: 0px !important;
}

#page {
    display: block;
    position: relative;
}

@media (min-width: 769px) {
    .ast-container {
        max-width: 1240px;
    }
}

.main-header-bar {
    margin-left: auto;
    margin-right: auto;
}

.ast-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.main-navigation {
    text-align: right;
}

    .main-navigation ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
        position: relative;
        justify-content: flex-end;
        display: flex;
        flex-wrap: wrap;
    }

        .main-navigation ul li {
            text-align: -webkit-match-parent;
            position: relative;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            box-sizing: inherit;
        }

            .main-navigation ul li a {
                height: 100%;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -js-display: flex;
                display: flex;
                text-decoration: none;
                padding: 0 1em;
                transition: all .2s linear;
                color: black;
            }



.site-title {
    font-size: 1.375rem;
}

    .site-title a {
        font-family: 'Montserrat',sans-serif;
        font-weight: 700;
        line-height: 1.2;
        transition: all .2s linear;
        color: black;
    }



.background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #040219;
    opacity: 0.55;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

#title-section {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 270px 0px 240px 0px;
    background-attachment: fixed;
}

    #title-section.medium {
        padding: 60px 0px 60px 0px;
    }

    #title-section.small {
        padding: 20px 0px 20px 0px;
        background-attachment: unset;
    }

    #title-section .container {
        display: flex;
        margin-right: auto;
        margin-left: auto;
        position: relative
    }

#title-center {
    width: 100%;
    margin-top: 20px;
    color: white;
    position: relative;
}

.site-navigation {
    margin-left: auto;
    line-height: 64px;
}

.site-branding {
    padding-top: 5px;
    line-height: 1;
    align-self: center;
    color: black;
}









.heading-sub-title {
    font-family: "Vidaloka", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1.4px;
}

.center {
    width: 100%;
    display: block;
    text-align: center;
}

.divider-separator {
    --divider-border-style: solid;
    --divider-border-color: #fb2056;
    --divider-border-width: 2px;
    width: 8%;
    margin: 0 auto;
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color);
    direction: ltr;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
}


.heading-title {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 3rem;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-family: 'Montserrat',sans-serif;
    padding-bottom: 20px;
}

.btn-red:visited {
    color: #ffffff;
}

.btn-red {
    background-color: #fb2056;
    border-color: #fb2056;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #fb2056;
    border-radius: 30px 30px 30px 30px;
    padding: 17px 34px 17px 34px;
}

section {
    background-color: #f4f5f9;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 50px 0px;
    position: relative;
}

footer {
    background-color: #191919;
    border-top-style: solid;
    border-top-width: 0;
    border-top-color: #7a7a7a;
    color: #d3d3d3;
    text-align: center;
}



.content-section {
    margin-left: auto;
    margin-right: auto;
    align-self: center;
    width: 100%;
}

    .content-section div.container {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #ffffff;
    }

.card-description {
    margin: 0;
}


.card-read {
    font-size: 12px;
    letter-spacing: 6px;
    margin: 0px 0 40px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    color: #404040;
}

.card-image {
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 3px;
}

.card-image-home {
    margin-top: 0;
    margin-bottom: 5px;
}

.card-image-container {
    width: 95%;
    padding-bottom: 95%;
    border: 1px solid #aaaaaa;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

    .card-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
    }

.card-content {
    position: relative;
    color: #404040;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 120px;
    max-height: 220px;
}

    .card-content:after {
        content: "";
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 25px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
    }

.blog-home {
    padding-bottom: 25px !important;
}

.card-date {
    display: block;
    font-size: 12px;
    letter-spacing: .5px;
    margin: 0px 0 0;
    text-transform: uppercase;
    color: #404040;
}


.card-read:after {
    background-color: #b8bddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 15px;
    width: 50%;
}

.blog-post-title {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    padding: 100px 0px 40px 0px;
    color: white;
}

    .blog-post-title h1 {
        font-size: 2.5em;
        margin: 5px;
        display: inline-block;
        margin-left: 50px;
        margin-right: 50px;
        padding: 10px;
        background-color: rgba(34,34,34,0.5);
        -moz-box-shadow: 0px 0px 17px #343434;
        -webkit-box-shadow: 0px 0px 17px #343434;
        box-shadow: 0px 0px 17px #343434;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
    }

.blog-post figure img {
    border-radius: 10px;
}


.row {
    margin: 0px;
    padding: 0px;
}


.blog-post {
    padding: 50px 30px 30px 30px;
}

.blog-post-sidebar {
    margin: 50px 50px 50px 0;
    padding-left: 30px;
    border-left: 1px solid #e5e5e5;
}

@media (max-width: 768px) {
    .blog-post {
        padding: 20px 0px 0px 0px;
    }

    .blog-post-sidebar {
        margin: 20px 10px 50px 0;
        padding-left: 0px;
        padding-top: 20px;
        border-left: 0;
        border-top: 1px solid #e5e5e5;
    }

    .blog-post-title {
        border-top: 2px solid black;
        padding: 70px 0px 20px 0px;
    }

        .blog-post-title h1 {
            font-size: 2em;
            margin-left: 10px;
            margin-right: 10px;
            padding: 5px;
        }

    section {
        padding: 0px 0px 0px 0px;
    }
}



.blog-post-sidebar > div {
    margin-bottom: 40px;
}

.blog-post-sidebar h4 {
    margin-bottom: 10px;
}



ul {
    padding-left: 40px;
}

figure.image-style-align-left {
    float: left;
    box-sizing: padding-box;
    padding: 0px;
    margin-right: 7px;
    margin-bottom: 0;
}

footer {
    padding-bottom: 30px;
}

    footer a, footer a:visited {
        color: #fb2056 !important;
    }

.footer-menu {
    padding-bottom: 10px;
}

@media (min-width: 769px) {
    footer {
        padding-top: 2.66666em;
        padding-bottom: 2.66666em;
    }
}

.text p {
    margin-bottom: 1.6em;
}

.entry-content {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}


    .entry-content h1 {
        font-size: 2rem;
        font-family: 'Montserrat',sans-serif;
        font-weight: 700;
    }

    .entry-content h2 {
        font-size: 1.5rem;
        font-family: 'Montserrat',sans-serif;
        font-weight: 700;
        padding-bottom: 10px;
    }

    .entry-content h2 {
        font-size: 1.4rem;
        font-family: 'Montserrat',sans-serif;
        font-weight: 700;
    }


h2 {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'Montserrat',sans-serif;
    padding-bottom: 10px;
    overflow-wrap: break-word;
    color: black;
}



h6 {
    font-size: 0.9375rem;
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    color: black;
}


.box-wrapper {
    padding-bottom: 20px;
    width: 100%;
    display: flex;
}

.box-icon {
    margin-right: 12px;
    display: inline-flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.box-content, .box-content a {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #4c5863;
    overflow-wrap: break-word;
}

.box-icon i {
    fill: rgba(64,177,208,0.86);
    color: rgba(64,177,208,0.86);
}


a.social-icon {
    background-color: #939393;
    font-size: 18px;
    padding: 0.6em;
    border-radius: 50%;
    box-shadow: none;
    text-decoration: none;
    margin-right: 12px;
}

.social-icon span {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    box-sizing: border-box;
}

.social-icon i {
    color: #ffffff;
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}



.editor {
    width: 100%;
    background: #fff;
    font-size: 1em;
    line-height: 1.6em;
    min-height: var(--ck-sample-editor-min-height);
    f padding: 1.5em 2em;
    height: 100%;
}

/* Do not inherit styles related to the editable editor content. See line 25.*/
.sidebar .ck-content[role='textbox'],
.ck.ck-annotation-wrapper .ck-content[role='textbox'] {
    min-height: unset;
    width: unset;
    padding: 0;
    background: transparent;
}

@media (max-width: 760px) {
    .heading-title {
        font-size: 30px;
    }


    .site-navigation {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-menu {
        padding-top: 20px;
    }

    #title-section {
        padding: 130px 0px 90px 0px;
    }
}


@media (min-width: 760px) {
    header {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 99;
        display: block;
    }

    .main-navigation ul li a {
        color: white;
    }

    #title-section.small {
        padding: 60px 0px 20px 0px;
    }


    .site-branding {
        padding-top: 16px;
        color: white;
    }


    .site-title a {
        color: white;
    }
}




@media (max-width: 480px) {
    .main-navigation ul li a {
        padding: 0 0.5em;
    }
}



/* Grid ***/


div.block-gallery-grid-item figure.image {
    height: 100%;
}

figure img {
    width: inherit;
    padding: 0;
    margin: 0;
    border: 1px solid #afafaf;
    height: 100%;
    width: 100%;
    flex: 1;
    object-fit: cover;
    display: block;
    max-width: 100%;
    border-radius: 0;
}



.block-gallery-grid, .block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.block-gallery-grid-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.block-gallery {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

@media (min-width: 600px) {
    .block-gallery .block-gallery-grid.columns-3 .block-gallery-grid-item {
        width: calc((100% - 32px)/3);
        margin-right: 16px;
    }

    .block-gallery-grid.columns-3 .block-gallery-grid-item:nth-of-type(3n),
    .block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0;
    }
}

.block-gallery .block-gallery-grid-item {
    width: calc((100% - 16px)/2);
}

    .block-gallery .block-gallery-grid-item:nth-of-type(2n) {
        margin-right: 0;
    }

.block-gallery-grid .block-gallery-grid-item:last-child,
.block-gallery .blocks-gallery-item:last-child {
    margin-right: 0;
}

/* Grid END*/




pre {
    background: #eee;
    font-family: "Courier 10 Pitch",Courier,monospace;
    overflow: auto;
    max-width: 100%;
    padding: 1.0em;
}
