/*
Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/xpro/
Author: Taraprasad Swain
Author URI: https://www.taraprasad.com/
Description: Make all of your modifications to X Pro in this child theme.
Version: 1.0.0
Template: x
*/

.x-slider-container.below{
    border:0px;
}
.m9-7.x-text, .m9-a.x-text, .fit-content{
    width: fit-content;
}
.text-line:after {
    content: "";
    display: block;
    height: 2px;
    width: 300px;
    background-color: #FFCA00;
    margin-top: 10px;
}
.text-line-center:after{
    content: "";
    display: block;
    height: 2px;
    width: 250px;
    background-color: #FFCA00;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.x-navbar-inner{
    background: linear-gradient(45deg, #ffcc0000 33.33%, #FFCA00 33.33%, #FFCA00 66.66%);
}
.x-navbar{
    border-bottom: 0px solid #cccccc;
    box-shadow: none;
}
.form-row{
    display:flex;
}
.form-col{
    width:50%;
    padding:8px 15px;
}
.txt-pd{
    padding: 8px 15px;
}
.wpcf7 select, .wpcf7 textarea, .wpcf7 input[type=text], .wpcf7 input[type=password], .wpcf7 input[type=number], .wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 input[type=search], .wpcf7 input[type=tel]{
    font-size:18px;
    border: 1px solid #BBBBBB;
    border-radius: 8px;
    font-family: "Inter",sans-serif;
}
.wpcf7-submit[type="submit"]{
    margin-top:15px;
    color: #000000;
    border: 2px solid #FFCA00;
    background-color: #FFCA00;
    margin-bottom: 0em;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 25px;
    letter-spacing: 1px;
}
.wpcf7-submit[type="submit"]:hover{
    color: #000000;
    border: 2px solid #FFCA00;
    background-color: unset;
    margin-bottom: 0em;
    text-shadow: none;
    box-shadow: none;
}
.foot-nav {
    margin-left: 0;
    font-size: 16px;
    list-style: none;
}
.foot-nav a {
    font-family: "Inter",sans-serif;
    color: #fff;
    transition: 0.3s;
}
.foot-nav a:hover{
    color:#FFCA00;
    transition: 0.3s;
}
.x-navbar{
    background-color: #ffffff;
    background-size: 10px 10px;
    background-image: repeating-linear-gradient(135deg, #f3f3f3 0, #f3f3f3 1px, #ffffff 0, #ffffff 45%);
}
.x-brand {
    margin-top: 10px !important;
    margin-bottom:10px;
}
.masthead-inline .desktop .x-nav{
    display: flex;
    align-items: center;
}
.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
    box-shadow: inset 0 0px 0 0 #ff2a13 !important;
}
#menu-item-70 a{
    color:#fff;
    background-color: #212121;
    opacity: 1;
    background-size: 10px 10px;
    background-image: repeating-linear-gradient(135deg, #3b3b3b 0, #3b3b3b 0.8px, #212121 0, #212121 50%);
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    transform: skewX(-20deg);
    margin-top: 20px;
}
#menu-item-70 a span{
    transform: skewX(20deg);
}
.x-navbar .desktop .x-nav > li > a > span:after {
    content: "+";
    margin-left: 1px;
    font-size: 18px;
}
#menu-item-70 a span:after{
    content: unset;
}
.x-social-global a i{
    width: 35px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    height: 35px;
    line-height: 35px;
    font-size: 1em;
    color: rgb(0,0,0);
    background-color: #FDD300;
    margin-right: 10px !important;
}
@media screen and (min-width:800px) and (max-width:1100px){
    .x-navbar-inner .x-container.max.width {
        width: 96%;
    }
    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media screen and (max-width:800px){
    .x-navbar-inner {
        background: linear-gradient(45deg, #ffcc0000 71%, #FFCA00 30%, #FFCA00 30%);
    }
}
@media screen and (max-width:600px){
    .form-row {
        flex-direction: column;
    }
    .form-col {
        width: 100%;
    }
    .x-social-global{
        text-align:center;
    }
}

.inner-banner{background-color:#000; position:relative;min-height:220px; background-image:url(/wp-content/uploads/2024/02/tbb-inner-banner.jpg); background-position:center center; background-repeat:no-repeat; background-size:cover !important;}
.inner-banner .page-title{font-size:54px; line-height:1.25em; text-align:center; text-transform:uppercase; font-weight:700; color:#ffffff; margin-bottom:2em; margin-top: 2em; position:relative;z-index: 1;}

.inner-banner::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

@media only screen and (max-width:978.98px) {
    .inner-banner .page-titles{top:70px;}
    .inner-banner .page-title{font-size:48px !important;}
}

@media only screen and (max-width:640px) {
.banner-img{min-height:160px;}
.inner-banner .page-titles{top:45px;}
.inner-banner .page-title{font-size:36px !important;}
}
