
/* HOME */
p{
	font-family: 'Roboto',sans-serif;
	line-height: 30px;
}

.hero-bg {
	background:#222;
	width:100%;
	clear:both;
}

.hero-bg-dog .hero-content{
	padding-top: 0px;
}

.hero-bg .cta{
	background: #1aa59e;
	color: #000; 
	font-weight: bold!important; 
	font-size: 18px;
	line-height: 1;
}

.hero-bg .cta.red{
	margin-top: 32px;
	background: #d45b2d!important;
	color: #000;
	font-weight: bold
}

.hero-bg-dog .hero-content label{
	margin: auto 1px;
}

.hero-content {
	position: relative;
	display: block;
	display: -moz-box;
	display: -ms-box;
	
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-box-pack: center;
	
	/*box-pack: center;*/
	height: 100%;
	
	padding: 0 0;
	/*max-width: 1200px;*/
	margin: 0px auto;
	text-align: center;
	
	display: flex;
	flex-direction: column;
}

.hero-content > div{
	flex: 1;
	display: flex;
	flex-direction: column;
}

.hero-content h2{
	color: black!important; 
    font-weight: bold!important;
    color: #000!important;
    text-align: center;
}

.hero-content h2{
	font-size: 24px;
}

.hero-content input[type="text"]{
	width: 40%;
	padding: 5px 15px;
	height: 60px;
	border-radius: 3px;
	border: none;
	font-size: 24px;
	font-weight: 400;
}

.hero-content select{
	width: 80%;
	padding: 5px 15px;
	height: 40px;
	border-radius: 3px;
	border: none;
	font-size: 24px;
	font-weight: 400;
	text-align-last: center
}


/* NEW Home CTA */
.middle {
  width: 100%;
  text-align: center;
  /* Made by */
}
.middle h1 {
  font-family: sans-serif;
  color: #fff;
}
.middle input[type="radio"] {
  display: none;
}
.middle input[type="radio"]:checked + .box {
  /*background-color: #007e90;*/
  /*background: #1aa59e;*/
  /*background: #d45b2d;*/
}
.middle input[type="radio"]:checked + .box span {
	/*color: white;*/
	/*color: #d45b2d;*/
	transform: translateY(28px);
}

.middle input[type="radio"]:checked + .box span:before {
  transform: translateY(0px);
  opacity: 1;
  /*color: #FFF!important;*/
  /*color: #d45b2d;*/
}

.middle .box {
	width: 100px;
	height: 100px;
	/*background-color: #fff;*/
	/*background-color: #1aa59e;*/
	transition: all 250ms ease;
	will-change: transition;
	/*display: inline-block;*/
	display: flex;
	text-align: center;
	cursor: pointer;
	position: relative;
	font-family: sans-serif;
	font-weight: 300;
}


.middle .box:active {
  transform: translateY(10px);
}

.middle .box span {
  position: absolute;
  transform: translate(0, -50px);
  left: 0;
  right: 0;
  transition: all 300ms ease;
  font-size: 15px;
  user-select: none;
  /*color: white;*/
  /*color: #1aa59e;*/
  color: #677574;
  
}

.middle .box:hover{
	background: #1aa59e;
}

.middle .box:hover span{
	transform: translateY(10px);
	/*background: #1aa59e;*/
	color: white;
}

.middle .box span:before {
  /*font-size: 28px;*/
  
  font-size: 5vh;
  font-family: FontAwesome;
  display: block;
  transform: translateY(80px);
  opacity: 1;
  transition: all 300ms ease-in-out;
  font-weight: normal;
  /*color: white;*/
  color: #1aa59e;
  
  /*text-shadow: 0px 10px 6px #ccc;*/
  
  text-shadow: 0px 0px 0px rgba(0,0,0,0.2),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
             
    /*text-shadow: -1px -1px 0px #1aa59e, 3px 3px 0px #1aa59e, 6px 6px 0px #1aa59e;*/
}

.middle .box:hover span:before{
	transform: translateY(0px);
	opacity: 1;
	color: #fff;
	/*color: #1aa59e;*/
}

.middle .new-location span:before {
  content: '\f041';
  
  
}
.middle .equipment span:before {
  content: '\f0d1';
}
.middle .advertising span:before {
  content: '\f1ea';
}

.middle .buyout span:before {
  content: '\f127';
}

.middle .supplies span:before {
  content: '\f07a';
}

.middle .hiring span:before {
  content: '\f0c0';
}

.middle .payroll span:before {
  content: '\f0d6';
}


.middle .hiring span:before {
  content: '\f0c0';
}
.middle .slump span:before {
  content: '\f243';
}
.middle .remodelling span:before {
  content: '\f021';
}
.middle .other span:before {
  content: '\f069';
}
.middle .hiring span:before {
  content: '\f0c0';
}
.middle p {
  color: #fff;
  font-family: "Dax", sans-serif;
  font-weight: 400;
}
.middle p span:after {
  content: '\f0e7';
  font-family: FontAwesome;
  color: yellow;
}


div#hero2 .cta {
    color: #000;
}

.cta:hover{
	color: #e6fff7;
	text-decoration: none;
}

.hero-content .cta{
	margin-top: 70px;
    border-radius: 40px;
    font-weight: 500;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
div#home-products > div {
    margin-bottom: 20px;
}

div#home-products a{
	text-decoration: none;
}




/* HOME 2019 */
.underline{
	background-size: calc(100% + 7px) 12px;
    background-position: 0 94%;
    background-repeat: no-repeat;
}
.underline1{
	background-image: -webkit-linear-gradient(#00c7b2, #00c7b2);
    background-image: linear-gradient(#00c7b2, #00c7b2);
}

#home-motto{
	padding: 30px 10px;
	margin: 0px auto;
	text-align: center;
	background: #d45b2c;
	
}

#home-motto h1{
	display: inline-block;
	color: white;
	text-shadow: rgba(0,0,0,0.25) 0px 0px 15px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-top: 20px;
	/*margin: 0px auto 0px 60px;*/
}

#home-motto h1 span.blue{
	/*color: #1aa59e;*/
	/*color: #48efe6;*/
	color: #000;
	text-shadow: none;
}

#home-motto h1 span.period{
	color: #000;
} 

#home-trustpilot i{
	color: red;
}

.orange #home-testimonials i{
	color: #d45b2d;
}

#hero2 .hero-content h2{
	display: inline-block;
	font-weight: normal;
}

.product-bg {
    /*width: 150px;
    height: 150px;*/
    /*border-radius: 170px;
    border: 7px solid white;
    padding: 40px 30px 25px 30px;
    background: white;*/
    /*background-color: #e6f9f6;*/
    
    width: 25%;
    
    font-size: 15px;
    margin: 0px auto;
}


.product-label{
	margin-top: 15px;
	padding: 3px 10px;
	font-size: 18px;
	color: white;
	font-weight: 600;
	text-transform: uppercase	
}

.product-intro{
	color: white;
}

#home-products > div .product-intro:nth-child(1),
.product-intro:nth-child(2),
.product-intro:nth-child(3){
	margin-bottom: 30px;
}

#home-products > div:nth-child(odd) > div{
	/*background: #fff8ea;*/
}

#home-products > div:nth-child(even) > div{
	/*background: #85dbe4;*/
}

#home-trustpilot h2, #home-testimonials h2, #home-here h2, #helpful-posts h2{
	font-size: 42px;
	text-align: center;
}

.testimonial{
	border: 3px solid #4cb057;
	border-radius: 15px;
	padding: 20px;
	
}



.orange .testimonial{
	border-color: #d45b2d!important;
}

.testimonial label{
	padding-top: 70px;
	padding-left: 110px;
    position: relative;
    width: 100%;
    /*color: #1aa49e;*/
    color: #333;
    border-top: 1px solid #8cbb91;
    font-size: 23px;
}

.orange .testimonial label{
	border-top: 1px solid #dabaae;
}

.testimonial label:before{
	
  content: '\201C';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font: 6em/1em 'PT Sans', sans-serif;
  color: #4cb057;
  text-align: center;

}

.orange .testimonial label:before{
	color: #d45b2d;
}

.name span {
    font-size: 12px;
    display: block;
    color: #667574;
}

.testimonial img{
	position: absolute;
    top: 22px;
    left: 0;
}

#trust-badges{
	background: #f4fbfb;
	padding-top: 50px;
	padding-bottom: 50px;
	font-weight: bold;
	color: #667574;
	font-size: 18px;
}



#hero-left-col{
	position: relative; 

	min-height: 350px;
	max-width: 600px;
	margin: 0px auto;
	padding: 20px 0;
	
	flex: 1
	
}
#hero-flex, #cta-flex{
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.hero-flexbox{
	/*border: 1px solid green;*/
	display: flex;
	flex-direction: column;
}

#hero-flex1, #hero-flex2, #hero-flex3,
#hero-flex1a, #hero-flex1b{
	justify-content: center;
	overflow: auto
}
#hero-flex1{
	flex: 1;
	
}

#hero-flex2{
	flex: 2;
}

#hero-flex3{
	flex: 3;
}

#cta-flex1{
	flex: 1;
	flex-grow: 50
}


#cta-flex2{
	flex: 2;
	flex-grow: 50
}

.scroll-down:after {
    font-family: fontAwesome;
    display: block;
    font-size: 25px;
    content: "\f078";
    position: relative;
    top: -5px;
}

.scroll-down {
   	/*position: absolute;
    left: calc(50% - 60px);
    bottom: 20px;*/
    
    color: #1aa59e;
    font-size: 2vh;
    font-weight: bold;
    /*width: 135px;*/
    margin: 30px auto 0 auto;
    display: none;
    cursor: pointer
}

.bounce{
	-webkit-animation: bounce 3s infinite!important;
	animation-duration: 5s!important;
}

span.link > div:last-child{
	display: none;	
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;

  
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active, .hvr-grow-shadow.active {
  /*box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);*/
  -webkit-filter: drop-shadow(0px 3px 7px rgba(0,0,0,.5));
  filter: drop-shadow(0px 3px 7px rgba(0,0,0,.5));
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  
 

}

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  /*box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);*/
  -webkit-filter: drop-shadow(0px 3px 7px rgba(0,0,0,.5));
  filter: drop-shadow(0px 3px 7px rgba(0,0,0,.5));
}


/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: #2098D1;*/
  /*background: #1aa59e;*/
  background: white;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  /*border-radius: 12px;*/
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active, .hvr-sweep-to-right.active {
  /*color: white;*/
  color: #1aa59e;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before, .hvr-sweep-to-right.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


#trust-hero{
	/*background: url(images/col-ver-bor.jpg) left top repeat-y #f2f2f2;*/
	/*background: #f2f2f2;*/
	/*border-left: 1px solid #2f2f2f;*/
	height: auto;
	padding: 0
}

#trust-content{
	margin-left: 40px;
}

#trust-hero h3{
	/*background: #1aa49e;*/
    margin-top: 30px;
    padding: 15px 0;
	
	font-size: 18px;
    font-weight: normal;
    font-family: 'Playfair Display', serif;
    z-index: 99;
    
    text-transform: uppercase;
    margin-left: -50px;
    text-align: center;
}

#trust-hero h3:before, #trust-hero h3:after {
    content: '';
    
    height: 7px;
    display: block;
    margin: 0 auto;
}

#trust-hero h3:before {
    border-top: 1px solid #2f2f2f;
    max-width: 520px;
    width: 100%;
}

#trust-hero h3:after {
    border-bottom: 1px solid #2f2f2f;
    width: 156px;
}

.left-innside {
    
}

.quarter-circle-top-right{
	position: absolute;
	top: 0px;
	right: 0;
	width: 100%;
	height: 270px;
	background: #1aa49e;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: #1aa49e;
    opacity: 0.20;
    z-index: 1;
}

.testimonial label.name img {
    border-radius: 50%;
}


#home-why{
	min-height: 700px;
	margin-top: 0px;
	padding: 40px;
	/*background: url(images/core/blackdog.png) #f7f8fb no-repeat 85% bottom;*/
	
	background-size: 35%;
}

.home-why-woman, .home-why-dog{
	background-color: #1aa59e; 
}


#home-why h2, #home-why h3, #home-why p{
	/*color: #4e5f5d;*/
	color: #fff!important;
}

#home-why h2{
	display: inline-block;
	font-size: 40px;
}


#home-why p.intro{
	margin-top: 30px;
	font-size: 22px;
	line-height: 30px;
}

#home-here h2{
	/*text-align: right;*/
	line-height: 66px;
	color: #1aa49e;
}

#home-here h2 span.a{
	font-size: 36px;
	line-height: 55px
}

#home-here h2 span.b{
	font-size: 28px;
}

#home-here p{
	color: #677574;
}

#home-here .cta{
	padding: 20px 80px;
    margin: 0px auto;
    font-size: 28px;
    border-radius: 40px;
}

/* FEATURED BLOGS */

.wcp-carousel-main-wrap .slick-track img {
    max-height: 200px;
    width: auto!important;
}


#helpful-posts{
	padding: 30px 0 50px;
	background: #f4f5f9;
	overflow-x: hidden;
}

#helpful-posts h2{
	margin-bottom: 40px;
}

#helpful-posts .rpc-bg {
    background-color: white;
    min-height: 540px;
	max-height: 540px;
    overflow: hidden;
    position: relative;
}

#helpful-posts h3.rpc-title{
	font-size: 18px;
}

#helpful-posts .car-caption{
	padding: 20px;
}

#helpful-posts .slick-slide {
    
}


#helpful-posts .read-more{
	margin-top: 30px;
    border-radius: 25px;
    background: #d45b2d;
    padding: 5px 15px;
    color: white;
    position: absolute;
    bottom: 20px;
    left: 50%;
    
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    /*margin-left: 60px;*/
    font-size: 16px;
}

.slick-prev, .slick-next{
	30px;
}
.slick-prev:before, .slick-next:before {
    font-size: 30px!important;
}



/* WE'RE HERE */
#home-here{
	padding: 40px 0 60px;
	background: #d1edec;
}

@media screen and (min-width: 960px) { 
	.hero-bg{
		background: url(../images/home-hero1.jpg) no-repeat center 25%;
	    background-size: cover;
	}
	
	.home-why-woman, .home-why-dog{
		background-repeat: no-repeat;
		background-position: 95% bottom;
	}
	.home-why-woman{
		background-image: url(../images/home-hero-girl-blue.png); /*#f7f8fb*/
	}
	
	.home-why-dog{
		background-image: url(../images/dog-black.png); /*#f7f8fb*/
	}
}

@media screen and (min-width: 1200px) { 
	.testimonial p{
		height: 350px;
	}
}
