/*
Theme Name: Pool Services
Theme URI: https://smartdatasoft.com/theme/pool-services
Author: the Smartdatasoft team
Author URI: https://smartdatasoft.com/
Description: Premium WordPress theme for swimming pool services.
Version: 2.0
License: Premium
License URI: https://smartdatasoft.com/
Text Domain: pool-services
Tags: two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
/* 
1. custom fixings 
*/ 

/* 1. custom fixings */ 
.display,
.grecaptcha-badge{
    display: none !important;
}
header.page-header{
	z-index: 1000;
}
.background-fixed {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
}
@media (max-width: 1024px) {
	.background-fixed {
		background-attachment: scroll;
	}	
}
.nivo-caption{
	z-index: 999;
}
#envato_activate_checkbox {
	display: block;
  }
.vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item{
	text-align:center;
}
.page-id-17 .filters-by-category ul.option-set li:first-child, .home .filters-by-category ul.option-set li:first-child{
	display:none;
}
.page-id-17 .filters-by-category ul.option-set li:nth-child(2) a, .home .filters-by-category ul.option-set li:nth-child(2) a
{
	background-color: #0078b6;
    border-color: #0078b6;
    color: #fff;
}
.services-slider
{
	display: inline-block;
    text-align: center;
    width: 100%;
}
.services-slider > .col-sm-4{
	width:100%;
} 
/***********************
 * Home Page
 * *********************/
@media (min-width: 768px){
#home-choose-us .services-carousel .col-sm-4 {
    width: 50%;
}
#home-how-works .col-sm-6 {
    width: 33.33%
}
	#about-counter-icons .col-sm-3 {
    width: 33.33%
}
}
#about-counter-icons .container {
    width: 100% !important;
}
@media (min-width: 768px) and (max-width:991px){
#home-how-works .text-num {
	text-align:center;
}
#home-how-works .text-num-num {
    position: initial;
    top: initial;
    width: 70px;
    text-align: center;
    margin: auto;
}
#home-how-works .text-num-info {
    padding: 0;
    text-align: center;
}
}

/***********************
 * Contact Us Form
 * *********************/
.contact-page-form form > .row {
    margin-top: 12px;
}
.contact-page-form input[type="text"], .contact-page-form input, .contact-page-form textarea {
    display: block;
    height: 43px;
    color: #686969;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #999;
    margin-bottom: 10px;
    width: 100%;
}
.contact-page-form textarea {
    height: 112px;
}
.contact-page-form input[type="text"]:focus,
.contact-page-form textarea:focus{
	outline:none;
}
.contact-page-form .btn[type='submit'] {
    min-width: 165px;
    margin-top: 5px;
}
.btn.btn-orange, .btn.btn-orange.focus, .btn.btn-orange:focus {
    background: #ff9a37;
    background: -moz-linear-gradient(top, #ff9a37 0%, #ff8427 100%);
    background: -webkit-linear-gradient(top, #ff9a37 0%, #ff8427 100%);
    background: linear-gradient(to bottom, #ff9a37 0%, #ff8427 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9a37', endColorstr='#ff8427', GradientType=0);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    border: 0;
}
.btn.btn-orange:hover, .btn.btn-orange.active, .btn.btn-orange:active {
    background: #ff8427;
    background: -moz-linear-gradient(top, #ff8427 0%, #ff9a37 100%);
    background: -webkit-linear-gradient(top, #ff8427 0%, #ff9a37 100%);
    background: linear-gradient(to bottom, #ff8427 0%, #ff9a37 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8427', endColorstr='#ff9a37', GradientType=0);
    color: #fff;
}
.contact-page-form .p-label {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #fff;
}
/*
.contact-page-form input[type="checkbox"], 
.contact-page-form input[type="radio"] {
    border: 0;
    height: 20px;
    margin-left: -25px !important;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 20px;
}
*/
.contact-page-form input[type="checkbox"], .contact-page-form input[type="radio"] {
  /* border: 0; */
  height: 20px;
  margin-left: 0 !important;
  /* overflow: hidden; */
  /* padding: 0; */
  /* position: absolute; */
  width: 20px;
  margin-top: -5px;
  position: relative;
  z-index: 999;
}
.radio-btn span.wpcf7-list-item {
  display: inline-block;
  margin: 0 30px 0 0;
  position: relative;
}
.radio-btn .wpcf7-list-item-label {
    color: #fff;
}
.radio-last .radio-btn span.wpcf7-list-item {
    display: block;
}
.contact-page-form .radio {
    margin: 0 18px 0 12px;
    display: inline-block;
}
.contact-page-form .form-row:not(:first-child) {
    margin-top: 12px;
}
.contact-page-form .select-wrapper select {
    height: 43px;
    color: #686969;
    border-radius: 4px;
}
.contact-page-form .select-wrapper:before {
    line-height: 41px;
    height: 41px;
    border-radius: 4px;
}
.wpcf7-form .ajax-loader,
div.wpcf7 .ajax-loader {
    margin: 10px;
    width: 32px;
    height: 32px;
    float: left;
    top:50px;
    right: 0;
    position: absolute;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='%230078b6'>   <path opacity='.25' d='M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4'/>   <path d='M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z'>     <animateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='0.8s' repeatCount='indefinite' />   </path> </svg>") !important;
}

/***********************
 * Gravity Forms
 * *********************/
.gform_wrapper{
    margin: 0;
}
body .gform_wrapper ul#gform_fields_1 li.gfield,
body .gform_wrapper .top_label div.ginput_container{
    margin-top: 0;
	margin-bottom: 0;
}

.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), 
.gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), 
.gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), 
.gform_wrapper .ginput_complex select,
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select,
.gform_wrapper li.hidden_label input,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea.medium{
    padding: 13px 15px 13px;
    font-size: 16px;
    line-height: 20px;
    background: #fff;
	border:1px solid #999;
    border-radius: 2px;
    color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;   
	margin-top: 10px;
	margin-bottom: 5px;
}
.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), 
.gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), 
.gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), 
.gform_wrapper .ginput_complex select,
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select,
.gform_wrapper li.hidden_label input,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    height: 46px;
}
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=image], 
.gform_wrapper .gform_footer input[type=submit]{
	font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px;   
	border:none;
	background-color: #0099e7;
    color: #ffffff;
	transition:all 0.3s ease-in-out;
}
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=image]:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover{ 
	background-color: #000;
    color: #ffffff;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0!important;
    border: none;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
	margin-bottom:10px;
}
.request-form-popup input[type="tel"], .request-form-popup input[type="email"] {
    display: block;
    height: 43px;
    color: #686969;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #fff;
    border: 0;
    margin-top: -8px;
    padding: 5px 10px;
    margin-bottom: 5px;
    width: 100%;
}
@media only screen and (min-width: 641px){
.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
    width: 100%!important;
    margin:0;
	}
}
.header-licence{
    text-align: left;
    margin: 10px 0 0;
    color: #333;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
}
.header-vote{
}
.header-vote img{
    width: auto;
    max-height: 140px;
}
@media (max-width: 991px){
header .logo {
    text-align: left;
    padding: 11px 0 10px;
}
	.header-licence{
    margin:0;
    font-size: 18px;
    line-height: 1;
    padding:0 0 11px;
}
	.header-info-mobile {
    padding: 10px 15px;
}
	.header-vote-mobile{
    width: 60px;
    height: 60px;
    float: right;
	}
	.header-vote-mobile img{
    width: auto;
    max-height: 60px;
}
}
@media only screen and (min-width: 641px){
	
}