/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 06 2024 | 21:18:46 */
/* Header */
@media (max-width: 991px) {
	.responsive .site-header.layout-2 .header-inner .wrap-content-header {
			padding-top: 15px;
			padding-bottom: 15px;
	}
}

#primary-menu li > span {
    font-size: 14px;
    line-height: 1.6em;
    color: #333;
  font-weight: 400;
    padding: 10px;
    white-space: nowrap;
    transition: all .2s;
}

.mobile-menu-container .menu .menu-item span {
font-size: 15px;
    color: #999;
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right .menu-mobile-effect .icon-wrap:hover {
  color: #75cfe4;
}

#primary-menu > .menu-item > a, header#masthead .main-navigation.left-side .menu-lists > .menu-item > a {
    text-transform: uppercase;
  font-size: 12px;
    letter-spacing: 1px;
}

/* Logo */
.site-header .header-inner .wrap-content-header .header-logo img {
	max-width: 200px;
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right {
	flex-grow: 0;
}

/* Topbar */
header.site-header .thim-toolbar {
	border-bottom: 1px solid #eee;
}

.topbar-button {
	display: inline-block;
	padding: 5px 25px !important;
	background: #f1be43;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Site Content  */
@media (max-width: 991px) {
	.site-content, .site-content .widget-area {
			margin-top: 0;
	}
}

/* Image Carousel */
.image-carousel-tall, 
.image-carousel-tall .vc_images_carousel, 
.image-carousel-tall .vc_images_carousel .vc_carousel-inner,
.image-carousel-tall .vc_images_carousel .vc_carousel-inner .vc_item,
.image-carousel-tall .vc_images_carousel .vc_carousel-inner .vc_item img {
	min-height: 40vh;
}

.image-carousel-tall .vc_images_carousel .vc_carousel-inner .vc_item img {
	object-fit: cover;
}

/* Content */
.entry-content {
    margin-bottom: 0 !important;
}

.wpb_text_column ul li {
  list-style-type: none;
  position: relative;
}

.wpb_text_column ul li:before {
  content: "►";
  display: block;
  position: absolute;
  left: -20px;
  top: 4px;
  color: #ff2941;
  font-size: 12px;
}



.areas-list {
    color: #fff;
}

.areas-list ul {
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
}

.areas-list ul li {
    padding-right: 30px;
}

.areas-list ul li:before {
    color: #faebc6 !important;
    top: 8px !important;
}

/* Image Box */
.bp-element-image-box.layout-default .pic .wrap-img .main-img::before {
	background: #f1be43;
	background: -webkit-linear-gradient(bottom, #f1be43, #f1be43) !important;
}

/* Map */
.bp-element-google-maps.layout-1 .info-contact ul li i {
	color: #ff0000  !important;
}

/* Forms */
.wpcf7-form {
  width: 100%;
}

.wpcf7-form label {
  display: block;
  width: 100%;
}

.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="tel"], 
.wpcf7-form textarea {
	width: 100%;
	padding: 15px 30px;
  background: #fff;
  border-left: 5px solid #f1be43;
  color: #333;
  border-radius: 5px;
  transition: all .3s;
}

.wpcf7-form input[type="text"]::placeholder, 
.wpcf7-form input[type="email"]::placeholder, 
.wpcf7-form input[type="tel"]::placeholder, 
.wpcf7-form textarea::placeholder {
	color: rgba(0,0,0,.5);
  text-transform: uppercase; 
  letter-spacing: 1px;
  font-size: 14px;
}

.wpcf7-form input[type="text"]:focus, 
.wpcf7-form input[type="email"]:focus, 
.wpcf7-form input[type="tel"]:focus, 
.wpcf7-form textarea:focus {
  border-left-color: #75cfe4;
  transition: all .3s;
}

.wpcf7-form input[type="text"]:valid, 
.wpcf7-form input[type="email"]:valid, 
.wpcf7-form input[type="tel"]:valid, 
.wpcf7-form textarea:valid {
  border-left-color: #61c032;
  transition: all .3s;
}

.wpcf7-form input[type="text"]:invalid, 
.wpcf7-form input[type="email"]:invalid, 
.wpcf7-form input[type="tel"]:invalid, 
.wpcf7-form textarea:invalid {
  border-left-color: rgb(198, 74, 124);
  transition: all .3s;
}

.wpcf7-form input[type="submit"], 
.wpcf7-form button {
  background: #75cfe4;
  padding: 15px 30px;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  transition: all .3s;
}

.wpcf7-form input[type="submit"]:hover, 
.wpcf7-form button:hover {
	opacity: .8;
  transition: all .3s;
}


span.wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 5px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  text-align: center;
  border-color: #f1be43 !important;
    padding: 15px;
  font-size: 14px;
  letter-spacing: .5px;
}

/* Footer */
.site-footer.layout-1 .footer-sidebars {
	padding-top: 75px;
	padding-bottom: 0;
}

.site-footer.layout-1 .textwidget.custom-html-widget p {
	color: #fff;
}

.widget .bp-element .element-title::before, 
.widget .widget-title::before,
.widget .bp-element .element-title::after, 
.widget .widget-title::after {
	display: none;
}

@media (max-width: 767px) {
	.site-footer.layout-1 .footer-sidebars .widget_nav_menu {
			text-align: left;
	}
}

	.responsive .thim-3-col>.item-col:nth-of-type(1), .responsive .thim-3-col>.item-col:nth-of-type(3) {
			width: calc(50% - 40px);
	}
	
	.responsive .thim-3-col>.item-col:nth-of-type(2), .responsive .thim-3-col>.item-col:nth-of-type(3) {
			width: calc(25% - 40px);
	}

@media (max-width: 991px) {
	.responsive .thim-3-col>.item-col:nth-of-type(1), .responsive .thim-3-col>.item-col:nth-of-type(3) {
			width: calc(50% - 40px);
	}
	
	.responsive .thim-3-col>.item-col:nth-of-type(2), .responsive .thim-3-col>.item-col:nth-of-type(3) {
			width: calc(25% - 40px);
	}
}

@media (max-width: 767px) {
	.responsive .thim-3-col>.item-col:nth-of-type(1), .responsive .thim-3-col>.item-col:nth-of-type(3) {
			width: 100%;
	}
	
	.responsive .thim-3-col>.item-col:nth-of-type(2), .responsive .thim-3-col>.item-col:nth-of-type(3) {
			width: calc(50% - 40px);
	}
}

@media (max-width: 767px) {
	.responsive .thim-3-col>.item-col:nth-of-type(2), .responsive .thim-3-col>.item-col:nth-of-type(3) {
			width: 100%;
	}
}

/* Typography */
h1 mark,
h2 mark,
h3 mark, 
h4 mark, 
h5 mark, 
h6 mark {
	background: transparent;
	color: #75cfe5;
}

/* Utilities */
.width-100 {
	width: 100%;
}

.button-width-100 a {
	display: block;
	width: 100%;
}

.move-up-100 {
	transform: translateY(-100px);
}

@media (max-width: 767px) {
	.move-up-100 {
		transform: translateY(0);
	}
}

.move-up-100-maintain {
	transform: translateY(-100px);
}

.move-up-150 {
	transform: translateY(-150px);
}

.high-z-index {
	z-index: 9 !important;
}

.margin-top-auto {
	margin-top: auto;
}

.text-uppercase {
	text-transform: uppercase;
}

.letter-spacing-1 {
	letter-spacing: 1px;
}

.column-no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.overflow-hidden,
.overflow-hidden .vc_column-inner {
	overflow: hidden !important;
}

.overflow-not-hidden {
	overflow: visible !important;
}

/* Hides */
@media (max-width: 767px) {
	.hide-med-down {
	display: none !important;	
}
}

@media (min-width: 768px) {
	.hide-med-up {
	display: none !important;	
}
}

/* Gravity Forms */
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    color: #333;
}

.gform_wrapper h2 {
    margin-top: 50px;
}

.gform_wrapper ul li {
  margin-bottom: 2rem;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
    background: #f7f7f7;
    border-radius: 5px;
}

.select2.select2-container {
    background: #f7f7f7;
    border-radius: 5px;
  	border: 0;
}

.gform_wrapper [type=reset], .gform_wrapper [type=submit], .gform_wrapper button, .gform_wrapper [type=button] {
    padding: 10px 35px;
    border-radius: 500px;
    background: #f1be43;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px !important;
}

.gform_wrapper div.validation_error {
    color: #c64a7c;
    border-top: 2px solid #c64a7c;
    border-bottom: 2px solid #c64a7c;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(198,74,124,.10);
    border-top: 1px solid #c64a7c;
    border-bottom: 1px solid #c64a7c;
}

.gform_wrapper .gfield_error .gfield_label, 
.gform_wrapper .validation_message {
  color: #c64a7c;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #c64a7c;
}

.gform_wrapper .gfield_required {
    color: #c64a7c;
}

/* Menu */
table, td, th, tr {
    border: 0px solid #e7e7e7;
}

.tablepress {
      border-radius: 10px;
    overflow: hidden;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
font-size: 15px;
}

.tablepress thead {
  text-transform: uppercase;
}

.tablepress thead th:not(.column-1), 
.tablepress tbody td:not(.column-1) {
  text-align: center !important;
  vertical-align: middle;
}

.tablepress tbody td.column-1 {
  font-weight: bold;
  vertical-align: middle;
}

.tablepress thead th {
    background-color: #4ac0dd;
  color: #fff;
}

@media (max-width: 768px) {
  .tablepress {
      font-size: 14px;
  }
}

/* Fixes */
.vc_row.vc_row-flex {
  width: 100%;
}

.counter-box .number {
  width: auto;
height: auto;
  background: transparent;
}

.bp-element.bp-element-button {
  background: transparent!important;
}

.vc_tta-tabs .wpb_single_image.vc_align_center {
    padding-left: 15px;
}

.simple-social-icons ul li::before {
  display: none;
}

.grecaptcha-badge {
	visibility: hidden !important;
}