/**
 * Theme Name: Cendyn
 * Version: 1.0
 * Author: Cendyn
**/
.searchform + .row { clear: both; }


/* taken from template-product-detail.php file 7/29/2018 - LRF */
.page-template-template-product-detail .product-detail-header,
/*.page-template-template-product-detail .section-key_features,*/
.page-template-template-product-detail .page-content .section-cta,
.page-template-template-product-detail .page-content .section-related_articles_blogs {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;/*#e9f0f9*/
}
.page-template-template-product-detail .product-detail-header {
	min-height: 500px;
	background-position: center bottom;
	padding-bottom: 9%;/*170px;100px;*/
}
	/*.page-template-template-product-detail .product-detail-header .content{
		color: <? php echo $page_header['text_color']; ? >;
	} kept on the template-product-detail.php file 7/29/2018 - LRF */
		.page-template-template-product-detail .product-detail-header .content h3 {
			font-family: 'Poppins', 'Hind', sans-serif;
			padding: 64px 55px 0 55px;
			font-weight: 500;
			line-height: 1;
			font-size: 36px;
		}
		.page-template-template-product-detail .product-detail-header .content h4 {
			font-family: 'Poppins', 'Hind', sans-serif;
			padding: 10px 0 48px 0;
			font-weight: 100;
			line-height: 33px;
			font-size: 26px;
		}
		.page-template-template-product-detail .pd-featured-image {
			min-height: 300px;
		}
			.page-template-template-product-detail .pd-featured-image img {
				display: block;
				max-width: 75%;/*100%;*/
				height: auto;
				margin: 0 auto;
			}
.page-template-template-product-detail .page-content .section-key_features h2 {
	font-family: 'Poppins', 'Hind', sans-serif;
	padding: 36px 45px 5px 64px;/*75px 0;*/
	font-weight: 100;
	font-size: 25px;
}
.page-template-template-product-detail .page-content .section-key_features p {
	font-family: 'Poppins', 'Hind', sans-serif;
	padding: 0 45px 0 64px;
	font-weight: 100;
	font-size: 16px;
	line-height: 23px;
}
/*.page-content .section-key_features [data-equalizer-watch]*/
.page-template-template-product-detail .page-content .section-key_features #test-eq > div > div {
	padding: 30px 40px 50px 0;
}
.page-template-template-product-detail .page-content .section-key_features #test-eq > div:first-of-type > div,
.page-template-template-product-detail .page-content .section-key_features #test-eq > div:nth-of-type(4n) > div {
	padding-left: 37px;
}
.page-template-template-product-detail .page-content .section-key_features #test-eq > div:nth-of-type(3n) > div {
	margin-left: -26px;
}
.page-template-template-product-detail .page-content .section-key_features #test-eq > div > .last-three {
	padding-bottom: 0;
}
	.page-template-template-product-detail .page-content .section-key_features [data-equalizer-watch] h5 {
		font-size: 17px;/*12px;*/
		text-transform: uppercase;
		font-weight: 400;
	}
	.page-template-template-product-detail .page-content .section-key_features [data-equalizer-watch] p {
		font-size: 16px;
		font-weight: 400;
		padding: 0;
	}
	.page-template-template-product-detail .page-content .section-key_features [data-equalizer-watch] p > i {
		font-size:25px;
	}

.page-template-template-product-detail .page-content .section-cta {
	padding: 10% 0px;/*15% 0px;*/
	background-size: 100% 100%;
}
.page-template-template-product-detail .page-content .section-cta h3.section-header {
	font-size: 24px;
	color: #11034f;
}
/*.page-template-template-product-detail .page-content .section-cta .column {
text-align: left;
}*/
.page-template-template-product-detail .page-content .section-cta .button {
	color: #fff;
	border-color: #9f216d;
	background-color: #9f216d;
	line-height: 50px;
	height: 50px;
	vertical-align: top;
	font-size: 15px;
	font-weight: 100;
	text-transform: none;
	padding: 0 30px;
}
.page-template-template-product-detail .section-cta .button:hover {
	border-color: #24245A;
	background-color: #24245A;
}

.page-template-template-product-detail .page-content .section-related_articles_blogs {
	background-position: center bottom;
	padding-bottom: 130px;
}
.page-template-template-product-detail .page-content .section-related_articles_blogs h2 {
	text-align: center;
	font-size: 24px;
	color: #11034f;
	padding-top:20px;
}
.page-template-template-product-detail .page-content .section-related_articles_blogs #test-eq {
	margin-top: 35px;
}
.page-template-template-product-detail .page-content .section-related_articles_blogs [data-equalizer-watch] {
	font-size: 14px;
	position: relative;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	top: 0px;
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 3px;
	transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}

.page-template-template-product-detail .page-content .section-related_articles_blogs [data-equalizer-watch] .subtitle {
	border: 2px solid #aaa;
	border-radius: 5px;
	display: inline-block;
	padding: 0 5px;
	text-transform: uppercase;
	line-height: 23px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #444;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 101;
}
/*.page-template-template-product-detail .page-template-template-resources .filtered .post-content .subtitle {
	display: none;
}*/
.page-template-template-product-detail .page-content .section-related_articles_blogs [data-equalizer-watch] .subtitle:hover {
	color: #fff;
	background-color: #27AAE1;
	border-color: #27AAE1;
}


.page-template-template-product-detail .page-content .section-related_articles_blogs [data-equalizer-watch] > a {
	display:block;
}

.page-template-template-product-detail .page-content .section-related_articles_blogs [data-equalizer-watch] span.content.without-subtitle {
	font-size: 1rem;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding: 15px;
	height: 250px;
	overflow: hidden;
	padding-top: 40px;
}
.page-template-template-product-detail .page-content .section-related_articles_blogs [data-equalizer-watch] h5 {
	font-size: 28px;
	color: #005eaa;
	font-weight: normal;
	line-height: 1.1em;
	max-height: 2.2em;
	padding-bottom: 2px;
	overflow: hidden;
	margin: 15px 0;
}
.page-template-template-product-detail .page-content .section-related_articles_blogs [data-equalizer-watch] p {
	max-height: 4.9em;
	overflow: hidden;
	line-height: 1.2em;
}
.page-template-template-product-detail .page-content .section-related_articles_blogs [data-equalizer-watch] img {
	text-align: center;
	overflow: hidden;
	background-color: #ECF2FA;
	width: 100%;
	position: relative;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	height: 200px;
}


.page-template-template-product-detail .page-content .section-detailed_features {
	padding-bottom: 80px;
}
.page-template-template-product-detail .page-content .section-detailed_features .detailed-features-title {
	margin: 35px auto;/*0 5% 35px;0 19% 75px;*/
	text-align: center;
}
.page-template-template-product-detail .page-content .section-detailed_features h2 {
	font-size: 24px;
	/*margin: 0 5% 75px;0 19% 75px;*/
	padding: 13px 0;
	color: #11034f;
}
.page-template-template-product-detail .page-content .section-detailed_features [data-equalizer-watch] {
	position: relative;
	padding: 10% 8%;/*100px 0;*/
}
.page-template-template-product-detail .page-content .section-detailed_features #test-eq > div:nth-child(odd) > div {
	/*left: -45px;*/
}
/*.page-template-template-product-detail .page-content .section-detailed_features #test-eq > div:nth-child(even) > div {
	right: -161px;
	padding-top: 16px;
}*/
.page-template-template-product-detail .page-content .section-detailed_features #test-eq > div > div i {
	font-size: 25px;
}
.page-template-template-product-detail .page-content .section-detailed_features #test-eq > div > div h5 {
	color: #3967ad;
	font-size: 22px;/*20px;*/
	font-weight: 100;
	padding-bottom: 10px;
}
.page-template-template-product-detail .page-content .section-detailed_features #test-eq > div > div > p:nth-of-type(2) {
	text-transform: uppercase;
	font-size: 17px;/*12px;*/
	margin-bottom: 5px;
}
.page-template-template-product-detail .page-content .section-detailed_features #test-eq > div > div > p:last-of-type {
	font-size: 16px;
	line-height: 23px;
}

section.section-testimonials .testimonials-section {
	/*background: url('/wp-content/uploads/2018/06/detailed-features-bg.jpg');*/
	background-position:right center;
	background-repeat: no-repeat;
	/*background-color: transparent!important;*/
	background-size: auto 100%;
	padding: 0;
	border: none;
}
section.section-testimonials .testimonials-section .testimonial {
	margin-bottom: 20px;
	padding: 0 4.5%;
}
section.section-testimonials .testimonials-section .testimonial h3,
section.section-testimonials .testimonials-section .testimonial .text,
section.section-testimonials .testimonials-section .testimonial cite {
	font-weight: 100;
}
section.section-testimonials .testimonials-section .testimonial > div > div:first-of-type > h3 {
	font-size: 17px;
	padding-top:44px;
}
section.section-testimonials .testimonials-section .testimonial > div > div:first-of-type > h3:after {
	content: "";
	display: block;
	background-color: #fff;
	width: 26px;
	height: 3px;
	margin-top: 6px;
}
section.section-testimonials .testimonials-section .testimonial blockquote {
	height:auto!important;
}
section.section-testimonials .testimonials-section .testimonial .text {
	font-size: 20px;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 30px;
}
section.section-testimonials .testimonials-section .testimonial .text:before,
section.section-testimonials .testimonials-section .testimonial .text:after{
	/*font-size: 16px;*/
	font-size: 4em;
	height: 26px;
	line-height: 26px;
	bottom:auto;
	top:auto;
}
section.section-testimonials .testimonials-section .testimonial .text:before {
	left: -26px;
	right: auto;
	top:26px;
}
section.section-testimonials .testimonials-section .testimonial .text:after{
	left: auto;
	right: -26px;
	bottom:26px;
}
section.section-testimonials .testimonials-section .testimonial cite {
	padding: 0 0 10px;
}
section.section-testimonials .testimonials-section .testimonial cite:before{
	display: none;
}
section.section-testimonials .testimonials-section .pd-testimonials-carousel .slick-arrow {
	width: 40px;
	height: 80px;
	background-size: contain;
	background-repeat:no-repeat;
	background-position: center;
}
section.section-testimonials .testimonials-section .pd-testimonials-carousel .slick-prev {
	background-image: url('/wp-content/uploads/2018/06/section-testimonials-left-arr.png');
	left: 70px;
}
section.section-testimonials .testimonials-section .pd-testimonials-carousel .slick-next {
	background-image: url('/wp-content/uploads/2018/06/section-testimonials-right-arr.png');
	right: 70px;
}
section.section-testimonials .testimonials-section .pd-testimonials-carousel .slick-prev:before,
section.section-testimonials .testimonials-section .pd-testimonials-carousel .slick-next:before {
	display: none;
}

section.section-testimonials .testimonials-section .testimonial h3 a img {
	margin: 0 auto;
}

/* section-related_solutions */
.page-template-template-product-detail .page-content .section-related_solutions h2 {
	margin: 0 19% 0;
	padding: 70px 0 39px;
	text-align: center;
	font-size: 24px;
	color: #11034f;

}
.page-template-template-product-detail .page-content .section-related_solutions #test-eq {
	padding: 0 0 70px;
}
/*.page-template-template-product-detail .page-content .section-related_solutions [data-equalizer-watch] {}*/
.page-template-template-product-detail .page-content .section-related_solutions [data-equalizer-watch] > a {
	display: block;
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 56%;
}
/*.page-template-template-product-detail .page-content .section-related_solutions [data-equalizer-watch] h2,*/
.page-template-template-product-detail .pd-overlay-fade-in .pd-image-overlay-content-initial {
	color: #f2f2f2;
	font-size: 1.8rem;
	margin-top: 0;
	margin: 0;
	opacity: 1;
	transition: all 0.2s ease-in-out;
	background: rgba(36, 36, 90, 0.75);
	padding: 0;
}
.page-template-template-product-detail .pd-image-wrapper {
	margin-bottom:20px;
}
.page-template-template-product-detail .page-content .section-related_solutions #test-eq .columns:last-of-type .pd-image-wrapper {
	margin-bottom:0;
}
.page-template-template-product-detail .pd-overlay-fade-in [data-equalizer-watch] h2 {
	font-size: 20px!important;
	background: none!important;
	margin:0!important;
	padding:0;
}
.page-template-template-product-detail .pd-overlay-fade-in .pd-image-overlay-content-initial h2 {
	position: relative;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.page-template-template-product-detail .pd-overlay-fade-in .pd-image-overlay-content-hoover {
	text-align: left;
	padding: 30px;
}
.page-template-template-product-detail .pd-overlay-fade-in .pd-image-overlay-content-hoover h2 {
	text-align: left;
	padding-bottom: 15px;
}
.page-template-template-product-detail .pd-overlay-fade-in .pd-image-overlay-content-hoover p,
.page-template-template-product-detail .pd-overlay-fade-in .pd-image-overlay-content-hoover div {
	letter-spacing: normal!important;
	font-size: 17px!important;
	letter-spacing: normal!important;
	font-weight: 100;
}
.page-template-template-product-detail .pd-overlay-fade-in .pd-image-overlay-content-hoover div {
	border-bottom: 1px solid #fff;
	color: #fff;
	display: inline-block;
}

@media print, screen and (max-width: 63em){
	.page-template-template-product-detail .product-detail-header {
		padding-bottom: 50px;
	}
	.page-template-template-product-detail .page-content .section-key_features h2,
	.page-template-template-product-detail .page-content .section-key_features p {
		padding-left: 20px;
		padding-right: 20px;
	}
	.page-template-template-product-detail .page-content .section-detailed_features {
		padding-bottom: 50px;
	}
	.page-template-template-product-detail .page-content .section-key_features #test-eq > div > div {
		padding-bottom: 0;
		padding-left: 20px!important;
		padding-right: 20px;
	}
	.page-template-template-product-detail .page-content .section-key_features #test-eq > div:nth-of-type(3n) > div {
		margin-left: 0;
	}

	.page-template-template-product-detail .page-content .section-cta {
		padding: 20% 0;
	}
	.page-template-template-product-detail .page-content .section-cta h3.section-header {
		padding-top: 30px;
	}

	.page-template-template-product-detail .page-content .section-related_articles_blogs [data-equalizer-watch] span.content,
	.page-template-template-product-detail .page-content .section-related_articles_blogs [data-equalizer-watch] img {
		height: auto;
	}
	.page-template-template-product-detail .page-content .section-related_articles_blogs #test-eq > .columns {
		padding-bottom:10px;
	}

	.page-template-template-product-detail .page-content .section-related_articles_blogs [data-equalizer-watch] span.content.without-subtitle {
		height: auto;
	}

	.page-template-template-product-detail .pd-overlay-fade-in .pd-image-overlay-content-hoover p {
		display: none;
	}

	section.section-testimonials .testimonials-section .testimonial {
		padding: 0 2%;
	}
	.page-template-template-product-detail .pd-testimonials-carousel .slick-prev {
		left: 10px;
	}
	.page-template-template-product-detail .pd-testimonials-carousel .slick-next {
		right: 10px;
	}
}
@media print, screen and (max-width: 39em) {
	.page-template-template-product-detail .product-detail-header {
		padding-bottom: 25px;
	}
	.page-template-template-product-detail .product-detail-header .content h3,
	.page-template-template-product-detail .product-detail-header .content h4 {
		padding: 20px 0;
	}
	.page-template-template-product-detail .product-detail-header .content h3 {
		font-size: 30px;
	}
	.page-template-template-product-detail .product-detail-header .content h4 {
		font-size: 20px;
	}
	.page-template-template-product-detail .page-content .section-detailed_features h2 {
		margin-bottom:20px;
	}
	.page-template-template-product-detail .page-content .section-detailed_features [data-equalizer-watch] {
		padding: 10px 10px 30px;
	}
	.page-template-template-product-detail .product-detail-header,
	.page-template-template-product-detail .pd-featured-image {
		min-height: auto;
	}
	.page-template-template-product-detail .pd-featured-image img {
		max-width: 85%;
	}

	/*section.section-testimonials .testimonials-section .pd-testimonials-carousel .slick-prev {}*/
	.page-template-template-product-detail .page-content .section-related_solutions h2 {
		margin-left:auto;
		margin-right:auto;
	}
}
/*@media print, screen and (max-width: 639px) {
	.page-template-template-product-detail .page-content .section-related_articles_blogs {
		padding-bottom:65px;
	}
}*/



/**/
.page-template-template-product-detail .pd-image-wrapper {
	width: 100%;
	height: 100%;
	border: 1px solid rgba(36, 36, 90, 0.85);
	overflow: hidden;
	position: relative;
	text-align: center;
	border-radius: 4px;
	}

.page-template-template-product-detail .pd-image-overlay-content-initial {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0; }
.page-template-template-product-detail .pd-image-overlay-content-hoover {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0; }


.page-template-template-product-detail .pd-overlay-fade-in  img {
	transition: all 0.2s linear; }
.page-template-template-product-detail .pd-overlay-fade-in .pd-mage-overlay-content-initial {
	opacity: 1;
	background-color: rgba(36, 36, 90, 0.75);
	transition: all 0.4s ease-in-out; }
.page-template-template-product-detail .pd-overlay-fade-in .pd-image-overlay-content-initial h2 {
	color: #f2f2f2;
	font-size: 1.8rem;
	margin-top: 40%;
	opacity: 1;
	transition: all 0.2s ease-in-out;
	background: rgba(36, 36, 90, 0.75); }
.page-template-template-product-detail .pd-overlay-fade-in .pd-button:hover {
	box-shadow: 0 0 5px #000; }
.page-template-template-product-detail .pd-overlay-fade-in:hover img {
	transform: scale(1.2); }
.page-template-template-product-detail .pd-overlay-fade-in:hover .pd-image-overlay-content-initial {
	opacity: 0; }
.page-template-template-product-detail .pd-overlay-fade-in:hover .pd-image-overlay-content-initial h2 {
	opacity: 0; }

.page-template-template-product-detail .pd-overlay-fade-in .pd-image-overlay-content-hoover p {
	letter-spacing: 0.15em;
	color: #f4f4f4;
	font-size: 28px;
	opacity: 0;
	transition: all 0.2s linear; }
.page-template-template-product-detail .pd-overlay-fade-in  img {
	transition: all 0.2s linear; }
.page-template-template-product-detail .pd-overlay-fade-in .pd-image-overlay-content-hoover {
	opacity: 0;
	background-color: rgba(36, 36, 90, 0.75);
	transition: all 0.4s ease-in-out; }
.page-template-template-product-detail .pd-overlay-fade-in .pd-image-overlay-content-hoover h2 {
	color: #f2f2f2;
	font-size: 1.8rem;
	margin-top: 40%;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	background: rgba(36, 36, 90, 0.75); }
.page-template-template-product-detail .pd-overlay-fade-in .pd-image-overlay-content-hoover .pd-button {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #FFF;
	color: #222;
	text-transform: uppercase;
	box-shadow: 0 0 1px #000;
	position: relative;
	border: 1px solid #999;
	opacity: 0;
	transition: all 0.2s ease-in-out; }
.page-template-template-product-detail .pd-overlay-fade-in .pd-button:hover {
	box-shadow: 0 0 5px #000; }
.page-template-template-product-detail .pd-overlay-fade-in:hover img {
	transform: scale(1.2); }
.page-template-template-product-detail .pd-overlay-fade-in:hover .pd-image-overlay-content-hoover {
	opacity: 1; }
.page-template-template-product-detail .pd-overlay-fade-in:hover .pd-image-overlay-content-hoover h2,
.page-template-template-product-detail .pd-overlay-fade-in .pd-image-overlay-content-hoover p,
.page-template-template-product-detail .pd-overlay-fade-in .pd-image-overlay-content-hoover
.page-template-template-product-detail .pd-button {
	opacity: 1; }
.page-template-template-product-detail .pd-overlay-fade-in:hover .pd-image-overlay-content-hoover p {
	transition-delay: 0.1s; }
.page-template-template-product-detail .pd-overlay-fade-in:hover .pd-image-overlay-content-hoover .pd-button {
	transition-delay: 0.2s; }
