/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@font-face {
    font-family: 'SFUTradeGothicBoldCondensedTwenty';
    src: url('/wp-content/themes/flatsome-child/assets/fonts/SFUTradeGothicBoldCondensedTwenty.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#top-bar .flex-col.hide-for-medium.flex-right {
    display: flex;
    justify-content: flex-start;
    width: 415px;
}


.text-phone h3.uppercase {
    text-shadow: 0px 2px 0px #fff, 0px 3px 2px #333;
    font-family: 'Roboto-Bold';
    color: #333333;
    font-size: 30px;
    color: red;
    letter-spacing: normal;
}

.text-hotline p.uppercase {
    color: #333333;

    text-shadow: 0px 2px 0px #fff, 0px 3px 2px #333;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
}

ul.nav.header-nav.header-bottom-nav.nav-left {
    display: flex;
    gap: 74px;
}

.header-bottom ul>li:before {
    position: absolute;
    right: -50px;
    top: calc(50% - 4px);
    width: 7px;
    height: 7px;
    content: '';
    border: 1px solid #fff;
    transform: rotate(45deg);
}

.absolute-footer.dark {
    display: none;
}

.section-footer .icon-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0px 0px 4px;
}

.section-footer span.ux-menu-link__text {
    color: #fff;
    font-size: 14px;
}

.tcl-traffic-wrap {
    font-size: 14px;
    color: #e5e5e5;
}

.tcl-traffic-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tcl-traffic-list .tcl-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0;
}

.tcl-traffic-list .tcl-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tcl-traffic-list .tcl-icon svg {
    width: 16px;
    height: 16px;
    display: block;
}

.tcl-traffic-list .tcl-label {
    opacity: .95;
}

.tcl-traffic-list .tcl-num {
    margin-left: 4px;
    font-weight: 500;
    color: #fff;
}

.traffic-dark {
    background: transparent;
}

.tcl-traffic-list .tcl-item * {
    font-size: 16px;
}


.section-footer .icon-box {
    margin-bottom: -7px;
}

.section-footer span.ux-menu-link__text:hover {
    color: #ffb400;
}

.section-footer span.ux-menu-link__text:before {
    content: '•';
}

iframe {
    margin-bottom: -9px;
}


.text-font-SFU h2 {
    font-family: 'SFUTradeGothicBoldCondensedTwenty';
    text-transform: uppercase;
    font-size: 35px;
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
}

.product-small.box {
    width: 100%;
    margin: auto;
    text-align: center;
    color: #000;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    border: 1px solid #e6e6e6;
    padding: 5px;


}

.box-text.box-text-products {
    padding-bottom: 0px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: #000;
    font-size: 16px;
    margin: 5px 10px 0px 10px;
    font-family: 'Roboto-Regular';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-transform: uppercase;
    padding-top: 5px;
}


h5.uppercase.header-title {
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: 200;
}

.product-small:hover a,
.box.box-category:hover h5 {
    color: red;
}

.box.box-category.has-hover {
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 5px;
    font-family: 'Roboto-Regular';
    font-size: 14px;
}

.box-category img:hover,
.section-service img:hover {
    opacity: 0.6;
}

.section-service .box:hover .box-text h4 {
    color: red !important;
    cursor: pointer;
}

.section-service .box .box-text h4 {
    transition: color .2s ease;
}

.row.blog-news {
    position: relative;
    overflow: hidden;
    height: 475px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block !important;
}

.row.blog-news .news-track {
    position: absolute;
    inset: 0 auto auto 0;
    right: 0;
    will-change: transform;
}

.row.blog-news .news-track>.col.post-item {
    width: 100% !important;
    margin: 0 0 18px 0;
}

@keyframes tcl-vertical-scroll {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50%);
    }
}

.row.blog-news:hover .news-track {
    animation-play-state: paused;
}


h5.post-title.is-large {
    color: #000;
}

.col.post-item:hover a.plain {
    color: red;
}

.row.blog-news .col.post-item {
    border-bottom: 1px solid #c9c9c9;
}

.col.post-item .box-image:hover img {
    transition: 0.3s ease-out;
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


.slider-partner img {
    display: block;
    border: 1px solid #e6e6e6;
    text-align: center;
    margin: 5px 0px;
    transition: all 0.3s ease;
}

.slider-partner img:hover {
    border: 1px solid #f00;
}

.text-ok h3 {
    font-family: 'SFUTradeGothicBoldCondensedTwenty';
    color: #ffae00;
    text-transform: uppercase;
    font-size: 20px;
}

.text-in-hoa strong {
    font-family: 'SFUTradeGothicBoldCondensedTwenty';
    color: #ffae00;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: inherit;
    font-weight: bolder;
}

.form-content input[type=email] {
    background: unset;
    border: unset;
    box-shadow: unset;
    border-bottom: 1px solid #000;
    width: 600px;
    padding: 0px;
    font-size: 14px;
    text-indent: 25px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #fff;
    height: 46px;
    color: #b3b3b3;
}

button.wpcf7-form-control.wpcf7-submit.button {
    border: 0px;
    background-color: #FFB400;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px 30px 30px 0px;
    font-family: 'Roboto-Bold';
    width: 70px;
    height: 46px;
    color: #000;
    margin-left: -69px;
    margin-top: 0px;
}

.form-content p {
    display: flex;
}

.tcl-breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}

.tcl-breadcrumb li {
    display: inline-flex !important;
    align-items: center;
}

.tcl-breadcrumb .sep {
    margin: 0 0px 0px 20px;
    color: #888;
}

.tcl-breadcrumb a {
    color: #0b025f;
    text-decoration: none;
}

.tcl-breadcrumb a:hover {
    cursor: pointer;
}

.tcl-breadcrumb .current {
    color: #0b025f;
    cursor: pointer;
}


.cf7-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
}

.cf7-grid .col {
    padding: 0 10px 0px;
}

.cf7-grid .col-2 {
    grid-column: 1 / -1;
}

.cf7-grid .wpcf7-form-control-wrap {
    display: block;
}

.cf7-input,
.cf7-textarea,
.cf7-grid input[type="text"],
.cf7-grid input[type="tel"],
.cf7-grid input[type="email"],
.cf7-grid textarea {
    width: 100%;
    border: 1px solid #d9dee5;
    background: #fff;
    border-radius: 8px;
    color: #111;
    font-size: 15px;
    box-shadow: none;
    outline: none;
}

.cf7-input,
.cf7-grid input[type="text"],
.cf7-grid input[type="tel"],
.cf7-grid input[type="email"] {
    height: 40px;
    padding: 0 14px;
    line-height: 48px;
}

.cf7-textarea,
.cf7-grid textarea {
    min-height: 190px;
    padding: 12px 14px;
    resize: vertical;
}

.cf7-grid ::placeholder {
    color: #9aa3ad;
}

.cf7-grid input:focus,
.cf7-grid textarea:focus {
    border-color: #c2c9d3;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
}

.cf7-grid .wpcf7-not-valid {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 2px rgba(239, 68, 68, .08);
}

.cf7-file .cf7-label {
    display: block;
    margin-bottom: 6px;
    color: #333;
    font-weight: 500;
}

.cf7-file input[type="file"] {
    width: 100%;
    border: 1px solid #d9dee5;
    border-radius: 8px;
    background: #fff;
    padding: 10px 12px;
    font-size: 14px;
    color: #111;
    box-shadow: none;
    outline: none;
}

.cf7-file input[type="file"]::file-selector-button {
    margin-right: 10px;
    padding: 8px 12px;
    border: 1px solid #d9dee5;
    border-radius: 6px;
    background: #f7f7f8;
    color: #111;
    cursor: pointer;
}

.cf7-file input[type="file"]:focus {
    border-color: #c2c9d3;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
}

.cf7-file .cf7-hint {
    display: block;
    margin-top: 6px;
    color: #757575;
}

.cf7-submit {
    grid-column: 1 / -1;
    height: 35px;
    padding: 0 18px;
    border: 1px solid #d9dee5;
    background: #f7f7f8;
    border-radius: 8px;
    color: #111;
    cursor: pointer;
    border-radius: 5px !important;
    margin: 10px !important;
}

.page-wrapper {
    padding-bottom: 30px;
    padding-top: 0px;
}

.page-wrapper * {
    font-family: 'SFUTradeGothicBoldCondensedTwenty';
    color: #000;
}

.entry-content {
    padding-bottom: 1.5em;
    padding-top: 0px;
}


.text-font-SFU h2,
.entry-title {
    font-family: 'SFUTradeGothicBoldCondensedTwenty';
    text-transform: uppercase;
    font-size: 28px;
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
    color: #ffae00;
}


.time-main * {
    color: #999999;
}

.time-main {
    margin-bottom: 20px;
}

.widget .is-divider,
.product-main .is-divider.small {
    display: none;
}

span.widget-title.shop-sidebar {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    background: #0b025f;
    padding: 13px 15px;
    color: #fff;
    width: 100% !important;
    box-sizing: border-box;
    font-family: 'SFUTradeGothicBoldCondensedTwenty';
}

.widget_product_categories>ul>li {
    padding: 4px 10px;
    position: relative;
    border: solid 1px #ccc;
    list-style: none;
    margin: 0;
}

.cat-item a {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    font-family: 'SFUTradeGothicBoldCondensedTwenty';
}

.cat-item a:hover {
    color: red;
}


h1.product-title.product_title.entry-title {
    text-transform: capitalize !important;
    font-size: 20px;
    display: block;
    font-weight: 700;
    color: #000;
}

.woocommerce div.product .tcl-price-line {
    margin: 10px 0 14px;
    font-size: 1.1em;
}

.woocommerce div.product .tcl-price-line .tcl-label {
    color: #111;

    margin-right: 6px;
}

.woocommerce div.product .tcl-price-line .tcl-contact {
    color: #e11d48;
    font-weight: 600;
    text-decoration: none;
}

.woocommerce div.product .tcl-price-line .tcl-contact:hover {
    text-decoration: underline;
}

.tcl-share-row .social-icons.share-icons {
    align-items: center;
    margin: 11px 0px 0px 10px;
}

.section-news-clip .is-divider::before {
    position: absolute;
    width: 100px;
    height: 3px;
    background: #666666;
    content: '';
    left: 0px;
    bottom: -1px;
}

.section-news-clip .is-divider {
    position: relative;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}