/*generic css*/
.content-area {
	display: none;
}
.container{
	max-width: 80%;
}
body {
	font-size: 18px;
	line-height: 28px;
	font-family: 'Times New Roman', serif;
}
.oveflow-hidden{
	overflow: hidden;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	text-decoration: none;
}
a:hover, a:focus{
	text-decoration: none;
	outline: none;
	text-decoration: none;
}
/*titles*/
.upper{
	text-transform: uppercase;
}
.big-title {
	line-height: 120%;
}
.medium-title{
	line-height: 120%;
}
.small-title{
	line-height: 120%;
}
/*button*/
.button {
	font-size: 28px;
	position: relative;
	padding: 10px 20px;
	margin: 10px 0;
	display: inline-block;
}
/*plugins*/
.grecaptcha-badge {
	z-index: 999;
}
.cn-button.bootstrap {
	color: #000;
	background: #fff;
	border-radius: 0;
	padding: 10px 20px;
}
.cookie-notice-container {
	padding: 22px 30px;
}
/*masonry and gallery*/
.grid {
	min-width: 100%;
	margin: auto;
}
.grid-sizer, .grid-item {
	width: calc(25% - 20px);
	float: left;
}
.grid-item {
  float: left;
  margin-bottom: 20px;
 }
.grid-gutter{
  margin:10px;
  float: left;
 }
 .blocks-gallery-grid {
	min-width: 100%;
}
.blocks-gallery-item {
	width: calc(33.33% - 20px);
	float: left;
}
/*reveal*/
.img-reveal {
	visibility: hidden;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
/*z-index*/
.z-index{
	z-index: 9;
}
/*header*/
#header {
	overflow: hidden;
	position: relative;
}

.custom-logo {
	max-height: 100px;
	width: auto;
}
.hero-image-outer {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	flex-direction: column;
	justify-content: center;
}
.hero-image-outer img {
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	width: auto;
	max-width: 100%;
	-webkit-transform: translate(-50%,-50%) scale(1);
	-ms-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
	max-width: unset;
	min-width: 100%;
	height: 100%;
	object-fit: cover;

}
.hero-image-outer .big-title {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
}
.hero-image {
	position: absolute;
	top: 0;
	z-index: 0;
	min-width: 100%;
}
 #mobile-open, #logo {
	z-index: 999;
	position: relative;
}
/*menu*/
.menu ul {
	padding-left: 0;
	display: flex;
	justify-content: end;
}
.menu li {
	list-style: none;
	display: inline-block;
	margin: 0 20px;
}
.menu a {
	text-transform: uppercase;
	color:#fff;
}
/*mobile menu controls*/
#mobile-open {
	display: inline-block;
	cursor: pointer;
}
.menu-line {
	background: #fff;
	width: 80px;
	height: 3px;
	display: block;
	position: relative;
}
.menu-line.center-line {
	margin: 15px 0;
}
/*mobile menu modal*/
#mobile-menu-modal {
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 9999;
	top: 0;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	height: 100vh;
	position: fixed;
}
#mobile-menu-modal ul {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}
#mobile-menu-modal li {
	list-style: none;
	margin: 20px 0;
}
#mobile-close {
	position: absolute;
	right: 40px;
	top: 40px;
	width: auto;
	cursor: pointer;
}
#mobile-close svg {
	width: 40px;
}
.menu-item span {
	transition: all .3s;
}
/*!!!!!custom theme css below!!!!!*/
#hero {
	height: calc(100vh - 132px);
}
.hero-image-outer::after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
	opacity: 0.3;
	z-index: 0;
}
#home .hero-image-outer::after {
opacity: 0.7;
	
}
#hero h2 , #hero h1{
	z-index: 1;
}
#footer {
	font-size: 12px;
	line-height: 16px;
	border-top: 2px solid #787878;
}
#inside #hero {
	height: 50vh;
	min-height: 300px;
}
#main-content p {
	font-size: 16px;
	line-height: 40px;
}
#login {
	z-index: 1;
	margin: 30px auto 0;
}
#login #submit {
	clear: both;
	display: block;
	width: 100%;
	margin-top: 10px;
	background: #787878;
	box-shadow: none;
	border: none;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
}
.loginbox {
	width: 220px;
}
#login #password {
	width: 100%;
	font-size: 15px;
	padding: 10px;
}
.error, .valid {
	display: none;
	position: relative;
	color: orange;
	z-index: 1;
	margin-top: 20px;
}
.form-group input, .form-group textarea {
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	border-bottom: 2px solid #fff;
	padding: 10px;
}
.form-group.row {
	margin-bottom: 20px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit.button-dark {
	background: #787878;
	border: none;
	color: #fff;
}
.form-group input.form-check-input {
	background: none;
	border: 1px solid #fff;
	padding: 0;
	border-radius: 0;
}
.wpcf7-list-item {
	margin-left: 0;
}
#menu-main-menu {
	margin-top: 100px;
}
.menu-item a:hover span, .menu-item:hover a span {
	color: #fff!important;
}
.wp-block-quote.is-style-large {
	padding-left: 0;
	padding-right: 0;
}
.wp-block-quote.is-style-large cite {
	font-size: 16px;
	color: #fff;
}
.wp-block-quote.is-style-large {
	border-left: 5px solid #787878;
	padding-left: 20px;
} 
.grecaptcha-badge {
	 visibility: hidden; }
.page-template-template-contact .grecaptcha-badge { 
	visibility: visible;
 }
 .wp-block-image img {
	 max-width: 100%;
	 width: 100%;
	 height: auto;
	 border-radius: 2px!important;
 }
 .wp-block-image figure {
	 width: 100%;
 }
