/*
Theme Name: Pravo-One
Theme URI: #
Author: Borys.Mch
Author URI: https://github.com/Borys-Mch
Version: 0.0.1
Template: astra
*/

/*     -------     #######     -------          */

p {
  margin-bottom: 1em;
}

/*     -------     Main Menu     -------          */

.ast-desktop
  .ast-menu-hover-style-underline
  > .menu-item:hover
  > .menu-link:before {
  height: 3px;
  background-color: #fff;
  transform: scale(1, 1) translate(50%, 0);
}
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link:before {
  background-color: #fff;
  transform: scale(1, 1) translate(50%, 0);
}

.ast-builder-menu-1 .sub-menu {
  border-top-width: 0;
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
  color: #4f4f4f;
  font-size: 16px;
}
.ast-desktop
  .ast-builder-menu-1
  .menu-item
  .sub-menu
  .menu-item:hover
  > .menu-link {
  background: #e1e1e1;
}

.main-header-menu .menu-link {
  padding: 0 20px;
}
.ast-builder-menu-1 .menu-item > .menu-link {
  font-size: 22px;
}
@media (max-width: 1440px) {
  .main-header-menu .menu-link {
    padding: 0 18px;
  }
  .ast-builder-menu-1 .menu-item > .menu-link {
    font-size: 20px;
  }
}
@media (max-width: 1140px) {
  .main-header-menu .menu-link {
    padding: 0 10px;
  }
  .ast-builder-menu-1 .menu-item > .menu-link {
    font-size: 19px;
  }
}
@media (max-width: 1023px) {
  .main-header-menu .menu-link {
    padding: 0 8px;
  }
  .ast-builder-menu-1 .menu-item > .menu-link {
    font-size: 16px;
  }
}

/*     -------     #######     -------          */

.doters:before {
  content: ".";
  font-size: 100px;
  color: #000;
  position: absolute;
  top: -92px;
  left: -23px;
}
@media (max-width: 767px) {
  .doters:before {
    display: none;
  }
}

/*     -------     Single post    -------          */

header.entry-header .entry-title {
  color: #005d7c;
  font-family: "Roboto";
}
header.entry-header .entry-meta {
  color: #6ec1e4;
}
.single .entry-header {
  margin-bottom: 100px;
}

.title-prav {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px;
  color: #005d7c;
  font-family: "Roboto";
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px #bdbdbd solid;
  margin-bottom: 100px;
}
.home .title-prav {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 0;
  display: none;
}
@media (max-width: 768px) {
  .title-prav  {
    padding: 25px;
    font-size: 28px;
    margin-bottom: 25px;
  }
}

.search-form {
  display: flex;
}
.search-form label {
  width: 100%;
}
.search-form .search-field {
  height: 46px;
}
@media (min-width: 993px) {
    .ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
        margin: 0 0 4em 0;
    }
}

/*     -------     #######     -------          */

.entry-meta,
.entry-meta * {
  line-height: 1.45;
  color: #6ec1e4;
  font-weight: 600;
}

/*     -------     Archive     -------          */
.post-page-numbers.current .page-link,
.ast-pagination .page-numbers.current {
  color: #ffffff;
  border-color: #007d9c;
  background-color: #007d9c;
}

.site-footer-primary-section-3 {
  padding: 20px;
}
