@charset "UTF-8";
/*
	Theme Name: sportano blog
	Description: Master template for sportano
	Version: 1.0.1
	Author: jetplugs
	Tags:
	Text Domain: uahelp-master
	Domain Path: /languages
*/
/* THEME COLORS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*  color-white white */
/*  color-black black */
.color-1 {
  color: #071222 !important;
}

.color-2 {
  color: #6E7687 !important;
}

.color-3 {
  color: #DA3C0C !important;
}

.color-4 {
  color: #D3D7DE !important;
}

.color-5 {
  color: #F8F9FB !important;
}

.color-6 {
  color: #4C5566 !important;
}

.color-7 {
  color: #E2E4E9 !important;
}

.color-8 {
  color: #9BA4B5 !important;
}

.color-white {
  color: white !important;
}

.color-black {
  color: black !important;
}

.background-1 {
  background-color: #071222 !important;
}

.background-2 {
  background-color: #6E7687 !important;
}

.background-3 {
  background-color: #DA3C0C !important;
}

.background-4 {
  background-color: #D3D7DE !important;
}

.background-5 {
  background-color: #F8F9FB !important;
}

.background-6 {
  background-color: #4C5566 !important;
}

.background-7 {
  background-color: #E2E4E9 !important;
}

.background-8 {
  background-color: #9BA4B5 !important;
}

.background-white {
  background-color: white !important;
}

.background-black {
  background-color: black !important;
}

.background-white {
  background-color: white !important;
}

.background-black {
  background-color: black !important;
}

/* BASE STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body {
  min-height: 100%;
}

html {
  position: relative;
}

.box-shadow-sportano {
  box-shadow: 0px 24px 25px -12px rgba(76, 85, 102, 0.32);
}

.cn-text-container a {
  color: white;
}

.cn-close-icon {
  opacity: 0.8 !important;
}
.cn-close-icon::after, .cn-close-icon::before {
  background-color: white !important;
}

figure.wp-block-embed-youtube {
  margin-bottom: 48px;
  margin-top: 48px;
}
figure.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  display: block;
}
figure.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.yt-oembed {
  margin-bottom: 48px;
  margin-top: 48px;
}
.yt-oembed > p {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  display: block;
}
.yt-oembed iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*  TYPOGRAPHY
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.fw-700 {
  font-weight: 700 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.lh-0 {
  line-height: 0 !important;
}

.font-family-1 {
  font-family: "Poppins", sans-serif !important;
}

.paragraph-1, p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #071222;
  text-decoration: none;
}
@media (max-width: 768px) {
  .paragraph-1, p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }
}
.paragraph-1::-moz-selection, p::-moz-selection { /* Code for Firefox */
  color: white;
  background: #4C5566;
}
.paragraph-1::selection, p::selection {
  color: white;
  background: #4C5566;
}
.paragraph-1 a, p a {
  color: #071222;
  font-weight: 500;
  text-decoration: underline;
}
.paragraph-1 a::-moz-selection, p a::-moz-selection { /* Code for Firefox */
  color: white;
  background: #DA3C0C;
}
.paragraph-1 a::selection, p a::selection {
  color: white;
  background: #DA3C0C;
}
.paragraph-1 a:hover, p a:hover {
  text-decoration: none;
  color: #071222;
}

.paragraph-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #071222;
  text-decoration: none;
}
@media (max-width: 768px) {
  .paragraph-2 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
  }
}

.paragraph-3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #071222;
  text-decoration: none;
}

.paragraph-4 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #071222;
  text-decoration: none;
}
@media (max-width: 768px) {
  .paragraph-4 {
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}

.header-1, h1 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  line-height: 50.4px;
  font-weight: 700;
  color: #071222;
  text-decoration: none;
  letter-spacing: 0.25px;
}
@media (max-width: 768px) {
  .header-1, h1 {
    font-size: 28px;
    line-height: 39.2px;
    letter-spacing: unset;
  }
}
.header-1 > a, h1 > a {
  font-size: inherit;
  font-weight: 700;
  color: #071222;
  transition: 0.15s ease-in-out;
  line-height: inherit;
  text-decoration: none;
}
.header-1 > a:hover, h1 > a:hover {
  color: #071222;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.header-2, h2 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 39.2px;
  font-weight: 700;
  color: #071222;
  text-decoration: none;
  letter-spacing: 0.25px;
}
@media (max-width: 768px) {
  .header-2, h2 {
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: unset;
  }
}
.header-2 > a, h2 > a {
  font-size: inherit;
  font-weight: 700;
  color: #071222;
  transition: 0.15s ease-in-out;
  line-height: inherit;
  text-decoration: none;
}
.header-2 > a:hover, h2 > a:hover {
  color: #071222;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.header-3, h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #071222;
  line-height: 28px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .header-3, h3 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: unset;
  }
}
.header-3 > a, h3 > a {
  font-size: inherit;
  font-weight: 700;
  color: #071222;
  transition: 0.15s ease-in-out;
  line-height: inherit;
  text-decoration: none;
}
.header-3 > a:hover, h3 > a:hover {
  color: #071222;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.header-4, h4 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #071222;
  line-height: 24px;
  text-decoration: none;
}
.header-4 > a, h4 > a {
  font-size: inherit;
  font-weight: 700;
  color: #071222;
  transition: 0.15s ease-in-out;
  line-height: inherit;
  text-decoration: none;
}
.header-4 > a:hover, h4 > a:hover {
  color: #071222;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.btn-sportano, .wp-block-button__link {
  padding: 10px 25px;
  text-decoration: none;
  display: inline-block;
  background-color: #071222;
  font-size: 16px;
  color: white;
  font-weight: 700;
  border-radius: 30px;
  text-align: center;
  border: none;
}
.btn-sportano:hover, .wp-block-button__link:hover {
  display: inline-block;
  text-decoration: none;
  background-color: #071222;
  font-size: 16px;
  color: white;
  font-weight: 700;
}
.btn-sportano.btn-sportano-second, .wp-block-button__link.btn-sportano-second {
  background-color: #DA3C0C;
  padding: 15px 25px;
}

ul.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
ul.footer-menu li {
  display: block;
  padding: 0;
  text-transform: none;
  line-height: 30px;
  letter-spacing: 0.1px;
}
@media (max-width: 768px) {
  ul.footer-menu li {
    line-height: 40px;
  }
}
ul.footer-menu li a {
  color: #6E7687;
  font-size: inherit;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  line-height: inherit;
  letter-spacing: inherit;
}
ul.footer-menu li a:hover {
  color: #6E7687;
  text-decoration: underline;
}

hr.footer {
  opacity: 1;
  color: #6E7687;
}
hr.light {
  opacity: 1;
  color: #E2E4E9;
}

.header-wrapper {
  border-bottom: 1px solid #071222;
}
.header-wrapper ul.top-menu {
  padding-left: 0;
}

.mobile-header-segment {
  background: #f7f8fa;
  display: none;
}
.mobile-header-segment.is-active {
  display: block;
}

.header-horizontal-line {
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #071222;
}

ul.top-menu {
  position: relative;
  z-index: 5;
}

ul.top-menu > li {
  display: inline-block;
  margin: 20px 10px;
  line-height: 30px;
  letter-spacing: 0.1px;
  color: #071222;
}
ul.top-menu > li:first-child {
  padding-left: 0;
}
@media (max-width: 1402px) {
  ul.top-menu > li {
    line-height: 40px;
    margin: 15px 15px;
  }
}
@media (max-width: 768px) {
  ul.top-menu > li {
    line-height: 40px;
  }
}
ul.top-menu > li a {
  color: #071222;
  font-size: inherit;
  text-transform: uppercase;
  text-decoration: none;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: 600;
}
ul.top-menu > li a:hover {
  color: #DA3C0C;
}

li.drop-down > span {
  color: #071222;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 30px;
  letter-spacing: 0.1px;
  font-weight: 600;
  cursor: grab;
}
li.drop-down:hover .top-menu-additional-wrap {
  display: block;
}
li.drop-down:hover svg {
  transform: rotate(180deg);
  transition-duration: 500ms;
}
li.drop-down svg {
  transition-duration: 500ms;
}
li.drop-down .top-menu-additional-wrap {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: white;
  max-width: 100%;
  width: 100%;
  transform: translateX(0);
  border-radius: 10px;
  box-shadow: 0px 24px 25px -12px rgba(76, 85, 102, 0.32);
}
li.drop-down .top-menu-additional-wrap ul.top-menu-additional {
  list-style: none;
  padding: 15px 10px;
  margin: 0;
  width: 100%;
  display: block;
}
li.drop-down .top-menu-additional-wrap ul.top-menu-additional li {
  max-width: 100%;
  line-height: 1.2;
  padding: 0 10px 16px;
}
li.drop-down .top-menu-additional-wrap ul.top-menu-additional li > a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #071222;
  padding-bottom: 15px;
  border-bottom: 1px #E2E4E9 solid;
}
li.drop-down .top-menu-additional-wrap ul.top-menu-additional li > a:hover {
  color: #DA3C0C;
}
li.drop-down .top-menu-additional-wrap ul.top-menu-additional li:last-child {
  padding-bottom: 0;
}
li.drop-down .top-menu-additional-wrap ul.top-menu-additional li:last-child a:last-child {
  border-bottom: unset;
  padding-bottom: 5px;
}

ul.top-menu-mobile {
  display: block;
  list-style: none;
  padding: 15px;
  margin: 0;
}
ul.top-menu-mobile .menu-item > a {
  display: block;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 24px;
  text-decoration: none;
  color: #071222;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px -2px rgba(76, 85, 102, 0.12);
}
ul.top-menu-mobile .menu-item > a:hover {
  color: #DA3C0C;
}
ul.top-menu-mobile .menu-item + .menu-item {
  margin-top: 12px;
}

.article-flexContent {
  position: relative;
}
.article-flexContent.last-articles .img-container::after {
  padding-bottom: 50%;
}
@media (max-width: 768px) {
  .article-flexContent.last-articles .img-container::after {
    padding-bottom: 70%;
  }
}
.article-flexContent.last-articles-four .img-container::after {
  padding-bottom: 100%;
}
@media (max-width: 768px) {
  .article-flexContent.last-articles-four .img-container::after {
    padding-bottom: 70%;
  }
}
.article-flexContent .img-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 10px;
  display: block;
}
.article-flexContent .img-container::after {
  display: block;
  content: "";
  padding-bottom: 70%;
}
.article-flexContent .img-container img.lazy {
  filter: blur(15px);
  transition: filter 1s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.article-flexContent .img-container img.lazy.is-loaded {
  filter: unset;
}
.article-flexContent ul.category-sportano {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #DA3C0C;
  display: inline;
}
.article-flexContent ul.category-sportano li {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #DA3C0C;
  display: inline-block;
}
@media (max-width: 768px) {
  .article-flexContent ul.category-sportano li {
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}
.article-flexContent a.read-more {
  font-size: 14px;
  font-weight: 700;
  color: #071222;
  text-decoration: underline;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.article-flexContent a.read-more:hover {
  font-size: 14px;
  font-weight: 700;
  color: #071222;
  text-decoration: underline;
}
.article-flexContent a.read-more span {
  line-height: 20px;
}
.article-flexContent .truncate-overflow {
  position: relative;
  max-height: 42px;
  overflow: hidden;
  padding-right: 1rem;
}

textarea {
  resize: none;
}

input, textarea {
  outline-color: #6E7687;
  outline-style: none;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  color: #6E7687;
  padding: 15px 10px;
  margin: 10px 0px;
  border: 2px solid #071222;
  border-radius: 5px;
}
input:focus, textarea:focus {
  border: 2px solid #6E7687;
}

.search-main .search-results .entry .thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.pagination .pages-desc {
  font-weight: 500;
}
.pagination nav.pagination {
  display: inline-block !important;
}
.pagination nav.pagination .screen-reader-text {
  display: none;
}
.pagination nav.pagination .nav-links {
  margin: auto;
  padding: 0 1em;
}
.pagination nav.pagination .page-numbers {
  display: inline;
  border-radius: 8px;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  margin-left: 0.2em;
  margin-right: 0.2em;
  padding: 7px 12px;
  background-color: white;
  border: 2px solid #E2E4E9;
  color: #6E7687;
}
.pagination nav.pagination .page-numbers:hover {
  border: 2px solid black;
}
.pagination nav.pagination .page-numbers.prev {
  width: 2.5em;
  padding: 7px 12px;
}
.pagination nav.pagination .page-numbers.next {
  width: 2.5em;
  padding: 7px 12px;
}
.pagination nav.pagination .page-numbers.current {
  background-color: black;
  border: 2px solid black;
  color: white;
}
.pagination nav.pagination .page-numbers.dots {
  border: none;
  display: inline-block-block;
}
.pagination nav.pagination a.page-numbers {
  color: #6E7687;
  border: 2px solid #E2E4E9;
  text-decoration: none;
}
.pagination nav.pagination a.page-numbers:hover {
  background-color: #071222;
  color: white;
}

/* BREADCRUMB
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ol.breadcrumb-tmc {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  overflow: hidden;
  display: flex;
  align-items: center !important;
  white-space: nowrap;
}
ol.breadcrumb-tmc span.breadcrumb-tmc-separator svg#chevrons-right-grey {
  max-width: unset !important;
}
ol.breadcrumb-tmc span.breadcrumb-tmc-separator svg#chevrons-right-grey path {
  stroke: #D3D7DE;
}
ol.breadcrumb-tmc li:first-letter {
  text-transform: uppercase;
}
ol.breadcrumb-tmc li span {
  color: #071222;
  line-height: 1;
  font-weight: 400;
  font-size: 15px;
}
ol.breadcrumb-tmc li a {
  font-weight: inherit;
  line-height: 2.1;
  font-size: 15px;
  color: #071222;
  text-decoration: underline;
}
ol.breadcrumb-tmc li a:hover {
  color: #071222;
  font-weight: inherit;
}
ol.breadcrumb-tmc li a:hover::before {
  opacity: 1;
  border-color: #D3D7DE;
}
ol.breadcrumb-tmc .breadcrumb-tmc-separator {
  padding: 0 5px;
}

.background-4 ol.breadcrumb-tmc span {
  color: white;
}
.background-4 ol.breadcrumb-tmc a {
  color: white;
}
.background-4 ol.breadcrumb-tmc a:hover {
  color: white;
}
.background-4 ol.breadcrumb-tmc a::before {
  color: white;
  border-bottom: 2px solid white;
}
.background-4 ol.breadcrumb-tmc a:hover {
  color: white;
  text-decoration: none;
}
.background-4 ol.breadcrumb-tmc a:hover::before {
  opacity: 1;
  border-color: white;
}

ul.category-sportano {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #DA3C0C;
  display: inline;
}
ul.category-sportano li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #DA3C0C;
  display: inline-block;
  margin-bottom: 0;
}
ul.category-sportano li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #DA3C0C;
  text-decoration: none;
}
@media (max-width: 768px) {
  ul.category-sportano li a {
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}

.truncate-overflow {
  position: relative;
  max-height: 42px;
  overflow: hidden;
  padding-right: 1rem;
}

.the-content p + h2, .the-content h3 {
  margin-top: 55px;
}
.the-content h2, .the-content h3 + p {
  margin-top: 25px;
}
.the-content p {
  margin-bottom: 20px;
}
.the-content blockquote + p {
  margin-top: 20px;
}
.the-content p > img, .the-content figure.wp-block-image > img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 10px !important;
  box-shadow: 0px 24px 25px -12px rgba(76, 85, 102, 0.32);
  margin-bottom: 30px;
  margin-top: 30px;
}
.the-content ul + ul {
  margin-bottom: 10px;
}
.the-content ul + p {
  margin-top: 25px;
}
.the-content ul {
  margin-bottom: 8px;
}
.the-content ul li {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
}
.the-content ul li p {
  margin-bottom: 8px;
  line-height: 28px;
}
.the-content ol li {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.the-content ol li p {
  margin-bottom: 10px;
}
.the-content blockquote {
  color: #071222;
  font-size: 18px;
  width: 100%;
  margin: 0;
  padding-left: 40px;
  line-height: 28px;
  border-left: 2px solid #9BA4B5;
  font-weight: 500;
  font-style: italic;
}
.the-content blockquote cite {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 28px;
  font-style: italic;
}
.the-content blockquote cite:before {
  content: "";
}

th, td {
  font-family: "Poppins", sans-serif;
}

th {
  padding: 12px 15px;
  text-align: center;
  border-bottom: 2px solid #E2E4E9;
  color: #E2E4E9;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid #E2E4E9;
  color: #071222;
  font-size: 16px;
}

th:first-child, td:first-child {
  padding-left: 0;
}

th:last-child, td:last-child {
  padding-right: 0;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: absolute;
    top: -46px;
  }
}
.vertical-align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-opineo .footer-opineo__title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  display: block;
  font-weight: 700;
  color: #071222;
  text-decoration: none;
}
.footer-opineo .footer-opineo__rating {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #071222;
  text-decoration: none;
}

.post-contents-menu {
  border-radius: 5px;
  border: 1px solid rgb(211, 215, 222);
}
.post-contents-menu ol.contents-menu-list-item li {
  line-height: 38px;
}
.post-contents-menu ol.contents-menu-list-item li a.item-text {
  color: #071222;
}

.post-contents-summary {
  border-radius: 5px;
  border: 1px solid rgb(211, 215, 222);
}
.post-contents-summary ol.contents-menu-list-item li {
  line-height: 38px;
}
.post-contents-summary ol.contents-menu-list-item li a.item-text {
  color: #071222;
}

.featured-img-lazy-jet {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: var(--lazy-jet-ratio);
  background: rgba(0, 0, 0, 0.05);
}
.featured-img-lazy-jet img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: opacity 400ms;
  object-fit: cover;
}
.featured-img-lazy-jet img.lazy-jet:not(.clone) {
  z-index: 2;
  filter: blur(15px);
  transition: opacity 400ms;
}
.featured-img-lazy-jet img.lazy-jet.clone {
  z-index: 2;
  opacity: 0;
  filter: unset;
}
.featured-img-lazy-jet img.lazy-jet.clone.is-loaded {
  opacity: 1;
}
