/*
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:#278575; --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(--primary-color); font-family: FontAwesome;}

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

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

.text-green{
    color: var(--primary-color);
}
.text-brown{color: #8f5d46;}
.text-white{
    color: #fff;
}

.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:#264e23;
    color: #e4ef86;
    border-radius: 30px 30px 0 30px;
    padding: 12px 35px;
    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 {
    top: 100% !important;
    border-radius: 0 0 15px 15px;
    font-size: 16px;
}
.x-navbar .desktop .sub-menu a{
    color: #212121 !important;
}
.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: #e4ef86;
    font-size:24px;
    margin: 0 5px;
    vertical-align: middle;
}
.topbar .x-social-global a{
    color: #264e23 !important;
}
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; margin-bottom:18px;}
.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;}

.c-form .f-field input[type=text], .c-form .f-field select, .c-form .f-field input[type=date], .c-form .f-field input[type=email], .c-form .f-field input[type=tel] {
    display: block;
    width: 100%;
    height: 43px;
    background: none;
    border: #48b5a4 1px solid;
    border-radius: 5px;
    box-shadow: none;
	margin:0;
    padding: 0 14px;
    font-size: 14px;
    color: #fff;
}
.c-form .f-field textarea{
    display: block;
    width: 100%;
    height:120px;
    background: none;
    border: #48b5a4 1px solid;
    border-radius: 5px;
    box-shadow: none;
	margin:0;
    padding:14px;
    font-size: 14px;
    color: #fff;
}
.c-form .send-btn{margin-top:10px;}
.c-form .send-btn input {
    display: block;
    width: 100%;
    height: 43px;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    border-radius: 5px;
    background: #e4ef86;
    color: #264e23;
    text-shadow: none;
	font-family: 'Barlow', sans-serif !important;
}
.c7signupdisclaimer {
    color: #fff;
}
.wpcf7-not-valid-tip{color:red !important;}

span.wpcf7-spinner {
    display: none !important;
}
.c-form .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}
.c-form .wpcf7-checkbox input[type="checkbox"] {
    margin-right: 10px;
}
.wpcf7-response-output {
    border: none;
    padding: 10px !important;
    background-color: red;
    color: #fff;
    text-shadow: none;
    text-align: center;
}
.blog .x-iso-container .entry-content.excerpt p {
    height: 80px;
    overflow: hidden;
}
.blog .x-iso-container .entry-wrap {
    padding: 20px;
}
.has-post-thumbnail .entry-wrap {
    border-radius: 0 0 15px 15px;
    background-color: #f5f7fa;
    box-shadow: none;
}
.blog .x-iso-container .entry-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    height: 60px;
    overflow: hidden;
}
.blog .x-iso-container-posts .p-meta {
    font-size: 70%;
    height: 21px;
    overflow: hidden;
}
.blog .x-iso-container-posts .more-link {
    font-size: 105%;
}
.post.type-post i.x-framework-icon.x-icon-bookmark {
    margin-right: 3px;
}
.has-post-thumbnail .entry-featured {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
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;
}
/*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:1100px) {
    .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: #fff;
        border-radius: 0 0 15px 15px;
        padding: 0 20px;
    }
    .x-navbar .mobile .x-nav li>a {
        border-color: #ddd;
    }
    .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) {
    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;}

    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;
    }

    .request-form .f-field.ff-co2 {width:100%;}

}
@media only screen and (max-width:480px) {
    .x-brand {margin-top: 24px !important;}
    .x-brand img {
        width: calc(450px / 2) !important;
    }
}

/*Inner Banner*/