/*
Theme Name: Custom Theme Build
Author: Custom Theme  Build
Author URI: Custom Theme  Build
Description: Custom theme build in boilerplate + bootstrap using SASS
*/

.banner .quote .form .form-group select {
  background-color: #fff;
  border-radius: 0;
}

.banner .form .total-quote input::-webkit-input-placeholder {
   color: #fff;
}

.banner .form .total-quote input:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.banner .form .total-quote input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.banner .form .total-quote input:-ms-input-placeholder {  
   color: #fff;  
}

#ribbonmodal {
	
}

#ribbonmodal .gfield textarea {
    color: #333;
}

#ribbonmodal select {
    border-bottom: 1px solid #565c61;
}

#ribbonmodal ul.gfield_checkbox {
    list-style: none;
    padding: 0;
}

#ribbonmodal input[type=checkbox]+label {
    padding-left: 30px;
}

#ribbonmodal input[type=checkbox]:checked + label {
  background-image: url('images/radio-checked.png');
}

.ribbon {
    position: fixed;
    top: 40%;
    right: -46px;
    left: auto;
    bottom: auto;
    background-color: #3c6e90;
    z-index: 5;
    color: #fff;
    padding: 10px 18px;
    border-radius: 4px;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.ribbon a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}
.page-template-template-testimonials .banner .banner-slider .itemcontrol {
  display: none !important;
}

.gfield textarea {
  color: #fff;
}
.form-group {
  position: relative;
}

label.error {
  margin: 5px 0;
  font-size: 12px;
  color: red;
}

input[type=checkbox] {
  display: none;
  width: 1px;
  height: 0;
}

.booking-details input[type=checkbox]+.error+label {
  padding-left: 30px;
}

input[type=checkbox]+.error+label {
  font-family: 'brandoregular';
  font-weight: 400;
  display: inline-block;
  background-size: 20px;
  background-image: url(images/radio.png);
  background-repeat: no-repeat;
  background-position: center left;
}

input[type=checkbox]:checked+.error+label {
  background-image: url(images/radio-checked.png);
}

.booking-details input[type=checkbox]+.error {
  background: none;
  padding: 0;
  position: absolute;
  top: 75%;
}

.banner .banner-slider ul li {
  width: 100%;
}

.hreflong {
  font-size: 13px;
}
#side-bar .side-menu ul li.menu-item-has-children .sub-ctrl {
  color: #fff;
}
select::-ms-expand {
    display: none;
}
/*
#menu-main-menu > li > .sub-menu {
    display: block !important;
}
#menu-main-menu > li > .sub-ctrl {
    display: none !important;
}
*/
#side-bar .side-menu ul li.menu-item-has-children .sub-ctrl {
    padding: 10px 15px 10px 40px;
}

.mobile-phone {
    font-size: 39px;
    float: left;
    position: absolute;
    right: 75px;
    top: -9px;
}

@media (max-width: 767px){
  .booking-details ul li.quote>.form-group input {
    left: 232px;
  }
  .banner .form .total-quote input {
    display: block;
    margin: 0 auto;
    height: 50px;
    text-align: center;
  }
  .banner .banner-slider ul li { 
    padding: 0;
    height: auto !important;
  }
}


@media (min-width: 768px){
  .banner .banner-slider.inner-banner ul li {
    height: 600px;
  }
  .hreflong {
    font-size: 18px;
  }
.banner .form .total-quote input {
  padding: 0;
}
}

@media (min-width: 768px) and (max-width: 1199px){
.banner .banner-slider.inner-banner ul li {
    height: 300px;
}
}
div#quickQuote {
    padding: 15px;
}
.top-phone{
  float: right;
    right: -79px;
    position: absolute;
    background: #3c6e90;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    top: 0px;
    font-weight: bold;
    border-radius: 4px;
}
#menu-main-menu-1 .top-book-btn {
    background: #8fc12b;
    padding: 10px 0px 10px 0px !important;
    border-radius: 4px;
    top: -1px;
}
#menu-main-menu-1 .top-book-btn a {
    color: #fff;
}
#header .primary-menu li:last-child a {
    border-left: 0px;
}