/*!
Theme Name: yablasi
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yablasi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

yablasi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
* {
  font-family: "Overpass", sans-serif;
}

body {
  background: #fff;
  margin: 0;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #7d2e1b;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #212121;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
} /* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Header
--------------------------------------------- */
.site-branding {
  max-width: 80px;
  height: auto;
  display: block;
  display: flex;
  align-items: center;
}
.site-branding a {
  display: inline-block;
}
.site-branding img {
  display: block;
}

@media only screen and (max-width: 1366px) {
  .site-branding {
    max-width: 70px;
  }
}
.main-navigation {
  display: flex;
  align-items: center;
  gap: 20px 80px;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}
.main-navigation .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
}
.main-navigation .menu li a {
  color: #7d2e1b;
  line-height: 1.6;
  font-size: 15px;
}
.main-navigation .menu .sub-menu {
  position: absolute;
  display: block;
  background-color: #fff;
  padding: 30px 30px 20px 30px;
  margin-top: 30px;
  left: -30px;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  box-shadow: 1px 5px 5px 1px rgba(0, 0, 0, 0.04);
}
.main-navigation .menu .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 40px;
}
.main-navigation .menu .sub-menu li {
  margin-bottom: 10px;
}
.main-navigation .menu .menu-item.current-menu-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  will-change: transform;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.main-navigation .menu .menu-item > a {
  position: relative;
}
.main-navigation .menu .menu-item > a::after {
  content: "";
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #7d2e1b;
  will-change: transform;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.main-navigation .menu .menu-item > a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.main-navigation .main-contact {
  font-size: 16px;
  padding: 14px 28px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: lowercase;
  background-color: #7d2e1b;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease;
  border: 1px solid #7d2e1b;
}
.main-navigation .main-contact:hover {
  background-color: #fff;
  color: #7d2e1b;
}

.site-header .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1366px) {
  .main-navigation {
    gap: 20px 50px;
  }
  .main-navigation .menu {
    gap: 20px 35px;
  }
}
@media only screen and (max-width: 991px) {
  .main-navigation {
    gap: 20px 50px;
  }
  .main-navigation .menu {
    gap: 20px 35px;
  }
  .main-navigation .main-contact {
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .main-navigation {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    height: auto;
    background-color: #fff;
    max-width: calc(100% - 60px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
    max-height: 60vh;
    overflow-y: scroll;
  }
  .main-navigation .menu {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-navigation.active {
    opacity: 1;
    visibility: visible;
  }
  .main-navigation .menu li a,
  .main-navigation .main-contact {
    font-size: 20px;
  }
  .main-navigation .menu .sub-menu {
    opacity: 1;
    visibility: visible;
    position: relative;
    box-shadow: none;
    max-width: auto;
	width: 100%;
    left: 0;
    padding: 0;
    margin-top: 0;
    display: none;
    transition: none;
    margin-top: 20px;
    padding: 0 20px;
  }
  .burger-icon {
    width: 36px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  .burger-icon > span {
    display: block;
    height: 1px;
    background-color: #7d2e1b;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 999;
  }
  .burger-icon > span:nth-child(1) {
    width: 60%;
  }
  .burger-icon.active > span:nth-child(1) {
    width: 100%;
  }
  .burger-icon > span:nth-child(2) {
    width: 100%;
  }
  .burger-icon > span:nth-child(3) {
    width: 60%;
    margin-left: auto;
  }
  .burger-icon.active > span:nth-child(3) {
    width: 100%;
  }
  .site-header .col-md-10 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .menu-menu-header-container,
  .main-navigation li {
    width: 100%;
  }
  .main-navigation li {
    position: relative;
  }
  .main-navigation .menu .menu-item > a {
    width: fit-content;
  }
  .menu-item-has-children::before {
    content: "+";
    position: absolute;
    right: 0;
    color: #7d2e1b;
    font-size: 26px;
    font-weight: 300;
    top: -7px;
  }
  .menu-item-has-children.active::before {
    content: "_";
    top: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .main-navigation {
    padding: 20px;
    max-width: calc(100% - 24px);
  }
  .main-navigation .menu li a,
  .main-navigation .main-contact {
    font-size: 16px;
  }
}
.site-header {
  background-color: #fff;
  padding: 20px 68px;
  position: sticky;
  top: 0;
  z-index: 9;
}

@media only screen and (max-width: 1536px) {
  .site-header {
    padding: 18px 48px;
  }
}
@media only screen and (max-width: 1440px) {
  .site-header {
    padding: 15px 38px;
  }
}
@media only screen and (max-width: 1280px) {
  .site-header {
    padding: 12px 28px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header {
    padding: 12px 18px;
  }
}
@media only screen and (max-width: 575px) {
  .site-header {
    padding: 12px 0px;
  }
}
/* Footer
--------------------------------------------- */
.site-footer {
  background-color: #7d2e1b;
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
  background-image: url("../img/wood.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-footer__top {
  padding: 70px 0px;
  position: relative;
  z-index: 1;
}
.site-footer .wpcf7-response-output {
  margin: 20px 0 0 0 !important;
  color: #fff;
  font-size: 14px;
  padding: 15px;
}

.copyright {
  position: relative;
  z-index: 1;
  padding: 30px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copyright p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.site-footer__top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
  gap: 20px;
  z-index: 1;
}
.site-footer__top-box__img {
  max-width: 100px;
}

.site-footer__social-media {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  position: relative;
  z-index: 1;
}
.site-footer__social-media img {
  max-width: 26px;
  height: auto;
  transition: all 0.3s ease;
}

.site-footer__social-media {
	color: #fff;
	font-size: 15px;
	line-height: 1;
}

.site-footer__social-media li {
	display: flex;
	align-items: center;
}
.site-footer__social-media img:hover {
  opacity: 0.7;
}

.subscription-form {
  padding-right: 30px;
}
.subscription-form h3 {
  margin: 0 0 20px 0;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.subscription-form p {
  margin: 0;
  color: rgba(255, 255, 255, 0.768627451);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.subscription-form__input input {
  background-color: transparent;
  border: 0;
  font-family: "Overpass", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: #fff;
  outline: none;
  padding: 13px 0px;
  font-size: 15px;
  width: 100%;
  transition: all 0.3s ease;
}
.subscription-form__input input:focus {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.subscription-form__input input::placeholder {
  color: #fff;
}
.subscription-form__input .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 10px;
}
.subscription-form__btn {
  font-size: 16px;
  padding: 14px 28px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: lowercase;
  font-family: "Overpass", sans-serif;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0;
  color: #7d2e1b;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease;
  border: 1px solid #7d2e1b;
  outline: none;
  cursor: pointer;
}
.subscription-form__btn:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.widget-title {
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}

.row {
  position: relative;
  z-index: 1;
}

.widget_nav_menu {
  padding: 0 30px;
}
.widget_nav_menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_nav_menu .menu li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.768627451);
  font-size: 15px;
  line-height: 1.6;
  transition: all 0.3s ease;
}
.widget_nav_menu .menu li a:hover {
  color: #fff;
}
.widget_nav_menu .menu .email a {
  text-decoration: underline;
}

#menu-contact-footer {
  max-width: 220px;
}

#menu-footer-projects a {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
}
#menu-footer-projects a::after {
  content: "";
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  will-change: transform;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#menu-footer-projects a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

@media only screen and (max-width: 1536px) {
  .site-footer__top {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 1440px) {
  .site-footer__top {
    padding: 50px 0px;
  }
  .site-footer__top-box {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .site-footer__top {
    padding: 40px 0px 20px 0;
  }
  .site-footer__top-box {
    margin-bottom: 30px;
  }
  .copyright {
    padding: 25px 0px;
  }
  .subscription-form {
    padding-right: 20px;
  }
  .widget_nav_menu {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .widget_nav_menu {
    padding: 30px 0px 0px 0px;
  }
  .subscription-form {
    padding-right: 0;
	margin-bottom: 20px;
  }
  .site-footer__top-box__img {
    max-width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__top-box__img {
    max-width: 80px;
  }
  .subscription-form__btn {
    font-size: 15px;
    padding: 12px 22px;
  }
}
@media only screen and (max-width: 575px) {
  .subscription-form p,
  .widget_nav_menu .menu li a,
  #menu-footer-projects a {
    font-size: 14px;
  }
  .widget-title {
    font-size: 18px;
  }
	
	.site-footer__social-media {
		font-size: 14px;
		margin-top: 24px;
	}
	
	.site-footer__social-media li:first-of-type {
		position: absolute;
		top: -24px;
	}
}
/* Footer
--------------------------------------------- */
.hero {
  padding: 0 68px;
  position: relative;
}
.hero__content {
  position: absolute;
  left: 12px;
  top: 0;
  background-color: rgba(255, 255, 255, 0.53);
  height: calc(100% - 30px);
  width: 100%;
  max-width: 478px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 65px;
}
.hero__content__title {
  color: rgb(33, 33, 33);
  line-height: 69px;
  font-size: 59px;
  font-weight: 300;
  margin: 0 0 18px 0;
  padding-top: 30px;
  position: relative;
}
.hero__content__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 6px;
  background-color: #7d2e1b;
}
.hero__content__text {
  font-size: 18px;
  line-height: 32px;
  color: rgba(33, 33, 33, 0.7);
  margin: 0 0 26px 0;
}
.hero__content__button {
  font-size: 16px;
  padding: 14px 28px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: lowercase;
  background-color: #7d2e1b;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid #7d2e1b;
}
.hero__content__button:hover {
  background-color: transparent;
  color: #7d2e1b;
}
.hero__slider {
  position: relative;
}
.hero__slider-item {
  max-height: 740px;
}
.hero__slider iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 740px;
}
.hero__slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero .slick-dots {
  position: absolute;
  bottom: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.slick-dots li {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.slick-dots li a {
  color: #fff;
}
.slick-dots li::before {
  content: "";
  position: relative;
  border-bottom: 1px solid #fff;
  width: 50px;
  display: block;
  width: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.slick-dots .slick-active::before {
  width: 50px;
  opacity: 1;
}

.slick-dots li button {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  padding: 0;
  width: auto;
  height: auto;
  font-family: "Overpass", sans-serif;
}
.slick-dots li button::before {
  content: none;
}

.hero .slick-track {
  display: flex !important;
}

.hero .slick-slide {
  height: inherit !important;
}

@media only screen and (max-width: 1536px) {
  .hero {
    padding: 0px 48px;
  }
  .hero__content__title {
    font-size: 52px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1440px) {
  .hero {
    padding: 0px 38px;
  }
  .hero__content__title {
    font-size: 46px;
    margin-bottom: 10px;
  }
  .hero__content {
    padding: 30px 55px;
    max-width: 450px;
  }
  .hero .slick-dots {
    z-index: 4;
  }
}
@media only screen and (max-width: 1280px) {
  .hero {
    padding: 0px 28px;
  }
  .hero__content__title {
    font-size: 42px;
  }
  .hero__content__text {
    font-size: 16px;
  }
  .hero__content {
    padding: 30px 35px;
    max-width: 380px;
  }
  .hero .slick-dots {
    justify-content: flex-end;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__content__title {
    font-size: 36px;
  }
  .hero__content {
    max-width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    padding: 0px 18px;
  }
  .hero__content__title {
    font-size: 32px;
  }
  .hero__content {
    max-width: 300px;
    padding: 30px 20px;
  }
  .hero__content__button {
    padding: 12px 22px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .hero {
    padding: 0px;
  }
  .hero__content__title {
    font-size: 28px;
  }
  .hero__content {
    max-width: 220px;
    padding: 30px 12px;
  }
  .hero__slider img {
    min-height: 550px;
  }
}
.video-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projects {
  padding: 95px 58px;
}
.projects__categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 70px;
  margin-bottom: 30px;
}
.projects__categories li a {
  color: #7d2e1b;
  text-decoration: none;
  position: relative;
}
.projects__categories li a::after {
  content: "";
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #7d2e1b;
  will-change: transform;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.projects__categories li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.projects__categories li a.active::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.projects__item {
  width: calc(20% - 20px);
  margin: 0 10px 20px 10px;
  position: relative;
  float: left;
}
.projects__item a {
  height: 100%;
}
.projects__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.projects__item__info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in;
}
.projects__item__cat {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.projects__item__cat span {
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  color: #898989;
  font-weight: 300;
  transition: all 0.3s ease;
}
.projects__item__cat span:hover {
  color: #212121;
}
.projects__item__title h3 {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.projects__item__title h3 a {
  text-decoration: none;
  color: #212121;
  transition: all 0.3s ease;
}
.projects__item__title h3:hover {
  color: #7d2e1b;
}
.projects__item:hover .projects__item__info {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1536px) {
  .projects {
    padding: 90px 38px;
  }
}
@media only screen and (max-width: 1440px) {
  .projects {
    padding: 60px 28px;
  }
  .projects__item {
    width: calc(25% - 20px);
  }
  .projects__categories {
    gap: 20px 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .projects {
    padding: 30px 18px 60px 18px;
  }
  .projects__categories {
    gap: 20px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .projects__item {
    width: calc(33.3333% - 20px);
  }
  .projects__categories {
    gap: 20px 40px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .projects {
    padding: 30px 8px 60px 8px;
  }
  .projects__item {
    width: calc(50% - 20px);
	  margin-bottom: 12px;
  }
  .projects__categories {
    gap: 20px 30px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .projects {
    padding: 30px 0px 60px 0px;
  }
  .projects__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
	margin-bottom: 10px;
  }
}
.contact-title {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 45vh;
  padding: 100px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contact-title::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
}
.contact-title__text {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.contact-title__text h1 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 300;
  margin: 0 0 16px;
}
.contact-title__text p {
  font-size: 17px;
  margin: 0;
  line-height: 1.52941;
}

@media only screen and (max-width: 1536px) {
  .contact-title__text h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 1440px) {
  .contact-title__text h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1280px) {
  .contact-title__text h1 {
    font-size: 42px;
  }
  .contact-title__text p {
    font-size: 16px;
  }
  .contact-title {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .contact-title__text h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-title__text h1 {
    font-size: 32px;
  }
  .contact-title__text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-title__text h1 {
    font-size: 28px;
  }
}
.contact-info {
  padding: 90px 0px;
}
.contact-info__box h3 {
  margin: 0 0 20px 0;
  font-size: 30px;
  line-height: 1;
  color: #7d2e1b;
  font-weight: 400;
}
.contact-info__box p {
  font-size: 15px;
  color: #7a7a7a;
  line-height: 1.6;
  margin: 0;
}
.contact-info__box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.contact-info__box ul li {
  margin-bottom: 4px;
}
.contact-info__box ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #7a7a7a;
  line-height: 1.6;
  position: relative;
  transition: all 0.3s ease;
}
.contact-info__box ul li a:hover {
  color: #212121;
}
.contact-info__box ul li .icon {
  position: relative;
  padding-left: 23px;
}
.contact-info__box ul li .icon::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 1px;
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.contact-info__box ul li .icon:hover::before {
  filter: brightness(0);
}
.contact-info__box ul li .email::before {
  background-image: url("../img/envelope.png");
}
.contact-info__box ul li .phone::before {
  background-image: url("../img/telephone.png");
}
.contact-info__box ul li .address::before {
  background-image: url("../img/location.png");
}

@media only screen and (max-width: 1536px) {
  .contact-info {
    padding: 80px 0px;
  }
}
@media only screen and (max-width: 1440px) {
  .contact-info {
    padding: 70px 0px;
  }
  .contact-info__box h3 {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .contact-info {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info {
    padding: 40px 0px;
  }
  .contact-info__box {
    padding: 20px 0px;
  }
  .contact-info__box h3 {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info {
    padding: 30px 0px;
  }
  .contact-info__box ul li a,
  .contact-info__box p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-info__box h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.map-form {
  padding-bottom: 85px;
}
.map-form .row {
  align-items: center;
}
.map-form__iframe {
  padding: 30px 18px 30px 0;
}
.map-form__iframe iframe {
  width: 100%;
  min-height: 700px;
  display: block;
}
.map-form__info {
  padding: 30px 0 30px 18px;
}
.map-form__info-title {
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  margin: 0 0 10px 0;
  color: #7d2e1b;
  padding-top: 30px;
  position: relative;
}
.map-form__info-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 10px;
  background-color: #fff;
  opacity: 0.8;
  background: repeating-linear-gradient(-45deg, #7d2e1b, #7d2e1b 1px, #ffffff 1px, #ffffff 5px);
}
.map-form__info-text {
  font-size: 15px;
  line-height: 1.6;
  color: #7a7a7a;
  margin: 0 0 10px 0;
}
.map-form__info-cf7 {
  padding-top: 20px;
}
.map-form__info .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 10px;
}
.map-form__info .wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 0;
}
.map-form__info .form-control p {
  margin: 0;
  padding-bottom: 32px;
}
.map-form__info .form-control input,
.map-form__info .form-control textarea {
  display: block;
  width: 100%;
  color: #7a7a7a;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 12px;
  outline: none;
  line-height: 1.8;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.map-form__info .form-control input:focus,
.map-form__info .form-control textarea:focus {
  border-color: #7d2e1b;
  color: #212121;
}
.map-form__info .form-control textarea {
  resize: none;
  height: 150px;
}
.map-form__info .form-btn p {
  margin: 0;
}
.map-form__info .form-btn input {
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 4px;
  text-transform: lowercase;
  background-color: #7d2e1b;
  color: #fff;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease;
  font-family: "Overpass", sans-serif;
  border: 1px solid #7d2e1b;
  outline: none;
  cursor: pointer;
  border-radius: 0;
}
.map-form__info .form-btn input:hover {
  background-color: #fff;
  color: #7d2e1b;
}

@media only screen and (max-width: 1440px) {
  .map-form__info-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1280px) {
  .map-form__info-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .map-form__info-title {
    font-size: 32px;
  }
  .map-form__iframe {
    padding: 0;
  }
  .map-form__iframe iframe {
    min-height: 500px;
  }
  .map-form .container > .row {
    flex-direction: column-reverse;
  }
  .map-form__info {
    padding: 0 0 40px 0;
  }
  .map-form__info .form-control p {
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .map-form__info .form-btn input,
  .map-form__info-text {
    font-size: 14px;
  }
}
.projects-title {
  height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 100px 0px;
}
.projects-title__text {
  text-align: center;
  color: #7d2e1b;
  position: relative;
  z-index: 2;
}
.projects-title__text h1 {
  font-size: 57px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 16px;
  color: #7d2e1b;
}
.projects-title__text p {
  font-size: 17px;
  color: #7d2e1b;
  margin: 0;
  line-height: 1.52941;
  max-width: 850px;
  margin: 0 auto;
}

.projects--archive {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 4px;
}
.projects--archive .row {
  margin-left: -4px;
  margin-right: -4px;
}
.projects--archive .container-fluid,
.projects--archive .col-12 {
  padding-left: 4px;
  padding-right: 4px;
}
.projects--archive .projects__item {
  width: 33.3333%;
  margin: 0;
  padding: 8px;
}
.projects--archive .projects__item__title h3 {
  font-size: 28px;
  margin-top: 5px;
}

@media only screen and (max-width: 1536px) {
  .projects-title__text h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 1440px) {
  .projects-title__text h1 {
    font-size: 46px;
  }
  .projects--archive .projects__item__title h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1280px) {
  .projects-title__text h1 {
    font-size: 42px;
  }
  .projects-title__text p {
    font-size: 16px;
  }
  .projects-title {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .projects-title__text h1 {
    font-size: 36px;
  }
  .projects--archive .projects__item {
    width: 50%;
  }
  .projects--archive .projects__item__title h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .projects-title__text h1 {
    font-size: 32px;
  }
  .projects-title__text p {
    font-size: 14px;
  }
  .projects--archive .projects__item {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .projects-title__text h1 {
    font-size: 28px;
  }
}
.single-gallery {
  padding: 60px 0px 30px;
}
.single-gallery__item {
  margin-bottom: 24px;
}
.single-gallery__item img {
  width: 100%;
  height: 100%;
  display: block;
}

.single-content {
  margin-bottom: 90px;
}
.single-content__text h1 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 30px;
  font-weight: 300;
  color: #7d2e1b;
}
.single-content__text p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 26px 0;
  color: #7a7a7a;
}
.single-content__info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-content__info li {
  margin-bottom: 20px;
  color: #7a7a7a;
  font-size: 15px;
  line-height: 1.2;
}
.single-content__info li span {
  font-size: 17px;
  color: #7d2e1b;
  font-weight: 500;
  margin-right: 12px;
}
.single-content__btn {
  font-size: 16px;
  padding: 14px 28px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: lowercase;
  background-color: #7d2e1b;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease;
  border: 1px solid #7d2e1b;
  text-decoration: none;
  margin-top: 10px;
}
.single-content__btn:hover {
  background-color: transparent;
  color: #7d2e1b;
}

.social-network-links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 20px;
}
.social-network-links h5 {
  font-size: 17px;
  line-height: 1;
  color: #7d2e1b;
  font-weight: 500;
  margin: 0;
}
.social-network-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.social-network-links ul li {
  display: flex;
  align-items: center;
}
.social-network-links ul img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

@media only screen and (max-width: 1440px) {
  .single-content__text h1 {
    font-size: 38px;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 1280px) {
  .single-content__text h1 {
    font-size: 34px;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .single-content__text h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .single-gallery {
    padding: 20px 0px 10px 0px;
  }
  .social-network-links {
    padding-top: 26px;
    padding-bottom: 50px;
  }
  .single-content {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .single-content__info li,
  .single-content__text p {
    font-size: 14px;
  }
  .single-content__info li span {
    font-size: 15px;
  }
  .single-content__btn {
    padding: 12px 22px;
    font-size: 15px;
  }
  .single-content {
    margin-bottom: 60px;
  }
}
.single-content__text h2,
.single-content__text h3,
.single-content__text h4,
.single-content__text h5,
.single-content__text h6 {
  color: #7d2e1b;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.single-content__text h2 {
  font-size: 34px;
}
.single-content__text h3 {
  font-size: 30px;
}
.single-content__text h4 {
  font-size: 26px;
}
.single-content__text h5 {
  font-size: 24px;
}
.single-content__text h5 {
  font-size: 20px;
}
.single-content__text ul,
.single-content__text ol {
  line-height: 1.6;
  color: #7a7a7a;
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 1536px) {
  .single-content__text h2 {
    font-size: 32px;
  }
  .single-content__text h3 {
    font-size: 28px;
  }
  .single-content__text h4 {
    font-size: 24px;
  }
  .single-content__text h5 {
    font-size: 22px;
  }
  .single-content__text h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) {
  .single-content__text h2 {
    font-size: 30px;
  }
  .single-content__text h3 {
    font-size: 26px;
  }
  .single-content__text h4 {
    font-size: 22px;
  }
  .single-content__text h5 {
    font-size: 20px;
  }
  .single-content__text h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .single-content__text h2 {
    font-size: 28px;
  }
  .single-content__text h3 {
    font-size: 26px;
  }
  .single-content__text h4 {
    font-size: 21px;
  }
  .single-content__text h5 {
    font-size: 19px;
  }
  .single-content__text h5 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .single-content__text h2 {
    font-size: 26px;
  }
  .single-content__text h3 {
    font-size: 24px;
  }
  .single-content__text h4 {
    font-size: 19px;
  }
  .single-content__text h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .single-content__text h4 {
    font-size: 18px;
  }
  .single-content__text ul,
  .single-content__text ol {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .single-content__text h2 {
    font-size: 25px;
  }
  .single-content__text h3 {
    font-size: 23px;
  }
}
.error-404 {
  min-height: 90vh;
  padding: 100px 0px;
  text-align: center;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.error-404 h1 {
  font-size: 55px;
  line-height: 60px;
  margin: 0 0 20px 0;
  color: #7d2e1b;
  font-weight: 300;
}
.error-404 p {
  font-size: 17px;
  line-height: 30px;
  margin: 0;
  color: #7d2e1b;
  font-weight: 300;
}
.error-404 .page-content {
  margin: 0 auto;
  max-width: 700px;
}

.error-btn {
  font-size: 16px;
  padding: 14px 28px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: lowercase;
  background-color: #7d2e1b;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease;
  border: 1px solid #7d2e1b;
  text-decoration: none;
  margin-top: 40px;
}
.error-btn:hover {
  color: #7d2e1b;
  background-color: transparent;
}

.error404 header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  background-color: transparent;
}

@media only screen and (max-width: 1536px) {
  .error-404 h1 {
    font-size: 48px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1440px) {
  .error-404 h1 {
    font-size: 42px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1280px) {
  .error-404 h1 {
    font-size: 38px;
  }
  .error-404 p {
    font-size: 16px;
  }
  .error-404 {
    min-height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .error-404 h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .error-404 h1 {
    font-size: 32px;
  }
  .error-404 p {
    font-size: 14px;
  }
  .error-btn {
    font-size: 15px;
    padding: 12px 22px;
    margin-top: 25p;
  }
}
.page-title {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 45vh;
  padding: 100px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-title::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
}
.page-title__text {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.page-title__text h1 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 300;
  margin: 0 0 16px;
}
.page-title__text p {
  font-size: 17px;
  margin: 0;
  line-height: 1.52941;
}

@media only screen and (max-width: 1536px) {
  .page-title__text h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 1440px) {
  .page-title__text h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1280px) {
  .page-title__text h1 {
    font-size: 42px;
  }
  .page-title__text p {
    font-size: 16px;
  }
  .page-title {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .page-title__text h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title__text h1 {
    font-size: 32px;
  }
  .page-title__text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .page-title__text h1 {
    font-size: 28px;
  }
}
.page-layout {
  padding: 90px 0px;
}
.page-layout h2,
.page-layout h3,
.page-layout h4,
.page-layout h5,
.page-layout h6 {
  color: #7d2e1b;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.3;
}
.page-layout h2 {
  margin-top: 35px;
  font-size: 40px;
}
.page-layout h3 {
  font-size: 34px;
}
.page-layout h4 {
  font-size: 26px;
}
.page-layout h5 {
  font-size: 24px;
}
.page-layout h5 {
  font-size: 20px;
}
.page-layout p {
  line-height: 1.6;
  color: #7a7a7a;
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 0;
}
.page-layout .icons-box .wp-block-image {
  border: 1px solid #7d2e1b;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-layout .icons-box .wp-block-image img {
  width: 40px;
  height: 40px;
}
.page-layout .icons-box h4 {
  margin-bottom: 6px;
}
.page-layout .icons-box p {
  font-size: 14px;
}
.page-layout .wp-block-column ol {
  padding-left: 30px;
  margin-left: 0;
  line-height: 1.6;
  color: #7a7a7a;
  font-size: 15px;
}

@media only screen and (max-width: 1536px) {
  .page-layout {
    padding: 80px 0px;
  }
  .page-layout h2 {
    font-size: 36px;
  }
  .page-layout h3 {
    font-size: 32px;
  }
  .page-layout h4 {
    font-size: 24px;
  }
  .page-layout h5 {
    font-size: 22px;
  }
  .page-layout h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) {
  .page-layout {
    padding: 70px 0px;
  }
  .page-layout h2 {
    font-size: 32px;
  }
  .page-layout h3 {
    font-size: 30px;
  }
  .page-layout h4 {
    font-size: 22px;
  }
  .page-layout h5 {
    font-size: 20px;
  }
  .page-layout h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .page-layout {
    padding: 60px 0px;
  }
  .page-layout h2 {
    font-size: 30px;
  }
  .page-layout h3 {
    font-size: 28px;
  }
  .page-layout h4 {
    font-size: 21px;
  }
  .page-layout h5 {
    font-size: 19px;
  }
  .page-layout h5 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .page-layout h2 {
    font-size: 28px;
  }
  .page-layout h3 {
    font-size: 26px;
  }
  .page-layout h4 {
    font-size: 19px;
  }
  .page-layout h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .page-layout {
    padding: 50px 0px;
  }
  .page-layout h2 {
    font-size: 26px;
  }
  .page-layout h3 {
    font-size: 24px;
  }
  .page-layout h4 {
    font-size: 18px;
  }
  .page-layout .wp-block-column ol,
  .page-layout p {
    font-size: 14px;
  }
  .page-layout .wp-block-columns.icons-box {
    text-align: center;
  }
  .page-layout .center-title {
    text-align: center;
  }
  .page-layout .wp-block-columns.icons-box .wp-block-column {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .page-layout .page-layout .icons-box p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .page-layout h2 {
    font-size: 25px;
  }
  .page-layout h3 {
    font-size: 23px;
  }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */
