/*
Theme Name: Zest
Author: Delarge
Author URI: http://delargedesign.com/
*/

.btn.secondary{
    background-color: #7f3f98;
}

section.image + section.text-block{
    padding-bottom: 20px;
}

.buttons{
    padding-top: 20px;
}

.buttons a.btn{
    margin-top: 0;
    margin: 0 10px;
}

@media screen and (max-width: 768px) {
	.buttons a.btn{
		margin-top: 24px;
	}
}

.text-block--left{
    text-align: left;
}

.text-block--center{
    text-align: center;
}

.text-block--right{
    text-align: right;
}

.blocks_50_50 #field_2_8 .gfield_label{
	display: none;
}

.block_50_50 {
    width: 50%;
    float: left;
}

.blocks_50_50{
	position: relative;
}

.blocks_50_50:before{
	display: block;
    content: "";
    border-radius: 1000px;
    position: absolute;
    z-index: -1;
    width: 750px;
    top: 500px;
    left: -200px;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    height: 200px;
    background: #8d64aa;
    background: -webkit-linear-gradient(top, #8d64aa 0%, #7f3f98 100%);
    background: linear-gradient(to bottom, #8d64aa 0%, #7f3f98 100%);
}

@media screen and (max-width: 768px) {
	.block_50_50{
		float: none;
		width: 100%;
	}
}

.block_50_50.left {
    padding: 20px;
    padding-right: 5%;
}

.block_50_50 .gform_wrapper, .block_50_50 .gform_confirmation_wrapper  {
    background: #3f85c5;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: #Fff;
}

.block_50_50 .gform_confirmation_wrapper .gform_confirmation_message h3 {
    text-align: left;
}

.block_50_50 .gform_wrapper .gfield {
    width: 100%;
    text-align: left;
}

.block_50_50 .gform_wrapper .gform_title {
    color: #fff;
    text-align: left;
}

.block_50_50 .gform_wrapper label {
    color: #fff;
    font-size: 13px;
}

.block_50_50 .gform_wrapper input,
.block_50_50 .gform_wrapper textarea {
    background-color: #fff;
    color: #3d85c6;
}

.block_50_50 .gform_wrapper .gfield_checkbox {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

.block_50_50 .gform_wrapper .gfield_checkbox input[type="checkbox"] {
    display: none;
    width: auto;
}

.block_50_50 .gform_wrapper .gfield_checkbox input[type="checkbox"]+label:before {
    content: '';
    width: 16px;
    height: 16px;
    border-width: 1px;
    border-color: rgb(172, 172, 172);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    position: absolute;
    left: 0;
}

.block_50_50 .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
    content: '';
    width: 16px;
    height: 16px;
    border-width: 1px;
    border-color: rgb(172, 172, 172);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    position: absolute;
    left: 0;
}

.block_50_50 .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #3d85c6;
	position: absolute;
	display: inline-block;
	left: 5px;
    border-radius: 8px;
    top: 15px;
}

.block_50_50 .gform_wrapper .gfield_checkbox label {
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

.block_50_50 .gform_wrapper .gform_footer input[type="submit"] {
    left: auto;
}

/* News pages */
.alm-btn-wrap{
    text-align: center;
}

/* In the News */

.page-in-the-news .news__item {
color: #424758;
}

.bkg_img{
	background-repeat: no-repeat;
}

.page-in-the-news .news__item .bkg_img {
min-height: 150px;
}

@media screen and (max-width: 768px) {
	.page-in-the-news .news__item .bkg_img{
		min-height: 175px;
	}
}

.page-in-the-news .news__item::before {
padding-top: 0;
}

.page-in-the-news .news__item .content {
position: relative;
height: auto;
min-height: unset;
border: 1px solid #e0e0e0;
border-top-width: 0;
border-radius: 0 0 15px 15px;
padding: 40px 20px;
}

.page-in-the-news .news__item a {
margin-top: 20px;
}

.page-in-the-news .news__header {
justify-content: center;
}

.page-in-the-news .news__header h2 {
font-size: 35px;
font-weight: 300;
}


img.publication-image {
width: auto;
max-width: -moz-fit-content;
margin-bottom: 20px;
}


@media (min-width: 60.375em) {
.page-in-the-news .news__item {
width: 32%;
max-width: 32%;
}

.page-in-the-news .news__item a.btn {
display: none;
}

.page-in-the-news .news__item:nth-of-type(1),
.page-in-the-news .news__item:nth-of-type(2) {
width: 48%;
max-width: 48%;
}

.page-in-the-news .news__item:nth-of-type(1) a.btn,
.page-in-the-news .news__item:nth-of-type(2) a.btn {
display: block;
}

.page-in-the-news .news__item:nth-of-type(1) .bkg_img,
.page-in-the-news .news__item:nth-of-type(2) .bkg_img {
min-height: 300px;
}

.page-in-the-news .news__item .content {
padding: 20px;
}

.page-in-the-news .news__item:nth-of-type(1) .content,
.page-in-the-news .news__item:nth-of-type(2) .content {
padding: 40px 20px 20px;
}
}

.page-in-the-news .news__item .content{
	-ms-align-items: flex-start;
	align-items: flex-start;
}

/*END News Pages */

/*HOMEPAGE*/

.hero-description{
	text-align: center;
	width: 100%;
	max-width: 600px;
	margin: 80px auto 20px;
	line-height: 1.667;
	font-size: 15px;
}

.introducing-zest h2 span{
	background-image: url('_/img/logo_tm.png?x') !important;
}

@media screen and (max-width: 620px) {
	body.home .large-image__text--right .loz{
		background-size: 125%;
    	background-position: 113% -18%;
	}
}

@media screen and (max-width: 550px) {
	body.home .large-image__text--right .loz{
		    background-position: 135% -37%;
	}
}

@media screen and (max-width: 350px) {
	body.home .large-image__text--right .loz{
		background-position: 150% -57%;
	}
}


/*END HOMEPAGE*/


/* CLIENT QUOTE */

/*#client-quotes{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}*/

#client-quotes .slick-arrow{
	top: 50%;
	top: calc(50% - 13px);
}

@media screen  and (max-width: 768px){
	#client-quotes .slick-next{
		right: -13px !important;
		z-index: 10;
	}

	#client-quotes .slick-prev{
		left: -13px !important;
		z-index: 10;
	}
}

#client-quotes .slick-list{
	margin: 0 -20px;
}


#client-quotes .slick-track{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

#client-quotes .slick-slide {
	height: inherit;
}

#client-quotes .slick-slide > div {
	height: 100%;
}

@media screen  and (max-width: 768px){
	#client-quotes .slick-list{
		margin: 0 -20px;
	}
}

.client-quote{
  width: 50%;
  float: left;
  border-radius: 10px;
  border: 1px solid #acacac;
  overflow: hidden;

}

#client-quotes .slick-slide > div{
	margin: 0 20px;
}

@media screen  and (max-width: 768px){
	#client-quotes .slick-slide > div{
		margin: 0 40px;
	}
}

div.client-quote{
	display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 100px;
    position: relative;
}

.client-quote-logo{
	width: 80%;
}

@media screen and (max-width: 767px) {
	.client-quote{
		width: 100%;
		margin-bottom: 20px;
	}
}

.client-quote-logo{
  height: 80px;
  margin: 10px 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.client-quote-image{
  height: 250px;
  width: 100%;
}

.client-quote-text{
  padding: 0 20px 0px;
  text-align: center;
}

.client-quote-link{
	padding: 0 20px 30px;
	text-align: center;
}

.client-quote-link{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.client-quote-link a{
	color: #fff !important;
	font-weight: 400 !important;
}
/* END CLIENT QUOTE */


/* CLIENT SINGLE PAGE */
.single-client h3{
	font-size: 35px;
	font-weight: 300;
	color: #424758;
}

@media screen and (max-width: 768px) {
	.single-client h3{
		font-size: 28px;
		margin-bottom: 10px;
	}
}

.client-header{
	height: 430px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.client-header{
		height: 250px;
	}
}

.client-header-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 0;
}


.client-header a{
	position: absolute;
	bottom: 55px;
	display: inline-block;
	height: 50px;
	width: 27px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 1;
}

.client-header-prev{
	background-image: url("_/img/arrow-left.svg");
	left: 65px;
}

.client-header-next{
	background-image: url("_/img/arrow-right.svg");
	right: 65px;
}

.client-header .holder{
	height: 100%;
}

.client-header-title{
	position: absolute;
	bottom: 50px;
	left: 50px;
	color: #fff;
	font-weight: 700;
	font-size: 60px;
	text-transform: uppercase;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
		.client-header-title{
			left: 0;
			right: 0;
			display: block;
			text-align: center;
			font-weight: 400;
		}
		.client-header a{
			bottom: 63px;
		}

		.client-header-prev{
			left: 15px;
		}

		.client-header-next{
			right: 15px;
		}
	}	

.client-blocks{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.client-blocks{
		flex-direction: column-reverse;
	}
}

.client-block.text{
	width: 50%;
}

.client-block.img{
	width: 42%;
}

@media screen and (max-width: 768px) {
	.client-block, .client-block.img, .client-block.text{
		display: block;
		width: 100%;
	}

	.client-block.img{
		padding-top: 30px;
		padding-bottom: 30px;
		max-width: 60%;
	}
}

.client-mobile{
	padding: 80px 0 100px;
	position: relative;
}

.client-mobile:after{
	position: absolute;
	content: '';
	width: 482px;
	right: -170px;
	bottom: -20px;
	height: 285px;
	background-image: url('_/img/orange_pick.svg');
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.client-mobile:after{
		width: 350px;
		height: 207px;
		top: 100px;
	}

	.client-mobile{
		padding-bottom: 30px;
	}
}

.client-mobile-image{
	margin-top: -300px;
}

@media screen and (max-width: 768px) {
	.client-mobile-image{
		margin-top: 0;
	}
}

.client-desktop{
	padding-bottom: 30px;
}

.client-desktop-image img{
	max-width: 130%;
    margin-left: -30%;
    width: 130%;
}

@media screen and (max-width: 768px) {
	.client-desktop .client-blocks{
		flex-direction: column;
	}
	.client-block.img.client-desktop-image{
		max-width: 80%;
	}
	.client-desktop-image img{
		max-width: 100%;
		margin-left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.client-block.img.client-desktop-image{
		max-width: 100%;
	}
}

.client-quote-block{
	padding: 30px 0;
}

em.client-quote-text{
	font-size: 40px;
	color: #acacac;
	padding: 0;
	width: 90%;
	max-width: 100%;
	display: block;
	text-align: left;
	line-height: 1.15;
}

@media screen and (max-width: 768px) {
	em.client-quote-text{
		font-size: 28px;
	}
}

.client-quote-author{
	color: #acacac;
	font-size: 16px;
	font-weight: 700;
	padding-top: 30px;
}

.client-laptop{
	padding: 200px 0 30px;
	position: relative;
}

.client-laptop:before{
	position: absolute;
	content: '';
	width: 589px;
	height: 308px;
	left: -278px;
	top: -140px;
	background-image: url('_/img/blue_pick.svg');
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: -1;
}

.client-laptop:after{
	position: absolute;
	content: '';
	width: 489px;
	right: -170px;
	top: -250px;
	height: 332px;
	background-image: url('_/img/purple_pick.svg');
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.client-laptop:after{
		background-size: 70%;
	    background-repeat: no-repeat;
	    right: -270px;
	}

	.client-laptop:before{
		background-size: 70%;
	    background-repeat: no-repeat;
	    left: -350px;
	}

	.client-block.img.client-laptop-image{
		max-width: 80%;
	}
}

@media screen and (max-width: 480px) {
	.client-block.img.client-laptop-image{
		max-width: 100%;
	}
	.client-laptop:after{
		background-size: 52%;
	    background-repeat: no-repeat;
	    right: -210px;
	    top: -150px;
	}

	.client-laptop:before{
		background-size: 52%;
    	background-repeat: no-repeat;
    	left: -288px;
    	top: -115px;
	}

	.client-laptop {
	    padding: 120px 0 30px;
	}
}

.client-laptop-image img{
	max-width: 120%;
    width: 120%;
}

@media screen and (max-width: 768px) {
	.client-laptop-image img{
		max-width: 100%;
		width: 100%;
	}
}

.client-video{
	padding: 30px 0 25px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px){
	.client-video{
		border-bottom: none;
	}
}

.client-other .client-block{
	height: 300px;
	width: 48%;
	background-size: cover;
	border-radius: 10px; 
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

@media screen and (max-width: 768px) {
	.client-other .client-block{
		width: 100%;
		margin: 20px 0;
		height: 250px;
	}

	.client-other{
		padding-top: 30px;
	}
}

.client-other .client-block a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.client-other .client-block a img{
	max-width: 60%;
}

@media screen and (max-width: 768px) {
	.client-other .client-block a img{
		max-width: 35%;
	}
}

/* END CLIENT SINGLE PAGE */


/*HOMEPAGE*/

body.home .large-image__text--right{
	background-image: none;
}

body.home .client-logos ul li.slick-slide{
	float: left;
	height: 150px;
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
}

body .carousel .slick-arrow{
	top: calc(50% - 50px);
}

@media screen and (max-width: 699px) {
	body.home .text__image .holder, body.home .large-image__text .holder, body.parent-pageid-34 .large-image__text .holder {
		flex-direction: column-reverse;
	}

	body.home .large-image__text .holder .loz-wrapper, body.parent-pageid-34 .large-image__text .holder .loz-wrapper{
		display: block;
		width: 425px;
    	height: 175px;
    	left: 300px;
    	top: 0;
    	top: -190px;
	}

	

	body.parent-pageid-34 .large-image__text--right{
		background-position: -198px -57px !important;
    	padding: 173px 0 49px 0 !important;
    	background-size: 83% !important;
	}

	body .large-image__text--right .loz{
		margin-left: -20px;
		margin-top: -50px;
	}
}

@media screen and (max-width: 480px) {
	body.home .large-image__text .holder .loz-wrapper, body.parent-pageid-34 .large-image__text .holder .loz-wrapper{
		left: 130px;
		top: -240px;
	}

	body.home .large-image__text, body.parent-pageid-34 .large-image__text{
		padding-top: 250px !important;
	}
}



/*END HOMEPAGE*/


/*CAROUSEL*/
.carousel .slick-arrow{
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

@media screen and (max-width: 768px) {
	ul.carousel {
		padding: 0 25px !important;
	}
	button.slick-prev{
		left: 0 !important;
		
	}

	button.slick-next{
		right: 0 !important; 
	}
}  

.carousel .slick-dots {
  margin: 0;
  padding: 0;
  display: block !important;
  text-align: center;
  width: 100%;
}
.carousel ul.slick-dots li{
  width: 14px !important;
  height: 14px !important;
  display: inline-block !important;
  padding: 0;
  float: none !important;
  clear: none !important;
}

.carousel ul.slick-dots li.slick-active button{
	background-color: #acabac;
}

.carousel ul.slick-dots li button:focus, .carousel ul.slick-dots li button:active, .carousel ul.slick-dots li:focus, .carousel ul.slick-dots li:active{
	outline: none;
}


.carousel .slick-dots li button{
  width: 9px;
  height: 9px;
  color: transparent;
  border: 1px solid #acabac;
  border-radius: 20px;
  line-height: 1;
  padding: 0;
  background: transparent;
}

/*END CAROUSEL*/

/*IN THE NEWS */

.in-the-news {
	position: relative;
}

.in-the-news:after{
	position: absolute;
	content: '';
	width: 482px;
	right: -170px;
	top: -180px;
	height: 285px;
	background-image: url('_/img/orange_pick.svg');
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: -1;
}

.in-the-news:before {
	position: absolute;
	content: '';
	width: 589px;
	height: 308px;
	left: -278px;
	top: 300px;
	background-image: url('_/img/blue_pick.svg');
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: -1;
} 

@media screen and (max-width: 768px) {
	.in-the-news:after{
		width: 402px;
	    right: -260px;
	    top: -260px;
	    height: 238px;
	}

	.in-the-news:before{
		width: 407px;
	    height: 213px;
	    left: -278px;
	    top: 300px;
	}
}

.news__item{
	background-color: #fff;
}

.alm-load-more-btn.done{
	display: none;
}

.bkg_img{
	position: relative;
}

.bkg_img-gradient{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+61,000000+100&0+51,0.5+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, rgba(0,0,0,0.1) 61%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.1) 61%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.1) 61%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

/*.page-in-the-news div.news-items{
	flex-direction: row;
}

@media (max-width: 60.375em) {
	.page-in-the-news div.news__item {
	    width: 48%;
	}

	.page-in-the-news .news__item:nth-of-type(1), .page-in-the-news .news__item:nth-of-type(2){
		width: 100%;
	}
}

@media screen and (max-width: 550px) {
	.page-in-the-news .news__item .btn{
		min-width: 0;
		width: 100%;
	}
}
*/
/*END IN THE NEWS*/

/* PRODUCTS AND SERVICES PAGES */

@media (min-width: 928.57143px) {
	div.large-image__icon-list__content h1, div.large-image__icon-list__content > h2, body.page-template-page--builder h3, body.page-template-page--builder h4 {
	    font-size: 35px;
	    font-weight: 300;
	} 
}


@media (min-width: 37.5rem){
	.icons_and_text .holder{
		padding-left: 0;
		padding-right: 0;
	}
}

.carousel-item-title{
	font-size: 15px;
	line-height: 1.667;
	font-weight: 700;
	margin-top: 25px;
}

@media screen and (max-width: 768px) {
	.carousel-item-title{
		min-height: 3em;
	}
}

/* END PRODUCTS AND SERVICES PAGES */

/* CLIENTS */
.page-clients main{
	position: relative;
}
.page-clients main:after{
	position: absolute;
	content: '';
	width: 482px;
	right: -170px;
	top: 480px;
	height: 285px;
	background-image: url('_/img/orange_pick.svg');
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: -1;
}

.client-logos {
	position: relative;
}

.client-logos:after{
	position: absolute;
	content: '';
	width: 589px;
	height: 308px;
	left: -278px;
	top: -150px;
	background-image: url('_/img/blue_pick.svg');
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: -1;
}

body.home .client-logos:after{
	background-image: none;
}

/*END CLIENTS*/

/*PRDOUCTS PAGE*/



body.parent-pageid-34 .icons_and_text{
	z-index: 0;
}

body.parent-pageid-34 p{
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.blog-post-blocks.blocks_50_50:before{
		background: none;
	}

	body.parent-pageid-34 .icons_and_text:after{
		background-size: 76%;
	    right: -185px;
	    z-index: -1;
	    top: -270px;
	}

	section.blog-post{
		-webkit-background-size: 50%;
		background-size: 50%;
	}

	.blog-post-title{
		font-size: 30px;
		font-weight: 300;
	}

	.blog-post-block.block_50_50.left{
		padding: 0;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 699px) {
	body.parent-pageid-34 .large-image__text--right .loz{
		background-position: 150% 29%;
    	background-size: 124%;
	}
}

@media screen and (max-width: 550px) {
	body.parent-pageid-34 .large-image__text--right .loz{
		background-position: 234% -12%;
	}
}

@media screen and (max-width: 480px) {
	body.parent-pageid-34 .large-image__text--right .loz{
		background-position: 173% 23%;
    	background-size: 119%;
	}
}

@media screen and (max-width: 380px) {
	body.parent-pageid-34 .large-image__text--right .loz{
		background-position: 265% 0%;
	}
}

/*END PRODUCTS PAGE*/

/*BOOK A DEMO*/


	.page-book-a-demo h3{
		font-size: 28px;
	}

	#gform_3 .gform_title, .gfield_label{
		font-weight: 400;
	}

	#gform_3 .ginput_container input::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder{
		color: #909090;
	}
	#gform_3 .ginput_container input::-moz-placeholder, #gform_3 .ginput_container textarea::-moz-placeholder{
			color: #909090;
		}
	#gform_3 .ginput_container input:-ms-input-placeholder, #gform_3 .ginput_container textarea:-ms-input-placeholder{
			color: #909090;
		}
	#gform_3 .ginput_container input::-ms-input-placeholder, #gform_3 .ginput_container textarea::-ms-input-placeholder{
			color: #909090;
		}
	#gform_3 .ginput_container input::placeholder, #gform_3 .ginput_container textarea::placeholder{
			color: #909090;
		}
	.gform_body a{
		color: #fff;
		text-decoration: none;
		font-weight: 700;
	}

	#field_3_8 .gfield_label{
		display: none;
	}

	#input_3_8{
		margin-top: 0;
	}
	
	#gform_3 .gform_footer{
		padding-bottom: 0;
		padding-top: 40px;
	}

.ginput_recaptcha > div {
 padding: 15px 20px 5px 15px;
 height: auto !important;
}

@media (min-width: 43.75em){
 #gform_1 .gform_footer {
  position: absolute;
  top: 368px;
  left: 520px;
 }

 .gform_footer input[type="submit"] {
  left: 0 !important;
 }
}

#mc_embed_signup h4 {
	font-size: 20px;
}

/*FOOTER*/

#gform_1 .gfield_label{
	font-weight: 300;
}

#gform_1 .ginput_container input::-webkit-input-placeholder, #gform_1 .ginput_container textarea::-webkit-input-placeholder{
			color: #65676e;
		}
#gform_1 .ginput_container input::-moz-placeholder, #gform_1 .ginput_container textarea::-moz-placeholder{
			color: #65676e;
		}
#gform_1 .ginput_container input:-ms-input-placeholder, #gform_1 .ginput_container textarea:-ms-input-placeholder{
			color: #65676e;
		}
#gform_1 .ginput_container input::-ms-input-placeholder, #gform_1 .ginput_container textarea::-ms-input-placeholder{
			color: #65676e;
		}
#gform_1 .ginput_container input::placeholder, #gform_1 .ginput_container textarea::placeholder{
			color: #65676e;
		}
#gform_1 select {
	color: #65676e;
}


.btn, .gform_footer input[type="submit"], .footer-subscribe input[type="submit"]{
	    padding: 14px 20px;
}

@media (min-width: 43.75em) {
	#gform_1 .gfield.name {
		width: 23%;
		float: left;
	}

	#gform_1 .gfield.company {
		width: 23%;
		float: left;
		margin-left: 2%;
	}

	#field_1_17 label, #field_1_17 .ginput_container{
		width: 48%;
		max-width: 100%;
		float: right;
		clear: both;
	}
}

/*END FOOTER*/

/*HEADER*/

.menu-item.btn{
  padding: 0;
  margin: 0;
  width: auto;
  min-width: 0;
  background: none;
}

.menu-item.btn:hover{
	background: none;
}

.menu-item.btn a{
  color: #fff;
  background: #F58220;
  border-radius: 50px;
  margin: 0;
  padding: 10px 15px;
}

.menu-item.btn a:hover{
  color: #fff;
  background: #f15a22;
}

/* END HEADER */

/*TUESDAY*/

/* fixing form overlapping footer */

/*@media (min-width: 43.75em) {
	#gform_1 {
		margin-bottom: 100px;
	}
}*/

.gfield textarea {
	height: 135px;
}

#gform_1 .gform_footer {
    top: 270px;

}

/* fixing space between client logos rows */

.page-our-clients .client-logos ul > li:nth-of-type(n) {
	margin: 10px 0;
}

/* fixing single client page header */

.client-header-title {
    font-family: "open sans";
    font-weight: 400;
    font-size: 50px;
}

/* fixing Elvate Employee Engagement icons being too big */

.icons_and_text--img-medium .icons_and_text__image img {
    max-height: 125px !important;
}

/* fixing form header being bold */

#gform_3 .gform_title, .gfield_label {
    font-weight: 300;
}

#gform_3 .gfield_label {
    font-weight: 600;
}

/* fixing coloured lozenges */
@media only screen and (max-width:1400px) {
	.page-elevate-employee-engagement .large-image__text .holder .loz {
	    background-size: contain;
	    background-position: -20em 2em;
	}
}

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

	.page-elevate-employee-engagement .large-image__text .holder .loz {
	    background-position: -30em 6em;
	}

}

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

	.page-elevate-employee-engagement .large-image__text .holder .loz {
	    background-position: -35em 10em;
	}

}

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

	.page-elevate-employee-engagement .large-image__text .holder .loz {
	    background-position: -10em 0em;
	}

}

/* fixing images in lozenges and theoir position */

.page-elevate-employee-engagement .large-image__text--right {
	background-position: -300px -90px !important;
	background-size: 500px auto !important;
}

/* fixing coolured lozenge */

@media only screen and (max-width:1200px) {
	.blocks_50_50::before {
		top: 600px;
		left: -250px;
		height: 150px;
	}
}

@media only screen and (max-width:1050px) {
	.blocks_50_50::before {
		left: -450px;
		height: 100px;
	}
}

/* fixing book now button in footer */

.footer__nav .menu-item.btn a {
    color: #fff;
    background: none;
    border-radius: none;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Arial, sans-serif;
}

/* fixing client logos needing tobe "slightly bigger" */

.client-quote-logo {
    height: 90px;
 }

/* adding orange lozenge to our clients page */

 .page-our-clients .hero-description::before {

    display: block;
    content: "";
    border-radius: 1000px;
    position: absolute;
    z-index: -1;
    width: 1500px;
    top: -300px;
    right: -1250px;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    height: 125px;
    background: #ee7e22;
    background: -webkit-linear-gradient(top, #ee7e22 0%, #ee7e22 100%);
    background: linear-gradient(to bottom, #ee7e22 0%, #ee7e22 100%);

}

@media only screen and (max-width:985px) {
	 .page-our-clients .hero-description::before,
	 .client-logos::after {
	 	display: none;
	 }
}

/* making suuceess stories a little wider */

@media only screen and (min-width:1200px) {

	.client-quotes .holder {
		padding: 0;
	}

}

/* making homepage image slightly down and to the right */

@media only screen and (min-width:700px) {
	.home .text__image .col-2 img {
		margin-top: 0em;
		margin-left: 2em;
		position: absolute;
		bottom: 90px;
		max-width: 300px;
	}

	@media only screen and (min-width:1050px) {
		.home .text__image .col-2 img {
			max-width: 600px;
		}
	}
}

/* fixing blue lozenge */

.page-elevate-employee-engagement .large-image__text--right {
	background: none;
}

 .page-elevate-employee-engagement .large-image__text--right::before {

    display: block;
    content: "";
    border-radius: 1000px;
    position: absolute;
    z-index: -1;
    width: 500px;
    top: -50px;
    left: -200px;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    height: 150px;
    background: #3d85c6;
    background: -webkit-linear-gradient(top, #3d85c6 0%, #3d85c6 100%);
    background: linear-gradient(to bottom, #3d85c6 0%, #3d85c6 100%);

}

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

	 .page-elevate-employee-engagement .large-image__text--right::before {
	    width: 350px;
	    height: 100px;

	}

}

/* fixing header size */


	.icons_and_text > .holder > h2 {
		font-size: 36px !important
	}

	@media only screen and (max-width:760px) {
		.icons_and_text > .holder > h2,
		.feature .col-2 h3,
		.large-image__text h1,
		h3.carousel-title {
		font-size: 30px !important
		}
		body.parent-pageid-34 .icons_and_text {
			padding-top: 100px;
		}
	}

	@media only screen and (min-width:760px) {
		.page-elevate-employee-engagement .features--alt .col-2 {
		    width: 51%;
		    position: relative;
			top: -10px;
		}
	}

	.page-elevate-employee-engagement .large-image__text .holder .loz-wrapper {
		bottom: 100px;
	}

	/* Fixing carousel items */

	.carousel-item a {
	text-decoration: none !important;
}

a:link .carousel-item-title,
a:visited .carousel-item-title {
	color: #333;
	border: none;
}

a:hover .carousel-item-title {
	color: #f15a22;
}

/* 27.02.2019 */

.mobile-only{
	display: none !important;
}

@media screen and (max-width: 43.75em){
	.mobile-only{
		display: block !important;
	}

	.mobile-only.__ib{
		display: inline-block !important;
	}

	.desktop-only{
		display: none !important;
	}
}

#client-quotes .slick-dots{
	margin-top: 50px;
}

@media screen and (max-width: 480px) {
	section.icons_and_text ul > li{
		width: 50%;
	}

	.carousel-items .carousel-item{
		padding: 0 10px;
	}

	.carousel-items .carousel-item-img{
		max-width: 100%;
		height: 150px;
	}

	/*.carousel-items .carousel-item-title{
		min-height: 5em;
	}*/
}

@media screen and (max-width: 768px) {
	.bkg_img, .client-quote-image {
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
	}
}


/* client amends March 2019 */

.gravity-form-submitted.page-id-1416 .blocks_50_50:before {
	display: none;
}


@media screen and (min-width: 1725px) {

	.client-laptop {
	    padding-top: 50px;
	}


}

.client-logos ul > * {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.client-logos ul > .item-2 {
    animation-delay: 1s;
}

.client-logos ul > .item-3 {
    animation-delay: 1.5s;
}

.client-logos ul > .item-4 {
    animation-delay: 2s;
}

.client-logos ul > .item-5 {
    animation-delay: 2.5s;
}

.client-logos ul > .item-6 {
    animation-delay: 3s;
}

.client-logos ul > .item-7 {
    animation-delay: 3.5s;
}

.client-logos ul > .item-8 {
    animation-delay: 4s;
}

.client-logos ul > .item-9 {
    animation-delay: 4.5s;
}

.client-logos ul > .item-10 {
    animation-delay: 5s;
}

@media screen and (min-width: 1825px) {

	.page-id-112 .large-image__icon-list__content {
	    position: relative;
	    top: -120px;
	}


}

@media screen and (max-width: 625px) {
	.page-id-1456 .in-the-news:after {
		display: none;
	}
	.page-in-the-news .news__header h2 {
		margin-bottom: 0;
	}

}

.news__item a {
	z-index: 1;
}

@media screen and (max-width: 575px) {
	body.home .large-image__text .holder .loz-wrapper {
		display: none;
	}
	body.home .large-image__text--right {
		padding-top: 0 !important;
	}

}

/* Wayra */
.button a {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button a:focus {
	outline: none;
}

.button--wayra a {
	overflow: hidden;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #7f3f98;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra a:hover {
	color: #fff;
}

.button--wayra a:hover::before {
	opacity: 1;
	background-color: #7f3f98;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}


/*
@media screen and (max-width: 2225px) {

	body.page-employee-engagement .large-image__text--right {
	    background-position: -417px -81px !important;
	}

}

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

	body.page-employee-engagement .large-image__text--right {
	    background-position: -517px -81px !important;
	}


	body.page-employee-engagement .large-image__text .holder .loz-wrapper .loz {
	    background-position: -200px 100px;
	}

}

@media screen and (max-width: 1100px) {
	body.page-employee-engagement .large-image__text--right {
	    background-position: -650px -200px !important;
	}

	body.page-employee-engagement .large-image__text .holder .loz-wrapper .loz {
	    background-position: -200px 100px;
	}
}


@media screen and (min-width: 1600px) {
	body.page-about-us .large-image__text .holder .loz {
	    background-position: center right;
	    max-width: 600px;
	    position: absolute;
	    left: 150px;
	}
}*/
.single-post article.post h2{
	margin:20px 0 8px 0;
}
.single-post article.post p{
	margin:0 0 20px 0;
}
footer .footer__nav > svg{
	display:none !important;
}
footer .footer__nav > a{
    display: block;
    margin-right: auto;
    align-self: flex-start;
}

a.btn.purple-btn {
    background: #7f3f98;
    
}
a.btn.purple-btn:hover {
    background: #F15A22;
}
a.btn.purple-hover:hover {background: #7f3f98;}

.grid-btn a {
    margin-left: 10px;
    margin-right: 10px;
}

.thank-box {
  max-width: 60%;
  margin: 60px auto 0;
  background: #7f3f98;
  color: #fff;
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 480px) {
.thank-box {
  max-width: 90%;
  margin: 50px auto 0;
  padding: 20px;
}
}
/*.footer__nav img,
footer .footer__nav > a {margin-right: 10px !important;}*/

.terms-box.gfield input {
  display: none;
width: auto;
}
.footer-contact .terms-box.gfield label {
    display: inline-block;
    padding-left: 30px !important;
    position: relative;
    font-size: 13px;
    position: relative;
}

.terms-box .gfield_checkbox input[type="checkbox"] + label::before {
    content: '';
    width: 16px;
    height: 16px;
    border-width: 1px;
    border-color: rgb(172, 172, 172);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    position: absolute;
    left: 0;
}
.terms-box .gfield_checkbox input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #3d85c6;
    position: absolute;
    display: inline-block;
    left: 5px;
    border-radius: 8px;
    top: 15px;
}

#floating-form .phone, #floating-form .message {
    position: inherit;
    right: 0;
    top: auto !important;
}
#floating-form1 .gform_fields,
#floating-form .gform_fields {margin: 0 -15px;}
#floating-form1 .gfield,
#floating-form .gfield { float: left;width: 50%;
min-height: 1px;padding: 0 15px;}

#floating-form1 .gfield.message,
#floating-form .gfield.message { clear:both; width:100%;}
#book-demo-floating,
#floating-form {
  position: fixed;
  right: -900px;
  top: 0;
  z-index: 9999;
  padding: 30px;
  background: #424758;
width: 900px;
overflow-y: auto;
height: 100vh;
transition: right 0.25s ease-in;
}
#book-demo-floating.floating-popup-on,
#floating-form.floating-popup-on {right:0px;}
#floating-form1 .footer-contact,
#floating-form .footer-contact { border: none;}
.floating-popup-form .gform_footer {
padding: 0px 0;
}
.book-demo-close,
.floating-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9999;
}
.floating-close1 {
    border: 1px solid #fff;
    background: no-repeat;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 31px;
line-height: 1;
}
.floating-close1:hover {
    background: #F58220;
    border-color: #F58220;
}
.popup-header {
    margin: 0 !important;
    padding: 0 0 25px;
    color: #fff;
    text-align: center;
    font-size: 24px !important;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.floating-overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    right: 900px;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10;
display:none;
}
.floating-contact-btn.btn-active {
    opacity: 0;
    display:none;
}
.floating-contact-btn {
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 9999999;
   /*transform: translateY(-40%);*/
width: auto;
white-space: nowrap;
transition: width 0.15s ease;
}
.floating-contact-btn .btn {
    margin: 5px 0;
    padding: 20px 30px 20px 30px;
    min-width: 0;
    border: 0;
    border-radius: 15px 0 0 15px;
cursor: pointer;
    display: block;
}
#book-demo-floating .gform_footer.top_label {padding-top: 0;}
@media screen and (max-width: 1022px) {
#floating-form1,
#floating-form { width: 80%; padding: 30px 15px;}
#book-demo-floating .gform_footer.top_label {padding-top: 30px;}
}
@media screen and (max-width: 767px) {
#floating-form1,
#floating-form .gfield { width:100%;}
.floating-contact-btn {transform: translateY(-30%);top: 30%; display:none;}
.floating-popup-form .gform_footer {
    padding: 20px 0 0;
}
}

#book-demo-floating {
    background: #3f85c5 !important;
}
#book-demo-floating .footer-contact {
    background: #3f85c5 !important;
    border: none;
padding-bottom: 0;
}
#book-demo-floating .gfield { width:100%;}
#book-demo-floating .gform_wrapper input, 
#book-demo-floating .gform_wrapper textarea {
    background-color: #fff;
    color: #3d85c6;
}
#book-demo-floating {
  background: #3f85c5 !important;
  width: 100%;
max-width: 750px;
}
#book-demo-floating .footer-contact {
  background: #3f85c5 !important;
}

#book-demo-floating .gform_button.button {
color: #FFF !important;
background: #F58220 !important;
}
#book-demo-floating .gform_button.button:hover {
color: #FFF !important;
background: #F15A22 !important;
}

#book-demo-floating input::-webkit-input-placeholder, #book-demo-floating textarea::-webkit-input-placeholder{
		color: #909090 !important;
	}
	#book-demo-floating input::-moz-placeholder, #book-demo-floating textarea::-moz-placeholder{
			color: #909090 !important;
		}
	#book-demo-floating input:-ms-input-placeholder, #book-demo-floating textarea:-ms-input-placeholder{
			color: #909090 !important;
		}
	#book-demo-floating input::-ms-input-placeholder,#book-demo-floating textarea::-ms-input-placeholder{
			color: #909090 !important;
		}
	#book-demo-floating .ginput_container input::placeholder, #book-demo-floating textarea::placeholder{
			color: #909090 !important;
		}
        
#book-demo-floating ul.gfield_checkbox {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#book-demo-floating .gfield-choice-input {
  display: none;
width: auto;
}
#book-demo-floating .gfield_checkbox label {
    display: inline-block;
    padding-left: 30px !important;
    position: relative;
    font-size: 13px;
    position: relative;
}

#book-demo-floating .gfield_checkbox input[type="checkbox"] + label::before {
    content: '';
    width: 16px;
    height: 16px;
    border-width: 1px;
    border-color: rgb(172, 172, 172);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    position: absolute;
    left: 0;
}
#book-demo-floating .gfield_checkbox input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #3d85c6;
    position: absolute;
    display: inline-block;
    left: 5px;
    border-radius: 8px;
    top: 15px;
}
.floating-popup-form .gform_footer,
#book-demo-floating .gform_footer {
position: inherit !important;
top: auto !important;
left: auto !important;
}
.summery-text {position: relative;}
.summery-text::after {
    content: '';
    color: transparent;
    background: rgba(255,255,255,0.80);
    height: 70px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.summery-text::before {
    content: '';
    color: transparent;
    background: rgba(255,255,255,0.99);
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer__notes .social li:first-child, 
.footer__notes .social li:last-child {
    display: none;
}

.email-share .a2a_svg.a2a_s__default.a2a_s_email {
    position: inherit;
    border-radius: 50%;
}

.summery-text::after,
.summery-text::before { display:none;}

/*5-12-2022*/
.holder .footer__nav{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
}
.holder .footer__nav a{
	max-width: 20% !important;
    width: 100%;
    margin-right: 0;
    padding: 10px;
}
.holder .footer__nav a svg{
    height: 120px;
}
.holder .footer__nav img{
	max-width: 20% !important;
    width: 100%;
    height: 120px;
    margin-right: 0;
    padding: 10px;
}
.footer__nav svg{
    margin: 0 auto;
}
@media screen and (max-width: 480px){
	.holder .footer__nav a{
		max-width: 50% !important;
     }
     .holder .footer__nav img{
		max-width: 50% !important;
      }
}