/*
Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/xpro/
Author: Taraprasad Swain
Author URI: https://puresilvercreative.com/
Description: Make all of your modifications to X Pro in this child theme.
Version: 1.0.0
Template: x
*/
body{--primary-color:#691c32; --primary-text-color:#fff; --secondary-color:#f26d21; --secondary-color-text:#fff;}
ul.list{list-style:none; margin:0 0 30px;}
ul.list li{display:block; margin-bottom:10px; padding-left:25px; position:relative;}
ul.list li:after{position:absolute; content:"\f058"; left:0; top:0; color:var(--primary-color); font-family: FontAwesome;}

ul.list.l-orange li::after{color: var(--secondary-color);}

::-webkit-input-placeholder{color:#333 !important;}
::-moz-placeholder{color:#333 !important;}
:-ms-input-placeholder{color:#333 !important;}
:-moz-placeholder{color:#333 !important;}

.text-moroon{
    color: var(--primary-color);
}
.text-orange{
    color: var(--secondary-color);
}
.text-white{
    color: #fff;
}
.x-slider-container.below {
    border-bottom: none;
}
.dspl-inline-block{display: inline-block !important;}

.x-navbar-wrap .x-navbar {
    border-bottom: none;
    box-shadow: none;

}
.x-navbar .desktop .x-nav > li > a{
    position: relative;
    transition: 0.3s;
}
.x-navbar .desktop .x-nav > li > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background: var(--secondary-color);
    transition: 0.6s;
    opacity: 0;
    visibility: hidden;
}
.x-navbar .desktop .x-nav > li > a:hover::after, .x-navbar .desktop .x-nav > .current-menu-item > a::after{
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.x-navbar .x-nav > li.h-request-btn a{
   text-align: center;
   background-color: var(--primary-color);
   color: var(--primary-text-color) !important;
   padding-top: 45px !important;
}

.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: none !important;
}
.x-navbar .desktop .x-nav > li ul {
    top: 100% !important;
    border-radius: 0 0 15px 15px;
    font-size: 14px;
}
.x-navbar .desktop .sub-menu a{
    color: #333 !important;
}
.x-menu-inline li:last-child a.x-anchor {
    border-right: none !important;
}
.x-social-global a {
    color: #000 !important;
    font-size: 24px;
    margin: 0 5px;
    vertical-align: middle;
}
.footer-top .x-social-global a {
    color: var(--secondary-color) !important;
}
.footer-top:before {
    content: "";
    position: absolute;
    background: url(images/brd-black.png);
    background-repeat: repeat-x !important;
    width: 100%;
    height: 12px;
    top: -10px;
    left: 0;
    z-index: 2;
    background-position: 3px !important;
}
.zigzag-maroon-top:before {
    content: "";
    position: absolute;
    background: url(images/brd-maroon.png);
    background-repeat: repeat-x !important;
    width: 100%;
    height: 12px;
    top: -10px;
    left: 0;
    z-index: 2;
    background-position: 3px !important;
}
.standard-icon{
    position: relative;
}
.standard-icon img{
    position: absolute;
    bottom: 0;
    right: 0;
}
form {
    margin: 0;
}
.form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.form-col {
    padding: 0 10px;
    width: 100%;
}
.form-col.fc-2{width: 50%;}
.form-col.fc-3{width: 33.3333%;}
.form-col.fc-4{width: 25%;}

.c-form input[type=text], .c-form input[type=tel], .c-form input[type=email], .c-form select, .c-form input[type=date]{
    width: 100%;
    height: 46px;
    font-size: 14px;
    box-shadow: none;
    color: #333;
    border-radius: 5px;
    border: #ddd 1px solid;
    background: #fff;
    padding: 0 10px;
}
.c-form textarea{
    width: 100%;
    height: 135px;
    font-size: 14px;
    box-shadow: none;
    color: #333;
    border-radius: 5px;
    border: #ddd 1px solid;
    background: #fff;
    padding: 10px;
}
.send-btn input {
    width: 100%;
    height: 55px;
    padding: 0 !important;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px;
    border: none !important;
    font-weight: 700;
    text-shadow: none !important;
    margin-top: 20px;
    background-color: var(--primary-color); 
    color: #fff;
}
.signup-form .c7signupdisclaimer {
    color: #333;
}
.signup-form .wpcf7-not-valid-tip{color:red !important;}

span.wpcf7-spinner {
    display: none !important;
}
table {
    border: #ddd 1px solid;
}
table thead tr {
    background-color: var(--primary-color);
    color: var(--primary-text-color);
}
table tr th, table tr td {
    padding: 15px;
    border-right: #ddd 1px solid;
    align-content: center;
}
table tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}
.request-form .cf-row{display: flex; flex-wrap: wrap; margin-left: -9px; margin-right: -9px;}
.request-form .f-field{width:100%; padding-left:9px; padding-right:9px; margin-bottom:18px;}
.request-form .f-field.ff-co2{width:50%; padding-left:9px; padding-right:9px; margin-bottom:18px;}
.request-form .wpcf7-list-item{margin:0;}
.request-form input[type=radio], .request-form input[type=checkbox] {margin: 0 0 3px;}
.request-form .wpcf7-list-item-label {margin: 0 0.5em 0 6px;}

.request-form .f-field input[type=text], .request-form .f-field select, .request-form .f-field input[type=date], .request-form .f-field input[type=email], .request-form .f-field input[type=tel] {
    display: block;
    width: 100%;
    height: 43px;
    background: #fff;
    border: #c5c5c5 1px solid;
    border-radius: 3px;
    box-shadow: none;
	margin:0;
    padding: 0 14px;
    font-size: 14px;
    color: #333;
}
.request-form .f-field textarea{
    display: block;
    width: 100%;
    height:120px;
    background: #fff;
    border: #c5c5c5 1px solid;
    border-radius: 3px;
    box-shadow: none;
	margin:0;
    padding:14px;
    font-size: 14px;
    color: #333;
}
.request-form .send-btn{width:100%; padding-left:9px; padding-right:9px; margin-bottom:18px; text-align:center;}
.request-form .send-btn input {
    display: inline-block;
    vertical-align: top;
    width: 225px;
    height: 50px;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    background: var(--secondary-color);
    color: var(--secondary-color-text);
    text-shadow: none;
	font-family: 'Barlow', sans-serif !important;
}
p.captcha-message{
    text-align: center;
    width: 100%;
}
.entry-wrap {
    padding: 0;
    box-shadow: none;
    background-color: inherit;
}
.entry-wrap .entry-content.content {
    margin-top: 20px;
    margin-bottom: 20px;
}
.widget{text-shadow:none;}
.widget ul, .widget ol{box-shadow:none; border:none;}
.widget ul li a, .widget ol li a, .x-comment-time{color:#c8c9cc !important; border-bottom:none; box-shadow:none;}
.widget_nav_menu ul li a, .widget_meta ul li a, .widget_pages ul li a{padding:0 0 14px;}
.widget_nav_menu .current-menu-item>a{background-color:inherit;}
.widget_nav_menu ul li a:hover, .widget_meta ul li a:hover, .widget_pages ul li a:hover{background-color:inherit; color:var(--secondary-color) !important;}
.x-sidebar .widget {
    background-color:var(--primary-color);
	padding:30px 15px;
	position:relative;
}
.x-sidebar .widget:before {
    content: "";
    position: absolute;
    background: url(images/brd-maroon-bottom.png);
    background-repeat: repeat-x !important;
    width: 100%;
    height: 12px;
	left:0;
    bottom: -10px;
    z-index: 2;
    background-position: 3px !important;
}
.h-widget{color:#fff; text-shadow: none;}
.x-sidebar .widget.widget_nav_menu ul li a{color:#fff !important;}
.x-sidebar .widget.widget_nav_menu .current-menu-item > a{color:var(--secondary-color) !important;}
/*Inner Banner*/
.inner-banner {
    background-color: #000;
    position: relative;
    min-height: 220px;
    background-image: url(images/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.6);
}
@media only screen and (max-width:1195px) {
    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .x-navbar .desktop .x-nav > li > a{
        font-size: 14px !important;
    }
}
@media only screen and (max-width:1080px) {
.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
}
@media only screen and (max-width:978.98px) {
    .inner-banner .page-titles {
        top: 70px;
    }

    .inner-banner .page-title {
        font-size: 48px !important;
    }
    .x-btn-navbar.collapsed {
        background-color: var(--primary-color);
        color: #fff;
        box-shadow: none;
        text-shadow: none
    }
    .x-nav-wrap.mobile {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 100%;
        z-index: 99;
        background-color: #f4f1ea;
        border-radius: 0 0 15px 15px;
        padding: 0 20px;
    }
    .x-navbar .mobile .x-nav li>a {
        border-color: #d7d0bf;
    }
    .x-navbar .mobile .x-nav li:first-child a{
        border-top: none;
        padding-top: 0;
    }
    .x-navbar .mobile .x-nav li:last-child a{
        border-bottom: none;
        padding-bottom: 0;
    }
    .x-navbar .mobile .x-nav li ul li:first-child a {
        padding-top: 1em;
    }
    .x-navbar .mobile .x-nav li ul li:last-child a {
        padding-bottom: 1em;
    }
    .x-navbar .x-nav > li.h-request-btn a{
        padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 5px;
    }
}
@media only screen and (max-width:766.98px) {
    h1, .h1{font-size:36px !important;}
    h2, .h2{font-size:28px !important;}
    h3, .h3{font-size:24px !important;}
    h4, .h4{font-size:20px !important;}
    h5, .h5{font-size:18px !important;}
    h6, .h6{font-size:16px !important;}

    .form-col.fc-2, .form-col.fc-3, .form-col.fc-4{
        width: 100%;
    }
}
@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;
    }
    ul.x-menu-first-level.x-menu.x-menu-inline {
        display: block;
    }
    ul.x-menu-first-level.x-menu.x-menu-inline li{
        display: inline-block;
    }
}
@media only screen and (max-width:575px) {
.form-row {
    display: block;
}

}
@media only screen and (max-width:480px) {
    .request-form .f-field.ff-co2 {width:100%;}
    }

/*Inner Banner*/