/*!
Theme Name: iscofita
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: iscofita
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.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

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

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* =WordPress Core
-------------------------------------------------------------- */
.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 {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.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: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.woof_block_html_items input,
.woof_checkbox_count,
.woof_sid_auto_shortcode {
  display: none !important;
}

.woof_container_inner h4,
.woof_container_inner .likeh4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  min-height: 60px;
  padding: 15px 19px 15px 29px;
  color: #3e3e3e;
  background-color: #f4f8f9;
  position: relative;
  transition: all 0.35s ease;
  margin-top: 0;
}

.woof_container_inner h4:hover,
.woof_container_inner .likeh4:hover{
  background-color: transparent;
  color: #e94c04;
}

.woof_container_inner h4 a,
.woof_container_inner .likeh4 a{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  color: transparent;
}

.woof_container_inner h4 a::after,
.woof_container_inner .likeh4 a::after{
  content: '\e902';
  font-size: 16px;
  margin-left: 10px;
  transition: transform 0.35s ease 0s;
  color: #e94c04;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: 'icons' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.woof_container_inner h4 a.woof_front_toggle_opened::after,
.woof_container_inner .likeh4 a.woof_front_toggle_opened::after {
  transform: translateY(-50%) rotate(90deg);
}

.woof_block_html_items {
  padding: 0px 30px 27px 26px;
}

.woof_block_html_items label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  color: #3e3e3e;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.35s ease;
}

.woof_block_html_items label:hover {
  color: #e94c04;
}

.woof_block_html_items label::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #e94c04;
  display: none;
}

.woof_block_html_items input:checked ~ label::after {
  display: block;
}

.woof_container {
  padding-bottom: 0 !important;
}

.card__slider .slick-slide img {
  margin-left: auto;
  margin-right: auto;
}

.card__slider .wpgis-slider-for {
  margin-bottom: 10px;
  border: 1px solid #e3e8ec;
}

.card__slider .wpgis-slider-nav .slick-slide {
  display: flex !important;
  overflow: hidden;
  margin: 0 5px !important;
  cursor: pointer;
  transition: border-color 0.35s ease 0s;
  border: 1px solid #e3e8ec;
  align-items: center;
  justify-content: center;
}

.card__slider .wpgis-slider-nav .slick-slide.slick-current {
  border-color: #e94c04;
}

.wpgis-slider-for .btn-prev,
.wpgis-slider-for .btn-next {
  opacity: 1;
  margin: 0;

  display: flex;
  width: 53px;
  height: 59px;
  transition: all 0.35s ease 0s;
  color: #6fcbcf;
  border: 1px solid #e3e8ec;
  background-color: #f4f8f9;
  align-items: center;
  justify-content: center;
  z-index: 4 !important;
}

.c-card__structure {
  margin-bottom: 30px;
}

.c-card__structure h2, .c-card__structure .likeh2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
  color: #3e3e3e;
}

@media screen and (max-width: 992px) {
  .c-card__structure h2, .c-card__structure .likeh2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .c-card__structure h2, .c-card__structure .likeh2 {
    font-size: 16px;
  }
}

.c-card__structure ul {
  margin-bottom: 15px;
}

.c-card__structure ul > li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  display: block;
  padding-left: 9px;
  color: #3e3e3e;
}

.c-card__structure ul > li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  content: '';
  border-radius: 50%;
  background-color: #e94c04;
}

.bet__image img {
  height: 70px;
}

.images > img {
  min-width: 100%;
}

.promo {
  display: none;
}

.promo._show {
  display: block;
}

.wpml-ls-legacy-dropdown {
  width: auto;
}

.wpml-ls-legacy-dropdown a {
  border-width: 0;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.wpml-ls-sub-menu {
  top: 100% !important;
  left: 50% !important;
  right: auto !important;
  display: flex;
  flex-direction: column;
  padding: 15px !important;
  transition: all 0.4s ease;
  transform: translate(-50%, 20px) !important;
  text-align: center;
  pointer-events: none;
  background-color: #e94c04;
  align-items: center;

  /* visibility: visible !important;
  transform: translate(-50%, 0) !important;
  pointer-events: all !important;
  opacity: 1 !important;
  border-top: 0 !important; */
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border-width: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  padding: 0;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
  color: #fff;
  text-decoration: underline;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
  background-color: transparent;
  color: #e94c04;
}

.wpml-ls-legacy-dropdown
  .wpml-ls-current-language:hover
  > a
  ~ .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown a:focus ~ .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown a:hover ~ .wpml-ls-sub-menu {
  visibility: visible;
  transform: translate(-50%, 0) !important;
  pointer-events: all;
  opacity: 1;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
  content: '\e901';
  font-size: 7px;
  margin-left: 6.29px;
  transition: all 0.35s ease;
  color: #000;
  font-family: 'icons' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-width: 0;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover::after {
  transform: rotate(-180deg);
  color: #e94c04;
}

.sitemap-item a {
  color: #e94c04;
}

.sitemap-item a:hover {
  color: #000;
}

a,
.slick-slide {
  outline: none !important;
}

.aud__txt ol,
.need__content ol,
.need__line-content ol{
  list-style: decimal;
  padding-left: 1rem;
}


.aud__txt ul,
.need__content ul,
.need__line-content ul {
  list-style: none;
}

.aud__txt ul > li,
.need__content ul > li,
.need__line-content ul > li {
  position: relative;
  padding-left: 14px;
}

.aud__txt ul > li::before,
.need__content ul > li::before,
.need__line-content ul > li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  content: '';
  border-radius: 50%;
  background-color: #e94c04;
}

.likeh4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.cli-tab-container .likeh4 {
  font-family: inherit;
  font-size: 16px;
  margin: 10px 0 15px;
}

.privacy-link {
  color: #e94c04;
  text-decoration: none;
  font-weight: 600;
}

.privacy-link:hover {
  color: #e94c04;
}

.popup-home .form__check {
  margin-bottom: 0;
}

.popup-home .form__check .wpcf7-list-item {
  padding-top: 10px;
}

.popup-home .form__check input ~ span {
  color: #3e3e3e;
}

.popup-home .form__check input ~ span:after {
  border-radius: 2px;
  border: 2px solid #F65004;
}

.sidebar_articles-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #3e3e3e;
  padding-bottom: 15px;
}

.sidebar_articles .news__content {
  padding: 15px 20px;
}

.sidebar_articles .news__pic {
  height: 270px;
}

.sidebar_articles .news__desc {
  line-height: 1.3;
  margin-bottom: 15px;
}

.sidebar_articles .news__name {
  margin-bottom: 15px;
}
.sidebar_articles, .article__slide {
  width: 315px;
}
.articles__slider  {
  width: 100%;
}

.sidebar__arrow {
  transition: color 0.35s ease 0s;
  color: #e94c04;
}
.sidebar__controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .sidebar__controls {
    display: none;
  }
}
.sidebar__arrow {
  display: inline-flex;

  transition: color 0.35s ease 0s;

  color: #e94c04;
}
.sidebar__arrow:hover {
  color: #6fcbcf;
}
.sidebar__arrow:not(:last-child) {
  margin-right: 20px;
}
.sidebar__arrow--prev .sidebar__arrow_icn {
  display: inline-block;

  transform: scale(-1, 1);
}
.sidebar__arrow_icn {
  font-size: 8px;
}

.related .box__name {
  min-height: 68px;
}