/*
Theme Name: Youko Child
Theme URI: http://webdesign-finder.com/youko
Author: MWTemplates
Template: youko
Author URI: http://modernwebtemplates.com/
Description: Youko - WordPress Theme
Version: 1.3.0
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: custom-header, left-sidebar, right-sidebar, post-formats, full-width-template
Text Domain: youko
Domain Path: /languages
*/

/*
** WordPress Required
*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-dt {
  background: transparent;
  border: 0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption .wp-caption-dt:empty {
  display: none;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.widget .screen-reader-text {
  display: none !important;
}

.sticky,
.bypostauthor {
  position: relative;
}
p[class*="-font-size"],
p[style*="font-size"] {
  line-height: 1.3em;
}

.main_banner_wrapper {
  color: white;
}

.main_banner .background_wrapper {
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.main_banner h2 {
  font-size: 64px;
  margin-bottom: 10px;
}

.main_banner h3 {
  margin: 30px 0;
  font-size: 32px;
}

.blog #content > .content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -10px;
}

.blog #content > .content-wrapper > .post-wrapper {
  margin: 0;
  flex: 0 0 auto;
  width: 33.33%;
  padding: 10px;
}

.blog #content > .content-wrapper > .post-wrapper > article {
  height: 100%;
}

.shortcode-team .item-content .position {
  font-size: 16px;
  margin-top: 15px;
}

.logo_dark_img {
  height: 90px;
}

.shortcode-service .service_item .excerpt {
  height: 120px;
}

.single-service ul li strong {
  color: rgb(var(--colorMain));
}

.list1 ul li:before,
ul.list1 li:before {
  transform: none;
  -webkit-transform: none;
  top: 5px;
}

.custom-vertical-items .vertical-item ul.list1 li:before {
  display: none;
}

.custom-vertical-items .vertical-item ul.list1 li {
  padding-left: 0;
}

.custom-vertical-items .vertical-item .icon-wrap {
  animation: none !important;
  transition: none !important;
}

.custom-vertical-items .vertical-item .media .media-body .title {
  color: var(--darkfontColor);
}

.custom-vertical-items .vertical-item .media .media-body .text {
  color: white;
}

.custom-vertical-items .vertical-item.full-padding {
  padding: 0;
}

.custom-vertical-items .vertical-item.full-padding .item-content {
  padding: 40px 59px;
}

.custom-vertical-items .vertical-item h4 {
  font-size: 24px;
  text-transform: none;
}

.custom-vertical-items .vertical-item .item-media img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.custom-vertical-items .vertical-item .media-links:before {
  display: none;
}

.footer-logo img {
  height: 90px;
}

.service_item .info {
  font-size: 14px;
}

.service_item .item-media img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

.shortcode-service.isotope_container .service_item {
  display: block;
}

.breadcrumb {
  display: none;
}

@media (min-width: 992px) {
  .main_banner {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 45%;
  }

  .main_banner_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .main_banner .background_wrapper {
    position: absolute;
    top: 0;
    left: 40%;
    right: 0;
    height: 100%;
    z-index: -1;
  }

  .affix .sf-menu > li > a,
  .page_header.header_5.affix-top .sf-menu > li > a {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media (max-width: 991px) {
  .header_mainmenu {
    height: 80px;
  }

  .sf-menu {
    background-color: #111;
  }

  .logo_dark_img {
    height: 55px;
  }

  .footer-logo img {
    height: 55px;
  }

  .main_banner {
    padding-top: 20px;
  }

  .main_banner .background_wrapper {
    position: relative;
    height: 250px;
    width: 100%;
  }

  .main_banner h2 {
    font-size: 45px;
  }

  .main_banner h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 15px 0 30px;
  }

  .custom-vertical-items .vertical-item.full-padding .item-content {
    padding: 30px;
  }

  .shortcode-service.isotope_container .service_item .item-content {
    padding: 40px 15px 20px;
  }
}
