/*
	Temp CSS which will be included in main CSS file when changes are finalised
*/


/*
* Adjustments to services tiles */
.home-service h2.trowel:before {
	background-image:url(../png/pt_spriteff3e.png)!important;
	background-position: -1px -151px;
	background-repeat:no-repeat;
}
.home-service:hover h2.trowel:before {
	background-position:-132px -151px;
}

/*
* Service Heading Icon */
#service header h1.trowel:before,
#service header h1.Trowel:before {
	background-image:url(../png/pt_spriteff3e.png)!important;
	background-position: -234px -60px;
	background-repeat:no-repeat;
}

#location-details ul li.trowel:before,
#why-choose ul li.trowel:before,
#services-list li.trowel:before,
.about-solutions li.trowel:before {
	background-image:url(../png/pt_spriteff3e.png)!important;
	background-position: -273px -4px;
	background-repeat:no-repeat;
	width: 19px;
    height: 24px;
    margin-top: -11px;
    left: 2px;
}
.about-solutions li.trowel:before {
	left:36px;
}

/*
* New 2018 Product Template - SimpleSquare */
#hero.video .product-back {
	height:60px;
	position: fixed;
	top:60px;
	left:0;
	background:none;
	color: white;
	padding:30px 28px 0px 69px;
	font-weight:700;
	z-index:99;
	outline:none;
}
#hero.video .product-back span {
	display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -10px;
    background: #ff203a;
    background: -moz-linear-gradient(top, #ff203a 0%, #e90031 100%);
    background: -webkit-linear-gradient(top, #ff203a 0%,#e90031 100%);
    background: linear-gradient(to bottom, #ff203a 0%,#e90031 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff203a', endColorstr='#e90031',GradientType=0 );
    z-index: -1;
    border-radius: 6px;
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-decoration: none;
}
#hero.video .product-back:after {
	width:32px;
	height:32px;
	position:absolute;
	top:50%;
	margin-top:-6px;
	left:31px;
	background:url(../png/pt_spriteff3e.png) 0 0 no-repeat;
}

#pt-introduction h1 {
	line-height:50px;
	text-align:center;
}
#pt-introduction  #introduction-logo {
	max-width:712px;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}


#pt-features {
	background-color:#353535;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	padding-bottom:45px;
}
#pt-features h1 {
	color: white;
	text-align:center;
	line-height:50px;
	margin-bottom:66px;
}
#pt-features ul {
	text-align:center;
	max-width:760px;
	margin-left:auto;
	margin-right:auto;
}
#pt-features ul li {
	display:inline-block;
	width:250px;
	vertical-align:top;
	margin-bottom:56px;
	padding-top:64px;
	position: relative;
}
#pt-features ul li i {
	display:inline-block;
	width:52px;
	height:52px;
	position:absolute;
	left:50%;
	top:-3px;
	text-align: center;
	margin-left:-26px;
	background: transparent url(../png/pt_spriteff3e.png) 0 0 no-repeat;
}
#pt-features ul li i.strength {
	background-position:-30px -12px;
}
#pt-features ul li i.eco {
	background-position:-94px -12px;
}
#pt-features ul li i.dollar {
	background-position:-158px -12px;
}
#pt-features ul li i.time {
	background-position:-30px -73px;
}
#pt-features ul li i.phone {
	background-position:-94px -73px;
}
#pt-features ul li strong {
	color: white;
	display:inline-block;
	font-size:24px;
	line-height:1.2;
}
#pt-process {
	padding-bottom:0;
}
#pt-process-steps {
	padding-top:60px;
}
#pt-process .process-step {
	min-height:340px;
	position:relative;
}
#pt-process .process-step h3,
#pt-process .process-step p {
	max-width:300px;
}
#pt-process .process-step h3 {
	font-size:24px;
	line-height:30px;
	margin-bottom:25px;
	position: relative;
}

#pt-process .process-step .half {
	min-height:340px;
	position: relative;
}

#pt-process .process-step.ltr .half.left:after {
	content:"";
	display:inline-block;
	width:25px;
	height:25px;
	transform: rotate( 45deg );
	background:white;
	position: absolute;
	top:44px;
	right:-12px;
	z-index:2;
}

#pt-process .process-step.rtl .half.left:after {
	display:none;
}
#pt-process .process-step.rtl .half.right:after {
	content:"";
	display:inline-block;
	width:25px;
	height:25px;
	transform: rotate( 45deg );
	background:white;
	position: absolute;
	top:44px;
	left:-12px;
	right:auto;
	z-index:2;
}
#pt-process .process-step .half img {
	display:block;
	min-height:340px;
	width:auto;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
#pt-process .process-step img.mobile-only {
	display:none;
}

#pt-process .process-step.rtl .half img {
	right:auto;
	left:0;
}

#pt-process .process-step.ltr .half.right {
	padding-left:56px;
	padding-top:44px;
	padding-right:16.9%;
	position:relative;
}
#pt-process .process-step .half.right:after {
	content:"";
}
#pt-process .process-step.rtl .half.right {
	padding-top:0;
	padding-left:0;
	z-index:1;
}
#pt-process .process-step.rtl .half.left {
	padding-left:16.9%;
	padding-top:44px;
	padding-right:56px;
	z-index:10;
}



#pt-estimate-cta,
.pt-estimate-cta {
	padding:25px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea0030+0,fe203b+100 */
	background: rgb(234,0,48); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(234,0,48,1) 0%, rgba(254,32,59,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(234,0,48,1) 0%,rgba(254,32,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(234,0,48,1) 0%,rgba(254,32,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0030', endColorstr='#fe203b',GradientType=0 ); /* IE6-9 */
	text-align:center;
}
.pt-estimate-cta {
	border-radius:5px;
	margin-bottom:28px;
}
#pt-estimate-cta a,
.pt-estimate-cta a {
	display:inline-block;
	vertical-align:top;
	margin:0 14px;
}
#pt-estimate-cta a.tel,
.pt-estimate-cta a.tel {
	color: white;
	font-size:24px;
	margin-top:19px;
}
.pt-estimate-cta a.tel:hover {
	text-decoration: none;
}
#pt-estimate-cta .button,
.pt-estimate-cta .button,
.entry-content .pt-estimate-cta .button {
	color: #2B2828!important;
	box-shadow:none;
}
.entry-content .pt-estimate-cta .button:hover {
	text-decoration: none;
}
#pt-estimate-cta .button span,
.pt-estimate-cta .button span {
	background: white;
	box-shadow:none;
}



#pt-gallery {
	background: #F5F5F5;
	padding-bottom:0;
}
#pt-gallery .column.eight.column-auto {
	width:65.75%;
}
#pt-the-gallery {
	list-style:none;
	margin:0;
	padding:0;
	padding-top:96px;
	text-align:center;
	margin-bottom:74px;
}
#pt-the-gallery li {
	display:inline-block;
	width:157px;
	height:157px;
	margin:0 12px 24px 12px;
}
#pt-the-gallery li a {
	display:block;
	text-decoration: none;
	background: #151515;
}
#pt-the-gallery li a:hover img {
	opacity:.5;
}
#pt-the-gallery li a img {
	display:block;
	width:100%;
	height:auto;
	transition:opacity .25s;
	opacity:1;
}


#pt-brochure {
	background: #f5f5f5;
	padding-top:0;
}
#pt-brochure-cta {
	padding-top:0px;
	width:343px;
	margin-left:auto;
	margin-right:auto;
}
#pt-brochure-cta h3 {
	font-size:24px;
	font-weight:700;
	margin-bottom:27px;
}

.pt-widgets .home-testimonial-quote {
	padding-top:0;
}

#pt-gallery-overlay {
	display:none;
	background:rgba(43,40,40,.9);
}
#pt-gallery-overlay .overlay-inner {
	box-shadow:none;
	background:none;
	padding:176px 0 0 0;
	top:100px;
	max-width:712px;
}
#pt-gallery-overlay .overlay-inner .img img {
	display:block;
	width:100%;
	height:auto;
}
#pt-gallery-overlay .overlay-inner .caption {
	padding-top:40px;
}
#pt-gallery-overlay .overlay-inner .caption p {
	font-size:15px;
	font-weight:700;
	color: white;
	line-height:20px;
	padding:0;
	margin:0;
}
#pt-gallery-overlay .pt-close-overlay {
	position: absolute;
    top: 100px;
    right: 0;
    width: 32px;
    height: 32px;
    background:url(../png/pt_spriteff3e.png) 0 -32px no-repeat;
}

@media screen and (max-width:1450px) {
	#pt-process .process-step .half {
		overflow:hidden;
	}
	#pt-process .container {
		width:100%;
		max-width:1450px;
		padding:0;
	}
	#pt-process .container .column.twelve {
		margin:0;
		width:100%;
	}
	#pt-process .process-step .half:last-child {
		padding-right:5%;
	}
	#pt-process .process-step.rtl .half:last-child {
		padding-right:0;
	}
	#pt-process .process-step.rtl .half:first-child {
		padding-left:5%;
	}
}

@media screen and (max-width:768px) {
	#pt-process {
		padding-bottom:40px;
	}
	#pt-process h1 {
		max-width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	#pt-process #pt-process-steps {
		padding-top:60px!important;
	}
	#pt-process .process-step {
		padding-bottom:50px;
		min-height:0!important;
	}
	#pt-process .process-step.ltr .half.left,
	#pt-process .process-step.rtl .half.right {
		padding:0;
		width:100%;
		min-height:0!important;
	}
	#pt-process .process-step.ltr .half.right,
	#pt-process .process-step.rtl .half.left {
		width:auto;
		min-height:0!important;
		padding-left:4%!important;
		padding-right:4%!important;
		padding-top:28px;
	}

	#pt-process .process-step .half:after {
		display:none!important;
	}
	#pt-process .process-step .half img,
	#pt-process .process-step.rtl img.mobile-only {
		position:static!important;
		display:block!important;
		width:100%!important;
		height:auto;
		min-height:0!important;
	}
	#pt-process .process-step.rtl .half.right {
		display:none;
	}
	#pt-process .process-step h3,
	#pt-process .process-step p {
		max-width: none;
	}
	
	.page-template-page-product-template .small-testimonial {
		padding-top:100px;
	}
	.page-template-page-product-template .small-testimonial-image {
		width:80px;
		height:80px;
	}
	.page-template-page-product-template #find-olshan {
		margin-left:auto;
		margin-right:auto;
		max-width:320px;
	}
}

@media screen and (max-width:712px) {
	#pt-introduction #introduction-logo {
		max-width:100%;
	}
}


@media screen and (max-width:568px) {
	#hero.video {
		min-height:400px;
		height:auto;
		max-height:500px;
	}
	
	#hero.video .product-back {
		padding-left:12px;	
	}
	#hero.video .product-back:after {
		display: none;
	}
	
	.home-service h2.trowel {
		padding-left:15%;
		padding-right:15%;
	}
}
	
@media screen and (max-width:360px) {	
	
	#schedule-estimate + .aside-image,
	.local-badges + .aside-image {
		max-width:290px;
		margin-left:auto;
		margin-right:auto;
	}
	.mini-services-icons {
		width:auto;
		margin-left:auto;
		margin-right:auto;
		left:auto;
		right:auto;
	}
	
	
}

@media screen and (max-width:330px) and (max-height:490px) {	

	body.page-template-page-location-with-hero .hero-content h1 {
		font-size:36px!important;
		line-height:42px!important;
	}
	body.page-template-page-location-with-hero #hero,
	body.page-template-page-location-with-hero #hero .slides {
		height:545px!important;
	}

}


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.home-service h2.trowel:before,
	#service header h1.Trowel:before,
	#location-details ul li.Trowel:before,
	#why-choose ul li.Trowel:before,
	#services-list li.Trowel:before,
	#hero.video .product-back:after,
	#location-details ul li.trowel:before,
	#why-choose ul li.trowel:before,
	#services-list li.trowel:before,
	.about-solutions li.trowel:before,
	#pt-features ul li i,
	#pt-gallery-overlay .pt-close-overlay {
		background-image:url(../png/pt_sprite%402x.png)!important;
		background-size:300px 356px!important;
	}
}




/**
 New Locations w/ Hero Template */
body.page-template-page-location-with-hero .hero-content {
	margin-top:16%;
}
body.page-template-page-location-with-hero .hero-content h1 {
	font-size:40px;
	line-height:50px;
}
body.page-template-page-location-with-hero .trustpilot-widget {
	display: inline-block;
	background: white;
	padding-top: 7px;
	border-radius: 6px;
	margin-top: 30px;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
	body.page-template-page-location-with-hero #hero,
	body.page-template-page-location-with-hero #hero .slides {
		height:auto;
	}
	body.page-template-page-location-with-hero .hero-content .tel {
		margin-top:30px;
	}
	body.page-template-page-location-with-hero  .hero-content .tel:after {
		display:none;
	}
}



/**
* Tablet and Mobile adjustments to repair cost calc cta */
@media screen and (max-width: 768px) and (min-width: 700px) {
	#repair-cost-cta p {
		left:388px;
	}
	
}
@media screen and (max-width: 700px) and (min-width: 320px) {
	#repair-cost-cta {
		background:#afaea9;
		padding:28px;
	}
	#repair-cost-cta img {
		display:none;
	}
	#repair-cost-cta p.bookmania,
	#repair-cost-cta p {
		position:static;
		text-align:center;
		margin-bottom:0;
	}
	#repair-cost-cta p.bookmania {
		font-size:36px;
		line-height:44px;
		margin-bottom:28px;
	}

}
	


/**
* Pagination */
.pagination {
	font-size:0;
}
.pagination li {
	display:inline-block;
	width:50%;
	font-size:15px;
	vertical-align: top;
	text-align:left;
}
.pagination li.next {
	text-align:right;
}
