/*
Theme Name: Citysoul Child Theme
Description: Child theme for the Citysoul
Author: Beau Themes
Template: citysoul
*/



.citysoul-banner-page .citysoul-banner-image img{
            position: relative;
            @include center(xy);
            min-width: 100%;
            width: auto;
            height: 100%;
            margin-top: 0px;
			/*opacity: 0.6!important; */
			opacity: 1!important;
            max-width: initial;
            object-fit: cover;
        }

header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    top: 40px;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.43) 0%, rgba(255, 255, 255, 0) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
}


.citysoul-cover-page {
    float: left;
    width: 100%;
    height: auto;
	min-height: 15px!important; 
}

.citysoul-partner-wrapper:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: none!important;
    top: 0px;
    left: 0px;
    z-index: 1;
}


.testimonial  {
/*     background : url(../images/party-testimonial.png) no-repeat center center; */
    .testimonial-title {
        .citysoul-title {
            color: $testimonial;
        }
    }
}


.btn-next-back {
    position: absolute;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    border:2px solid rgba(0, 0, 0, 0.8);
    top: 60%;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.2);
    text-align: center;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.btn-next-back.btn-back:hover:before{
 	content: "\f104";
	color:silver;}
.btn-next-back.btn-back:before {
    content: "\f104";
    rgba(0, 0, 0, 0.8);
}

.btn-next-back.btn-next:before {
    content: "\f105";
	rgba(0, 0, 0, 0.8);
}
.btn-next-back.btn-next:hover:before {
    content: "\f105";
	color:silver;
}

input[type="text"], textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid #bc8b2e;
    padding-left: 10px;
    box-sizing: border-box;
    height: 30px;
    font-family: "Arapey", serif;
    font-style: italic;
    color: #f2f2f2;
    letter-spacing: 1.5px;
    resize: none;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    }