/*
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
*/
@font-face {
    font-family: 'norwesterregular';
    src: url('fonts/norwester-webfont.woff2') format('woff2'),
         url('fonts/norwester-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{--primary-color:#fdc52f; --primary-text-color:#000; --seconday-color:#ce6e21; --seconday-text-color:#fff;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: 'norwesterregular' !important;
}
.norwester-regular{
    font-family: 'norwesterregular' !important;
}
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.list-black li:after{
    color: #000;
}

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

.text-yellow{
    color: var(--primary-color);
}

header .x-navbar-wrap{
    display: none;
}
.x-navbar {
    border-bottom: none;
    box-shadow: none;
    background-color: var(--seconday-color);
}
.x-brand{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.x-navbar .x-nav-wrap .x-nav > li > a{
    font-family: 'norwesterregular' !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-menu-inline li:last-child a.x-anchor {
    border-right: none !important;
}
.x-social-global a {
    color: #fff;
    font-size:24px;
    margin: 0 5px;
    vertical-align: middle;
}
.x-social-global a .x-framework-icon, .x-anchor-content {
    height: auto;
}

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

form{
    margin: 0;
    font-size: 16px;
}
.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-col2{width:50%;}
.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: 43px;
    background: #fff;
    border: #ddd 1px solid;
    border-radius: 5px;
    box-shadow: none;
	margin:0;
    padding: 0 14px;
    font-size: 16px;
    color: #333;
}
.c-form .f-field textarea{
    display: block;
    width: 100%;
    height:130px;
    background: #fff;
    border: #ddd 1px solid;
    border-radius: 5px;
    box-shadow: none;
	margin:0;
    padding:14px;
    font-size: 16px;
    color: #333;
}
.c-form .send-btn{margin-top:10px;}
.c-form .send-btn input {
    display: block;
    width: 100%;
    height: 43px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    border-radius: 5px;
    background:var(--seconday-color);
    color: var(--seconday-text-color);
    text-shadow: none;
}
.c7signupdisclaimer {
    color: #fff;
}
.wpcf7-not-valid-tip{color:#fff !important; font-size: 14px;}

span.wpcf7-spinner {
    display: none !important;
}
.c-form .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}
.c-form .wpcf7-checkbox input[type="checkbox"] {
    margin-right: 5px;
    width: 18px;
    height: 18px;
    border: #ddd 1px solid;

}
.wpcf7-response-output{
    padding: 1em 1.15em 1em !important;
    background-color: #832016;
    border: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    text-align: center;
}

.c-form.fc-form label{
    color: #fff;
}
.c-form.fc-form .send-btn input{
    background: var(--primary-color);
    color: var(--primary-text-color);
}

.section-wave-orange, .section-wave-yellow{
    position: relative;
}
.section-wave-orange::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    width: 100%;
    height: 40px;
    background: url(images/wave-orange.png) repeat-x;
}
.section-wave-yellow::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    width: 100%;
    height: 40px;
    background: url(images/wave-yellow.png) repeat-x;
}
/*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;
    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:1100px) {
    header .x-navbar-wrap{
        display: block;
    }
    header .cs-content.x-global-block{
        display: none;
    }
}
@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:16px !important;}

    .inner-banner .page-titles {
        top: 70px;
    }

    .inner-banner .page-title {
        font-size: 48px !important;
    }

     .x-btn-navbar.collapsed {
        color: var(--seconday-color);
        box-shadow: none;
        text-shadow: none
    }
    .x-nav-wrap.mobile {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 90px;
        z-index: 99;
        background-color: var(--seconday-color);
        border-radius: 0 0 15px 15px;
        padding: 25px 20px 0;
    }
    .x-navbar .mobile .x-nav li>a {
        border-color: #b25307;
        font-size: 18px;
    }
    .x-navbar .mobile .x-nav .current-menu-item > a{
        color: #000 !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;
    }
}
@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;}

    .half-sec-image {
    position: inherit;
    width: auto;
    height: auto;
}
.half-sec-image img {
    width: auto;
    height: auto;
}
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: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-col2 {width:100%;}
}

/*Inner Banner*/