.gform_wrapper ul li.gfield:before {
	display: none !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: 1px solid #ccc !important;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
	font-weight: 300 !important;
}

.as-link-container {
	margin-top: 40px;
	margin-bottom: 40px;
}

a.as-read-more {
	background-color: #acae97;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-transform: uppercase;
	padding: 15px 49px;
	transition: all 0.3s;
}

a.as-read-more:hover {
	background-color: #4c4c4d;
}

.dd-two-images {
	margin-top: 50px;
	margin-bottom: 80px;
}

.dd-two-images .single-image-left {
	width: 39%;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	height: 631px;
	margin-right:  8px;
}

.dd-two-images .single-image-right {
	width: 60%;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	height: 631px;
}

.as-repeater-container {
	margin-top: 40px;
	border: 1px solid #e0e0e0;
	position: relative;
}

.as-repeater-container .as-georgia {
	color: #acae96;
	font-family: Georgia;
	font-size: 100px;
}

.as-repeater-container img {
	max-width: 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 20px;
}

.as-repeater-container h3 {
	color: #222222;
	font-family: "minion-3",serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 32px;
	margin-top: 20px;
	text-transform: capitalize;
}

.as-repeater-container p {
		color: #2d2d2d;
		font-family: "Avenir Next";
		font-size: 16px;
		font-weight: 400;
		line-height: 26px;
}

.as-repeater-container .owl-nav {
	position: absolute;
	top:  40%;
	width: 100%;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	padding: 5px 10px !important;
	border: 1px solid #e0e0e0 !important;
	width: 40px;
	height: 40px;
	transition: all 0.3s;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
	background: #acae96;
	border: 1px solid #acae96 !important;
	color: #fff;
} 

.as-repeater-container .owl-nav .owl-prev {
	position: absolute;
	left: 30px;
	
}

.as-repeater-container .owl-nav .owl-next {
	position: absolute;
	right: 30px;
}

.as-repeater-container .testimonial-content {
	padding: 20px 80px;
	text-align: center;
}

@media screen and (max-width: 992px) {
	.dd-two-images .single-image-left {
		width: 100%;
		float: none;
		height: 550px;
		margin-bottom: 30px;
		margin-right:  0px;
	}

	.dd-two-images .single-image-right {
		width: 100%;
		float: none;
		height: 550px;
	}
}


.dd-newsletter>.dd-container>h3{
	text-transform: capitalize;
}
