/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/
strong {
	font-weight:600;
}

body button {
	font-size:15px;
}

.vcex-contact-form__submit--full {
	font-size:15px;
}

body select {
	color:#222;
	padding:8px 10px;
	font-family:"Work Sans";
	letter-spacing:-0.005em;
}

body #fbuilder select {
	border:1px solid #FFF;
}

body #fbuilder label .r {
	color:#71ab83;
	margin-left:3px;
}

body #fbuilder .ui-datepicker {
	background:#FFF;
}

body #fbuilder .slots {
	box-shadow:none;
	border:0 none;
	padding:20px 0 10px;
}

body #fbuilder .slots > span {
	font-weight:600;
	font-size:18px;
	color:#71ab83;
}

body #fbuilder .slots div {
	border-color:#71ab83;
	padding:0;
}

body #fbuilder .slots div a {
	background-color:transparent;
	border:0 none;
	padding:4px 6px;
	font-size:15px;
}

body #fbuilder .slots div a:hover {
	background:#71ab83;
	text-decoration:none;
}

body #fbuilder label {
	margin-bottom:2px;
	display:inline-block;
}

body .fieldCalendar {
	margin-top:30px;
}

body #fbuilder .fields.cff-checkbox-field label {
	font-size:14px;
	line-height:1.4;
}

body .ui-datepicker {
	margin:0;
	box-shadow:none;
	font-family:"Work Sans";
	letter-spacing:-0.005em;
}

body .ui-datepicker-header {
	background-color:#71ab83;
	text-shadow:none;
	font-size:14px;
	color:#FFF;
	line-height: 36px;
}

body .ui-datepicker-prev, body .ui-datepicker-next {
	height:36px;
}

body #fbuilder .ui-datepicker-prev {
	background-position: center -27px;
}

body #fbuilder .ui-datepicker-next {
	background-position: center 3px;
}

body .usedSlots .cancel {
	opacity:0.5;
}

body #fbuilder .medium {
	padding:7px 12px;
	border:1px solid #FFF;
}

body #fbuilder .captcha {
	margin-top:20px
}

body #fbuilder .captcha input[type="text"] {
	border:1px solid #FFF;
	width: 180px;
	margin-top: 3px;
}

body #fbuilder .captcha img {
	margin-top: 1px;
	margin-bottom:5px;
}

body #fbuilder .ui-datepicker-calendar .ui-state-default {
	color:#000000;
}

body #fbuilder .ui-datepicker-calendar .ui-datepicker-unselectable .ui-state-default {
	color:#c9c9c9;
}

body #fbuilder .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-active {
	background:#71ab83;
	border-color:#71ab83;;
	color:#FFF;
}

body .ui-datepicker td a:hover {
	color:#222;
}

body #fbuilder .ui-datepicker-calendar .ui-state-active:hover {
	color:#FFF;
}

body #fbuilder div.cpefb_error {
	background:#FFF;
	color:#FFF;
	font-size:14px;
	background-color:#f00;
	padding:3px 8px;
	opacity:1;
}

body #fbuilder div.cpefb_error:after {
	width: 0; 
  height: 0; 
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f00;
	left:10px;
}

body #fbuilder fieldset {
	border: 1px solid rgba(113,171,131,0.3);
	padding: 20px 40px 40px 40px;
	border-radius: 10px;
	text-align: center;
}

body #fbuilder legend {
	border:0 none;
	font-size:18px;
	font-weight:600;
}

body #fbuilder .pbSubmit {
	background-color:#71ab83;
	color:#FFF;
	padding:12px 25px;
	line-height:1.5;
}

body #fbuilder .pbSubmit:hover {
	background-color:#689e79;
}

body #fbuilder .pbreak .pbPrevious, body #fbuilder .pbreak .pbNext {
	background-color:transparent;
	color:#FFF;
	padding:11px 25px;
	line-height:1.5;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
	font-size:15px;
	margin-top:20px;
	border:1px solid rgba(255,255,255,0.6);
	transition:all 0.2s ease-in-out;
}

body #fbuilder .pbreak .pbPrevious:hover, body #fbuilder .pbreak .pbNext:hover {
	border:1px solid #FFF;
}

body #fbuilder .fields {
	text-align:left;
}

body #fbuilder .fields#field_1-0 {
	text-align:center;
}

body .wpb_gmaps_widget {
	border-radius:10px;
	overflow:hidden;
}

.engineroom img {
	height:14px;
	display:inline-block;
	vertical-align:middle;
	margin:-1px 0 0 1px;
}

@media only screen and (max-width:1199px) {
	#footer-bottom-menu li:not(:first-child) {
		margin-left:10px;
	}
}

@media only screen and (max-width:991px) {
	#footer-bottom-menu {
		margin-top:10px;
	}

	.footer-bottom-flex {
		justify-content: center;
		flex-wrap: wrap;
		flex-direction:column;
	}
}

@media only screen and (max-width:767px) {
	body #fbuilder fieldset {
		padding: 15px 20px 30px 20px;
	}
}