/*!Single Listing*/
.main-slider .caption, .main-slider .slick-slide:before, .main-slider .slick-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.main-slider .slick-slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-slider {
	position: relative;
	width: 100%;
	height: calc(66vw - 52px);
	height: calc(100vh - 52px);
	min-height: 300px;
	margin-bottom: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition: all 1.2s ease;
	/*    .slick-dots {
	      text-align: center;
	      padding-top: 15px;
	      bottom: 0;

	      li {
	        display: inline-block;
	        vertical-align: top;
	        margin: 0 8px;
	        button {
	          width: 16px;
	          height: 16px;
	          border: none;
	          cursor: pointer;
	          border-radius: 50%;
	          border: 2px solid #fff;
	          box-shadow: 0 0 0 0 transparent;
	          vertical-align: middle;
	          color: #fff;
	          background-color: #fff;
	          transition:all .3s ease;
	          opacity: .4;
	          &:focus {
	            outline: none;
	          }
	          &:hover {
	            opacity: 1;
	          }
	          &:before{
	              display: none;
	          }
	        }
	        &.slick-active {
	          button {
	            border-color: $bg_color;
	            box-shadow: 0 0 0 2px #fff;
	            opacity: 1;
	          }
	        }
	      }
	    }*/
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
	.main-slider {
		height: calc(75vw - 52px);
	}
}
.main-slider.slick-initialized {
	opacity: 1;
	visibility: visible;
}
.main-slider.slick-slider {
	margin-bottom: 0;
}
.main-slider .slick-slide {
	position: relative;
	height: calc(66vw - 52px);
	height: calc(100vh - 52px);
	min-height: 300px;
	overflow: hidden;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
	.main-slider .slick-slide {
		height: calc(75vw - 52px);
	}
}
.main-slider .slick-slide:before {
	/*background-color: #000;*/
	/*opacity: .01;*/
	z-index: 1;
}
.main-slider .slick-slide iframe {
	position: relative;
	pointer-events: none;
}
.main-slider .slick-slide figure {
	position: relative;
	height: 100%;
}
.main-slider .slick-slide .slide-image {
	opacity: 0;
	height: 100%;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	background-color: #484848;
	/*        background-repeat: no-repeat;
	        background-size: contain;*/
}
.main-slider .slick-slide .slide-image.show {
	opacity: 1;
}
.main-slider .slick-slide .image-entity {
	width: 100%;
	opacity: 0;
	visibility: hidden;
}
.main-slider .slick-slide .loading {
	position: absolute;
	top: 44%;
	left: 0;
	width: 100%;
}
.main-slider .slick-slide .slide-media {
	-webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	        animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active {
	z-index: 1;
}
.main-slider .slick-slide.slick-active .slide-media {
	-webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	        animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active .caption {
	opacity: 1;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
	-o-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
	transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.main-slider .slick-prev,
.main-slider .slick-next {
	height: 100%;
	width: auto;
	z-index: 1;
}
.main-slider .slick-prev:before,
.main-slider .slick-next:before {
	display: none;
}
.wpbf-is-mobile .main-slider .slick-prev,
.wpbf-is-mobile .main-slider .slick-next {
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 60px;
	z-index: 3;
}
.main-slider .slick-prev {
	right: 50%;
	left: 0;
	cursor: url(../img/cleft.svg), pointer;
}
.wpbf-is-mobile .main-slider .slick-prev {
	right: auto;
	background-image: url(../img/cleft.svg);
}
.main-slider .slick-next {
	right: 0;
	left: 50%;
	cursor: url(../img/cright.svg), pointer;
}
.wpbf-is-mobile .main-slider .slick-next {
	left: auto;
	background-image: url(../img/cright.svg);
}
.main-slider .caption {
	position: absolute;
	top: 44%;
	left: 5%;
	text-align: center;
	padding: 20px;
	border: 3px solid;
	color: #fff;
	margin: 0;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.02em;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateY(100px);
	    -ms-transform: translateY(100px);
	        transform: translateY(100px);
}

.property-hero-section {
	position: relative;
	margin-top: 52px;
	margin-top: 0;
	overflow: hidden;
}
.property-hero-section .slide-toggle-mute {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 99;
	cursor: pointer;
	line-height: 1;
	width: 60px;
	height: 60px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.property-hero-section .slide-toggle-mute svg {
	display: none;
	width: 1em;
	height: 1em;
	color: #fff;
	fill: #fff;
}
.property-hero-section .slide-toggle-mute.mute .show-if-mute {
	display: inline-block;
}
.property-hero-section .slide-toggle-mute.unmute .show-if-unmute {
	display: inline-block;
}
.property-hero-section .corner-ribbon {
	font-weight: bold;
	width: 200px;
	background: #e43;
	position: absolute;
	z-index: 9;
	top: 25px;
	left: -50px;
	text-align: center;
	line-height: 1;
	letter-spacing: 1px;
	color: #f0f0f0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: end;
	    align-content: flex-end;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.property-hero-section .corner-ribbon.shadow {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.property-hero-section .corner-ribbon.top-left {
	top: -10px;
	left: -103px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	background-color: red;
	width: 256px;
	height: 75px;
}
.property-hero-section .corner-ribbon.ribbon--sold {
	background: #D5337D;
}
.property-hero-section .corner-ribbon.ribbon--under-offer, .property-hero-section .corner-ribbon.ribbon--let-agreed {
	background: #55575B;
	font-size: 0.8em;
}
.property-hero-section .corner-ribbon span {
	display: block;
	width: 100%;
}

.property-hero-content {
	position: absolute;
	left: 50%;
	bottom: 50%;
	-webkit-transform: translate(-50%, 50%);
	    -ms-transform: translate(-50%, 50%);
	        transform: translate(-50%, 50%);
	z-index: 2;
	width: 100%;
	max-width: 600px;
	background-color: rgba(0, 0, 0, 0.6);
	border-bottom: 4px solid #aa8a10;
	padding: 30px;
	-webkit-transition: all 0.7s ease-out 3s;
	-o-transition: all 0.7s ease-out 3s;
	transition: all 0.7s ease-out 3s;
}
@media (max-width: 767px) {
	.property-hero-content {
		-webkit-transform: translate(0, 50%);
		    -ms-transform: translate(0, 50%);
		        transform: translate(0, 50%);
		left: 60px;
		right: 60px;
		width: auto;
	}
}
.property-hero-content.in-view {
	left: 15px;
	bottom: 25px;
	/*top: auto;*/
	max-width: 400px;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
}
@media (max-width: 992px) {
	.property-hero-content.in-view {
		max-width: 320px;
	}
}
@media (max-width: 767px) {
	.property-hero-content.in-view {
		padding: 10px 20px;
		left: 60px;
	}
}
@media (max-width: 500px) {
	.property-hero-content.in-view {
		right: 60px;
		max-width: 100%;
	}
}
.property-hero-content.in-view .hero-logo {
	width: 120px;
	-webkit-transition: all 0.7s ease-out 3s;
	-o-transition: all 0.7s ease-out 3s;
	transition: all 0.7s ease-out 3s;
}
@media (max-width: 767px) {
	.property-hero-content.in-view .hero-logo {
		width: 60px;
	}
}
@media (max-width: 600px) {
	.property-hero-content.in-view .hero-logo {
		margin-bottom: 5px;
	}
}
.property-hero-content.in-view .hero-title {
	font-size: 26px;
	-webkit-transition: all 0.7s ease-out 3s;
	-o-transition: all 0.7s ease-out 3s;
	transition: all 0.7s ease-out 3s;
}
@media (max-width: 600px) {
	.property-hero-content.in-view .hero-title {
		font-size: 18px;
	}
}
.property-hero-content.in-view .hero-meta {
	font-size: 16px;
	-webkit-transition: all 0.7s ease-out 3s;
	-o-transition: all 0.7s ease-out 3s;
	transition: all 0.7s ease-out 3s;
}
@media (max-width: 600px) {
	.property-hero-content.in-view .hero-meta {
		font-size: 14px;
	}
}
.property-hero-content .hero-logo {
	display: block;
	width: 200px;
	margin: auto;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.property-hero-content .hero-logo {
		width: 120px;
	}
}
.property-hero-content .hero-text {
	color: #fff;
	text-align: center;
	line-height: 1.2;
}
.property-hero-content .hero-title {
	font-family: hk-nova-reg-plugin, Verdana, Arial, sans-serif;
	font-weight: 400;
	font-size: 38px;
	text-align: center;
	color: inherit;
	margin: 0;
}
@media (max-width: 767px) {
	.property-hero-content .hero-title {
		font-size: 26px;
	}
}
.property-hero-content .hero-meta {
	font-family: hk-nova-lite-plugin, Verdana, Arial, sans-serif;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	color: inherit;
}
@media (max-width: 767px) {
	.property-hero-content .hero-meta {
		font-size: 16px;
	}
}
.property-hero-content a.add-to-wishlist-link {
	display: block;
	padding: 0;
	line-height: 1;
	color: #fff;
	margin-top: 0.5em;
	font-size: 1.125em;
}
@media (min-width: 768px) {
	.property-hero-content a.add-to-wishlist-link {
		font-size: 1.5em;
	}
}
.property-hero-content a.add-to-wishlist-link svg {
	opacity: 1 !important;
	display: block;
	margin: auto;
	width: 1em;
	height: 1em;
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.property-hero-content a.add-to-wishlist-link.active svg {
	fill: #fff;
}

.main-slider-pager-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 120px;
	padding-right: 120px;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	z-index: 1;
}
@media (max-width: 992px) {
	.main-slider-pager-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 768px) {
	.main-slider-pager-wrap {
		padding-left: 14px;
		padding-right: 14px;
	}
}
.main-slider-pager-wrap .main-slider-pager {
	width: 100%;
	max-width: 1500px;
	margin: auto;
}
@media (max-width: 768px) {
	.main-slider-pager-wrap .main-slider-pager {
		display: none !important;
	}
}

.main-slider-pager {
	line-height: 1;
	padding: 2em 0;
	font-size: 12px;
}
@media (max-width: 992px) {
	.main-slider-pager {
		padding: 1.5em 0;
	}
}
.main-slider-pager .slick-dots {
	position: static;
	text-align: right;
	bottom: 0;
}
.main-slider-pager .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	width: auto;
	height: auto;
}
@media (max-width: 992px) {
	.main-slider-pager .slick-dots li {
		margin: 0 3px;
	}
}
.main-slider-pager .slick-dots li button {
	position: relative;
	font-family: "Roboto", "Open Sans", Helvetica, Arial, sans-serif;
	width: auto;
	height: auto;
	border: none;
	cursor: pointer;
	border-radius: 0;
	border: 0;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #55575B;
	font-size: inherit;
	line-height: inherit;
	opacity: 0.4;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.main-slider-pager .slick-dots li button:focus {
	outline: none;
}
.main-slider-pager .slick-dots li button:hover {
	opacity: 1;
}
.main-slider-pager .slick-dots li button:before {
	display: none;
}
.main-slider-pager .slick-dots li.is-video button:before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-player-play' width='72' height='72' viewBox='0 0 24 24' stroke-width='.5' stroke='%2355575B' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M0 0h24v24H0z' stroke='none' /%3E%3Cpath d='M7 4v16l13-8z' fill='%2355575B'/%3E%3C/svg%3E");
	background-position: center;
	background-size: contain;
	font-size: inherit;
	position: absolute;
	top: -1.25em;
	opacity: 1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.main-slider-pager .slick-dots li.slick-active button {
	opacity: 1;
}

@-webkit-keyframes slideIn {
	from {
		/*filter:blur(12px);*/
	}
	to {
		/*filter:blur(0);*/
	}
}

@keyframes slideIn {
	from {
		/*filter:blur(12px);*/
	}
	to {
		/*filter:blur(0);*/
	}
}
@-webkit-keyframes slideOut {
	from {
		/*filter:blur(0);*/
	}
	to {
		/*filter:blur(12px);*/
	}
}
@keyframes slideOut {
	from {
		/*filter:blur(0);*/
	}
	to {
		/*filter:blur(12px);*/
	}
}
.slide-scroll-indicator {
	position: absolute;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-size: 10px;
}
@media (min-width: 768px) {
	.slide-scroll-indicator {
		font-size: 12px;
		bottom: 10px;
	}
}
.slide-scroll-indicator svg {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	position: relative;
	top: -0.1em;
}

.lbttCalculator {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 800px;
	margin: 20px auto;
}

.calc-row p {
	color: #9f9f9f;
	margin-bottom: 8px;
}
.calc-row .error {
	display: none;
	color: red;
}
.calc-row .calc-form__type {
	margin-top: 10px;
}
.calc-row .calc-results__taxable {
	text-align: center;
}
.calc-row .calc-results__total {
	text-align: center;
}
.calc-row .calc-table {
	margin-top: 20px;
}
.calc-row .lbtt-table {
	border-collapse: collapse;
	table-layout: fixed;
}
@media (min-width: 768px) {
	.calc-row .lbtt-table {
		table-layout: auto;
	}
}
.calc-row .lbtt-table th {
	border: 1px solid #3e3e3e !important;
	background: none;
	color: #231f20;
	font-weight: bold;
}
.calc-row .lbtt-table td {
	border: 1px solid #3e3e3e !important;
	color: #5a5758;
}
.calc-row .lbtt-table .head td {
	font-weight: 600;
	color: black;
}
.calc-row .lbtt-table .span-active {
	color: #3e3e3e;
}
.calc-row .lbtt-table.one {
	display: none;
}
@media (min-width: 768px) {
	.calc-row .lbtt-table.one {
		display: table;
	}
}
.calc-row .lbtt-table.two {
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.calc-row .lbtt-table.two {
		display: none;
	}
}
@media (min-width: 768px) {
	.calc-row .lbtt-table.three {
		display: none;
	}
}
.calc-row.calc-form {
	margin-bottom: 30px;
}
.calc-row #taxable-sum {
	word-wrap: break-word;
}
.calc-row #taxable-total {
	word-wrap: break-word;
}
.calc-row .calc-results {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 30px;
	width: 100%;
}
.calc-row .calc-results > * {
	-webkit-box-flex: 100%;
	    -ms-flex: 100%;
	        flex: 100%;
}
@media (min-width: 768px) {
	.calc-row .calc-results > * {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
}
.calc-row .calc-results h4 {
	font-size: 15px;
	margin-bottom: 15px;
}
.calc-row .calc-results__rate {
	color: #9f9f9f;
	font-size: 13px;
}
.calc-row .calc-form__fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}
@media (min-width: 768px) {
	.calc-row .calc-form__fields {
		gap: 30px;
	}
}
.calc-row .calc-form__fields > * {
	-webkit-box-flex: 100%;
	    -ms-flex: 100%;
	        flex: 100%;
}
@media (min-width: 768px) {
	.calc-row .calc-form__fields > * {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
}
@media (min-width: 768px) {
	.calc-row .calc-form__fields > .calc-form__submit {
		max-width: 200px;
	}
}
.calc-row .calc-form__fields .clyde-button {
	cursor: pointer;
	width: 100%;
}
.calc-row .calc-form__fields input[type=number] {
	width: 100%;
	margin-bottom: 0;
	min-height: 52px;
}

.clyde-price-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (min-width: 768px) {
	.clyde-price-section {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		text-align: left;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
}
.clyde-price-section .clyde-property-lbtt {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.clyde-price-section .clyde-property-price {
	/*flex: auto;*/
	font-size: 1.75em;
	line-height: 1.2;
	color: #fff;
}
@media (max-width: 1250px) {
	.clyde-price-section .clyde-property-price {
		font-size: 1.25em;
	}
}
.clyde-price-section .clyde-button {
	min-height: 45px;
}

.clyde-inline-popup.make-an-enquiry {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 1000px;
	margin: 20px auto;
}

.clyde-agent-box,
.clyde-agent-form {
	border: 1px solid #55575B;
	padding: 20px 30px 30px;
}
@media (max-width: 480px) {
	.clyde-agent-box,
.clyde-agent-form {
		padding: 20px;
	}
}
.clyde-agent-box h4,
.clyde-agent-form h4 {
	font-family: hk-nova-xlite-plugin, Verdana, Arial, sans-serif;
	font-weight: 400;
	text-align: center;
}

.agent-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (min-width: 1101px) and (max-width: 1250px) {
	.agent-container {
		font-size: 0.8em;
	}
}
@media (min-width: 901px) and (max-width: 1100px) {
	.agent-container {
		font-size: 0.7em;
		gap: 15px;
	}
}
@media (min-width: 768px) and (max-width: 900px) {
	.agent-container {
		font-size: 0.6em;
		gap: 15px;
	}
}
@media (max-width: 767px) {
	.agent-container {
		font-size: 0.8em;
		gap: 20px;
	}
}
@media (max-width: 414px) {
	.agent-container {
		font-size: 0.7em;
	}
}
@media (max-width: 380px) {
	.agent-container {
		font-size: 0.6em;
		gap: 15px;
	}
}
.agent-container .agent-image {
	width: 220px;
	width: 13em;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
@media (max-width: 320px) {
	.agent-container .agent-image {
		font-size: 0.85em;
	}
}
.agent-container .agent-info {
	/* flex: auto; */
}
.agent-container .agent-info .clyde-button.grey:last-of-type {
	margin-bottom: 0;
}
.agent-container .agent-name {
	font-size: 1.7em;
	color: #55575B;
	line-height: 1;
	margin-bottom: 0.5em;
}
.agent-container .agent-tel {
	font-size: 1.25em;
	color: #55575B;
	line-height: 1;
	margin-bottom: 0.75em;
}
.agent-container .agent-info .clyde-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: 1;
	width: 100%;
	margin-bottom: 1em;
	min-height: 3.215em;
	font-size: 0.875em;
}

.clyde-agent-form input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.clyde-agent-form select,
.clyde-agent-form textarea {
	background-color: #ebecec;
}
.clyde-agent-form .gfield_checkbox .gchoice {
	padding-left: 0;
}
.clyde-agent-form .gform_footer {
	text-align: center;
}
.clyde-agent-form .gform_button {
	padding-left: 2.7em;
	padding-right: 1em;
}
.clyde-agent-form .gform_button,
.clyde-agent-form .gform_button:hover {
	background-color: #55575B;
	/*Envelope Icon*/
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"%3E%3Cpath fill="white" d="M3.87 4h13.25C18.37 4 19 4.59 19 5.79v8.42c0 1.19-.63 1.79-1.88 1.79H3.87c-1.25 0-1.88-.6-1.88-1.79V5.79c0-1.2.63-1.79 1.88-1.79zm6.62 8.6l6.74-5.53c.24-.2.43-.66.13-1.07c-.29-.41-.82-.42-1.17-.17l-5.7 3.86L4.8 5.83c-.35-.25-.88-.24-1.17.17c-.3.41-.11.87.13 1.07z"%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-size: 1.2em;
	background-position: 1em center;
	color: #fff;
}