/*
Theme Name: Incor
Theme URI: https://incor.hr/
Author: Incor
Description: 
Version: 1.0
Text Domain: gulp-wordpress
*/



/*! normalize.css v8.0.0 | 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;
   /* 1 */
   -webkit-text-size-adjust: 100%;
   /* 2 */
}

/* Sections
  ========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
   margin: 0;
}

html, body {
   height: 100%;
	width: 100%;
}
/**
* 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;
   /* 1 */
   height: 0;
   /* 1 */
   overflow: visible;
   /* 2 */
}

/**
* 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;
   /* 1 */
   font-size: 1em;
   /* 2 */
}

/* 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;
   /* 1 */
   text-decoration: underline;
   /* 2 */
   text-decoration: underline dotted;
   /* 2 */
}

/**
* 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;
   /* 1 */
   font-size: 1em;
   /* 2 */
}

/**
* 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;
   /* 1 */
   font-size: 100%;
   /* 1 */
   line-height: 1.15;
   /* 1 */
   margin: 0;
   /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
   /* 1 */
   overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
   /* 1 */
   text-transform: none;
}

input, textarea {
   margin-top: 5px!important;
}


/**
* 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;
   /* 1 */
   color: inherit;
   /* 2 */
   display: table;
   /* 1 */
   max-width: 100%;
   /* 1 */
   padding: 0;
   /* 3 */
   white-space: normal;
   /* 1 */
}

/**
* 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;
   resize: vertical;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
   box-sizing: border-box;
   /* 1 */
   padding: 0;
   /* 2 */
}

/**
* 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;
   /* 1 */
   outline-offset: -2px;
   /* 2 */
}

/**
* 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;
   /* 1 */
   font: inherit;
   /* 2 */
}

/* 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;
}

.pt-0 {
   padding-top: 0!important;
}
/**
* Add the correct display in IE 10.
*/

[hidden] {
   display: none;
}

/* ================== COLOR VARIABLES ===================== */

/* ================ GOOGLE FONTS ===================== */

/* =================== MIXINS ==================== */

/* ============== HELPER CLASSES ====================== */

.unset-margin .container {
	padding-top:0;
}
.visible {
   visibility: visible !important;
   height: 100% !important;
   opacity: 1 !important;
   -webkit-transition: all .3s linear 0s;
   transition: all linear .5s;
}

.fixed {
   background-size: cover;
   background-attachment: fixed;
}

.background {
   background-color: #FFFFFF;
   z-index: 0;
   position: relative;
}

.background-dark {
   background: #606060;
}

.clearfix::after {
   content: "";
   clear: both;
   display: table;
}

.white *,
section.white *,
.footer.white * {
   color: #FFFFFF;
}

.white .main-title h2:before,
.white .main-title:first-child h1:before,
section.white .main-title h2:before,
section.white .main-title:first-child h1:before,
.footer.white .main-title h2:before,
.footer.white .main-title:first-child h1:before {
   background-color: #FFFFFF;
}

.white i,
section.white i,
.footer.white i {
   color: #FFFFFF;
   border-color: #FFFFFF;
}

.white .main-title *,
section.white .main-title *,
.footer.white .main-title * {
   color: white;
}

.white h2:before,
section.white h2:before,
.footer.white h2:before {
   background: #FFFFFF;
}

.white input,
.white textarea,
section.white input,
section.white textarea,
.footer.white input,
.footer.white textarea {
   border-color: #FFFFFF;
}

.white a:hover,
section.white a:hover,
.footer.white a:hover {
   color: #9e6e4D;
}

.white .social-links-icon i:hover,
.white .social-links-icon img:hover,
section.white .social-links-icon i:hover,
section.white .social-links-icon img:hover,
.footer.white .social-links-icon i:hover,
.footer.white .social-links-icon img:hover {
   opacity: .3;
   transition: all .5s;
}

.white .social-links-icon i:hover:hover,
.white .social-links-icon img:hover:hover,
section.white .social-links-icon i:hover:hover,
section.white .social-links-icon img:hover:hover,
.footer.white .social-links-icon i:hover:hover,
.footer.white .social-links-icon img:hover:hover {
   transition: all .5s;
}

.reset-list li {
   list-style: none;
   padding: 0;
   margin: 0;
}

.reset-list li:before {
   content: "";
}

.social-links-icon i,
.social-links-icon img {
   width: 20px;
   height: 20px;
   border-radius: 50%;
   align-items: center;
   display: flex;
   justify-content: center;
   border: 1px solid #9e6e4D;
   color: #9e6e4D;
   font-size: 11px;
}

.social-links-icon img {
   border: none;
   height: 20px;
   width: 20px;
}

.center-position {
   left: 0;
   right: 0;
   bottom: 0;
   margin-left: auto;
   margin-right: auto;
}

.left-position {
   right: 20px;
   bottom: 40px;
}

.image-cover {
   height: 100%;
   width: auto;
   position: relative;
   padding-bottom: 60%;
   background-size: cover;
   width: 90%;
}

.image-cover:before {
   z-index: -1;
   content: "";
   display: block;
   width: 100%;
   height: 80%;
   background: #606060;
   position: absolute;
   left: 20px;
   top: -20px;
}

.image-cover img {
   width: 95%;
}

@media (min-width: 768px) {
   .image-cover {
      width: 80%;
   }

   .image-cover:before {
      width: 115%;
      height: 78%;
      top: -60px;
      left: 0;
   }
}

@media (min-width: 990px) {
   .image-cover:before {
      height: 117%;
   }
}

@media (min-width: 1200px) {
   .social-links-icon i {
      width: 27px;
      height: 27px;
      font-size: 14px;
   }

   .social-links-icon img {
      height: 27px;
      width: 27px;
   }
}

@media (min-width: 1440px) {
   .social-links-icon i {
      border: 2px solid #9e6e4D;
   }
}

/*! normalize.css v8.0.0 | 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;
   /* 1 */
   -webkit-text-size-adjust: 100%;
   /* 2 */
}

/* Sections
  ========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
   margin: 0;
}

/**
* 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;
   /* 1 */
   height: 0;
   /* 1 */
   overflow: visible;
   /* 2 */
}

/**
* 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;
   /* 1 */
   font-size: 1em;
   /* 2 */
}

/* 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;
   /* 1 */
   text-decoration: underline;
   /* 2 */
   text-decoration: underline dotted;
   /* 2 */
}

/**
* 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;
   /* 1 */
   font-size: 1em;
   /* 2 */
}

/**
* 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;
   /* 1 */
   font-size: 100%;
   /* 1 */
   line-height: 1.15;
   /* 1 */
   margin: 0;
   /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
   /* 1 */
   overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
   /* 1 */
   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;
   /* 1 */
   color: inherit;
   /* 2 */
   display: table;
   /* 1 */
   max-width: 100%;
   /* 1 */
   padding: 0;
   /* 3 */
   white-space: normal;
   /* 1 */
}

/**
* 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;
   /* 1 */
   padding: 0;
   /* 2 */
}

/**
* 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;
   /* 1 */
   outline-offset: -2px;
   /* 2 */
}

/**
* 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;
   /* 1 */
   font: inherit;
   /* 2 */
}

/* 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;
}

/* ----------------------------------------------------------------------------------------------------
Super Form Reset
A couple of things to watch out for:
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
----------------------------------------------------------------------------------------------------*/

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

input,
select,
button,
textarea {
   margin: 0;
   border: 0;
   padding: 0;
   display: inline-block;
   vertical-align: middle;
   white-space: normal;
   background: none;
   line-height: 1;
   border: 1px solid #9e6e4D;
   border-radius: 30px;
   /* Browsers have different default form fonts */
   font-size: 13px;
   font-family: "Comfortaa";
}

@media (min-width: 1200px) {

   input,
   select,
   button,
   textarea {
      font-size: 16px;
   }
}

@media (min-width: 1440px) {

   input,
   select,
   button,
   textarea {
      font-size: 16px;
      border: 2px solid #9e6e4D;
   }
}

input[type=search] {
   border: 1px solid #9e6e4D;
   margin-bottom: 15px;
}

/* Remove the stupid outer glow in Webkit */

input:focus,
textarea:focus {
   outline: 0;
   opacity: .7;
   transition: .7;
}

/* Box Sizing Reset
-----------------------------------------------*/

/* All of our custom controls should be what we expect them to be */

input,
textarea {
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
   opacity: 1;
}

/* These elements are usually rendered a certain way by the browser */

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/

/* Button Controls
-----------------------------------------------*/

input[type=checkbox],
input[type=radio] {
   width: 13px;
   height: 13px;
}

/* File Uploads
-----------------------------------------------*/

/* Search Input
-----------------------------------------------*/

/* Make webkit render the search input like a normal text field */

input[type=search] {
   -webkit-appearance: textfield;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   padding: 10px 20px;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */

::-webkit-search-decoration {
   display: none;
}

/* Buttons
-----------------------------------------------*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
   /* Fix IE7 display bug */
   overflow: visible;
   width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */

::-webkit-file-upload-button {
   padding: 0;
   border: 0;
   background: none;
}

/* Textarea
-----------------------------------------------*/

textarea {
   /* Move the label to the top */
   vertical-align: top;
   /* Turn off scroll bars in IE unless needed */
   overflow: auto;
}

/* Selects
-----------------------------------------------*/

select[multiple] {
   /* Move the label to the top */
   vertical-align: top;
}

:focus {
   outline: 0 !important;
}

figure {
   max-width: 100%;
   margin: 0;
}

.wp-caption-text {
   margin: 5px 0 15px;
}

/* ================= TYPOGRAPHY ====================== */

body {
   font-size: 48%;
   font-family: "Comfortaa";
   color: #4E4648;
}

h1 {
   font-size: 4.6em;
   font-family: "PT Serif Caption";
}

h2,
.main-title:first-child h1 {
   font-size: 4.6em;
   line-height: 36px;
   margin-top: 12px;
   margin-bottom: 0;
   font-family: "PT Serif Caption";
   font-weight: 400;
   position: relative;
   color: #9e6e4D;
}

.page-template-front-page {
   margin: .5em 0 1.6em 0;
}

h3 {
   font-size: 2.8em;
   margin-bottom: 0em;
   color: #9e6e4D;
}

h4 {
   font-size: 2.4em;
   line-height: 26px;
   margin: .5em 0 1em 0;
   font-family: "PT Serif Caption";
}

h5 {
   font-size: 1.8em;
   line-height: 22px;
}

h6 {
   font-size: 16px;
   font-weight: 700;
   line-height: 20px;
   margin: 1em 0;
   margin: 2em 0 1.5em 0;
}

@media (min-width: 1200px) {
   h6 {
      font-size: 16px;
   }

   h2,
   .main-title:first-child h1 {
      line-height: 48px;
   }
}

@media (min-width: 1360px) {
   h6 {
      line-height: 24px;
   }
}

h2,
h4,
h5 {
   color: #9e6e4D;
}

a {
   font-size: 16px;
   text-decoration: none;
   transition: all .5s;
}

a:hover {
   transition: all .5s;
}

a:link,
a:visited {
   color: #4E4648;
}

a:hover {
   color: #9e6e4D;
}

p {
   margin: 1.6em 0;
}

p,
h6,
li {
   font-size: 16px;
   line-height: 20px;
}


@media (min-width: 990px) {

   p,
   h6,
   li {
      font-size: 16px;
   }
}

@media (min-width: 1440px) {

   p,
   h6,
   li {
      font-size: 16px;
      line-height: 26px;
   }
}

small {
   font-size: 12px;
}

li {
   line-height: 24px;
}


ul {
   margin-bottom: 10px;
   padding: 0;
   padding-left: 20px;
}

ol {
   list-style: none;
   padding: 0;
   list-style-position: inside;
}

.share {
   width: 100%;
   float: left;
}

.sidebar strong {
   color: #4E4648;
}

@media (min-width: 768px) {
   body {
      font-size: 51%;
   }
}

@media (min-width: 990px) {
   body {
      font-size: 57%;
   }

   h2:before,
   .main-title:first-child h1:before,
   h1:before,
   h2:before {
      top: -40px;
      height: 2px;
   }

   .main-title h1:before,
   .main-title h2:before {
      left: -70px !important;
   }

   .main h1:first-child,
   .main h2:first-child,
   .main h3:first-child,
   .main h4:first-child,
   .main h5:first-child,
   .main h6:first-child,
   .sidebar h1:first-child,
   .sidebar h2:first-child,
   .sidebar h3:first-child,
   .sidebar h4:first-child,
   .sidebar h5:first-child,
   .sidebar h6:first-child {
      margin-top: 0;
   }



   .main ol li:before,
   .sidebar ol li:before {
      display: none;
   }
}

@media (min-width: 1440px) {
   body {
      font-size: 62.5%;
   }

   h2,
   .main-title:first-child h1 {
      margin-top: 20px;
   }

   .main-title h2:before,
   .main-title:first-child h1:before {
      top: -40px;
   }
}

.btn,
.hero-cards article a {
   max-width: max-content;
   border-radius: 40px;
   text-align: center;
   padding: 15px 20px;
   font-size: 16px;
   background-color: #F1F1F1;
   display: block;
   margin-top: 35px;
   margin-left: auto;
   margin-right: auto;
   transition: all .2s linear;
   border: 2px solid transparent;
}

.hero-cards a {
   line-height: 18px;
   color: #4E4648;
}
.hero-cards a:link, .hero-cards a:visited {
   color: #4E4648;
}

.btn:hover,
.hero-cards article a:hover,
.wpcf7-form input[type=submit]:hover {
   border: 1px solid #9e6e4D;
   box-shadow: none;
   transition: all .2s linear;
}

a.btn:link,
a.btn:visited {
   color: #4E4648;
}

.wpcf7-form input[type=submit] {
   width: 200px;
   background: #F7F7F7;
   color: #9e6e4D;
}

.btn,
.hero-cards article a {
   -webkit-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
   box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
}

.btn-link {
   float: right;
   font-size: 16px;
   font-weight: 700;
}

.btn-link:link,
.btn-link:visited {
   color: #9e6e4D;
}

.btn-link:hover {
   color: #4E4648;
}

@media (min-width: 768px) {

   .wpcf7-form input[type=submit],
   .btn-right {
      margin-left: auto;
      margin-right: unset;
   }
}

@media (min-width: 990px) {

   .btn,
   .hero-cards article a {
      margin-top: 50px;
   }

   .btn,
   .wpcf7-form input[type=submit],
   .hero-cards article a {
      max-width: max-content;
      padding:15px 20px
   }
}

@media (min-width: 1200px) {

   .btn,
   .hero-cards article a {
      font-size: 16px;
   }

   .btn,
   .wpcf7-form input[type=submit],
   .hero-cards article a {
      border: 2px solid transparent;
   }

   .btn:hover,
   .hero-cards article a:hover {
      border: 2px solid #9e6e4D;
   }
}

@media (min-width: 1440px) {
   .wpcf7-form input[type=submit] {
      font-size: 18px;
   }
}

/* background image */

body::before {
   background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8)), url('images/home-page.jpg');
   content: "";
   display: inline-block;
   position: absolute;
   background-repeat: no-repeat;
   background-size: auto 100%;
   top: 0;
   z-index: -1;
   display: flex;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   height: 320px;
}

@media (min-width: 460px) {
   body:before {
      background-size: 100% auto;
   }
}
@media (min-width: 768px) {
   body::before {
      height: 400px;
   }
}

@media (min-width: 1024px) {
   body::before {
      height: 600px;
   }
  
}

@media (min-width: 1366px) {
   body::before {
      height: 800px;
   }
  
}
/* ==================== HEADER ========================== */

.nav ul>li.menu-item-has-children>a {
   cursor: default;
}

.header::after {
   display: block;
   content: "";
   clear: both;
}

.header .container {
   overflow: hidden;
   padding-top: 20px;
}

.header ul,
.header li {
   list-style: none;
   padding: 0;
   margin: 0;
}

.header .lang {
   display: flex;
   justify-content: center;
   margin-bottom: 20px;
}

.header .lang a,
.header .lang .search-icon {
   display: flex;
   align-items: center;
}

.header .lang a i,
.header .lang .search-icon i {
   color: #9e6e4D;
   transition: all .5s;
   font-size: 16px;
}

.header .lang a i:hover,
.header .lang .search-icon i:hover {
   transition: all .5s;
}

.header .lang a i:link,
.header .lang a i:visited,
.header .lang .search-icon i:link,
.header .lang .search-icon i:visited {
   color: #9e6e4D;
}

.header .lang a i:hover,
.header .lang .search-icon i:hover,
.header .lang a:hover {
   color: #4E4648;
   transition: all .4s;
}

.header .logo {
   width: 140px;
   float: left;
}

.header .nav li {
   text-align: center;
}

.header .nav a {
   font-weight: 700;
   padding: 10px 0;
   display: inline-block;
   transition: .3s;
}

.header .nav a:link,
.header .nav a:visited {
   color: #000000;
}

.header .nav a:hover {
   color: #9e6e4D;
}


.header .nav .current-menu-item a {
   color: #9e6e4D;
}

.header .sub-menu {
   display: none;
   transition: all .5s;
}

.header .sub-menu:hover {
   transition: all .5s;
}

.header .sub-menu a:link,
.header .sub-menu a:visited {
   font-size: 16px;
   color: #7F7F7F;
}

.header .sub-menu li a:hover {
   color: #9e6e4D !important;
}

.header .sub-menu .current-menu-item a:link,
.header .sub-menu .current-menu-item a:visited

/* .header .current-menu-ancestor a:link,
.header .current-menu-ancestor a:visited  */
   {
   color: #9e6e4D !important;
}

.header .menu-item-has-children>a:after {
   content: "\203A";
   transform: rotate(90deg);
   margin-left: 11px;
   display: inline-block;
}

.header .nav-icon span {
   display: block;
   width: 45px;
   height: 2px;
   background: #9e6e4D;
   margin: 6px;
}

.header .nav-icon {
   float: right;
   cursor: pointer;
}

.header .nav-icon-close span {
   display: block;
   width: 45px;
   height: 2px;
   background: #9e6e4D;
   cursor: pointer;
}


.header .nav-icon-close {
   position: absolute;
   top: 50px;
   right: 20px;
   padding: 25px;
    cursor: pointer;
}

.header .nav-icon-close span:nth-child(1) {
   transform: rotate(45deg);
}

.header .nav-icon-close span:nth-child(2) {
   transform: rotate(-45deg);
}

.header .nav-menu {
   position: fixed;
   top: 0;
   left: 0;
   background: white;
   width: 100%;
   height: 100%;
   z-index: 1;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   padding-top: 100px;
   padding-bottom: 0;
   overflow-x: scroll;
   display: none;
}

.news-list .image-cover a {
   font-size: unset !important;
}

/* ============= MEDIA BREAKPOINTS ================== */

@media (min-width: 768px) {
   .header .lang {
      justify-content: flex-end;
   }
}

@media (min-width: 990px) {
   .header .search {
      width: 340px;
      margin-left: auto;
   }

   .header .search-icon {
      font-size: 18px;
   }

   .header .lang {
      margin-bottom: 30px;
   }
}

@media (min-width: 1024px) {
   .nav-icon {
      display: none;
   }

   .header .container {
      padding-top: 40px;
   }

   .header .lang li {
      padding-left: 30px;
      padding-right: 0;
   }

   .header .nav-menu {}

   .header .logo {
      width: 200px;
      margin-bottom: 40px;
   }

   .header .container {
      overflow: unset;
   }

   .header .logo {
      float: unset;
      margin-right: auto;
      margin-left: auto;
      display: block;
   }

   .header .nav-menu {
      display: flex;
      top: 0;
      background: transparent;
      flex-direction: row;
      position: unset;
      align-items: center;
      justify-content: center;
      padding-top: 0;
      overflow-x: initial;
   }

   .header .nav-icon-close {
      display: none;
   }

   .header .nav .menu {
      display: flex;
   }

   .header .nav .menu>li {
      margin-right: 30px;
      position: relative;
   }

   .header .nav .menu>li:last-child {
      margin-right: 0;
   }

   .header .nav .menu>li:hover .sub-menu {
      display: flex;
   }

   .header .nav .sub-menu {
      position: absolute;
      top: 36px;
      left: 0;
      display: none;
      flex-direction: column;
      z-index: 1;
      padding: 15px 20px;
      background: rgba(255, 255, 255, 0.95);
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
   }

   .header .nav .sub-menu li {
      text-align: left;
      white-space: nowrap;
   }

   .header .nav .sub-menu li a:link,
   .header .nav .sub-menu li a:visited {
      color: #808080;
   }

   .header .nav .sub-menu li.current-menu-item a:link,
   .header .nav .sub-menu li.current-menu-item a:visited {
      color: #9e6e4D;
   }

   .header .nav .sub-menu li:last-child {
      margin-right: 0;
   }
}

@media (min-width: 1200px) {
   .header .nav .menu>li {
      margin: 0 25px;
   }
}

@media (min-width: 1440px) {
   .header .logo {
      width: 270px;
      margin-bottom: 60px;
   }

   .header .lang {
      margin-bottom: 45px;
   }

   .header .lang li {
      padding-left: 40px;
   }



   .header .nav .sub-menu li a:link,
   .header .nav .sub-menu li a:visited {
      font-size: 16px;
   }
}

/* ============= OFFERS ====================== */

/* 
* front page
* page offers
* page offers single
*/


.offer p {
   color: #000000;
}

.offer h5 {
   text-transform: uppercase;
}

.offer-cards {
   display: grid;
   grid-template-columns: 1fr;
   gap: 24px;
   margin-bottom: 40px;
}

.offer-cards.selected-offers {
   margin-bottom: 50px;
}

.offer-cards > div {
   position: relative;
   background: #ffffff;
   border-radius: 16px;
   padding: 28px 24px 80px;
   box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
   border: 1px solid rgba(158, 110, 77, 0.12);
   transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.offer-cards > div:hover {
   transform: translateY(-4px);
   box-shadow: 0 8px 30px rgba(158, 110, 77, 0.15);
   border-color: #9e6e4d;
}

.offer-cards.selected-offers > div {
   border: 2px solid #9e6e4d;
   background: linear-gradient(135deg, #fff 0%, #fffefc  100%);
}



.offer-cards h4 {
   font-size: 11px;
   font-weight: 600;
   letter-spacing: 1.5px;
   text-transform: uppercase;
   color: #9e6e4d;
   margin: 0 0 10px;
}

.offer-cards h5 {
   font-size: 16px;
   font-weight: 600;
   line-height: 1.4;
   margin: 0 0 12px;
   text-transform: none;
}

.offer-cards h5 a {
   text-decoration: none;
   transition: color 0.25s ease;
   font-size: 18px;
}

.offer-cards h5 a:hover {
   color: #9e6e4d;
}

.offer-cards p {
   font-size: 16px;
   line-height: 1.6;
   color: #6b6b6b;
   margin: 0;
}

.offer-cards .btn {
   position: absolute;
   bottom: 24px;
   left: 24px;
   margin: 0;
}

@media (min-width: 640px) {
   .offer-cards {
      grid-template-columns: repeat(2, 1fr);
   }
}

@media (min-width: 990px) {
   .offer-cards {
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
   }

   .offer-cards > div {
      padding: 32px 28px 90px;
   }

   .offer-cards h5 {
      font-size: 17px;
   }

   .offer-cards .btn {
      bottom: 28px;
      left: 28px;
   }
}

@media (min-width: 1200px) {
   .offer-cards {
      gap: 32px;
   }

   .offer-cards > div {
      padding: 36px 32px 100px;
   }

   .offer-cards .btn {
      bottom: 32px;
      left: 32px;
   }
}

/* ================ GENERAL ======================= */

body {
   background-position: top center;
   box-sizing: border-box;
   background-repeat: no-repeat;
}

body * {
   box-sizing: border-box;
}

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

section {
   background-size: cover;
   background-position: top center;
   background-size: cover;
   background-repeat: no-repeat;
}

.container {
   position: relative;
   padding: 40px 15px;
   margin: 0 auto;
   max-width: 1440px;
}

.mb-xl {
   margin-bottom: 40px;
}

article {
   margin-bottom: 15px;
}

article:last-child {
   margin-bottom: 0;
}

span.screen-reader-text {
   display: none;
}

.main-title {
   margin-bottom: 40px;
   text-align: center;
   animation: heroFadeUp 0.8s ease-out both;
}
.contact-info .main-title,
.form-employment .main-title {
   text-align: left;
}

.main-title * {
   line-height: 36px;
}

.main-title p {
   font-weight: 300;
}

.main-title h5 {
   margin-top: .5em;
}

.main-title .section-description {
   max-width: 992px;
   margin: 60px auto 0;
   font-size: 16px;
   font-weight: 300;
   line-height: 1.6;
   color: #4E4648;
}

.header .search {
   display: none;
}

.header .search label {
   width: 100%;
   margin-bottom: 20px;
}

.header .search input[type=submit] {
   display: none;
}

.header .search .search-submit:before {
   content: "/";
}

.header .search ::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
   color: #9e6e4D;
}

.header .search ::-moz-placeholder,
.header .search :-ms-input-placeholder,
.header .search :-moz-placeholder {
   /* Firefox 19+ */
   color: #9e6e4D;
}


.header .search input:focus {
   opacity: .8;
   color: #4E4648;
}

.header .search input {
   border: 1px solid #9e6e4D;
}

.search input[type=submit] {
   width: 200px;
   padding: 15px 0;
   margin-bottom: 15px;
   margin-left: 15px;
   background: #FFFFFF;
   -webkit-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
   box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
}

/* ===================== HERO ========================= */


.hero-main .info {
   max-width: 100%;
   margin: 0 auto;
   text-align: center;
   animation: heroFadeUp 0.8s ease-out both;
}

@keyframes heroFadeUp {
   from {
      opacity: 0;
      transform: translateY(24px);
   }
   to {
      opacity: 1;
      transform: translateY(0);
   }
}
.hero-main .info p {
   max-width: 992px;
   margin: 0 auto;
   text-align: center;
}

.hero-main h1 {
   font-size: 36px;
   line-height: 1.25;
   color: #4E4648;
   margin-bottom: 32px;
}

.hero-main p {
   font-size: 17px;
   line-height: 1.6;
   color: #4E4648;
   margin: 0 auto;
}

.hero-main .hero-buttons {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 24px;
   margin-top:60px;
}

.hero-main .hero-buttons .btn {
   margin: 0;
}

@media (min-width: 768px) {
   .hero-main .hero-buttons--inline {
      flex-direction: row;
      justify-content: center;
   }
}

.btn.btn-primary {
   background-color: #9e6e4d;
   color: #fff;
   border: 2px solid #9e6e4d;
}

.btn.btn-primary:hover {
   background-color: transparent;
   color: #9e6e4d;
   border: 2px solid #9e6e4d;
}

a.btn.btn-primary:link,
a.btn.btn-primary:visited {
   color: #fff;
}

a.btn.btn-primary:hover {
   color: #9e6e4d;
}

.hero-inline-cta {
   display: inline-flex;
   align-items: center;
   gap: 0;
   margin-top: 60px;
   font-weight: 600;
   color: #9e6e4d;
   font-size: 16px;
   flex-direction: column;
   text-decoration: none;
   cursor: pointer;
}

.hero-inline-arrow {
   display: inline-block;
   width: 14px;
   height: 14px;
   position: relative;
   top: 2px;
   animation: hero-arrow-bounce 1.2s ease-in-out infinite;
}

.hero-inline-arrow:before {
   content: "";
   position: absolute;
   top: 2px;
   left: 0;
   width: 100%;
   height: 100%;
   border-bottom: 2px solid #9e6e4d;
   border-right: 2px solid #9e6e4d;
   transform: rotate(45deg);
}

@keyframes hero-arrow-bounce {
   0%, 100% { transform: translateY(0); }
   50% { transform: translateY(5px); }
}



.hero .info {
   margin-top: 25px;
}

.hero .info h5 {
   text-transform: uppercase;
}

.hero .info p {
   color: #000000;
}

.hero-cards {
   text-align: center;
}

.hero-cards .icon {
   transform: translate(-50%, -100%);
   position: absolute;
}

.hero-cards>article {
   position: relative;
   padding: 25px 27px 60px 27px;
   background-color: rgba(255, 255, 255, 0.7);
   margin-bottom: 70px;
   border-radius: 20px;
}

.hero-cards>article:last-child {
   margin-bottom: 0;
}

.hero-cards p {
   margin: .8em 0 2em 0;
}

.hero-cards h5 {
   padding-right: 20px;
   padding-left: 20px;
}

.hero-cards a {
   position: absolute;
   bottom: 25px;
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
}

/* =========================== CTA ========================= */

.cta {
   position: relative;
   color: #ffffff;
   overflow: hidden;
   border-radius: 16px;
}

.cta.container {
   max-width: min(1440px, calc(100% - 30px));
}

.cta .container {
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 40px 20px;
}

.cta a.btn {
   text-decoration: none;
}

.cta h3 {
   font-size: 25px;
   font-weight: 500;
   letter-spacing: 2px;
   margin: 0;
   color: #ffffff;
   position: relative;
   padding-left: 0;
   text-align: center;
}


.cta .icon {
   width: 56px;
   height: 56px;
   min-width: 56px;
   border-radius: 50%;
   background: #9e6e4d;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-shrink: 0;
   transition: transform .3s ease, background .3s ease;
   box-shadow: 0 4px 15px rgba(158, 110, 77, 0.3);
}

.cta-description {
   margin: 0;
   font-size: 16px;
   font-weight: 400;
   color: #f2f2f2;
   text-align: center;
   line-height: 1.5;
   max-width: 600px;
   margin: 0 auto;
}

.cta .icon img,
.cta .icon svg {
   width: 24px;
   height: 24px;
   object-fit: contain;
   filter: brightness(0) invert(1);
}

.cta .icon i {
   font-size: 20px;
   color: #fff;
}

.cta > div {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 20px;
}

.cta .btn.btn-primary {
   margin-top: 10px;
}

a.cta .btn.btn-primary:link,
a.cta .btn.btn-primary:visited,
.cta a.btn.btn-primary:link,
.cta a.btn.btn-primary:visited {
   color: #fff;
}

@media (min-width: 768px) {
   .cta .container {
      padding: 50px 40px;
   }


   .cta > div {
      gap: 30px;
   }

   .cta .icon {
      width: 64px;
      height: 64px;
      min-width: 64px;
   }

   .cta .icon img,
   .cta .icon svg {
      width: 28px;
      height: 28px;
   }
}


/* ==================== PARTNERS ==================== */

.partners {
   /* background: #919191; */
}

.partners {
   background-image: url('images/background-partners.jpg');
}

.partners:before {
   content: "";
   background: linear-gradient(90deg, rgba(145, 145, 145, 1), rgba(145, 145, 145, 0.8));
   width: 100%;
   height: 100%;
   display: block;
   position: absolute;
}

.partners h2:before {
   background: #FFFFFF;
}

.partners p {
   text-align: center;
}

.partners .partners-img {
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
   justify-content: space-around;
   align-items: center;
}

.partners .partners-img>a {
   width: 26%;
   margin: 15px 0;
   cursor: default;
}

/* ============== CONTACT US  ================= */

.form-contact-us {
   border-radius: 26px;
}

.form-contact-us .wpcf7-form input[type=submit] {
   right: 10px;
   cursor: pointer;
}

.form-contact-us .wpcf7-form {
   padding: 10px 15px 55px 15px;

}

.contact-us div.wpcf7-validation-errors,
.contact-us div.wpcf7-acceptance-missing,
.contact-us span.wpcf7-not-valid-tip {
   color: #ffb97f !important;
}

.contact-us {
   overflow: hidden;
   position: relative;
}

.contact-us div.wpcf7 .ajax-loader {
   bottom: 42px;
}

.contact-us .wpcf7-form input[type=submit] {
   bottom: 0;
}

.contact-us i,
.contact-us img {
   position: absolute;
   left: 0;
   top: 0;
}

.contact-us li {
   padding-left: 35px;
   position: relative;
   font-weight: 300;
}

.icon {
   display: inline-block;
   border-radius: 50%;
   background: #9e6e4D;
   width: 70px;
   height: 70px;
   position: relative;
}

.icon img,
.icon i {
   display: inline-block;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   height: 40px;
}

.icon i {
   height: auto;
   font-size: 30px;
   color: #FFFFFF;
}

/* =============== FOOTER =================== */

.footer .container {
   padding-bottom: 33px;
   padding-top: 0;
}

.footer .menu .menu-item {
   text-transform: uppercase;
   font-weight: 700;
}

.footer .sub-menu .menu-item {
   text-transform: initial;
   font-weight: 300;
   margin-bottom: 0;
}

.footer .social-links-icon {
   display: flex;
}

.footer .social-links-icon>li {
   margin-right: 15px;
}

.footer .social-links-icon i:hover {
   opacity: .7;
   transition: all .4s;
}

.footer a:hover {
   opacity: .7;
   transition: all .4s;
}

.home .footer {
   background: #606060;
}

.home .footer * {
   color: #FFFFFF;
   border-color: #FFFFFF;
	padding-top: 5px;
    margin-top: 0;
}

.home .footer *:hover {
   transition: all .5s;
   color: #9e6e4D;
   border-color: #9e6e4D;
}

.home .footer *:hover:hover {
   transition: all .5s;
}

a:link,
a:visited {
   color: #9e6e4D;
}

.home .contact-us {
   background: #606060;
}

.home .contact-us * {
   color: #FFFFFF !important;
   border-color: #FFFFFF;
}

.home .contact-us h2:before {
   background: #FFFFFF;
}

.home .form-contact-us {
   background: #847870;
}

.home .form-contact-us:before {
   background: #847870;
}

.home .form-contact-us input[type=submit] {
   background-color: #c2bcb8;
   color: #606060;
   cursor: pointer;
}

.home .form-contact-us ::placeholder {
   color: #fff!important;
   /* opacity: 1; */
}
.home .form-contact-us :-ms-input-placeholder {
   color: #fff!important;
   /* opacity: 1; */
}
.home .form-contact-us ::-ms-input-placeholder 
 {
   color: #fff!important;
}

.experiences h2:before {
   display: none;
}

.pagination {
   text-align: center;
   font-family: "Comfortaa";
   margin-top: 20px;
   font-size: 16px;
   font-weight: 700;
}

.pagination span {
   color: #4E4648;
}

.pagination a {
   color: #9e6e4D;
}

.pagination span,
.pagination a {
   padding: 15px 7px;
}

.pagination span:hover,
.pagination a:hover {
   color: #4E4648;
}

/* ==================== MEDIA BREAKPOINTS  ================== */

@media (min-width: 768px) {

   /* ==============  general ================= */
   .container {
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 40px;
      padding-right: 40px;
   }

   .mb-xl {
      margin-bottom: 50px;
   }

   .sidebar {
      width: 60%;
   }

   .offset {
      padding-left: 80px;
      padding-right: 80px;
   }


   /* ============== hero ================== */
   .hero .info {
      margin-left: 230px;
   }

   .hero-main .info {
      margin: 0 auto;
   }

   .hero .info h5:before {
      content: "";
      background-color: #9e6e4D;
      height: 2px;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      width: 180px;
      right: 1em;
      margin-left: -180px;
   }

   .hero-cards {
      display: flex;
      justify-content: space-between;
   }

   .hero-cards>article {
      margin-bottom: 0;
      margin-right: 15px;
      width: 33.33%;
   }

   .hero-cards>article:last-child {
      margin-right: 0;
   }

   /* ================ cta ================= */
   /* styles moved to main .cta block */

   /* ================ news ================= */
   .news article {
      margin: 0;
   }

   .news .image-cover {
      width: 100%;
   }

   .news .image-cover h3 {
      transform: translateX(-21%) translateY(30%);
   }

   .news div:not(:first-child) {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-right: 25px;
   }

   .partners p {
      width: 60%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px;
   }

   .partners .partners-img>a {
      width: 15%;
   }

   .contact-us .container {
      display: flex;
      justify-content: space-between;
   }

   .contact-us .container .contact-info {
      margin-right: 15px;
      width: 55%;
   }

   .contact-info a:link,
   .contact-info a:visited {
      color: #4E4648;
   }

   .contact-us .container .form-contact-us {
      width: 45%;
   }

   .form-contact-us {
      position: relative;

      background-color: #FFFFFF;
   }

   .form-contact-us .wpcf7-form {
      padding: 20px 20px 80px 25px;
   }

   .contact-us .wpcf7-form input[type=submit] {
      bottom: 28px;
   }

   .contact-us .wpcf7-form p {
      margin: 0;
   }

   .form-contact-us:before {
      content: "";
      background: #FFFFFF;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: -96%;
   }

   .form-contact-us div.wpcf7 .ajax-loader {
      bottom: 46px;
      right: 171px;
   }

   .search .search-form {
      display: flex;
      align-items: center;
   }

   /* ================ footer ================== */
   .footer .menu {
      width: calc(100% - 100px);
      float: left;
   }

   .footer .menu > .menu-item {
      text-transform: uppercase;
      margin-bottom: 15px;
      float: left;
      width: 33.33%;
   }

   .footer .sub-menu .menu-item {
      text-transform: initial;
      font-weight: 300;
      margin-bottom: 0;
      float: none;
      display: block;
	   width:100%;
   }

   .footer .social-links-icon {
      float: right;
      display: inline-block;
   }

   .footer .social-links-icon li {
      display: block;
      margin-right: 20px;
      padding: 10px 0;
   }

   .footer span {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      font-weight: 300;
   }
}


@media (min-width: 768px) {
   .form-contact-us div.wpcf7 .ajax-loader {
      right: 155px;
   }
}
/* ======================= 990px ================ */

@media (min-width: 990px) {
   .header .container {
      padding-bottom: 40px;
   }


   .hero-main h1 {
      font-size:58px;
   }

   .hero-main p {
      font-size: 18px;
   }

   .main-title {
      margin-bottom: 60px;
   }


   .offset {
      padding-left: 100px;
      padding-right: 100px;
   }

   .offset h2,
   .offset h1 {
      padding-left: 0;
   }

   .offset h2:before,
   .offset h1:before {
      margin-left: 0;
   }

   .indent * {
      max-width: 600px;
   }

   .icon {
      width: 100px;
      height: 100px;
   }

   .icon img {
      height: 60px;
   }

   .icon i {
      font-size: 45px;
   }

   .cards>article {
      padding: 20px 35px 40px;
   }

   .hero-cards {
      display: flex;
      justify-content: center;
   }

   .hero-cards>article {
      margin-right: 60px;
   }

   .info {
      max-width: 900px;
   }

   .partners p {
      margin-bottom: 60px;
      font-weight: 300;
   }

   .partners .partners-img {
      justify-content: center;
   }

   .partners .partners-img>a {
      width: 10%;
      margin-left: 35px;
   }

   .contact-us .main-title {
      width: 100%;
   }

   .pagination {
      margin-top: 40px;
   }

   .form-contact-us div.wpcf7 .ajax-loader {
      bottom: 49px;
      right: 174px;
   }
}

/* ========================= 1200px ============================= */

@media (min-width: 1200px) {
   .container {
      padding-top: 142px;
      padding-bottom: 142px;
   }

   .mb-xl {
      margin-bottom: 142px;
   }

   .main-title {
      margin-bottom: 75px;
   }

   .hero .info {
      padding-left: 60px;
      margin-top: 60px;
      width: 60%;
   }

   .form-contact-us .wpcf7-form {
      padding: 66px 0 100px 55px;
   }

   .form-contact-us .wpcf7-form input[type=submit] {
      right: 0px;
   }
   .partners p {
      width: 601px;
   }

   .footer .menu {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
   }
}

/* ========================= 1400px ============================= */

@media (min-width: 1400px) {
   .header .container {
      padding-bottom: 0;
   }

   .icon {
      width: 120px;
      height: 120px;
   }

   .icon img {
      height: 75px;
   }

   .icon i {
      font-size: 60px;
   }

   .hero-cards a {
      bottom: 40px;
   }

   .hero-cards>article {
      padding-bottom: 100px;
   }

   .contact-us li {
      padding-left: 45px;
   }


   .partners p {
      margin-bottom: 85px;
   }

   .footer span {
      font-size: 16px;
   }
}

/* ================ flexslider general style ==================== */

.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
   display: none;
}

.flex-control-paging li a.flex-active {
   background: #9e6e4D !important;
}

.flex-control-paging li a {
   background: transparent !important;
   border: 0.5px solid #9e6e4D;
}

.flex-direction-nav .flex-disabled {
   opacity: 1;
}

.flex-direction-nav .flex-disabled {
   opacity: 1 !important;
}

.flexslider {
   border: none !important;
}

.flexslider .flex-direction-nav li a.flex-prev,
.flexslider .flex-direction-nav li a.flex-next {
   transition: all .5s;
}

.flexslider .flex-direction-nav li a.flex-prev:hover,
.flexslider .flex-direction-nav li a.flex-next:hover {
   transition: all .5s;
}

.flexslider .flex-direction-nav li a.flex-prev:hover,
.flexslider .flex-direction-nav li a.flex-next:hover {
   transition: all .5s;
   opacity: 0.6 !important;
}

.flexslider .flex-direction-nav li a.flex-prev:hover:hover,
.flexslider .flex-direction-nav li a.flex-next:hover:hover {
   transition: all .5s;
}

.flex-direction-nav {
   display: none;
}

/* =============== experiences slider ================= */

.experiences .cards article {
   width: 100%;
   height: 95%;
}

.experiences .cards article p:nth-of-type(1) {
   font-weight: 700;
}

.experiences .cards article p:nth-of-type(2) {
   font-style: italic;
}

.experiences .flexslider {
   background: transparent;
}

.experiences .flexslider .flex-direction-nav li a.flex-prev {
   left: -70px;
   background-image: url(images/arrow-circle-left.png);
}

.experiences .flexslider .flex-direction-nav li a.flex-next {
   right: -70px;
   background-image: url(images/arrow-circle-right.png);
}

.experiences .flexslider .flex-direction-nav li a.flex-prev {
   background-size: contain;
   height: 67px;
   width: 50px;
   background-repeat: no-repeat;
   opacity: 1;
   background-image: url(images/arrow-circle-left.png);
}

.experiences .flexslider .flex-direction-nav li a.flex-next {
   background-size: contain;
   background-repeat: no-repeat;
   height: 67px;
   width: 50px;
   opacity: 1;
   background-image: url(images/arrow-circle-right.png);
}

/* ============== background exepriences section =========== */

.experiences {
   position: relative;
}

.experiences .offset {
   position: relative;
   z-index: 1;
   ;
}

.experiences::before {
   background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
   content: "";
   display: inline-block;
   position: absolute;
   top: 0;
   z-index: 0;
   display: flex;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   background-repeat: no-repeat;
}

.experiences::after {
   background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1));
   content: "";
   display: inline-block;
   position: absolute;
   top: 0;
   z-index: 0;
   display: flex;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   background-repeat: no-repeat;
}

/* ============== single gallery slider =================== */

.single-gallery .flexslider {
   margin: 0 0 15px;
}

.single-gallery #slider li {
   background: #000000;
   text-align: center;
   margin-right: 5px;
}

.single-gallery #slider img {
   width: auto;
   height: 300px;
   display: inline-block;
   margin-bottom: -8px;
   margin-top: -1px;
   margin-left: -1px;
}

.single-gallery .flexslider .slides ul,
.single-gallery .flexslider .slides li {
   height: 300px;
   overflow: hidden;
}

.single-gallery #carousel img {
   width: 100%;
   height: auto;
}

.single-gallery #carousel .flex-direction-nav {
   display: none;
}

.single-gallery #slider>.flex-control-nav {
   display: none;
}

.single-gallery .flex-direction-nav .flex-prev {
   left: 0;
}

.single-gallery .flex-direction-nav a {
   margin: -30px 0 0;
}

.single-gallery .flexslider .flex-direction-nav .flex-next {
   right: 5px;
   opacity: .8;
}

.single-gallery .flexslider .flex-direction-nav .flex-prev {
   left: 5px;
   opacity: .8;
}

.single-gallery .flexslider .flex-direction-nav li a {
   background-size: 32px 85px;
}

.single-gallery .flexslider .flex-direction-nav li a.flex-prev {
   background-size: cover;
   left: 0;
   background-image: url(images/arrow-left.png);
}

.single-gallery .flexslider .flex-direction-nav li a.flex-next {
   background-size: cover;
   right: 0;
   background-image: url(images/arrow-right.png);
}

@media (min-width: 768px) {
   .flex-direction-nav {
      display: block;
   }

   .single-gallery #slider.flexslider .slides,
   .single-gallery #slider.flexslider .slides li,
   .single-gallery #slider img {
      height: 450px;
   }

}

@media (min-width: 1100px) {

   .single-gallery #slider.flexslider .slides,
   .single-gallery #slider.flexslider .slides li,
   .single-gallery #slider img {
      height: 697px;
   }

}

@media (min-width: 1440px) {

   .single-gallery .flex-direction-nav a {
      width: 67px;
      height: 67px;
   }

   .experiences .flexslider .flex-direction-nav li a.flex-prev {
      left: -90px;
   }

   .experiences .flexslider .flex-direction-nav li a.flex-next {
      right: -90px;
   }
}

.news-list h3 {
   color: #9e6e4D;
   font-family: "PT Serif Caption";
   margin-top: 1.5em;
}

.news-list h6,
.news-list p {
   width: 80%;
   margin-left: auto;
   margin-right: auto;
   color: #4E4648;
}

.news-list h6:nth-of-type(1),
.news-list p:nth-of-type(1) {
   font-weight: 700;
}

.news-list h6 a {
   color: #4E4648;
}

.news-list p {
   font-size: 12px;
}

.news-list .btn {
   margin-top: 50px;
   margin-left: auto;
   margin-right: 60px;
}

.news-list article {
   margin: 70px 0;
}

.news-list article:last-child {
   margin-bottom: 0;
}

.news-list .image-cover {
   position: relative;
}

.news-list .image-cover h3 {
   position: absolute;
   bottom: 30px;
   left: 121px;
}

.news-list .image-cover h3:before {
   content: "";
   width: 70px;
   height: 2px;
   display: inline-block;
   position: absolute;
   background: #9e6e4D;
   left: -85px;
   top: 50%;
}

@media (min-width: 768px) {
   .news-list article {
      margin: 115px 0;
   }

   .news-list h6,
   .news-list p {
      padding-right: 40px;
      margin-left: 120px;
   }

   .news-list .image-cover {
      padding-bottom: 50%;
   }

   .news-list .btn-right {
      margin-right: 55px;
   }
}

@media (min-width: 990px) {
   .news-list .container {
      padding-bottom: 30px;
   }

   .news-list p {
      font-size: 16px;
   }

   .news-list .main-title {
      flex: 1 0 100%;
   }

   .news-list .btn {
      margin-right: 0px;
      position: absolute;
      right: 0;
      bottom: 0;
      min-width: 200px;
   }

   .news-list .list {
      display: flex;
      align-items: stretch;
      flex-wrap: wrap;
   }

   .news-list .list article {
      width: 30%;
      margin-bottom: 55px;
      margin-top: 70px;
      margin-right: 45px;
      position: relative;
      padding-bottom: 100px;
   }

   .news-list .list article:nth-of-type(3n) {
      margin-right: 0;
   }

   .news-list .image-cover {
      width: 93%;
      max-height: 200px;
   }
}

@media (min-width: 1200px) {
   .news-list .list article {
      margin-right: 55px;
   }
}

/*  =============== GALLERY ================== */

/* 
* front page
* gallery page
* gallery single page
*/

.full-gallery h3 {
   font-size: 3.6em;
   font-family: "PT Serif Caption";
}

.full-gallery h5 {
   text-transform: uppercase;
   font-size: 12px;
}

.full-gallery p {
   font-weight: 300;
}

.full-gallery a>div {
   position: relative;
   margin-bottom: 25px;
   overflow: hidden;
}

.full-gallery a>div:before {
   content: "";
   display: block;
   padding-top: 90%;
   background: rgba(96, 96, 96, 0.8);
   transition: all .5s;
}

.full-gallery a>div:before:hover {
   transition: all .5s;
}

.full-gallery a>div:hover:before {
   transition: all .5s;
   background: transparent;
   background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), white);
}

.full-gallery a>div:hover:before:hover {
   transition: all .5s;
}

.full-gallery a>div:hover * {
   color: #9e6e4D;
   transition: all .5s;
}

.full-gallery a>div:hover *:hover {
   transition: all .5s;
}

.full-gallery img {
   position: absolute;
   top: 0;
   left: 50%;
   height: 100%;
   width: auto;
   z-index: -1;
   transform: translateX(-50%);
}

.full-gallery .inner-title {
   position: absolute;
   padding: 30px;
   bottom: 0;
   left: 0;
}

.full-gallery .inner-title * {
   font-weight: 300;
   color: white;
   transition: all .5s;
}

.full-gallery .inner-title *:hover {
   transition: all .5s;
}

.single-gallery {
   padding-top: 0;
}

.single-gallery li:before,
.single-gallery ul:before {
   display: none;
}

.single .full-gallery a>div::before {
   background: transparent !important;
   padding-top: 100%;
}

.single .full-gallery a>div:hover {
   opacity: .7;
}

.single .full-gallery a>div{
      opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
} 
 
.single .full-gallery a>div:hover{
   /*transition: all .5s;*/
}

.home .full-gallery>a:not(:first-child) {
   display: none;
}

.single .gallery.container {
   padding-top: 0;
   padding-bottom: 0;
}
.gallery .single {
   padding-top: 30px;
   padding-bottom: 30px;
   width: 100%;
   float: left;
}

.single .main-title h3 {
   font-size: 3.6em;
   font-family: "PT Serif Caption";
}

.single .main-title h6 {
   margin: 1em 0;
   font-weight: 300;
}
.single .full-gallery {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}

.single .full-gallery>a {
   width: 48%;
}
/* ============== MEDIA BREAKPOINTS ============= */

@media (min-width: 630px) {
   .single .full-gallery>a {
      width: calc(33.333% - 15px);
   }
}

@media (min-width: 768px) {
   .full-gallery {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
   }

   .full-gallery>a {
      width: 50%;
      float: left;
   }

   .full-gallery .inner-title {
      top: 56%;
   }

   .full-gallery .inner-title small {
      position: absolute;
      bottom: 30px;
   }

   .home .full-gallery>a:not(:first-child) {
      display: block;
   }

  
}

@media (min-width: 1100px) {
   .full-gallery .single {
      padding-top: 50px;
   }

   .single .full-gallery {
      display: flex;
      justify-content: flex-start;
   }

   .single .full-gallery>a {
      width: calc(25% - 19px);
      margin-right: 25px;
   }

   .single .full-gallery>a:nth-of-type(4n) {
      margin-right: 0;
   }
}

@media (min-width: 1024px) {
   .full-gallery>a {
      width: 25%;
   }

   .full-gallery h5 {
      font-size: 16px;
   }

   .full-gallery .inner-title {
      top: 12%;
   }
}

@media (min-width: 1200px) {
   .full-gallery .inner-title {
      padding-bottom: 40px;
      top: 30%;
   }
}

.cards {
   align-items: stretch;
}

.cards h5 {
   color: #4E4648;
}

.cards h6 {
   margin-top: 1.2em;
   color: #9e6e4D;
}
.cards h6 a {
   font-size: 18px;
}
.cards article {
   text-align: left;
   border-radius: 16px;
   position: relative;
   background: #ffffff;
   padding: 28px 24px 80px;
   box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
   border: 1px solid rgba(158, 110, 77, 0.12);
   transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.cards article:hover {
   transform: translateY(-4px);
   box-shadow: 0 8px 30px rgba(158, 110, 77, 0.15);
   border-color: #9e6e4d;
}

.cards article p {
   font-size: 16px;
   line-height: 1.6;
   color: #6b6b6b;
}

.cards article .btn {
   position: absolute;
   bottom: 24px;
   left: 24px;
   margin: 0;
}

.cards small {
   margin: 15px 0;
   display: block;
}

.impressum .cards article {
   box-shadow: none;
   border-color: transparent;
}

.impressum .cards article:hover {
   box-shadow: 0 8px 30px rgba(158, 110, 77, 0.15);
   border-color: #9e6e4d;
}

.impressum .cards h6 a:link,
.impressum .cards h6 a:visited {
   color: #4E4648;
}

.impressum .cards h6 a:hover {
   color: #9e6e4D;
}

.cards .image-cover {
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 0;
   padding-bottom: 70%;
}

.cards .image-cover img {
   width: 100%;
   height: auto;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.cards .image-cover:before {
   display: none;
}

@media (min-width: 640px) {
   .cards:not(.slides) {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
   }
}

@media (min-width: 990px) {
   .cards:not(.slides) {
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
   }

   .cards article {
      padding: 32px 28px 90px;
   }

   .cards article .btn {
      bottom: 28px;
      left: 28px;
   }
}

@media (min-width: 1200px) {
   .cards:not(.slides) {
      gap: 32px;
   }

   .cards article {
      padding: 36px 32px 100px;
   }

   .cards article .btn {
      bottom: 32px;
      left: 32px;
   }
}

/* ========================= FORMS ========================== */

.wpcf7-form {
   position: relative;

}

.form-employment .wpcf7-form {
   padding: 40px 10px 78px;
}

.wpcf7-form::after {
   content: "";
   clear: both;
   display: table;
}

.wpcf7-form br {
   display: none;
}

.wpcf7-form .wpcf7-form-control-wrap.cv-file input {
   margin-top: 0;
}

.wpcf7-form p {
   margin: 0;
   margin-top: 0;
}

label,
textarea {
   width: 100%;
}

input,
textarea,
input[type=date] {
   font-family: "Comfortaa";
   border-radius: 30px;
   padding: 7px 10px;
   box-sizing: border-box;
   width: 100%;
   font-weight: 300;
   color: #9e6e4D;
   line-height: 24px;
}

textarea {
   width: 100%;
}

input,
textarea {
   margin-top: 25px;
}

input[type=date] {
   padding: 10px 0px 10px 30px;
}

.wpcf7-form input[type=checkbox] {
   margin-top: 0 !important;
   padding: 0;
}

.wpcf7-checkbox label {
   padding-top: 20px;
   display: inline-block;
}

.wpcf7-form input[type=submit] {
   margin-top: 10px;
   z-index: 1;
   position: absolute;
   right: 10px;
   bottom: 35px;
   color: #9e6e4D;
   -webkit-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
   box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
   cursor: pointer;
}

div.wpcf7 input[type="file"] {
   width: auto;
}

textarea {
   padding: 30px 20px;
}

::-webkit-input-placeholder {
   color: #4E4648;
   line-height: 25px;
   line-height: 30px;
}
::-moz-placeholder {
   color: #4E4648;
   line-height: 25px;
   line-height: 30px;
}
:-ms-input-placeholder{
   color: #4E4648;
   line-height: 25px;
   line-height: 30px;
}
:-moz-placeholder { 
color: #4E4648;
line-height: 25px;
line-height: 30px;
}

input[type=date] {
   color: #4E4648;
}

/* .form-employment ::placeholder {
   color: #9e6e4D;
   opacity: 1;
}

.form-employment :-ms-input-placeholder {
   color: #9e6e4D;
}

.form-employment ::-ms-input-placeholder {
   color: #9e6e4D;
} */
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
span.wpcf7-not-valid-tip {
   border: none;
   font-size: 13px;
   color: #ffb97f !important;
   text-align: left;
}

span.wpcf7-not-valid-tip {
   padding-left: 10px;
   margin-top: 5px;
}

div.wpcf7-mail-sent-ok {
   border: none !important;
   font-size: 15px !important;
   color: #5cded4;
}

input:focus,
textarea:focus {
   background-color: rgba(255, 255, 255, 0.2);
}

div.wpcf7 .ajax-loader {
   position: absolute;
   right: 156px;
   bottom: 51px;
   z-index: 1;
}

div.wpcf7-response-output {
   margin: 2em 0em 1em 0;
   padding-right: 150px;
}

/* ================= FORM EMPLOYMENT ==================== */

.form-employment .wpcf7-form {
   position: relative;
   z-index: 2;
   background: #FFFFFF;
   box-shadow: 4px 9px 28px 4px rgba(0, 0, 0, 0.1);
   border-radius: 20px;
}

.form-employment .main-title span {
   padding-left: 0;
   z-index: 1;
   position: relative;
   padding-left: 0;
   z-index: 1;
   max-width: 286px;
   display: inline-block;
   line-height: 21px;
}

.form-employment .wpcf7-form .cv-file {
   padding-bottom: 0;
}


.wpcf7-form-control-wrap.checkbox-386 {
   font-size: 10px;
   letter-spacing: .5px;
}

.wpcf7-form-control-wrap.checkbox-386 label {
   padding-top: 0px;
}


@media (min-width: 1024px) {
   .form-employment .main-title span {
      max-width: 400px;
   }
}



@media (min-width: 768px) {
   .form-employment .wpcf7 {
      position: relative;
      z-index: 0;
   }

   .form-employment .wpcf7:before {
      content: "";
      display: block;
      width: 50%;
      height: 55%;
      background: #f9f9f9;
      position: absolute;
      right: 78px;
      top: -50px;
   }

   .form-employment .main-title p {
      max-width: 437px;
      margin-top: 0;
   }

   .form-employment .wpcf7-form {
      width: 80%;
   }

   .form-employment ol {
      display: flex;
      justify-content: space-between;
   }

   .form-employment li {
      width: 48%;
      margin-bottom: 40px;
   }
}

.wpcf7-form-control-wrap {
   display: block;
   position: relative;
   padding-bottom: 24px;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
   position: absolute;
   bottom: 0px;
}


@media (min-width: 990px) {

   input, textarea, input[type=date] {
          padding: 9px 15px;
   }

   .wpcf7-form-control-wrap {
      padding-bottom: 30px;
   }

   .form-employment .wpcf7:before {
      width: 500px;
      right: 104px;
      top: -68px;
   }

   .form-employment .main-title {
      margin-bottom: 68px;
   }
}



@media (min-width: 1024px) {

   .form-employment .wpcf7-form .wpcf7-form-control-wrap {
      margin: 0 10px;
   }

   .form-employment .wpcf7-form {
      padding: 50px 60px 160px 50px;
   }

   .form-employment .wpcf7-form input {
      margin-top: 5px;
   }

   .form-employment .wpcf7-form .wpcf7-form-control-wrap {
      float: left;
      width: 46.8%;
   }

   .form-employment .wpcf7-form .your-message {
      width: 95.8%;
   }


   .form-employment .wpcf7-form .cv-file {
      margin-left: 12px;

   }

   .form-employment .wpcf7-form .checkbox-386 {
      width: 100%;
   }

   .wpcf7-form .checkbox-386 {
      font-size: 13px;
      line-height: 22px;
   }

   .form-employment .wpcf7-form .cv-file {
      float: left;
   }

   .wpcf7-validation-errors {
      clear: both;
   }

   div.wpcf7-response-output {
      padding: 0.2em 1.4em;
   }

   .wpcf7-form input[type=submit] {
      right: 55px;
      bottom: 60px;

   }

   div.wpcf7 .ajax-loader {
      right: 222px;
      bottom: 82px;
   }
   .wpcf7-form .wpcf7-form-control-wrap.your-message {
      margin-bottom: 20px;
   }
}

@media (min-width: 1400px) {
   .form-employment li {
      width: 400px;
   }

   .form-employment .wpcf7-form {
      width: 1000px;
   }

   .form-employment .wpcf7-form:before {
      width: 630px;
      right: 0;
      height: 500px;
   }

   .form-employment .wpcf7:before {
      width: 630px;
      right: 78px;
      top: -115px;
      height: 500px;
   }

   .form-employment input,
   .form-employment textarea {
      font-size: 16px;
      padding-left: 60px;
   }
}

.sidebar h2:before,
.main h2:before {
   display: none;
}

.main,
.sidebar a:link,
a:visited,
.main a,
.sidebar a  {
   font-size: 12px;
}

.sidebar li,
.main li {
   list-style: none;
}

.sidebar li:before,
.main li:before {
   content: "-";
   margin-right: 3px;
}

.sidebar p:first-child,
.main p:first-child {
   margin-top: 0;
}

.sidebar .lower-alpha,
.main .lower-alpha {
   margin-top: 15px;
}

.sidebar .lower-alpha li,
.main .lower-alpha li {
   list-style: lower-alpha;
   margin-left: 15px;
   padding-left: 15px;
}

.sidebar .lower-alpha li:before,
.main .lower-alpha li:before {
   content: "";
}

.sidebar {
   margin-top: 25px;
   color: #9e6e4D;
}

.sidebar:nth-of-type(2) {
   color: #4E4648;
}

@media (min-width: 990px) {
   .main {
      width: 60%;
      float: left;
   }

   .main ,
   .sidebar a:link,

   .main a:visited,
   .main a,
   .sidebar a {
      font-size: 16px;
   }

   .sidebar {
      width: 33%;
      max-width: 300px;
      float: right;
      position: relative;
   }

   .sidebar .sidebar-bottom {
      position: absolute;
   }

   .sidebar .sidebar-bottom li,
   .sidebar .sidebar-bottom p {
      color: #4E4648;
   }
}

@media (min-width: 1440px) {
   .sidebar {
      width: 25%;
   }

   .sidebar:nth-of-type(2n) {
      right: 80px;
   }

   .main {
      width: 66%;
   }

   .main,
   .sidebar a:link,
   .main a:visited,
   .main a{
      font-size: 16px;
   }
}

.search-results .nav-links {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   padding-top: 60px;

}
.search-results .nav-links a {
   padding: 20px 0;
}
.search-results .nav-links .nav-previous:hover a,
.search-results .nav-links .nav-previous:hover:before,
.search-results .nav-links .nav-next:hover a,
.search-results .nav-links .nav-next:hover:after 
{
   color: #4E4648;
}
.search-results .nav-links .nav-previous::before {
   content:"\2190";
   color: #9e6e4D;
   padding-right: 5px;
   transition: all .5s;
}

.search-results .nav-links .nav-next::after {
   content:"\2192";
   color: #9e6e4D;
   padding-left: 5px;
}

.search-results .main-title {
   width: 100%;
}

.search-results article {
   padding-top: 1px;
   border-bottom: 1px solid #9e6e4D;
}

.search-results article .entry-title a:link,
.search-results article .entry-title a:visited {
   font-size: .6em;
   text-transform: uppercase;
}

.search-results article .entry-title {
   margin-bottom: 0.7em;
}

.search-results article .entry-title:hover a{
   color: #4E4648;
}

.search-results .screen-reader-text {
   display: none;
}

.background-top-image {
   position: absolute;
   width: 100%;
   min-height: 907px;
}

@media (min-width: 1024px) {
   .search-results article {
      padding-top: 50px;
   }
}

.pswp__bg {
   background-color: rgba(0,0,0, .8);
}

footer .menu>.menu-item>a {
    margin-bottom: 10px;
    display: block;
}

footer .menu>.menu-item .menu-item{
    margin-bottom: 5px;
}

.footer .menu {
    gap: 30px;
}
.footer ul {
   padding-left: 0;
}

.editor h2{
	font-size:1.8em;
	line-height:1.3;
	font-family: "PT Serif Caption";
	margin-top:1.2em;
	margin-bottom:1.1rem;
}

.editor h3{
	font-size:1.6em;
	line-height:1.3;
	font-family: "PT Serif Caption";
	margin-top:1.2em;
	margin-bottom:1rem;
}

.editor h4, .editor h5{
	font-size:1.4em;
	line-height:1.3;
	font-family: "PT Serif Caption";
	margin-bottom:0.8rem;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}