/*
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:#144a90; --primary-text-color:#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(--secondary-color); font-family: FontAwesome;}
ul.list.list-red li:after{color: var(--primary-color)}

.text-yellow{
    color:#ffff00;
}

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

.dspl-inline-block{display: inline-block !important;}

.header-c-btn a {
    padding-top: 28px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.header-c-btn a span {
    background-color:var(--primary-color);
    color: var(--primary-text-color);
    border-radius: 12px 12px 0 12px;
    padding: 15px 20px;
    text-align: center;
    width: 100%;
}
.x-navbar {
    border-bottom: none;
    box-shadow: none;
}
.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 {
    border-radius:15px;
    font-size: 14px;
}
.x-navbar .desktop .sub-menu .current_page_item a{
    color: var(--primary-color) !important;
}
.x-menu-inline li:last-child a.x-anchor {
    border-right: none !important;
}
.x-slider-container.below{border-bottom:none;}
.x-social-global a {
    color: var(--secondary-color);
    font-size:30px;
    margin: 0 5px;
    vertical-align: middle;
}
.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;}
.x-colophon{background-color:#000; border-top:none; box-shadow:none;}
.x-colophon+.x-colophon{border-top:none; box-shadow:none;}
.x-colophon .widget p a{color:#c8c9cc !important;}
.widget_nav_menu ul li a:hover, .widget_meta ul li a:hover, .widget_pages ul li a:hover{background-color:inherit; color:var(--primary-color) !important;}
.widget.widget_block h4{font-size:24px; line-height:24px; color:var(--primary-color); margin:0;}

.entry-wrap {
    padding: 0;
    background-color: inherit;
    box-shadow: none;
}

.x-sidebar .widget {
    background-color: #000;
	padding:30px 15px;
    border-radius: 15px;
}
.h-widget{color:#fff; text-transform: uppercase;}
.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;}

.x-btn.x-btn-mini {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 5px;
    text-transform: uppercase;
    text-shadow: none;
}

table {
    border: #ddd 1px solid;
}
table thead {
    background-color:var(--primary-color);
    color: var(--primary-text-color);
}
table tr.success {
    background-color: #dff0d8;
}
form {
    margin: 0;
}
.c-form .cf-row{display: flex; flex-wrap: wrap; margin-left: -9px; margin-right: -9px;}
.c-form .f-field{width:100%; padding-left:9px; padding-right:9px; margin-bottom:10px;}
.c-form .f-field.ff-co2{width:50%; padding-left:9px; padding-right:9px;}
.c-form .wpcf7-list-item{margin:0;}
.c-form input[type=radio], .c-form input[type=checkbox] {margin: 0 0 3px;}
.c-form .wpcf7-list-item-label {margin: 0 0.5em 0 6px;}

input[type=text], select, input[type=date], input[type=email], input[type=tel] {
    display: block;
    width: 100%;
    height: 56px;
    background: #fff;
    border: none;
    border-radius: 12px 12px 0 12px;
    box-shadow: none;
	margin:0;
    padding: 0 14px;
    font-size: 15px;
    color: #333;
}
textarea{
    display: block;
    width: 100%;
    height:120px;
    background: #fff;
    border: none;
    border-radius: 12px 12px 0 12px;
    box-shadow: none;
	margin:0;
    padding:14px;
    font-size: 15px;
    color: #333;
}
.send-btn{margin-top:10px;}
.send-btn input {
    display: block;
    width: 100%;
    height: 56px;
    font-size: 18px;
    line-height: 18px;
    padding: 0;
    border-radius: 12px 12px 0 12px;
    background: var(--primary-color);
    color: var(--primary-text-color);
    text-shadow: none;
}
.c7signupdisclaimer {
    color: #fff;
}
.wpcf7-not-valid-tip{color:red !important;}

span.wpcf7-spinner {
    display: none !important;
}

.half-section-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.half-section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*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:1180px) {
    .x-brand {
    margin-top: 21px !important;
}
    .x-brand img {
        width: calc(390px / 2) !important;
    }
    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
        padding-left: 5px !important;
        padding-right: 5px !important;
        font-size: 16px !important;
    }

}
@media only screen and (max-width:1085px) {
    h1, .h1{font-size:55px !important;}
    h2, .h2{font-size:48px !important;}
    h3, .h3{font-size:36px !important;}
    h4, .h4{font-size:30px !important;}
    h5, .h5{font-size:24px !important;}
    h6, .h6{font-size:18px !important;}

}
@media only screen and (max-width:978.98px) {
    h1, .h1{font-size:48px !important;}
    h2, .h2{font-size:36px !important;}
    h3, .h3{font-size:30px !important;}
    h4, .h4{font-size:24px !important;}
    h5, .h5{font-size:20px !important;}
    h6, .h6{font-size:17px !important;}
    
    .inner-banner .page-titles {
        top: 70px;
    }

    .inner-banner .page-title {
        font-size: 48px !important;
    }
    .x-brand img {
        width: calc(420px / 2) !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;
        border-radius:15px;
        padding: 0 20px;
        background: #000;
    }
    .x-navbar .mobile .x-nav li>a {
        border-color: #222;
        color: var(--primary-text-color) !important;
        font-size: 16px !important;
    }
    .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.header-c-btn a{
        padding-top: 10px !important;
    padding-bottom: 10px !important;
    }
}
@media only screen and (max-width:766.98px) {
    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;
    }

    .half-section-image{
    position: inherit;
    width: auto;
    height: auto;
    }
    .half-section-image img {
        width: auto;
        height: auto;
    }
}
@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;
    }
    .c-form .f-field.ff-co2{
        width: 100%;
    }
}

/*Inner Banner*/