/*
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.   ***************/
.header-nav-main .nav-dropdown {
    padding: 0;
    color: #000;
    border-width: 1px;
    border-color: inherit;
    min-width: max-content;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px 0 #facc1552;
    background-image: url(/wp-content/uploads/2025/02/pattern-5.jpg);
}
.lt-hero-unit__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2026/05/bg-head-scaled.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.lt-hero-unit__bg:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(1 2 2 / 90%);
}
.header-bg-color, .header-wrapper {
    background-color: transparent !important;
}
.header-nav-main .nav-dropdown li a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
#trp_no_text_popup_wrap, #trp_no_text_popup {
    background-color: #facc15;
    background-image: linear-gradient(81.52deg, #facc15 21.29%, rgba(250, 204, 21, .6) 102.59%);
}
#trp_ald_no_text_popup_div {
    font-size: 15px;
    line-height: 21px;
    max-width: fit-content;
}
#trp_ald_no_text_popup_change_language {
    background: #1e2126;
    border-color: #1e2126;
    font-size: 14px;
    line-height: 38px;
}
.trp_ald_ls_container .trp-language-switcher-container > div {
    padding: 10px;
    border-color: #fff;
    border-radius: 4px;
    color: #1e2126;
    font-size: 16px;
}
#trp_ald_no_text_popup_x {
    margin-left: 10px;
    margin-bottom: -21px;
}
.trp_ald_ls_container .trp-ls-shortcode-current-language img.trp-flag-image {padding-top: 0;}
#search-bar form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#fff;
}
#search-bar form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#fff;
   opacity:  1;
}
#search-bar form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#fff;
   opacity:  1;
}
#search-bar form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#fff;
}
#search-bar form ::-ms-input-placeholder { /* Microsoft Edge */
   color:#fff;
}
#search-bar form ::placeholder { /* Most modern browsers support this now. */
   color:#fff;
}
#header .backHome a, .linkWMT a {
    background-image: url(/wp-content/uploads/2025/02/pattern-5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    text-transform: capitalize;
    border-radius: 3px;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 0 20px 0 #facc1552;
}
.header-main {margin-bottom: 20px;}
#search-bar {z-index: 1;}
#search-bar h3 {
    color: #fff; 
    font-size: 28px;
    margin-bottom: 20px;
}
#search-bar form {width: 100%;}
#search-input {
    color: #fff;
    height: auto;
    font-size: 18px;
    padding: 16px;
    padding-left: 48px;
    border-radius: 10px;
    box-shadow: none;
    border-color: transparent;
    background-color: hsla(0, 0%, 100%, .2);
    margin-bottom: 0;
}
#search-bar form button[type="submit"] {
    margin: 0;
    fill: #fff;
    background-color: transparent;
    position: absolute;
    top: 16px;
    left: 0;
}
#search-suggestions {
    width: 100%;
    position: absolute;
    padding: 28px;
    background: rgb(255, 255, 255);
    border: 1px solid #ccc;
    border-radius: .25rem;
    overflow-y: auto;
    margin-top: 4px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, .25);
    z-index: 9999;
    display: none;
}
.result-div {
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid rgb(230, 230, 230);
}
.result-div:not(:last-child) {margin-bottom: 12px;}
.result-div:hover {background: #f0f0f0;}
.result-div a {color: #000;}
#loading-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: none;
}
#loading-icon img {
    width: 25px;
    height: 25px;
}
.title-main {
    font-size: 32px;
    line-height: 2.5rem;
    font-weight: 900;
    margin-bottom: 4px;
}
.cate-info {
    gap: 8px;
    display: flex; 
}
.line-clamp {
    color: #737373;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
}
.line-clamp svg {margin: 8px;}
/* Category */
.breadcrumb {
    display: flex;
    padding-bottom: 16px;
    align-items: baseline;
    flex-wrap: wrap;
    font-size: 14px;
}
.breadcrumb a {color: #1a1a1a;}
.breadcrumb svg {fill: #737373;}
.pr-2 {padding-right: 8px;}
.text-main {color: #737373;}
.content-catePage {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.icon-catePage {
    padding: 8px;
    width: 56px;
    border-radius: 8px;
    height: 56px;
    margin-bottom: 20px;
    background-color: rgb(245, 245, 245);
}
.head-catePage .cate-info {margin-top: 20px;}
.list-catePage {
    padding: 12px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
    border-radius: 8px;
}
.list-catePage a {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border-radius: 6px;
    flex-direction: row;
    transition: all ease .15s;
}
.list-catePage a:hover {background-color: hsla(45, 100%, 2%, 0.1);}
.list-catePage a svg {
    width: 16px;
    height: 16px;
    transform: rotate(-90deg);
}
.title-postCate {color: #1a1a1a;}
/* Single Post */
.single-hr {
    display: block;
    border: none;
    margin: 1rem 0;
    border-top: 3px solid rgb(10 10 10);
}
.single .cate-avatar img {
    border: 1px solid;
    border-radius: 50%;
}
.post-content p {margin-bottom: 10px;}
.post-content p strong {font-weight: 900;}
.post-content a {color: #1a1a1a;font-weight: 900;text-decoration: underline;}
#content-block-section {
    padding: 30px 0;
    background-color: #facc15;
    background-image: linear-gradient(81.52deg, #facc15 21.29%, rgba(250, 204, 21, .6) 102.59%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#content-block-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(/wp-content/uploads/2025/01/logo-opa-15-op.png) no-repeat;
    width: 1152px;
    height: 492px;
    z-index: -1;
}
.section-ft h3 {
    font-size: 28px;
    line-height: 45px;
}
.section-ft a {
    width: fit-content;
    display: block;
    margin: 26px auto 0;
    color: #fff;
    background-color: #1e2126;
    border-radius: 10px;
    padding: 8px 14px;
    font-weight: 700;
    font-size: 18px;
}
@media (min-width: 1300px) {
    .section-ft {
        width: 482px;
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .header, #content {margin-bottom: 36px;}
    #search-bar form {margin-bottom: 36px;}
    .w-640 {width: 640px !important;}
    #content-block-section {
        margin-top: 110px;
        padding: 90px 0 70px;
    }
    /* Single Post */
    .single-hr {margin: 32px 0;}
    #trp_no_text_popup {
        border: 0;
        margin: 0 auto;
        max-width: 970px;
        padding: 10px;
    }
}
@media (max-width: 780px) {
    #trp_no_text_popup {padding: 15px 15px;}
    #trp_ald_not_text_popup_ls_and_button {
        width: 100%;
        max-width: 100%;
    }
    #trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container, .trp_ald_change_language_div, #trp_ald_no_text_popup_x_button_and_textarea {margin-top: 10px;}
    #trp_ald_no_text_popup_x_button_and_textarea {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        width: 100%;
    }
    #trp_ald_no_text_popup_x_button {
        width: 16px;
        height: auto;
        margin-right: 5px;
    }
    #trp_ald_no_text_popup_x_button_textarea {margin-top: 0;}
}
@media (max-width: 849px) {
    .header-main li.html.custom {display: block !important;}
}