/*!
Theme Name: chernyaev
Theme URI: http://underscores.me/
Author: chernyaev
Author URI: http://chernyaev.com.ua
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: chernyaev
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

chernyaev 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/
*/

.socials {
  text-align: center;
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.socials i {
  color: #fff;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 400;
  color: tomato;
}

.reviews-author-name{
  min-width: 200px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: unset;
  font-size: 16px;
  text-align: center;
  position: absolute;
  margin: -10px;
  padding: 0px;
}

.half-content {
  height: 500px;
  overflow: auto;
}

.half-seo ol,
.half-seo ul {
  list-style-position: inside;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0.28px;
}

.all {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.doctor {
  display: grid;
  gap: 20px;
  grid-template-columns: 32% auto;
  padding-block: 50px 40px;
}

.post-type-archive .p-t {
  padding-top: 50px;
}

.full_text {
  margin-bottom: 50px;
}

#breadcrumbs {
  padding: 10px 0px;
}

#breadcrumbs * {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #49494d;
}

.full_text ul,
.full_text ol {
  list-style-position: inside;
  padding: 10px 0px;
}

.short h2 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.reviews {
  margin-bottom: 50px;
}

.home .half {
  margin-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.footer-top {
  background: #9aac34;
}

.blog_posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 100px;
  gap: 20px;
}

.category-statti .p-t {
  padding-top: 50px;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  border-radius: 10px;
}

.text a {
  display: flex;
  background: rgb(133, 148, 31);
  justify-content: start;
  /* align-items: flex-end; */
  max-width: 140px;
  padding: 10px 20px;
  color: #fff;
  margin-top: 10px;
  transition: 0.3 ease all;
  border-radius: 50vw;
}

.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dat {
  font-size: 14px;
}

.blog_item {
  border: 1px solid #eee !important;
  padding: 20px;
}

.full_text .post-thumbnail {
  margin-bottom: 50px;
}

.full_text .post-thumbnail img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.title {
  font-size: 21px;
  font-weight: 600;
  margin: 10px 0px;
}

.blog-one_top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 10px;
  margin-right: -10px;
  width: 100%;
}

.blog-one_top .img-top {
  -webkit-box-flex: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  -ms-flex: 0 0 calc(41.66667% - 10px);
  flex: 0 0 calc(41.66667% - 10px);
  overflow: hidden;
}

.bgcover {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.blog-one_top .content-top .list-title {
  font-size: 12px;
}

.blog-one_top .content-top ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 4px;
  margin-right: -4px;
  margin-top: 10px;
  padding-left: 15px;
}

.blog-one_top .author {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.blog-one_top .author-img {
  border-radius: 50%;
  height: 94px;
  overflow: hidden;
  width: 94px;
}

.blog-one_top .author-name,
.blog-one_top .author-title {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.blog-one_top .author-name {
  color: #bd4735;
  font-size: 14px;
  text-transform: uppercase;
}

.blog-one_top .author-p {
  line-height: 1.2em;
}

.blog-one_top .content-top ul li a {
  text-decoration: underline;
}
.blog-one_top .content-top ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.33333% - 4px);
  flex: 0 0 calc(33.33333% - 4px);
  font-size: 14px;
  line-height: 14px;
}

.single img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  max-height: 313px;
}

.uk-flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uk-flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

/* .author-img img{
  height: 54px;
    width: 54px;
} */

.seo {
  margin-bottom: 20px;
  margin-top: 30px;
  overflow: hidden;
}

.more {
  display: block;
  margin-bottom: 20px;
}

.get_call {
  max-width: 590px !important;
}

.seo p {
  margin-bottom: 10px;
}

.seo ul,
.seo ol {
  list-style-position: inside;
  margin: 10px 0px;
}

.blog-one_top .content-top .list-title {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-one_content {
  font-size: 14px;
  margin-top: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.block {
  background: #f2f2f2;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  position: relative;
}

.blog-one_top .content-top {
  padding: 30px;
  width: 100%;
}

.blog-one_top .content-top .title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
}

.get_call .half-form {
  padding: 0;
}

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

.widget_nav_menu ul li::before,
.widget_nav_menu ol li::before {
  content: "—";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  font-size: 11px;
  opacity: 0.35;
}

.footer_text {
  color: #fff;
  text-align: center;
  font-size: 17px;
}

.widget_nav_menu ul li {
  position: relative;
  padding: 0.25rem 0 0.25rem 1.2rem;
  color: #fff;
}

.widget_nav_menu ul a {
  color: #fff;
  font-size: 13px;
}

.footer-logo {
  max-width: 200px !important;
}

.widget_nav_menu ul {
  list-style-type: none;
}

.map {
  box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22) !important;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}

.map iframe {
  width: 100%;
}

.text_map {
  font-size: 23px;
  text-align: center;
  margin-bottom: 50px;
}

.header-cta {
  background-color: var(--acc-color) !important;
}

.header-cta:hover {
  background-color: rgb(133, 148, 31) !important;
}

.footer_title {
  margin-bottom: 10px;
}

.footer_info a,
.footer_info {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 13px;
}

.footer_info * {
  margin-bottom: 10px;
}

.mod .section-hero-media:after {
  top: -40px;
  bottom: unset;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-top: 1px solid;
  padding-top: 5px;
  align-items: center;
}
.cop {
  font-size: 12px;
}

.links a {
  color: #fff;
}

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.new_fix .section-hero-media-img {
  width: 581px;
  height: 871px;
}


.short ul,
.short ol{
  list-style-position: inside;
}


.text p {
    margin-bottom: 10px;
}


.error-message {
    font-size: 13px;
    padding-left: 15px;
}


@media (max-width: 768px) {
  .widget_nav_menu ul li::before,
  .widget_nav_menu ol li::before {
    content: unset;
  }


  .new_fix{
    margin-top: 0;
  }

  /* 
.widget_nav_menu ul li a::before, .widget_nav_menu ol li a::before{
  content: "—";
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
    font-size: 11px;
    opacity: 0.35;
} */

  .widget_nav_menu ul li {
    padding: 3px 0px;
  }

  .socials {
    justify-content: center;
  }

  .links {
    flex-direction: unset;
    font-size: 12px;
    text-align: center;
  }

  .list_footer {
    text-align: center;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 20px;
  }

  .links {
    flex-direction: column;
    gap: 10px;
  }

  img.footer-logo-img {
    margin-bottom: 20px;
  }

  .map iframe {
    width: 100%;
    height: 300px !important;
  }

  .map {
    margin-bottom: 50px;
  }

  .list_footer {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .get_call {
    width: 100%;
  }
  .blog-one_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
  }

  .blog-one_top .content-top ul li {
    -ms-flex-preferred-size: calc(100% - 4px);
    flex-basis: calc(100% - 4px);
    margin-bottom: 4px;
  }
  .full_text .post-thumbnail {
    margin-bottom: 10px;
  }

  .blog_posts {
    grid-template-columns: repeat(1, 1fr);
  }
  .all {
    grid-template-columns: repeat(1, 1fr);
  }

  .doctor {
    grid-template-columns: 100%;
    padding-block: 10px;
  }
  .list {
    margin-bottom: 20px;
  }
  .footer-bottom {
    padding-bottom: 10px !important;
  }
}



.clients-slider-item {
    grid-template-columns: repeat(1, 1fr) !important;
}


.clients-slider-item-media.before .clients-slider-item-media-img{
  filter:unset !important
}


.clients-slider-item-media.before .clients-slider-item-media-img,
.clients-slider-item-media-img{
  height: 200px !important;
  width: 100%;
    object-fit: cover;
}


.clients-slider-item-media{
  height: 194px;
}

