/*
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:#1ebddd; --primary-text-color:#fff; --secondary-color:#f7941d; --secondary-text-color:#000;}
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-yellow li::after{color: var(--secondary-color);}

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

.text-blue{
    color: var(--primary-color);
}
.text-yellow{
    color: var(--secondary-color);
}
.text-white{
    color: #fff;
}
.strip-light-cream, .strip-light-blue, .strip-dark-blue{position:relative;}
.strip-light-cream:before, .strip-light-blue::before, .strip-dark-blue:before {
    content: '';
    position: absolute;
    width: 100%;
    top:-15px;
    left: 0;
    padding-top: 15px;
    background-size: auto 75px;
    background-repeat: repeat-x;
    background-position: center 0;
	z-index:1;
}
.strip-light-cream::before{
    background-image: url(images/strip-light-cream.png);
}
.strip-light-blue::before{
    background-image: url(images/strip-light-blue.png);
}
.strip-dark-blue:before{
    background-image: url(images/strip-dark-blue.png);
}
.f-field{
    margin-bottom: 10px;
}
form {
    margin: 0;
}
input[type=text], select, input[type=date], input[type=email], input[type=tel] {
    display: block;
    width: 100%;
    height: 43px;
    background: #fff;
    border: #cfc4b2 1px solid;
    border-radius: 5px;
    box-shadow: none;
	margin:0;
    padding: 0 14px;
    font-size: 14px;
    color: #333;
}
textarea{
    display: block;
    width: 100%;
    height:120px;
    background: #fff;
    border: #cfc4b2 1px solid;
    border-radius: 5px;
    box-shadow: none;
	margin:0;
    padding:14px;
    font-size: 14px;
    color: #333;
}
.send-btn{margin-top:15px;}
.send-btn input {
    display: block;
    width: 100%;
    height: 43px;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    border-radius: 5px;
    background: var(--primary-color);
    color: var(--primary-text-color);
    text-shadow: none;
}
.c7signupdisclaimer {
    color: #333;
}
.wpcf7-not-valid-tip{color:red !important;}

span.wpcf7-spinner {
    display: none !important;
}
.wpcf7-response-output {
    border: none;
    padding: 10px !important;
    background-color: red;
    color: #fff;
    text-shadow: none;
    text-align: center;
}

/*Inner Banner*/
.inner-banner {
    background-color: #000;
    position: relative;
    min-height: 220px;
    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) {
    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;
    }
}
@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;}
}
@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;
    }
}

/*Inner Banner*/