.cormorant-font {
	font-family: "Cormorant", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.sm-bg {
	background: #779177;
	background: linear-gradient(90deg, rgba(119, 145, 119, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(119, 145, 119, 1) 100%);
}


.grecaptcha-badge {
	visibility: hidden !important;
}

.nav-item .nav-menu li a {
	border-right: none!important;
}

.contact-form .leave-comment h4 {
	margin-bottom: 10px;
}

.contact-form .leave-comment p {
	margin-bottom: 25px;
}

.contact-form .leave-comment .comment-form textarea {
	margin-bottom:25px;
}


.activemnu {
	background: #ffaf62;
	color: black;
}
/*Gallery styles*/
.gcontainer {
	width: 960px;
	margin: 0 auto;
	padding: 20px;
	padding-bottom: 40px;
}

.gallery {
}

	.gallery .previews, .gallery .full, .gallery .desc {
		float: left;
		margin-right: 10px;
	}

	.gallery .desc, .gallery .full {
		width: 400px;
		font-size: 12px;
	}

		.gallery .desc h2 {
			margin-top: 0;
		}

	.gallery .previews a {
		display: block;
		margin-bottom: 10px;
	}

	.gallery .full, .gallery .full img {
		height: 600px;
	}

/*	.gallery .previews a, .gallery .full {
		border: 4px solid #eee;
	}*/

		.gallery .previews a:hover, .gallery .previews a.selected {
			border: 4px solid #777;
		}

		.gallery .full img:hover {
			cursor: pointer;
		}

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}