/* Theme Stylesheet */


/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

body{
    font-family: "proxima-nova", sans-serif;
	line-height: 33px;
	font-weight: 400;
	background-color: #fff;
	overflow-x: hidden;
}


/* Font Styles */

h1{
	font-size: 60px;
	line-height: 60px;
    font-weight: 400;
    font-family: "proxima-nova", sans-serif;
	color:#ffffff;
	text-transform: uppercase;
}
@media (max-width:1280px){
	h1{
		font-size: 55px;
		line-height: 55px;
	}
}
@media (max-width:1024px){
	h1{
		font-size: 50px;
		line-height: 50px;
	}
}
@media (max-width:1024px){
	h1{
		font-size: 44px;
		line-height: 44px;
	}
}
@media (max-width:550px){
	h1{
		font-size: 40px;
		line-height: 40px;
	}
}
@media (max-width:440px){
	h1{
		font-size: 36px;
		line-height: 36px;
	}
}
@media (max-width:380px){
	h1{
		font-size: 32px;
		line-height: 32px;
	}
}
h1 strong{
	color: #e50048;
	font-weight: 400;
}
.single-blog h1,
.page-form .row .left-col p strong,
.single-product div.product .product_title,
.woocommerce .description p,
h2{
	font-size: 45px;
	line-height: 45px;
    font-weight: 300;
    font-family: "proxima-nova", sans-serif;
	color:#231F20;
    text-transform: uppercase;
}
@media (max-width:1660px){
	.single-blog h1,
	.page-form .row .left-col p strong,
	.single-product div.product .product_title,
	.woocommerce .description p,
	h2{
		font-size: 40px;
		line-height: 40px;
	}
}
@media (max-width:1280px){
	.single-blog h1,
	.page-form .row .left-col p strong,
	.single-product div.product .product_title,
	.woocommerce .description p,
	h2{
		font-size: 36px;
		line-height: 36px;
	}
}
@media (max-width:1024px){
	.single-blog h1,
	.page-form .row .left-col p strong,
	.single-product div.product .product_title,
	.woocommerce .description p,
	h2{
		font-size: 32px;
		line-height: 32px;
	}
}
@media (max-width:800px){
	.single-blog h1,
	.page-form .row .left-col p strong,
	.single-product div.product .product_title,
	.woocommerce .description p,
	h2{
		font-size: 30px;
		line-height: 30px;
	}
}
@media (max-width:550px){
	.single-blog h1,
	.page-form .row .left-col p strong,
	.single-product div.product .product_title,
	.woocommerce .description p,
	h2{
		font-size: 28px;
		line-height: 28px;
	}
}
.woocommerce .description p strong,
h2 strong{
	color: #e50048;
	font-weight: 300;
}
h3{
	font-size: 40px;
	line-height: 40px;
    font-weight: 700;
    font-family: "proxima-nova", sans-serif;
	color:#231F20;
    text-transform: uppercase;
}
h3 strong{
	color: #e50048;
	font-weight: 700;
}
h4{
	font-size: 28px;
	line-height: 28px;
    font-weight: 700;
    font-family: "proxima-nova", sans-serif;
	color:#231F20;
    text-transform: uppercase;
}
@media (max-width:1660px){
	h4 {
		font-size: 26px;
		line-height: 26px;
	}
}
@media (max-width:1440px){
	h4 {
		font-size: 24px;
		line-height: 24px;
	}
}
@media (max-width:1024px){
	h4 {
		font-size: 22px;
		line-height: 22px;
	}
}
@media (max-width:800px){
	h4 {
		font-size: 20px;
		line-height: 20px;
	}
}
h4 strong{
	color: #e50048;
	font-weight: 700;
}
.tabs .nav-link,
h5{
	font-size: 22px;
	line-height: 26px;
    font-weight: 400;
    font-family: "proxima-nova", sans-serif;
	color:#231F20;
    text-transform: initial;
}
@media (max-width:1280px){
	h5{
		font-size: 20px;
		line-height: 24px;
	}
}



.single-product .box-icon h4,
h6{
	font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
	color:#ffffff;
    text-transform: uppercase;
}
@media (max-width:1440px){
	.single-product .box-icon h4,
	h6 {
		font-size: 18px;
		line-height: 20px;
	}
}
@media (max-width:1024px){
	.single-product .box-icon h4,
	h6 {
		font-size: 16px;
		line-height: 18px;
	}
}
h6 strong{
	color: #e50048;
	font-weight: 600;
}
p{
	font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: "proxima-nova", sans-serif;
    color: #231F20;
	padding-bottom:20px;
}
@media (max-width:1440px){
	p {
		font-size: 16px;
		line-height: 24px;
		padding-bottom:15px;
	}
}
p:last-child{
	padding-bottom:0;
}
small, small a{
	font-size: 13px;
    line-height: 16px;
	display: inline-block;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
}
@media (max-width:1440px){
	small, small a{
		font-size: 12px;
		line-height: 15px;
	}
}
a{
    font-weight: 400;
    font-family: "proxima-nova", sans-serif;
    color: #e50048;
}
a:hover{
	text-decoration:none;
}

/* Buttons */
.zcwf_lblLeft .zcwf_button,
input[type="submit"],
.btn{
	background-color: #e50048;
	color: #fff!important;
	text-transform: uppercase;
	font-size: 18px!important;
	font-family: "proxima-nova", sans-serif!important;
	font-weight: 400!important;
    height: auto;
    padding: 10px 25px!important;
    line-height: initial;
    text-align: center;
    border-radius: 0 !important;
    box-shadow: none;
    border: 1px solid #fff!important;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: fit-content!important;
}
@media (max-width:1280px){
	.woocommerce a.button,
	input[type="submit"],
	.btn{
		font-size: 16px!important;
	}
}
.btn:after{
	content: "\f061";
	font-family: 'Font Awesome 6 Pro';
	padding-left: 50px;
}
@media (max-width:1280px){
	.btn:after{
		padding-left: 30px;
	}
}
@media (max-width:380px){
	.btn:after{
		display: none;
	}
	.btn{
		justify-content: center;
	}
}
.btn:hover{
    background-color: #231F20!important;
	color: #fff;
}
.btn-second{
	background-color: #231F20;
	color: #fff;
}
.btn-outline{
	background-color: transparent;
}
button{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: inherit;
}

/* Main Blog Page */

.blog-page{
	margin:40px 0 0 0;
}
.blog-page .col-md-3{
	margin-bottom:50px;
}
.blog h1{
	text-align:center;
}
.blog-page .bg-image {
    min-height: 300px;
    margin-bottom:15px;
}
.blog-page .button{
    font-weight:700;
    margin-top:15px;
}
.blog-page #nav-below{
	display: flex;
    justify-content: center;
	margin-bottom: 80px;
}
.blog-page .nav-next a{
	display: flex;
    align-items: center;
}
.blog-page .nav-previous a{
	display: flex;
    align-items: center;
}
.blog-page .nav-next i{
	margin-left: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #231F20;
    padding: 9px 14px 7px 15px;
    border-radius: 50px;
    line-height: 24px;
}
.blog-page .nav-previous i{
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #231F20;
    padding: 9px 14px 7px 15px;
    border-radius: 50px;
    line-height: 24px;
}

/* Blog Page Responsive */
@media (max-width: 1536px){

}
@media (max-width: 1440px){

}
@media (max-width: 1366px){

}
@media (max-width: 1280px){

}
@media (max-width: 1024px){
	.blog-page .col-md-3{
		width:33.3333%;
		flex: 0 33.3333%;
		max-width:33.3333%;
		margin-bottom:30px;
	}
}
@media (max-width: 800px){
	.blog-page .col-md-3{
		width:50%;
		flex: 0 50%;
		max-width:50%;
		margin-bottom:30px;
	}
}
@media (max-width: 768px){
}
@media (max-width: 414px){
	.blog-page .col-md-3{
		width:100%;
		flex: 0 100%;
		max-width:100%
	}
}
@media (max-width: 390px){

}
@media (max-width: 360px){

}




/* Single Blog Post */
.single-blog{
	margin-bottom:80px;
}
.single-blog .container{
	background-color:#EDEDED;
	padding-top:80px;
	padding-bottom:80px;
}
.single-blog .left-col{
	padding-right:15px;
}
.single-blog h1{
	width: 100%;
	color: #231F20;
	margin-top:0;
	text-transform: initial;
}
.single-blog .left-col .content{
	width: 60%;
  	margin: 0 auto;
}
.single-blog .halftext-halfimage .bg-image{
	height: 600px;
	max-height: 600px;
}
.single-blog h6{
	color: #e50048;
}
.single-blog img{
	margin-bottom:15px;
}
.single-blog .btn{
	margin-top:40px;
}
.single-blog .related{
	flex-flow:row wrap;
}
.single-blog .related-title{
	padding-bottom:20px;
}
.single-blog .related ul{
	width:100%;
	display: flex;
	margin-bottom:20px;
}
.single-blog .related ul li{
	width:100%;
	display: flex;
}
.single-blog .related ul a{
	width:100%;
	display: flex;
	flex-direction:row;
	align-items:center;
}
.single-blog .related .bg-image{
	min-height:100px;
	width:50%;
}	
.single-blog .related .content{
	padding-left:20px;
}



/* Single Blog Post Responsive */
@media (max-width: 1660px){

}
@media (max-width: 1440px){
	.single-blog{
		margin-bottom:60px;
	}
	.single-blog .container{
		padding-top:60px;
		padding-bottom:60px;
	}
	.single-blog .left-col .content{
		width: 70%;
	}
}
@media (max-width: 1280px){
	.single-blog .left-col .content{
		width: 80%;
	}
}
@media (max-width: 1024px){
	.single-blog .left-col{
		width:100%;
		flex: 0 100%;
		max-width:100%;
		padding-right:15px;
	}
	.single-blog .right-col{
		width:100%;
		flex: 0 100%;
		max-width:100%;
		margin-top:40px;
	}
	.single-blog .right-col .row{
		margin:0;
	}
	.single-blog .right-col ul{
		width:50%;
		flex: 0 50%;
		max-width:50%;
	}
	.single-blog .container{
		padding-top:40px;
		padding-bottom:40px;
	}
	.single-blog .left-col .content{
		width: 100%;
	}
}
@media (max-width: 800px){

}
@media (max-width: 768px){

}
@media (max-width: 440px){
	.single-blog{
		margin-bottom:40px;
	}
}
@media (max-width: 390px){

}
@media (max-width: 360px){

}



.alioth-page-nav .page-title{
	line-height: 150px;
}

.post-type-archive-case_studies .posts{
	padding-top:80px;
}
.post-type-archive-case_studies .posts .row{
	background-color: #F5F5F5;
	border: 5px solid #D5D5D5;
	padding:75px 4vw 45px 4vw; 
}
.post-type-archive-case_studies .posts .bg-image{
	min-height: 230px;
}
.post-type-archive-case_studies .posts .row{
	margin-left:-20px;
	margin-right:-20px;
}
.post-type-archive-case_studies .posts .col-md-3{
	margin-bottom:40px;
	padding:0 20px;
}
.post-type-archive-case_studies .posts .inner{
	border:2px solid #EBEBEB;
	height: 100%;
}
.post-type-archive-case_studies .posts .inner a{
	height: 100%;
	display: flex;
	flex-flow: row wrap;
}
.post-type-archive-case_studies .posts .content{
	background-color: #fff;
	padding:20px;
	width: 100%;
}
.post-type-archive-case_studies .posts .btn{
	width: 100%!important;
	justify-content: center;
	white-space: inherit;
}
.post-type-archive-case_studies .posts .btn:after{
	display: none;
}
.post-type-archive-case_studies .posts .title{
	color: #e50048;
	text-transform: uppercase;
}
.post-type-archive-case_studies .posts p{
	text-align: center;
}
.post-type-archive-case_studies .posts p.outline{
	line-height: 22px;
}


#nav-below{
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-next,
.nav-previous{
	margin:45px 10px 0 10px;
}
.nav-next i{
	padding-right:30px;
}
.nav-next a{
	background-color: #707070;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	height: auto;
	padding: 10px 25px 10px 25px;
	line-height: initial;
	text-align: center;
	border-radius: 0 !important;
	box-shadow: none;
	border: 1px solid #fff;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: fit-content;
}
.nav-previous a{
	background-color: #231F20;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	height: auto;
	padding: 10px 45px;
	line-height: initial;
	text-align: center;
	border-radius: 0 !important;
	box-shadow: none;
	border: 1px solid #fff;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: fit-content;
}
.post-type-archive-case_studies .posts .row {
	margin-left: 0;
	margin-right: 0;
}
@media (max-width:1660px){
	.post-type-archive-case_studies .posts .col-md-3 {
		padding: 0 15px;
	}
	.post-type-archive-case_studies .posts .row {
		padding: 65px 3vw 25px 3vw;
	}
}
@media (max-width:1440px){
	.post-type-archive-case_studies .posts .col-md-3{
		width:33.3333%;
		flex: 0 33.3333%;
		max-width:33.3333%;
		margin-bottom:30px;
	}
	.post-type-archive-case_studies .posts .row {
		padding: 45px 3vw 15px 3vw;
	}
	.post-type-archive-case_studies .posts {
		padding-top: 60px;
	}
}
@media (max-width:1280px){
	.post-type-archive-case_studies .posts .bg-image {
		min-height: 200px;
	}
}
@media (max-width:1024px){
	.post-type-archive-case_studies .posts {
		padding-top: 40px;
	}
	.post-type-archive-case_studies .posts .col-md-3{
		width:50%;
		flex: 0 50%;
		max-width:50%;
		margin-bottom:30px;
	}
	.post-type-archive-case_studies .posts .bg-image {
		min-height: 230px;
	}
}
@media (max-width:800px){
	.post-type-archive-case_studies .posts .bg-image {
		min-height: 200px;
	}
}
@media (max-width:700px){
	.post-type-archive-case_studies .posts .col-md-3{
		width:100%;
		flex: 0 100%;
		max-width:100%;
		margin-bottom:20px;
	}
}
@media (max-width:550px){
	.post-type-archive-case_studies .posts .row {
		padding: 25px 2vw 10px 2vw;
	}
}
@media (max-width:380px){
	.post-type-archive-case_studies .posts .bg-image {
		min-height: 175px;
	}
	.post-type-archive-case_studies .posts .content {
		padding: 15px;
	}
}

.single-case .intro h1{
	color: #e50048;
	font-weight: 400;
	font-size: 45px;
	line-height: 45px;
	margin-bottom:45px;
}
.single-case .intro h4{
	text-transform: initial;
	margin-bottom:25px;
}
.single-case .overview h2{
	color: #e50048;
}
.single-case .solutions .right-col .inner{
	background-color: #231F20;
}
.single-case .solutions .right-col h2,
.single-case .solutions .right-col p{
	color: #fff;
}
.single-case .solutions .right-col .product-title{
	margin-top:45px;
}
.single-case .solutions .content{
	align-content: flex-start;
}
.single-case .solutions .right-col .products a{
	color: #fff;
	font-style: italic;
}
.blog .posts,
.post-type-archive-knowledge_hub .posts{
	margin-top:80px;
}
.blog .posts .col-md-4 .inner,
.post-type-archive-knowledge_hub .posts .col-md-4 .inner{
	border:5px solid #EBEBEB;
	display: flex;
	height: 100%;
}
.blog .posts .col-md-4 .inner a,
.post-type-archive-knowledge_hub .posts .col-md-4 .inner a {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.blog .posts .col-md-4 .inner .content,
.post-type-archive-knowledge_hub .posts .col-md-4 .inner .content{
	padding:30px 35px;
	display: flex;
	height: 100%;
	flex-direction: column;
}
.blog .posts .col-md-4 .btn:after,
.post-type-archive-knowledge_hub .posts .col-md-4 .btn:after{
	display: none;
}
.blog .posts .col-md-4 .btn,
.post-type-archive-knowledge_hub .posts .col-md-4 .btn{
	padding:0;
	background-color: transparent;
	color: #231F20!important;
	font-weight: 700!important;
	margin-top:auto;
	padding:0!important;
	letter-spacing: 0!important;
	margin-bottom:0;
	padding-top:30px!important;
}
.blog .posts .col-md-4 .btn:hover,
.post-type-archive-knowledge_hub .posts .col-md-4 .btn:hover{
	background-color: transparent!important;
	color: #e50048!important;
}
.blog .posts .col-md-4,
.post-type-archive-knowledge_hub .posts .col-md-4{
	margin-bottom:30px;
}
.blog .posts .col-md-4 .btn:hover,
.post-type-archive-knowledge_hub .posts .col-md-4 .btn:hover{
	background-color: transparent;
	color: #e50048;
}
.blog .posts .col-md-4 .bg-image,
.post-type-archive-knowledge_hub .posts .col-md-4 .bg-image{
	min-height: 360px;
}
.blog .posts .col-md-4 p{
	padding-bottom: 0;
	padding-top:30px;
}
@media (max-width:1660px){
	.blog .posts .col-md-4 .bg-image, .post-type-archive-knowledge_hub .posts .col-md-4 .bg-image {
		min-height: 340px;
	}
}
@media (max-width:1440px){
	.blog .posts, .post-type-archive-knowledge_hub .posts {
		margin-top: 60px;
	}
	.blog .posts .col-md-4 .bg-image, .post-type-archive-knowledge_hub .posts .col-md-4 .bg-image {
		min-height: 300px;
	}
	.blog .posts .col-md-4 .inner .content, .post-type-archive-knowledge_hub .posts .col-md-4 .inner .content {
		padding: 25px 30px;
	}
}
@media (max-width:1280px){
	.blog .posts .col-md-4 .bg-image, .post-type-archive-knowledge_hub .posts .col-md-4 .bg-image {
		min-height: 275px;
	}
}
@media (max-width:1024px){
	.blog .posts, .post-type-archive-knowledge_hub .posts {
		margin-top: 40px;
	}
	.blog .posts .col-md-4, .post-type-archive-knowledge_hub .posts .col-md-4 {
		width:50%;
		flex:0 50%;
		max-width:50%;
		margin-bottom:25px;
	}
	.blog .posts .col-md-4 .bg-image, .post-type-archive-knowledge_hub .posts .col-md-4 .bg-image {
		min-height: 250px;
	}


	.tabs .nav-link.active{
		color:#e50048;
	}

}
@media (max-width:800px){
	.blog .posts .col-md-4 .inner .content, .post-type-archive-knowledge_hub .posts .col-md-4 .inner .content {
		padding: 20px 25px;
	}
	.blog .posts .col-md-4 .bg-image, .post-type-archive-knowledge_hub .posts .col-md-4 .bg-image {
		min-height: 225px;
	}
}
@media (max-width:550px){
	.blog .posts .col-md-4, .post-type-archive-knowledge_hub .posts .col-md-4 {
		width:100%;
		flex:0 100%;
		max-width:100%;
		margin-bottom:20px;
	}
	.blog .posts, .post-type-archive-knowledge_hub .posts {
		margin-top: 30px;
	}
}
@media (max-width:380px){
	.blog .posts .col-md-4 .inner .content, .post-type-archive-knowledge_hub .posts .col-md-4 .inner .content {
		padding: 15px 20px;
	}
	.blog .posts .col-md-4 .bg-image, .post-type-archive-knowledge_hub .posts .col-md-4 .bg-image {
		min-height: 200px;
	}
}

.zcwf_lblLeft.crmWebToEntityForm .zcwf_col_fld input[type="text"], input[type="password"],
input{
	background-color: #ffffff;
	border:1px solid #9FA2A1!important;
	height: 48px;
	width: 100%;
	font-size: 18px;
	color: #767676;
	padding:5px 15px;
	margin:0!important;
}
input::placeholder{
	font-size: 18px;
	color: #767676;
}
select{
	background-color: #ffffff;
	border:1px solid #9FA2A1!important;
	height: 48px;
	width: 100%;
	font-size: 18px;
	color: #767676;
	padding:5px 15px;
}
.wpcf7-spinner{
	position: absolute;
}
.zcwf_lblLeft .zcwf_button,
input[type="submit"]{
	height: 48px;
	padding:5px 25px;
	margin-left: 2%;
  	margin-right: auto;
}
.zcwf_lblLeft .zcwf_row .zcwf_col_fld textarea,
textarea{
	background-color: #ffffff;
	border:1px solid #9FA2A1!important;
	height: 150px;
	width: 100%;
	font-size: 18px;
	color: #767676;
	border-radius: 0!important;
	padding:5px 15px;
	width: 100%!important;
	height: 100px!important;
}


/* Contact Form */
#crmWebToEntityForm.zcwf_lblLeft{
	margin:0!important;
	padding:0!important;
}
.zcwf_row{
	display: flex!important;
	flex-direction: column!important;
}
.zcwf_col_fld,
.zcwf_col_lab{
	width: 100%!important;
}
input{
	width: 100%!important;
}
.zcwf_lblLeft .zcwf_col_fld_slt{
	width: 100%!important;
	border:1px solid #9FA2A1!important;
	font-size: 18px!important;
	color: #231F20!important;
	border-radius: 0!important;
	padding:5px 10px!important;
}
.zcwf_lblLeft .zcwf_col_lab{
	padding:0!important;
	margin:0!important;
	display: block;
  	line-height: 18px;
}
.zcwf_col_lab label{
	color: #231F20!important;
	font-size: 18px!important;
	font-family: "proxima-nova", sans-serif!important;
	margin-bottom:0;
	font-weight: 400;
}
@media (max-width: 1440px){
	.zcwf_lblLeft .zcwf_col_fld_slt,
	.zcwf_col_lab label {
		font-size: 16px !important;
	}
}
.zcwf_col_fld{
	margin-top:0!important;
	padding:0!important;
}
.zcwf_lblLeft .zcwf_row {
	margin: 8px 0px!important;
}
.zcwf_lblLeft .zcwf_button{
	margin:6px 0px !important;
	max-width: fit-content!important;
}
#crmWebToEntityForm.zcwf_lblLeft{
	margin:0!important;
	padding: 0!important;
	background-color: transparent!important;
	max-width: 100%!important;
}
#crmWebToEntityForm.zcwf_lblLeft form{
	margin:0!important;
	width: 100%!important;
	display: flex!important;
	flex-direction: column!important;
}


/* Warranty Form */
.warranty-form form{
	display: flex;
	flex-direction: column;
	width: 60%;
	margin:0 auto;
}
.warranty-form label{
	margin-bottom:10px;
}
.warranty-form h6{
	color: #231F20;
}
.warranty-form form input[type="submit"]{
	margin-left: 0;
}
.warranty-form ul,
.warranty-form h6{
	width: 60%;
	margin:0 auto;
}
.warranty-form form h6{
	width: 100%;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
}
.warranty-form ul{
	padding-left:20px;
	padding-top:10px;
}
.warranty-form li{
	list-style-type: disc;
	display:list-item;
	padding-bottom:10px;
	line-height: 22px;
}
.warranty-form input[type="submit"]{
	margin-top:20px;
}
.warranty-form .wpcf7-form-control-wrap {
	display: flex;
}
@media (max-width:1440px){
	select,
	.zcwf_lblLeft.crmWebToEntityForm .zcwf_col_fld input[type="text"], input[type="password"], input {
		height: 44px!important;
	}
	.zcwf_lblLeft .zcwf_row {
		margin: 5px 0px !important;
	}
}



/* Search Results */
.search-results .posts{
	padding-top:80px;
}
.search-results .posts .col-md-4 {
	margin-bottom: 30px;
}
.search-results .posts .col-md-4 .inner{
  border: 5px solid #EBEBEB;
  display: flex;
  height: 100%;
}
.search-results .posts .col-md-4 .inner a{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.search-results .posts .col-md-4 .inner a .content{
	padding: 30px 35px;
	display: flex;
	height: 100%;
	flex-direction: column;
}
.search-results .posts .col-md-4 .inner a .content p{
	padding-bottom: 0;
	padding-top: 30px;
}
.search-results .posts .col-md-4 .inner a .content .btn{
	background-color: transparent;
	color: #231F20 !important;
	font-weight: 700 !important;
	margin-top: auto;
	padding: 0 !important;
	  padding-top: 0px;
	letter-spacing: 0 !important;
	margin-bottom: 0;
	padding-top: 30px !important;
}
.search-results .posts .col-md-4 .inner a .content .btn:hover{
	background-color: transparent!important;
	color: #e50048!important;
}
.search-results .posts .col-md-4 .inner a .content .btn:after{
	display: none;
}

.installer-form input[type="submit"]{
	margin-left:20px!important;
	margin-right:auto!important;
}


.search-mobile{
	display: none;
}
@media (max-width:1440px){
	.installer-form input[type="submit"] {
		margin-left: 17px !important;
	}
	input::placeholder{
		font-size: 16px;
		color: #767676;
	}
}
@media (max-width:1199px){
	.search-mobile{
		display: flex;
	}
	.search-mobile input{
		min-height: 45px;
		padding: 0 46px;
	}
}
@media (max-width:1280px){
	.installer-form input[type="submit"] {
		margin-left: 15px !important;
	}
}
@media (max-width:550px){
	.installer-form input[type="submit"] {
		margin-left: 0 !important;
	}
}

.single-knowledge_hub .text-area h4{
	text-transform: inherit;
  	padding-bottom: 10px;
}



.half-text-video .right-col .content {
	height: 100%;
}
.half-text-video .right-col .video {
	height: 100%;
  	width: 100%;
}
.half-text-video .right-col .video iframe{
	height: 100%;
	padding:40px 40px;
}
.halftext-halfimage.half-text-video .text-image .text .inner{
	padding:0;
}

.halftext-halfimage.half-text-video {
	background-color: #EDEDED;
	padding:60px 0;
}

@media (max-width:990px){
	.half-text-video .right-col .video iframe{
		padding:0;
		margin-top:30px;
	}
}



.page-id-3523 .text-area{
	padding-top: 0;
}

.page-id-3523 .text-area .t-align-left{
	width: 60%;
  	margin: 0 auto;
}