@import url("https://fonts.googleapis.com/css2?family=Alata&family=Poppins&display=swap");
*{
padding: 0px;
margin: 0px;
box-sizing: border-box;
}
:root{
--heading-font:'Alata', sans-serif;
--para-font:'Poppins', sans-serif;
--primary-color:#c5b6a3;
--secondary-color:#697384;
}
h5, h4, h3, h2{
font-family: var(--heading-font);
}
.navbar-brand{
margin-right: 0px;
}
p{
margin-bottom: 0px;
font-size: 16px;
}
select:focus-visible, input:focus-visible{
outline: none;
}
a:hover{
text-decoration: none;
}
button:focus{
outline: none;
}
.common-gap{
padding: 60px 0px;
}
h2{
margin-bottom: 0px;
}
.common-heading{
color: #000;
font-size: 50px;
text-align: center;
margin-bottom: 30px;
}
.common-para{
font-family: var(--para-font);
color: #000;
font-size: 16px;
}
.btn-border{
padding: 10px 20px;
margin-top: 30px;
font-family: var(--heading-font);
font-size: 18px;
color: #000;
border: 1px solid #000;
background-color: transparent;
cursor: pointer;
transition: .5s;
}
.btn-border:hover{
background-color: #000;
color: #fff;
}
.solid-btn{
padding: 10px 15%;
display: block;
margin: 30px auto 0px;
font-family: var(--heading-font);
font-size: 18px;
color: #fff;
border: 1px solid var(--secondary-color);
background-color: var(--secondary-color);
cursor: pointer;
transition: .5s;
}
.solid-btn:hover{
background-color: transparent;
border: 1px solid var(--secondary-color);
color: var(--secondary-color);
}
.home-about-outer h3{
margin-bottom: 30px;
}
.about-inner-bg ul{
list-style: none;
margin-top: 30px;
margin-left: 30px;
position: relative;
}
.about-inner-bg ul li::before{
position: absolute;
content: '\f058';
font-family: "Font Awesome 5 Free"; 
font-weight: 900;
left: -8%;
top: -2px;
font-size: 20px;
color: var(--secondary-color);
margin-left: 10px;
}
.about-inner-bg  ul li{
position: relative;
margin: 0px 0px 10px 0px;
font-family: var(--para-font);
font-size: 16px;
}
.about-inner-bg  ul li i{
font-size: 10px;
background-color: var(--secondary-color);
color: #fff;
padding: 5px;
text-align: center;
line-height: 10px;
border-radius: 50%;
} .menu{
width: 100%;
height: 100px;
position: relative;
}
.navbar-nav{
margin: auto;
align-items: center;
}
.sticky{
background-color: #fff;
position: fixed;
width: 100%;
z-index: 1000000;
}
.scrolled{
box-shadow: 8px 0px 12px rgba(0, 0, 0, .20);
background-color: #fff;
transition: .5s ease-in-out;
width: 100%;
}
.dropdown-toggle::after{
border: none;
}
.dropdown-menu.show{
background-image: linear-gradient(rgba(236,219,189,.93),rgba(236,219,189,.93)),url(//queenstonsalonstudios.com/wp-content/themes/queenston-salon/images/queenston-salon-drop-down-menu-bg.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 0px;
border: none;
padding: 30px 20%; 
box-shadow: 0px 3px 14.55px 0.45px rgba(0, 0, 0, 0.4);
margin-top: 20px;
}
.dropdown-menu::before{
position: absolute;
content: '';
top: -4%;
left: 4%;
width: 0;
height: 0;
border-left: 40px solid transparent;
border-right: 40px solid transparent;
border-bottom: 50px solid #ecdbbd;
}
.dropdown-menu.show {
width: auto;
}
.dropdown-menu.show h3{
text-align: center;
margin-bottom: 20px;
font-size: 27px;
}
.dropdown-flex{
width: 100%;
display: flex;
flex-direction: row;
}
.dropdown-flex p{
font-size: 21px;
font-family: var(--heading-font);
text-align: center;
margin-bottom: 20px;
}
.dropdown-flex .img-box{
max-width: 100%;
height: auto;
margin: auto;
border: 1px solid #ba9771;
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
} .dropdown-flex .img-box img{ object-fit: cover;
}
.dropdown .nav-link i{
transition: all .3s ease-in-out; 
}
.dropdown.show .nav-link i{
transform: rotate(180deg);
transition: all .3s ease-in-out;
}
.navbar-nav .nav-item:nth-child(2) .dropdown-menu{
left: -130%;
}
.navbar-nav .nav-item:nth-child(2) .dropdown-menu::before{
left: 20%;
}
.navbar-nav .nav-item:nth-child(5) .dropdown-menu{
left: -100%;
}
.navbar-nav .nav-item:nth-child(5) .dropdown-menu::before{
left: 80%;
}
.mobile-carousel-1{
display: none;
}
.dropdown-item{
padding: 0px 10px;
}
.dropdown-item:focus, .dropdown-item:hover{
background-color: transparent;
}
.menu .navbar-expand-lg{
justify-content: space-between;
}
.navbar-light .navbar-nav .nav-link{
color: #000;
font-size: 16px;
transition: .5s;
padding: 0px 18px;
font-family: var(--heading-font);
}
.navbar-light .navbar-nav .nav-link:hover{
color: var(--secondary-color);
}
.navbar-light .navbar-nav .active>.nav-link{
color: var(--secondary-color);
}
.navbar-brand{
padding-bottom: 0px;
padding-top:0px;
}
.navbar-brand img{
width: 80%;
display: block;
margin: auto;
}
.navbar-brand.mobile-logo{
display: none;
}  .home-banner{
width: 100%;
display: flex;
flex-direction: row;
column-gap: 40px;
height: 548px;
}
.left{
width: 30%;
}
.first-row, .second-row{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 10px;
margin-bottom: 10px;
}
.box1{
width: 100%;
height: 220px;
background-color: var(--secondary-color);
color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-family: var(--heading-font);
font-size: 34px;
}
.box2{
width: 100%;
height: 220px;
}
.box2 img{
width: 100%;
object-fit: cover;
height: 100%;
}
.box3{
width: 37%;
}
.box3 img, .box4 img{
width: 100%;
height: 154px;
object-fit: cover;
} .home-banner .left .second-row .box4{
width: 63%;
height: 154px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
transition: .3s;
}
.home-banner .left .second-row:nth-child(2) .box4{
background-color: var(--primary-color);
border: 2px solid var(--primary-color);
}
.box4 p{
font-family: var(--heading-font);
font-size: 34px;
color: #000;
}
.second-row:nth-child(2) .box4:hover, .item2 .text-box:hover{
background-color: #fff;
border:2px solid var(--primary-color);
box-shadow: 8px 12px 24px rgba(0,0,0,.2);
}
.box4:hover p, .item2 .text-box:hover p{
color: var(--primary-color);
}
.box4 a:hover, .item2 .text-box a:hover{
text-decoration: underline;
color: var(--primary-color);
}
.mobile-banner{
display: none;
}
.right{
display: flex;
width: 70%;
flex-direction: row;
justify-content: center;
gap: 10px;
}
.item1{
width: 55%;
}
.text-img{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 10px;
}
.text-img .img-box{
max-width: 100%;
width: 40%;
height: auto;
margin: auto;
}
.text-img .img-box img{
width: 100%;
object-fit: cover;
height: 288px;
}
.item1 .text-box{
width: 60%;
height: 288px;
background-color: var(--secondary-color);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
padding: 0px 30px;
}
.item1 .text-box p{
font-family: var(--heading-font);
font-size: 34px;
text-align: center;   
}
.owl-one.owl-drag .owl-item{
width: 100%;
height: auto;
}
.item2{
width: 45%;
}
.item2 .text-box{
width: 100%;
height: 140px;
background-color: var(--primary-color);
color: #fff;
display: flex;
align-items: center;
justify-content:center;
padding: 0px 30px;
margin-top: 10px;
transition: .3s;
border:2px solid var(--primary-color);
}
.item2 .text-box p{
font-family: var(--heading-font);
font-size: 34px;
text-align: center;
color: #000;
}
.item2 .img-box img{
width: 100%;
height: 398px;
object-fit: cover;
}
.item1 .carousel-box{
width: 100%;
padding: 10px 0px 0px 0px;
}
.owl-one .item img{
width: 100%;
height: 250px;
object-fit: cover;
position: relative;
}
.owl-one button.owl-dot{
width: 10px;
height: 10px;
border-radius: 100%;
margin: 0px 5px;
background-color: var(--primary-color);
}
.owl-one .owl-dots{
position: absolute;
bottom: 10px;
left: 48%;
transform: translate(-10px, -45%);
}
.owl-one button.owl-dot.active{
background-color: #000;
}
.mobile-carousel .carousel-box{
display: none;
}  .home-about{
width: 100%;
height: auto;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.home-about-outer{
width: 100%;
height: auto;
padding: 60px 0px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.home-about-outer:nth-child(odd){
flex-direction: row-reverse;
padding: 0px;
}
.home-about-img{
width: 50%;
height: auto;
}
.home-about-text{
width: 50%;
height: auto;
padding: 0px 5%;
text-align: left;
}
.home-about-text h2{
text-align: left;
}
.owl-two{
width: 100%;
height: auto;
}
.owl-two .item img{
width: 100%;
height: auto;
object-fit: cover;
object-position: center;
}
.owl-two button.owl-dot{
width: 10px;
height: 10px;
border-radius: 100%;
margin: 0px 5px;
background-color: var(--primary-color);
}
.owl-two .owl-dots{
position: absolute;
bottom: 10px;
left: 45%;
transform: translate(-10px, -45%);
}
.owl-two button.owl-dot.active{
background-color: #000;
}  .home-services{
position: relative;
height: 900px;
}
.home-services-bg{
width: 100%;
height: 500px;
background-size: cover;  
}
.home-services-bg h2, .home-form h2{
color: #fff;
text-shadow: 1px 1px 1px #000;
}
.home-form .solid-btn:hover{
border: 1px solid #fff;
color: #fff;
}
.home-services-bg p{
color: #fff;
text-shadow: 1px 1px 1px #000;
font-size: 24px;
font-family: var(--heading-font);
text-align: center;
}
.home-services-list{
position: absolute;
width:90%;
top: 32%;
left: 50%;
transform: translate(-50%, 0%);
border: 40px solid #fff;
background-color: #fff;
}
.home-services-list .img-box{
max-width: 90%;
height: auto;
}
.home-services-list .img-box img{
width: 100%;
height: 340px;
object-fit: cover;
margin: auto;
}
.home-services-list .text-box{
width: 90%;
margin: auto;
height: 150px;
border-bottom: 1px solid var(--primary-color);
}
.home-services-list .text-box .img-big{
width: 35%;
}
.service-heading{
width: 40%;
margin: 30px auto;
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: center;
pointer-events: none;
}
.service-heading h3{
font-size: 30px;
color: #000;
margin-bottom: 0px;
margin-left: 20px;
}
.home-services-list .text-box img{
width: 30%;
margin-left: auto;
}
.home-services-list .text-box p{
text-align: center;
}
.owl-three .owl-nav, .owl-foq .owl-nav, .owl-four .owl-nav{
width: 100%;
position: relative;
margin-top: -20%;
}
.owl-three .owl-nav button.owl-prev, .owl-foq .owl-nav button.owl-prev, .owl-three .owl-nav button.owl-next, .owl-foq .owl-nav button.owl-next, .owl-four .owl-nav button.owl-prev, .owl-four .owl-nav button.owl-next, .owl-five .owl-nav button.owl-prev, .owl-five .owl-nav button.owl-next{
position: absolute;
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid #697384;
background-color: transparent;
color: var(--secondary-color);
}
.owl-three .owl-nav button.owl-prev:focus, .owl-foq .owl-nav button.owl-prev:focus, .owl-three .owl-nav button.owl-next:focus, .owl-foq .owl-nav button.owl-next:focus, .owl-four .owl-nav button.owl-prev:focus, .owl-four .owl-nav button.owl-next:focus, .owl-five .owl-nav button.owl-prev:focus, .owl-five .owl-nav button.owl-next:focus{
background-color: var(--secondary-color);
color: #fff;
}
.owl-three .owl-nav button.owl-prev, .owl-foq .owl-nav button.owl-prev, .owl-four .owl-nav button.owl-prev, .owl-five .owl-nav button.owl-prev{
left: -4%;  
}
.owl-three .owl-nav button.owl-next, .owl-foq .owl-nav button.owl-next, .owl-four .owl-nav button.owl-next, .owl-five .owl-nav button.owl-next{
right: -4%;
}
.owl-three .owl-three .owl-stage-outer .owl-foq .owl-stage-outer{
padding-bottom: 60px;
}  .home-form{
width: 100%;
height: auto;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.home-form form{
margin-top: 60px;
}
.form-third, .form-two{
width: 100%;
display: flex;
flex-direction: row;
gap: 40px;
align-items: flex-end;
}
.home-form input, select{
background-color: rgba(255, 255, 255, 0.7);
border: none;
padding: 10px 20px;
font-family: var(--para-font);
color: #000;
font-size: 16px;
}
select{
display: flex;
flex-direction: row;
padding: 10px 0px 10px 20px;
}
.home-form input::placeholder{
font-family: var(--para-font);
color: #000;
font-size: 16px;
}
.form-third input, .form-third .option-1{
width: 33%;
}
.form-two .option-1{
width: 50%;
margin: 20px auto;
}
select, input{
width: 100%;
}
label{
font-family: var(--heading-font);
color: #fff;
text-shadow: 1px 1px 1px #000;
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time]{
text-transform: uppercase;
position: relative;
}
select{
-webkit-appearance: none;
appearance: none;
background-image: url(//queenstonsalonstudios.com/wp-content/themes/queenston-salon/images/queenston-salon-arrow-down.png);
background-repeat: no-repeat;
background-position-x: 95%;
background-position-y: 50%;
position: relative;
}
.submit-btn{
position: relative;
}
.submit-btn::before{
position: absolute;
content: '* For required fields';
color: #fff;
text-shadow: 1px 1px 1px #000;
font-family: var(--para-font);
font-size: 14px;
left: 0;
top: 20%;
}  .home-post-slider{
width: 100%;
height: 600px;
background-size: cover;
}
.owl-four .item{
width: 100%;
padding: 30px ;
height: 496px;
background-size: cover;
position: relative; 
}
.post-slider-inner{
width: 98%;
height: 430px;
margin: auto;
padding-left: 60px;
display: flex;
flex-direction: row;
align-items: center;
border: 1px solid #000;
}
.post-slider-inner .text-box{
width: 70%;
z-index: 1;
}
.post-slider-inner .text-box p{
font-size: 24px;
}
.post-slider-inner h2{
text-align: left;
text-shadow: 1px 1px 0.99px rgba(0, 0, 0, 1);    
}
.small {
width: 70%;
}
.small h2{
font-size: 40px;
}
.small p{
font-size: 20px;
}
.post-slider-inner .img-box{
position: absolute;
max-width: 50%;
bottom: 0px;
right: 0px;
}
.post-slider-inner .img-box-1{
position: absolute;
max-width: 50%;
bottom: 7.5%;
right: 3.7%;
}
.post-slider-inner .img-box img{
width: 100%;
height: 100%;
object-fit: cover;
}
.post-slider-inner .img-box-1 img{
width: 100%;
height: 428px;
object-fit: cover;
}
.owl-four .owl-stage-outer{
box-shadow: 3px 6px 9px rgba(0, 0, 0, 0.15);
}
.post-slider-inner #email{
width: 60%;
background-color: transparent;
border: 1px solid #000;
padding: 13px 20px 10px;
margin-right: 10px;
}
.post-slider-inner #email::placeholder{
font-family: var(--para-font);
color: #697384;
font-size: 16px;
}
.post-slider-inner .text-box p.subscribe{
font-size: 21px;
}
.post-slider-inner [type=button]{
width: 30%;
}  .home-member{
width: 100%;
height: 750px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.member{
width: 90%;
margin: auto;
padding: 0px;
background-color: #fff;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}
.member .img-box{
max-width: 100%;
height: auto;
margin: auto;
}
.member .img-box img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.member .text-box{
text-align: center;
}
.member h3{
font-size: 30px;
}
.member p{
margin: 30px 0px;
}
.member .social-icon i{
font-size: 20px;
color: var(--secondary-color);
padding: 0px 10px;
}
.home-member button{
margin: 11% auto 0%;
display: block;
}
.home-member .owl-three .owl-foq .owl-nav{
margin-top: -35%;
}  .footer{
padding-top: 60px;
}
.footer-flex{
width: 100%;
height: 100%;
display: flex;
flex-direction: row;
align-items: center;
border-bottom: 1px solid #e6e6e6;
}
.info, .map, .links{
width: 25%;
}
.info{
padding: 0px 10px 0px 0px;
border-right: 1px solid #e6e6e6;
height: 340px;
}
.info img{
width: 40%;
margin: 30px 0px 30px 0px;
}
.footer-info{
margin-bottom: 30px;
}
.footer-info a, .map a{
font-family: var(--para-font);
font-size: 13px;
color: #000;
}
.footer-info a:hover, .map a:hover{
text-decoration: underline;
}
.footer-info i{
font-size: 20px;
color: var(--secondary-color);
margin-right: 10px;
transition: .3s;
}
.footer-info i:hover{
color: var(--primary-color);
}
.map, .links{
padding: 60px 10px 30px 10px;
border-right: 1px solid #e6e6e6;
height: 340px;
}
.links{
border: none;
}
.map h4, .links h4{
font-size: 20px;
color: var(--secondary-color);
}
.map iframe{
width: 100%;
height: 110px;
margin-top: 60px;
}
.footer ul{
list-style: none;
}
.footer ul li a{
font-family: var(--para-font);
color: #000;
font-size: 13px;
}
.copyright p{
font-size: 14px;
font-family: var(--heading-font);
text-align: center;
padding: 20px 0px;
color: #000;
}
.copyright p a{
color: #000;
}  .inner-banner{
width: 100%;
height: 435px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.about-inner-bg{
width: 100%;
height: auto;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.about-inner-bg .home-about-outer{
padding: 0px;
}
.home-about-img img{
width: 100%;
}
.about-inner-bg .solid-btn, .locations .solid-btn{
padding:15px 100px;
margin:40px auto 0px;
}  .about-inner-bg h3{
font-size: 40px;
}
.about-inner-bg h5{
font-family: var(--para-font);
font-weight: 900;
text-align: center;
margin-top: 60px;
}  .locations{
width: 100%;
height: auto;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.location-form{
margin: 60px auto;
position: relative;
display: flex;
flex-direction: row;
}
.location-form form{
width: 65%;
margin-left: auto;
height: auto;
padding: 60px 60px 60px 8%;
background-color: #fff;
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.location-form form h3{
text-align: center;
margin-bottom: 30px;
}
.location-form form input{
padding: 10px 12px;
border-bottom: 1px solid #000;
border-left: none;
border-right: none;
border-top: none;
}
.location-form form label{
color: #000;
font-size: 12px;
text-shadow: none;
font-weight: 900;
}
.location-form form input::placeholder{
font-family: var(--para-font);
color: #697384;
font-size: 12px;
padding: 10px 12px;
}
.location-form form select{
padding: 10px 12px;
font-family: var(--para-font);
color: #697384;
font-size: 12px;
border-bottom: 1px solid #000;
} 
.location-form form .form-two select{
background-size: 5% 16%;
}
.location-form form .form-third select{
background-size: 8% 16%;
} 
.location-img{
width: 40%;
height: auto;
box-shadow: 2px 3px 10px rgba(0, 0, 0, .2);
position: absolute;
top: 50%;
left: 0%;
transform: translate(0%, -50%);
}
.location-img img{
width: 100%;
height: 100%;
}
.location-form form .submit-btn::before{
color: #000;
text-shadow: none;
font-weight: 900;
font-size: 12px;
}
.location-form form .solid-btn{
margin:0px 0px 0px auto;
}
.locations h3{
text-align: center;
}
.location-sections{
width: 100%;
display: flex;
margin: 30px auto;
gap: 40px;
align-items: center;
flex-direction: row;
}
.location-sections.switch{
flex-direction: row-reverse;
}
.location-text, .location-section-img{
width: 50%;
}
.location-text h5{
font-family: var(--para-font);
font-size: 22px;
margin: 20px auto;
}
.location-text  iframe{
width: 100%;
height: 125px;
margin-top: 10px !important;	
}
iframe,  embed, object, video {
margin: 10px 0 0 0 !important;
}
.location-text .btn-border{
margin-top:0;
}
.location-section-img .img-box{
max-width: 100%;
height: auto;
margin: auto;
box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.05);    
}
.location-section-img .img-box img{
width: 100%;
height: auto;
object-fit: cover;
}  .studio-p{
text-align: center;
margin-bottom: 60px;
} .column {
flex: 50%;
max-width: 50%;
padding: 0 4px;
}
.column img {
margin-top: 8px;
vertical-align: middle;
}
#loadMore .btn-border{
display: block;
margin: 60px auto 0px;
width: 10%;
}
@media (max-width: 800px) {
.column {
flex: 50%;
max-width: 50%;
}
}
@media (max-width: 600px) {
.column {
flex: 100%;
max-width: 100%;
}
}  .about-inner-bg .home-about-text{
padding: 60px 5%;
}
.home-about-text h4, .subscribe h4{
font-size: 30px;
margin-bottom: 30px;
} .btn-box{
display: flex;
justify-content: center;
align-items: center;
column-gap: 40px;
} .farm-content{
width: 100%;
display: flex;
flex-direction: row;
gap: 40px;
align-items: center;
justify-content: center;
margin-top: 60px;
}
.farm-content h6{
font-family: var(--heading-font);
font-size: 26px;
margin: 20px 0px;
}
.farm-content p, .farm-content a{
font-size: 22px;
color: #000;
margin-bottom: 20px;
}
.farm-content a{
text-decoration: underline;
}
.farm-content .text-box{
width: 50%;
}
.farm-content img{
width:50% ;
height: auto;
object-fit: cover;
}
.farm-testimonial{
text-align: center;
height: 520px;
}
.farm-testimonial .item img{
width: 8%;
height: 10%;
border-radius: 50%;
margin: 10px auto;
box-shadow: 0px 2px 9.7px 0.3px rgba(0, 0, 0, 0.3);
}
.farm-testimonial h6{
font-family: var(--heading-font);
font-size: 24px;
margin: 20px 0px;
}
.owl-five .owl-nav{
margin-top: -18%;
width: 100%;
position: relative;
}
.owl-five .owl-stage-outer{
padding-bottom: 60px;
}
.farm-testimonial h6{
position: relative;
}
.farm-testimonial p{
padding: 0px 30px;
}
.farm-testimonial h6::before{
position: absolute;
content: "";
width: 30px;
height: 30px;
left: 0;
bottom: 0%;
background: url(//queenstonsalonstudios.com/wp-content/themes/queenston-salon/images/quote.png) no-repeat top left;
background-size: 100% 100%;
} .column-reverse:nth-child(odd){
flex-direction: row;
}
.column-reverse:nth-child(even){
flex-direction: row-reverse;
}
.column-reverse strong{
font-family: var(--heading-font);
font-size: 16px;
display: block;
}
.invest-form{
display: flex;
flex-direction: row;
align-items: center;
column-gap: 20px;
margin-top: 30px;
}
.invest-form input{
padding: 0px 20px;
border: 1px solid #000;
background-color: transparent;
height: 40px;
}
.invest-form input::placeholder{
font-family: var(--heading-font);
font-size: 16px;
color: #000;
}
.invest-form .solid-btn{
padding: 10px 50px;
margin: auto;
}
.subscribe{
margin: 30px auto;
width: 60%;
text-align: center;
}
.invest-h3{
width: 70%;
margin: 60px auto 40px;
}
.invest-form-2{
width: 90%;
margin: 60px auto 0px;
}
.invest-form h3{
font-size: 30px;
}
.invest-video, .contact-info{
width: 45%;
height: 390px;
box-shadow: 2px 3px 10px rgba(0, 0, 0, .2);
position: absolute;
top: 50%;
left: -12%;
transform: translate(12%, -50%);
}
.invest-video iframe{
width: 100%;
height: 100%;
} .contact-info{
height: auto;
padding: 40px 60px;
background-color: var(--secondary-color);
color: #fff;
}
.contact-info i{
font-size: 25px;
margin-right: 20px;
}
.contact-info a{
font-size: 14px;
font-family: var(--para-font);
color: #fff;
text-decoration: underline;
}
.contact-info h5{
font-size: 20px;
margin-top: 30px;
}
.contact-info-inner i{
font-size: 20px;
margin:30px 10px 0px 0px;
}
.location-form.contact-form{
margin: 0px auto;
}
.contact-subscribe .subscribe{
margin: 0px auto;
}
.contact-subscribe .invest-form input{
background-color: #fff;
} .testimonial-inner{
display: flex;
width: 100%;
flex-wrap: wrap;
gap:40px;
justify-content: center;
}
.testimonial-box{
width: 30%;
background-color: #fff;
box-shadow: 0px 0px 5.82px 0.18px rgba(0, 0, 0, 0.2);
padding: 20px;
display: flex; 
flex-direction: row;
align-items:flex-start;  
gap:30px;
transition: .3s;
}
.testimonial-box:hover{
box-shadow:8px 12px 24px rgba(0,0,0,.4) ;
}
.testimonial-box img{
width: 20%;
height: auto;
object-fit: cover;
object-position: center;
border-radius: 50%;
box-shadow: 0px 2px 9.7px 0.3px rgba(0, 0, 0, 0.3);     
}
.testimonial-box .text-box{
width: 80%;
}
.testimonial-box h5{
margin-top: 30px;
font-family: var(--heading-font);
text-align: left;
}
.help-image-slider button.owl-dot{
width: 10px;
height: 10px;
border-radius: 100%;
margin: 0px 5px;
background-color: var(--primary-color);
}
.help-image-slider .owl-dots{
position: absolute;
bottom: 10px;
left: 45%;
transform: translate(-10px, -45%);
}
.help-image-slider button.owl-dot.active{
background-color: #000;
}@media only screen and (max-width:1920px) and (min-width:1800px){
.item2 .img-box img{
height: 500px;
}
.text-img .img-box img, .item1 .text-box{
height: 350px;
}
.owl-one .item img{
height: 290px;
}
.home-banner .left .second-row .box4, .box3 img, .box4 img{
height: 205px;
}
.home-banner{
height: auto;
}
}
@media only screen and (max-width:1200px){ .box3 img, .box4 img, .home-banner .left .second-row .box4{
height: 145px;
} .common-para{
font-size: 14px;
}
.common-heading{
font-size: 45px;
}
.home-banner{
height: 460px;
}
.item2 .text-box p, .box4 p{
font-size: 27px;
}
.box2, .box1{
height: 150px;
}
.box3 img, .box4 img, .box4{
height: 144px;
}
.text-img .img-box{
width: 44%;
}
.text-img .img-box img, .item1 .text-box{
height: 250px;
}
.item2 .img-box img{
height: 350px;
}
.owl-one .item img{
height: 200px;
}
.item2 .text-box{
height: 100px;
}
.service-heading{
width: 50%;
}
.home-services-list .img-box img{
height: 290px;
}
.home-services-list .text-box .img-big{
width: 25%;
}
.home-services-list .text-box img{
width: 20%;
margin: 0px;
}
.service-heading h3{
margin-left: 10px;
font-size: 25px;
}
.home-services{
height: 860px;
}
.post-slider-inner{
height: 437px;
}
.owl-two .item img{
height: auto;
}
.owl-three .owl-nav{
margin-top: -30%;
}
.member{
width: 100%;
}
.owl-three .owl-nav button.owl-prev, .owl-four .owl-nav button.owl-prev{
left: -4%;
}
.owl-three .owl-nav button.owl-next, .owl-four .owl-nav button.owl-next{
right: -4%;
}
.home-member .owl-three .owl-nav{
margin-top: -35%;
}
select{
background-size: 5% auto;
}
.form-two select{
background-size: 4% auto;
}
.post-slider-inner .text-box p{
font-size: 21px;
}
.post-slider-inner .text-box .small p{
font-size: 18px;
}
.small h2, .mobile h2{
font-size: 30px;
margin-bottom: 20px;
}
.post-slider-inner .btn-border{
margin-top: 20px;
}
.post-slider-inner .img-box-1 img {
height: 330px;
}
.post-slider-inner{
height: 332px;
}
.post-slider-inner .mobile .img-box{
max-width: 20%;
}
.home-post-slider{
height: 510px;
}
.footer-info{
margin-bottom: 20px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
row-gap: 5px;
}
.footer-info:last-child{
display: block;
margin: auto;
width: 25%;
}
.info img{
margin: 30px auto;
display: block;
}
.post-slider-inner .img-box{
max-width: 24%;
}
.post-slider-inner{
padding-left: 30px;
}
.owl-four .item{
height: 390px;
} .invest-video{
height: 340px;
}
.invest-h3{
width: 90%;
} .contact-info{
width: 40%;
left: 0%;
transform: translate(0%,-50%);
}
}
@media only screen and (max-width:1194px){
.owl-three .owl-nav button.owl-prev, .owl-four .owl-nav button.owl-prev{
left: -6%;
}
.owl-three .owl-nav button.owl-next, .owl-four .owl-nav button.owl-next{
right: -6%;
}
.post-slider-inner .img-box{
max-width: 28%;
}
.owl-three .owl-nav, .owl-four .owl-nav{
margin-top: -25%;
}
.post-slider-inner .img-box-1{
right: 4.3%;
}
.post-slider-inner .mobile .img-box{
max-width: 23%;
}
.navbar-light .navbar-nav .nav-link{
padding: 0px 10px;
}
.about-inner-bg ul li::before{
left: -12%;
}
.about-inner-bg ul{
margin-left: 40px;
}
.location-text h5{
font-size: 18px;
}
.btn-border{
font-size: 16px;   
}
}
@media only screen and (max-width:1180px){
.navbar-nav .nav-item:nth-child(2) .dropdown-menu{
left: -160%;
}
.dropdown-menu.show h3{
font-size: 22px;
}
.dropdown-menu::before{
top: -2%;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 30px solid #ecdbbd;
}
.location-form form h3{
font-size: 26px;
}
.location-form form select{
padding: 10px 0px;
} .about-inner-bg .home-about-text{
padding: 30px 5%;
}
.about-inner-bg .why-choose-h3{
font-size: 30px;
} .farm-content p, .farm-content a{
font-size: 16px;
margin-bottom: 10px;
}
.farm-content h6{
font-size: 20px;
margin: 10px 0px;
} .testimonial-box .text-box{
width: 75%;
}
.testimonial-box img{
width: 25%;
}
}
@media only screen and (max-width:1030px){ .box3 img, .box4 img, .box4{
height: 170px;
}
.item2{
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
}
.item2 .text-box{
padding: 20% 30px;
margin-top: 0px;
}
.item2 .img-box img{
height: auto;
}
.home-banner{
height: auto;
flex-direction: row;
}
.right{
flex-direction: column;
}
.left{
width: 55%;
margin: auto;
}
.right{
width: 45%;
margin: auto;
}
.box1{
width:65% ;
}
.box2{
width: 70%;
height: auto;
}
.box3{
width: 28%;
}
.text-img .img-box{
width: 30%;
}
.item1 .text-box{
padding: 12% 0%;
}
.home-banner .left .second-row .box4{
width: 76%;
}
.box1{
height: 100px;
padding: 24% 0%;
}
.home-banner .left .second-row .box4{
padding: 16% 0%;
}
.text-img, .item1, .text-img .text-box{
width: 100%;
height: auto;
}
.text-img{
flex-direction: row;
}
.text-img .img-box img, .item1 .text-box{
height: auto;
}
.owl-one .item img{
height: auto;
}
.text-img{
height: auto;
}
.text-img{
flex-direction: row;
}    .mobile-banner p{
color: #000;
font-family: var(--heading-font);
font-size: 27px;
} .box1, .box4{
height: 100px;
} .text-img{
height: auto;
}
.item1 .text-box p{
font-size: 30px;
}
.home-services-list .img-box img{
height: 240px;
max-width: 95%;
}
.home-banner{
height: auto;
}
.mobile-carousel .carousel-box{
display: none; } .home-services-bg p{
font-size: 20px;
}
.home-services{
height: 760px;
}
.owl-three .owl-nav button.owl-prev, .owl-three .owl-nav button.owl-next, .owl-four .owl-nav button.owl-prev, .owl-four .owl-nav button.owl-next{
width: 30px;
height: 30px;
font-size: 15px;
}
.owl-three .owl-nav button.owl-prev, .owl-four .owl-nav button.owl-prev{
left: -4%;
}
.owl-three .owl-nav button.owl-next, .owl-four .owl-nav button.owl-next{
right: -4%;
}
.home-services-list .img-box {
max-width: 100%;
margin: auto;
display: block;
}
.mobile-banner p, .box4 p{
font-size: 24px;
}
.common-heading{
margin-bottom: 20px;
}
.btn-border, .home-form form{
margin-top: 20px;
}
.service-heading{
width: 60%;
}
.common-gap{
padding: 30px 0px;
}
.home-member{
height: 690px;
}
.home-post-slider{
height: 460px;
}
.inner-banner{
height: 300px;
} .about-inner-bg h3{
font-size: 30px;
} .location-text h5{
font-size: 18px;
}
.btn-border{
font-size: 16px;
}
.about-inner-bg ul li{
font-size: 14px;
}
.btn-box .solid-btn{
padding: 15px 50px;
}
.farm-testimonial{
height: 480px;
} .invest-h3{
margin: 30px auto;
}
.home-about-text h4, .subscribe h4{
font-size: 24px;
}
.invest-form input::placeholder{
font-size: 14px;
}
.invest-form-2{
width: 96%;
}
.invest-video{
width: 47%;
} .contact-info{
padding: 30px;
} .testimonial-box{
display: block;
text-align: center;
}
.testimonial-box img{
margin: auto;
align-items: center;
}
.testimonial-box .text-box{
text-align: center;
margin: auto;
}
.testimonial-box .text-box h5{
text-align: center;
}
}
@media only screen and (max-width:992px){ .box2{
width: 73%;
}
.box1, .box4{
height: 100px;
padding: 24% 0%;
}
.home-banner .left .second-row .box4{
padding: 15% 0%;
}
.box3 img, .box4 img, .box4{
height: 154px;
}
.item2 .img-box{
width: 55%;
}
.item2 .text-box{
padding: 17% 30px;
} .service-heading{
margin: 20px auto;
}
.home-services-list .text-box{
height: 130px;
}
.owl-four, .home-member .owl-three{
width: 90%;
margin: auto;
}
.post-slider-inner .img-box-1{
right: 4.7%;
}
.home-member .owl-three .owl-nav{
margin-top: -48%;
}
.owl-five .owl-nav button.owl-next, .owl-five .owl-nav button.owl-prev{
width: 30px;
height: 30px;
}
.owl-five .owl-nav button.owl-prev{
left: -2%;
}
.owl-five .owl-nav button.owl-next{
right: -2%;
}
}
@media only screen and (max-width:980px){
.testimonial-box{
width: 47%;
}
}
@media only screen and (max-width:927px){ .item2 .text-box p, .box4 p{
font-size: 24px;
}
.item2 .text-box{
padding: 16% 30px;
}
.text-img .img-box{
width: 41%;
}
.item1 .text-box{
padding: 10% 30px;
}  .about-inner-bg .why-choose-h3{
font-size: 30px;
} .location-form form{
width: 100%;
margin-top: 95%;
}
.location-img{
width: 80%;
left: 50%;
top: 0%;
transform: translate(-50%, 0%);
}
.location-sections, .location-sections.switch{
flex-direction: column-reverse;
}
.location-text, .location-section-img{
width: 100%;
text-align: center;
}
.location-form form label{
font-size: 11px;
}
.location-form form{
padding: 30px;
}
.owl-five .owl-nav{
margin-top: -30%;
}
.footer-flex{
flex-direction: column;
}
.info, .map, .links{
width: 100%;
border-right: none;
height: auto;
}
.footer-info{
flex-direction: row;
}
.info img{
margin: 0px auto 30px;
width: 15%;
}
.map, .links{
padding: 30px 0px 0px;
text-align: center;
}
.map iframe{
margin-top: 20px;
height: 170px;
}
.footer-info:last-child{
width: 20%;
display: flex;
justify-content: center;
}
.footer-info:last-child i{
font-size: 25px;
margin: 0px 5px;
} .invest-video{
width: 80%;
left: 50%;
top: 0%;
transform: translate(-50%,0%);
} 
.location-form.invest-form-2 form{
margin-top: 55%;
}
.column-reverse:nth-child(2n){
flex-direction: column-reverse;
}
.column-reverse:nth-child(n){
flex-direction: column-reverse;
}
.subscribe h4{
margin-bottom: 10px;
}
.home-about-img{
width: 80%;
}
.home-about-text {
margin-top: 30px;
text-align: center;
width: 100%;
}
.home-about-text h2{
text-align: center;
}
.invest-video{
height: 410px;
}
.location-form.invest-form-2 form{
width: 65%;
margin: 50% auto 0%;
}
.invest-form-2{
margin: 30px auto 0px;
} .contact-info{
width: 80%;
top: 0%;
left: 50%;
transform: translate(-50%,0%);
text-align: center;
}
.location-form.contact-form form{
margin-top: 60%;
}
.contact-subscribe .subscribe{
width: 100%;
}
}
@media only screen and (max-width:896px){ .text-img .img-box{
width: 46%;
}
.box2{
width: 70%;
}
.item1 .text-box{
padding: 11% 30px;
} .menu .navbar-brand.mobile-logo{
display: block;
position: fixed;
left: 2%;
top:.1%;
}
.navbar-brand.mobile-logo img{
width: 60%;
}
.navbar{
flex-direction: row-reverse;
}
.navbar-toggler .navbar-toggler-icon{
background-image: url(//queenstonsalonstudios.com/wp-content/themes/queenston-salon/images/hamburger.png);
transition: .3s;
padding-top: 3%;
} .navbar-light.scrolled .navbar-toggler{
padding-top: 0%;
}
.navbar-collapse .navbar-brand{
display: none;
}
.dropdown-menu::before{
display: none;
}
.dropdown-menu.show{
background-image: none;
background-color: transparent;
box-shadow: none;
padding: 0px 0%;
}
.dropdown-menu.show h3, .dropdown-item .img-box{
display: none;
}
.navbar-nav .nav-item:nth-child(5) .dropdown-menu{
padding: 0px 8%;
}
.navbar-nav .nav-item:nth-child(5) .dropdown-menu .dropdown-flex p::before{
top: -50%;
left: -12%;
transform: translate(12%, 0%);
}
.dropdown-flex p{
font-size: 18px;
text-align: left;
position: relative;
margin-bottom: 10px;
}
.mobile-carousel-1{
display: block;
width: 100%;
height: 300px;
}
.dropdown-flex p::before{
position: absolute;
content: '-';
font-size: 30px;
color: #000;
top: -50%;
left: -50%;
transform: translate(50%, 0%);
}
.navbar-light .navbar-nav .nav-link{
font-size: 21px;
}
.menu{
position: relative;
height: 80px;
}
.navbar-nav{
background-image: linear-gradient(rgba(236,219,189,.93),rgba(236,219,189,.93)),url(//queenstonsalonstudios.com/wp-content/themes/queenston-salon/images/queenston-salon-drop-down-menu-bg.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-top: 40px;
align-items: flex-start;
padding: 30px;
}
.scrolled{
height: 80px;
}
.navbar-light .navbar-toggler{
border: none;
}
.mobile-banner{
padding: 0px 30px;
text-align: center;
}
.common-heading{
font-size: 36px;
}
.home-about-outer, .home-about-outer:nth-child(2n+1){
flex-direction: column-reverse;
padding: 30px 0px;
}
.owl-two.owl-drag .owl-item{
width: 100%;
}
.home-services{
height: 690px;
}
.owl-four, .home-member .owl-three{
width: 100%;
margin: auto;
}
.owl-three .owl-nav button.owl-prev, .owl-four .owl-nav button.owl-prev{
left: -6%;
}
.owl-three .owl-nav button.owl-next, .owl-four .owl-nav button.owl-next{
right: -6%;
}
.post-slider-inner h2{
font-size: 30px;
}
.small h2, .mobile h2{
font-size: 20px;
}
.post-slider-inner .text-box .small p, .post-slider-inner .text-box p, .post-slider-inner .text-box p.subscribe{
font-size: 13px;
}
.post-slider-inner .img-box-1 img{
height: 240px;
}
.post-slider-inner{
height: 242px;
}
.owl-four .item{
height: 310px;
}
.post-slider-inner .img-box-1{
right: 5.4%;
bottom: 12.5%;
}
.post-slider-inner .btn-border{
font-size: 14px;
}
.post-slider-inner [type="button"]{
width: 34%;
}
.post-slider-inner #email{
padding: 7px 20px 10px;
}
.post-slider-inner #email::placeholder{
font-size: 13px;
}
.home-post-slider{
height: 390px;
}
.member h3{
font-size: 24px;
}
.home-member{
height: 720px;
}
.home-form input::placeholder, select{
font-size: 14px;
} .inner-banner{
height: 290px;
}
.about-inner-bg .home-about-text{
padding: 0px 5%;
}
.about-inner-bg .solid-btn, .locations .solid-btn{
margin: 20px auto;
} .about-inner-bg .why-choose-h3{
font-size: 30px;
}
.about-inner-bg h5{
margin-top: 30px;
} .about-inner-bg ul{
text-align: left;
margin-left: 20%;
}
.about-inner-bg ul li::before{
left: -8%;
}
.about-inner-bg ul{
margin-left: 15%;
} .farm-content{
flex-direction: column;
}
.farm-content img{
width: 60%;
}
.farm-content .text-box{
width: 80%;
text-align: center;
} .location-form.invest-form-2 form{
margin-top: 55%;
width: 75%;
}
}
@media only screen and (max-width:834px){ .item2 .text-box p, .box4 p{
font-size: 18px;
}
.item1 .text-box{
padding: 12% 30px;
}
.text-img .img-box{
width: 54%;
} .inner-banner{
height: 255px;
}
.form-third, .form-two{
flex-direction: column;
align-items: flex-start;
}
.form-two{
row-gap: 0px;
column-gap: 0px;
}
.location-form form .form-third{
gap: 20px;
}
.form-third input, .form-third .option-1, .form-two .option-1{
width: 100%;
}
select, .form-two select{
background-size: 3% auto;
}
.location-form form .form-two select, .location-form form .form-third select{
background-size: 2% 16%;
}
.location-form form label{
font-size: 14px;
}
.home-about-text h4{
font-size: 26px;
}
.about-inner-bg .why-choose-h3{
font-size: 24px;
}
.btn-box{
flex-direction: column;
}
.studio-p{
margin-bottom: 30px;
}
.farm-testimonial .item img{
width: 10%;
}
}
@media only screen and (max-width:800px) and (min-width:769px){
.text-img .img-box, .box3{
width: 35%;
}
.item1 .text-box{
width: 62%;
padding: 14% 0%;
}
}
@media only screen and (max-width:768px){ .home-banner{
flex-direction: column;
height: auto;
}
.item2{
width: 100%;
}
.item2 .img-box img{
height: auto;
}
.right{
flex-direction: column;
}
.left, .right{
width: 80%;
margin: auto;
}
.box1{
width:74% ;
}
.box2{
width: 26%;
}
.box1, .box4{
padding: 12% 0%;
}
.box4 p{
font-size: 34px;
}
.box3{
width: 30%;
}
.box3 img, .box4 img, .home-banner .left .second-row .box4{
height: 200px;
}
.text-img .img-box{
width: 60%;
}
.item1 .text-box{
padding: 24% 0%;
}
.text-img .img-box img, .item1 .text-box{
height: auto;
}
.home-banner .left .second-row .box4{
width: 76%;
} .farm-testimonial{
height: 570px;
}
.owl-five .owl-nav{
margin-top: -55%;
}
.farm-testimonial .item img{
width: 14%;
}
.location-form.invest-form-2 form{
width: 72%;
}
.invest-video{
height: 345px;
} .contact-info{
width: 90%;
}
.location-form.contact-form form{
margin-top: 80%;
}
.contact-info h5{
font-size: 18px;
}
.contact-info-inner i{
margin: 20px 10px 0px 0px;
}
}
@media only screen and (max-width:767px){
.testimonial-box{
width: 80%;
}
.testimonial-box img{
width: 20%;
}
}
@media only screen and (max-width:736px){ .item2 .text-box{
padding: 18% 0%;
} .common-heading{
font-size: 30px;
}
.item1 .text-box p, .box1{
font-size: 26px;
}
.mobile-banner p, .box4 p{
font-size: 22px;
}
.home-services-bg p, .service-heading h3{
font-size: 18px;
}
.form-third, .form-two{
flex-direction: column;
align-items: flex-start;
}
.form-two{
row-gap: 20px;
column-gap: 0px;
}
.form-third input, .form-third .option-1, .form-two .option-1{
width: 100%;
}
select, .form-two select{
background-size: 3% auto;
}
.post-slider-inner{
padding: 10px;
}
.post-slider-inner .img-box-1 img{
height: 180px;
}
.post-slider-inner .text-box{
width: 90%;
margin: auto;
}
.small{
width: 100%;
}
.post-slider-inner{
height: 203px;
}
.owl-four .item{
height: 241px;
padding: 20px;
}
.post-slider-inner .img-box-1, .post-slider-inner .img-box{
display: none;
}
.post-slider-inner .btn-border{
padding: 5px 10px;
}
.post-slider-inner .text-box, .post-slider-inner h2{
text-align: center;
}
.post-slider-inner #email{
padding: 4px 10px 5px;
}
.owl-three .owl-nav button.owl-prev, .owl-four .owl-nav button.owl-prev{
left: -10%;
}
.owl-three .owl-nav button.owl-next, .owl-four .owl-nav button.owl-next{
right: -10%;
}
.home-post-slider{
height: 315px;
} .about-inner-bg .why-choose-h3{
font-size: 24px;
}
.about-inner-bg h3{
font-size: 26px;
}
}
@media only screen and (max-width:667px){ .box2{
width: 33%;
}
.box1{
padding: 14% 0%;
}
.box3 img, .box4 img, .home-banner .left .second-row .box4{
height: 176px;
} .service-heading{
width: 100%;
}
.home-services-list .text-box img{
width: 15%;
}
.home-services-list .text-box .img-big{
width: 18%;
} .form-two:nth-child(2){
row-gap: 0px;
}
.form-two .option-1:nth-child(2){
margin: 0px auto 20px;
}
.form-third:nth-child(3){
gap: 20px;
}
.footer{
padding-top: 30px;
} .inner-banner{
height: 200px;
}
.about-inner-bg .solid-btn, .locations .solid-btn{
padding: 10px 50px;
margin: 20px auto;
}
.home-member{
height: 580px;
} .about-inner-bg ul li::before{
left: -10%;
font-size: 18px;
}
.about-inner-bg ul li{
font-size: 14px;
} .invest-video{
height: 290px;
}
}
@media only screen and (max-width:568px){ .box2{
width: 42%;
}
.box1{
padding: 16% 0%;
}
.item1 .text-box p, .box1{
font-size: 26px;
}
.box3 img, .box4 img, .home-banner .left .second-row .box4{
height: 150px;
} .btn-border{
font-size: 15px;
}
.owl-four, .home-member .owl-three{
width: 85%;
margin: auto;
}
.owl-three .owl-nav button.owl-prev, .owl-four .owl-nav button.owl-prev{
left: -8%;
}
.owl-three .owl-nav button.owl-next, .owl-four .owl-nav button.owl-next{
right: -8%;
}
.member{
width: 70%;
}
.home-member .owl-three .owl-nav{
margin-top: -80%;
}
.home-services-list{
width: 64%;
}
.owl-three .owl-stage-outer{
padding-bottom: 30px;
}
.owl-three .owl-nav, .owl-four .owl-nav{
margin-top: -30%;
}
.post-slider-inner h2{
font-size: 23px;
}
.item1 .text-box p, .box1{
font-size: 21px;
}
.box4{
padding: 0px 20px;
}
.service-heading h3{
font-size: 27px;
}
.home-services-list .text-box .img-big{
width: 14%;
}
.home-services-list .text-box img{
width: 12%;
}
.info img{
width: 20%;
} .about-inner-bg .why-choose-h3{
margin-bottom: 0px;
}
.about-inner-bg .btn-border{
width: 40%;
}
.home-about-text h4{
font-size: 24px;
} .owl-five .owl-nav button.owl-next, .owl-five .owl-nav button.owl-prev{
width: 30px;
height: 30px;
}
.owl-five .owl-nav button.owl-prev{
left: -2%;
}
.owl-five .owl-nav button.owl-next{
right: -2%;
} .location-form.invest-form-2 form{
margin-top: 62%;
}
.location-form form .form-two select, .location-form form .form-third select{
background-size: 4% 16%;
}
}
@media only screen and (max-width:480px){ .left, .right{
width: 90%;
}
.box1{
padding: 17% 0%;
} .farm-testimonial{
height: 600px;
}
.invest-form{
flex-direction: column;
row-gap: 20px;
}
.about-inner-bg .btn-border{
width: 50%;
}
.subscribe{
width: 80%;
}
.invest-video{
width: 96%;
}
.location-form.invest-form-2 form{
margin-top: 72%;
width: 96%;
} .contact-info{
width: 100%;
padding: 20px;
}
.contact-info h5, .contact-info-inner i{
font-size: 16px;
}
.contact-info a{
font-size: 13px;
}
.contact-info i{
font-size: 20px;
}
.location-form form h3{
font-size: 21px;
}
.location-form.contact-form form{
margin-top: 90%;
}
}
@media only screen and (max-width:428px){ .box3 img, .box4 img, .home-banner .left .second-row .box4{
height: 130px;
}
.box1{
padding: 19% 0%;
}
.item1 .text-box{
padding: 23% 0%;
}
.box2{
width: 54%;
}
.owl-one .item img, .mobile-carousel .carousel-box{
height: auto;
}  .home-banner{
column-gap: 10px;
}
.mobile-banner{
padding: 0px 10px;
}
.mobile-banner p, .box4 p{
font-size: 20px;
}
.submit-btn .solid-btn{
margin:30px 0px 30px auto;
}
.owl-three .owl-nav button.owl-prev, .owl-four .owl-nav button.owl-prev{
left: -10%;
}
.owl-three .owl-nav button.owl-next, .owl-four .owl-nav button.owl-next{
right: -10%;
}
.post-slider-inner{
height: 260px;
}
.owl-four .item{
height: 300px;
}
.post-slider-inner h2{
font-size: 18px;
}
.post-slider-inner .text-box .small p, .post-slider-inner .text-box p, .post-slider-inner .text-box p.subscribe{
font-size: 12px;
}
.post-slider-inner [type="button"]{
width: 60%;
margin-top: 10px;
}
.post-slider-inner #email{
width: 100%;
margin-top: 10px;
}
.home-post-slider{
height: 370px;
}
.member{
width: 90%;
}
.home-services-bg p, .service-heading h3{
font-size: 16px;
}
.info img{
width: 30%;
}
.post-slider-inner{
padding: 10px;
} .home-services-list{
width: 90%;
} .inner-banner{
height: 134px;
} .about-inner-bg .why-choose-h3{
font-size: 20px;
}
.about-inner-bg h5{
font-size: 18px;
} .about-inner-bg ul li::before{
left: -14%;
top: 0px;
font-size: 18px;
}
.about-inner-bg h3{
font-size: 28px;
}
.about-inner-bg ul li{
font-size: 14px;
}
.about-inner-bg .solid-btn, .locations .solid-btn{
padding: 10px 30px;
font-size: 16px;
}
.location-form form .form-two select, .location-form form .form-third select{
background-size: 5% 16%;
}
.location-img{
top: -2%;
}
.farm-testimonial{
height: 640px;
}
.owl-five .owl-nav{
margin-top: -70%;
}
.farm-content img{
width: 80%;
}
.farm-testimonial .item img{
width: 20%;
} .invest-video{
height: 230px;
}
.about-inner-bg .btn-border{
width: 70%;
}
}
@media only screen and (max-width:414px){ .box3 img, .box4 img, .home-banner .left .second-row .box4{
height: 124px;
}
.box1{
padding: 20% 0%;
}
.box2{
width: 58%;
} .owl-three .owl-nav, .owl-four .owl-nav{
margin-top: -50%;
}
.service-heading h3{
font-size: 24px;
}
.home-services-list .text-box img{
width: 15%;
} .home-services-list .img-box img{
max-width: 100%;
height: 270px;
}
.home-services-bg{
height: 400px;
}
.home-services{
height: 720px;
}
.home-services-list{
top: 30%;
}
.farm-testimonial{
height: 680px;
}
.testimonial-box img{
width: 25%;
}
}
@media only screen and (max-width:390px){ .box1{
padding: 21% 0%;
}
.box2{
width: 60%;
}
.item2 .text-box{
padding: 18% 0px;
} .contact-info i{
font-size: 18px;
}
.contact-info h5{
margin-top: 20px;
}
.contact-info a{
font-size: 12px;
}
}
@media only screen and (max-width:375px){ .box1{
padding: 20% 0%;
}
.item2 .text-box{
padding: 18% 0px;
} .mobile-banner p, .box4 p{
font-size: 18px;
} .home-services-list .img-box img{
height: 220px;
}
.home-services-bg{
height: 400px;
} .inner-banner{
height: 120px;
} .about-inner-bg h3{
font-size: 24px;
}
.location-text h5{
font-size: 16px;
}
.home-about-text h4{
font-size: 20px;
}
.about-inner-bg .solid-btn, .locations .solid-btn{
font-size: 14px;
}
.about-inner-bg .why-choose-h3{
font-size: 20px;
}
.farm-testimonial{
height: 700px;
}
.owl-five .owl-nav{
margin-top: -90%;
} .location-form.contact-form form{
margin-top: 120%;
}
}
@media only screen and (max-width:360px){
.item1 .text-box{
padding: 18% 0%;
}
.box1{
padding: 20% 0%;
}
.box3 img, .box4 img, .home-banner .left .second-row .box4{
height: 110px;
}
.item2 .text-box{
padding: 17% 0px;
}
}
@media only screen and (max-width:320px){ .box1{
padding: 22% 0%;
}
.item1 .text-box{
padding: 16% 0%;
}
.box2{
width: 70%;
}
.owl-one .item img, .mobile-carousel .carousel-box{
height: auto;
}
.item2 .text-box p{
font-size: 16px;
}
.item2 .img-box{
width: 63%;
}
.item2 .text-box{
padding: 18% 0px;
}
.box3 img, .box4 img, .home-banner .left .second-row .box4{
height:100px;
} .owl-one .item img, .mobile-carousel .carousel-box{
height: 240px;
}
.common-heading{
font-size: 27px;
} .home-services-list .img-box img{
height: 196px;
} .inner-banner{
height: 100px;
}
.about-inner-bg .home-about-text{
padding: 0px 5%;
}
.about-inner-bg .solid-btn, .locations .solid-btn{
padding: 10px 50px;
margin: 20px auto;
} .about-inner-bg .solid-btn, .locations .solid-btn{
font-size: 14px;
padding: 10px 25px;
}
.about-inner-bg ul li::before{
font-size: 16px;
left: -16%;
}
.owl-three .owl-nav button.owl-prev, .owl-three .owl-nav button.owl-next, .owl-four .owl-nav button.owl-prev, .owl-four .owl-nav button.owl-next{
width: 25px;
height: 25px;
font-size: 12.5px;
}
.owl-four .owl-nav{
margin-top: -70%;
}
.farm-testimonial{
height: 820px;
}
.owl-five .owl-nav{
margin-top: -100%;
}
.location-form form h3, .subscribe h4{
font-size: 20px;
}
.invest-video{
height: 180px;
} .location-form.contact-form form{
margin-top: 140%;
}
}.calculate-section table, .calculate-section th, .calculate-section td {
border: solid 1px #000;
padding: 15px;
font-weight: 600;
color: #000;
}
.calculate-section table {
width: 100%;
}
.calculate-section table tr td:nth-child(2){ width: 30%;}
.calculate-section table tr:nth-child(2n+2) td{ background: #c5b6a3;}
section.locations.common-gap.calculate-section h2 {
text-align: center;
font-size: 50px;
padding-bottom: 40px;
color: #000;
}
.form-section{
background-image: url(//queenstonsalonstudios.com/wp-content/themes/queenston-salon/images/queenston-salon-home-pattern-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.form-section h2{
font-size: 50px;
color: #000;
text-align: center;
margin-bottom: 35px;
padding-top: 60px;
}
.form-items.form-col-2 h2 {
max-width: 675px;
margin: auto;
margin-bottom: 35px;
}
.form-section ul{
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.form-items input.error {
border-color: #f00;
}
.form-items input.arrow-hide{
-webkit-appearance: none;
-moz-appearance:    none;
appearance:         none
}
.form-items input.arrow-hide::-webkit-inner-spin-button,
.form-items input.arrow-hide::-webkit-outer-spin-button { 
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0; 
}
section.form-section {
padding: 0px;
}
.form-items ul li {
width: calc(100%/4 - 105px/4);
margin-left: 35px;
}
.form-items ul li:nth-child(4n+1) {
margin-left: 0;
}
.form-items label {
color: #000;
text-shadow: none;
} 
.form-items input {
padding: 10px;
border: #9097a3 1px solid;
}
.form-col-1.form-items label{min-height: 50px;}
.form-items input {
background-color: #faf3eb;
}
.form-btn {
text-align: center;
margin: auto;
margin-top: 90px;
width: 33%;
}
.calculate-popup-inner .form-btn {
margin-top: 40px;
}
.form-btn input {
background-color: #697384;
color: #fff;
border: 1px solid;
font-size: 18px;
transition: .3s all;
}
.calculate-section a.solid-btn,
.locations .form-btn .solid-btn {
padding: 15px 60px 17px 60px;
border: 1px solid var(--secondary-color);
font-size: 24px;
margin: 0 auto;
}
.calculate-section a.solid-btn:hover,
.form-btn input:hover{
border: 1px solid var(--secondary-color) !important;
color: var(--secondary-color) !important;
}
.text-item p {
font-size: 12px;
margin-top: 30px;
} .calculate-result {
text-align: center;
}
.calculate-result h2 {
text-align: center;
margin-bottom: 10px;
}
.calculate-result p {
font-size: 24px;
max-width: 560px;
margin: auto;
margin-bottom: 55px;
}
.form-pop-up ul li {
width: calc(100%/2 - 35px/2);
margin-left: 35px;
}
.form-pop-up ul li:nth-child(2n + 1){
margin-left: 0px;
}
.form-pop-up ul li{
margin-bottom: 38px;
}
.form-pop-up.form-col-5 ul li {
width: 100%;
margin-left: 0px;
}
.form-pop-up select {
border: #9097a3 1px solid;
background-color: #faf5ed;
color: #000;
}
.form-pop-up input {
padding: 10px;
background-color: #faf5ed;
border: #9097a3 1px solid;
color: #000;
}
.form-pop-up ::-webkit-input-placeholder {
color: #000;
}
.form-pop-up ::-moz-placeholder { 
color: #000;
}
.form-pop-up :-ms-input-placeholder { 
color: #000;
}
.form-pop-up :-moz-placeholder { 
color: #000;
}
.calculate-popup-main {
display:none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(//queenstonsalonstudios.com/wp-content/themes/queenston-salon/images/queenstone-popup-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-color: #ddd;
z-index: 99999999;
}
.calculate-popup-inner{ max-width: 900px;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
.popup-header a.calculate-popup-close {
width: 40px;
position: absolute;
right: 30px;
top: 44px;
}
.popup-header a.calculate-popup-close img {
max-width: 100%;
}
.popup-header {
position: relative;
text-align: center;
}
.popup-header {
background-color: #fff;
padding-bottom: 10px;
padding-top: 10px;
}
button.wplg_gallery_loadmore.wplg-disable-loadmore {
display: none;
}
.contact-info .social a {
text-decoration: none;
}
.footer-info.social-info a {
text-decoration: none;
}
.home-about-img img {
width: 100%;
height: auto;
}
.home-banner .right .item1 .text-img .text-box p {
color: #fff;
}
.navbar-brand img {
height: auto;
}
.form-third input, .form-third .option-1 {
width: 100%;
}
section.about-inner-bg.common-gap button.wplg_gallery_loadmore label {
font-size: 18px!important;
color: #000;
text-shadow: 0px 0px 0px #000;!important;
}
.wpcf7-submit {
padding: 10px 15%;
display: block;
margin: 30px auto 0px;
font-family: var(--heading-font);
font-size: 18px;
color: #fff;
border: 1px solid var(--secondary-color);
background-color: var(--secondary-color);
cursor: pointer;
transition: .5s;
}
.home-form .wpcf7-submit {
padding: 10px 15%;
display: block;
margin: 30px auto 0px;
font-family: var(--heading-font);
font-size: 18px;
color: #fff;
border: 1px solid var(--secondary-color);
background-color: var(--secondary-color);
cursor: pointer;
transition: .5s;
width: auto;
}
.wpcf7-submit:hover {
background-color: transparent;
border: 1px solid var(--secondary-color);
color: var(--secondary-color);
}
.home-form .solid-btn:hover {
border: 1px solid #fff;
color: #fff;
}
.home-form .wpcf7-response-output {
content: '* For required fields';
color: #fff;
text-shadow: 1px 1px 1px #000;
font-family: var(--para-font);
font-size: 14px;
}
.wplg_gallery_loadmore label {
padding: 18px 65px !important;
border: 1px solid #000;
font-size: 18px!important;
}
button.wplg_gallery_loadmore {
padding: 0px 0px!important;
height: 0px!important;
border: none !important;
}
.wplg_gallery_loadmore label:hover{
background-color: #000;
transition: .3s all;
-webkit-transition: .3s all;
color: #fff!important;
}
.sticky {
top: 0;
}
.info img {
height: auto;
}
.info, .map, .links {
height: auto;
min-height: 340px;
}
.footer ul {
height: auto;
}
.owl-four .item {
background-size: cover !important;
}
.owl-four .item.img-out-side .post-slider-inner {
position: unset;
}
.post-slider-inner {
min-height: 430px;
height: auto !important;
padding-top: 20px;
padding-bottom: 20px;
position:relative;
padding-left: 40px;
}
.post-slider-inner .img-box {
top: 0;
bottom: 0;
max-width: 50% !important;
}
.owl-four .item.img-out-side .post-slider-inner .img-box {
top: auto;
}
.owl-four .item.img-out-side .post-slider-inner .text-box {
width: 63%;
}
.post-slider-inner h2 {
font-size: 38px !important;
}
.post-slider-inner .text-box {
width: 50%;
}
.owl-four .item {
height: auto !important;
}
section.locations.common-gap p:nth-child(2) {
text-align: center !important;
}
.home-post-slider, .home-member {
height: auto !important;
}
.owl-four .owl-nav, .home-member .owl-three .owl-nav, .home-member .owl-foq .owl-nav {
margin-top: 0 !important;
position: unset;
}
.owl-four .owl-nav button, .home-member .owl-three .owl-nav button,.home-member .owl-foq .owl-nav button {
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
margin:0px !important;
}
.home-member button {
margin: 0 auto !important;
}
.footer-flex {
align-items: unset !important;
}
.home-services-list .text-box img {
height: auto;
}
.home-services-bg {
height: auto !important;
padding-bottom: 230px;
}
.home-services-list {
position: relative;
top: 0 !important;
left: 0 !important;
right: 0 !important;
transform: translate(0%, 0%)  !important;
margin: 0 auto  !important;
margin-top: -180px  !important;
position: relative;
z-index: 1;
}
.home-services {
position: relative;
height: auto !important;
display: inline-block;
width: 100%;
min-height:900px;
}
p {
font-family: var(--para-font);
color: #000;
font-size: 16px;
}
.home-about>.container>p {
text-align: center;
}
.btn-border {
display: inline-block;
}
.home-services-list .img-box {
margin: 0 auto;
}
.home-services-list .text-box {
height: auto !important;
min-height: 150px;
padding-bottom: 10px;
}
.home-member .btn-border {
display: table;
margin:30px auto 0;
}
.post-slider-inner input.wpcf7-email {
width: 100%;
background-color: transparent;
border: 1px solid #000;
padding: 13px 20px 10px;
margin-right: 0px;
}
.post-slider-inner .text-box form.wpcf7-form p>span.wpcf7-form-control-wrap {
width: calc(100% - 220px);
}
.post-slider-inner .text-box form.wpcf7-form {
margin-top: 40px;
}
.post-slider-inner .text-box form.wpcf7-form p {
font-size: 16px;
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-ms-flex-pack: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
}
.post-slider-inner .wpcf7 form .wpcf7-response-output {
margin: 0;
}
.owl-four .item.img-out-side .post-slider-inner .img-box {
top: 33px;
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: flex-end;
-moz-align-items: flex-end;
-ms-align-items: flex-end;
align-items: flex-end;
-webkit-justify-content: flex-end;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
justify-content: flex-end;
-ms-flex-pack: flex-end;
}
.post-slider-inner input.wpcf7-submit {
width: 200px;
padding: 10px 20px;
margin-top: 0px;
font-family: var(--heading-font);
font-size: 18px;
color: #000;
border: 1px solid #000;
background-color: transparent;
cursor: pointer;
transition: .5s;
}
.post-slider-inner input.wpcf7-submit:hover {
background-color: #000;
color: #fff;
}
.post-slider-inner .img-box img {
object-position: left center;
}
.home-banner a {
color: inherit;
}
.img-out-side .post-slider-inner .img-box img {
width: auto;
height: auto;
object-fit: unset;
max-width: 100%;
max-height: 100%;
}
.second-row:nth-child(2) .box4:hover, .item2 .text-box:hover {
background-color: var(--primary-color);
border: 2px solid var(--primary-color);
box-shadow: none;
}
.box4:hover p, .item2 .text-box:hover p {
color: #000;
}
.box4 a:hover, .item2 .text-box a:hover, .home-banner a:hover {
text-decoration: underline;
color: #000;
}
.solid-btn {
display: inline-block;
}
.about-inner-bg .solid-btn, .locations .solid-btn {
display: table;
}
.about-inner-bg>.container>p {
text-align: center;
margin-bottom: 60px;
}
.contact-form-column {
width: 65%;
margin-left: auto;
height: auto;
padding: 60px 60px 60px 8%;
background-color: #fff;
box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
}
.contact-form-column .wpcf7-form {
width: 100% !important;
padding: 0px !important;
box-shadow: none !important;
background: transparent !important;
}
.contact-form-column h3 {
text-align: center;
margin-bottom: 30px;
}
.contact-form-column .wpcf7-not-valid-tip {
font-size: 12px;
}
.location-form form .solid-btn {
margin: 0px 0px 0px auto;
border: 1px solid var(--secondary-color);
width: auto;
}
.location-form .wpcf7 form .wpcf7-response-output {
margin-top: 0;
}
.contact-subscribe .invest-form .wpcf7-submit {
padding: 10px 30px;
margin: 0;
display: block;
font-family: var(--heading-font);
font-size: 18px;
color: #fff;
border: 1px solid var(--secondary-color);
background-color: var(--secondary-color);
cursor: pointer;
transition: .5s;
width: 200px;
height: auto;
}
.contact-subscribe .invest-form .wpcf7-submit:hover {
background-color: transparent;
border: 1px solid var(--secondary-color);
color: var(--secondary-color);
}
.contact-subscribe .invest-form form.wpcf7-form p span.wpcf7-form-control-wrap {
width: calc(100% - 240px);
}
.contact-subscribe .invest-form form.wpcf7-form p {
font-size: 14px;
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-ms-flex-pack: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
text-align: left;
}
.contact-subscribe .invest-form input {
background-color: #fff;
height: auto;
padding: 11px 20px;
}
.contact-subscribe .invest-form span.wpcf7-spinner {
display: none;
}
select {
background-size: 15px !important;
border-radius:0px;
}
.invest-form form.wpcf7-form p {
display: flex;
flex-direction: row;
align-items: center;
column-gap: 20px;
}
.invest-form form.wpcf7-form p span.wpcf7-form-control-wrap {
width: calc(100% - 240px);
}
.invest-form form.wpcf7-form p .wpcf7-submit {
width: auto;
padding: 10px 30px;
display: block;
font-family: var(--heading-font);
font-size: 18px;
color: #fff;
border: 1px solid var(--secondary-color);
background-color: var(--secondary-color);
cursor: pointer;
transition: .5s;
height: auto;
margin: 0;
width: 220px;
}
.home-about-outer .invest-form p {
display: flex;
flex-direction: row;
align-items: center;
column-gap: 20px;
}
.home-about-outer .invest-form {
display: block;
flex-direction: row;
align-items: center;
column-gap: 0px;
margin-top: 30px;
}
.home-about-outer .invest-form p span.wpcf7-spinner, .subscribe .wpcf7 .wpcf7-spinner {
display: none;
}
.home-about-outer .invest-form p .wpcf7-submit {
padding: 10px 50px;
margin: auto;
font-family: var(--heading-font);
font-size: 18px;
color: #fff;
border: 1px solid var(--secondary-color);
background-color: var(--secondary-color);
cursor: pointer;
transition: .5s;
width: auto;
height: auto;
margin: 0;
}
.home-about-outer .invest-form p .wpcf7-submit:hover, .invest-form form.wpcf7-form p .wpcf7-submit:hover {
background-color: transparent;
border: 1px solid var(--secondary-color);
color: var(--secondary-color);
}
.subscribe .wpcf7 {
width: 100%;
}
.btn-box .solid-btn {
display: inline-block;
margin: 0;
margin-top: 40px;
}
.all-images .single-image {
padding: 4px;
}
.all-images .single-image img.thumbnail {
padding: 0px !important;
border: none !important;
box-shadow: none !important;
}
#loadMore .btn-border {
text-align: center;
width: auto;
max-width: 200px;
}
.review-testimonial-inner .ti-widget.ti-goog .ti-review-item>.ti-inner {
background: #fff !important;
border: none !important;
box-shadow: 0px 0px 5.82px 0.18px rgb(0 0 0 / 20%) !important;
border-radius: 0px !important;
padding: 30px !important;
padding-left: 100px !important;
height: 100%;
transition: .3s;
}
.review-testimonial-inner .ti-widget.ti-goog .ti-review-item>.ti-inner:hover {
box-shadow: 8px 12px 24px rgb(0 0 0 / 40%) !important;
}
.review-testimonial-inner .ti-widget.ti-goog .ti-review-item {
padding: 15px !important;
}
.review-testimonial-inner .ti-widget.ti-goog .ti-review-item>.ti-inner .ti-review-header {
position: unset !important;
}
.review-testimonial-inner .ti-widget.ti-goog .ti-review-item>.ti-inner .ti-profile-img {
position: absolute;
left: 25px;
margin: 0px !important;
}
.review-testimonial-inner .ti-widget.ti-goog .ti-profile-img img {
width: 55px !important;
height: 55px !important;
}
.review-testimonial-inner .ti-widget.ti-goog .ti-widget-container .ti-name {
padding: 0px !important;
font-family: var(--heading-font);
font-weight: 900;
font-size: 1.25rem;
color: #212529;
}
.review-testimonial-inner  .ti-widget.ti-goog .ti-review-content {
height: auto !important;
}
.review-testimonial-inner .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-inner>.ti-stars {
display: none;
}
.review-testimonial-inner .ti-widget.ti-goog .ti-review-content {
height: auto !important;
font-family: var(--para-font);
color: #000;
font-size: 16px;
padding: 0px !important;
overflow: hidden !important;
margin-top: 10px !important;
}
.dropdown-menu .owl-carousel {
max-width: 80%;
max-width: 500px;
padding: 20px;
padding-top: 10px;
}
.dropdown-menu .owl-carousel img {
height: auto;
}
.dropdown-menu .mobile-carousel-1 {
height: auto !important;
}
.dropdown-menu .owl-carousel .owl-nav button {
font-size: 24px;
color: #000;
height: auto;
line-height: 1;
vertical-align: middle;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
}
.dropdown-menu .owl-carousel .owl-nav button.owl-next {
left: auto;
right: 0;
} 
.calculate-popup-form{ height:calc(100% - 128px); overflow:auto;padding-bottom: 50px;}
.calculate-popup-inner ul {
margin: 0;
}
ul.Independent-form {
padding: 0;
list-style: none;
margin: 0;
max-width: 490px;
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-ms-flex-pack: flex-start;
}
ul.Independent-form li.form-submit-outer input.wpcf7-submit {
width: 110px;
}
ul.Independent-form li:not(.form-submit-outer) {
width: calc(100%/2 - 130px/2);
margin-right: 10px;
}
ul.Independent-form li.contact-captcha {
width: 100% !important;
order: 1;
}
ul.Independent-form li.contact-captcha iframe, .img-out-side .post-slider-inner .text-box form.wpcf7-form .contact-captcha iframe {
display: table;
}
.img-out-side .post-slider-inner .text-box form.wpcf7-form {
position: relative;
}
.img-out-side .post-slider-inner .text-box form.wpcf7-form .wpcf7-submit {
position: absolute;
top: 0;
right: 0;
padding-top: 7px;
padding-bottom: 9px;
}
ul.Independent-form li:not(.form-submit-outer) p, ul.Independent-form li:not(.form-submit-outer) p span {
width: 100% !important;
}
ul.Independent-form li:not(.form-submit-outer) input {
width: 100%;
background-color: transparent;
border: 1px solid #000;
padding: 13px 20px 10px;
margin-right: 0px;
}
ul.Independent-form li.form-submit-outer{ position: relative; }
ul.Independent-form li.form-submit-outer span.wpcf7-spinner {
position: absolute;
left: 100%;
margin: 0 0 0 10px;
}
.post-slider-inner .wpcf7 form.sent .wpcf7-response-output {
margin: 15px 0 0;
}
.subscribe .invest-form form.wpcf7-form{
position: relative;
}
.subscribe .invest-form form.wpcf7-form p .wpcf7-submit {
position: absolute;
top: 0;
right: 0;
padding-top: 7px;
padding-bottom: 9px;
}
.calculate-section table {
margin-bottom: 40px;
}
@media (min-width: 992px){
ul.navbar-nav.mobile-menu {
display: none;
}
}
@media only screen and (max-width: 1200px){
.post-slider-inner {
min-height: 330px;
}
p {
font-size: 14px;
}
.form-third, .form-two {
gap: 15px;
}	
.contact-form-column h3 {
font-size: 26px;
}
}
@media only screen and (max-width: 1024px){
.review-testimonial-inner .ti-widget.ti-goog .ti-review-item>.ti-inner {
padding: 20px !important;
padding-top: 90px !important;
}
.review-testimonial-inner .ti-widget.ti-goog .ti-review-item>.ti-inner .ti-profile-img {
position: absolute;
left: 0;
top: 20px;
right: 0px !important;
margin: 0 auto !important;
text-align: center;
}	
.review-testimonial-inner .ti-widget.ti-goog .ti-profile-img img {
margin: 0 auto;
}
.review-testimonial-inner .ti-widget.ti-goog .ti-review-content {
font-size: 14px;
text-align: center;
width: 80%;
margin: 0 auto;
}	
.review-testimonial-inner .ti-widget.ti-goog .ti-widget-container .ti-name {
text-align: center;
}	
}
@media only screen and (max-width: 991px){
.scrolled {
height: 80px;
}
.location-form.contact-form form, .location-form.invest-form-2 form {
margin: 0px !important;
}
.contact-form-column {
width: 96%;
margin-left: auto;
margin-right: auto;
padding: 30px;
margin-top: 50px;
}	
.contact-info, .invest-form-2 .invest-video {
width: 80%;
top: 0;
left: auto;
transform: translate(0%,0%);
text-align: center;
right: auto;
position: relative;
margin: 0 auto;
}
.location-form.contact-form, .invest-form-2 {
flex-wrap: wrap;
flex-direction: column-reverse;
justify-content: center;
}
.contact-subscribe .subscribe {
width: 80%;
}
.home-services-list .text-box {
min-height: 130px;
}
.menu {
position: relative;
height: 80px;
}
.navbar-light .navbar-toggler {
border: none;
}
.navbar-toggler .navbar-toggler-icon {
background-image: url(//queenstonsalonstudios.com/wp-content/themes/queenston-salon/images/hamburger.png);
transition: .3s;
padding-top: 3%;
}
.menu .navbar-brand.mobile-logo {
display: block;
position: fixed;
left: 2%;
top: 2%;
}
.navbar-brand.mobile-logo img {
width: 60%;
}
.navbar {
flex-direction: row-reverse;
height: 80px;
}
.navbar-collapse {
position: absolute;
left: 0;
right: 0;
top: 100%;
}
.dropdown-flex p::before {
position: absolute;
content: '-';
font-size: 30px;
color: #000;
top: -50%;
left: -50%;
transform: translate(50%, 0%);
}
.navbar-nav {
background-image: linear-gradient(rgba(236,219,189,.93),rgba(236,219,189,.93)),url(//queenstonsalonstudios.com/wp-content/themes/queenston-salon/images/queenston-salon-drop-down-menu-bg.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
align-items: flex-start;
padding: 30px;
}
.navbar-nav li {
width: 100%;
}
.navbar-light .navbar-nav .nav-link {
font-size: 21px;
}
.dropdown .nav-link i {
float: right;
margin-top: 7px;
}	
.dropdown-flex p {
font-size: 18px;
text-align: left;
position: relative;
margin-bottom: 10px;
}
.dropdown-menu.show h3, .dropdown-item .img-box {
display: none;
}
.navbar-nav .navbar-brand {
display: none;
}
.dropdown-menu.show {
background-image: none;
background-color: transparent;
box-shadow: none;
padding: 0px 0%;
}
.dropdown-flex {
flex-wrap: wrap;
padding: 0px 8%;
}
.dropdown-flex p::before {
left: -12%;
transform: translate(12%, 0%);
}
.navbar-nav li.nav-item {
margin-top: 10px;
}
.dropdown-menu::before{
display:none;
}
.post-slider-inner h2 {
font-size: 22px;
}
.post-slider-inner .text-box p {
font-size: 16px;
}
.post-slider-inner {
padding-left: 20px;
}
.owl-four .item.img-out-side .post-slider-inner .img-box {
max-width: 30% !important;
}
.post-slider-inner .text-box	.wpcf7-not-valid-tip {
font-size: 14px;
}
.post-slider-inner .text-box form.wpcf7-form p>span.wpcf7-form-control-wrap {
width: calc(100% - 140px);
}
.post-slider-inner input.wpcf7-email {
padding: 10px 20px 10px;
font-size: 14px;
}	
.post-slider-inner input.wpcf7-submit {
font-size: 14px;
width: 130px;
padding: 10px;
}	
ul.navbar-nav:not(.mobile-menu) {
display: none;
}
.navbar-nav li.nav-item {
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-ms-flex-pack: space-between;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
}
.navbar-nav .dropdown-menu {
width: 100%;
border: none;
background: none;
box-shadow: none;
padding: 20px 0 0 !important;
margin: 0;
}
.navbar-nav .dropdown-menu h3 {
display: none;
}
body .navbar-collapse {
position: fixed;
left: 0;
right: 0;
top: 80px;
max-height: calc(100% - 80px);
overflow: auto;
}
.mobile-carousel-1 {
display: block;
width: 100%;
}
.mobile-menu.navbar-nav li.nav-item > a {
max-width: calc(100% - 50px);
}
.mobile-menu .dropdown-toggle::after{ display: none; }
}
@media screen and (max-width: 1199px) {
section.locations.common-gap.calculate-section h2 {
font-size: 35px;
}
.form-items.form-col-2 label {
min-height: 50px;
}
.form-items.form-col-3 label {
min-height: 50px;
}
}
@media only screen and (max-width: 991px) {
.form-section h2{
font-size: 40px;
margin-bottom: 15px;
padding-top: 10px;
}
.form-items ul li {
width: calc(100%/2 - 105px/2);
margin-left: 35px;
margin-bottom: 20px;
}
.form-items ul li:nth-child(4n+3) {
margin-left: 0;
}
.form-btn {
width: 44%;
margin-top: 50px;
}
.calculate-result p {
font-size: 16px;
}
section.locations.common-gap.calculate-section h2 {
font-size: 30px;
}
.form-items.form-col-1 {
padding-top: 20px;
}
.calculate-popup-inner {
padding-top: 20px;
}
.calculate-result p{ margin-bottom: 30px; }
}
@media only screen and (max-width: 927px){
.home-about-outer, .home-about-outer:nth-child(2n+1) {
flex-direction: column-reverse;
padding: 30px 0px;
}
.info, .map, .links {
width: 100%;
border-right: none;
height: auto;
min-height: auto !important;
}
}
@media only screen and (max-width: 896px){
.navbar {
height: 80px;
}
.post-slider-inner {
min-height: 240px;
}
.navbar-light.scrolled .navbar-toggler {
padding: 0.25rem 0.75rem;
}
.dropdown-flex p::before {
left: -12%;
transform: translate(12%, 0%);
}
.navbar-collapse {
position: absolute;
left: 0;
right: 0;
top: 100%;
}
.navbar-nav {
margin: 0;
}
.dropdown-flex {
flex-wrap: wrap;
padding: 0px 8%;
}	
.dropdown-menu {
padding: 0px !important;
}
.info, .map, .links {
min-height: auto;
height: auto;
}
.navbar-nav li.nav-item+li.nav-item {
margin-top: 10px;
}
.about-inner-bg>.container>p {
margin-bottom: 30px;
}	
}
@media only screen and (max-width: 767px){
section.locations.common-gap.calculate-section h2 {
font-size: 25px;
}
.post-slider-inner {
padding: 20px;
}
.post-slider-inner .text-box, .owl-four .item.img-out-side .post-slider-inner .text-box {
width: 100%;
margin: 0;
}	
.post-slider-inner .img-box-1, .post-slider-inner .img-box, .owl-four .item.img-out-side .post-slider-inner .img-box {
display: none;
}
.post-slider-inner .text-box form.wpcf7-form {
margin-top: 20px;
}
.post-slider-inner .text-box form.wpcf7-form p>span.wpcf7-form-control-wrap {
width: 100%;
}
.post-slider-inner input.wpcf7-submit {
font-size: 14px;
width: 100%;
padding: 10px;
margin-top: 12px;
}
.img-out-side .post-slider-inner .text-box form.wpcf7-form .wpcf7-submit {
position: relative;
}
.img-out-side .post-slider-inner .text-box form.wpcf7-form .contact-captcha {
margin-bottom: 0;
}	
.contact-info {
width: 90%;
}	
.contact-subscribe .subscribe {
width: 100%;
}	
.form-section h2{
font-size: 28px;
}
.form-items ul li {
width: 100%;
margin-bottom: 20px;
margin-left: 0px;
}
.form-btn {
width: 100%;
}
.form-col-1.form-items label{min-height: inherit;}
.form-items.form-col-2 label {
min-height: inherit;
}
.form-items.form-col-3 label {
min-height: inherit;
} .form-pop-up ul li {
width: 100%;
margin-left: 0px;
margin-bottom: 20px;
}
.calculate-section a.solid-btn,
.locations .form-btn .solid-btn {
padding: 12px 50px 14px 50px;
font-size: 20px;
}
.popup-header a.calculate-popup-close {
width: 25px;
position: absolute;
right: 30px;
top: 50px;
}
ul.Independent-form li.form-submit-outer input.wpcf7-submit{ margin-top: 0; }
.subscribe .invest-form form.wpcf7-form .contact-captcha div.cf7sr-g-recaptcha > div iframe {
transform: scale(1);
position: relative;
left: 0;
}
.locations .location-form.contact-form .contact-form-column .contact-captcha div iframe {
transform: scale(1);
position: relative;
left: 0;
}
}
@media screen and (max-width: 575px) {
section.locations.common-gap.calculate-section h2 {
font-size: 20px;
padding-bottom: 20px;
}
.calculate-section table, .calculate-section th, .calculate-section td {
font-size: 13px;
padding: 10px 7px;
}
ul.Independent-form li:not(.form-submit-outer) {
width: 100%;
margin-right: 0;
margin-bottom: 12px;
}
ul.Independent-form li.form-submit-outer input.wpcf7-submit {
width: 100%;
}
ul.Independent-form li.form-submit-outer{ width: 100%; }
.subscribe .invest-form form.wpcf7-form .contact-captcha div.cf7sr-g-recaptcha > div iframe {
transform: scale(1);
position: relative;
left: 0;
}
.locations .location-form.contact-form .contact-form-column .contact-captcha div iframe {
transform: scale(1);
position: relative;
left: 0;
}
ul.Independent-form li.contact-captcha {
order: 0;
}	
}
@media only screen and (max-width: 568px){
.home-services-list {
width: 90% !important;
}
.home-services-list .text-box img {
width: 40px !important;
}
.contact-subscribe .invest-form form.wpcf7-form p span.wpcf7-form-control-wrap {
width: 100%;
}
.contact-subscribe .invest-form .wpcf7-submit {
margin: 0 auto;
margin-top: 20px;
}	
.invest-form form.wpcf7-form p .wpcf7-submit {
margin: 0 auto;
margin-top: 20px;
}
.subscribe .invest-form form.wpcf7-form p .wpcf7-submit {
position: static;
margin: 0 auto;
}
.invest-form form.wpcf7-form p span.wpcf7-form-control-wrap {
width: 100%;
}
}
@media only screen and (max-width: 480px){
.contact-info {
width: 100%;
}
.contact-form-column h3 {
font-size: 21px;
}	
.home-about-outer .invest-form p, .invest-form form.wpcf7-form p {
flex-direction: column;
row-gap: 20px;
}	
.invest-form form.wpcf7-form p span.wpcf7-form-control-wrap {
width: 100%;
}	
.invest-form form.wpcf7-form p .wpcf7-submit {
margin-top: 0px;
}	
}	
@media only screen and (max-width: 428px){
.home-form .wpcf7-submit {
margin: 30px 0px 30px auto;
}
.invest-form-2 .invest-video {
width: 96%;
}
.post-slider-inner h2 {
font-size: 20px !important;
}	
.post-slider-inner .text-box p{
font-size:14px;
}
}
@media only screen and (max-width: 414px){
.home-services {
height: auto;
min-height: 640px;
}	
.owl-four .item {
padding: 15px;
}
.post-slider-inner {
padding: 20px 15px;
}
.post-slider-inner h2 {
font-size: 20px;
}
.locations .location-form.contact-form .contact-form-column .contact-captcha div iframe {
transform: scale(0.82);
margin: 0px 0 0 -29px !important;
}
.page-template-invest .subscribe .invest-form form.wpcf7-form .contact-captcha div.cf7sr-g-recaptcha > div iframe {
transform: scale(0.92);
left: -12px;
}	
}
@media only screen and (max-width: 346px){
.calculate-popup-form .g-recaptcha {
transform: scale(0.93);
margin: 0px 0 -5px -10px;
}
.subscribe .invest-form form.wpcf7-form .contact-captcha div.cf7sr-g-recaptcha > div iframe {
transform: scale(0.95);
position: relative;
left: -7px;
margin-left: auto !important;
margin-right: auto !important;
}
.locations .location-form.contact-form .contact-form-column .contact-captcha div iframe {
transform: scale(0.72);
margin: -8px 0 0 -42px !important;
}
.page-template-invest .subscribe .invest-form form.wpcf7-form .contact-captcha div.cf7sr-g-recaptcha > div iframe {
transform: scale(0.85);
left: -22px;
}
}
@media only screen and (max-width: 320px){
.contact-form-column h3 {
font-size: 20px;
}
}