/*!
Theme Name: THS
Author: Eisenberg Inc.
Version: 2.0.0
*/


#primary  .desktop_col_spacer {
	padding-left: 35px;
}

#primary .ths_outline_button_blue a {
border: 3px solid var(--blue) !important;
}

#primary .ths_outline_button_blue a:hover {
	background-color: var(--blue) !important;
}


#primary .services_page {
	padding-top: 6.25rem;;
	padding-bottom: 6.25rem;;
}



.services_page.white_copy {
	color: #fff;
}

.services_page h2 {
	color: #3F5666;
}

.services_page h2 em {
	font-weight: 100;
	font-size: 2rem;
}

.services_page.white_copy h2 {
	color: #fff;
}


.services_page h3 {
	margin-top: 25px;
	margin-bottom: 0;
	font-size: 1.5rem;
	color: #3F5666;
}


.services_page.white_copy h3 {
	color: #fff;
}

.services_page .services_list h2 {
	font-size: 1.375rem;
}


.services_page .intro_copy p {
	font-size: 1.375rem;
}

.services_page blockquote p {
	line-height: 1.8;
}

.services_page.white_copy p a:hover {
	color: #fff!important;
}

#primary .services_page ul>li::before {
	top: 15px;
}

.services_page ul {
	margin-top: 20px;
	margin-bottom: 30px;
}

#primary .services_page ul>li{
	line-height: 1.875rem;
}

   

.services_page .ths_outline_button  {
	padding-top: 50px;

}


.services_page .services_image {
	margin-top: 20px;
}


/*  Reason Call Outs */


.services_page .services_reason_why>.vc_column-inner {
	padding: 2rem;
}

.services_page .services_reason_why h3,
.services_page .services_reason_why li {
	color: var(--dark-blue);
}


/* Step List */

.step-list {
	margin-top: 20px;
	padding-left: 0;
    list-style: none;
    counter-reset: step-counter; 
}


.step-item {
    counter-increment: step-counter;
    margin-bottom: 20px;
    display: flex; 
    align-items: flex-start; 
}

.step-item::before {
    content: "Step " counter(step-counter); 
    font-weight: bold; 
    margin-right: 2%; 
    white-space: nowrap;
    color: var(--orange);
}




/* Stats */

.services_page .stats_row {
	padding-top: 50px;
	padding-bottom: 50px;
}

.services_page .stats_row>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: start;
}

.services_page .stats_row .ths_flex_box { 
    margin: 10px;
    box-sizing: border-box;
    text-align: left;
}

.services_page .stats_row .stats_two_boxes .ths_flex_box {
	
}

.services_page .stats_row .stats_three_boxes .ths_flex_box {
	max-width: calc(100% / 3);
}

.stats_three_boxes>.vc_column-inner>.wpb_wrapper>.ths_flex_box:first-of-type {
	text-align: right;
}

.services_page .stats_row .ths_flex_box img {
	max-width: 146px;
}

.services_page .stats_row .ths_flex_box p {
	font-size: 1.2rem;
}

.services_page  .stats_row .stats_box_basic .countup-number {
    width: auto;
    margin: 0;
}

.services_page  .stats_row .stats_box_basic .countup-number h3, .services_page  .stats_row .stats_box_basic .double_num h3 {
	font-size: 2.5rem;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 10px;
}





#primary  .ths_banner_ad .ths_banner_ad_copy .wpb_text_column {
	color: #fff;
    max-width: 650px;
    padding-left: 5rem;
    padding-right: 40px;
   
} 

#primary  .ths_banner_ad .ths_banner_ad_copy .wpb_text_column h3 {
	font-size: 1.375rem;
}

#primary  .ths_banner_ad .ths_banner_ad_copy .ths_outline_button_blue {
	padding-left: 5rem;
}




#primary  section.services_testimonials {
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
}


#primary  section.services_testimonials .testimonial-slide {
	height: auto; 
}

#primary  section.services_testimonials .testimonial-slide blockquote::before,
#primary  section.services_testimonials .testimonial-slide blockquote::after {
	color: var(--orange);
}




#primary  section.services_testimonials .testimonial-slide p {
	font-size: 0.9rem;
	width: 90%;
}

#primary  section.services_testimonials .testimonial-slide blockquote p {
	font-size: 1.5rem;
	font-weight: 300;
	color: var(--cream);
	width: 100%;
}



#primary .services_benefits_column ul li h3 {
	margin-top: 0;
	font-size: 1.4rem;
	font-weight: normal;
}

#primary .services_benefits_column ul li {
	margin-bottom: 1.95rem;
}



.services_page .pull_quote .wpb_text_column  {
	background-color: var(--blue);
    margin-bottom: 20px;
    border: 3px solid var(--orange);
}

.services_page .pull_quote.intro_pull_quote .vc_column-inner {
	padding-left: 3rem;
}


.services_page .pull_quote  p,
.pull_quote_container .pull_quote  p {
  	font-size: 0.9rem;
  	font-weight: 300;
  	color: #fff;
  	line-height: 1.2;
  	padding-right: 1rem;
  	padding-bottom: 1rem;
  }


.services_page .pull_quote blockquote,
.pull_quote_container .pull_quote blockquote {
	position: relative;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.8;
    width: 100%;
    max-width: 80%;
	padding: 1rem 1rem;
	margin: 0 auto 1rem;
}

.services_page .pull_quote blockquote:before,
.pull_quote_container .pull_quote blockquote:before {
	content: '“';
    font-family: 'SF Pro', sans-serif;
    font-weight: 900;
    color: var(--orange);
    position: absolute;
    top: 15px;
    line-height: 1;
   	font-size: 80px;
   	left: -40px;
   }

.services_page .pull_quote blockquote:after,
.pull_quote_container .pull_quote blockquote:after {
	content: '”';
    font-family: 'SF Pro', sans-serif;
    font-weight: 900;
    color: var(--orange);
    position: absolute;
    bottom: -75px;
    font-size: 80px;
   	right: -40px;
   }



 .services_page .pull_quote blockquote p {
 	font-size: 1rem;
 	line-height:1.4; 
 	color: #fff;
 	font-weight: 300;
 }


@media screen and (max-width: 992px) {

	.services_page .pull_quote blockquote::before, 
	.pull_quote_container .pull_quote blockquote::before {
		font-size: 60px;
		left: -17px;
	}

	.services_page .pull_quote blockquote::after, 
	.pull_quote_container .pull_quote blockquote::after {
		font-size: 60px;
		bottom: -33px;
		right: -17px;

	}

}


@media screen and (max-width: 900px) {
    
    .services_page .stats_row .vc_col-sm-6,
    .services_page .stats_row .vc_col-sm-4,
    .services_page .stats_row .vc_col-sm-8   {
    	width: 100%;
    }

    .services_page .stats_row .stats_three_boxes {
    	margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {


	.services_page .vc_empty_space {
		height: 45px !important;
	}

	#primary  .desktop_col_spacer {
		padding-left: 0;
	}

	.vc_row.vc_column-gap-35 > .vc_column_container {
	  padding: 0 !important;
	}

	#primary .services_page {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}


	#primary  section.services_testimonials .testimonial-slide blockquote p
	{
		font-size: 0.9rem;
	}

	#primary section.services_testimonials .testimonial-slide p{
		font-size: 0.8rem;
	}

	#field_1_6 {width: 100%;}

	.services_page .intro_copy p {
		font-size: 1rem;
	}


	.services_page .stats_row:first-of-type {
			padding-top: 50px;
			padding-bottom: 25px;
		}

	.services_page .stats_row {
			padding-top: 25px;
			padding-bottom: 50px;
		}	

	.services_page .stats_row>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    	display: block;
	}


    
    .services_page .stats_row .ths_flex_box { 
    	text-align: center;
	}

	.stats_three_boxes>.vc_column-inner>.wpb_wrapper>.ths_flex_box:first-of-type {
    	text-align: center;
	}

	.services_page .stats_row .stats_three_boxes .ths_flex_box {
    	max-width: 100%;
	}

	.services_page .testimonial-slide {
    display: block; 
    justify-content: center;
    align-items: center;
    height: auto; 
}

	#primary  .ths_banner_ad .ths_banner_ad_copy .wpb_text_column {
    padding-left: 40px;
    padding-right: 40px; 
	} 

	#primary  .ths_banner_ad .ths_banner_ad_copy .ths_outline_button_blue {
	padding-left: 40px;
    padding-right: 40px; 
	}

	.services_page .pull_quote.intro_pull_quote .vc_column-inner {
		padding-left: 0;
	}

	.services_page .pull_quote.intro_pull_quote {
		margin-top: 40px;
	}

	.services_page .pull_quote blockquote, .pull_quote_container .pull_quote blockquote {
		position: relative;
		  font-size: 0.9rem;
		  line-height: 1.8;
		  width: 100%;
		  max-width: 80%;
		  padding: 0.5rem 0.5rem;
		  margin: 0 auto 1rem;
		  font-weight: 300;
	}

	.services_page .pull_quote blockquote p, 
	.pull_quote_container .pull_quote blockquote p {
		font-size: 0.9rem;
		font-weight: 300;
	}

	.services_page .pull_quote blockquote::before, .pull_quote_container .pull_quote blockquote::before {
		font-size: 50px;
		left: -28px;
	}

	.services_page .pull_quote blockquote::after, .pull_quote_container .pull_quote blockquote::after {
		font-size: 50px;
		bottom: -35px;
		right: -28px;

	}

	.services_page .pull_quote p, .pull_quote_container .pull_quote p {
		font-size: 0.9rem;
		font-weight: 300;
	}

	.services_page .ths_outline_button {
	  padding-top: 10px;
	  padding-bottom: 15px;
	}

	#primary .services_benefits_column ul li h3 {
		font-size: 1rem;
	}

	.services_page h3 {
		font-size: 1rem;
	}

	.number-circle {
		width: 50px;
		height: 50px;
	}

	.services_page h2 em {
		font-size: 1.7rem;
	}


}
