@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(/f/roboto-normal.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(/f/roboto-condensed.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    background-color: #e5e5e5;
}

#about p {
	margin-bottom: 30px;
}
.er-button {
	border-radius:3px
}
.er-button:hover {
	color: #ffffff;
}
#about .container {
	margin: 0;
	padding: 0;
	width: 100%;
}
.main .hestia-about {
	padding: 0;
}
.hestia-contact-title-area {
	width: 100%;
}
.header-filter::before {
	background: none;
}
.page-header .hestia-title {
	text-shadow: 0 0 10px black;
	line-height: 1.1;
	text-transform: uppercase;
}
.footer-big {
	border-top: 4px solid #e3b763;
	padding: 3px 0 0 0;
}
ul.testimonials {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
.testimonial {
	list-style-type: none;
	padding: 20px;
	border: 2px solid #e3b763;
	border-radius: 10px;
	background: #e3b763;
	color: #000;
}
.testimonial:nth-child(4n), .testimonial:nth-child(4n-1) {
	background: #fff;
}
.testimonial .comment {
	text-align: center;
}
.testimonial .signer {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.testimonial .signer:after {
  content: "";  
  width: 30px;
  height: 30px;
  background: no-repeat url("/i/detail.svg");
  margin: 5px auto 15px auto;
  display: block;
}
.navbar .navbar-header .navbar-brand img.hestia-transparent-logo {
  position: absolute;
  width: 300px;
  max-height: 200px;
  top: -35px;
  left: 30px;
  max-width: 300px;
}
img.contact-logo {
	display: block;
	width: 300px;
	margin: 0 0 40px 0;
}

div.two-column {
    display: flex;
    gap: 50px;
}

a.title-figure {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

a.title-figure div {
    background-color: #e3b763;
    padding: 15px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    color: #000;
}

a.title-figure img {
    width: 100%;
    max-height: 550px;
}

@media (max-width: 1024px) {
	.navbar .navbar-header .navbar-brand img.hestia-transparent-logo   {
		width: 200px
	}
}

.contact-box {
		width: 300px;
	  margin: 20px auto 0 auto;
}

@media (min-width: 992px) {
	.contactus .col-md-offset-2 {
		right: 0;
    position: absolute;
    top: -80px;
	}
	.contact-box {
		margin: 20px 0 40px 0;
	}
	#about .container {
			padding: 80px;
	}
}
@media (max-width: 640px){

div.two-column {
    flex-direction: column;
}

ul.testimonials {
	grid-template-columns: 1fr;
	grid-gap: 30px;
}
.testimonial:nth-child(even) {
	background: #fff;
}
.testimonial:nth-child(odd) {
	background: #e3b763;
}
}
div.contact-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
div.contact-row img {
    display: block;
    height: 30px;
}
div.contact-row div {
    color: #fff;
    font-size: 18px;
	  margin-left: 15px
}
div.contact-row div.black {
    color: #000;
    font-size: 16px;
}
div.contact-row div.black:hover {
    text-decoration: underline;
}
.navbar.hestia_left .title-logo-wrapper {
	min-width: 140px;
}
@media (max-width: 991px)
{
  .navbar .navbar-nav>li {
    margin-right: 0;
  }
}
@media (min-width: 768px)
{
	#about .container {
			padding: 60px;
	}
  .container {
    width: inherit;
  }
}
	.navbar-transparent ul.nav>li {
		background-color: #000;
		margin-left: 0;
		margin-right: 0;
	}

  .navbar-transparent ul.nav>li:hover {
    color: #e3b763;
		opacity: 1;
	}

.navbar-transparent a:not(.btn):not(.button):not(.added_to_cart):hover {
    opacity: 1;
}
.wp-block-separator.is-style-wide {
	height: 4px;
}
.row {
	margin: 0;
}
.wp-block-image {
	position: relative;
}

.wp-block-image figcaption {
	width: 100%;
	padding: 15px 0 15px 0;
	display: block;
	position: absolute;
	background: #e3b763;
	font-weight: bold;
	margin: 0;
	color: #fff;
	top: 0;
	text-align: center;
	font-size: 2rem;
	text-transform: uppercase;
}
.wp-block-image figcaption a {
	color: #fff;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	top: 40%;
	display: flex;
  flex-direction: column;
  justify-content: end;
}

.display-none {
	display: none;
}
.display-image {
    display: block;
}
#gallery-board-container {
	display: flex;
	flex-direction: column;
	position: fixed;
	z-index: 16777271;
	top: 0;
	left: 0;
	background: #ffffffcc;
	width: 100%;
	height: 100%;
}
#gallery-board {
	display: flex;
    align-items: center;
    justify-content: center;
	flex: 1;
}
#gallery-board-image {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: 100%;
}
button.gallery {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
    color: #e3b763;
	background: #fff;
	font-weight: bold;
	border: 2px solid #e3b763;
	font-size: 30px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	border-radius: 100%;
	padding: 0;
}
#gallery-close {
	top: 10px;
	right: 10px;
}
#gallery-arrow-left {
	left: 10px;
	top: 50%;
}
#gallery-arrow-right {
	right: 10px;
	top: 50%;
}
button.gallery:hover {
    background: #e3b763;
	border: 2px solid #e3b763;
}