@charset "UTF-8";
/*!
Theme Name: Gamer
Theme URI: https://gamer.hu
Author: Netezis Kft.
Author URI: https://netezis.hu
Description: Gamer.hu theme by Netezis
Version: 1.0.0
Tested up to: 5.7
Requires PHP: 7.1
License: GNU General Public License v2 or later
License URI: LICENSE

Text Domain: gamer
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* style.css and style.map.css generated by phpstorm */
/*
xl: 1141  -
lg: 1019  - 1140
md: 768   - 1018
sm:       - 767
*/
/*
xl: 1141  -
lg: 1019  - 1140
md: 768   - 1018
sm:       - 767
*/
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@500;700&display=swap");
.container {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
.container .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
}
.container .row.nopy {
  padding-top: 0;
  padding-bottom: 0;
}
.container .row.nopt {
  padding-top: 0;
}
.container .row.nopb {
  padding-bottom: 0;
}
.container .row .col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.container .row .col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.container .row .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.container .row .col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.container .row .col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.container .row .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.container .row .col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.container .row .col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.container .row .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.container .row .col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.container .row .col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.container .row .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.container .row [class*=col] {
  position: relative;
  width: 100%;
}
.container .row [class*=col] .column-inner {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-flow: row wrap;
}

input[type=text], input[type=url], input[type=tel], input[type=email] {
  color: #444;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=text]:active, input[type=url]:active, input[type=tel]:active, input[type=email]:active, input[type=text]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=email]:focus {
  border-color: #b0b0b0;
}

textarea:focus, input:focus, input[type]:focus {
  outline: 0;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.d-none {
  display: none;
}

@media (max-width: 767px) {
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .d-sm-none {
    display: none;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .container .row [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container .row .col-12 {
    flex-shrink: 1;
  }
}
@media (min-width: 768px) {
  .container .row [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .d-md-none {
    display: none;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .container .row {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: -6px;
    margin-right: -6px;
  }
  .container .row .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .container .row .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .container .row .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .container .row .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .container .row .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .container .row .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container .row .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .container .row .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .container .row .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .container .row .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .container .row .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .container .row .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container .row [class*=col] {
    padding-left: 6px;
    padding-right: 6px;
  }
  .container .row [class*=col].custom-w-md-13 {
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
  }
  .container .row [class*=col].custom-w-md-22 {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }
  .container .row [class*=col].custom-w-md-28 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .container .row [class*=col].custom-w-md-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .container .row [class*=col].custom-w-md-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .container .row [class*=col].custom-w-md-65 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  .container .row [class*=col].custom-w-md-72 {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .d-lg-none {
    display: none;
  }
  .container .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .container .row .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .container .row .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .container .row .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .container .row .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .container .row .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .container .row .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container .row .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .container .row .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .container .row .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .container .row .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .container .row .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .container .row .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container .row [class*=col] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .container .row [class*=col].custom-w-lg-13 {
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
  }
  .container .row [class*=col].custom-w-lg-28 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .container .row [class*=col].custom-w-lg-62 {
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
  }
  .container .row [class*=col].custom-w-lg-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .container .row [class*=col].custom-w-lg-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .container .row [class*=col].custom-w-lg-72 {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
  }
}
@media (min-width: 1141px) {
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .d-xl-none {
    display: none;
  }
  .container .row .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .container .row .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .container .row .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .container .row .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .container .row .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .container .row .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container .row .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .container .row .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .container .row .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .container .row .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .container .row .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .container .row .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container .row [class*=col].custom-w-xl-13 {
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
  }
  .container .row [class*=col].custom-w-xl-28 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .container .row [class*=col].custom-w-xl-62 {
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
  }
  .container .row [class*=col].custom-w-xl-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .container .row [class*=col].custom-w-xl-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .container .row [class*=col].custom-w-xl-72 {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    z-index: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    z-index: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    z-index: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    z-index: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    z-index: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    z-index: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    z-index: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    z-index: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInMid {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInMid {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes growInMid {
  0% {
    opacity: 0;
    transform: perspective(600px) scale(0);
    -webkit-transform: perspective(600px) scale(0);
  }
  100% {
    opacity: 1;
    transform: perspective(600px) scale(1);
    -webkit-transform: perspective(600px) scale(1);
  }
}
@keyframes growInMid {
  0% {
    opacity: 0;
    transform: perspective(600px) scale(0);
    -webkit-transform: perspective(600px) scale(0);
  }
  100% {
    opacity: 1;
    transform: perspective(600px) scale(1);
    -webkit-transform: perspective(600px) scale(1);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    z-index: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeOutTop {
  0% {
    opacity: 0;
    z-index: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes slideToLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideFromRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes slideToRight {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes slideFromTop {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes slideToTop {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
/************************************************************************************************************/
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInTop {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeOutTop {
  -webkit-animation-name: fadeOutTop;
  animation-name: fadeOutTop;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slideToLeft {
  -webkit-animation-name: slideToLeft;
  animation-name: slideToLeft;
}

.slideFromRight {
  -webkit-animation-name: slideFromRight;
  animation-name: slideFromRight;
}

.slideToRight {
  -webkit-animation-name: slideToRight;
  animation-name: slideToRight;
}

.slideFromLeft {
  -webkit-animation-name: slideFromLeft;
  animation-name: slideFromLeft;
}

.slideFromLeft,
.slideFromRight,
.slideToLeft,
.slideToRight {
  opacity: 1 !important;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.slideFromTop {
  -webkit-animation-name: slideFromTop;
  animation-name: slideFromTop;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}

.slideToTop {
  -webkit-animation-name: slideToTop;
  animation-name: slideToTop;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
a {
  background-color: transparent;
  text-decoration: none;
  color: #ea1717;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: roboto, sans-serif;
  color: #111;
  font-weight: 400;
  margin: 6px 0;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #111;
}

h1 {
  font-size: 32px;
  line-height: 40px;
  margin-top: 33px;
  margin-bottom: 23px;
}

h2 {
  font-size: 27px;
  line-height: 38px;
  margin-top: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 22px;
  line-height: 30px;
  margin-top: 27px;
  margin-bottom: 17px;
}

h4 {
  font-size: 19px;
  line-height: 29px;
  margin-top: 24px;
  margin-bottom: 14px;
}

h5 {
  font-size: 17px;
  line-height: 25px;
  margin-top: 21px;
  margin-bottom: 11px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 21px;
  margin-bottom: 11px;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: initial;
}

a:hover,
a:focus,
a:active {
  color: #000000;
}

a:active, a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

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

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

header#desktop {
  width: 100%;
}
@media (max-width: 767px) {
  header#desktop {
    display: none;
  }
}
header#desktop #top_header {
  align-items: flex-end;
}
header#desktop #top_header .logo_container .column-inner .logo_inner_container {
  padding: 20px;
  width: 100%;
  position: relative;
  background-color: #4C9A5E;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  header#desktop #top_header .logo_container .column-inner .logo_inner_container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
header#desktop #top_header .logo_container .column-inner .logo_inner_container a {
  display: flex;
}
header#desktop #top_header .middle_container .weather_widget {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 5px;
  height: 20px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  header#desktop #top_header .middle_container .weather_widget {
    display: none;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  header#desktop #top_header .middle_container .weather_widget {
    display: none;
  }
}
header#desktop #top_header .middle_container .weather_widget .icon {
  width: auto;
  height: auto;
  max-width: 30px;
  max-height: 20px;
  object-fit: contain;
  object-position: center;
  margin-right: 4px;
  top: 0;
  align-self: center;
  position: relative;
  background: 0 0;
  line-height: 1;
  text-align: center;
  display: inline-block;
  cursor: default;
}
header#desktop #top_header .middle_container .weather_widget .celsius {
  display: block;
  user-select: none;
  margin-right: 6px;
  font-family: Montserrat, "sans-serif";
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
}
header#desktop #top_header .middle_container .weather_widget .city {
  font-family: Montserrat, "sans-serif";
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
}
header#desktop #top_header .middle_container .date_widget {
  display: inline-flex;
  align-items: center;
  text-align: left;
  margin-right: 15px;
  margin-bottom: 20px;
  height: 20px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
}
@media (min-width: 768px) and (max-width: 1018px) {
  header#desktop #top_header .middle_container .date_widget {
    margin-right: 10px;
    font-size: 10px;
    height: auto;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  header#desktop #top_header .middle_container .date_widget {
    height: auto;
  }
}
header#desktop #top_header .middle_container .search {
  display: inline-flex;
  justify-self: flex-end;
  margin-left: auto;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  header#desktop #top_header .middle_container .search {
    margin-top: -12px;
    margin-right: 0;
    margin-bottom: 0;
  }
}
header#desktop #top_header .middle_container .search .search_inner {
  display: flex;
  background-color: #f5f5f5;
  position: relative;
}
header#desktop #top_header .middle_container .search .search_inner input {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  padding: 0 0 0 10px;
  position: relative;
  flex: 1;
  background-color: transparent;
  line-height: 19px;
  border: 0;
  height: auto;
  min-height: 32px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  header#desktop #top_header .middle_container .search .search_inner input {
    font-size: 10px;
  }
}
header#desktop #top_header .middle_container .search .search_inner button {
  flex: 1;
  padding: 0 10px;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
  text-shadow: none;
  line-height: 16px;
  margin: 0;
  font-family: roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: auto;
  min-height: 32px;
  border: 0 rgba(255, 255, 255, 0);
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header#desktop #top_header .middle_container .search .search_inner button i, header#desktop #top_header .middle_container .search .search_inner button svg {
  font-size: 18px;
  top: 0;
  color: #000000;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1018px) {
  header#desktop #top_header .middle_container .search .search_inner button i, header#desktop #top_header .middle_container .search .search_inner button svg {
    font-size: 15px;
  }
}
header#desktop #top_header .featured_post_container .featured_post_inner {
  height: 150px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  header#desktop #top_header .featured_post_container .featured_post_inner {
    height: 104px;
    padding: 5px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  header#desktop #top_header .featured_post_container .featured_post_inner {
    height: 118px;
  }
}
header#desktop #top_header .featured_post_container .featured_post_inner .img_container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
header#desktop #top_header .featured_post_container .featured_post_inner .img_container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
header#desktop #top_header .featured_post_container .featured_post_inner .post_cat {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  background-color: #4C9A5E;
  color: #fff;
  margin-right: 5px;
  padding: 3px 6px 4px;
  text-decoration: none;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1018px) {
  header#desktop #top_header .featured_post_container .featured_post_inner .post_cat {
    display: none;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  header#desktop #top_header .featured_post_container .featured_post_inner .post_cat {
    font-size: 10px;
  }
}
header#desktop #top_header .featured_post_container .featured_post_inner h3.post_title {
  margin: 8px 0 0 0;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1018px) {
  header#desktop #top_header .featured_post_container .featured_post_inner h3.post_title {
    font-size: 10px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  header#desktop #top_header .featured_post_container .featured_post_inner h3.post_title {
    font-size: 11px;
  }
}
header#desktop #top_header .featured_post_container .featured_post_inner h3.post_title a {
  color: #fff;
  text-decoration: none;
}
header#desktop #news_ticker {
  padding-top: 0;
  padding-bottom: 0;
}
header#desktop #news_ticker .news_ticker_inner {
  margin-bottom: 0;
  padding: 20px;
  background-color: #f5f5f5;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  overflow: hidden;
}
header#desktop #news_ticker .news_ticker_inner .title {
  padding: 6px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1;
  background-color: #4C9A5E;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1018px) {
  header#desktop #news_ticker .news_ticker_inner .title {
    font-size: 11px;
  }
}
header#desktop #news_ticker .news_ticker_inner .posts {
  display: flex;
  align-items: center;
  vertical-align: top;
  padding: 0 0 0 15px;
  position: unset;
}
header#desktop #news_ticker .news_ticker_inner .posts .post_title_piece {
  opacity: 0;
  z-index: 0;
  position: absolute;
  padding-right: 119px;
  overflow: hidden;
}
header#desktop #news_ticker .news_ticker_inner .posts .post_title_piece > h3 {
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  word-wrap: break-word;
}
header#desktop #news_ticker .news_ticker_inner .posts .post_title_piece > h3 > a {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1018px) {
  header#desktop #news_ticker .news_ticker_inner .posts .post_title_piece > h3 > a {
    font-size: 12px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  header#desktop #news_ticker .news_ticker_inner .posts .post_title_piece > h3 > a {
    font-size: 14px;
  }
}
header#desktop nav#desktop-site-navigation {
  display: flex;
  justify-content: space-between;
  width: auto;
  height: auto;
  position: relative;
}
header#desktop nav#desktop-site-navigation.scrolled {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#desktop nav#desktop-site-navigation.fixed {
  visibility: visible;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100vw;
  background: #fff;
  left: 0;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
header#desktop nav#desktop-site-navigation.fixed > #mega_menu {
  display: flex;
}
header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul {
  width: 100%;
  display: flex;
  align-items: center;
}
header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li {
  display: inline-block;
}
header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li:hover {
  background: transparent;
}
header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li:hover > a {
  color: #4C9A5E;
}
header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li > a {
  padding: 0 10px;
  margin: 0 5px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 3.8;
  font-weight: 500;
  letter-spacing: 0.4px;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li > a {
    padding: 0 5px;
    margin: 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li > a {
    margin: 0;
    font-size: 12px;
    line-height: 3.4;
  }
}
header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li > a i, header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li > a svg {
  display: none;
}
header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li > ul.posts {
  max-width: 1248px;
  top: auto;
  border: none;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.14);
}
header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .entry_thumb .cat {
  display: none;
}
header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .post_title {
  padding: 20px 5px;
  border-width: 0 1px 1px 1px;
  border-color: #eaeaea;
  border-style: solid;
  text-align: center;
  line-height: 1;
  font-family: open sans, arial, sans-serif;
  font-size: 11px;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .post_title {
    padding: 15px 5px;
  }
}
header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .post_title > h3 {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .post_title > h3 {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .post_title > h3 {
    font-size: 12px;
  }
}
header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .post_title > h3 > a {
  color: #000;
}
header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li > ul.posts > .list_holder > .pagination {
  text-align: center;
}
header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li > ul.posts > .subcategory_list {
  background: transparent;
}
header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li > ul.posts > .subcategory_list > a {
  text-align: left;
}
header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li.logo {
  display: inline-flex;
  margin-right: auto;
}
header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li.logo:hover {
  background: #4C9A5E;
}
header#desktop nav#desktop-site-navigation.fixed > #mega_menu > ul > li.logo > a > h1 {
  margin: 0;
  line-height: 1;
  font-size: 0;
}
header#desktop nav#desktop-site-navigation.fixed > #hot {
  display: none;
}
header#desktop nav#desktop-site-navigation #hot > ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
header#desktop nav#desktop-site-navigation #hot > ul > li {
  float: left;
  list-style-type: none;
  margin: 0;
  line-height: 24px;
}
header#desktop nav#desktop-site-navigation #hot > ul > li:hover > a {
  color: #4C9A5E;
}
header#desktop nav#desktop-site-navigation #hot > ul > li:hover > ul.posts {
  display: flex;
}
header#desktop nav#desktop-site-navigation #hot > ul > li > a {
  display: flex;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.4px;
  padding: 15px 0 16px;
  color: #000;
  position: relative;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  header#desktop nav#desktop-site-navigation #hot > ul > li > a {
    font-size: 16px;
  }
}
header#desktop nav#desktop-site-navigation #hot > ul > li > a > i, header#desktop nav#desktop-site-navigation #hot > ul > li > a svg {
  font-size: 13px;
  top: -1px;
  color: #4C9A5E;
  margin: 0 0 0 7px;
  position: relative;
}
header#desktop nav#desktop-site-navigation #hot > ul > li > ul.posts {
  display: none;
  width: 100vw;
  max-width: 1240px;
  min-height: 250px;
  max-height: 80vh;
  position: absolute;
  left: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  margin-left: calc(100% + 20px);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.14);
  background-color: #fff;
  border: 1px solid #eaeaea;
  overflow: hidden;
  transition: 0.2s;
}
header#desktop nav#desktop-site-navigation #hot > ul > li > ul.posts > .list_holder {
  flex: 1;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header#desktop nav#desktop-site-navigation #hot > ul > li > ul.posts > .list_holder > .pagination {
  margin-top: 20px;
  text-align: center;
  position: relative;
  clear: both;
  width: 100%;
}
header#desktop nav#desktop-site-navigation #hot > ul > li > ul.posts > .list_holder > .list_anim {
  margin-left: -11px;
  margin-right: -11px;
  display: flex;
  flex-wrap: wrap;
}
header#desktop nav#desktop-site-navigation #hot > ul > li > ul.posts > .list_holder > .list_anim > li {
  width: 20%;
  float: left;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
  flex-direction: column;
  position: relative;
}
header#desktop nav#desktop-site-navigation #hot > ul > li > ul.posts > .list_holder > .list_anim > li:hover h3 {
  color: #4C9A5E;
}
header#desktop nav#desktop-site-navigation #hot > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder {
  border-color: #eaeaea;
  flex-direction: column;
  flex: 1;
  flex-basis: auto;
  display: flex;
  position: relative;
}
header#desktop nav#desktop-site-navigation #hot > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .entry_thumb {
  display: block;
  order: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  flex: 1;
  flex-grow: initial;
}
header#desktop nav#desktop-site-navigation #hot > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .entry_thumb > img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
}
header#desktop nav#desktop-site-navigation #hot > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .post_title {
  padding: 20px 5px;
  border-width: 0 1px 1px 1px;
  border-color: #eaeaea;
  border-style: solid;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  z-index: 1;
  min-height: 0;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 11px;
  line-height: 1;
}
header#desktop nav#desktop-site-navigation #hot > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .post_title > h3 {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
  word-wrap: break-word;
}
@media (min-width: 768px) and (max-width: 1018px) {
  header#desktop nav#desktop-site-navigation #hot > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .post_title > h3 {
    font-size: 12px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  header#desktop nav#desktop-site-navigation #hot > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .post_title > h3 {
    font-size: 13px;
  }
}
header#desktop nav#desktop-site-navigation #mega_menu {
  text-align: left;
  z-index: 998;
  position: unset;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  position: unset;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li {
  float: left;
  list-style-type: none;
  margin: 0;
  position: unset;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li.logo {
  display: none;
  padding: 13px 20px 16px;
  position: relative;
  background: #4C9A5E;
  max-width: 20%;
}
@media (min-width: 768px) and (max-width: 1018px) {
  header#desktop nav#desktop-site-navigation #mega_menu > ul > li.logo {
    padding: 10px 15px 13px;
    max-width: 220px;
  }
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li.logo > a {
  padding: 0;
  line-height: 0;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li:hover {
  background-color: #000;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li:hover > a {
  color: #fff;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li:hover > a > i, header#desktop nav#desktop-site-navigation #mega_menu > ul > li:hover > a svg {
  color: #fff;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li:hover > ul.posts {
  display: flex;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li[data-subcategories="1"] > ul.posts > .list_holder > .list_anim > li {
  width: 25%;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 0 14px;
  font-weight: 700;
  font-size: 14px;
  line-height: 48px;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  color: #000;
  font-family: open sans, arial, sans-serif;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li > a > i {
  margin: 0 0 0 7px;
  top: -1px;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li > ul.posts {
  display: none;
  width: 100vw;
  max-width: 1140px;
  min-height: 250px;
  max-height: 80vh;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-left: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1px solid #eaeaea;
  overflow: hidden;
  transition: 0.2s;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li > ul.posts > .subcategory_list {
  text-align: right;
  position: relative;
  z-index: 1;
  padding: 22px 0;
  width: 200px;
  max-height: none;
  vertical-align: top;
  overflow: visible;
  background-color: #fafafa;
  border-right: 1px solid #eaeaea;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li > ul.posts > .subcategory_list > a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  padding: 5px 22px;
  position: relative;
  vertical-align: middle;
  border-width: 1px 0;
  border-style: solid;
  border-color: transparent;
  z-index: 99;
  font-family: open sans, arial, sans-serif;
  line-height: 24px;
  text-align: left;
  margin-right: -1px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  header#desktop nav#desktop-site-navigation #mega_menu > ul > li > ul.posts > .subcategory_list > a {
    padding: 0 14px;
    font-size: 11px;
  }
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li > ul.posts > .subcategory_list > a.current {
  background-color: #fff;
  color: #4db2ec;
  border-color: #eaeaea;
  z-index: 99;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li > ul.posts > .list_holder {
  flex: 1;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li > ul.posts > .list_holder > .pagination {
  margin-top: 20px;
  text-align: left;
  position: relative;
  clear: both;
  width: 100%;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li > ul.posts > .list_holder > .list_anim {
  margin-left: -11px;
  margin-right: -11px;
  display: flex;
  flex-wrap: wrap;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li > ul.posts > .list_holder > .list_anim > li {
  width: 20%;
  float: left;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
  flex-direction: column;
  position: relative;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li > ul.posts > .list_holder > .list_anim > li:hover h3 > a {
  color: #4C9A5E;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder {
  border-color: #eaeaea;
  flex-direction: column;
  flex: 1;
  flex-basis: auto;
  display: flex;
  position: relative;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .entry_thumb {
  display: block;
  order: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  flex: 1;
  flex-grow: initial;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .entry_thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .entry_thumb .cat {
  left: 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  display: inline-block;
  font-family: open sans, arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  background-color: #222;
  color: #fff;
  margin-right: 5px;
  padding: 3px 6px 4px;
  vertical-align: top;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .entry_thumb .cat:hover {
  background-color: #4C9A5E;
  color: #fff;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .post_title {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  padding: 7px 0 0;
  z-index: 1;
  min-height: 0;
  font-family: open sans, arial, sans-serif;
  font-size: 11px;
  line-height: 1;
}
header#desktop nav#desktop-site-navigation #mega_menu > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .post_title > h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  header#desktop nav#desktop-site-navigation #mega_menu > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .post_title > h3 {
    font-size: 12px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  header#desktop nav#desktop-site-navigation #mega_menu > ul > li > ul.posts > .list_holder > .list_anim > li .post_holder > .post_title > h3 {
    font-size: 13px;
  }
}

header#mobile {
  position: fixed;
  width: 100vw;
  z-index: 100;
  background: #4C9A5E;
  top: 0;
}
@media (min-width: 768px) {
  header#mobile {
    display: none;
  }
}
header#mobile .mobile_header_widget {
  display: flex;
  width: 100%;
  height: 56px;
  align-items: center;
}
header#mobile .mobile_header_widget.mobile_hamburger {
  width: 55px;
  height: 55px;
  line-height: 55px;
  margin-left: 0;
  cursor: pointer;
}
header#mobile .mobile_header_widget.mobile_hamburger > i, header#mobile .mobile_header_widget.mobile_hamburger svg {
  color: #fff;
  font-size: 22px;
}
header#mobile .mobile_header_widget.mobile_logo {
  justify-content: center;
}
header#mobile .mobile_header_widget.mobile_logo a h1 {
  margin: 0;
  line-height: 0;
}
header#mobile .mobile_header_widget.mobile_logo a h1 img {
  max-width: 130px;
}
header#mobile .mobile_header_widget.mobile_search {
  margin-left: auto;
  width: 55px;
  height: 55px;
  line-height: 55px;
  margin-right: 0;
  cursor: pointer;
  justify-content: flex-end;
}
header#mobile .mobile_header_widget.mobile_search > i, header#mobile .mobile_header_widget.mobile_search svg {
  color: #fff;
  font-size: 22px;
}

#header-search-mobile {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: none;
  -webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  visibility: visible;
}
@media (max-width: 767px) {
  #header-search-mobile {
    display: block;
  }
}
#header-search-mobile.active {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
#header-search-mobile.active .search_wrap .mobile_search_container form {
  opacity: 1;
}
#header-search-mobile.active .search_wrap .mobile_search_container:after {
  width: 100%;
  opacity: 1;
}
#header-search-mobile > .background-image {
  position: relative;
  width: 100%;
  height: 100%;
}
#header-search-mobile > .background-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.98;
  background: rgba(73, 46, 81, 0.8);
  background: -moz-linear-gradient(top, rgba(73, 46, 81, 0.8) 0%, rgba(221, 33, 33, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73, 46, 81, 0.8)), color-stop(100%, rgba(221, 33, 33, 0.5)));
  background: -webkit-linear-gradient(top, rgba(73, 46, 81, 0.8) 0%, rgba(221, 33, 33, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(73, 46, 81, 0.8) 0%, rgba(221, 33, 33, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(73, 46, 81, 0.8) 0%, rgba(221, 33, 33, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(73, 46, 81, 0.8) 0%, rgba(221, 33, 33, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(73,46,81,0.8)", endColorstr="rgba(221,33,33,0.5)", GradientType=0);
}
#header-search-mobile > .background-image > img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
#header-search-mobile > .search_wrap {
  padding: 0;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  text-align: center;
  z-index: 9999;
  visibility: visible;
  color: #fff;
  font-family: -apple-system, ".sfnstext-regular", san francisco, roboto, segoe ui, helvetica neue, lucida grande, sans-serif;
}
#header-search-mobile > .search_wrap .search_close {
  text-align: right;
  z-index: 1000;
  height: 70px;
  width: 70px;
  line-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
}
#header-search-mobile > .search_wrap .search_close:hover > i, #header-search-mobile > .search_wrap .search_close:hover svg {
  color: #4C9A5E;
}
#header-search-mobile > .search_wrap .search_close > i, #header-search-mobile > .search_wrap .search_close svg {
  font-size: 30px;
  color: #fff;
  position: relative;
}
#header-search-mobile > .search_wrap .mobile_search_container {
  margin: 0 5% 30px 5%;
  position: relative;
}
#header-search-mobile > .search_wrap .mobile_search_container:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.2;
  transition: width 1s ease, opacity 2s ease;
}
#header-search-mobile > .search_wrap .mobile_search_container form {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  opacity: 0;
  transition: 1s ease;
}
#header-search-mobile > .search_wrap .mobile_search_container form label {
  opacity: 0.8;
  font-size: 12px;
  text-align: center;
  color: #fff;
  width: 100%;
}
#header-search-mobile > .search_wrap .mobile_search_container form input {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  height: 40px;
  line-height: 36px;
  border: 0;
  background: 0 0;
  outline: 0;
  margin: 8px 0;
  padding: 0;
  text-align: center;
  font-family: -apple-system, ".sfnstext-regular", san francisco, roboto, segoe ui, helvetica neue, lucida grande, sans-serif;
}
#header-search-mobile > .search_wrap ul.posts {
  height: calc(100vh - 177px);
  overflow: auto;
  padding: 0 0 30px 0;
  margin: 0 5%;
  text-align: left;
}
#header-search-mobile > .search_wrap ul.posts > li {
  list-style-type: none;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  flex-flow: row nowrap;
}
#header-search-mobile > .search_wrap ul.posts > li.no_result {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  width: 100%;
  display: block;
}
#header-search-mobile > .search_wrap ul.posts > li.all_results > a {
  display: block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  line-height: 50px;
  color: #000;
  border: none;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
  margin: 10px 0 40px;
  font-size: 17px;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.8;
}
#header-search-mobile > .search_wrap ul.posts > li > a.image_link {
  margin-bottom: 0;
  width: 80px;
  height: 60px;
  display: inline-flex;
}
#header-search-mobile > .search_wrap ul.posts > li > a.image_link > img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
#header-search-mobile > .search_wrap ul.posts > li > a.entry_title_link {
  margin: 0 0 0 20px;
  padding-top: 2px;
  display: inline-flex;
  width: auto;
  flex-flow: column nowrap;
}
#header-search-mobile > .search_wrap ul.posts > li > a.entry_title_link > .entry_title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 5px;
  word-wrap: break-word;
  color: #fff;
}
#header-search-mobile > .search_wrap ul.posts > li > a.entry_title_link > .entry_date {
  font-family: open sans, arial, sans-serif;
  font-size: 11px;
  margin-bottom: 7px;
  line-height: 1;
  min-height: 17px;
  color: #ddd;
  opacity: 0.8;
  display: inline-block;
  position: relative;
  top: 2px;
}

#header-mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: none;
  -webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  visibility: visible;
}
@media (max-width: 767px) {
  #header-mobile-menu {
    display: block;
  }
}
#header-mobile-menu.active {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
#header-mobile-menu > .background-image {
  position: relative;
  width: 100%;
  height: 100%;
}
#header-mobile-menu > .background-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.98;
  background: rgba(73, 46, 81, 0.8);
  background: -moz-linear-gradient(top, rgba(73, 46, 81, 0.8) 0%, rgba(221, 33, 33, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73, 46, 81, 0.8)), color-stop(100%, rgba(221, 33, 33, 0.5)));
  background: -webkit-linear-gradient(top, rgba(73, 46, 81, 0.8) 0%, rgba(221, 33, 33, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(73, 46, 81, 0.8) 0%, rgba(221, 33, 33, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(73, 46, 81, 0.8) 0%, rgba(221, 33, 33, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(73, 46, 81, 0.8) 0%, rgba(221, 33, 33, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(73,46,81,0.8)", endColorstr="rgba(221,33,33,0.5)", GradientType=0);
}
#header-mobile-menu > .background-image > img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
#header-mobile-menu > .close_modal_wrap {
  padding: 0;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  text-align: center;
  z-index: 9999;
  visibility: visible;
  color: #fff;
  font-family: -apple-system, ".sfnstext-regular", san francisco, roboto, segoe ui, helvetica neue, lucida grande, sans-serif;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
#header-mobile-menu > .close_modal_wrap .facebook {
  border: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 38px;
  vertical-align: middle;
}
#header-mobile-menu > .close_modal_wrap .facebook:hover > i, #header-mobile-menu > .close_modal_wrap .facebook:hover svg {
  color: #4C9A5E;
}
#header-mobile-menu > .close_modal_wrap .facebook > i, #header-mobile-menu > .close_modal_wrap .facebook svg {
  font-size: 14px;
  color: #fff;
  position: relative;
  transition: 0.3s;
}
#header-mobile-menu > .close_modal_wrap .close_mobile_menu {
  text-align: right;
  z-index: 1000;
  height: 70px;
  width: 70px;
  line-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
}
#header-mobile-menu > .close_modal_wrap .close_mobile_menu:hover > i, #header-mobile-menu > .close_modal_wrap .close_mobile_menu:hover svg {
  color: #4C9A5E;
}
#header-mobile-menu > .close_modal_wrap .close_mobile_menu > i, #header-mobile-menu > .close_modal_wrap .close_mobile_menu svg {
  font-size: 30px;
  color: #fff;
  position: relative;
}
#header-mobile-menu .menu_items {
  position: absolute;
  top: 60px;
  padding: 20px 20px 0;
  width: 100%;
}
#header-mobile-menu .menu_items > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#header-mobile-menu .menu_items > ul > li {
  float: none;
  margin-left: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  line-height: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
}
#header-mobile-menu .menu_items > ul > li.active > .toggler > i, #header-mobile-menu .menu_items > ul > li.active > .toggler svg {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}
#header-mobile-menu .menu_items > ul > li.active > ul {
  display: block;
  max-height: 2000px;
  opacity: 0.9;
  width: 100%;
}
#header-mobile-menu .menu_items > ul > li > a {
  display: inline-flex;
  align-items: center;
  line-height: 21px;
  font-size: 21px;
  color: #fff;
  margin-left: 0;
  padding: 12px 30px 12px 12px;
  font-weight: 700;
  font-family: -apple-system, ".sfnstext-regular", san francisco, roboto, segoe ui, helvetica neue, lucida grande, sans-serif;
  width: calc(100% - 50px);
  position: relative;
  margin-right: auto;
}
#header-mobile-menu .menu_items > ul > li > .toggler {
  display: inline-flex;
  margin-left: auto;
  z-index: 1000;
  width: 30px;
}
#header-mobile-menu .menu_items > ul > li > .toggler > i, #header-mobile-menu .menu_items > ul > li > .toggler svg {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  font-size: 27px;
  float: right;
  color: #fff;
  -webkit-transform-origin: 50% 48% 0;
  transform-origin: 50% 48% 0;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
#header-mobile-menu .menu_items > ul > li > ul {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#header-mobile-menu .menu_items > ul > li > ul > li {
  width: 100%;
}
#header-mobile-menu .menu_items > ul > li > ul > li > a {
  width: 100%;
  z-index: 1;
  padding: 9px 26px 9px 36px;
  line-height: 19px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  color: #fff;
  margin-left: 0;
  font-family: -apple-system, ".sfnstext-regular", san francisco, roboto, segoe ui, helvetica neue, lucida grande, sans-serif;
}

footer {
  background: -webkit-linear-gradient(-90deg, #000000, #222222);
  background: linear-gradient(-90deg, #000000, #222222);
}
footer .widgets {
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  footer .widgets {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
  }
}
footer .widgets .widget {
  display: flex;
  width: 100%;
  padding: 0 5px;
  margin: 0 -5px;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  footer .widgets .widget {
    margin-bottom: 30px;
  }
}
footer .widgets .widget .widget_header {
  margin: 10px 0 25px 0;
  clear: both;
  display: block;
  width: 100%;
  position: relative;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
footer .widgets .widget .widget_header.red {
  color: #4C9A5E;
}
@media (max-width: 767px) {
  footer .widgets .widget .widget_header {
    margin: 10px 0;
  }
}
footer .widgets .widget .widget_posts {
  display: block;
  width: 100%;
  position: relative;
}
footer .widgets .widget .widget_posts ul {
  margin: 0;
  padding: 0;
}
footer .widgets .widget .widget_posts ul li {
  display: block;
  width: 100%;
}
footer .widgets .widget .widget_posts ul li h3 {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
  word-wrap: break-word;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1018px) {
  footer .widgets .widget .widget_posts ul li h3 {
    font-size: 11px;
  }
}
footer .widgets .widget .widget_posts ul li h3 > a {
  padding: 5px 0;
  margin: 5px 0;
  color: #fff;
  display: block;
  width: 100%;
}
footer .widgets .widget .widget_posts ul li h3 > a:hover {
  color: #4C9A5E;
}
footer .contact_header {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  margin-top: 30px;
}
footer .footer_bottom {
  display: flex;
  width: 100%;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  footer .footer_bottom {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
footer .footer_bottom .footer_image_holder {
  padding: 5px 8px;
  position: relative;
}
@media (max-width: 767px) {
  footer .footer_bottom .footer_image_holder {
    margin-bottom: 25px;
  }
}
footer .footer_bottom .footer_image_holder a {
  display: flex;
  pointer-events: auto;
  align-items: flex-start;
}
footer .footer_bottom .footer_image_holder a h1 {
  display: flex;
  pointer-events: auto;
  align-items: flex-start;
  margin: 0;
}
footer .footer_bottom .footer_image_holder a h1 img {
  display: block;
}
@media (min-width: 768px) and (max-width: 1018px) {
  footer .footer_bottom .footer_image_holder a h1 img {
    max-width: 220px;
  }
}
footer .footer_bottom .social_icons {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  footer .footer_bottom .social_icons {
    justify-content: flex-start;
    margin-bottom: 15px;
  }
}
footer .footer_bottom .social_icons > a {
  background: #20c3cc;
  display: inline-flex;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 5px;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
footer .footer_bottom .social_icons > a:hover {
  background: #4C9A5E;
}
footer .footer_bottom .social_icons > a > i, footer .footer_bottom .social_icons > a svg {
  font-size: 17px;
  color: #fff;
}
footer .footer_bottom .links {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  footer .footer_bottom .links {
    justify-content: flex-start;
  }
}
footer .footer_bottom .links > a {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-flex;
  padding: 0 20px;
  margin-right: -20px;
  line-height: 41px;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  transition: 0.4s;
}
@media (min-width: 768px) and (max-width: 1018px) {
  footer .footer_bottom .links > a {
    padding: 0 8px;
    margin-right: -8px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  footer .footer_bottom .links > a {
    padding: 0 10px;
    margin: 0;
  }
}
@media (max-width: 500px) {
  footer .footer_bottom .links > a {
    padding: 0 5px;
  }
}
footer .footer_bottom .links > a:hover {
  color: #4C9A5E;
}

body {
  overflow-x: hidden;
  /* CUSTOM AD */
}
@media (max-width: 767px) {
  body.modal_on {
    padding-top: 0;
  }
  body.modal_on #page {
    position: fixed;
    transform: scale3d(0.9, 0.9, 0.9);
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -webkit-box-shadow: 0 0 46px;
    box-shadow: 0 0 46px;
  }
}
body #po-358 {
  height: 0;
}
body #po-358 > div {
  height: 0;
}

.mb-50 {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  #main {
    margin-top: -1px;
  }
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.red {
  color: #4C9A5E;
}

.white {
  color: #fff;
}

h4.section_title {
  position: relative;
  background-color: #4C9A5E;
  font-size: 13px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 26px;
  padding: 11px 0;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  border: 1px solid transparent;
}
h4.section_title.type2 {
  background-color: #dd2587;
}
h4.section_title span {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin: 0 12px;
  display: inline-block;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  h4.section_title span {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  h4.section_title span {
    font-size: 16px;
  }
}

.adzone_outer {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}
.adzone_outer.nom {
  margin-top: 0;
  margin-bottom: 0;
}
.adzone_outer.nomt {
  margin-top: 0;
}
.adzone_outer > * {
  margin-left: auto;
  margin-right: auto;
}

#page {
  width: 100%;
  -webkit-transition: transform 0.7s ease;
  transition: transform 0.7s ease;
}
@media (max-width: 767px) {
  #page {
    padding-top: 56px;
    margin: auto;
    width: 100%;
    -webkit-transform-origin: 50% 200px 0;
    transform-origin: 50% 200px 0;
  }
}

.category_header {
  width: 100%;
}
@media (max-width: 767px) {
  .category_header {
    margin-top: 15px;
  }
}
.category_header h4 {
  width: 100%;
  font-size: 20px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 29px;
  position: relative;
  overflow: hidden;
  text-align: left;
  text-transform: uppercase;
}
.category_header h4.oswald {
  font-family: Oswald, sans-serif;
  font-weight: 600;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .category_header h4.md-smaller {
    font-size: 18px;
    font-weight: 600;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .category_header h4.sm-smaller {
    font-size: 16px;
    font-weight: 600;
  }
}
.category_header h4 span {
  position: relative;
  padding-right: 20px;
}
.category_header h4 span:before, .category_header h4 span:after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  width: 2000px;
  background-color: #f5f5f5;
}
.category_header h4 span:before {
  left: 100%;
}
.category_header h4 span:after {
  right: 100%;
}
.category_header.type2 h4 {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 26px;
  line-height: 1;
  padding: 14px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  font-family: Oswald, sans-serif;
}
.category_header.type2 h4 span {
  padding-right: 0;
}
.category_header.type2 h4 span:before {
  content: "";
  display: none;
}
.category_header.type2 h4 span:after {
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  top: unset;
  width: 30px;
  background-color: #4C9A5E;
}
.category_header.type3 h4 {
  font-size: 17px;
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 22px;
  line-height: 37px;
  padding: 0;
}
.category_header.type3 h4 span {
  font-family: Oswald, sans-serif;
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
}
.category_header.type4 h4 {
  overflow: visible;
}
.category_header.type4 h4:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f5f5f5;
}
.category_header.type4 h4:after {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  margin: auto;
  background-color: #4db2ec;
}
.category_header.type4 h4 span:before {
  display: none;
}
.category_header.type4 h4 span:after {
  display: none;
}
.category_header.type5 h4 {
  font-family: Oswald, sans-serif;
}
.category_header.type5 h4 span:before {
  background-color: #3a3a3a;
}
.category_header.type5 h4 span:after {
  background-color: #3a3a3a;
}
.category_header.type6 h4 {
  font-family: Oswald, sans-serif;
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .category_header.type6 h4 {
    font-size: 16px;
    font-weight: 600;
  }
}

.posts {
  position: relative;
}

.post_type1_var1:hover .meta_info_featured .entry_title_featured a {
  color: #4C9A5E;
}
@media (min-width: 1141px) {
  .post_type1_var1 .meta_info_featured {
    position: absolute;
    padding: 14px 20px;
    width: 100%;
    border-width: 0;
    margin-bottom: 0;
    z-index: 1;
    min-height: 0;
    font-family: open sans, arial, sans-serif;
    font-size: 11px;
    line-height: 1;
    bottom: -64px;
    left: 10px;
  }
  .post_type1_var1 .meta_info_featured .entry_title_featured {
    margin: 0;
    position: relative;
  }
  .post_type1_var1 .meta_info_featured .entry_title_featured::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -30px;
    width: calc(100% + 40px);
    height: calc(100% + 60px);
    background: linear-gradient(0deg, rgba(30, 30, 30, 0.9) 0%, rgba(60, 60, 60, 0.7) 25%, rgba(90, 90, 90, 0.5) 50%, rgba(120, 120, 120, 0.3) 75%, rgba(180, 180, 180, 0) 100%);
    z-index: -1;
    pointer-events: none;
  }
  .post_type1_var1 .meta_info_featured .entry_title_featured a {
    color: white;
    font-size: 26px;
    transition: 0.4s;
  }
}
@media (min-width: 1141px) and (max-width: 1140px) {
  .post_type1_var1 .meta_info_featured .entry_title_featured a {
    font-size: 20px;
  }
}
@media (min-width: 1141px) {
  .post_type1_var1 .meta_info_featured .category_featured {
    padding: 10px 6px;
    display: inline-block;
    background-color: white;
    color: #4C9A5E;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 5px 10px 0;
    vertical-align: top;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    border: 2px solid white;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  }
}
@media (min-width: 576px) and (max-width: 1141px) {
  .post_type1_var1 .meta_info_featured {
    position: absolute;
    padding: 14px 20px;
    width: 100%;
    border-width: 0;
    margin-bottom: 0;
    z-index: 1;
    min-height: 0;
    font-family: open sans, arial, sans-serif;
    font-size: 11px;
    line-height: 1;
    bottom: 10px;
    left: 10px;
  }
  .post_type1_var1 .meta_info_featured .entry_title_featured {
    margin: 0;
    position: relative;
  }
  .post_type1_var1 .meta_info_featured .entry_title_featured::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -30px;
    width: calc(100% + 40px);
    height: calc(100% + 60px);
    background: linear-gradient(0deg, rgba(30, 30, 30, 0.9) 0%, rgba(60, 60, 60, 0.7) 25%, rgba(90, 90, 90, 0.5) 50%, rgba(120, 120, 120, 0.3) 75%, rgba(180, 180, 180, 0) 100%);
    z-index: -1;
    pointer-events: none;
  }
  .post_type1_var1 .meta_info_featured .entry_title_featured a {
    color: white;
    font-size: 26px;
    transition: 0.4s;
  }
}
@media (min-width: 576px) and (max-width: 1141px) and (max-width: 1140px) {
  .post_type1_var1 .meta_info_featured .entry_title_featured a {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 1141px) {
  .post_type1_var1 .meta_info_featured .category_featured {
    padding: 10px 6px;
    display: inline-block;
    background-color: white;
    color: #4C9A5E;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 5px 10px 0;
    vertical-align: top;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    border: 2px solid white;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 576px) {
  .post_type1_var1 .meta_info_featured {
    padding: 22px 18px;
    width: 100%;
    margin-bottom: 0;
    z-index: 1;
    min-height: 0;
    font-family: open sans, arial, sans-serif;
    font-size: 11px;
    line-height: 1;
  }
  .post_type1_var1 .meta_info_featured .entry_title_featured {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.3;
    font-family: Oswald, sans-serif;
    font-weight: 600;
  }
  .post_type1_var1 .meta_info_featured .entry_title_featured a {
    color: black;
    font-size: 26px;
  }
}
@media (max-width: 576px) and (max-width: 1140px) {
  .post_type1_var1 .meta_info_featured .entry_title_featured a {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .post_type1_var1 .meta_info_featured .category_featured {
    padding: 0;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    color: #4C9A5E;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 5px 10px 0;
    vertical-align: top;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    border: 2px solid white;
    border-radius: 6px;
  }
}

.post_container {
  flex-direction: column;
  border-color: #e6e6e6;
  display: flex;
  position: relative;
}
.post_container:hover .meta_info .entry_title a {
  color: #4C9A5E;
}
@media (max-width: 767px) {
  .post_container {
    margin-bottom: 24px;
  }
}
.post_container .image_container {
  display: block;
  order: 0;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
}
.post_container .image_container .image_link {
  padding-bottom: 100%;
  display: block;
  position: relative;
}
.post_container .image_container .image_link img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  object-fit: cover;
  object-position: center;
}
.post_container .meta_info {
  padding: 24px 20px;
  border-width: 0 1px 1px 1px;
  border-color: #eaeaea;
  width: 100%;
  margin-bottom: 0;
  z-index: 1;
  min-height: 0;
  font-family: open sans, arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  border-style: solid;
}
@media (max-width: 767px) {
  .post_container .meta_info {
    padding: 22px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container .meta_info {
    padding: 20px 12px;
  }
}
.post_container .meta_info .category {
  padding: 0;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  color: #4C9A5E;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 5px 10px 0;
  vertical-align: top;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.post_container .meta_info .entry_title {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .post_container .meta_info .entry_title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .post_container .meta_info .entry_title {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container .meta_info .entry_title {
    font-size: 14px;
  }
}
.post_container .meta_info .entry_title a {
  color: #000000;
  transition: 0.4s;
}
.post_container .meta_info .post_meta_info {
  font-family: open sans, arial, sans-serif;
  font-size: 11px;
  margin-bottom: 7px;
  line-height: 1;
  min-height: 17px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.post_container .meta_info .post_meta_info .post_author {
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: 2px;
}
.post_container .meta_info .post_meta_info .post_author a {
  color: #111;
}
.post_container .meta_info .post_meta_info .wrapper {
  color: #ccc;
  margin: 0 5px;
  font-weight: 400;
  width: auto;
  display: inline-flex;
}
.post_container .meta_info .post_meta_info .post_date {
  color: #aaa;
  display: inline-block;
  position: relative;
  top: 2px;
}
.post_container body.home .post_type1_var2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
  align-items: center;
}
.post_container.post_type1_var2 .image_container .image_link {
  padding-bottom: 60%;
}
.post_container.post_type2 {
  flex-direction: row;
}
@media (max-width: 767px) {
  .post_container.post_type2 {
    flex-direction: column;
  }
}
.post_container.post_type2 .image_container {
  flex: 0 0 48%;
  width: 48%;
  display: block;
  order: 0;
}
@media (max-width: 767px) {
  .post_container.post_type2 .image_container {
    flex: 0 1 100%;
    width: 100%;
  }
}
.post_container.post_type2 .image_container .image_link {
  padding-bottom: 60%;
}
.post_container.post_type2 .meta_info {
  border-width: 1px 1px 1px 0;
}
@media (max-width: 767px) {
  .post_container.post_type2 .meta_info {
    border-width: 0 1px 1px 1px;
  }
}
.post_container.post_type2 .meta_info .category {
  align-self: flex-start;
}
.post_container.post_type3 .image_container .image_link {
  padding-bottom: calc(100% + 10px);
  min-height: 200px;
}
@media (max-width: 767px) {
  .post_container.post_type3 .image_container .image_link {
    height: 420px;
    padding-bottom: 0;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .post_container.post_type3 .image_container .image_link {
    min-height: auto;
    padding-bottom: 0;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type3 .image_container .image_link {
    min-height: auto;
    padding-bottom: 0;
    height: 100%;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .post_container.post_type3 .image_container {
    height: 360px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type3 .image_container {
    height: 280px;
  }
}
.post_container.post_type3 .meta_info {
  top: auto;
  bottom: 0;
  max-width: 85%;
  margin: 0 0 25px 0;
  padding: 20px 15px 15px 0;
  background-color: #ffffff;
  position: relative;
  left: 0;
  right: 0;
  color: #fff;
  min-height: 17px;
  border: 0;
}
.post_container.post_type3 .meta_info .category {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type3 .meta_info .category {
    font-size: 11px;
  }
}
.post_container.post_type3 .meta_info .entry_title {
  margin: 15px 0 0 0;
  word-wrap: break-word;
  font-size: 22px;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .post_container.post_type3 .meta_info .entry_title {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type3 .meta_info .entry_title {
    font-size: 18px;
    margin-top: 10px;
  }
}
.post_container.post_type3.home_latest_posts {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1141px) {
  .post_container.post_type3.home_latest_posts {
    flex-direction: column;
  }
}
.post_container.post_type3.home_latest_posts.swiper-slide {
  padding: 0 80px;
}
@media (min-width: 1141px) {
  .post_container.post_type3.home_latest_posts.swiper-slide {
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .post_container.post_type3.home_latest_posts.swiper-slide {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .post_container.post_type3.home_latest_posts.swiper-slide {
    flex-direction: column !important;
  }
  .post_container.post_type3.home_latest_posts.swiper-slide .image_container {
    width: 100%;
  }
  .post_container.post_type3.home_latest_posts.swiper-slide .meta_info {
    max-width: 100%;
    margin-left: 0;
  }
}
.post_container.post_type3.home_latest_posts .image_container {
  display: block;
  order: 0;
  position: relative;
  height: 100%;
}
@media (min-width: 767px) and (max-width: 1141px) {
  .post_container.post_type3.home_latest_posts .image_container {
    height: auto;
  }
}
@media (min-width: 1141px) {
  .post_container.post_type3.home_latest_posts .image_container {
    width: 50%;
  }
}
.post_container.post_type3.home_latest_posts .image_container .image_link {
  padding-bottom: 56.25%;
}
@media (min-width: 1141px) {
  .post_container.post_type3.home_latest_posts .image_container .image_link {
    height: auto;
  }
}
@media (min-width: 767px) and (max-width: 1141px) {
  .post_container.post_type3.home_latest_posts .image_container .image_link {
    padding-bottom: 56.25%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .post_container.post_type3.home_latest_posts .image_container .image_link {
    padding-bottom: 56.25%;
    height: auto;
  }
}
.post_container.post_type3.home_latest_posts .meta_info {
  top: auto;
  bottom: 0;
  max-width: 85%;
  margin: 0 0 0 25px;
  padding: 20px 15px 15px 0;
  background-color: #ffffff;
  position: relative;
  left: 0;
  right: 0;
  color: #fff;
  min-height: 17px;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post_container.post_type3.home_latest_posts .meta_info .entry_title {
  margin: 15px 0 0 0;
  word-wrap: break-word;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .post_container.post_type3.home_latest_posts .meta_info .entry_title {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type3.home_latest_posts .meta_info .entry_title {
    font-size: 16px;
    margin-top: 10px;
  }
}
.post_container.post_type3.home_latest_posts .meta_info .post_excerpt {
  color: black;
  font-family: Oswald, sans-serif;
  line-height: 1.4;
}
@media (min-width: 1018px) {
  .post_container.post_type3.home_latest_posts .meta_info .post_excerpt {
    font-size: 16px;
  }
}
@media (max-width: 1018px) {
  .post_container.post_type3.home_latest_posts .meta_info .post_excerpt {
    font-size: 14px;
  }
}
.post_container.post_type4 .image_container .image_link {
  padding-bottom: 68%;
}
.post_container.post_type4 .meta_info {
  padding: 20px 5px 14px;
  text-align: center;
  border: 0;
  margin: 15px 0 0 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
}
.post_container.post_type4 .meta_info .category {
  margin: 0;
  display: block;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type4 .meta_info .category {
    font-size: 11px;
  }
}
.post_container.post_type4 .meta_info h3 {
  margin: 15px 0 0 0;
  font-size: 18px;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .post_container.post_type4 .meta_info h3 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type4 .meta_info h3 {
    font-size: 14px;
    margin-top: 10px;
  }
}
.post_container body.home.post_type5 {
  display: flex;
}
.post_container body.home.post_type5 .image_container .image_link {
  height: 400px;
  width: 400px;
}
@media (max-width: 767px) {
  .post_container body.home.post_type5 .image_container .image_link {
    height: 420px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .post_container body.home.post_type5 .image_container .image_link {
    height: 360px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container body.home.post_type5 .image_container .image_link {
    height: 280px;
  }
}
.post_container.post_type5 {
  margin-bottom: 25px;
}
.post_container.post_type5 .image_container .image_link {
  height: 400px;
}
@media (max-width: 767px) {
  .post_container.post_type5 .image_container .image_link {
    height: 420px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .post_container.post_type5 .image_container .image_link {
    height: 360px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type5 .image_container .image_link {
    height: 280px;
  }
}
.post_container.post_type6 {
  flex-direction: row;
  margin-bottom: 15px;
}
.post_container.post_type6 .image_container {
  flex: 0 0 30%;
  width: 30%;
  display: block;
  order: 0;
}
.post_container.post_type6 .image_container .image_link {
  padding-bottom: 130%;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type6 .image_container .image_link {
    padding-bottom: 140%;
  }
}
.post_container.post_type6 .meta_info {
  border-width: 1px 1px 1px 0;
  padding: 5px 5px 5px 15px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.post_container.post_type6 .meta_info .category {
  align-self: flex-start;
  font-size: 11px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type6 .meta_info .category {
    display: none;
  }
}
.post_container.post_type6 .meta_info .entry_title {
  margin: 8px 0 0 0;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .post_container.post_type6 .meta_info .entry_title {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type6 .meta_info .entry_title {
    margin: 0;
    font-size: 11px;
  }
}
.post_container.post_type7 {
  width: 25%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .post_container.post_type7 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type7 .meta_info {
    padding: 16px 10px;
  }
}
.post_container.post_type7 .meta_info .category {
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type7 .meta_info .category {
    font-size: 11px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .post_container.post_type7 .meta_info .entry_title {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type7 .meta_info .entry_title {
    font-size: 12px;
  }
}
.post_container.post_type8:before {
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#b3000000", GradientType=0);
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0));
}
.post_container.post_type8 .image_container .image_link {
  padding-bottom: 0;
  height: 100%;
  margin-bottom: 0;
  z-index: -1;
  position: static;
}
.post_container.post_type8 .meta_info {
  z-index: 2;
  position: absolute;
  bottom: 10px;
  color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: calc(100% + 44px);
  text-align: center;
  padding: 15px;
  border: 0;
}
@media (max-width: 767px) {
  .post_container.post_type8 .meta_info {
    max-width: calc(100% + 24px);
    bottom: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type8 .meta_info {
    padding: 10px;
  }
}
.post_container.post_type8 .meta_info .category {
  background-color: #4C9A5E;
  color: #ffffff;
  margin: 0;
  padding: 5px 12px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type8 .meta_info .category {
    font-size: 11px;
  }
}
.post_container.post_type8 .meta_info .entry_title {
  font-size: 22px;
  letter-spacing: -0.5px;
  margin: 15px 0 0 0;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .post_container.post_type8 .meta_info .entry_title {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type8 .meta_info .entry_title {
    font-size: 14px;
  }
}
.post_container.post_type8 .meta_info .entry_title > a {
  color: #fff;
}
.post_container.post_type9 {
  padding: 0 10px;
  width: 20%;
  display: block;
  float: left;
}
@media (max-width: 500px) {
  .post_container.post_type9 {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
  }
}
.post_container.post_type9:hover .meta_info .entry_title a {
  color: #4C9A5E;
}
.post_container.post_type9 .image_container {
  margin-bottom: 7px;
}
@media (max-width: 500px) {
  .post_container.post_type9 .image_container {
    width: 100px;
  }
}
.post_container.post_type9 .image_container .image_link {
  padding-bottom: 60%;
}
.post_container.post_type9 .meta_info {
  padding: 0;
  border-width: 0;
}
@media (max-width: 500px) {
  .post_container.post_type9 .meta_info {
    width: calc(100% - 115px);
    margin-left: auto;
  }
}
.post_container.post_type9 .meta_info .entry_title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: none;
  font-family: Roboto, sans-serif;
}
@media (max-width: 767px) {
  .post_container.post_type9 .meta_info .entry_title {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 500px) {
  .post_container.post_type9 .meta_info .entry_title {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type9 .meta_info .entry_title {
    font-size: 14px;
  }
}
.post_container.post_type9 .meta_info .entry_title > a {
  color: #111;
}
.post_container.post_type10 {
  width: 33.3333333333%;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .post_container.post_type10 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type10 .meta_info {
    padding: 16px 8px;
  }
}
@media (max-width: 767px) {
  .post_container.post_type10 .meta_info {
    padding: 20px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type10 .meta_info .category {
    font-size: 11px;
  }
}
.post_container.post_type10 .meta_info .entry_title {
  font-size: 18px;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .post_container.post_type10 .meta_info .entry_title {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type10 .meta_info .entry_title {
    font-size: 14px;
  }
}
.post_container.post_type11 {
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
}
.post_container.post_type11 .meta_info {
  padding: 20px 15px;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .post_container.post_type11 .meta_info {
    padding: 18px 12px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type11 .meta_info {
    padding: 15px 10px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .post_container.post_type11 .meta_info .category {
    font-size: 11px;
  }
}
.post_container.post_type11 .meta_info .entry_title {
  font-size: 16px;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .post_container.post_type11 .meta_info .entry_title {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type11 .meta_info .entry_title {
    font-size: 12px;
  }
}
.post_container.post_type12 {
  width: 100%;
  margin-bottom: 20px;
}
.post_container.post_type12 .image_container {
  margin-bottom: 12px;
}
.post_container.post_type12 .image_container .image_link {
  padding-bottom: 50%;
}
.post_container.post_type12 .meta_info .category {
  display: none;
}
.post_container.post_type12 .meta_info .entry_title {
  font-size: 21px;
  line-height: 25px;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type12 .meta_info .entry_title {
    font-size: 17px;
    line-height: 22px;
  }
}
.post_container.post_type13 {
  width: 50%;
  margin-bottom: 25px;
}
@media (max-width: 500px) {
  .post_container.post_type13 {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .post_container.post_type13 {
    width: 100%;
  }
}
.post_container.post_type13 .image_container {
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .post_container.post_type13 .image_container {
    width: 100%;
  }
}
.post_container.post_type13 .image_container .image_link {
  padding-bottom: 50%;
}
@media (max-width: 500px) {
  .post_container.post_type13 .meta_info {
    width: 100%;
  }
}
.post_container.post_type13 .meta_info .entry_title {
  font-size: 21px;
  line-height: 25px;
  margin: 0 0 6px;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type13 .meta_info .entry_title {
    font-size: 17px;
    line-height: 22px;
  }
}
.post_container.post_type14 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .post_container.post_type14 {
    width: 100%;
  }
}
.post_container.post_type14 .image_container {
  height: auto;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .post_container.post_type14 .meta_info {
    padding: 20px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type14 .meta_info {
    padding: 16px 10px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type14 .meta_info .category {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .post_container.post_type14 .meta_info .category {
    margin: 0 0 6px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .post_container.post_type14 .meta_info .entry_title {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .post_container.post_type14 .meta_info .entry_title {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .post_container.post_type14 .meta_info .entry_title {
    font-size: 20px;
  }
}

.additional-news-btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.friss-hireink-link {
  background: #20c3cc;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: white !important;
  transition: 0.4s;
}
.friss-hireink-link:hover {
  background: #4C9A5E;
}

.all_posts .posts_container {
  margin: 0 -10px;
}
.all_posts .posts_container > .post_container:nth-child(4n+1) {
  clear: both;
}

.divider {
  content: "";
  width: 100%;
  height: 1px;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
  background: #dddddd;
}
.divider.full-width {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.divider.type2 {
  background: #eaeaea;
  height: 3px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .divider.type2 {
    margin-bottom: 10px;
  }
}

.posts_slider_container {
  overflow: hidden;
  margin-bottom: 24px;
}
.posts_slider_container .post_slider_outer {
  height: 500px;
}
@media (max-width: 767px) {
  .posts_slider_container .post_slider_outer {
    height: 436px;
    margin-bottom: 30px;
  }
  .posts_slider_container .post_slider_outer .flickity-viewport {
    height: 436px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .posts_slider_container .post_slider_outer {
    height: 460px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .posts_slider_container .post_slider_outer {
    height: 320px;
  }
}
.posts_slider_container .post_slider_outer .post_slider_wrap {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  perspective: 1000px;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}
.posts_slider_container .post_slider_outer .post_slider_wrap .post_slider {
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.posts_slider_container .post_slider_outer .post_slider_wrap .post_slider:hover .flickity-prev-next-button {
  opacity: 1;
  z-index: 1;
}
.posts_slider_container .post_slider_outer .post_slider_wrap .post_slider .post_container {
  width: 100%;
  height: 100%;
}
.posts_slider_container .post_slider_outer .post_slider_wrap .post_slider .flickity-page-dots {
  display: none;
}
.posts_slider_container .post_slider_outer .post_slider_wrap .post_slider .flickity-prev-next-button {
  cursor: pointer;
  padding: 20px;
  position: absolute;
  display: block;
  width: auto;
  height: 80px;
  margin-top: -40px;
  top: 50%;
  opacity: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  line-height: 1;
  text-align: center;
  background: transparent;
  border-radius: 0;
  transform: translateY(0);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.posts_slider_container .post_slider_outer .post_slider_wrap .post_slider .flickity-prev-next-button[aria-label=Previous] {
  left: 0;
}
.posts_slider_container .post_slider_outer .post_slider_wrap .post_slider .flickity-prev-next-button[aria-label=Next] {
  right: 0;
}
.posts_slider_container .post_slider_outer .post_slider_wrap .post_slider .flickity-prev-next-button > svg {
  width: 15px;
  height: 15px;
  left: unset;
  top: unset;
  color: #fff;
  position: relative;
}

.pagination {
  margin: 0 0 0 auto;
  z-index: 1;
  position: relative;
  clear: both;
  display: block;
}
.pagination.pt-5 {
  padding-top: 5px;
}
.pagination .nav-icon,
.pagination .page-numbers:not(.dots) {
  display: inline-block;
  margin-right: 7px;
  width: 25px;
  height: 25px;
  line-height: 22px;
  border: 1px solid #dcdcdc;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  color: #b7b7b7;
}
.pagination .nav-icon.disabled,
.pagination .page-numbers:not(.dots).disabled {
  opacity: 0.5;
}
.pagination .nav-icon[data-moving=right],
.pagination .page-numbers:not(.dots)[data-moving=right] {
  margin-right: 0;
  padding-left: 2px;
}
.pagination .nav-icon:hover,
.pagination .page-numbers:not(.dots):hover {
  background-color: #4C9A5E;
  border-color: #4C9A5E;
  color: #fff;
}
.pagination .page-numbers.dots {
  margin-right: 7px;
}
@media (max-width: 767px) {
  .pagination .page-numbers.dots {
    display: none;
  }
}
@media (max-width: 767px) {
  .pagination .page-numbers.dots + .page-numbers {
    display: none;
  }
}
.pagination > .pages {
  margin-top: 8px;
  margin-bottom: 0;
  float: right;
  border: none;
  padding: 6px 0 6px 6px;
  display: inline-block;
  min-width: 33px;
  text-align: center;
  color: #666;
  line-height: 21px;
}
@media (max-width: 767px) {
  .pagination > .pages {
    display: none;
  }
}
.pagination.type2 {
  text-align: center;
}
.pagination.type2 .nav-icon {
  border: 0;
  font-size: 14px;
  color: #000;
}
.pagination.type2 .nav-icon:hover {
  color: #4C9A5E;
  background: transparent;
}
.pagination.type3 {
  margin-top: 30px;
  font-family: open sans, arial, sans-serif;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .pagination.type3 {
    margin-top: 10px;
  }
}
.pagination.type3 .page-numbers {
  margin-top: 8px;
  margin-bottom: 0;
  padding: 5px 11px;
  border: 1px solid #e3e3e3;
  display: inline-block;
  min-width: 33px;
  text-align: center;
  color: #666;
  line-height: 21px;
  float: left;
  width: auto;
  height: auto;
  font-size: 12px;
}
.pagination.type3 .page-numbers.dots {
  border-color: transparent;
}
@media (max-width: 767px) {
  .pagination.type3 .page-numbers.dots.dots {
    display: none;
  }
}
.pagination.type3 .page-numbers.dots:hover {
  color: #666;
  background-color: transparent;
  border-color: transparent;
}
.pagination.type3 .page-numbers.current {
  border-color: #4C9A5E;
  background-color: #4C9A5E;
  color: #fff;
}
.pagination.type3 .page-numbers.current:hover {
  border-color: #4C9A5E;
  background-color: #4C9A5E;
  color: #fff;
}
.pagination.type3 .page-numbers:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  -webkit-animation-name: fadeInMid;
  animation-name: fadeInMid;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.preloader > img {
  width: 90px;
  height: 90px;
  max-width: 100%;
  max-height: 100%;
  -webkit-animation-name: growInMid;
  animation-name: growInMid;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.wrapper {
  display: flex;
  width: 100%;
}
.wrapper.h60 {
  height: 60px;
}

#scroll-up {
  background: #4C9A5E;
  cursor: pointer;
  position: fixed;
  bottom: 4px;
  right: 5px;
  width: 40px;
  height: 40px;
  z-index: 9999;
  display: flex;
  align-items: center;
  transform: translate3d(0, 70px, 0);
  -webkit-transform: translate3d(0, 70px, 0);
  -webkit-transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}
#scroll-up.visible {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
#scroll-up > i, #scroll-up svg {
  position: relative;
  color: #fff;
  font-size: 20px;
  display: block;
  text-align: center;
  width: 100%;
  height: 28px;
}

#breadcrumb {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 75px;
}
#breadcrumb .breadcrumb_item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
#breadcrumb .breadcrumb_item > a, #breadcrumb .breadcrumb_item span {
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  color: #4C9A5E;
  display: inline-flex;
}
#breadcrumb .breadcrumb_item > .wrapper {
  position: relative;
  width: 2px;
  height: 14px;
  margin: 0 15px;
  background: #ddd;
  display: inline-flex;
  pointer-events: none;
}
#breadcrumb .breadcrumb_item > .wrapper > i, #breadcrumb .breadcrumb_item > .wrapper svg {
  display: none;
}
#breadcrumb .breadcrumb_item > a:hover {
  color: #111;
}

.sidebar {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .sidebar {
    margin-top: 60px;
  }
}
.sidebar .custom_ad {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  justify-content: center;
}
.sidebar .custom_ad.bottom {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .sidebar .custom_ad {
    margin: 25px auto 40px auto;
    clear: both;
    max-width: 200px;
  }
}
.sidebar .sidebar_category_list {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  margin-bottom: 30px;
}
.sidebar .sidebar_category_list .category_list {
  list-style: none;
  box-shadow: none;
  margin: 5px 0;
  padding: 0;
  width: 100%;
  display: block;
}
.sidebar .sidebar_category_list .category_list li {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
  list-style: none;
  width: 100%;
  display: block;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sidebar .sidebar_category_list .category_list li {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sidebar .sidebar_category_list .category_list li {
    font-size: 12px;
  }
}
.sidebar .sidebar_category_list .category_list li a {
  color: #000;
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.sidebar .sidebar_category_list .category_list li a:hover .category_count {
  color: #4C9A5E;
}
.sidebar .sidebar_category_list .category_list li a .category_count {
  margin-right: 10px;
}
.sidebar .sidebar_latest_posts {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
}
.sidebar .sidebar_latest_posts .posts {
  display: flex;
  width: 100%;
}
.sidebar .sidebar_latest_posts .posts .list_holder {
  width: 100%;
}

.adzone_outer {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.adzone_outer.nom {
  margin-top: 0;
  margin-bottom: 0;
}

.ad_banner_outer {
  text-align: center;
  overflow: hidden;
}
.ad_banner_outer div,
.ad_banner_outer iframe {
  max-width: 100%;
}
@media (max-width: 768px) {
  .ad_banner_outer {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .ad_banner_outer {
    margin-top: 20px;
  }
}

#front-page {
  position: relative;
}
#front-page .swiper .swiper-pagination-bullet-active {
  background: #4C9A5E !important;
}
#front-page .swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
#front-page .swiper .swiper-button-next, #front-page .swiper .swiper-button-prev {
  color: #f5f5f5 !important;
  background-color: #4C9A5E;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  #front-page .swiper .swiper-button-next, #front-page .swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
#front-page .swiper .swiper-button-next:after, #front-page .swiper .swiper-button-prev:after {
  font-size: 15px;
  font-weight: 900;
}
@media (max-width: 1024px) {
  #front-page .swiper .swiper-button-next:after, #front-page .swiper .swiper-button-prev:after {
    font-size: 10px;
  }
}
#front-page .swiper .swiper-button-next {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#front-page .swiper .swiper-button-prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1141px) {
  #front-page .swiper .swiper-pagination {
    bottom: -5px !important;
  }
}
#front-page .divider_row {
  overflow: hidden;
  width: 100vw;
  position: absolute;
  height: 100%;
  bottom: 0;
  line-height: 0;
  left: 50%;
  transform: translateX(-50%);
}
#front-page .divider_row .divider_outer {
  position: absolute;
  width: 100%;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  top: 22px;
}
#front-page .divider_row .divider_outer .divider_space {
  background-color: #4C9A5E;
  top: 100%;
  height: 22px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#front-page .divider_row .divider_outer svg {
  -webkit-filter: drop-shadow(12px 20px 10px #000000);
  filter: drop-shadow(12px 20px 10px #000000);
  fill: #4C9A5E;
  overflow: hidden;
  transform-origin: 50% 50% 0;
  width: 100%;
  min-width: 1000px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
#front-page #featured-posts {
  padding-bottom: 60px;
  padding-top: 50px;
}
@media (min-width: 1141px) {
  #front-page #featured-posts .post_container {
    flex-direction: row-reverse;
    border-color: #e6e6e6;
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1141px) {
  #front-page #featured-posts .post_container {
    flex-direction: column;
    border-color: #e6e6e6;
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 20px;
  }
}
#front-page #featured-posts .post_container .meta_info {
  padding: 12px 20px;
  width: 100%;
  margin-bottom: 0;
  z-index: 1;
  min-height: 0;
  font-family: open sans, arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  border: 0;
}
@media (max-width: 767px) {
  #front-page #featured-posts .post_container .meta_info {
    padding: 22px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  #front-page #featured-posts .post_container .meta_info {
    padding: 20px 12px;
  }
}
#front-page #featured-posts .post_container .meta_info .category {
  padding: 0;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  color: #4C9A5E;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 5px 10px 0;
  vertical-align: top;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  border: 2px solid white;
  border-radius: 6px;
}
#front-page #featured-posts .post_container .meta_info .entry_title {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}
@media (max-width: 767px) {
  #front-page #featured-posts .post_container .meta_info .entry_title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  #front-page #featured-posts .post_container .meta_info .entry_title {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  #front-page #featured-posts .post_container .meta_info .entry_title {
    font-size: 18px;
  }
}
#front-page #featured-posts .post_container .meta_info .entry_title a {
  color: #000000;
  transition: 0.4s;
}
#front-page #featured-posts .post_container .meta_info .entry_title a:hover {
  color: #4C9A5E;
}
#front-page #featured-posts .post_container .meta_info .post_meta_info {
  font-family: open sans, arial, sans-serif;
  font-size: 11px;
  margin-bottom: 7px;
  line-height: 1;
  min-height: 17px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
#front-page #featured-posts .post_container .meta_info .post_meta_info .post_author {
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: 2px;
}
#front-page #featured-posts .post_container .meta_info .post_meta_info .post_author a {
  color: #111;
}
#front-page #featured-posts .post_container .meta_info .post_meta_info .wrapper {
  color: #ccc;
  margin: 0 5px;
  font-weight: 400;
  width: auto;
  display: inline-flex;
}
#front-page #featured-posts .post_container .meta_info .post_meta_info .post_date {
  color: #aaa;
  display: inline-block;
  position: relative;
  top: 2px;
}
#front-page #featured-posts .post_container .image_container {
  display: block;
  order: 0;
  position: relative;
  width: 100%;
  height: 100%;
  flex: auto;
}
#front-page #featured-posts .post_container .image_container .image_link {
  padding-bottom: 56.25%;
  display: block;
  position: relative;
}
#front-page #featured-posts .post_container .image_container .image_link img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  object-fit: cover;
  object-position: center;
}
#front-page #featured-posts .posts-right {
  background-color: white;
  padding-right: 0;
}
@media (max-width: 767px) {
  #front-page #featured-posts {
    padding-bottom: 0;
  }
}
@media (min-width: 1141px) {
  #front-page #featured-posts .post_type1_var1 .image_container .image_link img {
    height: 451px;
  }
}
#front-page #category-columns {
  margin-bottom: 60px;
}
#front-page #category-columns .popular_posts_container {
  margin-bottom: 25px;
  padding: 15px 15px 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
#front-page #category-columns .category-columns-row {
  justify-content: space-between;
}
#front-page #full-random {
  margin-bottom: 50px;
  position: relative;
  clear: both;
}
@media (max-width: 767px) {
  #front-page #full-random {
    margin-bottom: 0;
  }
}
#front-page #full-random .posts_random {
  display: block;
  margin: 0 -10px;
}
#front-page .category-block .category_title {
  color: black;
  transition: 0.4s;
}
#front-page .category-block .category_title:hover {
  color: #4C9A5E;
}

#archive-page {
  margin-bottom: 60px;
}
#archive-page .archive_page_content {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
}
#archive-page .archive_page_content h1 {
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  #archive-page .archive_page_content h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#archive-page .archive_page_content .category_buttons_container {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
#archive-page .archive_page_content .category_buttons_container > .category_button {
  display: inline-flex;
  margin: 0 5px 0 0;
  background: #4C9A5E;
  border-radius: 100px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #archive-page .archive_page_content .category_buttons_container > .category_button {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
#archive-page .archive_page_content .category_buttons_container > .category_button:hover, #archive-page .archive_page_content .category_buttons_container > .category_button.current {
  background: #000;
}
#archive-page .archive_page_content .category_buttons_container > .category_button > a {
  padding: 6px 18px;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #archive-page .archive_page_content .category_buttons_container > .category_button > a {
    padding: 4px 10px;
    font-size: 12px;
  }
}
#archive-page .archive_page_content .posts_container {
  display: block;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #archive-page .archive_page_content .posts_container {
    margin-bottom: 20px;
  }
}

#page-404 {
  margin-top: 30px;
  margin-bottom: 20px;
}
#page-404 .page_title {
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  #page-404 .page_title {
    font-size: 24px;
  }
}
#page-404 .page_subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  #page-404 .page_subtitle {
    font-size: 14px;
  }
}
#page-404 .posts_container {
  display: flex;
  flex-flow: row wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
#page-404 .sidebar {
  margin-top: 0;
  margin-bottom: 55px;
}

#page-template #breadcrumb {
  height: auto;
  min-height: 35px;
  padding-bottom: 10px;
  padding-top: 20px;
}
#page-template #breadcrumb .breadcrumb_item > a, #page-template #breadcrumb .breadcrumb_item span {
  font-family: open sans, arial, sans-serif;
  font-size: 12px;
  color: #c3c3c3;
  line-height: 18px;
  text-transform: none;
  letter-spacing: initial;
}
#page-template #breadcrumb .breadcrumb_item > .wrapper {
  background: transparent;
  margin: 0 8px;
  width: 4px;
}
#page-template #breadcrumb .breadcrumb_item > .wrapper > i, #page-template #breadcrumb .breadcrumb_item > .wrapper svg {
  display: flex;
  font-size: 8px;
  color: #c3c3c3;
  height: 100%;
}
#page-template #breadcrumb .breadcrumb_item > a:hover {
  color: #777;
}
#page-template .page_inner {
  display: block;
  width: 100%;
}
#page-template .page_inner h1 {
  font-size: 30px;
  line-height: 38px;
  margin: 0 0 20px;
}

#search-page {
  margin-bottom: 60px;
}
#search-page .search {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 50px 0 30px 0;
}
#search-page .search form {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
#search-page .search form .search_inner {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  position: relative;
}
#search-page .search form .search_inner:after {
  content: "Ha esetleg nem találod, amit keresel, akkor próbálj más kulcsszavakat!";
  position: relative;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  display: flex;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1018px) {
  #search-page .search form .search_inner:after {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #search-page .search form .search_inner:after {
    font-size: 12px;
  }
}
#search-page .search form .search_inner #s {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  padding: 5px 10px;
  position: relative;
  flex: 1;
  background-color: transparent;
  line-height: 19px;
  height: auto;
  min-height: 32px;
  color: #444;
  width: 100%;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: #e1e1e1;
  border-radius: 0;
  display: inline-flex;
}
@media (min-width: 768px) and (max-width: 1018px) {
  #search-page .search form .search_inner #s {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #search-page .search form .search_inner #s {
    font-size: 12px;
  }
}
#search-page .search form .search_inner button {
  display: inline-flex;
  padding: 10px 20px;
  background-color: #4C9A5E;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: none;
  line-height: 16px;
  margin: 0;
  font-weight: 500;
  color: transparent;
  z-index: 1;
  height: auto;
  min-height: 32px;
  position: relative;
  border: 0;
  outline: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #search-page .search form .search_inner button {
    padding: 8px 15px;
  }
}
#search-page .search form .search_inner button:hover {
  background-color: #000;
}
#search-page .search form .search_inner button::after {
  content: "Keresés";
  font-family: Oswald, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#search-page .search form .search_inner button svg {
  display: none;
}
#search-page .search_page_content .search_result_subheader {
  color: #4C9A5E;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-transform: none;
}
@media (min-width: 768px) and (max-width: 1018px) {
  #search-page .search_page_content .search_result_subheader {
    font-size: 14px;
  }
}
#search-page .search_page_content h1 {
  color: #4C9A5E;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) and (max-width: 1018px) {
  #search-page .search_page_content h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #search-page .search_page_content h1 {
    font-size: 24px;
  }
}
#search-page .sidebar {
  margin-top: 0;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  #search-page .sidebar {
    margin-top: 25px;
  }
}
#search-page .sidebar .category_header h4 {
  color: #000;
}
@media (max-width: 767px) {
  #search-page .sidebar .custom_ad {
    max-width: 100%;
  }
}

#single-page {
  margin-bottom: 10px;
}
#single-page + .preloader {
  position: relative;
  top: -60px;
  text-align: center;
}
#single-page + .preloader.d-none {
  display: none;
}
#single-page .single_container {
  display: flex;
  width: 100%;
  flex-flow: column nowrap;
  margin-bottom: 60px;
}
#single-page .single_container #breadcrumb .breadcrumb_item:last-of-type .wrapper {
  display: none;
}
#single-page .single_container .post_left_sidebar {
  display: flex;
  width: 100%;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  #single-page .single_container .post_left_sidebar .section_title {
    display: none;
  }
}
#single-page .single_container .post_left_sidebar .post_meta_box {
  background-color: #f5f5f5;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  margin-bottom: 30px;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  #single-page .single_container .post_left_sidebar .post_meta_box {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #single-page .single_container .post_left_sidebar .post_meta_box {
    margin-bottom: 0;
  }
}
#single-page .single_container .post_left_sidebar .post_meta_box .post_date {
  display: flex;
  width: 100%;
  color: #000000;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 30px 5px 25px;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  #single-page .single_container .post_left_sidebar .post_meta_box .post_date {
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  #single-page .single_container .post_left_sidebar .post_meta_box .post_date {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  #single-page .single_container .post_left_sidebar .post_meta_box .post_date {
    padding: 10px 5px;
  }
}
#single-page .single_container .post_left_sidebar .post_meta_box .post_author {
  margin-bottom: 0;
  padding: 0 5px 20px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  text-align: center;
  position: relative;
  line-height: 30px;
  color: #444;
  font-family: open sans, arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
}
#single-page .single_container .post_left_sidebar .post_meta_box .post_author:hover > .author_name {
  color: #000;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  #single-page .single_container .post_left_sidebar .post_meta_box .post_author {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  #single-page .single_container .post_left_sidebar .post_meta_box .post_author {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #single-page .single_container .post_left_sidebar .post_meta_box .post_author {
    padding-bottom: 15px;
  }
}
#single-page .single_container .post_left_sidebar .post_meta_box .post_author > a {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
#single-page .single_container .post_left_sidebar .post_meta_box .post_author > a .author_photo {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  display: inline-flex;
  overflow: hidden;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  #single-page .single_container .post_left_sidebar .post_meta_box .post_author > a .author_photo {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  #single-page .single_container .post_left_sidebar .post_meta_box .post_author > a .author_photo {
    width: 30px;
    height: 30px;
  }
}
#single-page .single_container .post_left_sidebar .post_meta_box .post_author > a .author_name {
  color: #4C9A5E;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-flex;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  #single-page .single_container .post_left_sidebar .post_meta_box .post_author > a .author_name {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  #single-page .single_container .post_left_sidebar .post_meta_box .post_author > a .author_name {
    font-size: 12px;
  }
}
#single-page .single_container .post_left_sidebar .post_meta_box .author_social_media_links {
  padding: 0 5px 35px;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  #single-page .single_container .post_left_sidebar .post_meta_box .author_social_media_links {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  #single-page .single_container .post_left_sidebar .post_meta_box .author_social_media_links {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #single-page .single_container .post_left_sidebar .post_meta_box .author_social_media_links {
    padding-bottom: 10px;
  }
}
#single-page .single_container .post_left_sidebar .post_meta_box .author_social_media_links > a {
  background-color: #4C9A5E;
  width: 33px;
  height: 33px;
  line-height: 33px;
  margin: 2.5px 5px 2.5px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  #single-page .single_container .post_left_sidebar .post_meta_box .author_social_media_links > a {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  #single-page .single_container .post_left_sidebar .post_meta_box .author_social_media_links > a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 2px 4px 2px 0;
  }
}
#single-page .single_container .post_left_sidebar .post_meta_box .author_social_media_links > a:hover {
  background-color: #000;
}
#single-page .single_container .post_left_sidebar .post_meta_box .author_social_media_links > a > i, #single-page .single_container .post_left_sidebar .post_meta_box .author_social_media_links > a svg {
  font-size: 15px;
  color: #fff;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  #single-page .single_container .post_left_sidebar .post_meta_box .author_social_media_links > a > i, #single-page .single_container .post_left_sidebar .post_meta_box .author_social_media_links > a svg {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  #single-page .single_container .post_left_sidebar .post_meta_box .author_social_media_links > a > i, #single-page .single_container .post_left_sidebar .post_meta_box .author_social_media_links > a svg {
    font-size: 12px;
  }
}
#single-page .single_container .post_left_sidebar .posts_container {
  display: flex;
  width: 100%;
  flex-flow: column wrap;
}
#single-page .single_container .post_left_sidebar .posts_container > .post_container:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #single-page .single_container .post_left_sidebar .posts_container {
    display: none;
  }
}
#single-page .single_container .single_content {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
#single-page .single_container .single_content > .post_meta_box {
  background-color: #f5f5f5;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  margin-bottom: 30px;
}
#single-page .single_container .single_content > .post_meta_box > .post_date {
  display: flex;
  width: 100%;
  color: #000000;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 10px 5px;
  justify-content: center;
  text-align: center;
  position: relative;
}
#single-page .single_container .single_content > .post_meta_box > .post_author {
  margin-bottom: 0;
  padding: 0 5px 20px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  text-align: center;
  position: relative;
  line-height: 30px;
  color: #444;
  font-family: open sans, arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
}
@media (max-width: 767px) {
  #single-page .single_container .single_content > .post_meta_box > .post_author {
    padding-bottom: 15px;
  }
}
#single-page .single_container .single_content > .post_meta_box > .post_author > a {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
#single-page .single_container .single_content > .post_meta_box > .post_author > a > .author_photo {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  display: inline-flex;
  overflow: hidden;
}
#single-page .single_container .single_content > .post_meta_box > .post_author > a > .author_name {
  color: #4C9A5E;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-flex;
}
#single-page .single_container .single_content > .post_meta_box > .author_social_media_links {
  padding: 0 5px 35px;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #single-page .single_container .single_content > .post_meta_box > .author_social_media_links {
    padding-bottom: 10px;
  }
}
#single-page .single_container .single_content > .post_meta_box > .author_social_media_links > a {
  background-color: #4C9A5E;
  width: 33px;
  height: 33px;
  line-height: 33px;
  margin: 2.5px 5px 2.5px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#single-page .single_container .single_content > .post_meta_box > .author_social_media_links > a svg {
  font-size: 15px;
  color: #fff;
}
#single-page .single_container .single_content > h1 {
  margin: 16px 0 24px 0;
  display: block;
  width: 100%;
  word-wrap: break-word;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  #single-page .single_container .single_content > h1 {
    font-family: Oswald, sans-serif;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
  }
}
@media (max-width: 767px) {
  #single-page .single_container .single_content > h1 {
    font-size: 24px;
  }
}
#single-page .single_container .single_content > .featured_image {
  display: flex;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 540px;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  #single-page .single_container .single_content > .featured_image {
    padding-bottom: 460px;
  }
}
@media (max-width: 767px) {
  #single-page .single_container .single_content > .featured_image {
    padding-bottom: 300px;
  }
}
#single-page .single_container .single_content > .featured_image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#single-page .single_container .single_content > .post_share {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: center;
  margin-bottom: 25px;
}
#single-page .single_container .single_content > .post_share > a {
  display: inline-flex;
  transition: opacity 0.2s ease 0s;
  opacity: 1;
  width: 60px;
  height: 60px;
  margin: 0 0 7px;
  justify-content: center;
  align-items: center;
}
#single-page .single_container .single_content > .post_share > a:hover {
  opacity: 0.8;
}
#single-page .single_container .single_content > .post_share > a.facebook {
  background-color: #516eab;
}
#single-page .single_container .single_content > .post_share > a.twitter {
  background-color: #29c5f6;
}
#single-page .single_container .single_content > .post_share > a.pinterest {
  background-color: #ca212a;
}
#single-page .single_container .single_content > .post_share > a.whatsapp {
  background-color: #7bbf6a;
}
#single-page .single_container .single_content > .post_share > a.reddit {
  background-color: #f54200;
}
#single-page .single_container .single_content > .post_share > a.tumblr {
  background-color: #3e5a70;
}
#single-page .single_container .single_content > .post_share > a.viber {
  display: none;
  background-color: #5d54a4;
}
@media (max-width: 767px) {
  #single-page .single_container .single_content > .post_share > a.viber {
    display: inline-flex;
  }
}
#single-page .single_container .single_content > .post_share > a > i, #single-page .single_container .single_content > .post_share > a svg {
  color: #fff;
  font-size: 22px;
}
#single-page .single_container .single_content > .post_content {
  margin-bottom: 15px;
}
#single-page .single_container .single_content > .post_content > *.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}
#single-page .single_container .single_content > .post_content > * > iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#single-page .single_container .single_content > .post_content > iframe {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
#single-page .single_container .single_content > .post_content p {
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #000;
  word-wrap: break-word;
  margin: 0 0 25px 0;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  #single-page .single_container .single_content > .post_content p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  #single-page .single_container .single_content > .post_content p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #single-page .single_container .single_content > .post_content p {
    font-size: 14px;
  }
}
#single-page .single_container .single_content > .post_content blockquote {
  padding: 0;
  position: relative;
  border-left: none;
  margin: 40px 5% 38px;
  font-style: italic;
  text-align: center;
}
#single-page .single_container .single_content > .post_content blockquote p {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -1.6px;
  color: #4C9A5E;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  #single-page .single_container .single_content > .post_content blockquote p {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  #single-page .single_container .single_content > .post_content blockquote p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #single-page .single_container .single_content > .post_content blockquote p {
    font-size: 18px;
  }
}
#single-page .single_container .single_content > .post_content a {
  color: #4C9A5E;
}
#single-page .single_container .single_content > .post_content a:hover {
  color: #000;
}
#single-page .single_container .single_content .post_tags {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  #single-page .single_container .single_content .post_tags {
    margin-bottom: 5px;
  }
}
#single-page .single_container .single_content .post_tags ul {
  display: inline-block;
  margin: 0;
  list-style-type: none;
  font-size: 0;
  padding: 0;
}
#single-page .single_container .single_content .post_tags ul li {
  display: inline-block;
  margin-left: 0;
  list-style-type: none;
}
#single-page .single_container .single_content .post_tags ul li > span {
  margin-right: 15px;
  padding: 0;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 2.2;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1018px) {
  #single-page .single_container .single_content .post_tags ul li > span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #single-page .single_container .single_content .post_tags ul li > span {
    font-size: 14px;
  }
}
#single-page .single_container .single_content .post_tags ul li > a {
  margin-right: 6px;
  padding: 5px 20px;
  border: 0;
  color: #ffffff;
  background-color: #4C9A5E;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 2.2;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 100px;
}
#single-page .single_container .single_content .post_tags ul li > a:hover {
  background-color: #000;
}
@media (min-width: 768px) and (max-width: 1018px) {
  #single-page .single_container .single_content .post_tags ul li > a {
    padding: 3px 16px;
    font-size: 14px;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  #single-page .single_container .single_content .post_tags ul li > a {
    padding: 2px 14px;
    font-size: 14px;
    line-height: 2;
  }
}
#single-page .single_container .single_content .latest_posts {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-bottom: 50px;
}
#single-page .single_container .sidebar {
  margin-top: 0;
}
@media (max-width: 767px) {
  #single-page .single_container .sidebar {
    top: unset !important;
    position: relative !important;
  }
  #single-page .single_container .sidebar > *:not(.leet_product_banner_container) {
    display: none;
  }
}
#single-page .single_container .next-post-teaser {
  justify-content: center;
  padding: 0;
}
#single-page .single_container .next-post-teaser .icon_title {
  width: 100%;
  display: flex;
  justify-content: center;
}
#single-page .single_container .next-post-teaser .icon_title .title {
  font-size: 20px;
  display: inline-flex;
  position: relative;
  line-height: 33px;
}
#single-page .single_container .next-post-teaser .icon_title .title:before, #single-page .single_container .next-post-teaser .icon_title .title:after {
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  border-radius: 2px;
  content: "";
  height: 12px;
  position: absolute;
  top: 8px;
  transform: rotate(45deg);
  width: 12px;
}
#single-page .single_container .next-post-teaser .icon_title .title:before {
  left: -20px;
}
#single-page .single_container .next-post-teaser .icon_title .title:after {
  right: -20px;
}
#single-page .single_container .next-post-teaser .next_post_title_link {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
#single-page .single_container .next-post-teaser .next_post_title_link a {
  font-size: 32px;
  color: #000;
  padding-left: 10px;
  border-left: 14px solid #4C9A5E;
  text-decoration: none;
  font-weight: bold;
  line-height: 44px;
}
#single-page .single_container .post-meta {
  display: none;
}

.more_articles_floating_container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  width: 341px;
  bottom: 48px;
  right: -384px;
  background-color: #fff;
  padding: 16px 20px 0;
  border-style: solid;
  border-color: #ededed;
  border-width: 1px 0 1px 1px;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
  -moz-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
  -o-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
  transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
}
.more_articles_floating_container.show {
  right: 0;
  visibility: visible;
}
@media (max-width: 767px) {
  .more_articles_floating_container {
    display: none;
  }
}
.more_articles_floating_container .close_icon {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: 14px;
  top: 21px;
  padding: 2px 11px;
}
.more_articles_floating_container .close_icon > i {
  font-size: 17px;
  line-height: 26px;
}
.more_articles_floating_container .title {
  font-family: open sans, arial, sans-serif;
  color: #222;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  min-width: 300px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.more_articles_floating_container .posts_container {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}

/* SIMA CSS-KÉNT VAN FORMÁZVA, MERT A PROPELLEREN ÉS A NUUSON IS UGYANEZ A KÓD VAN ÉS ÍGY KÖNNYEBB EGYSÉGESÍTENI! */
.leet_product_banner_container {
  margin: 16px 0 22px 0;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  border-bottom: 5px solid #4C9A5E;
  background-color: #fff;
  position: relative;
}

.leet_product_banner_container.mobile {
  display: none;
}

.leet_product_banner_container * {
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
}

.leet_product_banner_container .header {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}

.leet_product_banner_container .header .background {
  background-color: #4C9A5E;
  position: absolute;
  width: 130%;
  height: 100%;
  top: 0;
  left: -15%;
  border-radius: 0 0 100% 100%;
  z-index: 0;
}

.leet_product_banner_container .header .website_logo {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  width: 173px;
  margin: 0 auto 20px auto;
  max-width: 90%;
  z-index: 1;
}

.leet_product_banner_container .header .website_logo .website_logo_inner {
  width: 100%;
  height: 0;
  padding-bottom: 34.69%;
  position: relative;
  background-color: #ebebeb;
}

.leet_product_banner_container .header .website_logo img {
  position: absolute;
  /*width: 80px;
  height: 20px;
  max-width: 90%;
  max-height: 90%;*/
  width: 90%;
  height: auto;
  max-height: 90%;
  display: flex;
  object-fit: contain;
  object-position: center;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.leet_product_banner_container .header .leet_header_text {
  font-size: 16px;
  line-height: 20px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 25px;
  z-index: 1;
}

.leet_product_banner_container .header .leet_header_text a {
  color: #fff;
  width: 100%;
  text-align: center;
}

.leet_product_banner_container .header .leet_header_text a:hover {
  text-decoration: none;
}

.leet_product_banner_container .slider_container {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  padding-bottom: 18px;
}

.leet_product_banner_container .slider_container .slider {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: auto;
  position: relative;
  cursor: grab;
}

.leet_product_banner_container .slider_container .slider::-webkit-scrollbar {
  display: none;
}

.leet_product_banner_container .slider_container .navigation {
  position: absolute;
  width: 100%;
}

.leet_product_banner_container .slider_container .navigation .nav {
  position: absolute;
  top: 77px;
  left: -35px;
  z-index: 1;
  width: 70px;
  height: 70px;
  background-color: #ebebeb;
  border-radius: 50%;
  cursor: pointer;
}

.leet_product_banner_container .slider_container .navigation .nav.nav_right {
  right: -35px;
  left: unset;
}

.leet_product_banner_container .slider_container .navigation .nav img {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  transition: 0.3s;
}

.leet_product_banner_container .slider_container .navigation .nav.nav_right img {
  left: 16px;
  transform: rotate(180deg);
}

.leet_product_banner_container .slider_container .navigation .nav.nav_left:hover img {
  right: 21px;
}

.leet_product_banner_container .slider_container .navigation .nav.nav_right:hover img {
  left: 21px;
}

.leet_product_banner_container .slider_container .slider .slide {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  position: relative;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.leet_product_banner_container .slider_container .slider .slide .image {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 0;
  padding-bottom: 69%;
  margin-bottom: 16px;
  position: relative;
}

.leet_product_banner_container .slider_container .slider .slide .image img {
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  display: flex;
  object-fit: contain;
  object-position: center;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.leet_product_banner_container .slider_container .slider .slide .discount {
  font-size: 35px;
  line-height: 22px;
  margin-bottom: 12px;
  width: 100%;
  text-align: center;
  color: #f00909;
}

.leet_product_banner_container .slider_container .slider .slide .old_price {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 2px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  text-decoration: line-through;
}

.leet_product_banner_container .slider_container .slider .slide .price {
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 12px;
  width: 100%;
  text-align: center;
  color: #f00909;
}

.leet_product_banner_container .slider_container .slider .slide .title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  text-align: center;
  padding: 0 10px;
}

.leet_product_banner_container .slider_container .slider .slide .title a {
  font-size: 16px;
  line-height: 19px;
  color: #0b0b0b;
  text-decoration: none;
  text-transform: uppercase;
}

.leet_product_banner_container .slider_container .slider .slide .button {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: auto;
}

.leet_product_banner_container .slider_container .slider .slide .button a {
  color: #fff;
  text-decoration: none;
  background-color: #4C9A5E;
  padding: 7px 32px;
  text-transform: uppercase;
  border-radius: 32px;
  border: 2px solid #4C9A5E;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  transition: 0.3s;
}

.leet_product_banner_container .slider_container .slider .slide .button a:hover {
  color: #4C9A5E;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .leet_product_banner_container {
    display: none;
  }
  .leet_product_banner_container.mobile {
    display: flex;
  }
  .leet_product_banner_container .slider_container .slider .slide {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media only screen and (max-width: 575px) {
  .leet_product_banner_container .slider_container .slider .slide {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 449px) {
  .leet_product_banner_container .slider_container .slider .slide {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#author-page {
  margin-top: 50px;
  margin-bottom: 50px;
}
#author-page .author_left_sidebar {
  display: flex;
  width: 100%;
  flex-flow: column nowrap;
}
#author-page .author_left_sidebar .social_media_links {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  margin-bottom: 25px;
  justify-content: center;
}
@media (max-width: 767px) {
  #author-page .author_left_sidebar .social_media_links {
    display: none;
  }
}
#author-page .author_left_sidebar .social_media_links > a {
  display: inline-flex;
  width: 33px;
  height: 33px;
  line-height: 33px;
  margin: 2.5px 5px 2.5px 0;
  background: #4C9A5E;
  justify-content: center;
  align-items: center;
}
#author-page .author_left_sidebar .social_media_links > a:hover {
  background: #000;
}
#author-page .author_left_sidebar .social_media_links > a > i, #author-page .author_left_sidebar .social_media_links > a svg {
  color: #fff;
  font-size: 15px;
}
#author-page .author_content > h1 {
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px 0;
  display: block;
  width: 100%;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  #author-page .author_content > h1 {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  #author-page .author_content > h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #author-page .author_content > h1 {
    font-size: 30px;
  }
}
#author-page .author_content > .avatar {
  text-align: center;
  margin: 0 auto 20px auto;
  display: block;
  padding-bottom: 50%;
  width: 50%;
  height: 0;
  position: relative;
}
@media (max-width: 767px) {
  #author-page .author_content > .avatar {
    width: 70%;
    padding-bottom: 70%;
  }
}
#author-page .author_content > .avatar > img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#author-page .author_content > .posts_container {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  #author-page .author_content > .posts_container {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #author-page .sidebar {
    margin-top: 60px;
  }
}

/*# sourceMappingURL=style.css.map */
