/*
* Add child theme CSS Rules
*/

/**** LAUREN ****/

/* General */

h1, h2 {
  color: #333333;
}
h1 {
  max-width: 70%;
  margin: 0 auto;
}
i.fa.fa-phone {
  padding-right: 10px;
}

/* No padding or margin on columns*/

.vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0!important;
}
.vc_column-inner {
  padding-top: 0!important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0px!important;
}
.aio-icon-component, .wpb_column>.wpb_wrapper .aio-icon-component {
  margin-bottom: 0!important;
}
/* Btn */

.btn.btn-solid.white {
  color: #d54938!important;
}
.bg-gradient {
  background: -webkit-linear-gradient(left, rgb(203, 45, 61) 0%, rgb(239, 70, 58) 100%);
}
 
    
/* Header*/


/* Top header */


/* bg gradient + position fixed */

.pageTopCon {
  background: -webkit-linear-gradient(left, rgb(203, 45, 61) 0%, rgb(239, 70, 58) 100%);
  color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
.pageTopCon a {
  color: white
}
.pageTopCon a:hover {
  color: white;
}

/* Size logo */
/*
img.dark-logo {
  width: 55%;
}

*/
/* Logo fix transition */

.col3>#logo {
  top: -9px;
  transition: .5s ease-in-out;
}
/* HOME */
.badge {
    position: absolute;
    right: 0;
    top: 15%;
    width: 170px;
    height: 170px;
    background: -webkit-linear-gradient(left, rgb(203, 45, 61) 0%, rgb(239, 70, 58) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 21px;
    font-weight: 900;
    text-align: center;
    border-radius: 50%;
    line-height: 28px;
    animation: pulse 3s linear .5s infinite normal both;
    -o-animation: pulse 3s linear .5s infinite normal both;
    -moz-animation: pulse 3s linear .5s infinite normal both;
    -webkit-animation: pulse 2s linear .5s infinite normal both;
}
.badge:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: white 4px solid;
    border-radius: 50%;}
/* SLIDER */


/* Slider + Hero */


/* overlay */

.slotholder:before, .hero-internal .upb_row_bg:before {
  content: '';
  width: 100%!important;
  height: 100%!important;
  background: rgba(57, 57, 57, 0.7)!important;
  display: block!important;
  position: absolute!important;
}

/* PODS */

.pod {
  transition: .3s ease-in-out;
  background: transparent;
}
.pod:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: scale(1.05);
}

/* CTA */

.cta .upb_row_bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(http://chillypepperhire.com/wp-content/uploads/2017/09/pepper.png);
  opacity: .5;
  background-position: 80% center;
  background-repeat: no-repeat;
}
.cta-phone a, .cta .phone a {
  color: white;
  font-size: 40px;
  font-weight: 900;
  color: white;
}

.cta span a {font-size:16px;color:#fff;}

/* Easy steps */


/* Position background numbers */

body .step2 {
  background-position: 89% center!important;
}
body .step1, body .step3 {
  background-position: 15% center!important;
}

/* Online help page */


/* Accordion styling */

span.vc_tta-title-text {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before {
  border-color: #e82a3e!important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
  background: 0 0;
  display: block;
  padding: 25px 40px!important;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: color .2s ease-in-out;
  border-bottom: 2px solid #f4f4f4!important;
  box-shadow: none;
}
.header-elem p {
  padding: 0 15px;
}
.header-elem {
  display: flex;
  justify-content: center;
}

/* Contact page */


/* Form */

.gform_wrapper textarea.medium {
  background: #f4f4f4;
}
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: #f4f4f4;
}

/* Get in touch col */

.bg-gradient p {
  margin: 0;
}
p.custom-header-text {
  position: absolute;
  left: 50px;
}
.bg-gradient a {
  color: white!important;
}
.uavc-list-content {
  padding-bottom: 20px;
}
.bg-gradient .uavc-list-icon {
  padding-top: 7%;
}

/* Footer */

h3.widgettitle {
  margin-bottom: 10px!important;
  color: #dc2241;
}
.footer-bottom {
  background: #EDEDED;
}

/* Back to top */

#back-top a {
  background: #f1303e;
  border-radius: 50%;
}
#pageFooterCon a:hover {
  color: #e2253d!important;
}
#pageFooter i {
  padding-right: 5px;
  color: #de213e;
}
div#pageFooter a {
  color: #747474!important;
}
#pageFooter .widget, #pageFooter .widget p {
  margin: 0!important;
}
#pageFooter li.menu-item {
  margin: 0;
}

/* Mobile menu */

.mobile-menu-nav.menu-dark li {
  border-bottom: 1px solid white;
}
.mobile-menu-inner .current-menu-item {
  background: white;
}
.mobile-menu-inner {
  background: -webkit-linear-gradient(left, rgb(203, 45, 61) 0%, rgb(239, 70, 58) 100%);
}

/***** MEDIA QUERIES *****/


/* Only desktop */

@media (min-width:1000px) {
  .cta-mobile {
    display: none;
  }
  header.header .container {
    margin-top: 40px;
  }
  .header-con.stuck .pageTopCon {
    display: block;
  }
  .header-con.stuck {
    height: 95px;
  }
  p.phone a {
    pointer-events: none;
  }
}

/* Tablet & mobile */

@media (max-width: 1000px) {

.badge{
display:none;
}
  .header-con .pageTopCon {
    display: none!important;
  }
  .cta-desktop {
    display: none;
  }
  #pageFooter .col-md-6, #pageFooter .col-md-3 {
    margin-bottom: 23px;
  }
  #pageFooter .col-md-3 {
    width: 50%;
    float: left;
  }
}

/* Only mobile */

@media (max-width: 480px) {
  .cta-desktop {
    display: none;
  }
  #pageFooter .col-md-6, #pageFooter .col-md-3 {
    margin-bottom: 23px;
  }
  h1 {
    max-width: 100%!important;
    font-size: 21px!important;
  }
  h2 {
    font-size: 19px!important;
  }
  .container, .pix-container {
    min-width: 100%!important;
  }
}

.slider-content-box {
	position:absolute;
    text-align:center;
    top: 31%;
	padding: 0 190px;
}
.slider-content-box2 {
	position:absolute;
    text-align:center;
    top: 15%;
	padding: 0 100px;
}


.slider-title {
font-weight: 900;
text-transform:uppercase;
color: #ffffff;
font-size:42px;
line-height:50px;
}

.slider-text {
color: #ffffff;
font-size:18px;
line-height:28px;
}

.slider-button {
    font-size: 17px;
    line-height: 17px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: rgb(254, 58, 62);
    border-color: rgb(0, 0, 0);
    border-radius: 30px;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    margin-top: 10px;
    padding: 12px 35px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
	display: inline-block;
	text-transform:uppercase;
}

.slider-button:hover {
color: rgb(254, 58, 62);
background-color: #ffffff;
}

@media (max-width:991px) {
.slider-content-box {
	padding: 0;
}
.slider-content-box2 {
	padding: 0;
}
.dnone-mobiles {
display:none !important;
}
}
   

@media (max-width:800px) {
.slider-content-box {
	top:15%
}
.slider-title {
	font-size:26px;
	line-height:35px;
}
.slider-text {
font-size:17px;
line-height:25px;
}
}

@media (max-width:600px) {
.slider-content-box {
	top:8%
}
.cta-phone a {
    font-size: 28px;
}
}
.pageTopCon a:hover {
color:#000000;
}
div#pageFooter a {
    font-size: 16px !important;
}

.contact-details {
    color: #ffffff;
font-family: 'Poppins', Arial, sans-serif;
    font-size: 14px;
	line-height:22px;
    font-style: normal;
    font-weight: 300;
	text-align:right;
}
.contact-details a:hover {
	color:#000000 !important;
}
.contact-heading {
	color:#ffffff;
	font-size:25px;
	text-align:right;
	margin-bottom:30px;
}

@media (max-width:1000px) {
.contact-details {
	text-align:center;
}
.contact-heading {
	text-align:center;
}
}

/* *** AMENDS WPDEV-1048 - CALCULATOR FORM *** */
#gform_2 #label_2_32_1{margin-left:0!important;}
#gform_2 #field_2_28 a{width:50%;}
#gform_2 #field_2_28, #gform_2 #field_2_34{text-align:center;}

@media only screen 
  and (min-device-width: 961px) 
  and (max-device-width: 1025px){
	.site-main .slider-content-box2{top:1%!important;}
}

/* Gravity CALCULATOR FORM checkboxes */
.checkboxer>.gfield_label {
    display: inline-block !important;
    padding-left: 15px !important;
    width: calc(100% - 30px) !important;
    float: right;
}
.gfield_checkbox, .gfield_checkbox li, .ginput_container_checkbox {
    width: auto !important;
    display: inline-block;
    margin: 0 !important;
}
.gfield_checkbox li label {
    width: 30px !important;
    height: 30px !important;
}

.gform_wrapper .gfield_checkbox li label {
    max-width: 100% !important;
}

.gfield_checkbox li label:before {
    content: "";
    font-family: Fontawesome;
    display: block;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    width: 30px !important;
    height: 30px !important;
    color: #5cb85c;
    /*border: 1px solid #333333;*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

.gform_wrapper input[type="checkbox"] {
    opacity: 0;
    outline: none;
    z-index: 100;
    width: 30px !important;
    height: 30px !important;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
    cursor: pointer;
    border: 1px solid #333333;
}
.gform_wrapper input[type="checkbox"] + label {
    cursor: pointer;
    color: white;
    background: white;
}

.gform_wrapper input[type="checkbox"] + label:before {
    content: "\f067";
}

.gform_wrapper input[type="checkbox"]:checked + label:before {
    content: "\f068";
    font-family: Fontawesome;
    display: block;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    width: 30px !important;
    height: 30px !important;
}

@media (min-width:1200px) {
#gform_2 #field_2_28 a {
    width: 30% !important;
}
}

.main-nav .sub-menu li a:hover {
    padding-left: 30px !important;
}
footer.footer-light {
    background: #ffffff !important;
}
.footer-bottom {
    display: none;
}

@media (min-width:1000px) {
    #nav_menu-2 {
        padding-left:60px;
    }
}


/* FORM IN TWO COLUMNS */

.gform_wrapper.two-column_wrapper {
	max-width: 100%;
}

.gform_wrapper.two-column_wrapper ul.gform_fields,
.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
	display: none;
}

.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
	display: block;
}

.gform_wrapper.two-column_wrapper ul.one-half {
    background: white;
    padding: 20px;
    width: 50%;
    float: left;
    border: 1px solid #f4f4f4;
}
.gform_wrapper.two-column_wrapper ul.one-half.first {
	margin-left: 0 !important;
}

#input_3_2,
#input_3_3,
#input_3_4 {
	width: 100%;
}

.gform_wrapper .gsection {
	border-bottom: none !important;
}

.gform_wrapper .top_label li.gfield.gf_right_half+li.gsection {
	padding: 0 !important;
}
@media only screen and (min-width:1075px){
 .gform_wrapper.two-column_wrapper ul.one-half{
     min-height: 650px;}
}
@media only screen and (max-width:767px){
.container {
    min-width: 90%;
    }
}
@media only screen and (max-width: 1075px) {
	li#field_2_80 {
    display: none;
}
	.gform_wrapper.two-column_wrapper ul.one-half {
		width: 100%;
	}
	
	.gform_wrapper.two-column_wrapper ul.one-half {
		margin-left: 0 !important;
	}
	
	#gform_wrapper_3 li {
		margin-bottom: 10px;
	}
	
}
.gform_wrapper .gform_body label.gfield_label, .gform_wrapper .gform_body .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .gform_body .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .gform_body .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .gform_body .field_sublabel_below div[class*=gfield_time_].ginput_container label {
 
    font-size: 13px;
    letter-spacing: 0px;
text-transform: initial;
}
ul.one-col-form {
    display: flex;
    width: 100%;
    justify-content: center;
}

.chilly-list-style {padding-top:10px;}
.chilly-list-style p {text-transform:uppercase;font-weight:bold;font-size:14px;margin-bottom: 10px;color: #1a1a1a;}
.chilly-list-style ul {padding-left:35px; list-style:none;}
.chilly-list-style ul li {margin-bottom:10px;letter-spacing:0.06em;font-size:16px;}
.chilly-list-style ul li:before {font-family: 'FontAwesome';content:"\f105";margin:0 12px 0 -25px;opacity:0.8;color:#cb2d3e;}
@media screen and (max-width:991px){.reverse-column {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}}


