@charset "UTF-8";
/*
Theme Name: Zougla
Theme URI: https://extend.gr/
Author: eXtend
Author URI: https://extend.gr/
Text Domain: zougla
Tags: news portal
*/
:root {
  --var_red:$red;
  --var_blue:$blue;
  --var_darkblue:$darkblue;
  --var_teal:$teal;
  --var_green:$green;
  --var_orange:$orange;
  --var_gold:$gold;
  --var_yellow:$yellow;
  --var_darkb:$darkb;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html {
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: kern 1;
  -webkit-font-kerning: normal;
  -webkit-text-size-adjust: 100%;
  font-display: swap;
  font-family: "Arial", serif;
  font-size: 9px;
  font-kerning: normal;
  font-feature-settings: kern 1;
  outline: 0;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.5;
  font-family: "Ubuntu", sans-serif;
}
body .content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1500px;
  width: 100%;
}
@media (min-width: 1023px) {
  body.fixed-menu main, body.fixed-menu #home-leader {
    margin-top: 62px;
  }
}
body.side-menu-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

header {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
header #header-top {
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  display: flex;
  justify-content: center;
}
header #header-top ul#top-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
header #header-top ul#top-links li {
  margin: 0 8px;
}
header #header-top ul#top-links li a {
  font-size: 12px;
  font-weight: 700;
  color: #6c747f;
  display: block;
  text-decoration: none;
}
header #header-top ul#top-links li a:hover {
  color: #f2c13d;
}
@media (max-width: 1023px) {
  header #header-top {
    display: none;
  }
}
header #header-middle {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 180px;
  display: flex;
  align-items: center;
}
header #header-middle:before, header #header-middle:after {
  content: "";
  position: absolute;
  width: 40%;
  z-index: 1;
  display: block;
  height: 100%;
  opacity: 0.8;
  z-index: 0;
}
header #header-middle:before {
  left: 0;
  right: initial;
  background: transparent linear-gradient(271deg, rgba(0, 0, 0, 0) 0, #000 100%) 0 0 no-repeat padding-box;
}
header #header-middle:after {
  top: 0;
  right: 0;
  background: transparent linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 100%) 0 0 no-repeat padding-box;
}
header #header-middle #header-middle-contents {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header #header-middle #header-middle-contents #header-middle-left {
  width: 33%;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: center;
}
header #header-middle #header-middle-contents #header-middle-left #burger-menu {
  width: 40px;
  cursor: pointer;
}
header #header-middle #header-middle-contents #header-middle-left #burger-menu span {
  height: 4px;
  background: #ffffff;
  display: block;
  width: 100%;
  margin: 5px 0;
}
header #header-middle #header-middle-contents #header-middle-left #curr_date_time {
  margin-left: 3rem;
  display: flex;
  align-items: center;
}
header #header-middle #header-middle-contents #header-middle-left #curr_date_time #curr_date {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.35px;
}
header #header-middle #header-middle-contents #header-middle-left #curr_date_time #curr_time {
  margin-left: 6px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1320px) {
  header #header-middle #header-middle-contents #header-middle-left #curr_date_time {
    display: block;
  }
  header #header-middle #header-middle-contents #header-middle-left #curr_date_time #curr_time {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  header #header-middle #header-middle-contents #header-middle-left #curr_date_time {
    display: none;
  }
}
@media (max-width: 768px) {
  header #header-middle #header-middle-contents #header-middle-left {
    width: 15%;
  }
}
header #header-middle #header-middle-contents #logo {
  width: 34%;
  max-width: 342px;
  text-align: center;
}
header #header-middle #header-middle-contents #logo img {
  max-width: 100%;
  filter: drop-shadow(2px 1px 1px #5a4202);
}
header #header-middle #header-middle-contents #logo a {
  display: block;
  transition: all 0.3s ease;
}
header #header-middle #header-middle-contents #logo a:hover {
  transform: scale(1.05);
}
@media (max-width: 1180px) {
  header #header-middle #header-middle-contents #logo a {
    font-size: 8rem;
  }
}
@media (max-width: 1023px) {
  header #header-middle #header-middle-contents #logo a {
    font-size: 7rem;
  }
}
@media (max-width: 560px) {
  header #header-middle #header-middle-contents #logo a {
    font-size: 6rem;
  }
}
@media (max-width: 480px) {
  header #header-middle #header-middle-contents #logo a {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  header #header-middle #header-middle-contents #logo {
    width: 70%;
  }
}
header #header-middle #header-middle-contents #header-middle-right {
  width: 33%;
  text-align: right;
}
header #header-middle #header-middle-contents #header-middle-right svg rect {
  fill: #ffffff;
}
header #header-middle #header-middle-contents #header-middle-right #weather {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 270px;
  margin-left: auto;
  padding-bottom: 10px;
  align-items: flex-end;
}
header #header-middle #header-middle-contents #header-middle-right #weather #weather-details {
  color: white;
  display: flex;
  align-items: flex-end;
}
header #header-middle #header-middle-contents #header-middle-right #weather #weather-details #temperature {
  font-size: 2rem;
  margin-left: 12px;
}
header #header-middle #header-middle-contents #header-middle-right #weather select {
  font-size: 15px;
  font-weight: 700;
  color: white;
  background-color: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: center right;
  border-color: transparent;
  box-shadow: none;
  padding: 5px 0 5px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  width: 170px;
  letter-spacing: -0.35px;
  margin-left: 10px;
  outline: none;
  position: relative;
  top: 2px;
}
header #header-middle #header-middle-contents #header-middle-right #weather select:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
header #header-middle #header-middle-contents #header-middle-right #weather select option {
  font-size: 16px;
  color: #000;
  background-color: #f1f1f1;
}
@media (max-width: 1023px) {
  header #header-middle #header-middle-contents #header-middle-right #weather {
    display: none;
  }
}
header #header-middle #header-middle-contents #header-middle-right #sosial-header {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1;
  margin-top: 0px;
  padding-top: 15px;
}
header #header-middle #header-middle-contents #header-middle-right #sosial-header a {
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 4px;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  margin: 0 5px;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}
header #header-middle #header-middle-contents #header-middle-right #sosial-header a > svg path {
  fill: #ffffff;
}
header #header-middle #header-middle-contents #header-middle-right #sosial-header a:hover {
  border-color: #f2c13d;
}
header #header-middle #header-middle-contents #header-middle-right #sosial-header a:hover > svg path, header #header-middle #header-middle-contents #header-middle-right #sosial-header a:hover > svg rect {
  fill: #f2c13d;
}
@media (max-width: 769px) {
  header #header-middle #header-middle-contents #header-middle-right #sosial-header a.social-elem {
    display: none;
  }
}
header #header-middle #header-middle-contents #header-middle-right #search {
  border-left: 1px solid #FFF;
  padding-left: 10px;
  margin-left: 5px;
}
header #header-middle #header-middle-contents #header-middle-right #search #search-btn {
  cursor: pointer;
}
header #header-middle #header-middle-contents #header-middle-right #search #search-btn:hover svg path {
  stroke: #f2c13d;
}
@media (max-width: 769px) {
  header #header-middle #header-middle-contents #header-middle-right #search {
    border-left: none;
    padding-left: 0;
  }
}
header #header-middle #header-middle-contents #header-middle-right #search-form-container {
  display: none;
}
@media (max-width: 768px) {
  header #header-middle #header-middle-contents #header-middle-right {
    width: 15%;
  }
}
@media (max-width: 1023px) {
  header #header-middle {
    height: 150px;
  }
}
@media (max-width: 560px) {
  header #header-middle {
    height: 110px;
    background-position-x: 60%;
  }
  header #header-middle:before, header #header-middle:after {
    opacity: 0.6;
  }
}
header #header-bottom {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
header #header-bottom .primary-menu {
  background-color: #ffffff;
}
header #header-bottom ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
header #header-bottom ul li {
  position: relative;
  padding: 8px 5px;
  font-size: 15px;
  white-space: nowrap;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
header #header-bottom ul li.highlited-menu:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: red;
}
header #header-bottom ul li a {
  color: #000;
}
header #header-bottom ul li:hover, header #header-bottom ul li.current-menu-item, header #header-bottom ul li.current-menu-ancestor, header #header-bottom ul li.current-post-ancestor {
  background-color: #000;
}
header #header-bottom ul li:hover > a, header #header-bottom ul li.current-menu-item > a, header #header-bottom ul li.current-menu-ancestor > a, header #header-bottom ul li.current-post-ancestor > a {
  color: #ffffff;
}
header #header-bottom ul li:hover > .sub-menu {
  display: block;
}
header #header-bottom ul.sub-menu {
  display: none;
  position: absolute;
  background: #f5f4ee;
  z-index: 2;
  top: 100%;
  padding: 5px 15px;
  font-size: 12px !important;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
  left: 0;
}
header #header-bottom ul.sub-menu li {
  font-size: 13px;
}
header #header-bottom .secondary-menu {
  background: #f2c13d;
}
@media (max-width: 1023px) {
  header #header-bottom {
    display: none;
  }
}
header.fixed-header #header-bottom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
header.fixed-header.show-header #header-bottom {
  opacity: 1;
}
header.fixed-header.hide-header #header-bottom {
  opacity: 0;
}

.post-category {
  margin-bottom: 12px;
}
.post-category span {
  font-size: 14px;
  font-weight: 600;
  color: #00184F;
  line-height: 1;
  padding-bottom: 3px;
  border-bottom: 3px solid #f2c13d;
  text-transform: uppercase;
}

h1 {
  font-size: 4.1rem;
  font-weight: 600;
  color: black;
  max-width: 650px;
  line-height: 1.2;
  letter-spacing: -0.75px;
}
h1.page-title {
  font-size: 5rem;
  font-weight: 800;
  color: black;
  display: inline-block;
  position: relative;
  line-height: 0.8;
  letter-spacing: -0.15px;
  font-family: "Arial Black";
  text-transform: uppercase;
  margin: 0;
}
h1.page-title:after {
  content: "";
  background-color: #f2c13d;
  display: block;
  height: 5px;
  margin-bottom: 8px;
  margin-top: 5px;
}
@media (max-width: 1023px) {
  h1.page-title {
    font-size: 3.6rem;
  }
}
@media (max-width: 560px) {
  h1.page-title {
    font-size: 2.8rem;
    line-height: 1;
  }
}

h2.section-header {
  font-size: 5rem;
  font-weight: 800;
  color: black;
  display: inline-block;
  position: relative;
  line-height: 0.8;
  letter-spacing: -0.15px;
  text-transform: uppercase;
  font-family: "Arial Black";
  margin: 0.75rem 0 1.5rem;
}
h2.section-header:after {
  content: "";
  background-color: #f2c13d;
  display: block;
  height: 5px;
  margin-bottom: 8px;
  margin-top: 5px;
}
h2.section-header a {
  color: #000;
}
h2.section-header a:hover, h2.section-header a:focus {
  color: #4a4a4a;
}
@media (max-width: 1023px) {
  h2.section-header {
    font-size: 3.6rem;
  }
}
@media (max-width: 560px) {
  h2.section-header {
    font-size: 2.8rem;
  }
}

.container {
  width: 100%;
  max-width: 1500px;
  padding: 0 15px;
  margin: 0 auto;
}
.container__narrow {
  max-width: 1200px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .container__narrow {
    padding: 0 5px;
  }
}
.container__medium {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 560px) {
  .container__medium {
    padding: 0 5px;
  }
}
@media (max-width: 560px) {
  .container {
    padding: 0 5px;
  }
}

.make-flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-between {
  justify-content: space-between;
}

.left-part {
  width: calc(100% - 345px);
  padding-right: 3rem;
}
@media (max-width: 1280px) {
  .left-part {
    padding-right: 2rem !important;
  }
}
@media (max-width: 1023px) {
  .left-part {
    width: calc(100% - 300px);
    padding-right: 1.5rem !important;
  }
}
@media (max-width: 768px) {
  .left-part {
    width: 100%;
    padding-right: 0 !important;
  }
}

.single .left-part {
  padding-right: 5rem;
}
@media (max-width: 1280px) {
  .single .left-part {
    padding-right: 3rem;
  }
}
@media (max-width: 1023px) {
  .single .left-part {
    padding-right: 1.5rem;
  }
}

.right-part {
  width: 345px;
}
@media (max-width: 1023px) {
  .right-part {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .right-part {
    display: none;
  }
}

figure {
  margin: 0;
}
figure.thumb-holder {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 20%;
  object-position: center 20%;
  width: 100%;
  height: 0;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}
figure.thumb-holder img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 20%;
  object-position: center 20%;
  width: 100%;
  height: 100%;
}

article:not(.sidebar-article) h3 {
  margin: 0;
}
article:not(.sidebar-article) h3 a {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.75px;
  line-height: 1.1;
}
article:not(.sidebar-article) h3 a:hover {
  color: #d09d29 !important;
}
article:not(.sidebar-article):not(.single-article):hover a {
  color: #d09d29 !important;
}
article:not(.sidebar-article):not(.single-article):hover img {
  transform: scale(1.05);
}
article:not(.sidebar-article) .post-excerpt {
  font-size: 17px;
  font-weight: 400;
  color: #666;
  line-height: 1.2;
  margin: 8px 0;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  clear: both;
}
@media (max-width: 1023px) {
  article:not(.sidebar-article) .post-excerpt {
    display: none;
  }
}
article:not(.sidebar-article) .post-date {
  font-size: 13px;
  display: inline-block;
  color: #333333;
  margin: 16px 0 0;
}
article:not(.sidebar-article) .post-date:before {
  background: transparent radial-gradient(closest-side at 50% 50%, #27ae60 0%, rgba(104, 0, 31, 0) 100%) 0% 0% no-repeat padding-box;
  position: relative;
  content: "";
  display: block;
  width: 100%;
  max-width: 100px;
  height: 1px;
  margin-bottom: 8px;
}
article:not(.sidebar-article).default-post-layout {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
article:not(.sidebar-article).default-post-layout .entry-content {
  background-color: #f1f1f1;
  margin-top: 0;
  padding: 10px 17px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

article.single-right {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  width: 100%;
}
article.single-right .entry-content {
  width: 34%;
  padding-right: 25px;
}
article.single-right .entry-content h3 > a {
  font-size: 3.6rem;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}
@media (max-width: 1025px) {
  article.single-right .entry-content h3 > a {
    font-size: 3rem;
  }
}
@media (max-width: 560px) {
  article.single-right .entry-content h3 > a {
    font-size: 2.5rem;
  }
}
@media (max-width: 1025px) {
  article.single-right .entry-content {
    width: 100%;
    padding-top: 12px;
    padding-right: 0;
  }
}
article.single-right figure.thumb-holder {
  height: 100%;
}
article.single-right .entry-header {
  width: 66%;
  height: 100%;
}
@media (max-width: 1025px) {
  article.single-right .entry-header {
    width: 100%;
  }
}
@media (max-width: 1025px) {
  article.single-right {
    flex-direction: column-reverse;
  }
}

.entry-header {
  position: relative;
}

.post-label {
  background-color: #f2c13d;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 1;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.post-label.label-video {
  background-image: url(/wp-content/themes/zougla/images/play_arrow.svg);
}
.post-label.label-audio {
  background-image: url(/wp-content/themes/zougla/images/audio_icon.svg);
}
.post-label.label-image {
  background-image: url(/wp-content/themes/zougla/images/photo_icon.svg);
}

.aligned-items {
  position: relative;
  height: 100%;
}
.aligned-items .article-wrapper {
  height: 100%;
}
.aligned-items .article-wrapper article {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.aligned-items .article-wrapper article .entry-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.column3 .article-wrapper {
  width: calc(33.33333% - 2rem);
}
@media (max-width: 1280px) {
  .column3 .article-wrapper {
    width: calc(33.33333% - 1.5rem);
  }
}
@media (max-width: 1023px) {
  .column3 .article-wrapper:nth-child(2) {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .column3 .article-wrapper:nth-child(3), .column3 .article-wrapper:last-child {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 560px) {
  .column3 .article-wrapper:nth-child(3), .column3 .article-wrapper:last-child {
    width: 100%;
  }
}

.column4 .article-wrapper, .column4 .article-replacement {
  width: calc(25% - 2rem);
}
@media (max-width: 1280px) {
  .column4 .article-wrapper, .column4 .article-replacement {
    width: calc(25% - 1.5rem);
  }
}
@media (max-width: 1023px) {
  .column4.layout-1 .article-wrapper {
    width: calc(50% - 0.8rem);
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 560px) {
  .column4.layout-1 .article-wrapper {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .column4.layout-2 .article-wrapper {
    width: calc(33.333333% - 1rem);
  }
}
@media (max-width: 768px) {
  .column4.layout-2 .article-wrapper {
    width: calc(50% - 0.8rem);
  }
}
@media (max-width: 560px) {
  .column4.layout-2 .article-wrapper {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .column4.layout-2 > .article-wrapper:last-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .column4.layout-2 > .article-wrapper:nth-child(4) {
    display: none;
  }
}
.column4 .single-right .entry-header {
  height: 100%;
}
.column4 .single-right .entry-header figure.thumb-holder {
  height: 100%;
}
.column4.same-layout .article-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .column4.same-layout .article-wrapper {
    width: calc(33.333333% - 1rem);
    margin-bottom: 1.5rem;
  }
  .column4.same-layout .article-wrapper:nth-child(7), .column4.same-layout .article-wrapper:last-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .column4.same-layout .article-wrapper {
    width: calc(50% - 0.8rem);
  }
}
@media (max-width: 560px) {
  .column4.same-layout .article-wrapper {
    width: 100%;
  }
}

.simple-section .container-inner {
  border: none;
  border-top: 6px solid #f2c13d;
  border-bottom: 1px solid #f2c13d;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.simple-section .container-inner .section-header {
  font-size: 4.5rem;
  margin: 0 0 1.75rem;
}
.simple-section .container-inner .section-header:after {
  content: none;
}
@media (max-width: 1023px) {
  .simple-section .container-inner .section-header {
    font-size: 3.6rem;
  }
}
@media (max-width: 560px) {
  .simple-section .container-inner .section-header {
    font-size: 2.8rem;
  }
}

.top-section {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: solid 1px #000;
  width: 100%;
}
.top-section .single-right {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  width: 74.6666667%;
}
@media (max-width: 1023px) {
  .top-section .single-right {
    width: 66.25%;
  }
}
@media (max-width: 768px) {
  .top-section .single-right {
    width: 100%;
    margin-bottom: 1.5rem !important;
  }
}
.top-section.two-main .article-wrapper {
  width: calc(50% - 1.25rem);
}
@media (max-width: 1023px) {
  .top-section.two-main .article-wrapper {
    width: calc(50% - 0.8rem);
  }
}
@media (max-width: 768px) {
  .top-section.two-main .article-wrapper {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .top-section:not(.two-main) .article-wrapper, .top-section:not(.two-main) .article-replacement {
    width: calc(33.75% - 2rem);
  }
}
@media (max-width: 768px) {
  .top-section:not(.two-main) .article-wrapper, .top-section:not(.two-main) .article-replacement {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top-section {
    padding-bottom: 0;
  }
}

.one-main-two-smallest .article-wrapper:first-child {
  width: calc(50% - 1.25rem);
}
@media (max-width: 1023px) {
  .one-main-two-smallest .article-wrapper {
    width: calc(33.33333% - 1rem) !important;
  }
}
@media (max-width: 768px) {
  .one-main-two-smallest .article-wrapper {
    width: calc(50% - 0.8rem) !important;
  }
  .one-main-two-smallest .article-wrapper:last-child {
    display: none;
  }
}
@media (max-width: 560px) {
  .one-main-two-smallest .article-wrapper {
    width: 100% !important;
  }
}

.readmore {
  margin-top: 1.5rem;
}
.readmore a:hover {
  color: #d09d29;
}
.readmore a:hover svg path {
  fill: #d09d29;
}

footer {
  position: relative;
  margin-top: 3rem;
  background-color: rgba(249, 249, 249, 0.8);
  border-top: 1px solid #ddd;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
footer .content-wrapper {
  position: relative;
}
footer #footer-logo {
  text-align: center;
}
footer #footer-logo a {
  display: block;
  font-size: 9rem;
  font-weight: 600;
  color: #f2c13d;
  text-decoration: none;
  text-shadow: 2px 1px 1px #5a4202;
  letter-spacing: -3px;
  line-height: 1;
}
@media (max-width: 560px) {
  footer #footer-logo a {
    font-size: 5rem;
  }
}
footer #footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.75rem;
  margin-bottom: 4.5rem;
}
footer #footer-social a {
  border: 2px solid #000;
  border-radius: 100%;
  padding: 8px;
  width: 46px;
  height: 46px;
  box-sizing: border-box;
  margin: 0 10px;
  display: flex;
  align-items: center;
}
footer #footer-social a:hover {
  border-color: #f2c13d;
}
footer #footer-social a:hover > svg path, footer #footer-social a:hover > svg rect {
  fill: #f2c13d;
}
@media (max-width: 560px) {
  footer #footer-social a {
    padding: 5px;
    width: 32px;
    height: 32px;
  }
}
footer .footer-menu ul, footer .footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-menu {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 3rem;
  padding: 1.5rem 0;
}
footer .footer-menu ul#footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 6;
  column-gap: 1rem;
  text-align: left;
}
footer .footer-menu ul#footer-menu li {
  padding: 3px 0;
  opacity: 0.6;
}
footer .footer-menu ul#footer-menu li:hover {
  opacity: 1;
}
footer .footer-menu ul#footer-menu li a {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  footer .footer-menu {
    display: none;
  }
}
footer .footer-links {
  margin-top: 4.25rem;
}
footer .footer-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
footer .footer-links ul a {
  font-size: 1.7rem;
  font-weight: 500;
  color: #000;
  padding: 0 12px;
  text-transform: uppercase;
}
footer .footer-links ul a:hover {
  color: #f2c13d;
}

#background-overlay {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.side-menu-active #mega-box-menu {
  opacity: 1;
  left: 0;
  width: 100%;
  z-index: 3;
  visibility: visible;
}
@media (max-width: 768px) {
  .side-menu-active #mega-box-menu {
    overflow-y: auto;
    bottom: 0;
  }
}
.side-menu-active #background-overlay {
  opacity: 1;
  z-index: 1;
  display: block;
}

#mega-box-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 0;
  transition: all 0.3s ease;
  top: 0;
  padding: 2rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  width: 100%;
  z-index: 3;
}
#mega-box-menu .container {
  position: relative;
}
@media (max-width: 768px) {
  #mega-box-menu .container {
    padding: 0;
  }
}
#mega-box-menu .container #closem {
  width: 44px;
  position: absolute;
  left: 20px;
  cursor: pointer;
  background-color: #f4f4f4;
  padding: 10px;
  line-height: 0;
}
@media (max-width: 768px) {
  #mega-box-menu .container #closem {
    width: 36px;
    left: 0;
  }
  #mega-box-menu .container #closem img {
    width: 16px;
    height: 16px;
  }
}
#mega-box-menu .container .mega-logo {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 3rem;
}
#mega-box-menu .container .mega-logo .main-logo {
  font-size: 6rem;
  font-weight: 700;
  color: #f2c13d;
  display: block;
  text-align: center;
  text-shadow: 2px 1px 1px #5a4202;
  letter-spacing: -3px;
  line-height: 1;
  transition: all 0.3s ease;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #mega-box-menu .container .mega-logo .main-logo {
    font-size: 5rem;
  }
}
@media (max-width: 480px) {
  #mega-box-menu .container .mega-logo {
    padding-top: 0;
  }
}
#mega-box-menu .container #mega-menu {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
  column-rule-style: solid;
  column-gap: 40px;
  column-rule-color: #DDD;
  padding: 0;
}
#mega-box-menu .container #mega-menu li {
  font-size: 1.8rem;
  list-style: none;
  display: block;
  width: 100%;
  line-height: 1;
  font-weight: 500;
  padding: 10px 0;
  padding-top: 0;
  padding-bottom: 15px;
}
#mega-box-menu .container #mega-menu li a {
  color: #222;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #mega-box-menu .container #mega-menu li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  #mega-box-menu .container #mega-menu {
    columns: initial;
    -webkit-columns: initial;
    -moz-columns: initial;
  }
}

.read-more {
  margin-top: 3px;
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.read-more svg {
  margin-left: 10px;
}

main.error-404 {
  text-align: center;
  margin: 5rem 0 9rem;
}
main.error-404 .msg-404 {
  font-size: 16vw;
  font-weight: 900;
  color: #00184F;
  line-height: 16vw;
}
main.error-404 h2 {
  font-size: 4rem;
  margin-bottom: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #565e67;
  letter-spacing: -0.55px;
}
main.error-404 a {
  color: #00184F;
  text-decoration: underline;
  font-size: 20px;
}
main.error-404 a:hover {
  color: #f2c13d;
}

.search-results h1.page-title, .search-no-results h1.page-title {
  font-size: 32px;
  max-width: none;
}
.search-results h1.page-title span, .search-no-results h1.page-title span {
  color: #4a4a4a;
}

.page-layout {
  margin: 3.75rem 0 8rem;
}
.page-layout .page-contents p, .page-layout .page-contents div, .page-layout .page-contents ul, .page-layout .page-contents ol {
  font-size: 2rem;
  font-weight: 400;
  color: black;
  margin: 2rem 0;
}
.page-layout .page-contents a {
  color: #f2c13d;
  text-decoration: underline;
}

.radio-layout h3 {
  text-align: center;
  font-size: 15px;
  color: #ff0000;
}

.radio-contents {
  position: relative;
  height: 800px;
  margin: 0 -15px 20px -15px;
  background-color: #000000;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.radio-contents audio {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 190px;
  left: 50%;
  width: 320px;
  margin: auto !important;
}

.camera-layout {
  margin: 3.75rem 0 8rem;
}

#search-line {
  display: none;
  background: #dadada;
  text-align: center;
  padding: 34px 15px 26px 15px;
  margin-bottom: 20px;
  width: 100%;
}
#search-line #search-form-wrapper {
  width: 100%;
  max-width: 860px;
  margin: auto;
  position: relative;
  text-align: left;
}
#search-line #search-form-wrapper #search-input {
  width: calc(100% - 46px);
  height: 36px;
  border: none;
  outline: none;
  background: none;
  border-bottom: solid 1px #000;
  font-size: 16px;
}
#search-line #search-form-wrapper #search-close {
  position: absolute;
  right: 9px;
  top: -18px;
  cursor: pointer;
}
#search-line #search-form-wrapper #search-close svg {
  width: 20px;
  height: 20px;
}
#search-line #search-form-wrapper label {
  display: block;
  padding-bottom: 6px;
}
#search-line #search-form-wrapper label span {
  font-size: 1.5rem;
  font-weight: 700;
  color: black;
  margin-right: 10px;
  display: block;
  text-align: left;
}
#search-line #search-form-wrapper .search-area {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#search-line #search-form-wrapper #submit-search {
  border: none;
  background: #000;
  height: 36px;
  width: 36px;
  position: relative;
  top: 0;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.embed-responsive-16by9 {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.embed-responsive-16by9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bmpui-ui-skin-modern .bmpui-ui-controlbar .bmpui-controlbar-bottom > .bmpui-container-wrapper > * {
  width: 24px;
  height: 24px;
}

.bmpui-ui-skin-modern .bmpui-ui-hugeplaybacktogglebutton .bmpui-image {
  background-size: 12em;
}

.read-webtv {
  margin-top: 25px;
}
.read-webtv a {
  background-color: red;
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
}
.read-webtv a:hover {
  background-color: white;
  color: #222 !important;
}

.page .gform_wrapper {
  background: #f5f4ee;
  padding: 10px 20px;
  border-top: 8px solid #f2c13d;
  max-width: 680px;
}
.page .gform_wrapper .gform_heading {
  margin-top: 0 !important;
}
.page .gform_wrapper .gform_heading h2 {
  margin-top: 0 !important;
  font-size: 27px !important;
  line-height: 1.2;
  color: #000;
}

form.vote label.gfield_label {
  font-size: 16px !important;
  font-weight: 700 !important;
}
form.vote input[type=email] {
  max-width: 320px !important;
}
form fieldset {
  border-bottom: solid 1px #bbb !important;
}
form label {
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}
form input[type=text], form input[type=email], form textarea {
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  border: solid 1px #bbb;
  outline: none;
  font-family: "Ubuntu", sans-serif !important;
}
form textarea {
  height: 160px !important;
}
form input[type=text], form input[type=email] {
  height: 30px;
}
form input[type=submit] {
  display: inline-block;
  font-size: 16px;
  color: #FFF;
  background-color: #00184F;
  font-family: "Ubuntu";
  font-weight: 700;
  line-height: 1;
  padding: 12px 18px;
  margin: 0;
  cursor: pointer;
  border: none;
  outline: none;
}
form input[type=submit]:hover {
  background-color: #f2c13d;
  color: #000;
}
form .gfield_description {
  background: none !important;
  border: none !important;
  font-size: 12px !important;
  padding: 0 !important;
  margin: 0 !important;
}
form .gfield_consent_label a {
  color: #d09d29;
}
form .ginput_container_radio {
  margin-top: 0 !important;
}
form .ginput_container_radio .gfield_radio {
  margin-top: 0 !important;
}
form .ginput_container_radio .gfield_radio div {
  margin: 0 !important;
}
form .gfield-choice-input, form input[type=checkbox] {
  width: 18px;
  height: 18px;
}

.gform_validation_errors {
  display: none !important;
}

@media (max-width: 901px) {
  .contact-page .make-flex {
    flex-direction: column-reverse;
  }
}
.contact-page .contact-block {
  width: 47%;
}
.contact-page .contact-block.contact-details {
  font-size: 18px;
}
.contact-page .contact-block.contact-details a {
  color: #4a4a4a;
}
.contact-page .contact-block.contact-details .social-contacts {
  display: flex;
  justify-content: center;
  background: #f5f4ee;
  padding: 20px;
  margin-bottom: 40px;
}
.contact-page .contact-block.contact-details .social-contacts .social-contact {
  text-align: center;
  padding: 10px;
  width: 50%;
}
.contact-page .contact-block.contact-details .social-contacts .social-contact a {
  font-size: 16px;
}
.contact-page .contact-block.contact-details .social-contacts .social-contact img {
  height: 50px;
  width: auto;
}
.contact-page .contact-block.contact-details .social-contacts .social-contact:last-child {
  border-left: solid 1px #bbb;
}
@media (max-width: 901px) {
  .contact-page .contact-block {
    width: 100%;
  }
  .contact-page .contact-block.contact-details {
    margin-bottom: 8rem;
  }
}

.owl-carousel {
  touch-action: auto !important;
}
.owl-carousel .owl-stage-outer, .owl-carousel .owl-item {
  touch-action: auto !important;
}

#home-leader {
  padding-bottom: 3rem;
  position: relative;
}
#home-leader .leader-video {
  position: absolute;
  z-index: 1;
  width: 280px;
  top: 40px;
  right: 40px;
}
#home-leader .leader-video .embed-responsive-16by9 {
  padding-bottom: 75.25%;
}
#home-leader .leader-video .embed-responsive-16by9 img {
  width: 100%;
}
#home-leader .leader-video .play-popup {
  background-image: url(data:image/png;base64,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);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.42);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15%;
}
@media (max-width: 1023px) {
  #home-leader .leader-video {
    width: 180px;
  }
}
@media (max-width: 768px) {
  #home-leader .leader-video {
    right: 20px;
  }
}
@media (max-width: 560px) {
  #home-leader .leader-video {
    width: 150px;
  }
}
#home-leader .popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.88);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
#home-leader .popup-wrapper a {
  display: block;
}
#home-leader .popup-wrapper.active {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#home-leader .popup-wrapper .popup-close {
  position: absolute;
  right: 30px;
  top: 20px;
}
#home-leader .popup-wrapper .popup-close svg {
  width: 26px;
  height: 26px;
  cursor: pointer;
}
#home-leader .popup-wrapper .popup-container {
  position: fixed;
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
}
@media (max-width: 991px) {
  #home-leader .popup-wrapper .popup-container {
    width: 90%;
    left: 5%;
  }
}
@media (max-width: 560px) {
  #home-leader .popup-wrapper .popup-container {
    width: 96%;
    left: 2%;
  }
}
#home-leader .popup-wrapper .popup-container .popup-media {
  position: absolute;
  width: 100%;
  height: 100%;
}
#home-leader .popup-wrapper .popup-container .popup-media .embed-responsive-16by9 {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
}
#home-leader .popup-wrapper .popup-container .popup-media .embed-responsive-16by9 > div {
  width: 100%;
  height: 100%;
}
#home-leader #leader-post {
  position: relative;
}
#home-leader #leader-post article:hover img {
  transform: none;
}
#home-leader #leader-post article:hover a {
  color: #ffffff !important;
}
#home-leader #leader-post .leader-image {
  line-height: 1;
  height: 100vh;
  max-height: 720px;
}
@media (max-width: 1280px) {
  #home-leader #leader-post .leader-image {
    height: 80vh;
  }
}
@media (min-device-width: 744px) and (max-device-width: 1059px) and (orientation: landscape) {
  #home-leader #leader-post .leader-image {
    height: 75vh;
  }
}
@media (min-device-width: 744px) and (max-device-width: 1059px) and (orientation: portrait) {
  #home-leader #leader-post .leader-image {
    height: 42vh;
  }
}
#home-leader #leader-post .leader-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 20%;
  object-position: center 20%;
  width: 100%;
  height: 100%;
}
@media (max-width: 560px) {
  #home-leader #leader-post .leader-image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 560px) {
  #home-leader #leader-post .leader-image {
    height: 0;
    padding-bottom: 59%;
  }
}
#home-leader #leader-post .leader-entry-content {
  position: absolute;
  bottom: 0;
  padding: 6rem 0 3rem;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
}
#home-leader #leader-post .leader-entry-content #leader-details {
  margin-bottom: 12px;
  color: #ffffff;
}
#home-leader #leader-post .leader-entry-content #leader-details .leader-post-category a {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  border-bottom: none;
  border-left: 3px solid #f2c13d;
  padding: 0 0 0 10px;
  text-transform: uppercase;
}
#home-leader #leader-post .leader-entry-content #leader-details .leader-post-date {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 20px;
}
#home-leader #leader-post .leader-entry-content h2 {
  font-size: 5.2rem;
  font-weight: 900;
  color: #ffffff;
  max-width: 760px;
  margin: 8px 0 10px;
  line-height: 1.1;
}
#home-leader #leader-post .leader-entry-content h2 a {
  color: #ffffff;
}
#home-leader #leader-post .leader-entry-content .leader-post-excerpt {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  max-width: 780px;
  margin: 10px 0 0;
  line-height: 1.3;
}
#home-leader #leader-post .leader-entry-content .highlights {
  margin-top: 3rem;
}
#home-leader #leader-post .leader-entry-content .highlights ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: 0;
  padding: 0 20vw 0 0;
}
#home-leader #leader-post .leader-entry-content .highlights ul li {
  font-size: 17px;
  color: #FFF;
  font-weight: 600;
  list-style: none;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  margin-right: 12px;
  line-height: 1.2;
}
#home-leader #leader-post .leader-entry-content .highlights ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #f2c13d;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
@media (max-width: 560px) {
  #home-leader #leader-post .leader-entry-content .highlights ul {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  #home-leader #leader-post .leader-entry-content h2 {
    font-size: 4.2rem;
  }
  #home-leader #leader-post .leader-entry-content h2 a {
    font-size: 4.2rem;
  }
}
@media (max-width: 560px) {
  #home-leader #leader-post .leader-entry-content {
    position: relative;
    background: none;
    padding: 15px 0;
  }
  #home-leader #leader-post .leader-entry-content .leader-post-category a, #home-leader #leader-post .leader-entry-content .leader-post-date, #home-leader #leader-post .leader-entry-content h2 a, #home-leader #leader-post .leader-entry-content .highlights ul li {
    color: #000000 !important;
  }
  #home-leader #leader-post .leader-entry-content .leader-post-excerpt {
    display: none;
  }
  #home-leader #leader-post .leader-entry-content h2 {
    font-size: 3.2rem;
  }
  #home-leader #leader-post .leader-entry-content h2 a {
    font-size: 3.2rem;
  }
  #home-leader #leader-post .leader-entry-content h2 a:hover {
    color: #d09d29;
  }
  #home-leader #leader-post .leader-entry-content #leader-post article:hover a {
    color: #d09d29;
  }
}
#home-leader .leader-secondary {
  padding: 0.75rem 0;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
#home-leader .leader-secondary .leader-small {
  width: 16.66667%;
  padding: 0.75rem 0.5rem;
}
#home-leader .leader-secondary .leader-small h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.2;
}
#home-leader .leader-secondary .leader-small h3 a {
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  #home-leader .leader-secondary .leader-small h3 a {
    font-size: 2.5rem;
  }
}
@media (max-width: 1023px) {
  #home-leader .leader-secondary .leader-small {
    width: 33.33333%;
    padding: 0.75rem 0.75rem;
  }
}
@media (max-width: 768px) {
  #home-leader .leader-secondary .leader-small {
    width: 50%;
  }
}
@media (max-width: 540px) {
  #home-leader .leader-secondary .leader-small {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  #home-leader {
    padding-top: 2rem;
  }
}

#tags-line {
  background-color: #00184F;
  margin: 2rem 0 5rem;
}
#tags-line .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#tags-line .container #trends-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#tags-line .container #trends-list span {
  display: block;
  padding: 3px 0;
}
#tags-line .container #trends-list span a {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 10px;
  white-space: nowrap;
}
#tags-line .container #trends-list span a:hover {
  color: #f2c13d;
}
#tags-line .container .tabs-label {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-right: 10px;
  background-color: #ee0000;
  padding: 8px 10px;
}

.home-section {
  margin-bottom: 6rem;
  padding-bottom: 2rem;
}
.home-section .single-right {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.home-section#home-topnews .single-right {
  border-bottom: solid 2px #000;
}
@media (max-width: 1023px) {
  .home-section#home-topnews .single-right {
    width: 100%;
  }
  .home-section#home-topnews .single-right .post-excerpt {
    display: block;
  }
}
.home-section .article-wrapper {
  height: auto !important;
}
.home-section .news-last {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: solid 2px #000;
}
@media (min-width: 1023px) {
  .home-section .news-last .single-right {
    flex-direction: row-reverse;
  }
}
.home-section .news-last .single-right .entry-content {
  padding-right: 0;
  padding-left: 25px;
}
@media (max-width: 1023px) {
  .home-section .news-last .single-right .entry-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .home-section {
    margin-bottom: 4rem;
  }
}

.yellow-top-box {
  background-color: #F5F4EE;
  padding: 12px 12px;
  border-top: 8px solid #f2c13d;
}
.yellow-top-box h2.simple-heading {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
  margin: 0 0 12px;
}
.yellow-top-box h2.simple-heading a {
  color: #000;
}
.yellow-top-box h2.simple-heading a:hover, .yellow-top-box h2.simple-heading a:focus {
  color: #4a4a4a;
}

#skitso {
  margin-top: 3rem;
}
#skitso h2.simple-heading {
  margin: 0 0 24px;
}
#skitso h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  border-bottom: 2px solid;
  padding-bottom: 5px;
  letter-spacing: -0.75px;
  line-height: 1.1;
  margin: 0;
}
#skitso img {
  max-width: 100%;
  height: auto;
}
#skitso .skitso-main {
  width: calc(100% - 300px);
  padding-right: 2rem;
}
@media (max-width: 1280px) {
  #skitso .skitso-main {
    width: 100%;
    padding-right: 0;
  }
}
#skitso .skitso-secodary {
  width: 300px;
}
#skitso .skitso-secodary a {
  display: block;
  margin: 20px 0;
}
@media (max-width: 1280px) {
  #skitso .skitso-secodary {
    width: 80%;
    margin: 3rem auto 0;
  }
}
@media (max-width: 768px) {
  #skitso .skitso-secodary {
    display: none;
  }
}

#home-efimerides-sansimera #efimerides {
  width: 66.25%;
}
#home-efimerides-sansimera #efimerides .owl-nav {
  margin-top: 20px;
  text-align: center;
}
#home-efimerides-sansimera #efimerides .owl-nav button {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  margin: 0 20px;
  letter-spacing: -0.035em;
}
#home-efimerides-sansimera #efimerides .owl-nav button .arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
#home-efimerides-sansimera #efimerides .owl-nav button .arrow.arrow-left {
  margin-right: 8px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#home-efimerides-sansimera #efimerides .owl-nav button .arrow.arrow-right {
  margin-left: 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#home-efimerides-sansimera #efimerides .owl-nav button:hover {
  color: #f2c13d;
}
#home-efimerides-sansimera #efimerides .owl-nav button:hover .arrow {
  border-color: #f2c13d;
}
#home-efimerides-sansimera #efimerides .owl-carousel .owl-item img {
  display: block;
  width: auto !important;
  margin: auto;
  max-width: 100%;
  height: auto;
}
#home-efimerides-sansimera #sansimera {
  width: 32%;
  font-size: 15px;
  line-height: 1.3;
}
#home-efimerides-sansimera #sansimera .read-more {
  font-size: 13px;
  display: flex;
  color: #d1470f;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  #home-efimerides-sansimera .container {
    display: block;
  }
  #home-efimerides-sansimera .container #efimerides {
    width: 100%;
  }
  #home-efimerides-sansimera .container #sansimera {
    width: 100%;
    margin-top: 1.5rem;
  }
}

#home-sports {
  background: #ffd899;
  background: -webkit-linear-gradient(to bottom, #fccd81, #ffd899);
  background: linear-gradient(to bottom, #fccd81, #ffd899);
  border-top: 1px solid #f39c12;
  border-bottom: 1px solid #f39c12;
  padding: 4rem 0;
  margin-bottom: 8rem;
}
#home-sports .top-section {
  border-bottom: none;
  margin-bottom: 0;
}
#home-sports .article-wrapper {
  border: 1px solid #f39c12;
}
#home-sports .article-wrapper .entry-content {
  background-color: #ffffff;
}
@media (max-width: 680px) {
  #home-sports {
    padding: 3rem 0;
  }
}

#home-lifestyle {
  background: #f7e2e5;
  background: -webkit-linear-gradient(to bottom, #fffafb, #f7e2e5);
  background: linear-gradient(to bottom, #fffafb, #f7e2e5);
  border-top: 1px solid #FFCCCC;
  border-bottom: 1px solid #FFCCCC;
  padding: 4rem 0;
  margin-bottom: 8rem;
}
#home-lifestyle .top-section {
  border-bottom: none;
  margin-bottom: 0;
}
#home-lifestyle .article-wrapper {
  border: 1px solid #FFCCCC;
}
#home-lifestyle .article-wrapper .entry-content {
  background-color: #ffffff;
}
@media (max-width: 680px) {
  #home-lifestyle {
    padding: 3rem 0;
  }
}

#home-kosmos .top-section, #home-politismos .top-section {
  border-bottom: none;
  margin-bottom: 0;
}

#home-oikonomia {
  background: #F2DFCE;
  border-top: 1px solid #b3a9a1;
  border-bottom: 1px solid #b3a9a1;
  padding: 4rem 0;
  margin-bottom: 8rem;
}
#home-oikonomia .article-wrapper .entry-content {
  background-color: #E5CFBA;
}
#home-oikonomia .general-stocks {
  width: 100%;
  border-bottom: 1px solid #999;
  padding-bottom: 7px;
}
#home-oikonomia .general-stocks .green-value {
  color: #407e0a !important;
}
#home-oikonomia .general-stocks .red-value {
  color: #990f3d !important;
}
#home-oikonomia .general-stocks #general-prices {
  color: #222;
}
#home-oikonomia .general-stocks #general-prices #gi, #home-oikonomia .general-stocks #general-prices span {
  color: #222;
}
#home-oikonomia .values-blocks {
  color: #222;
}
#home-oikonomia .values-blocks .commodities-name {
  color: #222;
}
#home-oikonomia .inner-section-tags {
  display: flex;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  padding: 10px 0 1.5rem;
}
#home-oikonomia .inner-section-tags .section-label {
  color: #990f3d;
  white-space: nowrap;
  margin-right: 12px;
  line-height: 1.3;
}
#home-oikonomia .inner-section-tags .section-tags {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
#home-oikonomia .inner-section-tags .section-tags li {
  margin-bottom: 10px;
  margin-right: 15px;
  white-space: nowrap;
  line-height: 1.3;
}
#home-oikonomia .inner-section-tags .section-tags li a {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
#home-oikonomia .inner-section-tags .section-tags li a:hover {
  color: #4f4f4f;
}
@media (max-width: 560px) {
  #home-oikonomia .inner-section-tags {
    display: none;
  }
}
#home-oikonomia .home-stock-graph {
  background-color: #e5cfba;
  height: 100%;
  padding: 2rem;
}
#home-oikonomia .home-stock-graph h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.75px;
  line-height: 1.25;
  margin: 0 0 1.5rem;
}
#home-oikonomia .home-stock-graph #chartContainer {
  height: 353px;
}
@media (max-width: 1281px) {
  #home-oikonomia .home-stock-graph #chartContainer {
    height: 296px;
  }
}
@media (max-width: 1181px) {
  #home-oikonomia .home-stock-graph #chartContainer {
    height: 268px;
  }
}
@media (max-width: 1025px) {
  #home-oikonomia .home-stock-graph #chartContainer {
    height: 225px;
  }
}
@media (max-width: 768px) {
  #home-oikonomia .home-stock-graph #chartContainer {
    height: 353px;
  }
}

#home-webtv {
  background: #121212;
  background: -webkit-linear-gradient(to bottom, #111111, #000000);
  background: linear-gradient(to bottom, #111111, #000000);
  padding: 4rem 0;
  margin-bottom: 8rem;
}
#home-webtv h2.section-header, #home-webtv .post-category span, #home-webtv h3 a, #home-webtv .post-date, #home-webtv .read-more {
  color: #ffffff;
}
#home-webtv h2.section-header a {
  color: #ffffff;
}
#home-webtv h2.section-header a:hover, #home-webtv h2.section-header a:focus {
  color: #dfd1a5;
}
#home-webtv .inner-section-tags {
  display: flex;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  padding: 0 0 1.5rem;
}
#home-webtv .inner-section-tags .section-label {
  color: #f2c13d;
  white-space: nowrap;
  margin-right: 12px;
  line-height: 1.3;
}
#home-webtv .inner-section-tags .section-tags {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
#home-webtv .inner-section-tags .section-tags li {
  margin-bottom: 10px;
  margin-right: 15px;
  white-space: nowrap;
  line-height: 1.3;
}
#home-webtv .inner-section-tags .section-tags li a {
  font-size: 15px;
  font-weight: 700;
  color: white;
}
#home-webtv .inner-section-tags .section-tags li a:hover {
  color: #f2c13d;
}
#home-webtv .read-more svg path {
  fill: #fff;
}
#home-webtv .read-more:hover, #home-webtv .read-more:focus {
  color: #f2c13d;
}
#home-webtv .read-more:hover svg path, #home-webtv .read-more:focus svg path {
  fill: #f2c13d;
}
#home-webtv h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  letter-spacing: -0.75px;
  line-height: 1.1;
}
#home-webtv article:hover .read-webtv a {
  color: white !important;
}
#home-webtv article:hover .read-webtv a:hover {
  color: #222 !important;
}
#home-webtv .single-right h3 {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
}
#home-webtv .post-excerpt {
  color: #ddd;
}
#home-webtv .top-section {
  border-color: rgba(255, 255, 255, 0.2);
}
#home-webtv .article-wrapper .entry-content {
  background-color: #0F2028;
}

#home-automoto {
  background: #0F2027;
  background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);
  background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
  padding: 4rem 0;
  margin-bottom: 8rem;
}
#home-automoto h2.section-header, #home-automoto .post-category span, #home-automoto h3 a, #home-automoto .post-date, #home-automoto .read-more {
  color: #ffffff;
}
#home-automoto h2.section-header a {
  color: #ffffff;
}
#home-automoto h2.section-header a:hover, #home-automoto h2.section-header a:focus {
  color: #dfd1a5;
}
#home-automoto .read-more:hover, #home-automoto .read-more:focus {
  color: #f2c13d;
}
#home-automoto .post-excerpt {
  color: #ddd;
}
#home-automoto .top-section {
  border-color: rgba(255, 255, 255, 0.2);
}
#home-automoto .article-wrapper .entry-content {
  background-color: #0F2028;
}

#home-apopseis {
  border-top: 10px solid #f6b93b;
  border-bottom: 10px solid #f6b93b;
  background-color: #111111;
  padding: 4rem 0;
  margin-bottom: 8rem;
}
#home-apopseis h2.section-header {
  color: #ffffff;
}
#home-apopseis h2.section-header a {
  color: #ffffff;
}
#home-apopseis h2.section-header a:hover, #home-apopseis h2.section-header a:focus {
  color: #dfd1a5;
}
#home-apopseis .apopseis-block {
  width: 32.108%;
  margin-bottom: 3rem;
  position: relative;
  background: #f6b93b;
  min-height: 200px;
  border-top: 10px solid #e58e26;
}
#home-apopseis .apopseis-block:before {
  content: "";
  background-image: url(/wp-content/themes/zougla/images/wall.jpg);
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
}
#home-apopseis .apopseis-block .apopseis-inner {
  padding: 2rem;
  position: relative;
  z-index: 1;
}
#home-apopseis .apopseis-block .apopseis-inner .author-label a {
  font-size: 14px;
  font-weight: 700;
  color: #00184F;
  border: 1px solid #00184f;
  line-height: 1;
  padding: 5px 8px;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
}
#home-apopseis .apopseis-block .apopseis-inner .author-label a:hover {
  border-color: #ffffff;
  color: #ffffff;
}
#home-apopseis .apopseis-block .apopseis-inner .apopseis-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home-apopseis .apopseis-block .apopseis-inner .apopseis-contents h3.author-post-title {
  margin: 5px 0 12px;
  width: calc(100% - 164px);
}
@media (max-width: 1280px) {
  #home-apopseis .apopseis-block .apopseis-inner .apopseis-contents h3.author-post-title {
    width: calc(100% - 140px);
  }
}
@media (max-width: 768px) {
  #home-apopseis .apopseis-block .apopseis-inner .apopseis-contents h3.author-post-title {
    width: calc(100% - 110px);
  }
}
#home-apopseis .apopseis-block .apopseis-inner .apopseis-contents h3.author-post-title a {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.75px;
  line-height: 1.2;
}
#home-apopseis .apopseis-block .apopseis-inner .apopseis-contents h3.author-post-title a:hover {
  color: #990f3d;
}
@media (max-width: 1280px) {
  #home-apopseis .apopseis-block .apopseis-inner .apopseis-contents h3.author-post-title a {
    font-size: 2.5rem;
  }
}
#home-apopseis .apopseis-block .apopseis-image {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  overflow: hidden;
  right: 0;
  bottom: 0px;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 0;
  z-index: 1;
}
#home-apopseis .apopseis-block .apopseis-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1280px) {
  #home-apopseis .apopseis-block .apopseis-image {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  #home-apopseis .apopseis-block .apopseis-image {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1023px) {
  #home-apopseis .apopseis-block {
    width: 49.32%;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 680px) {
  #home-apopseis .apopseis-block {
    width: 100%;
  }
}
@media (max-width: 680px) {
  #home-apopseis {
    padding: 3rem 0 1.5rem;
  }
}

#home-eikones {
  margin-bottom: 0;
  padding-bottom: 1rem;
}
#home-eikones .eikones-img {
  background-color: #eee;
  text-align: center;
  line-height: 0;
}
#home-eikones .eikones-img img {
  width: 100%;
  max-width: 1180px;
  height: auto;
}
#home-eikones h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-top: 1.5rem;
}
#home-eikones h3 a {
  font-size: 3.6rem;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.75px;
  line-height: 1.25;
}
#home-eikones h3 a:hover {
  color: #d09d29 !important;
}

#roh-mobile {
  display: none;
}
@media (max-width: 768px) {
  #roh-mobile {
    display: block;
  }
  #roh-mobile .scroller {
    height: auto;
  }
}

.single-post main {
  margin: 3.75rem 0 0;
}
.single-post main .single-article h1 {
  margin: 0;
}
.single-post main .single-article h2 {
  font-size: 3.2rem;
}
.single-post main .single-article h3 {
  font-size: 2.8rem;
}
.single-post main .single-article h4 {
  font-size: 2.4rem;
}
.single-post main .single-article h5 {
  font-size: 2rem;
}
.single-post main .single-article h6 {
  font-size: 1.8rem;
}
.single-post main .single-article .main-content {
  width: 100%;
}
.single-post main .single-article .post-contents p, .single-post main .single-article .post-contents div, .single-post main .single-article .post-contents ul, .single-post main .single-article .post-contents ol {
  font-size: 2rem;
  font-weight: 400;
  color: black;
  margin: 2rem 0;
}
.single-post main .single-article .post-contents img {
  max-width: 100%;
  height: auto;
}
.single-post main .single-article .post-contents a {
  color: #f2c13d;
  text-decoration: underline;
}
.single-post main .single-article .post-contents blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 3em 0 3em 20px;
  padding: 1.5em 10px;
  max-width: 600px;
}
.single-post main .single-article .post-contents blockquote:before {
  color: #ccc;
  content: "“";
  font-size: 12em;
  line-height: 0.1em;
  margin-right: 10px;
  vertical-align: -0.4em;
  position: relative;
  top: 12px;
}
.single-post main .single-article .post-contents blockquote p {
  display: inline;
  font-size: 2.5rem;
  color: #edb51f;
  line-height: 3.3rem;
  font-weight: 700;
  position: relative;
  letter-spacing: -0.015em;
}
.single-post main .single-article .post-contents .wp-caption-text {
  margin: 0;
  text-align: right;
  color: #666;
  font-size: 14px;
}
.single-post main .single-article .entry-img img, .single-post main .single-article .entry-content img {
  max-width: 100%;
  height: auto !important;
}
.single-post main .single-article .single-post-excerpt {
  font-size: 21px;
  font-weight: 500;
  color: #636971;
  margin: 15px 0;
  line-height: 1.2;
}
.single-post main .single-article .entry-meta {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .single-post main .single-article .entry-meta {
    display: block;
  }
  .single-post main .single-article .entry-meta .post-info {
    margin-left: 44px;
  }
}
.single-post main .single-article .entry-meta .author {
  display: flex;
  align-items: center;
}
.single-post main .single-article .entry-meta .author__img {
  line-height: 0;
  width: 32px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 12px;
}
.single-post main .single-article .entry-meta .author__img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 20%;
  object-position: center 20%;
  width: 100%;
  height: 100%;
}
.single-post main .single-article .entry-meta .author__name {
  font-size: 15px;
  font-weight: 500;
}
.single-post main .single-article .entry-meta__published_date {
  font-size: 14px;
  color: #636971;
}
.single-post main .single-article .entry-meta__modidied_date {
  color: #d1470f;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}
.single-post main .single-article .post-tags {
  display: flex;
  width: 100%;
  clear: both;
  padding: 1.5rem 0;
  border-top: 1px solid #eee;
  margin: 2rem 0 0;
}
.single-post main .single-article .post-tags .tags-label {
  font-size: 15px;
  font-weight: 600;
  color: #00184F;
  margin-right: 10px;
  line-height: 1.2;
  width: 135px;
}
.single-post main .single-article .post-tags .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(100% - 135px);
  margin: -5px;
}
.single-post main .single-article .post-tags .tags a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  margin: 5px 5px;
  line-height: 1.2;
  background-color: #f2c13d;
  padding: 3px 12px;
}
.single-post main .single-article .post-tags .tags a:hover {
  background-color: #000;
  color: #ffffff;
}

.add-to-any {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #a9a9a9;
  padding-top: 10px;
}
.add-to-any.add-to-any-bottom {
  border-top: solid 1px #a9a9a9;
}

.today-news {
  margin: 3rem 0;
  max-width: 600px;
}
.today-news > h3 {
  border-bottom: 1px solid;
  margin: 5px 0 !important;
  font-size: 16px !important;
  font-weight: 500;
  color: #d1470f;
  line-height: 1.2;
  display: inline-block;
}
.today-news ul.today-news-list {
  margin: 0 3rem;
  padding: 0;
}
.today-news ul.today-news-list li {
  list-style: disc;
  color: #006395;
  margin-bottom: 5px;
  font-size: 17px;
}
.today-news ul.today-news-list li:hover {
  color: #f2c13d;
}
.today-news ul.today-news-list li h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
}
.today-news ul.today-news-list li h4 a {
  font-size: 17px;
  font-weight: 500;
  color: #006395;
}
.today-news ul.today-news-list li h4 a:hover {
  color: #f2c13d;
}

.related-tag {
  background-color: #f5f4ee;
  margin: 3rem 0;
  position: relative;
}
.related-tag .skew {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 34px 34px 0;
  border-color: transparent #f2c13d transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.related-tag .related-tag-heading {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  padding: 12px 12px;
  border-top: 8px solid #f2c13d;
  line-height: 1.1;
}
.related-tag .article-wrapper {
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
}
.related-tag .article-wrapper:last-child {
  border-bottom: none;
}
.related-tag .article-wrapper .tag-post-layout {
  display: flex;
  flex-wrap: wrap;
}
.related-tag .article-wrapper .tag-post-layout header {
  width: 33.3333%;
  margin-left: 0;
  padding: 0 0.5rem 0 1rem;
}
.related-tag .article-wrapper .tag-post-layout .entry-content {
  width: 66.66667%;
  margin-left: 0;
  padding: 0 1rem 0 0.5rem;
}
.related-tag .article-wrapper .tag-post-layout .entry-content .post-category span {
  font-size: 13px;
}
.related-tag .article-wrapper .tag-post-layout .entry-content h3 {
  font-size: 2rem;
  line-height: 1.15;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.related-tag .article-wrapper .tag-post-layout .entry-content h3 a {
  font-size: 2rem;
  line-height: 1.15;
}
.related-tag .article-wrapper .tag-post-layout .entry-content .post-date {
  font-size: 12px;
}
.related-tag .article-wrapper .tag-post-layout .entry-content .post-date:before {
  content: none;
}

.related-posts {
  margin-top: 8rem;
  margin-bottom: 6rem;
}

.more-photos {
  margin: 8rem 0 3rem;
  background: #f4f4f4;
  padding: 20px 30px;
}
.more-photos .small-heading {
  font-size: 2.5rem;
}
.more-photos .more-photos-list {
  justify-content: space-between;
}
.more-photos .more-photos-list .article-wrapper {
  width: 48.5%;
  margin-bottom: 2rem;
}
.more-photos .more-photos-list .article-wrapper .entry-header figure.thumb-holder img {
  height: 100% !important;
}
.more-photos .more-photos-list .article-wrapper h3 {
  font-size: 2.5rem;
  line-height: 1.1;
}
@media (max-width: 1025px) {
  .more-photos .more-photos-list .article-wrapper h3 {
    font-size: 2rem;
    line-height: 1;
  }
}
.more-photos .more-photos-list .article-wrapper h3 a {
  font-size: 2.5rem;
  line-height: 1.1;
}
@media (max-width: 1025px) {
  .more-photos .more-photos-list .article-wrapper h3 a {
    font-size: 2rem;
    line-height: 1;
  }
}
@media (max-width: 540px) {
  .more-photos .more-photos-list .article-wrapper {
    width: 100%;
  }
}

.page-template-stockmarket main {
  margin: 3rem 0 0;
}
.page-template-stockmarket .green-value {
  color: #0c7411 !important;
}
.page-template-stockmarket .red-value {
  color: #ca0413 !important;
}
.page-template-stockmarket ul.letters-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-stockmarket ul.letters-list li {
  margin: 0 1px 1px;
  background-color: #BCDBAD;
  padding: 0 5px;
  min-width: 23px;
  text-align: center;
}
.page-template-stockmarket ul.letters-list li:hover, .page-template-stockmarket ul.letters-list li.active {
  background-color: #f2c13d;
}
.page-template-stockmarket ul.letters-list li:hover a, .page-template-stockmarket ul.letters-list li.active a {
  color: #000;
}
.page-template-stockmarket ul.letters-list li a {
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  display: block;
}
.page-template-stockmarket .stock-session-info {
  margin: 2.5rem 0;
  font-size: 17px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 3.75rem;
  padding-bottom: 10px;
}
.page-template-stockmarket .stock-common {
  margin-top: 2.5rem;
  padding-bottom: 7px;
}
.page-template-stockmarket table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #ccc;
  text-align: right;
}
.page-template-stockmarket table tr:nth-child(2n) td {
  background: #eee;
}
.page-template-stockmarket table th {
  background: #d4d4d4;
  font-weight: normal !important;
  padding: 1px 3px;
  font-size: 14px;
  color: #000;
}
.page-template-stockmarket table th:first-child {
  text-align: left;
}
.page-template-stockmarket table td {
  font-size: 13px;
  color: #1f4e7b;
  font-weight: bold;
  position: relative;
  border: solid 1px #ccc;
  padding: 1px 3px;
}
.page-template-stockmarket table td:first-child {
  text-align: left;
}
.page-template-stockmarket table td span {
  position: relative;
  margin-right: 10px;
}
.page-template-stockmarket table td:first-child.red-value span:after, .page-template-stockmarket table td:first-child.green-value span:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  width: 0;
  height: 5px;
  border: 7px solid transparent;
}
.page-template-stockmarket table td:first-child.red-value span:after {
  margin: 4px 0 0 4px;
  border-top-color: #ca0413;
}
.page-template-stockmarket table td:first-child.green-value span:after {
  margin: -7px 0 0 4px;
  border-bottom-color: #0c7411;
}
.page-template-stockmarket #chartHolder {
  padding: 0 15px 15px;
}
.page-template-stockmarket #chartHolder #chartContainer {
  height: 353px;
}
@media (max-width: 1281px) {
  .page-template-stockmarket #chartHolder #chartContainer {
    height: 296px;
  }
}
@media (max-width: 1181px) {
  .page-template-stockmarket #chartHolder #chartContainer {
    height: 268px;
  }
}
@media (max-width: 1025px) {
  .page-template-stockmarket #chartHolder #chartContainer {
    height: 225px;
  }
}
@media (max-width: 768px) {
  .page-template-stockmarket #chartHolder #chartContainer {
    height: 353px;
  }
}
.page-template-stockmarket .rising_shares, .page-template-stockmarket #stockmarket-graph {
  background-color: #f5f4ee;
  margin-bottom: 2.5rem;
}
.page-template-stockmarket .rising_shares h3, .page-template-stockmarket #stockmarket-graph h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  padding: 12px 12px;
  border-top: 8px solid #f2c13d;
  line-height: 1.1;
  margin: 0;
}
.page-template-stockmarket .rising_shares table, .page-template-stockmarket #stockmarket-graph table {
  padding: 12px 12px;
}

#general-prices, #general-prices div {
  display: flex;
  font-size: 14px;
  align-items: center;
}

#general-prices #gi {
  margin-left: 0;
}
#general-prices #gi .commodities_name {
  margin-left: 0;
}

#commodities .commodities_name {
  font-size: 15px;
  font-weight: 700;
  color: #00184F;
  margin: 0 8px;
  line-height: 14px;
}

#general-prices {
  font-weight: 500;
}

#general-prices div, #general-prices span {
  margin: 0 4px;
  white-space: nowrap;
}

.down-symbol, .up-symbol {
  position: relative;
  padding-left: 0px;
}

.down-symbol:before {
  content: "⬇ ";
  font-weight: 800;
}

.up-symbol:before {
  content: "⬆ ";
  font-weight: 800;
}

.values-blocks {
  display: flex;
  font-size: 14px;
  align-items: center;
  font-weight: 500;
  margin-top: 4px;
  flex-wrap: wrap;
}
.values-blocks .value-block {
  margin-right: 10px;
}
.values-blocks .value-block .value-span {
  margin-right: 6px;
}

.value-name {
  font-size: 15px;
  font-weight: 700;
  color: #00184F;
  margin: 0 8px;
  line-height: 14px;
}

.widget-diaf {
  margin-bottom: 2.5rem;
}
.widget-diaf.sticky-item {
  position: sticky;
  top: 1rem;
  -webkit-position: sticky;
  margin-bottom: 0;
}
.widget-diaf .sidebar-diaf-holder {
  position: relative;
  background-color: #f4f4f4;
  min-height: 600px;
}
.widget-diaf .sidebar-diaf-holder .sidebar-diaf {
  margin: 0 auto;
  width: 300px;
  min-height: 250px;
  background-color: #bdc3c7;
  display: block;
}
.widget-diaf .sidebar-diaf-holder .sidebar-diaf.sticky-diaf {
  position: sticky;
  top: 1rem;
}
.widget-diaf .sidebar-diaf-holder.scroll1200 {
  min-height: 1200px;
}
.widget-diaf .sidebar-diaf-holder.scroll900 {
  min-height: 900px;
}

.sidebar {
  position: relative;
  height: 100%;
}
.sidebar aside {
  position: relative;
  height: 100%;
}

.widget {
  margin-bottom: 2.5rem;
}
.widget .widget-title {
  font-size: 3rem;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  padding: 12px 12px;
  border-top: 8px solid #f2c13d;
  line-height: 1.1;
  margin: 0;
}
.widget .widget-title svg {
  margin-right: 10px;
}
.widget .widget-title svg path {
  fill: #f2c13d;
}
.widget.latest-widget {
  background-color: #f5f4ee;
}

.sidebar-post {
  border-bottom: 1px solid #ccc;
  padding: 12px;
}
.sidebar-post:last-child {
  border-bottom: none;
}
.sidebar-post article.sidebar-article {
  display: flex;
  align-items: flex-start;
}
.sidebar-post article.sidebar-article .entry-header {
  width: 100px;
}
.sidebar-post article.sidebar-article .entry-header .post-label {
  width: 20px;
  height: 20px;
  top: 6px !important;
  right: 6px !important;
}
.sidebar-post article.sidebar-article:hover a {
  color: #d09d29 !important;
}
.sidebar-post article.sidebar-article:hover img {
  transform: scale(1.05);
}
.sidebar-post article.sidebar-article .entry-content {
  padding-left: 1rem;
  width: calc(100% - 100px);
}
.sidebar-post article.sidebar-article .entry-content .post-date {
  font-size: 12px;
  color: #666;
  line-height: 12px;
  margin-bottom: 5px;
}
.sidebar-post article.sidebar-article .entry-content h3 {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.sidebar-post article.sidebar-article .entry-content h3 a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.75px;
  line-height: 1.15;
}
.sidebar-post article.sidebar-article .entry-content:hover > h3 > a {
  color: #f2c13d;
}

.scroller {
  overflow-y: scroll;
  height: 800px;
}
.scroller::-webkit-scrollbar {
  width: 5px;
}
.scroller::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.scroller::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #00184F;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.allnews-link {
  padding: 20px 0;
  text-align: center;
}
.allnews-link a {
  display: inline-block;
  font-size: 16px;
  color: #FFF;
  background-color: #00184F;
  font-family: "Ubuntu";
  font-weight: 700;
  line-height: 1;
  padding: 12px 18px;
  margin: 0 auto;
}
.allnews-link a:hover {
  background-color: #f2c13d;
  color: #000;
}

.gform_widget {
  background-color: #f5f4ee;
}
.gform_widget form {
  padding: 0 12px 12px;
}

.custom-categories-widget {
  background-color: #f5f4ee;
}

main.archive-page {
  margin: 3rem 0 0;
}
main.archive-page #archive-header {
  border-bottom: 1px solid #DDD;
  margin-bottom: 3.75rem;
}
main.archive-page #archive-header .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main.archive-page #archive-header .title-wrapper .rss {
  position: relative;
  top: -3px;
  margin-left: 15px;
}
main.archive-page #archive-header .title-wrapper .rss a {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: flex-end;
  line-height: 25px;
}
@media (max-width: 480px) {
  main.archive-page #archive-header .title-wrapper .rss a {
    font-size: 20px;
    line-height: 20px;
  }
}
main.archive-page #archive-header .title-wrapper .rss a svg {
  width: 28px;
  height: 28px;
}
@media (max-width: 480px) {
  main.archive-page #archive-header .title-wrapper .rss a svg {
    width: 24px;
    height: 24px;
  }
}
main.archive-page #archive-header h1 {
  max-width: none;
}
main.archive-page #archive-header h1:after {
  margin-bottom: 20px;
}
main.archive-page #archive-header .other-categories {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}
main.archive-page #archive-header .other-categories a {
  font-size: 17px;
  font-weight: 500;
  color: #00184F;
  display: block;
  line-height: 1;
  border-left: 1px solid #000;
  padding-left: 7px;
  margin-right: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
main.archive-page #archive-header .other-categories a:hover {
  color: #f2c13d;
}
main.archive-page #archive-header .other-categories #webtv-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
main.archive-page #archive-header .other-categories #webtv-submenu a {
  border-left: solid 1px #ddd;
  color: #fff;
}
main.archive-page #archive-header .other-categories #webtv-submenu a:hover {
  color: #f2c13d;
}
main.archive-page #archive-header .other-categories #webtv-submenu li.current-menu-item a {
  color: #f2c13d;
}
main.archive-page #archive-header #sports-icons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 5px;
}
main.archive-page #archive-header #sports-icons .sport-icon {
  width: 50px;
  margin-right: 26px;
  margin-bottom: 10px;
}
main.archive-page #archive-header #sports-icons .sport-icon img {
  height: 40px;
  width: auto;
}
main.archive-page #archive-header #sports-icons .sport-icon img:hover {
  filter: grayscale(1);
}
main.archive-page .left-part {
  padding-right: 3rem;
}
main.archive-page .left-part #archive-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3rem;
}
@media (max-width: 1280px) {
  main.archive-page .left-part #archive-list {
    column-gap: 2rem;
  }
}
main.archive-page .left-part .article-wrapper {
  position: relative;
  height: 100%;
}
main.archive-page .left-part .width50 {
  width: calc(50% - 1.5rem);
  margin-bottom: 3rem;
}
@media (max-width: 1280px) {
  main.archive-page .left-part .width50 {
    width: calc(50% - 1rem);
    margin-bottom: 2rem;
  }
}
@media (max-width: 560px) {
  main.archive-page .left-part .width50 {
    width: 100%;
  }
}
main.archive-page .left-part .width33 {
  width: calc(33.33333% - 2rem);
  margin-bottom: 3rem;
}
@media (max-width: 1280px) {
  main.archive-page .left-part .width33 {
    width: calc(33.33333% - 1.35rem);
    margin-bottom: 2rem;
  }
}
@media (max-width: 1180px) {
  main.archive-page .left-part .width33 {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 560px) {
  main.archive-page .left-part .width33 {
    width: 100%;
  }
}

main.tag-page {
  margin: 3rem 0 0;
}
main.tag-page .article-wrapper {
  width: 100%;
}
main.tag-page .article-wrapper .tag-post-layout {
  display: flex;
  padding: 20px 0;
}
main.tag-page .article-wrapper .tag-post-layout .entry-header {
  width: 33.33333%;
  padding-right: 0.5rem;
}
main.tag-page .article-wrapper .tag-post-layout .entry-content {
  width: 66.66667%;
  padding-left: 0.5rem;
}
main.tag-page .article-wrapper .tag-post-layout h3 a {
  font-size: 3rem;
}
@media (max-width: 1023px) {
  main.tag-page .article-wrapper .tag-post-layout h3 a {
    font-size: 2.5rem;
  }
}
@media (max-width: 680px) {
  main.tag-page .article-wrapper .tag-post-layout h3 a {
    font-size: 2rem;
  }
}
main.tag-page .article-wrapper:not(:last-child) .tag-post-layout {
  border-bottom: 1px solid #ccc;
}

.author-page #author-header {
  text-align: center;
  background-color: #f4f4f4;
  padding: 65px 15px;
  margin-bottom: 3rem;
}
@media (max-width: 560px) {
  .author-page #author-header {
    padding: 45px 15px;
  }
}
.author-page #author-header .author-inner-image img {
  border-radius: 50%;
}
.author-page #author-header h1 {
  font-size: 3rem;
  margin-top: 2rem;
}
@media (max-width: 560px) {
  .author-page #author-header h1 {
    font-size: 2rem;
  }
}
.author-page #author-header .author-bio {
  font-size: 2rem;
  max-width: 600px;
  margin: 3rem auto 0;
}
.author-page .left-part .post-date {
  margin: 0 0 5px;
}
.author-page .left-part .post-date:before {
  content: none;
}

.apopseis-page .left-part .post-date {
  margin: 0 0 5px;
}
.apopseis-page .left-part .post-date:before {
  content: none;
}
.apopseis-page .post-author {
  display: flex;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.apopseis-page .post-author span {
  width: calc(100% - 72px);
  text-align: right;
}
.apopseis-page .post-author .author-img-holder {
  width: 62px;
  height: 62px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 20%;
  object-position: center 20%;
  margin: 0 0 0 10px;
  padding: 0;
}
.apopseis-page .post-author .author-img-holder img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 20%;
  object-position: center 20%;
  width: 100%;
  height: 100%;
}
@media (max-width: 1025px) {
  .apopseis-page .post-author .author-img-holder {
    width: 54px;
    height: 54px;
  }
}
.apopseis-page .post-author span a {
  font-size: 14px;
  font-weight: bold;
  color: #00184F;
  display: block;
  line-height: 1.2;
  text-transform: uppercase;
}
.apopseis-page .post-excerpt {
  -webkit-line-clamp: 2 !important;
}
@media (max-width: 1280px) {
  .apopseis-page .post-excerpt {
    -webkit-line-clamp: 1 !important;
  }
}
@media (max-width: 1025px) {
  .apopseis-page .post-excerpt {
    display: none;
  }
}

#pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75px 0;
  margin-top: 2.5rem;
}
#pagination span, #pagination a {
  letter-spacing: 0;
  display: block;
  margin: 0 5px 0 0;
  padding: 10px 15px;
  text-decoration: none;
  width: auto;
  min-width: 35px;
  height: 35px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
#pagination a {
  font-size: 15px;
  font-weight: 400;
  color: #565e67;
}
#pagination span.current, #pagination a:hover {
  background-color: #00184F;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}

.category-top-selections {
  display: flex;
  flex-wrap: wrap;
  background-color: #f7e47d;
  border-top: 1px solid #f39c12;
  border-bottom: 1px solid #f39c12;
  padding: 4rem 0;
  margin-bottom: 8rem;
  padding: 35px 10px 15px;
}
.category-top-selections .article-wrapper {
  width: 15.666666667%;
  margin: 0 0.5% 20px;
  border: 1px solid #f39c12;
}
.category-top-selections .article-wrapper .post-category, .category-top-selections .article-wrapper .post-date {
  display: none;
}
.category-top-selections .article-wrapper h3 a {
  font-size: 1.8rem;
}
.category-top-selections .article-wrapper .entry-content {
  background-color: #fff !important;
}
@media (max-width: 1023px) {
  .category-top-selections .article-wrapper {
    width: 31.833333%;
    margin: 0 0.75% 20px;
  }
}
@media (max-width: 560px) {
  .category-top-selections .article-wrapper {
    width: 47%;
    margin: 0 1.5% 15px;
  }
}

.no-posts h3 {
  font-size: 2rem;
  margin-top: 0;
}

.dark-archive-page {
  background-color: #0F0F0F;
  margin: 0 !important;
  padding: 8rem 0 6rem;
}
.dark-archive-page h1 {
  color: white;
}
.dark-archive-page .post-category span {
  color: white;
}
.dark-archive-page article.single-right, .dark-archive-page .cat-leader {
  width: 100%;
}
.dark-archive-page article.single-right .entry-content h3 > a {
  color: white;
}
.dark-archive-page article:not(.sidebar-article) .post-date {
  color: white;
}
.dark-archive-page article:not(.sidebar-article) h3 a {
  color: white;
}
.dark-archive-page article.single-right .entry-content h3 {
  color: white;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: -0.75px;
  line-height: 1.2;
}
.dark-archive-page article:not(.sidebar-article).default-post-layout .entry-content {
  background-color: #222;
}
.dark-archive-page article:not(.sidebar-article) h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  letter-spacing: -0.75px;
  line-height: 1.1;
}
.dark-archive-page article:not(.sidebar-article):not(.single-article):hover a {
  color: white !important;
}
.dark-archive-page article:not(.sidebar-article):not(.single-article):hover a:hover {
  color: #222 !important;
}
.dark-archive-page .no-posts h3 {
  color: #fff;
}

.category-i-fotografia-tis-imeras #archive-header {
  border-bottom: none !important;
  margin-bottom: 5px !important;
}
.category-i-fotografia-tis-imeras .dark-archive-page {
  padding-bottom: 0;
}
.category-i-fotografia-tis-imeras .dark-archive-page .photos-category {
  background-color: white;
  padding-top: 3rem;
}
.category-i-fotografia-tis-imeras .dark-archive-page .photos-category .post-excerpt {
  margin: 15px 0 20px;
}
.category-i-fotografia-tis-imeras .dark-archive-page .photos-category article:hover img {
  transform: none !important;
}
.category-i-fotografia-tis-imeras .dark-archive-page .photos-category .photos-post-layout {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.category-i-fotografia-tis-imeras .dark-archive-page .photos-category .photos-post-layout h3 {
  font-size: 3.6rem;
  color: #000;
}
.category-i-fotografia-tis-imeras .dark-archive-page .photos-category .photos-post-layout img {
  width: 100%;
  height: auto;
}

.category #home-must-see {
  margin-top: 14rem;
}

@media (max-width: 768px) {
  .category-sexuality .right-part, .category-sismoi .right-part {
    display: block !important;
    width: 100%;
    margin-top: 2rem;
  }
}
.page-template-newspapers main {
  margin: 3rem 0 0;
}
.page-template-newspapers main .container.make-flex {
  margin-top: 3rem;
}
.page-template-newspapers main .newspapers-group {
  background-color: #f5f4ee;
  padding: 0 12px;
  border-top: 8px solid #f2c13d;
  margin-bottom: 6rem;
}
.page-template-newspapers main .newspapers-group h3 {
  border-bottom: solid 1px #999;
  margin-bottom: 40px;
  padding-bottom: 5px;
  color: #00184F;
  font-size: 20px;
  text-transform: uppercase;
  padding: 12px 12px 7px;
  margin: 0;
}
.page-template-newspapers main .newspapers-group .newspapers-list {
  margin-top: 3rem;
}
.page-template-newspapers main .newspapers-group .newspaper-block {
  width: 49%;
  margin-bottom: 24px;
}
.page-template-newspapers main .newspapers-group .newspaper-block .newspaper-info {
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.page-template-newspapers main .newspapers-group .newspaper-block .newspaper-inner {
  align-items: flex-start;
  text-align: center;
  justify-content: space-between;
}
.page-template-newspapers main .newspapers-group .newspaper-block .front-img, .page-template-newspapers main .newspapers-group .newspaper-block .back-img {
  width: 49%;
}
.page-template-newspapers main .newspapers-group .newspaper-block .front-img .cover, .page-template-newspapers main .newspapers-group .newspaper-block .back-img .cover {
  text-align: center;
  font-size: 14px;
}
.page-template-newspapers main .newspapers-group .newspaper-block .front-img img, .page-template-newspapers main .newspapers-group .newspaper-block .back-img img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1280px) {
  .page-template-newspapers main .newspapers-group .newspaper-block .front-img, .page-template-newspapers main .newspapers-group .newspaper-block .back-img {
    width: 48%;
  }
}
@media (max-width: 1023px) {
  .page-template-newspapers main .newspapers-group .newspaper-block {
    width: 100%;
  }
}

#single-issue-wrapper {
  margin: 3rem 0 0;
}
#single-issue-wrapper h1 {
  max-width: none;
}
#single-issue-wrapper .issue_controls {
  display: flex;
  justify-content: space-between;
  background-color: #00184F;
  padding: 10px 5px;
  margin: 3rem 0;
}
@media (max-width: 991px) {
  #single-issue-wrapper .issue_controls {
    justify-content: center;
  }
}
#single-issue-wrapper .issue_controls a, #single-issue-wrapper .issue_controls .issue_controls_select {
  font-size: 15px;
  color: #fff;
}
@media (max-width: 560px) {
  #single-issue-wrapper .issue_controls a, #single-issue-wrapper .issue_controls .issue_controls_select {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #single-issue-wrapper .issue_controls .issue_controls_select {
    width: 100%;
  }
}
#single-issue-wrapper .issue_controls .disabled_control {
  font-size: 15px;
  color: #fff;
  opacity: 0.6;
}
#single-issue-wrapper .issue_controls select {
  margin-left: 3px;
  height: 24px;
  border: none;
  border-radius: 2px;
}
#single-issue-wrapper .issue_controls .control-right {
  text-align: right;
}
@media (max-width: 991px) {
  #single-issue-wrapper .issue_controls .control-right {
    text-align: center;
  }
}
#single-issue-wrapper .issue-control {
  width: 20%;
  padding: 0 8px;
  min-width: 230px;
  margin: 8px 0;
}
@media (max-width: 991px) {
  #single-issue-wrapper .issue-control {
    text-align: center;
  }
}
@media (max-width: 560px) {
  #single-issue-wrapper .issue-control {
    min-width: 160px;
  }
}
#single-issue-wrapper .issue-carousel {
  max-width: 900px;
  margin: auto;
}
#single-issue-wrapper .issue-carousel .owl-nav {
  display: none;
}
#single-issue-wrapper .issue-carousel:hover .owl-nav:not(.disabled) {
  display: block;
}
#single-issue-wrapper .issue-carousel .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
}
#single-issue-wrapper .issue-carousel .owl-nav button span {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 9px;
}
#single-issue-wrapper .issue-carousel .owl-nav button.owl-prev {
  left: 0;
}
#single-issue-wrapper .issue-carousel .owl-nav button.owl-prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#single-issue-wrapper .issue-carousel .owl-nav button.owl-next {
  right: 0;
}
#single-issue-wrapper .issue-carousel .owl-nav button.owl-next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}/*# sourceMappingURL=style.css.map */