/*
Theme Name: X Child Theme
Author: 
Description: Your description goes here
Version: 1.0
Template: x

This is the child theme for X theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


.sec-overlay{
   position: relative !important;
}
.sec-overlay:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2024/10/gridtile.png);
    width: 100% !important;
    height: 100%;
    top: 0;
}
.heading-bt-line{
   position: relative;
}
.heading-bt-line:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 60%;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sec-overlay:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100% !important;
    top: 0;
    height: 100%;
}
.header-top-bar div {
    color: #fff;
}
.x-social-global{
      display: none;
}
.x-topbar .p-info {
    display: flex;
    width: 100%;
    justify-content: center;
}
.nav-custom-btn a {
    background: #8e542c;
    padding: 15px 20px !important;
    height: auto !important;
    border-radius: 5px;
    margin: 20px 5px 0;
      color: #fff !important;
}
.x-navbar .desktop .x-nav>li>a>span {
    padding: 0 0 0px !important;
     transition: all 0.4s ease-in-out;
}
.nav-custom-btn a:hover {
    background: #c69654d1 !important;
}
.nav-custom-btn a:hover > span {
    box-shadow: none !important;
     
}
.container-wraper .e19-e23::after {
    background-color: #c69654;
}
.container-wraper .e19-e23::before {
    border: 18px solid #c69654;
}
.container-wraper .e19-e20 .x-text-content-text-subheadline {
    transform: translateX(0px);
}
/*Footer  */
footer.x-colophon.top h5 {
    margin-top: 0px;
    color: #ffffff;
    position: relative;
    font-weight: 400;
    margin-bottom: 30px;
}
footer.x-colophon.top {
    background: #363636 !important;
}
footer.x-colophon.top figure.wp-block-image.size-full img.wp-image-215 {
    width: 180px;
}
footer.x-colophon.bottom ul.x-nav {
    display: none;
}
.x-colophon.bottom {
    padding: 0px 0 !important;
    font-size: 14px !important;
}
footer.x-colophon p, footer.x-colophon a, footer.x-colophon .widget ul li a, footer.x-colophon .widget ol li a {
    color: #ffffff !important;
}
footer.x-colophon .widget {
    margin-top: 0em !important;
}
footer.x-colophon .widget ul li {
    background-color: #363636 !important;
}
footer.x-colophon .widget ul, footer.x-colophon .widget ol {
    border-top: none !important;
}
.widget ul li:last-child {
    border: none;
}
footer.x-colophon.top .last a {
    margin-bottom: 5px !important;
    display: block;
}

/*  */

.zoom-hover .x-col:hover .x-bg-layer-lower-image {
    transform: scale(1.2);
}
.zoom-hover .x-bg-layer-lower-image {
    transition: transform 0.6s ease;
}
.margn-auto-img {
    display: flex !important;
}

.bg-overlay .x-bg-layer-lower-image {
    position: relative;
    z-index: 0;
}

