/*
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
*/
body{ color:#666;}

.gradiant-bg{
    background: rgb(73,81,254) !important;
background: linear-gradient(90deg, rgba(73,81,254,1) 0%, rgba(148,59,211,1) 50%, rgba(222,57,167,1) 100%) !important;
}
.text-blue{color: #4951fe;}

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:#4951fe; 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;}

.x-slider-container{
    margin-top: -90px;
}
.x-slider-container.below {
    border-bottom: none;
}
.x-social-global a {
    font-size: 24px;
    color: #fff;
    margin: 0 6px;
}
.x-navbar {
    border-bottom: none;
    background-color: inherit;
    box-shadow: none;
    transform: translate(0);
}
.x-navbar .x-container.max.width {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 40px 40px;
    padding: 0 20px;
    background-color: #fff;
}
.x-navbar .desktop .x-nav > li.header-c-btn a {
    padding-top: 27px;
}
.x-navbar .desktop .x-nav > li.header-c-btn a span{
    background: rgb(73,81,254);
    background: linear-gradient(90deg, rgba(73,81,254,1) 0%, rgba(148,59,211,1) 50%, rgba(222,57,167,1) 100%);
    color: #fff;
    padding: 10px 16px;
    border-radius: 30px 0 30px 30px;
}
.x-navbar .desktop .x-nav > li.header-c-btn ul.sub-menu a {
    padding-top: .5em ;
}
.x-navbar .desktop .x-nav > li.header-c-btn ul.sub-menu a span{
    background:inherit;
    color:#000;
    padding: 0;
    border-radius: 0;
}

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

.color-bg::before, .color-bg::after {
    height: 85%;
    width: 100px;
    position: absolute;
    z-index: -2;
    border-radius: 50px 0;
    transform: skew(5deg, 0deg);
}
.color-bg::before {
    content: "";
    right: 0;
    bottom: 1px;
    background: #ec0978;
}
.color-bg::after {
    content: "";
    left: 0;
    top: 0;
    border-radius: 50px 0 0 0;
    transform: skew(5deg, 0deg);
    background: #ec6200;
}
.cover-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.cover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.widget {
    text-shadow: none;
}
.widget ul, .widget ol{border: none; box-shadow: none;}
.widget_nav_menu ul li a, .widget_meta ul li a, .widget_pages ul li a {
    display: block;
    border-bottom: 1px solid #ddd;
    border-bottom: none;
    padding: 0;
    box-shadow: none;
    color: #000 !important;
    font-size: 14px;
    line-height: 14px;
}
.widget_nav_menu ul li a:hover, .widget_meta ul li a:hover, .widget_pages ul li a:hover, .widget_nav_menu .current-menu-item>a {
    background-color:inherit;
    color: #ec0978 !important;
}
.widget_nav_menu ul li a:before, .widget_meta ul li a:before, .widget_pages ul li a:before{display: none;}
.widget_nav_menu ul li {position: relative; margin-bottom: 20px;}

.x-sidebar .widget {
    background-color: #e0f5f2;
    color: #000;
    padding: 30px 15px;
    margin-top: 25px;
    position: relative;
}
.x-sidebar .widget:first-child{background: rgb(73,81,254);
    background: linear-gradient(90deg, rgba(73,81,254,1) 0%, rgba(148,59,211,1) 50%, rgba(222,57,167,1) 100%); text-align: center;}
.x-sidebar .widget:first-child h4{color: #fff; font-size: 24px;}
.x-sidebar .widget:first-child p{font-size: 24px; color: #fff;}
.x-sidebar .widget:first-child a{color: #fff;}

.x-sidebar .widget:first-child .sidebar-form .send-btn input {
    background-color: #4951fe;
    border: #b4b7ff 1px solid;
}

.x-sidebar .widget:first-child .sidebar-form p.captcha-message {
    font-size: 14px;
}

h4.h-widget {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
}
form{margin: 0;}
.sidebar-form .f-field{margin-bottom: 13px;}
.sidebar-form .f-field input, .sidebar-form .f-field select{
    display: block;
    width: 100%;
    height: 43px;
    background: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    padding: 0 13px;
    font-size: 15px;
    line-height: 15px;
    color: #333;
    border: #d5d5d5 1px solid;
}
.sidebar-form .f-field textarea{
    display: block;
    width: 100%;
    height: 120px;
    background: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    padding: 13px;
    font-size: 15px;
    line-height: 15px;
    color: #333;
    border: #d5d5d5 1px solid;
}
.sidebar-form .send-btn{margin-top: 20px;}
.sidebar-form .send-btn input{display: block; width: 100%; height: 43px; background: #ec0978; border:none; border-radius: 30px; box-shadow: none; padding: 0 13px; font-size: 16px; line-height: 16px; color: #fff; text-transform: uppercase; font-weight: 700; text-align: center;}
.sidebar-form p.captcha-message{font-size: 12px; text-align: center; line-height: 20px; margin-top: 25px;}
.sidebar-form p.captcha-message a{color: #ec0978;}

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

.entry-wrap{padding: 0; box-shadow: none;}
.entry-wrap .entry-content.content {
    padding: 25px 0;
}
.x-menu.x-menu-inline li:last-child a.x-anchor {
    border-right: 0;
}
/*Inner Banner*/
.inner-banner {
    background-color: #000;
    position: relative;
    min-height: 220px;
    background-image: url(images/banner-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    margin-top: -90px;
}

.inner-banner .page-title {
    font-size: 56px;
    line-height: 1.25em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5em;
    margin-top: 3em;
    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);
}
.x-btn-navbar{
    background: rgb(73, 81, 254);
    background: linear-gradient(90deg, rgba(73, 81, 254, 1) 0%, rgba(148, 59, 211, 1) 50%, rgba(222, 57, 167, 1) 100%);
    text-align: center;
    color: #fff !important;
    box-shadow: none !important;
    text-shadow: none;
}
@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;
        font-size: 15px !important;
    }
}
@media only screen and (max-width:978.98px) {
    h1, .h1{font-size:44px !important;}
h2, .h2{font-size:32px !important;}
h3, .h3{font-size:28px !important;}
h4, .h4{font-size:24px !important;}
h5, .h5{font-size:20px !important;}
h6, .h6{font-size:18px !important;}
    .x-navbar .x-container.max.width{
        border-radius: 0 0 30px 30px;
    }
    .x-brand {
        margin-top: 10px !important;
        margin-bottom: 15px !important;
    }
    .x-nav-wrap.mobile {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 100%;
        z-index: 99;
        background-color: #ffffff;
        padding: 0 20px;
        border-radius:30px;
    }
    .inner-banner .page-titles {
        top: 70px;
    }

    .inner-banner .page-title {
        font-size: 48px !important;
    }
    .bg-dots .x-bg-layer-lower-image, .bg-dots .x-bg-layer-upper-image{
        background-size:60px !important;
    }
    .bg-dots .x-bg-layer-lower-image{
        background-position: bottom left !important;
    }
    .bg-dots .x-bg-layer-upper-image{
        background-position: top right !important;
    }
    .bg-graphic-shape .x-bg-layer-lower-image, .bg-graphic-shape .x-bg-layer-upper-image {
        background-size: 80px !important;
    }
    .bg-color-graphic .x-bg-layer-lower-image, .bg-color-graphic .x-bg-layer-upper-image {
        background-size: 70px !important;
    }
}
@media only screen and (max-width:767px) {
    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;}
}
@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;
    }
    .x-menu.x-menu-inline, .x-menu.x-menu-inline .x-menu-inline>li{
        display: block;
    }
    .x-menu.x-menu-inline li a.x-anchor{
        border-right: none;
    }
}
@media only screen and (max-width:480px) {
.x-brand img {
    width: calc(340px / 2) !important;
}
}

/*Inner Banner*/

input::placeholder, textarea::placeholder {
    color: #010101;
}

.x-colophon {
    background-color: #000000!important;
}