    /* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.review {
    margin: 0 auto;
}

#gform_fields_1 .gfield_label{
	display:none;
}

div#field_1_23 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
}

div#field_1_31, div#field_1_26, div#field_1_25, div#field_1_24{
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

div#field_1_29, div#field_1_28 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
}

div#field_2_31, div#field_2_28, div#field_2_29 {
    -ms-grid-column-span: 4;
    grid-column: span 3;
}

input#gform_next_button_2_33, input#gform_submit_button_2 {
    margin-top: 0;
    background-color: #E1B822;
    border-radius: 5px 5px 5px 5px;
    border-color: #e1af03;
    color: #fff;
    padding: 7px 35px;
}

input#gform_next_button_2_33:hover, input#gform_submit_button_2:hover, input#gform_previous_button_2:hover{
	background-color:#1d1d1d;
	border-color: #1d1d1d;
}

input#gform_previous_button_2{
	margin-top: 0;
    background-color: #303030;
    border-radius: 5px 5px 5px 5px;
    border-color: #303030;
    color: #fff;
    padding: 7px 35px;
}

.gf_progressbar.gf_progressbar_blue {
    display: none;
}

.gform_wrapper.gravity-theme .ginput_total {
    color: #686868 !important;
    text-align: left;
    width: 100%;
	font-family: "Circular Std Book", Sans-serif;
}

p.gf_progressbar_title {
    color: #434343;
    font-family: "Circular Std Book", Sans-serif;
    font-size: 16px !important;
    display: block;
    padding-bottom: 10px;
    width: 100%;
}

div#gform_confirmation_message_2 {
    text-align: center;
    font-weight: 700;
    color: #07bd50;
    display: block;
}
/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {margin: 0; padding: 0;}

html {
	height: 100%;
	/*Image only BG fallback*/
	
	/*background = gradient + image pattern combo*/
	background: 
		linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6));
}

body {
	font-family: montserrat, arial, verdana;
}
/*form styles*/
#msform {
	width: 400px;
	margin: 50px auto;
	text-align: center;
	position: relative;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
/*
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
*/
     color: #767676;
    font-size: 14px;
    font-family: "Circular Std Book", Sans-serif;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}


/* start 1-6-2021 */
.booking-form-section #msform {
    width: 100%;
}
.page-template-thank-you h1.entry-title {
    color: #434343;
    font-family: "Circular Std Book", Sans-serif;
    font-size: 36px;
}
.page-template-thank-you .site-main {
    text-align: center;
    padding: 50px;
    width: 100%;
}
.page-template-thank-you .page-content p{
    color: #767676;
    font-family: "Circular Std Book", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.page-template-thank-you .page-header{
    margin: 0 0 10px;
    border-bottom: 0;
}

.booking-form-section ::placeholder { 
    color: #767676;
    opacity: 1;
    font-family: "Circular Std Book", Sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.booking-form-section :-ms-input-placeholder { 
    color: #767676;
    opacity: 1;
    font-family: "Circular Std Book", Sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.booking-form-section ::-ms-input-placeholder {
    color: #767676;
    opacity: 1;
    font-family: "Circular Std Book", Sans-serif;
    font-weight: normal;
    font-size: 14px;
}
.page-template-thank-you .success-error {
    color: #E1B822;
    font-size: 14px;
    font-family: "Circular Std Book", Sans-serif;
}
.booking-form-section #msform input, .booking-form-section #msform textarea {
    height: 50px;
    margin-bottom: 0;
}
.booking-form-section #msform select {
    padding: 15px 40px 15px 15px;
    border: 0;
    border-left: 1px solid #ccc;
    border-radius:0;
    margin-bottom: 0;
    width: 50%;
    color: #767676;
    font-size: 14px;
    font-family: "Circular Std Book", Sans-serif;
    -webkit-appearance: none;
    font-weight: normal;
    background: url('images/arrow.svg') no-repeat;
    background-color: #FFFFFF;
    background-size: 15px;
    background-position: right 15px center;
}
.booking-form-section #msform select#frequency{
    border: 1px solid #ccc !important;
    border-radius: 3px;
    width: 100%;
}
.service-section,.date-section {
    display: flex;
    border: 1px solid #ccc;
    border-radius:3px;
    align-items: center;
    background-color: #FFFFFF;
}
.booking-form-section #msform .date-section input {
    border: 0;
    border-right: 1px solid #ccc;
    width: 50%;
    border-radius: 0;
}
.booking-form-section #msform select:first-child {
    border-left: 0;
}
.booking-form-section #msform .col-md-4 {
    margin-bottom: 30px;
    float: none;
}
.booking-form-section .btn-group {
    width: 50%;
}
.booking-form-section .btn-group .btn.btn-primary.dropdown-toggle {
    background: none;
    color: #767676;
    font-size: 14px;
    font-family: "Circular Std Book";
    border: 0;
    border-radius: 3px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.booking-form-section .btn-group .btn.btn-primary.dropdown-toggle .caret {
    border: 0;
    background: url('images/arrow.svg') no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    margin-left: 10px;
}
.booking-form-section .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.booking-form-section #msform .submit.action-button {
    font-family: "Circular Std medium", Sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #F46E2F;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 30px 12px 30px;
    border-radius: 6px;
    line-height: 1;
    text-align: center;
    width: 200px;
    margin: 0;
}
.booking-form-section #msform .submit.action-button:hover {
    color: #FFFFFF;
    background-color: rgb(244, 137, 88);
    box-shadow: none;
}
.booking-form-section .formTotal-sec p {
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Circular Std Book", Sans-serif;
}
.booking-form-section #msform .row {
    display: flex;
    flex-wrap: wrap;
}
.booking-form-section #formTotal {
    /* border: 1px solid #ccc; */
    padding: 0;
    /* text-align: left; */
}
.booking-form-section #formTotal p {
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 10px 0;
}
.booking-form-section #formTotal p:first-child {
    border-top: 0;
}
/* 6-2-2021 */
.booking-form-section #msform .submit.action-button{
    width: 100% !important;
}

/* 04/06/2021 deep */

.pac-item span{ font-size: 16px !important; font-family: "Circular Std Book", Sans-serif !important; }

.pac-item{ cursor: pointer !important; }

/* 04/06/2021 deep */


/* start 17-6-2021 */

.booking-form-section #msform .date-section input {
    color: #767676;
    opacity: 1;
    font-family: "Circular Std Book", Sans-serif;
    font-weight: normal;
    font-size: 14px;
}
.booking-form-section #msform #parameters-sec {
    width: 50%;
    border-left: 1px solid #ccc;
}
.booking-form-section #msform #parameters-sec select {
    width: 100%;
}
.booking-form-section #msform .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.booking-form-section #formTotal p {
    border-top: 0;
}
/* end 17-6-2021 */
div.ui-datepicker {
	margin: 0;
}
div#ui-datepicker-div.ui-datepicker[style] {
	z-index: 10000 !important;
}

@media all and (max-width:991px){
.page-template-thank-you .site-main, .success-error .site-main {
    margin-bottom: 40px;
}
.booking-form-section #msform .col-md-4 {
    width: 50%;
}
.booking-form-section #msform .col-md-12 {
    width: 100%;
}
}

/* end 1-6-2021 */

@media all and (max-width:767px){
	div#field_2_31, div#field_2_28, div#field_2_29, div#field_2_26{
		    grid-column: 1/-1;
	}
	
	input#gform_submit_button_2, input#gform_previous_button_2 {
		width: 100%;
		float: left;
		margin: 0;
		margin-bottom:15px;
	}
	
	.gform_wrapper.gravity-theme .ginput_container_date input {
		width: 100%;
	}
.booking-form-section #msform .col-md-4 {
    width: 100%;
}   
}

.custom-alert {
	display: none;
}

.custom-alert.alert-warning {
    color: #ffffff;
    background-color: #e1b822;
    border-color: #faebcc;
	font-size: 16px;
}

.custom-alert.alert-warning .close {
	top: 0;
	opacity: 1;
}

.custom-alert.alert-warning .close:hover {
	background-color: transparent;
}


.custom-alert span i {
	font-size: 20px;
	color: #ffffff;
	opacity: 1;
}

#footer-copy p {
    margin-bottom: 0;
}

@media (min-width: 1180px) {
    #navbar {
        height: 0;
    }
    #navbar .elementor-widget-nav-menu {
        display: none;
    }
    #navbar nav {
        padding-left: calc((100vw - 1140px) / 2);
        padding-right: calc((100vw - 1140px) / 2);
    }
    #navbar .elementor-sticky--effects {
        width: 100vw !important;
        left: 0;
        display: block;
    }
}
