/*
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:#0091bf; padding-top: 99px;}
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;}

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

.text-light-blue{
    color: var(--primary-color);
}
.xc-fix-header{
    padding-top: 87px;
}
.x-global-block {
    z-index: 99;
}
header.masthead.masthead-inline {
    background-color: #000;
    transition: 0.3s;
}
.xc-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
.logged-in.admin-bar .xc-navbar{
    top: 32px;
}
.header-logo{
    transition: 0.3s;
}
.xc-fix-header .header-logo{
    max-width: 90px !important;
}
a.h-menu-icon {
    display: inline-block;
    width: 40px;
    padding: 15px 0px;
}
a.h-menu-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    margin-bottom: 5px;
    transition: 0.3s;
    margin-left: auto;
}
a.h-menu-icon span:first-child {
    width: 80%;
}
a.h-menu-icon span:last-child {
    width: 60%;
    margin-bottom: 0;
}
a.h-menu-icon:hover span:first-child, a.h-menu-icon:hover span:last-child {
    width: 100%;
}

.masthead-inline .x-navbar.x-navbar-fixed-right .desktop .sub-menu{
    right: 100%;
    background-color: #003464;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}
.x-navbar .desktop .sub-menu a:hover, .x-navbar .desktop .sub-menu .current-menu-item > a{
    color: var(--primary-color) !important;
}
body.x-navbar-fixed-right-active {
    padding-right: 0 !important;
    transition: 0.3s;
}

.x-navbar-fixed-right {
    border-left: none;
    box-shadow: none;
    transition: 0.3s;
    right: -235px;
}
body.x-navbar-fixed-right-active.xc-menu-open{padding-right: 235px !important;}
body.x-navbar-fixed-right-active.xc-menu-open .x-navbar-fixed-right{
    right: 0;
}

.x-navbar {
    border-bottom: none;
    background-color: var(--primary-color);
}
.x-navbar .x-nav-wrap .x-nav > li > a {
    padding: 25px 15px !important;
    border-bottom: #00698a 1px solid;
}
.x-navbar .x-nav-wrap .x-nav > li:first-child a {
    border-top: #00698a 1px solid;

}
.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;
    background-color: #003464;
    color: #fff !important;
}
.x-navbar-fixed-left .desktop .x-nav>li>a, .x-navbar-fixed-right .desktop .x-nav>li>a {
    text-align: left;
}
.x-menu-inline li:last-child a.x-anchor {
    border-right: none !important;
}
.x-social-global a {
    color: #fff !important;
    font-size: 24px;
    margin: 0 5px;
    vertical-align: middle;
}
.footer .x-social-global a {
    color: var(--primary-color) !important;
}
.x-slider-container.below {
    border-bottom: none;
}
.half-section-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.half-section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
table {
    border: #ddd 1px solid;
}
table tr:nth-child(odd) {
    background-color: #f5f5f5;
}
table th, table td{
    border-color: #ddd;
}
table tfoot tr:nth-child(odd){
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 700;
}

.cus-reviews-sec.uberall-reviews-col .c-review-box{
    border-radius: 30px;
}

form {
    margin: 0;
}
.c-form .cf-row{display: flex; flex-wrap: wrap; margin-left: -7px; margin-right: -7px;}
.c-form .f-field{width:100%; padding-left:7px; padding-right:7px; margin-bottom:14px;}
.c-form .f-field.ff-co2{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;}

.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: 46px;
    background: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: none;
	margin:0;
    padding: 0 14px;
    font-size: 14px;
    color: #333;
}
.c-form .f-field textarea{
    display: block;
    width: 100%;
    height:120px;
    background: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: none;
	margin:0;
    padding:14px;
    font-size: 14px;
    color: #333;
}
.c-form .send-btn{margin-top:10px; text-align: center;}
.c-form .send-btn input {
    display: inline-block;
    width: 285px;
    height: 45px;
    font-size: 18px;
    line-height: 18px;
    padding: 0;
    border-radius: 30px;
    background: var(--primary-color);
    color: #fff;
    text-shadow: none;
}
.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-container.offset, .single-post .x-container.offset{
    margin: 40px auto 130px;
}
.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: #003464;
    box-shadow: none;
}
.blog .x-iso-container .entry-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    height: 60px;
    overflow: hidden;
    text-transform: uppercase;
}
.blog .x-iso-container .entry-title a {
    color: var(--primary-color);
}
.blog .x-iso-container-posts .p-meta {
    font-size: 70%;
    height: 21px;
    overflow: hidden;
}
.blog .x-iso-container-posts .more-link {
    font-size: 105%;
    color: var(--primary-color);
}
.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;
    border-bottom: none;
}
.x-pagination a, .x-pagination span, .woocommerce-pagination a, .woocommerce-pagination span{
    text-shadow: none;
    color: #333;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: none;
}
.x-pagination span.current {
    background-color: var(--primary-color) !important;
    color: #fff;
}

/*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:978.98px) {
    header.masthead.masthead-inline{
        padding-top: 99px;
    }
    .x-navbar .x-navbar-inner > .x-container.width {
        width: 100% !important;
    }
    .x-nav-wrap.desktop {
        display: block;
    }
    .masthead-inline .x-btn-navbar {
        display: none;
    }
    .x-navbar-fixed-right{
        position: fixed;
        width: 180px !important;
        z-index: 99999;
    }
    .x-navbar .x-nav-wrap .x-nav > li > a {
        padding: 20px 15px !important;
    }
    body.x-navbar-fixed-right-active.xc-menu-open {
        padding-right: 0 !important;
    }
    .x-navbar-fixed-left .x-brand, .x-navbar-fixed-right .x-brand {
        float: none;
    }
    .inner-banner .page-titles {
        top: 70px;
    }

    .inner-banner .page-title {
        font-size: 48px !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;
    }
    .home-about .x-bg-layer-lower-image {
        display: none;
    }
    .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*/