/* [Contact Us Form] Change color of "submission complete" from green to yellow */
/*
.wpcf7 form.sent .wpcf7-response-output {
   border-color: #FEEE03;
}*/


/* [Contact Us Form] Add white border around submit button */
/*
.qt-btn-primary, .qt-menubar ul.qt-desktopmenu > li.qt-menuitem > a::after, .qt-widgets .qt-widget-title::after, input[type="submit"] { */
/*	background-color: #00000000;*/
  /*border: solid 1px white;
}
*/

/* [Logo] Centers logo by changing width from 40% -> 40.5% */
@media only screen and (min-width: 1201px) {
.qt-menubar.qt-menubar-center ul.qt-menu-secondary li.qt-3dswitch {
    width: 40.5%;
	}
}




/* [Footer Menu] Change color of coming soon pages */
/*
#coming-real-soon, #coming-real-soon a {
	color: gray;
}
*/




/* [Off-Canvas Menu] Change color of Book Now */
/*.off-canvas-menu-booking {
	color: #02d2ff;
}*/


/* [Off-Canvas Menu] Darken the background upon hover */
/*ul.qt-side-nav li a:hover {
    background-color: rgba(0,0,0,0.2);
}*/


/* [Off-Canvas Menu Second Layer] Add margin above search box */
/*#qtSidebarBottomlayer {
	margin-top: 50px;
}*/






/* [Elementor Form Builder] Change radio button border and background when it is selected */
[type="radio"]:checked+label:after, .with-gap[type="radio"]:checked+label:after {
  background-color: #FEEE03;
	border: 1px solid #5a5a5a;
  z-index: 0;
}

/* [Elementor Form Builder] Change radio button border and background when it is not selected */
[type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after, [type="radio"]:checked+label:before, .with-gap[type="radio"]:checked+label:before{
  background-color: white;
	border: 1px solid #5a5a5a;
}



/*
@media only screen and (min-width: 1201px)
.qt-btn-primary:hover, input[type="submit"]:hover {
    color: #000;
}*/




/* [General Pages] Reduce padding above heading of each page */
@media only screen and (min-width: 1201px) {
	.qt-body-menu-center .qt-parentcontainer .qt-pageheader-std {
	padding-top: 0px;
}
}



/* [My Account] Enlarge font size of sidebar */
/*nav.woocommerce-MyAccount-navigation ul a {
	font-size: 16px;
}*/

/* [My Account] Add padding top above content */
/*.woocommerce-MyAccount-content {
	padding-top: 15px;
}*/





/* [Shop Sidebar] Decrease width of sidebar*/
/*div.qt-sidebar.col.s12.m4.l4{
	width: 28%;
}*/

/* [Shop Sidebar] Decrease inner padding of sidebar*/
/*.qt-paddedcontent {
    padding: 30px;
}*/






/* [Events List] Change button to transparent background with white border */
/*
.qt-btn-primary {
	background-color: #00000000 !important;
	border: solid 1px white;
}*/

/* [Events List] Change button to yellow background with white border and black text*/
/*.qt-btn-primary:hover, input[type="submit"]:hover {
  color: black !important;
  border: solid 1px white;
	background-color: #feee03 !important;
}
*/




/* [Chaty Plugin] Change Whatsapp Message font color to black */
input.chaty-whatsapp-msg {
    color: black;
}






/* Testimonial Carousel */

.elementor-widget-testimonial-carousel .swiper-slide {
	padding: 0px;
}


.elementor-widget-testimonial-carousel .elementor-testimonial__text {
	font-size: 1em;
}