/*
Theme Name: WinLegal
Description: This is a child theme for Flatsome Theme, design by Xuanlt 
Author: UX Themes - Xuanlt
Template: flatsome
Version: 3.0
*/


body {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.ff-heading {
    font-weight: normal;
}

h1 {
    font-size: 2.75rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}
p.lead {
    font-size: 1.125rem;
} 
@media screen and (max-width:850px){

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2.15rem;
    }

    h3 {
        font-size: 1.55rem;
    }

    h4 {
        font-size: 1.35rem;
    }

    h5 {
        font-size: 1.25rem;
    }
}
h6,
.uppercase {
    letter-spacing: 0;
    text-transform: none;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.75rem !important;
}

.ms-2 {
    margin-left: 0.5rem;
}

.me-2 {
    margin-right: 0.5rem;
}

.text-justify{
    text-align: justify;
}
.uppercase,
h6,
th,
span.widget-title {
    letter-spacing: 0;
}

.ff-normal {
    font-family: 'Inter', sans-serif;
}
.rounded {
    border-radius: 0.25rem;
}

.border-rounded .col-inner {
    border-radius: 0.25rem;
}

.border{
    border:1px solid #eee;
}
.p-3 {
    padding: 1rem;
}
.nav-line-bottom>li>a::before,
.nav-line-grow>li>a::before,
.nav-line>li>a::before {
    height: 3px;
}

.nav-line-bottom>li>a::before {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}


.nav-line-bottom>li>a>span {
    font-weight: bold;
}

.nav-line-bottom>li.tab {
    margin-right: 1rem;
}

.nav-line-bottom>li.tab.active a {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.nav-line-bottom>li.tab:last-child {
    margin-right: 0;
}
h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
   
}
h1, h2, h3 {
    line-height: 1.15;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.2 ;
}
/* Font Size */

.fs-large {
    font-size: 2.5rem !important;
}

.fs-xlarge {
    font-size: 3rem !important;
}

.fs-xxlarge {
    font-size: 3.5rem !important;
}

.small {
    font-size: 0.875rem;
}

/* Opacity */
[data-opacity="0.7"] {
    opacity: 0.7;
}
[data-opacity="0.5"] {
    opacity: 0.5;
}

/* Text color */
[data-text-color=secondary] {
    color: #531B1F;
}

/* Border */
.border-top {
    border-top: 1px solid rgba(0,0,0,0.1);
}
/* Padding */
.py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pt-3 {
    padding-top: 1rem;
}

/* Margin */
.mr-2{
    margin-right: 0.5rem !important;
}

/* FLex */

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: end;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.flex-shirk-0 {
    flex-shrink: 0;
}

.flex-grow-1 {
    flex-grow: 1;
}

.ms-auto {
    margin-left: auto;
}
/* Uppercase */
.uppercase {
    text-transform: uppercase;
}

[data-opacity="0.5"] {
    opacity: 0.5;
}

.button.icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.button.icon i, button.icon i {
    top: auto;
}
/**/
.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline {
    border: 1px solid;
}
.button.white.is-outline {
    border-color: rgba(0,0,0,0.2);
    color: #666;
}
.button.white.is-outline:hover {
    border-color: rgba(0,0,0,0.5);
}
button.primary.is-outline {
    border-color: var(--primary-color);
}
.button .icon-angle-right{
    transform: rotate(-45deg);
}
.button .icon-angle-right::before {
    content: '\f061';
    font-family: 'FontAwesome' !important;
    font-weight: normal;

}

.box-blog-post .is-small.button.is-link {
    font-size: 0.875rem;
    position: relative;
    display: inline-flex;
    flex-direction: row-reverse;
    margin-top: 0.5rem;
} 

.box-blog-post .is-small.button.is-link:before {
    content: '\f061';
    font-family: 'FontAwesome' !important;
    font-weight: normal;
    transform: rotate(-45deg);
    margin-left: 0.5rem;
}
.button.is-link {
    font-weight: normal;
    position: relative;
    opacity: 0.7;
    font-size: 0.875rem;
}
.button.is-link:hover{
    opacity: 1;
}
.button.is-link:after{
    content: '';
    width: 0;
    height: 1px;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all ease 0.3s;
}
.button.is-link:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transition: all ease 0.3s;
}

.nav-pagination>li>a, .nav-pagination>li>span {
    border-width:1px;
}
ul.links li a,
ul.links li span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
/* Sticky Col */
.sticky-col {
  position: sticky;
  top: 100px; /* khoảng cách từ top khi cố định, tùy chỉnh */
  align-self: flex-start; /* giữ chiều cao hợp lý */
  height: fit-content;
  z-index: 2;
}
@media (max-width: 767px) {
  .sticky-col {
    position: static;
  }
}

/* Offcanvas */
.off-canvas .nav-vertical>li>a {
    text-transform: uppercase;
}

/* Color */
[data-text-color="warning"] {
    color: #FEB21A;
}

/* Link */
.link-expand {
    display: inline-block;
    position: relative;
    padding-right: 1.25rem;
}
.link-expand:after {
    content: '\f061';
    font-family: 'FontAwesome' !important;
    font-weight: normal;
    position: absolute;
    right: 0.25rem;
    bottom: -0.25rem;
    transform: rotate(-45deg);
    transition: all ease 0.35s;
    opacity: 0;
}
.link-expand:hover:after{
    opacity: 1;
    right: 0;
    bottom: 0;
}
/* Margin Top */
.mt-n-150px {
    margin-top: -150px;
}
.mt-n-240px {
    margin-top: -240px;
}
.mt-auto {
    margin-top: auto;
}
/* */
.title-share {
    min-width: 180px;
}
.dark .title-share .social-icons.share-icons .icon.button.circle{
    background-color: rgba(255,255,255,0.25);
    border: 0 !important;
    backdrop-filter: blur(5px);
    width: 2.5rem;
    height: 2.5rem;
}
/* -----------------
    SITE HEADER
----------------- */
.header.has-transparent.transparent .header-top{
    backdrop-filter: blur(5px);
    background-color: rgba(0,0,0,0.3) !important;
}
.header-contact li a[href^="tel:"]{
    color: #FEB21A;
    font-weight: bold;
}
.nav-dark .top-divider {
    display: block;
    border-top: 1px solid rgba(255,255,255);
}
/* Header */

.header.has-transparent.transparent:before {
    content: '';
    width: 100%;
    height: 150%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0,0,0, 0.5) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

/* Dropdown */
.sub-menu.nav-dropdown {
    background-color: rgba(255,255,255,0.9);
    backdrop-filter: blur(5px);
}

/* -----------------
    SITE MAIN
----------------- */
/* C Title */
.c-title {
    border-left: 0.25rem solid #9B2414;
    line-height: 1 !important;
    padding-left: 0.5rem;
}
/* service-image-box */
.service-image-box:hover {
    
}
.service-image-box:hover .box-text {
    background-color: #fff !important;
    box-shadow: 0 0 1.5rem rgba(0,0,0,0.2);
    color: #9B2414;
}

.service-image-box .box-text .box-text-inner {
    position: relative;
    overflow: hidden;
}

.service-image-box .box-text .box-text-inner:after {
    content: '\f061';
    font-family: 'FontAwesome' !important;
    font-weight: normal;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 2rem;
    bottom: -3rem;
    transform: rotate(-45deg);
    font-size: 1.25rem;
    transition: all ease 0.2s;
}
.service-image-box:hover .box-text .box-text-inner:after {
    bottom: -0.5rem;
    right: -0.25rem;
    transition: all ease 0.2s;
}
/* H Menu */
.h-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.h-menu li {
    list-style: none;
    padding: 0 !important;
    margin: 0 0.75rem !important;
}
.h-menu li a {
    padding: 0.25rem 0;
    margin: 0 ;
    position: relative;
    display: inline-flex;
}
.h-menu li a:before{
    width: 0;
    height: 1px;
    content: '';
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all ease 0.35s;
}
.h-menu a:hover:before{
    width: 100%;
    right: auto;
    left: 0;
}
.dark .h-menu li a{
    color: rgba(255,255,255,0.7);
}
.dark .h-menu li a:hover{
    color: rgba(255,255,255,1);
}
.dark .h-menu li a:before {
    background-color: rgba(255,255,255,0.2);
}

@media screen and (max-width:540px) {
    .h-menu {
        flex-direction: column;
    }
    .row-footer-bar .h-menu li::after {
        display: none;
    }
   
}

/* c-circle */

@media screen and (min-width:768px){
    .mt-n-60px {
        margin-top: -60px;
    }
    .col-circle .col-inner {
        width: 100%;
        padding-bottom: 100%;
        height: 0;
        position: relative;
    }
    .col-circle .col-inner .c-circle-text {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 40px 30px 30px;

    }
    .c-circle-text::before {
        content: '';
        width: 114%;
        height: 114%;
        border: 1px solid rgba(0,0,0,0.1);
        position: absolute;
        left: -7%;
        top: -7%;
        border-radius: 50%;
    }
}

/* */
.section-booking .section-bg.fill{
    left: 50%;
    width: 50%;
}

@media screen and (max-width:550px){
    .section-booking .section-bg.fill{
        display: none;
    }
}

/* accordion-group-services */
.accordion-group-services .accordion-item {
    margin-bottom: 0.25rem;
}
.accordion-group-services .accordion-item .accordion-title{
    background-color: #FAF6EF;
    color: #531B1F;
    text-transform: uppercase;
    border: 0;
    padding: 1rem 3rem 1rem 1rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    transition: all ease 0.3s;
}
.accordion-group-services .accordion-item .accordion-title .toggle {
    position: absolute;
    right: 0.55rem !important;
    left: auto;
    top: 0.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    min-height: 2rem;
    margin: 0;
}
.accordion-group-services .accordion-item .accordion-title.active {
    background-color: #9B2414;
    color: #fff;
    padding-top: 1.75rem;
    padding-bottom: 1.5rem;
    transition: all ease 0.3s;
}
.accordion-group-services .accordion-item .accordion-title.active .toggle {
    transform: none !important;
    top: 1.25rem;
}
.accordion-group-services .accordion-item .accordion-title .toggle .icon-angle-down:before{
    font-family: 'FontAwesome' !important;
    content: '\2b' !important;
    font-size: 1.25rem;
}
.accordion-group-services .accordion-item .accordion-title.active .toggle .icon-angle-down:before {
    content: '\f068' !important;
    font-family: 'FontAwesome' !important;
}
.accordion-group-services .accordion-item .accordion-inner {
    padding: 1rem 0 0.5rem;
}

/* box-text-awr */
.box-text-awr .text-box-content {
    position: relative;
}
.box-text-awr .text-box-content:after {
    font-family: 'FontAwesome' !important;
    content: '\f061' !important;
    margin-right: 0.5rem;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 0.75rem;
    top: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    transform: rotate(-45deg);
    opacity: 0.2;
}

/* Link Block */
.block-link {
    padding: 1rem 1.5rem;
    display: block;
    border: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    font-weight: bold;
    border-radius: 0.125rem;
    position: relative;
}
.block-link:hover{
    border-color: #9B2414;
    color: #9B2414;
}
.block-link:after{
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-family: 'FontAwesome' !important;
    content: '\f061' !important;
    opacity: 0.2;
    transform: rotate(-45deg);
    opacity: 0;
    transition: all ease 0.3s;
}
.block-link:hover:after {
    right: 0.5rem;
    top: 0.5rem;
    opacity: 1;
    transition: all ease 0.3s;
}

/* BG Alt */
.bg-alt {
    background-color: #FAF6EF;
}
/* Widgets */
@media screen and (max-width:768px){
    .widget {
        margin-bottom: 2rem;
    }
}

.widget .widget-title {
   width: 100%;
   display: flex;
   position: relative;
   margin-bottom: 0.75rem;
   overflow: hidden;
   line-height: 1.5rem;
   font-size: 1.125rem;
   
}
.widget .widget-title:after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #eee;
    position: relative;
    flex-grow: 1;
    margin-top: auto;
    margin-bottom: 0.35rem;
}
.widget .widget-title span{
    color: #531B1F;
    position: relative;
    flex-shrink: 0;
    margin-right: 0.75rem;
}

.widget .is-divider {
    display: none;
}
/* Widget Search */
.widget.widget_search .widget-title {
    display: none;
}
.widget.widget_search .search-field {
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: none;
    border-right: 0;
    color: rgba(0,0,0,0.5);
}
.widget.widget_search .ux-search-submit {
    background-color: #fff;
    border: 1px solid #eee;
    border-left: 0;
    color: rgba(0,0,0,0.35);
}
.widget.widget_search form:focus-within .search-field,
.widget.widget_search form:focus-within .ux-search-submit{
    border-color: #ccc;
}

/* Widget Categories */
.widget.widget_categories .widget-title span:before {
    font-family: 'FontAwesome' !important;
    content: '\f07b' !important;
    margin-right: 0.5rem;
}

.widget.widget_categories ul .cat-item {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    color: rgba(0,0,0,0.5);
    border: 0;
    text-transform: capitalize;
}
.widget.widget_categories ul .cat-item a {
    position: relative;
    padding: 0.5rem 0 0.5rem 0;
    flex-grow: 1;
    font-size: 0.875rem;
    font-weight: bold;
}

.widget.widget_categories .children a {
    padding: 0.25rem 0 0.25rem 0;
    font-weight: normal !important;
}

.widget.widget_categories ul .cat-item.current-cat a,
.widget.widget_categories ul .cat-item.current-cat a:before{
    color: #531B1F;
}

/* widget flatsome_recent_posts */

.widget.flatsome_recent_posts .widget-title span:before {
    font-family: 'FontAwesome' !important;
    content: '\f02e' !important;
    margin-right: 0.5rem;
}

/* List categories */

.list-h-categories li a{
    padding: 0.75rem 1.5rem 0.75rem 1rem !important;
    position: relative;
    display: block !important;
}
.list-h-categories li a:after{
    font-family: 'FontAwesome' !important;
    content: '\f061' !important;
    font-size: 1rem;
    position: absolute;
    right: 0.5rem;
    top: 0.75rem;
    color: rgba(0,0,0,0.25);
    font-weight: 300 !important;
}
.list-h-categories li a:hover:after{
    color: var(--fs-color-primary);
}
/* Breadcrumbs */
.rank-math-breadcrumb p {
    margin: 0 !important;
    font-size: 0.75rem;
}   

/* advise-form-widget */
.advise-form-widget {
    padding-top: 0.75rem;
    position: relative;
}
.advise-form-widget .inner {
    position: relative;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0.15rem;
    padding: 1.25rem;
    padding-bottom: 5rem;
    z-index: 2;
    overflow: hidden;
}

.advise-form-widget .inner:before{
    content: '';
    width: 100%;
    height: 4rem;
    background-color: #FAF6EF;
    position: absolute;
    left: 0;
    bottom:0;   
}

.advise-form-widget:before {
    content: '';
    width: 100%;
    height: 2rem;
    border: 1px solid #eee;
    background-color: #FAF6EF;
    position: absolute;
    left: 0;
    top:0;   
    border-radius: 0.15rem;
    z-index: 1;
}
.advise-form-widget:after {
    content: '';
    width: 107px;
    height: 128px;
    position: absolute;
    right: 1.25rem;
    bottom:0;   
    z-index: 2;
    background: url(img/char.png) 50% 50% no-repeat;
    background-size: cover;
}


/* Foo Menu */
.v-menu {
    margin: 0 !important;
    padding: 0 !important;
}
.v-menu li {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 0.5rem !important;
    list-style: none;
    
}
.menu-item-has-block .nav-dropdown .col-inner ul:not(.nav.nav-vertical) li:not(.tab):not([class^=bullet-]) {
    margin-left: 0 !important;
}
.v-menu li a{
    display: block;
    padding-right: 0.5rem;
    transition: all ease 0.2s;
    position: relative;
}
.v-menu li a:before {
    content: '';
    width: 0;
    height: 1px;
    left: 0;
    top: 0.65rem;
    opacity: 0;
    transition: all ease 0.2s;
    position: absolute;
    background-color: #531B1F;
}
.v-menu li a:hover{
    display: block;
    padding-left: 1rem;
    padding-right: 0;
    transition: all ease 0.2s;
    color: #531B1F;
}
.v-menu li a:hover:before{
    opacity: 1;
    width: 0.5rem;
    transition: all ease 0.2s;
}
/* -----------
    BLOG
--------------*/
.blog-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* Lastest Item */
.lastest-item .post-item .box .box-image,
.lastest-item .post-item .box .box-image .image-cover,
.lastest-item .post-item .box .box-image .image-cover .wp-post-image{
    border-radius: 0.25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.lastest-item .post-item .box-blog-post .box-text{
    background-color: #FAF6EF;
}
.lastest-item .post-item .box-blog-post .post-title {
    font-size: 1.5rem;
}
.lastest-item .post-item .box-blog-post .from_the_blog_excerpt {
    display: none;
}
.lastest-item .post-item .box-blog-post .box-text .box-text-inner{
    padding-right: 4rem;
    min-height: 4rem;
    position: relative;
}
.lastest-item .post-item .box-blog-post .button{
    position: absolute;
    right:0;
    bottom:0;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    font-size: 0;
    border: 0;
    transform: rotate(-45deg);
    transition: all ease 0.35s;
    opacity: 0.5;
}
.lastest-item .post-item .box-blog-post .button:after{
    font-family: 'FontAwesome' !important;
    content: '\f061' !important;
    font-size: 1.5rem;
    color: var(--fs-color-primary);
}
.lastest-item .post-item .box-blog-post .button:hover{
    background: none;
    right: -0.25rem;
    bottom: 0.25rem;
    opacity: 1;
}
/* Categories */
.cat-label.is-xxsmall.op-7.uppercase,
.cat-label.is-xxsmall.op-7.uppercase:hover {
    background-color: rgba(255,255,255,0) !important;
    color: #666 !important;
    text-transform:capitalize !important;
    padding: 0 !important;
    font-size: 0.75rem !important;
    font-weight: normal !important;
}
.box-blog-post .is-divider {
    display: none;
}
.box-blog-post .post-title {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    text-transform: capitalize;
}
.related-blogs-post .box-blog-post .post-title  {
    margin-bottom: 0;
}
.box-blog-post .post-title.is-small {
    font-size: 0.9375rem;
}
.box-blog-post .post-title.is-large {
    font-size: 1.25rem;
}

.box-blog-post .from_the_blog_excerpt {
    color: rgba(0,0,0,0.5);
}
.box-blog-post .box-image{
    margin-bottom: ;
}
/* POST */
.badge.post-date.top {
    top: 1rem;
    left: 0;
    height: 3.2em;
    width: 3.2em;
    
}
.badge-inner {
    background-color: rgba(255,255,255,0.9) !important;
    color: #531B1F !important;
    backdrop-filter: blur(5px);
}
/* Home list-news-x */
.list-news-x .post-item {
    padding-bottom: 1rem;
}
.list-news-x .post-item:not(:first-of-type) {
    margin: 0;
    padding-bottom: 0 !important;
}
.list-news-x .post-item:not(:first-of-type) .col-inner .box-overlay .box-image {
    display: none;
}
.list-news-x .post-item:not(:first-of-type) .col-inner .box-overlay .box-text {
    position: relative;
    min-height: 3.25rem;
    text-shadow: none !important;
    color: #000;
    padding: 0 0.75rem 0 3.75rem !important;
}
.list-news-x .post-item:not(:first-of-type) .col-inner .box-overlay .box-text:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border:1px solid #eee;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}
.list-news-x .post-item:not(:first-of-type) .col-inner .box-overlay .box-text:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'FontAwesome' !important;
    content: '\f1ea' !important;
    font-size: 1rem;
    color: var(--fs-color-primary);
}
.list-news-x .post-item:not(:first-of-type) .col-inner .box-overlay .box-text .post-title {
    font-size: 0.9375rem !important;
    color: #000 !important;
    position: relative;
    padding-right: 3rem;
}
.list-news-x .post-item:not(:first-of-type) .col-inner .box-overlay .box-text .post-title a{
    color: #000 !important;
}
.list-news-x .post-item:not(:first-of-type) .col-inner .box-overlay .badge {
    left: 0 !important;
    top: 0 !important;
}

/* Single */
.single .entry-header {
    border-bottom: 1px solid #eee;
}
.single .entry-category{
    font-size: 0.875rem;
    font-weight: normal;
    font-family: 'Inter', sans-serif;
    color: rgba(0,0,0,0.5);
}
.single .entry-category a{
 color: rgba(0,0,0,0.5);
}
.single .entry-category a:hover{
 color: rgba(0,0,0,1);
}
/* Single TD */
.single-tuyen-dung .byline {
    display: none;
}
/* Row Icons */
.row-stats .icon-box-img svg {
    opacity: 0.5;
}
.row-stats .icon-box-img svg path {
    stroke-width: 1px;
    stroke: rgb(250, 246, 239);
}
.row-area .icon-box-img svg path {
    stroke-width: 1px;
    stroke: rgb(255, 255, 255);
    fill: #9B2414;
}
.row-area .icon-box-center .icon-box-img {
    margin-bottom: 0;
}

.entry-meta .avatar {
    border-radius: 50%;
    margin-right: 0.5rem;
}
.entry-meta .blog-share .share-icons .icon {
    margin-bottom: 0;
}


/* Section Top */
@media screen and (min-width:992px){
    .section-top .banner  h1 {
        font-size: 5vw;
    }
    .section-top .banner  h3 {
        font-size: 3vw;
    }
}

/* Members */
.wlg-member-item .item-thumb{
    position: relative;
    margin-bottom: 1rem;
}

.wlg-member-item .item-thumb .social-icons.follow-icons{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1rem !important;
}
.wlg-member-item .item-thumb .social-icons.follow-icons .icon {
    margin: 0;
    background-color: rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    border: 0;
    width: 2.5rem;
    height: 2.5rem;
    color: #fff;
}

/* wlg-recruitment-item */

.row-recruitments .col .col-inner{
    height: 100%;
    padding: 1.25rem;
    background-color: #FAF6EF;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0);
    cursor: pointer;
    transition: all ease 0.2s;
}
.row-recruitments .col .col-inner:hover{
    background-color: #fff;
    border-color: rgba(0,0,0,0.1);
    transition: all ease 0.2s;
    box-shadow:  0 0 1rem rgba(0,0,0,0.1);
}
.wlg-recruitment-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.wlg-recruitment-item .item-meta-footer{
    padding-right: 2rem;
    position: relative
}
.wlg-recruitment-item .item-meta-footer:after{
    font-family: 'FontAwesome' !important;
    content: '\f061' !important;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    transform: rotate(-45deg);
    opacity: 0.2;
    transition: all ease 0.2s;
}
.row-recruitments .col .col-inner:hover .item-meta-footer:after{
    opacity: 0.7;
    right: -0.25rem;
    bottom: 0.25rem;
    transition: all ease 0.2s;
}
.section-related-posts .row-recruitments .col .col-inner{
    background-color: #fff;
}


/* -----------------
    SITE FOOTER
----------------- */
.absolute-footer {
    display: none;
}

/* Section CTA Bar */
.section-cta-bar .h-menu {
    margin-left: -0.75rem;
}
.section-cta-bar .h-menu li ul {
    display: none !important;
}
/* Row Copyright */
.row-footer-bar,
.row-footer-bar .h-menu li a {
    font-size: 0.875rem;
}
.row-footer-bar .h-menu li {
    position: relative;
}
.row-footer-bar .h-menu li::after {
    content: '/';
    position: absolute;
    right: -0.76rem;
    top: 0.25rem;
    opacity: 0.2;
}
.row-footer-bar .h-menu li:last-child::after {
    display: none;
}
@media screen and (min-width:678px){
    .row-footer-bar .h-menu {
        justify-content: end;
        margin-right: -0.75rem;
    }
}
/* Foo Menu */
.foo-menu {
    margin: 0;
}
.foo-menu li {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 0.5rem !important;
    list-style: none;
    
}
.foo-menu li a{
    display: block;
    padding-right: 0.5rem;
    transition: all ease 0.2s;
    position: relative
}
.foo-menu li a:before {
    content: '';
    width: 0;
    height: 1px;
    left: 0;
    top: 0.65rem;
    opacity: 0;
    transition: all ease 0.2s;
    position: absolute;
    background-color: var(--wp--preset--color--white);
}
.foo-menu li a:hover{
    display: block;
    padding-left: 1rem;
    padding-right: 0;
    transition: all ease 0.2s;
}
.foo-menu li a:hover:before{
    opacity: 1;
    width: 0.5rem;
    transition: all ease 0.2s;
}

/* Newsletter */
.newsletter-form .input-wrapper p{
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 0;
}
.newsletter-form .input-wrapper .wpcf7-form-control-wrap {
    flex-grow: 1;
    position: relative;
}
.newsletter-form .input-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: -29px;
    border-radius: 0;
    background-color: #fff;
    font-size: 0.875rem;
}
.newsletter-form .input-wrapper .wpcf7-form-control-wrap input {
 margin-bottom: 0;
 padding-left: 0;
 padding-right: 0;
 
}
.newsletter-form .input-wrapper .wpcf7-form-control.wpcf7-submit.has-spinner {
    flex-shrink: 0;
    margin: 0 0 0 1rem !important;
}
.dark .newsletter-form .input-wrapper .wpcf7-form-control-wrap input,
.dark .newsletter-form .input-wrapper .wpcf7-form-control.wpcf7-submit {
    background-color: rgba(255,255,255,0);
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    box-shadow: none;
}
.dark .newsletter-form .input-wrapper .wpcf7-form-control-wrap input:focus {
    border-bottom-color: rgba(255,255,255,0.5);
}

.dark .newsletter-form .input-wrapper .wpcf7-form-control-wrap input::placeholder {
    color: rgba(255,255,255,0.5);
}
.wpcf7-spinner {
    position: absolute;
    left: 0;
    bottom: -2rem;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0.25rem 0;
    border-radius: 2px;
    background-color: rgba(255,255,255,0.1);
    font-size: 0.875rem;
}

/* Contact Form */

.contact-form .wpcf7-submit {
    margin-right: 0 !important;
    background-color: var(--primary-color) !important;
    color: var(--wp--preset--color--white);
    margin-bottom: 0;
}

.contact-form .wpcf7-submit:disabled {
    opacity: 0.5 !important;
    background-color: #ccc !important;
}

.contact-form .wpcf7-spinner {
    display: none;
}

.contact-form .input-group {
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0);
    border-radius: 0;
    padding: 0.5rem 0 0.25rem;
    position: relative;
}

.contact-form .wpcf7-form-control-wrap {
    position: relative;
    z-index: 10;
}
.contact-form .wpcf7-form-control-wrap[data-name="customer-email"]:after {
    content: '\f0e0';
    font-family: 'FontAwesome' !important;
    position: absolute;
    top: 0.5rem;
    right: 0.25rem;
    width: 1rem;
    display: inline-flex;
    justify-content: center;
    font-weight: normal;
    opacity: 0.25;
}
.contact-form .wpcf7-form-control-wrap[data-name="customer-phone"]:after {
    content: '\f095';
    font-family: 'FontAwesome' !important;
    position: absolute;
    top: 0.5rem;
    right: 0.25rem;
    width: 1rem;
    display: inline-flex;
    justify-content: center;
    font-weight: normal;
    opacity: 0.25;
}
.contact-form .input-group .wpcf7-form-control {
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: rgba(255,255,255,0);
}

.contact-form .input-group .wpcf7-form-control.wpcf7-select {
    -moz-appearance: none;
    background-color: rgba(255,255,255,0);
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-position: right .45em top 50%;
    background-repeat: no-repeat;
    background-size: auto 16px;
}

.contact-form .input-group.input-group-area {
    height: 6.5rem;
}

.contact-form .input-group .wpcf7-form-control.wpcf7-textarea {
    min-height: 4rem;
    height: 4rem;
}

.contact-form .input-group .label {
    display: none;
}

.contact-form .input-group:focus-within {
    border-color: var(--primary-color);
}

.contact-form .input-group:focus-within .wpcf7-form-control-wrap {
    margin-top: 0;
}


.contact-form .input-group:focus-within .wpcf7-form-control::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.contact-form .wpcf7-form-control.wpcf7-submit {
    background-color: var(--fs-color-alert) !important;
}
/* Google Map Wrapper */
.full-height.google-map{
    height: 100% !important;
}
.full-height.google-map .map-height {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
}

