/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
!!!. MAIN STYLES
1. Global
2. Settings
    * Links
    * Forms
3. Typography
4. Containers and Sections
5. Main Classes and Elements
    * Aligments, Width, Height, Position
    * Button
    * Overlay
    * Hover Link
--------------------------------------------------------------*/
/* @import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap&subset=cyrillic"); */
@import url"https://fonts.googleapis.com/css?family=Overpass&display=swap" rel="stylesheet");
/*--------------------------------------------------------------
# !!!. MAIN STYLES

# 1. Global
--------------------------------------------------------------*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
  font-size: 10px;
}

@media (max-width: 1920px) and (min-width: 1024px) {
  html {
    font-size: calc(5px + (12.5 - 5) * ((100vw - 768px) / (1920 - 768)));
  }
}

body {
  margin: 0;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/*--------------------------------------------------------------
# 2. Settings
--------------------------------------------------------------*/
:focus {
  outline: none;
}

a {
  color: #070a14;
  font-weight: 400;
  text-decoration: none;
}

a,
label,
button,
input,
a *,
button *,
input * {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# 3. Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #989898;
/*   font-family: "Montserrat", sans-serif; */
  font-family: "Overpass", sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #343639;
  clear: both;
  margin: 0;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.3;
}

p {
  margin: 0;
  color: #989898;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
}

b,
strong {
  font-weight: 600;
}

/*--------------------------------------------------------------
# 4. Containers and Sections
--------------------------------------------------------------*/

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.container-fluid {
  width: 100%;
  position: relative;
}

.container {
  width: 100%;
  max-width: 108.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}

.col {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrap {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.widget-container {
  position: relative;
  width: 100%;
}

.col-10 {
  width: 10%;
}

.col-13 {
  width: 13%;
}

.col-15 {
  width: 15%;
}

.col-16 {
  width: 16.6666666%;
}

.col-17 {
  width: 17%;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-27 {
  width: 27%;
}

.col-30 {
  width: 30%;
}

.col-38 {
  width: 38%;
}

.col-33 {
  width: 33.33333%;
}

.col-40 {
  width: 40%;
}

.col-45 {
  width: 45%;
}

.col-50 {
  width: 50%;
}

.col-55 {
  width: 55%;
}

.col-60 {
  width: 60%;
}

.col-70 {
  width: 70%;
}

.col-75 {
  width: 75%;
}

.col-80 {
  width: 80%;
}

.col-87 {
  width: 87%;
}

.col-90 {
  width: 90%;
}

.col-100 {
  width: 100%;
}

/*--------------------------------------------------------------
# 5. Main Classes and Elements
--------------------------------------------------------------*/

/* --------- Aligments, Width, Height, Position --------- */

.h100 {
  height: 100%;
}

.w100 {
  width: 100%;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-relative {
  position: relative;
}

.md-position {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.end-position {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

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

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

/* --------- Button --------- */
.btn {
  font-size: 1.2rem;
  font-weight: 500;
  border: none;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  color: #fff;
}

.btn:hover {
  /* color: #7366FF; */
  color: #d551da;
}

/* --------- Overlay --------- */
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* --------- Hover Link --------- */
.hover-link {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}

.wh-color {
  color: #fff;
}
/* --------- --------- ------------ --------- --------- */
/* --------- --------- THEME STYLES --------- --------- */
/* --------- --------- ------------ --------- --------- */
:root {
  --text-gradient: linear-gradient(to right, #a98370 0%, #f2e8e1 75%);
}

/* --------- --------- HEADER --------- --------- */
#header {
  padding-top: 3.2rem;
  height: 12rem;
  z-index: 35;
}

#header .row {
  justify-content: space-between;
}

.mobile-main-menu {
  display: none;
}

.logo img {
/*   width: 16.5rem; */
  width: 8rem;
  margin-left: 5.2rem;
}

.simple-menu {
/*   padding: 0; */
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

#header .col {
  width: auto!important;
}

#header .logo-col {

	width: 7% !important;
}

.menu-col {
  width: 60%;
}

.simple-menu li + li {
  margin-left: 3rem;
}

/* .simple-menu{
  padding-left: 100px!important;
} */
.simple-menu li a {

  padding-left: 100px;
  text-transform: uppercase;
  padding: 0.8rem 0;
  display: inline-block;
  color: #989898;
/*   font-size: 1.2rem; */
  font-size: 1.44rem!important;
  font-weight: 400;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}

.simple-menu li.current_page_item a,
.simple-menu li a:hover {
  background: url(/wp-content/uploads/2020/08/title-gold.jpg);
  background-position: center;
  background-size: 210%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header#header .menu-button-circle {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #989898;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

header#header .menu-button-circle:hover {
  border-color: #a98370;
}

.single-post header#header .menu-button-circle,
.page-template-template-services-page header#header .menu-button-circle,
.page-template-template-about-us-page header#header .menu-button-circle,
.page-template-template-blog-page header#header .menu-button-circle {
  pointer-events: none;
}

header#header .menu-button {
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
}

header#header .menu-button div {
  position: absolute;
  background: #989898;
  width: 0.3rem;
  height: 0.3rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

header#header .menu-button-circle:hover .menu-button div {
  background: #a98370;
}

header#header .menu-button div:nth-child(1) {
  top: 0;
  left: 0;
}

header#header .menu-button div:nth-child(2) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

header#header .menu-button div:nth-child(3) {
  top: 0;
  left: 100%;
  transform: translateX(-100%);
}

header#header .menu-button div:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

header#header .menu-button div:nth-child(5) {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

header#header .menu-button div:nth-child(6) {
  top: 50%;
  left: 100%;
  transform: translateX(-100%) translateY(-50%);
}

header#header .menu-button div:nth-child(7) {
  top: 100%;
  left: 0;
  transform: translateY(-100%);
}

header#header .menu-button div:nth-child(8) {
  top: 100%;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}

header#header .menu-button div:nth-child(9) {
  top: 100%;
  left: 100%;
  transform: translateY(-100%) translateX(-100%);
}

.drop-menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 32rem;
  height: 100vh;
  padding: 0rem 0rem;
  display: none;
  display: block;
  background-color: #343639;
  z-index: 25;
  transform: translateX(100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.drop-menu-wrap.active {
  transform: translateX(0%);
  box-shadow: 0rem 0rem 2.5rem 0rem #343639;
}

.single-post .drop-menu-wrap,
.page-template-template-services-page .drop-menu-wrap,
.page-template-template-about-us-page .drop-menu-wrap,
.page-template-template-blog-page .drop-menu-wrap {
  display: block;
  transform: translateX(0%);
  box-shadow: 0rem 0rem 0rem 0rem #343639;
}

/* --------- LANG MENU --------- */
#header .menu-col .lang-item {
  border: 0.1rem solid #989898;
  background: transparent;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#header .menu-col .lang-item:hover {
  opacity: 1;
}

#header .menu-col .lang-item.current-lang {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 0.1rem solid rgba(255, 255, 255, 0.15) !important;
  opacity: 1 !important;
}

#header .menu-col .lang-item a {
  font-size: 1.2rem !important;
  font-weight: 600;
}

#header .menu-col .lang-item:last-child {
  margin-left: 1rem !important;
}

/* --------- --------- FOOTER --------- --------- */
footer#footer {
  position: absolute;
  bottom: 0;
  width: 100vw;
  background-color: #343639;
  padding: 2rem 0 4rem;
  height: 15vh;
  z-index: 20;
}

footer#footer .socials-icons {
  margin-left: 5.2rem;
}

footer#footer .social-col {
  flex-basis: 50%;
}

footer#footer .call-us-col {
  flex-basis: 50%;
}

/* --------- PRELOADER --------- */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #343639;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 10rem;
  opacity: 0;
}

/* --------- SOCIAL ICONS --------- */
.socials-icons {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.socials-icons li + li {
  padding-left: 1.3rem;
}

.socials-icons li a {
  color: #818181;
  font-size: 2.15rem;
  width: 4.4rem;
  height: 4.4rem;
  line-height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.1rem solid #818181;
}

.slide-wrap.our-history .media-item .image {
    background-image: url('https://www.hannakogan.co.il/wp-content/uploads/2024/08/Pro-nas.jpg')!important;
    background-position: top center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important; 
}



.socials-icons li a:hover {
  background: url(/wp-content/uploads/2020/08/title-gold.jpg);
  background-position: center;
  background-size: 180%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 0.1rem solid #a98370;
}

/* --------- --------- SIDEBAR --------- --------- */
aside#sidebar {
  position: fixed;
  width: 32rem;
  bottom: 20vh;
  right: 0;
  height: 2rem;
  display: flex;
  align-items: center;
  z-index: 26;
}

.navigation-tabs {
  width: 100%;
}

.navigation-tab-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.navigation-tabs .nav-tab {
  width: 100% !important;
  position: relative;
  overflow: visible;
  padding: 1.4rem 2rem;
  cursor: pointer;
}

.navigation-tabs .nav-tab:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2020/08/particles.png);
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.navigation-tabs .nav-tab:hover:before,
.navigation-tabs .nav-tab.active:before,
.navigation-tabs .nav-tab.slick-current:before {
  opacity: 1;
}

.navigation-tabs .slick-track {
  width: 100% !important;
  transform: unset !important;
  display: flex !important;
  flex-direction: column !important;
}

.navigation-tabs .nav-tab a {
  text-align: right;
  display: inline-block;
  color: #989898;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  width: 11rem;
}

.navigation-tabs .nav-tab a:hover,
.navigation-tabs .nav-tab.slick-current a {
  background: var(--text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navigation-tabs .nav-tab .symbol {
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 1rem;
  height: 1rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.navigation-tabs .nav-tab.active .symbol,
.navigation-tabs .nav-tab.slick-current .symbol {
  transform: translateY(-50%) rotate(0deg);
}

.navigation-tabs .nav-tab .symbol:before {
  content: "";
  background: #989898;
  width: 1rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.navigation-tabs .nav-tab.active .symbol:before,
.navigation-tabs .nav-tab.slick-current .symbol:before {
  opacity: 1;
}

.navigation-tabs .nav-tab .symbol:after {
  content: "";
  background: #989898;
  width: 0.1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
}

aside#sidebar .arrows {
  display: flex;
  padding-left: 2rem;
}

aside#sidebar .arrows .serv-prev,
aside#sidebar .arrows .serv-next {
  color: #a2a3a5;
  font-size: 1.7rem;
  line-height: 2rem;
  cursor: pointer;
}

aside#sidebar .arrows .serv-prev {
  padding-right: 1rem;
}

aside#sidebar .arrows .serv-next {
  padding-left: 1rem;
}

aside#sidebar .arrows .separator {
  width: 0.1rem;
  height: 2rem;
  background: #a2a3a5;
}

.slick-disabled,
.slick-arrow.slick-hidden {
  pointer-events: none !important;
  opacity: 0.2 !important;
}

/* --------- --------- FRONT PAGE --------- --------- */
#front-page-hero {
  height: 100vh;
  margin-top: -12rem;
}

#front-page-hero .front-page-slider {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#front-page-hero .front-slide {
  width: 100vw;
  height: 100vh;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
}

#front-page-hero .front-slide .image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  transition: transform 0.3s linear;
  transition-delay: 0.5s;
}

.do-transition {
  animation: motion-blur 0.1s linear;
}

#front-page-hero .front-slide .overlay {
  background: #474a50;
  opacity: 0.9;
  opacity: 0;
  top: 0;
  right: 0;
}

.front-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 1 !important;
}

.front-slide.nextAnim .skew {
  z-index: 300;
  transform: translateX(0);
  transition: transform 3s 0s;
}
.front-slide.nextAnim .skew-image {
  transform: translateX(0);
  transition: transform 3s 0s;
}

.front-slide.prevAnim .skew {
  z-index: 300;
  transform: translateX(0);
  transition: transform 3s 0s;
}
.front-slide.prevAnim .skew-image {
  transform: translateX(0);
  transition: transform 3s 0s;
}

.front-slide.slick-current ~ .front-slide {
  overflow: visible;
}
.front-slide.slick-current ~ .front-slide .skew {
  transition: none;
}
.front-slide.slick-current ~ .front-slide .skew-image {
  transition: none;
}
.front-slide .skew {
  position: relative;
  overflow: hidden;
  height: 100%;
  transform-origin: 100% 0;
  transition: transform 0s 3s;
  z-index: 1;
  padding-right: 40%;
  margin-right: -40%;
}

.front-slide.nextSlideAll .skew {
  transform: translateX(-100%);
}

/* .front-slide.prevSlideAll .skew {
  transform: translateX(100%);
} */

.front-slide .skew-image {
  transition: transform 0s 3s;
  height: 100%;
  transform: translateX(100%);
  transform-origin: 100% 0;
  padding-right: 40%;
  margin-right: -40%;
}

/* .front-slide.prevSlideAll .skew-image {
  transform: translateX(100%);
}

.front-slide.prevSlideAll .skew-image {
  transform: translateX(-100%);
} */

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

.front-slide .skew-image .it-image {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.overlay-skew {
  position: absolute;
  top: 0;
  left: 20%;
  width: 50rem;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.15);
  overflow: hidden;
  -webkit-transform: skew(-18deg) translateX(-100%);
  transform: skew(-18deg) translateX(-100%);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: -webkit-transform 0s 3s;
  transition: -webkit-transform 0s 3s;
  transition: all 0s 3s;
  transition: all 0s 3s, -webkit-transform 0s 3s;
}

.front-slide.slick-current .overlay-skew {
  z-index: 300;
  left: 40%;
  opacity: 1;
  -webkit-transform: skew(-18deg) translateX(0);
  transform: skew(-18deg) translateX(0);
  -webkit-transition: -webkit-transform 3s 0s;
  transition: -webkit-transform 3s 0s;
  transition: all 3s 0s;
  transition: all 3s 0s, -webkit-transform 3s 0s;
}

.front-slide.slick-current ~ .front-slide .overlay-skew {
  -webkit-transition: none;
  transition: none;
}

/* --------- --------- FRONT PAGE SLIDER (NOT SLICK) --------- --------- */
.frontPage-slider {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.frontPage-slider .slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}

.frontPage-slider .slide.active {
  opacity: 1;
  z-index: 300;
}

.frontPage-slider .slide .skew {
  position: relative;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 116vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  background-size: cover;
  background-position: center;
  transform: skew(-18deg) translateX(0%);
  transform-origin: 100% 0;
  padding: 0 10%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.frontPage-slider .slide.nextSlide .skew {
  transform: skew(-18deg) translateX(-100%);
}

.frontPage-slider .slide.prevSlide .skew {
  transform: skew(-18deg) translateX(100%);
}

.frontPage-slider .slide .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  transform: skew(18deg) translateX(0%);
  transform-origin: 100% 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.frontPage-slider .slide.nextSlide .image {
  transform: skew(18deg) translateX(100%);
}

.frontPage-slider .slide.prevSlide .image {
  transform: skew(18deg) translateX(-100%);
}

.frontPage-slider .slide .overlay-skew {
  position: absolute;
  top: 0;
  left: 40%;
  width: 45rem;
  height: 100%;
  transform: skew(-18deg) translateX(30%);
  overflow: hidden;
  transform-origin: 100% 0;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.frontPage-slider .slide.nextSlide .overlay-skew {
  transform: skew(-18deg) translateX(-200%);
}

.frontPage-slider .slide.prevSlide .overlay-skew {
  transform: skew(-18deg) translateX(200%);
}

.overlay-skew-image {
  transform: skew(18deg) translateX(50%);
  height: 110%;
  width: 116vw;
  top: -7%;
  right: 45%;
  background-size: cover;
  background-position: center;
  position: absolute;
}

/* .overlay-skew-image {
  transform: skew(18deg) translateX(50%);
  height: 100%;
  width: 116vw;
  top: 0%;
  right: 41.3%;
  background-size: cover;
  background-position: center;
  position: absolute;
} */

.nav {
  width: 400px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  text-transform: uppercase;
}

/* --------- FRONT PAGE NAVIGATION --------- */
.front-page-navigation {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 30rem;
  height: 100vh;
  display: flex;
  align-items: center;
}

.front-top-line {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 1px;
  height: 32vh;
  background: #e4d3c2;
}

.front-bottom-line {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 1px;
  height: 54vh;
  background: #e4d3c2;
}

.navigation-wrap {
  margin-top: -22vh;
  position: relative;
}

.front-page-navigation .numbers {
  text-align: right;
  position: absolute;
  top: -5rem;
  right: 50%;
  transform: translateX(50%);
}

.front-page-navigation .numbers .big,
.front-page-navigation .numbers .small {
  color: #fff;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1;
  background: url(/wp-content/uploads/2020/08/title-gold.jpg);
  background-position: 70% 100%;
  background-size: 150%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.front-page-navigation .numbers .big {
  font-size: 6.5rem;
}

.front-page-navigation .arrows {
  position: absolute;
  top: 10rem;
  right: 50%;
  transform: translateX(50%) !important;
  width: 4rem;
  height: 4rem;
}

.front-page-navigation .arrows .prev {
  position: absolute;
  top: 0;
  left: -1.6rem;
  cursor: pointer;
}

.front-page-navigation .arrows .next {
  position: absolute;
  top: 7rem;
  left: 1.4rem;
  cursor: pointer;
}

.front-page-navigation .arrows .prev:before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  border: 0.15rem solid #a6816f;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
}

.front-page-navigation .arrows .next:before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  border: 0.15rem solid #e4d3c2;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
}

.disabled-arrows {
  pointer-events: none !important;
  opacity: 0.2;
}

/* --------- FRONT PAGE CONTENT --------- */
.front-page-content {
  position: absolute;
  top: 0;
  left: 22rem;
  width: 26.6rem;
  height: 100vh;
  background: #252525cf;
  background-image: url(/wp-content/uploads/2024/08/Frame-8-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 3.2rem 0 3.2rem;
}

.front-page-content > * {
  width: 100%;
}

.home #header .widget-container.logo {
  display: none;
}

.front-page-content .call-us {
  padding-top: 12rem;
}



.front-page-content .title {
  display: none;
}

/* .front-page-content .title,
.front-page-content .title * {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.1;
} */

/* .front-page-content .title * {
  background: url(/wp-content/uploads/2020/08/title-gold.jpg);
  background-position: center;
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

/* --------- CALL US BUTTON --------- */
.call-us .btn {
  width: 16.4rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #a98370;
  border-bottom: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3rem;
  position: relative;
  background: url(/wp-content/uploads/2020/08/title-gold.jpg);
  background-position: 120% 100%;
  background-size: 83%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto;
}

.call-us .btn:hover {
  background-size: 120%;
}

.call-us .btn:after {
  content: "+";
  margin-left: 1rem;
  font-size: 1.6rem;
}

.call-us .btn .bottom {
  height: 0.1rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.call-us .btn .bottom .line {
  background: #a98370;
  height: 0.1rem;
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.call-us .btn .bottom:before {
  content: "";
  background: #a98370;
  height: 0.1rem;
  width: 10%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.call-us .btn .bottom:after {
  content: "";
  background: #a98370;
  height: 0.1rem;
  width: 10%;
  position: absolute;
  bottom: 0;
  right: 14.4%;
}

.call-us .btn.mobile-text {
  display: none;
}

/* --------- --------- SERVICES --------- --------- */
#services-hero {
  width: calc(100vw - 32rem);
  height: 85vh;
  margin-top: -12rem;
  margin-left: 0;
  padding-top: 12rem;
  display: flex;
  align-items: center;
}

#services-hero .slider-bg-services {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#services-hero .slider-bg-services .slide {
  width: 100%;
  height: 85vh;
  background-size: cover;
  background-position: center;
}

#services-hero .services-wrap {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 5;
}

#services-hero .services-wrap .image-col {
  width: 55%;
  position: relative;
}

#services-hero .services-wrap .image-slider {
  width: 100%;
  position: relative;
}

#services-hero .services-wrap .image-col .image {
  width: 100%;
  height: 37rem;
}

#services-hero .services-wrap .image-col .image-itself {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  background-size: 120%;
  -webkit-transition: all 0.9s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.9s cubic-bezier(0.7, 0, 0.3, 1);
}

#services-hero .services-wrap .image-col .image.slick-active .image-itself {
  background-size: 100%;
}

#services-hero .services-wrap .image-col .image a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#services-hero .services-wrap .image-caption-slider {
  width: 100%;
  position: relative;
}

#services-hero .services-wrap .image-caption {
  padding-top: 3.2rem;
}

#services-hero .services-wrap .image-caption p {
  color: #989898;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

#services-hero .services-wrap .content-col {
  width: 45%;
  padding: 0 13rem 0 10rem;
}

#services-hero .services-wrap .content-col .title {
  padding-bottom: 5rem;
}

#services-hero .services-wrap .content-col .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.9rem;
  line-height: 1.1;
  background: url(/wp-content/uploads/2020/08/title-gold.jpg);
  background-position: center;
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services-hero .services-wrap .content-col .text * {
  color: #f3eae3c4;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
}

#services-hero .services-wrap .content-col .read-more-btn {
  padding-top: 4rem;
}

#services-hero .services-wrap .content-col .read-more-btn a {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  background: url(/wp-content/uploads/2020/08/title-gold.jpg);
  background-position: center;
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 1.6rem 0;
}

#services-hero .services-wrap .content-col .read-more-btn a:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2020/08/particles.png);
  width: 10rem;
  height: 4rem;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* --------- --------- Modal --------- --------- */
.modal-open {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: none;
  z-index: 50;
}

.modal-wrap {
  position: absolute;
  top: 0;
  right: 32rem;
  width: 46rem;
  height: 85vh;
  background-image: url(/wp-content/uploads/2020/08/bgg.png);
  background-size: cover;
  background-position: center;
  border-right: 0.1rem solid #e4d3c2;
  padding: 2.8rem 0rem;
  overflow: hidden;
  z-index: 1;
}

.modal-wrap:before {
  content: "";
  width: 100%;
  height: 0rem;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0rem 0rem 2.5rem 3rem #343639;
  z-index: 1;
}

.modal-content {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  padding: 0 5.5rem 5rem;
  position: relative;
}

.modal-content::-webkit-scrollbar {
  width: 0.2rem;
  background-color: transparent;
}

.modal-content::-webkit-scrollbar-thumb {
  background-color: #e4d3c2 !important;
  border-radius: 5rem 0rem 0rem 5rem;
}

.modal-content .title {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.modal-content .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1.1;
  background: url(/wp-content/uploads/2020/08/title-gold.jpg);
  background-position: center;
  background-size: 135%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-content .text p {
  color: #989898;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
}

.modal-head {
  display: flex;
  align-items: center;
  padding: 0 5.5rem 1rem;
}

.modal-head .close {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #989898;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 2.6rem;
  position: relative;
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.modal-head .close:before {
  content: "";
  background: #989898;
  width: 1rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.modal-head .close:after {
  content: "";
  background: #989898;
  width: 0.1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.modal-head .breadcrumbs {
  color: #989898;
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.modal-head .breadcrumbs span {
  padding: 0 0.5rem;
}

.modal-head .breadcrumbs .current {
  color: #896455;
}

/* --------- --------- Gallery Modal --------- --------- */
.gallery-modal.modal-open {
  background: rgba(52, 54, 57, 0.7);
}

.modal-slider-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
}

.modal-slider-wrap:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0rem 0rem 5.5rem 4rem #343639;
  z-index: 1;
}

.modal-slider-wrap:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0rem 0rem 5.5rem 4rem #343639;
  z-index: 1;
}

.modal-slider {
  position: relative;
  width: 100%;
}

.modal-slider img {
  height: 95vh;
}

.modal-slider .video-slide {
  width: 80vw;
  height: 95vh;
  display: flex;
  position: relative;
}

.modal-slider .video-iframe {
  width: 100%;
  height: 100%;
}

.modal-slider .video-iframe iframe {
  width: 100%;
  height: 100%;
}

.modal-slider .video-mask {
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.modal-slider .video-mask .overlay {
  background: rgb(52 54 57 / 0.8);
}

.modal-slider .video-mask .play-button {
  font-size: 2.15rem;
  width: 8.4rem;
  height: 8.4rem;
  line-height: 8.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: url(/wp-content/uploads/2020/08/title-gold.jpg);
  background-position: center;
  background-size: 180%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 0.1rem solid #a98370;
  z-index: 10;
}

.modal-slider .slick-slide {
  margin: 0 1rem;
}

.gallery-navigation .gall-prev,
.gallery-navigation .gall-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #a2a3a5;
  font-size: 2rem;
  line-height: 2rem;
  cursor: pointer;
}

.gallery-navigation .gall-prev {
  left: 1rem;
}

.gallery-navigation .gall-next {
  right: 1rem;
}

.gallery-modal .close {
  position: absolute;
  top: 4rem;
  right: 50%;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid rgba(52, 54, 57, 0);
  background: rgba(52, 54, 57, 1);
  box-shadow: 0rem 0rem 3rem 0.5rem rgba(52, 54, 57, 0.7);
  border-radius: 50%;
  cursor: pointer;
  transform: rotate(45deg);
  z-index: 50;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gallery-modal .close:before {
  content: "";
  background: #989898;
  width: 1rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gallery-modal .close:after {
  content: "";
  background: #989898;
  width: 0.1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* --------- --------- SIMGLE PAGE CONTENT --------- --------- */
#single-content .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 2rem;
  width: 100%;
  height: calc(85vh - 12rem);
  overflow-y: scroll;
  overflow-x: hidden;
  display: block;
  position: relative;
}

#single-content .container:before {
  content: "";
  width: 100%;
  height: 0rem;
  position: fixed;
  bottom: 15vh;
  right: 0;
  box-shadow: 0rem 0rem 2.5rem 3rem #ffffff;
  z-index: 1;
}

#single-content .container::-webkit-scrollbar {
  width: 0.2rem;
  background-color: transparent;
}

#single-content .container::-webkit-scrollbar-thumb {
  background-color: #dedede !important;
  border-radius: 5rem 0rem 0rem 5rem;
}

#single-content .entry-header {
  padding-bottom: 2rem;
}

/* --------- --------- BASIC PAGE CONTENT --------- --------- */
#page-content {
  padding-top: 0;
  padding-right: 32rem;
}

#page-content .page-content-wrap {
  width: 100%;
  padding: 4rem 4rem 4rem 21.8rem;
  height: calc(85vh - 12rem);
  overflow-y: scroll;
  overflow-x: hidden;
  display: block;
  position: relative;
}

.single #page-content .page-content-wrap {
  padding: 4rem 21.8rem;
}

/* .single-post #page-content .page-content-wrap {
  padding: 4rem 21.8rem;
} */

#page-content .page-content-wrap:before {
  content: "";
  width: 100%;
  height: 0rem;
  position: fixed;
  top: 12rem;
  right: 0;
  box-shadow: 0rem 0rem 2.5rem 2rem #ffffff;
  z-index: 1;
}

#page-content .page-content-wrap:after {
  content: "";
  width: 100%;
  height: 4rem;
  position: fixed;
  bottom: 15vh;
  right: 0;
  background-image: linear-gradient(0deg, white 0%, #ffffff00 100%);
  z-index: 1;
}

.page-content-slider .slide-wrap {
  display: flex;
}

.ajax-preloader-blog {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 32rem);
  height: 100%;
  background: #fff;
  display: none;
  z-index: 20;
}

.ajax-preloader-blog .loader-wrap {
  height: 100%;
  width: 100%;
}

.ajax-preloader-blog .loader {
  position: absolute;
  top: 50%;
  right: 50%;
}

.ajax-preloader-blog .loader:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  background-color: rgb(129 129 129 / 0.4);
  animation: flip 1s infinite;
  border-radius: 50%;
}

@keyframes flip {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(180deg) rotateX(180deg);
  }
}

.post-slider-wrap {
  position: relative;
}

.post-slider-wrap .slide-wrap {
  display: flex;
}

#page-content .page-content-wrap::-webkit-scrollbar {
  width: 0.2rem;
  background-color: transparent;
}

#page-content .page-content-wrap::-webkit-scrollbar-thumb {
  background-color: #818181 !important;
  border-radius: 5rem 0rem 0rem 5rem;
}

.entry-header {
  padding-bottom: 5rem;
}

.entry-header,
.entry-header * {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.1;
}

.widget-container.entry-content b {
  color: #343639;
}

.widget-container.entry-content *,
.widget-container.entry-content div,
.widget-container.entry-content ol,
.widget-container.entry-content ul {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.9;
}

.widget-container.entry-content * + *,
.widget-container.entry-content ul + *,
.widget-container.entry-content p + * {
  margin-top: 1.5rem;
}

.widget-container.entry-content ul li,
.widget-container.entry-content ol li {
  margin: 0;
}

#page-content .page-content-wrap .media-col {
  width: 48%;
}

#page-content .page-content-wrap .media-item + .media-item {
  padding-top: 4.8rem;
}

#page-content .page-content-wrap .media-col .image {
  width: 100%;
  height: 19.2rem;
  height: 43.2rem;
  background-size: cover;
  background-position: center;
}

#page-content .page-content-wrap .content-col {
  width: 52%;
  padding-left: 10rem;
  padding-right: 8rem;
}

/* --------- ABOUT US --------- */
.about-us-page .page-content-wrap {
  padding: 0rem 0rem 0rem 21.8rem !important;
  overflow-y: unset !important;
  overflow-x: unset !important;
}

.about-us-page .slide-wrap {
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  height: calc(85vh - 12rem);
  padding: 4rem 4rem 4rem 0rem;
}

.about-us-page .slide-wrap::-webkit-scrollbar {
  width: 0rem;
  background-color: transparent;
}

.about-us-page .slide-wrap::-webkit-scrollbar-thumb {
  background-color: #818181 !important;
  border-radius: 5rem 0rem 0rem 5rem;
}

.about-us-page .slide-wrap .widget-container:last-child {
  padding-bottom: 4rem;
}

/* --------- TESTIMONIALS --------- */
.our-testimonials {
  flex-wrap: wrap;
}

.testimonial-row {
  padding-right: 8rem;
}

.testimonials-item {
  border-bottom: 0.1rem solid rgb(128 128 128 / 10%);
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonials-item + .testimonials-item {
  padding-top: 2rem;
}

.testimonials-item .title {
  padding-bottom: 0.5rem;
}

.testimonials-item .title .name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1.4;
  color: #343639;
}

.testimonials-item .title .caption {
  font-style: italic;
  font-weight: 500;
}

#page-content .our-testimonials .content-col {
  width: 100%;
}

.testimonials-item .info-col {
  flex-basis: 85%;
  padding-left: 5rem;
  padding-right: 5rem;
  position: relative;
}

.testimonials-item .info-col .q-marks i {
  opacity: 0.1;
  font-size: 3rem;
}

.testimonials-item .info-col .q-marks .fa-quote-right {
  position: absolute;
  bottom: 0;
  right: 1rem;
}

.testimonials-item .info-col .q-marks .fa-quote-left {
  position: absolute;
  top: 0;
  left: 1rem;
}

.testimonials-item .photo-col {
  flex-basis: 15%;
}

.testimonials-item .photo {
  width: 10rem;
  height: 10rem;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}

/* --------- OUR TEAM --------- */
#page-content .our-team .content-col {
  width: 100%;
}

.team-item .title {
  margin-top: 1.5rem;
}

.team-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.team-item {
  width: calc(33.3333% - 5rem);
  padding-bottom: 5rem;
}

.team-item {
  margin: 0 5rem 0 0;
}

.team-item:nth-child(2n + 2) {
  margin: 0 2.5rem;
}

.team-item:nth-child(3n + 3) {
  margin: 0 0 0 2.5rem;
}

.team-row .team-item .photo {
  width: 100%;
  height: 27rem;
  background-size: cover;
  background-position: center;
}

.team-row .team-item .title .name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #343639;
  text-align: center;
}

.team-row .team-item .title .caption {
  text-align: center;
}

/* --------- BLOG --------- */
.media-item.blog-post {
  height: 44rem;
  background-size: cover;
  background-position: center;
  position: relative;
}

.media-item.blog-post .overlay {
  top: 0;
  right: 0;
  background-image: linear-gradient(#343639 5%, transparent 39%, #343639 100%);
}

.media-item.blog-post .overlay .btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.blog-post-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.blog-post-wrap .media-sub-title {
  color: #fff;
  font-weight: 600;
  font-size: 2.1rem;
  padding: 2rem 0 4.5rem;
  text-align: center;
}

.blog-post-wrap .media-title {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  padding: 0 13rem 4rem;
  line-height: 1.8;
}

.blog-post-wrap .tags {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 3rem;
}

.blog-post-wrap .tags a {
  color: #fff;
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1.15;
}

.blog-read-more .btn {
  color: #a98370;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  border-bottom: 0.1rem solid #a98370;
}

.content-col.blog-post .entry-header {
  padding-bottom: 1rem;
}

.arrows-post {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  padding-left: 2rem;
  padding-bottom: 2rem;
  z-index: 10;
}

.arrows-post .post-prev,
.arrows-post .post-next {
  color: #a2a3a5;
  font-size: 1.7rem;
  line-height: 2rem;
  cursor: pointer;
  display: block !important;
}

.arrows-post .post-prev {
  padding-right: 1rem;
}

.arrows-post .post-next {
  padding-left: 1rem;
}

.arrows-post .separator {
  width: 0.1rem;
  height: 2rem;
  background: #a2a3a5;
}

.content-col.blog-post {
  width: 55%;
  padding-left: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-col.blog-post .post-title {
  padding-bottom: 1.5rem;
}

.content-col.blog-post .entry-title,
.content-col.blog-post .entry-title * {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1.4;
  color: #343639;
}

.content-col.blog-post .entry-content {
  padding-bottom: 2rem;
}

.content-col.blog-post .date {
  font-size: 1rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}

/* --------- --------- 404 PAGE --------- --------- */
#not-found {
  height: calc(85vh - 12rem);
  align-items: center;
}

.big-404 {
  text-align: center;
  font-size: 10rem;
  font-weight: 600;
  color: #343639;
}

.title-404 {
  text-align: center;
  color: #343639;
}

/* --------- --------- CONTACT PAGE --------- --------- */
#contact-page {
  position: relative;
}

#contact-page .container {
  height: 100vh;
  width: 100%;
  max-width: 100%;
}

#contact-page .widget-wrap {
	justify-content: flex-end;

}

/* .page-id-44 #footer {
  position: relative;
}

.page-id-44 #footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #343639;
  z-index: -1;
} */

@media (max-width: 767px) {
  #contact-page::before,
  .page-id-44 #footer::before {
    width: 100%!important;
  }
  #contact-page .info .address a {
  color: black;
  }
  #contact-page .contact-info-col .entry-title {
  color: black;
  }
  #contact-page .info .phone a, #contact-page .info .mail a {
  color: black;
  }

  #contact-page .info .mail a {
  align-content:center!important;
  text-align:center!important;
	}

}




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

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  width: 50%;
}

.form-col {
  background-color: #343639!important;
  padding: 8rem 4rem;
}

#contact-page .widget-container.info {
  background-image: url('https://www.hannakogan.co.il/wp-content/uploads/2024/08/Vector.png');
  background-repeat: no-repeat;
  background-size: 280px;
  background-position: calc(100% - 50px) left!important;
}

.contact-info-col {

/*   padding: 8rem 3rem; */
  padding: 16rem 12rem;
} 






@media (max-width: 768px) {
  .col {
    width: 100%;
  }
  #contact-page .row {
    flex-direction: initial!important;
  }
	#contact-page .container {
         padding-left: 0rem!important;
         padding-right: 0rem!important;
    }

	#contact-page .widget-container.info {

  		background-position: center!important;
     }
	#contact-page .form {
		width: auto!important;
	}
	#contact-page .widget-wrap {
    	padding: 20px!important;
	}
    #contact-page {
		padding-top: 0rem!important;
	}
    #contact-page .socials-icons {
		justify-content: center;
	}

}



/* #contact-page {
  height: calc(85vh - 12rem);
} */

/* #contact-page ~ #footer .call-us .btn {
  display: none;
} */

/* #contact-page .row {
  align-items: center;
} */

/* #contact-page .contact-info-col {
    padding: 110px!important;

} */

#contact-page .contact-info-col .entry-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.1;
}

#contact-page .info + .col .social-col {
  display: flex;
  gap: 1rem; 
  position: absolute;
  bottom: 1rem;
  right: 1rem;  
  z-index: 10; 
}

#contact-page .info .text {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.9;
  font-weight: 400;
  padding-bottom: 3rem;
}

#contact-page .info .address {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.9;
  padding-bottom: 2rem;
}

#contact-page .info .phone a,
#contact-page .info .mail a {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}

#contact-page .form-block {
  width: 450px;
  background: transparent;
  border: 0.1rem solid #a98370;
/*   padding: 5rem 3rem; */
  padding: 5rem 3rem 4rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 600;
  color: #a98370;
  text-transform: uppercase;
  background-image: url(/wp-content/uploads/2020/08/title-gold.jpg);
  background-position: 100% 100%;
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


#contact-page .form-block .overlay {
  top: 0;
  right: 0;
/*   background-image: linear-gradient(
    #343639 5%,
    rgb(52 54 57 / 0.4) 25%,
    #343639 100%
  ); */
}

#contact-page .form .wpcf7-form {
  position: relative;
}

#contact-page .form {
  position: relative;
  z-index: 1;
  width: 35rem;
}

#contact-page .form input[type="text"],
#contact-page .form input[type="tel"],
#contact-page .form input[type="email"],
#contact-page .form textarea {
  align-content: end!important;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 0.1rem solid #a98370;
  padding: 1rem 0;
  text-align: center;
  font-weight: 600;
  color: #a98370;
  font-size: 1.05rem;

  background: url(/wp-content/uploads/2020/08/title-gold.jpg);
  background-position: 100% 100%;
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#contact-page .form input[type="text"]::placeholder,
#contact-page .form input[type="tel"]::placeholder,
#contact-page .form input[type="email"]::placeholder,
#contact-page .form textarea::placeholder {
  color: rgb(255 255 255 / 70%);
}

#contact-page .form textarea {
	
  height: 8rem;
}

#contact-page .form input[type="text"],
#contact-page .form input[type="tel"],
#contact-page .form input[type="email"] {

  margin-bottom: 1rem;
}

#contact-page .form .title {
  color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.4rem;
  padding-bottom: 1rem;
  font-weight: 600;
  background: url(/wp-content/uploads/2020/08/title-gold.jpg); 
  background-position: 100% 100%;
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}


#contact-page .form .text {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 2rem;
}

.wpcf7-submit {
  color: #a98370;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  border-bottom: 0.1rem solid #a98370;
  background: transparent;
  border: 0.1rem solid #a98370;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13rem;
  height: 3.5rem;
  margin: 1rem auto 0;
  cursor: pointer;
  background: url(/wp-content/uploads/2020/08/title-gold.jpg);
  background-position: 100% 100%;
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wpcf7-submit:hover {
  background-size: 150%;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  bottom: 0;
}

/* --------- --------- PORTFOLIO PAGE --------- --------- */
#portfolio-page {
  width: 100%;
  height: calc(85vh - 12rem);
}

.ajax-preloader {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #343639;
  display: none;
  z-index: 20;
}

.ajax-preloader .loader-wrap {
  height: 100%;
  width: 100%;
}

.ajax-preloader .loader {
  position: absolute;
  top: 50%;
  right: 50%;
}

.ajax-preloader .loader:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  background-color: rgb(129 129 129 / 0.4);
  animation: flipper 1s infinite;
  border-radius: 50%;
}

@keyframes flipper {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(180deg) rotateX(180deg);
  }
}

.portfolio-slider-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  width: 100%;
  z-index: 5;
  position: relative;
}

.portfolio-slider {
  position: relative;
  width: 100%;
}

.portfolio-slider:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0rem 0rem 5.5rem 7rem #343639;
  z-index: 1;
}

.portfolio-slider:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0rem 0rem 5.5rem 7rem #343639;
  z-index: 1;
}

.portfolio-slider .slide {
  height: 50rem;
  position: relative;
}

.portfolio-slider .slide .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.portfolio-slider .slide .work-label {
  position: absolute;
  bottom: 2.5rem;
  left: 3rem;
  z-index: 10;
  color: #fff;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 600;
}

.portfolio-slider .slide .image .overlay {
  background: rgba(36, 37, 42, 0.7);
  top: 0;
  right: 0;
}

.portfolio-slider .slick-slide {
  margin: 0 1rem;
}

.portfolio-navigation {
  z-index: 10;
}

.portfolio-navigation .portfolio-prev,
.portfolio-navigation .portfolio-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #a2a3a5;
  font-size: 2rem;
  line-height: 2rem;
  cursor: pointer;
  padding: 24rem 1rem;
}

.portfolio-navigation .portfolio-prev {
  left: 0;
}

.portfolio-navigation .portfolio-next {
  right: 0;
}

#portfolio-page .modal-btn {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  html {
    font-size: calc(8.5px + 1.5 * (100vw - 768px) / (1024 - 768));
  }
  /* body {
    overflow: visible !important;
    overflow-x: hidden !important;
  } */

  .mobile-main-menu {
    display: block!important;
  }

  .simple-menu {
    flex-wrap: wrap;
  }

/*   #header .menu-col {
    display: none;
  } */

  .logo img {
    width: 7rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #header {
    padding-top: 0;
    height: 10rem;
    align-items: center;
  }

  #header .row {
    align-items: center;
  }

  .navigation-tab-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }

  .drop-menu-wrap {
    width: 100vw;
    height: 100vh !important;
  }

  .simple-menu li {
    text-align: center;
    flex-basis: 100%;
    margin-left: 0rem !important;
  }

/*   .simple-menu li a {
    font-size: 2.2rem !important;
  } */

  .simple-menu .lang-item {
    margin-bottom: 1rem;
  }

  .simple-menu .lang-item a {
    width: 5rem;
    height: 5rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 0.1rem solid #989898;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .navigation-tabs {
    text-align: center;
    padding-top: 2.5rem;
  }

  .navigation-tabs .nav-tab {
    padding: 0;
  }

  .navigation-tabs .nav-tab a {
    text-align: center;
    font-size: 2rem !important;
    width: unset !important;
    padding: 0.8rem 0;
    font-weight: 600;
  }

  #header .container,
  #footer .container,
  #contact-page .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .single-post .drop-menu-wrap,
  .page-template-template-services-page .drop-menu-wrap,
  .page-template-template-about-us-page .drop-menu-wrap,
  .page-template-template-blog-page .drop-menu-wrap {
    transform: translateX(100%);
  }

  .drop-menu-wrap.active {
    transform: translateX(0%) !important;
    box-shadow: 0rem 0rem 2.5rem 0rem #343639 !important;
  }

  .single-post header#header .menu-button-circle,
  .page-template-template-services-page header#header .menu-button-circle,
  .page-template-template-about-us-page header#header .menu-button-circle,
  .page-template-template-blog-page header#header .menu-button-circle {
    pointer-events: unset;
  }

  /* PAGE CONTENT */
  #page-content {
    padding-top: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #page-content .page-content-wrap {
    padding: 4rem !important;
    height: calc(91vh - 10rem);
  }

  #page-content .page-content-wrap:after {
    bottom: 9vh;
  }

  #page-content .page-content-wrap:before {
    top: 10rem;
  }

  .entry-header {
    padding-bottom: 2rem;
  }

  .entry-header,
  .entry-header * {
    font-size: 2.2rem;
  }

  /* FRONT PAGE */
  #front-page-hero {
    margin-top: -10rem;
  }

  .front-page-content {
    left: 0rem;
    width: 30rem;
    padding: 0 5rem;
  }

  .front-page-content .title,
  .front-page-content .title * {
    font-size: 4rem;
  }

  .call-us .btn {
    width: 14.5rem;
    height: 4.5rem;
  }

  .socials-icons li a {
    width: 4rem;
    height: 4rem;
  }

  #front-page-hero .front-slide {
    width: 100vw;
  }

  .front-page-navigation {
    right: 10rem;
  }

  .front-page-navigation .numbers .big,
  .front-page-navigation .numbers .small {
    font-size: 5.5rem;
  }

  .front-page-navigation .numbers .big {
    font-size: 7.5rem;
  }

  .front-page-navigation .arrows .prev {
    left: -2rem;
  }

  .front-page-navigation .arrows .next {
    left: 1.5rem;
    top: 8rem;
  }

  .front-page-navigation .arrows .prev:before {
    width: 4rem;
    height: 4rem;
  }

  .front-page-navigation .arrows .next:before {
    width: 4rem;
    height: 4rem;
  }

  /* SERVICES PAGE */
  aside#sidebar {
    display: none;
  }

  #services-hero {
    width: 100vw;
    height: 91vh;
    margin-top: -10rem;
    padding-top: 10rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  #services-hero .services-wrap {
    flex-wrap: wrap;
  }

  #services-hero .services-wrap .content-col {
    padding: 0 5rem 0 5rem;
  }

  #services-hero .services-wrap .image-col .image {
    height: 20rem;
  }

  #services-hero .slider-bg-services .slide {
    height: 91vh;
  }

  .modal-wrap {
    right: 0rem !important;
    height: 100vh;
  }

  .modal-content {
    padding: 0 3.5rem 1rem;
  }

  .modal-head {
    padding: 0 3.5rem 1rem;
  }

  /* PORTFOLIO PAGE */
  #portfolio-page {
    height: calc(91vh - 7rem);
  }

  .portfolio-slider:after,
  .portfolio-slider:before {
    display: none;
  }

  .portfolio-navigation .portfolio-prev,
  .portfolio-navigation .portfolio-next {
    padding: 2rem 1rem;
    background: #343639;
  }

  .portfolio-navigation .portfolio-next {
    border-radius: 1rem 0rem 0rem 1rem;
  }

  .portfolio-navigation .portfolio-prev {
    border-radius: 0rem 1rem 1rem 0rem;
  }

  .modal-slider img {
    height: auto;
    width: 55vh;
  }

  .modal-slider .video-slide {
    height: 55vh;
    width: 55vh;
  }

  .modal-slider .slick-track {
    display: flex;
    align-items: center;
  }

  .portfolio-slider .slide .work-label {
    font-size: 2rem;
  }

  /* BLOG PAGE */
  .post-slider-wrap .slide-wrap {
    flex-wrap: wrap;
  }

  #page-content .page-content-wrap .media-col {
    width: 100%;
    padding-bottom: 1em;
  }

  .media-item.blog-post {
    height: 30rem;
  }

  #page-content .page-content-wrap .content-col {
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .arrows-post {
    padding: 1rem;
  }

  /* CONTACT PAGE */
  #contact-page {
    height: unset;
    padding-top: 3rem;
  }

  #contact-page .row {
    flex-direction: column-reverse;
  }

  #contact-page .row .col-50 {
    width: 100%;
    padding-bottom: 0rem;
  }

  #contact-page .contact-info-col {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  #contact-page .contact-info-col .widget-container.info {
    text-align: center;
  }

  #contact-page .info .text {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 1rem;
  }

  #contact-page .contact-info-col .entry-title {
    font-size: 2.4rem;
    padding-bottom: 1rem;
  }

  /* FOOTER */
  footer#footer {
    position: relative;
    width: 100vw;
    padding: 0rem 0 0rem;
    height: 9vh;
    align-items: center;
  }

  footer#footer .socials-icons {
    margin-left: 0;
    justify-content: center;
  }

  footer#footer .social-col {
    flex-basis: 100%;
  }

  footer#footer .call-us-col {
    display: none;
  }

  /* ABOUT US PAGE */
  .about-us-page .slide-wrap {
    padding: 0rem;
  }

  .page-template-template-about-us-page #page-content .page-content-wrap {
    padding: 4rem 1.5rem !important;
  }

  .page-template-template-about-us-page .page-content-slider .slide-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  #page-content .page-content-wrap .media-col .image {
    height: 30rem;
  }

  #page-content .page-content-wrap .media-item + .media-item {
    padding-top: 1.5rem;
  }

  .page-template-template-about-us-page .media-col {
    order: 2;
  }

  .page-template-template-about-us-page .content-col {
    order: 1;
  }
}




@media (max-width: 767px) {
  	aside#sidebar {
	display: flex!important;
    justify-content: center!important;
	z-index: 10!important;
  }
    .front-page-content {
		background-image: url(https://www.hannakogan.co.il/wp-content/uploads/2024/09/logotype-md-3.png)!important;
		background-size: 30%;
        background-position: 50% 10%;
    }

}

@media screen and (max-width: 768px) {
  html {
/*     font-size: calc(8.6px + (19.6 - 8.6) * (100vw - 320px) / 447); */
	font-size: calc(10.32px + (23.52 - 10.32) * (100vw - 320px) / 447)!important;

  }

  body {
    overflow: visible !important;
    overflow-x: hidden !important;
  }

  .mobile-main-menu {
    display: block!important;
  }

  .simple-menu {
    flex-wrap: wrap;
  }

  #header .menu-col {
    display: none;
  }

  .logo img {
    width: 7rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #header {
    padding-top: 0;
    height: 7rem;
    align-items: center;
  }

  #header .row {
    align-items: center;
  }
  
/* 	.front-page-content {
	background-size: 120px;
    background-position: 50% 65%;
} */

  .navigation-tab-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }

  .drop-menu-wrap {
    width: 100vw;
    height: 100vh !important;
  }

  .simple-menu li {
    text-align: center;
    flex-basis: 100%;
    margin-left: 0rem !important;
  }

  .simple-menu li a {
/*     font-size: 2.2rem !important; */
    font-size: 2.64rem !important;
  }

  .simple-menu .lang-item {
    margin-bottom: 1rem;
  }

  .simple-menu .lang-item a {
    width: 5rem;
    height: 5rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 0.1rem solid #989898;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .navigation-tabs {
	display: none!important;
    text-align: center;
    padding-top: 2.5rem;
  }

  .navigation-tabs .nav-tab {
    padding: 0;
  }

  .navigation-tabs .nav-tab a {
    text-align: center;
    font-size: 2.4rem !important;
/*     font-size: 2rem !important; */
    width: unset !important;
    padding: 0.8rem 0;
    font-weight: 600;
  }

  #header .container,
  #footer .container,
  #contact-page .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .single-post .drop-menu-wrap,
  .page-template-template-services-page .drop-menu-wrap,
  .page-template-template-about-us-page .drop-menu-wrap,
  .page-template-template-blog-page .drop-menu-wrap {
    transform: translateX(100%);
  }

  .drop-menu-wrap.active {
    transform: translateX(0%) !important;
    box-shadow: 0rem 0rem 2.5rem 0rem #343639 !important;
  }

  .single-post header#header .menu-button-circle,
  .page-template-template-services-page header#header .menu-button-circle,
  .page-template-template-about-us-page header#header .menu-button-circle,
  .page-template-template-blog-page header#header .menu-button-circle {
    pointer-events: unset;
  }

  /* PAGE CONTENT */
  #page-content {
    padding-top: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #page-content .page-content-wrap {
    padding: 4rem !important;
    height: calc(91vh - 7rem);
  }

  #page-content .page-content-wrap:after {
    bottom: 9vh;
  }

  #page-content .page-content-wrap:before {
    top: 7rem;
  }

  .entry-header {
    padding-bottom: 2rem;
  }

  .entry-header,
  .entry-header * {
    font-size: 2.64rem !important;
/*     font-size: 2.2rem; */
  }

  /* FRONT PAGE */
  #front-page-hero {
    margin-top: -7rem;
  }

  .navigation-wrap {
    margin-top: -40vh;
  }

  .frontPage-slider .slide .skew {
    width: 145vw;
  }

  .frontPage-slider .slide .overlay-skew {
    display: none;
  }

  .frontPage-slider {
    height: 60vh;
  }

  .front-page-content {
    left: 0rem;
    width: 100%;
    padding: 0 1.5rem;
    top: unset;
    bottom: 0;
    height: 40vh;
    padding-bottom: 15vh;
  }

  .front-page-content .title,
  .front-page-content .title * {
    font-size: 3.36rem !important;
/*     font-size: 2.8rem; */
    text-align: center;
  }

  .front-page-content .call-us {
/*     padding-top: 3rem; */
	      padding-top: 10rem;
  }

  .front-page-content .socials-icons {

/*     padding: 0rem 0 6rem !important; */
    padding: 0rem 0 0rem !important;
    height: 10vh;
  }

  .call-us .btn {
    width: 14.5rem;
    height: 4.5rem;
  }

  .call-us .btn.mobile-text {
    display: block;
  }

  .call-us .btn.desktop-text {
    display: none;
  }

  .socials-icons li a {
    width: 4rem;
    height: 4rem;
  }

  #front-page-hero .front-slide {
    width: 100vw;
  }

  .front-top-line {
    height: 20vh;
  }

  .front-bottom-line {
    height: 63vh;
  }

  .front-page-navigation {
    right: 7rem;
  }

  .front-page-navigation .numbers .big,
  .front-page-navigation .numbers .small {
    font-size: 3.06rem !important;
/*     font-size: 2.55rem; */
  }

  .front-page-navigation .numbers .big {
    font-size: 5.4rem !important;
/*     font-size: 4.5rem; */
  }

  .front-page-navigation .arrows .prev {
    left: 0rem;
  }

  .front-page-navigation .arrows .next {
    left: 2rem;
    top: 4rem;
  }

  .front-page-navigation .arrows .prev:before {
    width: 2rem;
    height: 2rem;
  }

  .front-page-navigation .arrows .next:before {
    width: 2rem;
    height: 2rem;
  }

  /* SERVICES PAGE */
/*   aside#sidebar {
    display: none;
  } */

  #services-hero {
    width: 100vw;
    height: 91vh;
    margin-top: -7rem;
    padding-top: 7rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  #services-hero .services-wrap .content-col {
    padding: 0 0rem 0 0rem;
  }

  #services-hero .services-wrap {
    flex-wrap: wrap;
  }

  #services-hero .services-wrap .image-col {
    width: 100%;
    display: none;
  }

  #services-hero .services-wrap .content-col {
    width: 100%;
  }

  #services-hero .services-wrap .image-col .image {
    height: 20rem;
  }

  #services-hero .slider-bg-services .slide {
    height: 91vh;
  }

  .modal-wrap {
    right: 0rem !important;
    width: 100vw;
    height: 100vh;
  }

  .modal-content {
    padding: 0 1.5rem 5rem;
  }

  .modal-head {
    padding: 0 1.5rem 1rem;
  }

  /* PORTFOLIO PAGE */
  #portfolio-page {
    height: calc(91vh - 7rem);
  }

  .portfolio-slider:after,
  .portfolio-slider:before {
    display: none;
  }

  .portfolio-navigation .portfolio-prev,
  .portfolio-navigation .portfolio-next {
    padding: 2rem 1rem;
    background: #343639;
  }

  .portfolio-navigation .portfolio-next {
    border-radius: 1rem 0rem 0rem 1rem;
  }

  .portfolio-navigation .portfolio-prev {
    border-radius: 0rem 1rem 1rem 0rem;
  }

  .modal-slider img {
    height: auto;
    width: 55vh;
  }

  .modal-slider .video-slide {
    height: 55vh;
    width: 55vh;
  }

  .gallery-modal .close {
    top: 1.9rem;
    right: 1.5rem;
    width: 3.2rem;
    height: 3.2rem;
  }

  .portfolio-slider .slide .work-label {
    font-size: 2rem;
  }

  /* BLOG PAGE */
  .post-slider-wrap .slide-wrap {
    flex-wrap: wrap;
  }

  #page-content .page-content-wrap .media-col {
    width: 100%;
    padding-bottom: 1em;
  }

  .media-item.blog-post {
    height: 15rem;
  }

  #page-content .page-content-wrap .content-col {
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .arrows-post {
    padding: 1rem;
  }

  /* CONTACT PAGE */
  #contact-page {
    height: unset;
    padding-top: 3rem;
  }

  #contact-page .row {
    flex-direction: column-reverse;
  }

  #contact-page .row .col-50 {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  #contact-page .contact-info-col {
    padding-left: 0rem;
  }

  #contact-page .contact-info-col .widget-container.info {
    text-align: center;
  }

  #contact-page .info .text {
    font-size: 1.8rem !important;
/*     font-size: 1.5rem; */
    line-height: 1.5;
    padding-bottom: 1rem;
  }
	#contact-page .form input[type="text"], #contact-page .form input[type="tel"], #contact-page .form input[type="email"], #contact-page .form textarea {
    font-size: 1.3rem !important;
	}
	.wpcf7-submit {
    font-size: 1.3rem !important;
	}

	#contact-page .info .address {
    font-size: 1.3rem !important;
	}

	#contact-page .info .phone a, #contact-page .info .mail a {
    font-size: 1.6rem !important;
	}



  #contact-page .contact-info-col .entry-title {
    font-size: 2.88rem !important;
/*     font-size: 2.4rem; */
    padding-bottom: 1rem;
  }

  /* FOOTER */
  footer#footer {
    position: relative;
    width: 100vw;
    padding: 0rem 0 0rem;
    height: 9vh;
    align-items: center;
  }

  footer#footer .socials-icons {
    margin-left: 0;
    justify-content: center;
  }

  footer#footer .social-col {
    flex-basis: 100%;
  }

  footer#footer .call-us-col {
    display: none;
  }

  /* ABOUT US PAGE */
  .about-us-page .slide-wrap {
    padding: 0rem;
  }

  .page-template-template-about-us-page #page-content .page-content-wrap {
    padding: 4rem 1.5rem !important;
  }

  .page-template-template-about-us-page .page-content-slider .slide-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  #page-content .page-content-wrap .media-col .image {
    height: 30rem;
  }

  #page-content .page-content-wrap .media-item + .media-item {
    padding-top: 1.5rem;
  }

  .page-template-template-about-us-page .media-col {
    order: 2;
  }

  .page-template-template-about-us-page .content-col {
    order: 1;
  }
}
