/*!
Theme Name: Krakatets PRO Landing
Theme URI: http://krakatets.pro/en/
Author: Krakatets.pro
Author URI: http://krakatets.pro/en/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: krakatets-pro-landing
Tags: is a blank, lightweight theme for building websites.

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html.elementor-html {
  overflow-y: auto !important;
}

:root {
  --wight-color: #ffffff;
  --gray-color: #b7a572;
  --bg-color: #1b1b1b;

  --animation-time-button: all 0.3s ease;
}

h1 {
  font-size: calc(32px + (65 - 32) * ((100vw - 320px) / (1920 - 320)));
}

h2,
h2.qodef-m-title {
  font-size: calc(24px + (48 - 24) * ((100vw - 320px) / (1920 - 320)));
}

h3,
.qodef-h4 a,
h4 a {
  font-size: calc(18px + (32 - 18) * ((100vw - 320px) / (1920 - 320)));
}

.icon-ala-new ul {
	list-style-type: none;
}

.icon-ala-new ul li svg {
	width: 14px;
	height: auto;
}

@media (min-width: 1400px) {
  h1 {
    font-size: 65px;
  }

  h2,
  h2.qodef-m-title {
    font-size: 48px;
  }

  h3,
  .qodef-h4 a,
  h4 a {
    font-size: 32px;
  }
}

.wrapper-slider-pro-home {
  position: relative;
}
abbr[title] {
  text-decoration: none !important;
}

.elementor-location-single p {
	margin-bottom: 20px;
}

.wrapper-slider-pro-home .lae-posts-slider-item,
.wrapper-slider-pro-home .lae-posts-slider-item .lae-post-featured-img-bg,
.wrapper-slider-pro-home .lae-posts-slider .lae-post-featured-img-bg {
  height: 92vh !important;

  background-size: contain !important;
  background-color: #1b1b1b !important;
  background-position: top;
}

.lae-device-slider .slick-next,
.lae-device-slider .slick-prev,
.lae-posts-gridbox-slider .slick-next,
.lae-posts-gridbox-slider .slick-prev,
.lae-posts-multislider .slick-next,
.lae-posts-multislider .slick-prev,
.lae-posts-slider .slick-next,
.lae-posts-slider .slick-prev {
  width: 46px !important;
  height: 46px !important;
  line-height: 45px !important;
}

.lae-container .slick-next,
.lae-container .slick-next:after,
.lae-container .slick-next:before,
.lae-container .slick-prev,
.lae-container .slick-prev:after,
.lae-container .slick-prev:before {
  font-size: 3rem !important;
}

.lae-slider-arrow-color-dark .lae-device-slider .slick-prev,
.lae-slider-arrow-color-dark .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-color-dark .lae-posts-multislider .slick-prev,
.lae-slider-arrow-color-dark .lae-posts-slider .slick-prev {
  position: absolute;
  left: 45.5% !important;
  top: auto !important;
  bottom: 40px !important;

  background: #1b1b1b !important;
}

.lae-slider-arrow-color-dark .lae-device-slider .slick-next,
.lae-slider-arrow-color-dark .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-color-dark .lae-posts-multislider .slick-next,
.lae-slider-arrow-color-dark .lae-posts-slider .slick-next {
  position: absolute;
  left: 52.5% !important;
  top: auto !important;
  bottom: 40px !important;

  background: #1b1b1b !important;
}

.lae-posts-slider-style-1 .lae-post-featured-img-bg:before {
  background-color: #1b1b1b8a !important;
}

#qodef-page-content.qodef-layout--template
  .qodef-page-content-section.qodef-col--12 {
  margin: 0 !important;
  padding: 0 !important;
}

.img-slider-pro-home {
  position: relative;
}
.img-slider-pro-home .elementor-widget-container {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 92vh !important;
  z-index: -1 !important;
}

#qodef-top-area {
  display: none;
}

#qodef-page-header,
.qodef-header-sticky {
  background-color: var(--bg-color) !important;
}

.widget_polylang ul {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: flex-start !important;
  align-content: center !important;
  gap: 20px !important;
  margin-left: 30px !important;
}

.widget ul:not(.qodef-shortcode-list) li {
  margin: 0 !important;
}

.widget_polylang ul li {
  list-style-type: none;
}

.widget_polylang ul li a {
  font-family: "Montserrat", sans-serif;
}

.widget_polylang a {
  color: var(--gray-color) !important;
  transition: var(--animation-time-button);
}

.widget_polylang a:hover {
  color: var(--wight-color) !important;
}

.widget_polylang ul li.current-lang a {
  color: var(--wight-color) !important;
}

.qodef-header-navigation .qodef-main-menu-line:after {
  display: none;
}

.qodef-opener-icon {
  color: var(--wight-color) !important;
}

.header-pro .logo-pro img {
  width: 240px !important;
  height: 100% !important;
  max-height: 60px !important;
}

.header-pro .main-menu-pro ul {
  margin: 0 !important;
}

.qodef-menu-item-arrow {
  display: none;
}

.header-pro .main-menu-pro .qodef-header-navigation {
  margin-left: 3vw;
}

.qodef-header-navigation > ul > li > a,
#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a {
  color: var(--wight-color) !important;

  transition: var(--animation-time-button);
}

.qodef-header-navigation > ul > li:hover > a,
#qodef-page-header-inner.qodef-skin--dark
  nav
  > ul
  > li.current-menu-ancestor
  > a,
#qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--dark
  nav
  > ul
  > li.current-menu-ancestor
  > a,
.qodef-custom-header-layout.qodef-skin--dark
  nav
  > ul
  > li.current-menu-item
  > a,
#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a:hover,
.qodef-breadcrumbs-current,
.qodef-blog
  .qodef-blog-item
  .qodef-e-info
  .qodef-e-info-item.qodef-e-info-category
  a,
#qodef-page-footer .qodef-instagram-list .qodef-instagram-text,
.qodef-mobile-header-navigation > ul > li.current-menu-ancestor > a,
.qodef-mobile-header-navigation > ul > li.current-menu-item > a,
.qodef-mobile-header-navigation > ul > li > a:hover,
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover {
  color: var(--gray-color) !important;
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a:before {
  background: var(--gray-color) !important;
}

#qodef-back-to-top .qodef-back-to-top-icon {
  color: var(--gray-color) !important;
  border: 1px solid var(--gray-color) !important;
}

.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul:not(.qodef-drop-down--right)
  li
  > a:before {
  background: var(--gray-color) !important;
}

#qodef-page-header
  .qodef-widget-holder
  .widget[class*="_search"]
  form.qodef-search-direction--reverse
  input::placeholder,
#qodef-page-header .qodef-widget-holder .widget[class*="_search"] form input {
  color: var(--wight-color) !important;
}

.widget[class*="_search"] button svg circle,
.widget[class*="_search"] button svg line {
  stroke: var(--wight-color) !important;
}

#breadcrumbs {
  color: var(--bg-color);
}
#breadcrumbs a {
  color: var(--gray-color);
  transition: all 0.3s ease;
}
#breadcrumbs a:hover {
  color: var(--bg-color);
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info
  .qodef-e-info-item.qodef-e-info-tags
  a {
  border: 1px solid var(--gray-color) !important;
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info
  .qodef-e-info-item.qodef-e-info-tags
  a:hover {
  background-color: var(--gray-color) !important;
  color: var(--wight-color) !important;
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info
  .qodef-e-info-item.qodef-e-info-category:after,
.qodef-blog
  .qodef-blog-item
  .qodef-e-info
  .qodef-e-info-item.qodef-e-info-category:before,
#qodef-page-sidebar .widget.widget_zoya_core_contact_form_7:after,
.elementor-widget-sidebar .widget.widget_zoya_core_contact_form_7:after {
  background-color: var(--gray-color) !important;
}

.qodef-theme-button-pro a {
  position: relative !important;
  display: inline-block !important;
  vertical-align: middle !important;
  width: auto !important;
  margin: 0 !important;
  font-family: Montserrat !important;
  font-size: 12px !important;
  line-height: 1.67em !important;
  font-weight: 500 !important;
  letter-spacing: 0.25em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  outline: 0 !important;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out !important;
  padding: 12px 43px !important;
  color: #fff !important;
  background-color: #1b1b1b !important;
  border: 1px solid transparent !important;
  cursor: pointer !important;
}

.qodef-theme-button-pro a:hover {
  color: #fff !important;
  background-color: #333 !important;
}

#qodef-404-page.qodef-404-page-light-skin .qodef-404-mark,
#qodef-404-page.qodef-404-page-light-skin .qodef-404-text,
#qodef-404-page.qodef-404-page-light-skin .qodef-404-title {
  color: var(--bg-color) !important;
}

.footer-pro ul {
  list-style-type: none;
  margin: 0;
}

.footer-pro {
  font-family: "Montserrat", Sans-serif;
  color: var(--wight-color);
}

.footer-pro a {
  font-family: "Montserrat", Sans-serif;
  color: var(--gray-color);
  transition: var(--animation-time-button);
}

.footer-pro a:hover {
  color: var(--wight-color);
}

.footer-pro .menu-footer-main-menu-ua-container .menu,
.footer-pro .menu-footer-main-menu-en-container .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}

.footer-pro .qodef-newsletter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
}

.qodef-newsletter-submit p .wpcf7-submit {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Montserrat;
  font-size: 12px;
  line-height: 1.67em;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 16px 16px;
  color: #fff;
  background-color: #1b1b1b;
  border: 1px solid transparent;
  cursor: pointer;
}

.qodef-newsletter-submit p {
  margin: 0 !important;
  margin-left: 15px !important;
  margin-top: 0px !important;
}

.qodef-newsletter-submit p .wpcf7-submit {
  background-color: var(--gray-color);
  color: var(--bg-color);
  transition: var(--animation-time-button);
}

.qodef-newsletter-submit p .wpcf7-submit:hover {
  background-color: var(--wight-color);
}

.footer-pro input[type="email"],
.footer-pro input[type="number"],
.footer-pro input[type="password"],
.footer-pro input[type="search"],
.footer-pro input[type="tel"],
.footer-pro input[type="text"],
.footer-pro input[type="url"],
.footer-pro textarea {
  position: relative !important;
  display: inline-block !important;
  width: 100% !important;
  vertical-align: middle !important;
  margin: 0 0 20px !important;
  padding: 11.5px 20px !important;
  font-family: inherit !important;
  font-size: 17px !important;
  line-height: 29px !important;
  font-weight: 500 !important;
  color: var(--gray-color) !important;
  background-color: var(--wight-color) !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  outline: 0 !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out !important;
}

.fotter-bottom-pro a {
  color: var(--gray-color);
  transition: var(--animation-time-button);
}

.fotter-bottom-pro a:hover {
  color: var(--wight-color);
}

.elementor-location-single figure,
.elementor-location-single img {
	width: 100% !important;
	margin-top: 15px;
	margin-bottom: 15px;
}

.elementor-location-single ul {
	margin-left: 30px;
}

@media only screen and (max-width: 1024px) {
  .wrapper-slider-pro-home .slick-slider {
    padding: 0 !important;
  }
  .lae-posts-slider-style-1 .lae-post-text-wrap {
    top: auto !important;
    bottom: -4% !important;
    /* position: absolute; */
    /* top: 50%; */
    /* width: 100%; */
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    /* margin: 0; */
    /* padding: 0 25px; */
    /* z-index: 99; */
    height: 33% !important;
    display: flex !important;
    flex-direction: column !important;
    align-content: center !important;
    justify-content: flex-end !important;
    align-items: center !important;
    flex-wrap: wrap !important;
  }

  .lae-posts-slider-style-1 .lae-post-featured-img-bg:before {
    background-color: #1b1b1b00 !important;
  }

  .lae-slider-arrow-color-dark .lae-device-slider .slick-prev,
  .lae-slider-arrow-color-dark .lae-posts-gridbox-slider .slick-prev,
  .lae-slider-arrow-color-dark .lae-posts-multislider .slick-prev,
  .lae-slider-arrow-color-dark .lae-posts-slider .slick-prev {
    position: absolute;
    left: 40.5% !important;
  }

  .lae-slider-arrow-color-dark .lae-device-slider .slick-next,
  .lae-slider-arrow-color-dark .lae-posts-gridbox-slider .slick-next,
  .lae-slider-arrow-color-dark .lae-posts-multislider .slick-next,
  .lae-slider-arrow-color-dark .lae-posts-slider .slick-next {
    position: absolute;
    left: 52.5% !important;
  }
}

@media only screen and (max-width: 600px) {
  .mob-lang-block .widget_polylang ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: flex-start !important;
    align-content: center !important;
    gap: 0px !important;
    margin-left: 4px !important;
  }

  .lae-slider-arrow-color-dark .lae-device-slider .slick-prev,
  .lae-slider-arrow-color-dark .lae-posts-gridbox-slider .slick-prev,
  .lae-slider-arrow-color-dark .lae-posts-multislider .slick-prev,
  .lae-slider-arrow-color-dark .lae-posts-slider .slick-prev {
    position: absolute;
    left: 37.5% !important;
  }

  .lae-slider-arrow-color-dark .lae-device-slider .slick-next,
  .lae-slider-arrow-color-dark .lae-posts-gridbox-slider .slick-next,
  .lae-slider-arrow-color-dark .lae-posts-multislider .slick-next,
  .lae-slider-arrow-color-dark .lae-posts-slider .slick-next {
    position: absolute;
    left: 52.5% !important;
  }
    .lae-posts-slider-style-1 .lae-post-text .lae-post-title a {
        font-size: 1.8rem !important;
    }
}
