/*
Theme Name: Liner v2_new
Description: Fejlesztési verzió
Version: 1.02-dev
*/

/* Custom CSS
-----------------------------

/* founders-grostesk-condensed-bol font */
@font-face {
  font-family: "foundersGrotesk";
  src: url("fonts/founders-grotesk-condensed-bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "foundersGrotesk";
  src: url("fonts/founders-grotesk-condensed-regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "foundersGrotesk";
  src: url("fonts/founders-grotesk-condensed-medium.ttf");
  font-weight: 500;
  font-style: normal;
}
/* semibold */
@font-face {
  font-family: "foundersGrotesk";
  src: url("fonts/founders-grotesk-condensed-semibold.ttf");
  font-weight: 600;
  font-style: normal;
}

.gap-4 {
  gap: 1rem !important;
}
*,
a,
a:focus,
a:active,
a:hover {
  outline: none;
}
a {
  color: #000;
}
.title-large {
  font-size: 32px;
  font-weight: bold;
}
.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x)* 0.5) !important;
  margin-top: var(--bs-gutter-y);
}

.row.post-background-yellow,
.row.post-background-green {
  margin-left: 0;
  margin-right: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "foundersGrotesk", sans-serif !important;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: "lfont", sans-serif !important;
}
.fancy {
  line-height: 0.5;
  text-align: center;
  overflow: hidden;
}
.fancy span {
  display: inline-block;
  position: relative;
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 1px;
  top: 50%;
  width: 200px;
  background: #fff;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
  width: 100px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
.fancy.both-line span:before,
.fancy.both-line span:after {
  width: 95px;
  background: #1c1c1c;
}
body .site_page {
  width: 100%;
  /* overflow: hidden; */
}

.clr::before,
.clr::after {
  content: "";
  display: table;
  height: 0;
  clear: both;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.navbar-brand {
  display: inline-block;
    padding-top: 1rem !important;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    width: auto;
    min-height: 72px;
}

.menu_1ul li:not(:last-child) {
  margin-right: 5px;
}
.menu_1ul li a {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.5rem 9px !important;
  text-decoration: none;
  display: inline-block;
  outline: none;
}
.menu_1ul li a:hover,
.menu_1ul li.current-menu-item a {
  border-bottom: 1px solid #9ad0c4;
}
.menu_1ul li .search_btn {
  color: #000;
  border: 1px solid #a4a4a4;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  margin-left: 10px;
}
.search_panle {
  position: absolute;
  right: 13px;
  top: 30px;
  background: #fff;
  padding: 20px 12px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  min-width: 300px;
  z-index: 9;
}
.search_panle {
  display: none;
}
.frm_grp {
  width: 100%;
  float: left;
  margin-bottom: 0;
}
.frm_grp .mb-3 {
  margin-bottom: 0 !important;
}
.menu_1ul li .search_btn:hover {
  background: #000;
  color: #fff;
}
.frm_grp button {
  background: #159377;
}
.frm_grp button:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.auto_float {
  width: 100%;
  /*float: left;*/
}

.post-title4 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  font-family: "foundersGrotesk";
}
.recommended-articles .single_widget {
  border: 0.5px solid #000;
  border-top: 0;
  padding: 12px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.nc_container {
  margin-top: -10px;
}
.div_nc_left_title h2 {
  font: 600 42px/46px "lfont", sans-serif;
  color: #212020;
  letter-spacing: -2px;
  text-decoration: underline;
  text-decoration-color: #58ceb6;
  margin-bottom: 25px;
}
.div_nc_left_title h2 a {
  color: #212020;
  text-decoration: underline;
  text-decoration-color: #58ceb6;
}
.div_nc_left {
  float: left;
  width: 56%;
  min-height: auto;
  overflow: hidden;
}
.div_nc_right {
  float: right;
  width: 42%;
  min-height: auto;
}
.nc_left_1 {
  float: right;
  width: 64.5%;
}
.nc_right_1 {
  width: 35%;
  float: left;
}
.mob-image {
  max-height: 150px;
  object-fit: cover;
  min-height: 150px;
  border-radius: 5px;
}
.mob-image6 {
  max-height: 500px;
  object-fit: cover;
  min-height: 500px;
}
.mob-image7 {
  max-height: 172px;
  object-fit: cover;
  min-height: 172px;
  border-radius: 4px;
}
.mob-image8 {
  max-height: 344px;
  object-fit: cover;
  min-height: 344px;
  border-radius: 4px;
}
.mob-image-new {
  max-height: 172px;
  object-fit: cover;
  min-height: 172px;
  border-radius: 4px;
}
.large-image-section-1 {
  height: 360px;
  border-radius: 4px;
  object-fit: cover;
}
.article-content-wrapper {
  max-width: 880px;
}
@media (max-width: 992px) {
  .article-content-wrapper {
    max-width: 100%;
  }
}
.nc_section2 .popular.nc_left_1 {
  position: relative;
  padding-left: 10px;
}
.nc_section2 .popular.nc_left_1::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 12px;
  width: 5px;
  background: #9ad0c4;
}
.nc_left_1 h3 {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-weight: 600;
  font-family: "lfont", sans-serif;
  margin-bottom: 4px;
  margin-left: 10px;
}
.nc_section2 .nc_left_1.brknews {
  padding: 3px;
  background: linear-gradient(-100deg, #ffffff 0%, #9ad0c4 70%, #ffffff 100%);
  border-radius: 2px;
}
.nc_left_1 label {
  font-size: 12px;
  color: #000;
  font-weight: 300;
  font-family: "lfont", sans-serif;
  margin-left: 10px;
}
.nc_left_1 h3 a,
.nc_left_1 label a {
  color: #000;
  text-decoration: none;
}
.nc_right_1 {
  text-align: right;
}
.nc_section2 .div_nc_right .crp_related > label::before {
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
  width: 18px;
  height: 4px;
  background: #dc3545;
}
.volt_d {
  width: 100%;
  float: left;
  text-align: left;
  margin: 5px 0px 5px;
  padding: 18px 0 18px 25px;
  position: relative;
}
.nc_section2 .volt_d {
  padding: 18px 0 14px 0;
}
.nc_section2 .crp_related > label {
  display: block;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  font-family: "lfont", sans-serif;
}
.volt_d label {
  margin-bottom: 0px;
  font-weight: 500;
}
.volt_d label a {
  text-decoration: none;
  color: #212529;
}
.nc_section2 .nc_videoDiv {
  position: relative;
}

.nc_section2 .nc_videoDiv > a.simplenews {
  position: relative;
  display: block;
  z-index: 6;
}
.nc_section2 .nc_videoDiv > a.btn {
  border: none;
  outline: none;
  box-shadow: none;
  display: inline-block;
  width: 87px;
  height: 87px;
  text-indent: 999px;
  overflow: hidden;
  background: url(images/newstype-icon.png) no-repeat left top;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 6;
}
.nc_section2 .nc_videoDiv > a.btn.type_slider {
  background-position: -89px top;
}
.nc_imgContent {
  width: 100%;
  float: left;
  padding: 8px 0px;
}
.nc_imgContent hr {
  border-top: 1px solid #d0d0d0;
  background: transparent;
}
.nc_imgContent > span {
  text-transform: uppercase;
  color: #3e4960;
  font-weight: 700;
  font-size: 11px;
  font-family: "lfont", sans-serif;
}
.nc_imgContent > span a {
  text-decoration: none;
  color: #585757;
}
.nc_imgContent p {
  color: #424141;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
  font-family: "lfont", sans-serif;
}
.nc_imgContent label {
  font-size: 16px;
  color: #000;
  margin-top: 0px;
  position: relative;
  padding-left: 25px;
  padding-top: 6px;
  padding-right: 50px;
  font-weight: 500;
  display: block;
}
.nc_imgContent label a {
  text-decoration: none;
  color: #000;
}
.nc_imgContent label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  background: #dc3545;
  width: 18px;
  height: 4px;
}
.tyle_mainSection {
  width: 100%;
  /*float: left;*/
}
.tyle_oBx {
  width: 100%;
  position: relative;
}
.tyle_oBx::after {
  content: "";
  display: inline-block;
  height: 2px;
  background: #e6e3e3;
  position: absolute;
  left: 0;
  right: -28px;
  top: 22px;
  z-index: 1;
}
.nues_imgSpan {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  background: #ddd;
  display: block;
}
.nues_imgSpan img {
  margin: auto;
  height: auto;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s;
}
/*.tyle_oBx:hover img {
  transform: scale(1.1);
}*/
.nues_content {
  width: 100%;
}
.nues_content p {
  font-size: 32px;
  color: #1b1b1b;
  line-height: 35px;
  margin: 10px 0px 30px 0px;
  font-weight: 600;
  letter-spacing: -1px;
}
.nues_content p a {
  color: #1b1b1b;
  text-decoration: none;
}
.tyle_oBx .nues_content.lineleft p {
  position: relative;
  padding-left: 11px;
}
.tyle_oBx .nues_content.lineleft p::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 5px;
  width: 5px;
  background-color: #9ad0c4;
}
.nues_content label {
  text-transform: uppercase;
  font-family: "lfont", sans-serif;
  font-size: 14px;
  padding-right: 10px;
  color: #797676;
  font-weight: 400;
}
.nues_content label a {
  color: #797676;
  font-family: "lfont", sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.nues_content label:last-child {
  margin-right: 0px;
}
.tyle_container {
  padding: 2px 0px;
  position: relative;
}
.f_wBig b {
  width: 2px;
  background: #797676;
  float: right;
  height: 15px;
  margin: 4px 0px 0px 15px;
}
.f_wBig {
  font-weight: 600;
  color: #1b1b1b !important;
}
/*.poart_container:hover img {
  transform: scale(1.1);
}
.porta_section:hover img {
  transform: scale(1.1);
}*/
.porta_right {
  float: right;
  width: 39%;
  min-height: auto;
}
.porta_right article {
  margin-bottom: 47px;
}
.porta_right article {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.porta_right article label {
  margin-bottom: 5px;
}
.porta_right article label a {
  color: #383737;
  text-decoration: none;
}
.single_news,
.tax_section {
  padding: 35px 0;
}
.single_news .editor_content h1,
.single_news .editor_content h2,
.single_news .editor_content h3,
.single_news .editor_content h4,
.single_news .editor_content h5,
.single_news .editor_content h6 {
  font: 600 42px/46px "lfont", sans-serif;
  color: #212020;
  margin: 25px 0 15px;
  padding: 0;
}
.single_news .editor_content h2 {
  font-size: 25px;
  line-height: 32px;
}
.single_news .editor_content h3 {
  font-size: 19px;
  line-height: 22px;
}
.single_news .editor_content h4 {
  font-size: 17px;
  line-height: 20px;
}
.single_news .editor_content h5 {
  font-size: 15px;
  line-height: 20px;
}
.single_news .editor_content h6 {
  font-size: 24px;
  line-height: 18px;
}
.tax_section .page_title {
  font-size: 32px;
  line-height: 35px;
  padding: 15px 30px 15px 0;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  z-index: 2;
}
.single_news .editor_content p {
  position: static;
  margin: 34px 0 34px;
  padding: 0;
  text-align: left;
  font-family: "lfont", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  /*
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */
}
.single_news .editor_content p a:not(.soron_kivul) {
  text-decoration: none;
  box-shadow: inset 0 -2px 0 #268d83;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  color: #000000;
}
.single_news .editor_content p a:hover {
  box-shadow: inset 0 -2px 0 #268d83;
}
.single_news .editor_content button,
.single_news .editor_content button:active,
.single_news .editor_content button:focus,
.single_news .editor_content button:hover {
  background-color: transparent;
  background-image: none;
  padding: 4px 7px;
  border: 1px solid #23252b;
  font: 500 13px "lfont", sans-serif;
  color: #000;
  box-shadow: none;
  border-radius: 0;
  margin: 0 auto 15px;
  width: 100%;
  max-width: 150px;
  outline: none;
  display: block;
}
.single_news .single_dontmiss .tyle_oBx {
  margin-bottom: 25px;
}
/*.single_news .single_dontmiss .col-sm-4{display: none;}*/
.soron-kivul-content{
  margin-left: 2px
}
.single_news .single_dontmiss p {
  margin: 0 0 10px;
  text-align: left;
  line-height: 23px;
}
.single_news .editor_content ul {
  list-style-type: none;
  margin: 30px 0px 30px 0px;
  padding: 0;
}
.single_news .editor_content ul li {
  font: 400 18px/22px "lfont", sans-serif;
  position: relative;
  padding-left: 26px;
  margin-bottom: 15px;
}
.single_news .editor_content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.single_news .editor_content ul li a {
  color: #424141;
  text-decoration: none;
}
.single_news .editor_content ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #268d83;
  position: inherit;
  left: -10px;
  top: 4px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single_news .related_post h3 {
  text-transform: uppercase;
  font: 600 24px/30px "lfont", sans-serif;
  color: #000;
  margin: -18px 0 0 25px;
  padding: 0px 0 18px 6px;
  width: 160px;
  background: #fff;
}
.single_news .related_post label {
  font: 700 17px/29px "lfont" sans-serif;
  color: #272727;
  display: block;
  margin: 0 0 10px 32px;
  padding: 0 0 0 25px;
  position: relative;
}
.single_news .related_post label a {
  color: #272727;
  text-decoration: underline;
}
.single_news .related_post label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #9ad0c4;
  position: absolute;
  left: 0;
  top: 9px; /*-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);*/
}

.single_news .comment_content {
  border-top: none;
  margin: 0;
  padding: 40px 0 0;
}

.news_sidebar h3.widget-title {
  font: 600 25px/28px "lfont", sans-serif;
  text-transform: none;
  color: #000;
  margin: 0 0 15px;
  padding: 0;
}
.news_sidebar aside {
  position: relative;
}
.news_sidebar aside:not(:last-child) {
  margin-bottom: 35px;
  border-bottom: 7px solid #159377;
  padding-bottom: 25px;
}
.news_sidebar aside:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: auto;
  bottom: -7px;
  width: 58px;
  height: 7px;
  background-color: #000;
}

.news_sidebar .latest_single .popular_title h2 {
  font: 700 18px/25px "lfont", sans-serif;
  color: #000;
  margin: 8px 0;
  padding: 0;
}
.news_sidebar .latest_single .popular_title h2 a {
  text-decoration: none;
  color: #000;
}

.popular_single .popular_sin {
  margin-bottom: 15px;
}
.popular_sin .popular_img {
  margin-right: 15px;
  max-width: 112px;
}
.popular_sin .popular_img img {
  border-radius: 0;
  box-shadow: none;
}
.popular_sin .popular_content h4 {
  clear: none;
  font: 600 18px/20px "lfont", sans-serif;
  color: #272727;
  margin: 0 0 5px;
  padding: 0;
}
.popular_sin .popular_content h4 a {
  text-decoration: none;
  color: #272727;
}
.author-detail {
  border-bottom: 1px solid #949494;
  margin: 0px 0 24px;
  padding: 20px 0;
  display: flex;
}
.author-detail .author-img {
  border-radius: 10%;
  overflow: hidden;
  margin: 0 15px 0 0;
}
.single_news .author-desc h3 {
  font: 600 17px/18px "foundersGrotesk", sans-serif;
  color: #23252b;
  margin: 8px 0 2px 0;
}
.author-detail .author-social {
  margin: 0;
  display: flex;
  gap: 10px;
}
.author-detail .author-social li {
  display: block;
  float: left;
  background-color: transparent;
  text-align: center;
  margin: 0 0 0 4px;
}
.author-detail .author-social li button,
.author-detail .author-social li button:hover,
.author-detail .author-social li button:focus,
.author-detail .author-social li button:active,
.author-detail .author-social li a,
.author-detail .author-social li a:hover,
.author-detail .author-social li a:focus,
.author-detail .author-social li a:active,
.post-social ul.social-sharing li button,
.post-social ul.social-sharing li button:hover,
.post-social ul.social-sharing li button:focus,
.post-social ul.social-sharing li button:active,
.post-social ul.social-sharing li a,
.post-social ul.social-sharing li a:hover,
.post-social ul.social-sharing li a:focus,
.post-social ul.social-sharing li a:active {
  background-color: transparent;
  background-image: none;
  padding: 6px 7px;
  border: 1px solid #268d83;
  font: 400 12px "foundersGrotesk";
  color: #000;
  font-weight: 400;
  box-shadow: none;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
}
.author-detail .author-social li a.google,
.post-social ul.social-sharing li a.google {
  width: auto;
  text-decoration: none;
}
.author-detail .author-social li button::before,
.post-social ul.social-sharing li button::before {
  content: "\f0c1";
  font-family: "FontAwesome";
  vertical-align: middle;
  margin-right: 5px;
}
.author-detail .author-social li a {
  display: block;
}
.author-detail .author-social li i {
  font-size: 18px;
  color: #323234;
}
.excerpt-content p {
  font-size: 20px;
  font-family: "lfont", sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0em;
  color: #000000;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  margin: 0;
}

.related_post .crp_related {
  border-bottom: 4px solid #0d0d0d;
  border-top: 4px solid #0d0d0d;
  margin: 30px 0 20px;
  padding: 0 0 20px;
}

.tax_section .sponsorchildbox_wrapper:not(.last) {
  padding-bottom: 25px;
  margin-bottom: 20px;
  /* border-bottom: 1px solid #dfdfdf; */
}
.tax_section .sponsorchildbox_wrapper h3 {
  font: 500 25px/27px "lfont", sans-serif;
  color: #000;
  margin: 0 0 8px;
}
.tax_section .sponsorchildbox_wrapper p {
  font: 400 17px/22px "lfont", sans-serif;
  color: #424141;
  margin: 0 0 8px;
}
.tax_section .sponsorchildbox_wrapper a.btn,
.tax_section .sponsorchildbox_wrapper a.btn:hover,
.tax_section .sponsorchildbox_wrapper a.btn:active,
.tax_section .sponsorchildbox_wrapper a.btn:focus {
  font: 500 14px "lfont", sans-serif;
  color: #fff;
  padding: 6px 12px;
  outline: none;
  background-color: #159377;
  background-image: none;
  border: none;
  border-radius: 0;
}
.tax_section .sponsorchildbox_wrapper a {
  color: #000;
  text-decoration: none;
}

.tax_section .sponsorchildbox_wrapper .box_left_side {
  float: left;
  width: 6%;
}
.tax_section .sponsorchildbox_wrapper .box_left_side img {
  float: left;
  margin-top: -1px;
  width: 60%;
}
.tax_section .sponsorchildbox_wrapper .box_right_side {
  float: left;
  width: 90%;
  margin-bottom: 20px;
}
.tax_section .sponsorchildbox_wrapper .datebox {
  width: 25%;
  text-align: center;
  padding: 0px 0px;
  font: 500 18px/30px "lfont", sans-serif;
  background: #9ad0c452;
  color: black;
  letter-spacing: 2px;
  margin-bottom: 20px;
  float: left;
}
.tax_section .sponsorchildbox_wrapper .line-top {
  width: 0%;
  border-top: 1px solid #dfdfdf;
  display: block;
  float: right;
  position: relative;
  top: 15px;
  right: 31px;
  color: white;
  max-width: 100%;
}
.tax_section .sponsorchildbox_wrapper .line-left::before {
  position: absolute;
  content: "";
  left: 35px;
  top: 11px;
  bottom: -5px;
  width: 1px;
  border-left: 0px dotted #979797;
}
.news_sidebar .justin_single {
  border: 1px solid #b5b5b5;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news_sidebar .justin_single .sidebar-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: white;
  max-width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.news_sidebar.category-sidebar .category-sidebar-title {
  font: 500 18px/23px "lfont" ,sans-serif;
  color: #000000;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 7px;
}
.widget-title.category-sidebar-title.egy-header-title {
  margin-left: -7px;
}
.news_sidebar.category-sidebar .category-sidebar-title:before {
  width: 125px;
}
.news_sidebar.category-sidebar .category-sidebar-title:after {
  left: 40px;
  width: 40px;
}
.news_sidebar.category-sidebar .justin_single .sidebar-img {
  top: 16px;
  max-width: 45px;
}
.news_sidebar.category-sidebar .justin_single .sidebar-img img {
  max-width: 30px;
}
.meg-tobb-btn {
  display: block;
  font-family: "FoundersGrotesk";
  color: #000;
  width: 100%;
  padding: 5px;
  border-radius: 4px !important;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  border: 0.5px solid #000000;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
}
.news_sidebar .justin_single img {
  max-width: 60px;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.news_sidebar .justin_single ul li {
  margin: 0;
  padding: 10px 9px;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px dashed black;
}
.news_sidebar .justin_single ul li span {
  color: #000;
  margin-top: 3px;
  width: 35px;
}
.news_sidebar .justin_single ul li h6 a {
  font-size: 16px;
  color: #0a0a0a;
  font-family: "lfont", sans-serif;
  font-weight: 600;
}
.news_sidebar .justin_single h6 {
  overflow: hidden;
  clear: none;
  margin: 0;
  max-width: 260px;
}
.news_sidebar .justin_single ul li::before {
  position: absolute;
  content: "";
  left: 27px;
  top: 11px;
  bottom: -5px;
  width: 1px;
  border-left: 0px dotted #979797;
}
.news_sidebar .justin_single ul li:last-child::before {
  display: none;
}
.single_news .child_content .post-social {
  border-top: 1px solid #dfdfdf;
  padding-top: 25px;
}
.post-social .social-sharing {
  margin-bottom: 0;
}
.post-social .social-sharing li {
  display: block;
  float: left;
  margin: 0 0 0 10px;
}
.post-social .social-sharing li a {
  padding: 3px 0;
  color: #686868;
  font-size: 20px;
  border: 2px solid #686868;
  width: 40px;
  display: block;
  text-align: center;
  border-radius: 50%;
}
.single_news .missit-sec .title {
  text-align: center;
  margin: 25px 0 10px 0;
}
.single_news .missit-sec h3 {
  font-size: 35px;
  font-weight: bold;
  font-family: "lfont", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 5px solid #11deb1;
  padding: 0 0 12px 0;
  margin: 0;
}
.single_news .missit-sec .tyle_oBx:after {
  display: none;
}
.single_news .missit-sec .nues_content p a {
  font-size: 25px;
  font-family: "lfont", sans-serif;
  font-weight: 600;
}
.single_news .scroll {
  background: #1f4ee7;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px 0;
}
.single_news .scroll:hover {
  text-decoration: none;
}
.stcky_pst h3 {
  margin: 25px 0;
  text-align: center;
  font: 500 30px/38px "lfont", sans-serif;
  color: #000000;
}
.stcky_pst h3 > span {
  display: inline-block;
  position: relative;
}
.stcky_pst h3 > span::before {
  content: "\f24d";
  font-family: "FontAwesome";
  margin-right: 10px;
  color: #000000;
}
.stcky_pst h3 > span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 5px;
  background: #11deb1;
  position: absolute;
  left: 0;
  top: auto;
  bottom: -10px;
}
.stcky_pst .stcky_pstcontent {
  margin-top: 2px;
  background: #11deb1;
  padding: 8px 10px;
  font: 700 20px/25px "lfont", sans-serif;
  color: #242424;
}
.stcky_pst .stcky_pstcontent a {
  text-decoration: none;
  color: #242424;
}
.page_banner span {
  font-size: 14px;
  display: flex;
  align-items: start;
  gap: 10px;
  color: #23252b;
  font-weight: 300;
  background-color: #f5f5f5;
  padding: 10px;
}
.page_banner {
  margin-bottom: 15px;
  /* border-bottom: 1px solid #e5e5e5; */
}
a:hover,
.large-title:hover {
  color: #268d83 !important;
}
.mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  border-top: 2px solid #d0d0d0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 8px 14px;
  padding-bottom: env(safe-area-inset-bottom);
}
.mobile-bar a {
  text-align: center;
  color: #444;
}
.menu-bar-icon.active .m-icon {
  display: none;
}
.menu-bar-icon .x-icon {
  display: none;
}
.menu-bar-icon.active .x-icon {
  display: block;
}
.mobile-bar a.active,
.mobile-bar a.active h3 {
  color: #268d83 !important;
}
.mobile-bar h3 {
  color: #000;
  font-family: "foundersGrotesk", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 210% */
  margin: 0;
}
.longform.page_banner {
  position: relative;
}
.longform.page_banner img {
  width: 100%;
  object-fit: fill;
  filter: brightness(0.7);
}
.longform.page_banner h1.page_title.text-center {
  color: white;
  position: absolute;
  top: 25%;
  font: 500 55px/57px "lfont", sans-serif;
  margin-left: 15%;
  margin-right: 15%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3vw;
}
.longform.page_banner h3 {
  width: 75%;
  color: white;
  position: absolute;
  top: 45%;
  font: 100 20px/23px "lfont", sans-serif;
  margin-left: 11%;
  font-size: 1.3vw;
}
.longform.page_banner .excerpt-content {
  width: 35%;
  position: absolute;
  bottom: 87px;
  right: 16px;
}
.longform.page_banner .excerpt-content p {
  width: 100%;
  color: white;
  text-align: left;
  font-size: 1.3vw;
  margin-bottom: 50px;
}
.longform .author-detail {
  width: 60%;
  margin: 0 auto;
}
.longform.single_news {
  padding: 0;
}
.longform p {
  width: 60%;
  margin: 0 auto !important;
  padding-top: 1em !important;
}
.longform .author-desc p {
  font: 500 13px/17px "lfont", sans-serif;
  width: auto;
}
.longform.page_banner {
  display: inline-block;
  width: 100%;
}

/* .editor_content blockquote p:before 
.longform.single_news blockquote :before {
  content: "";
  width: 20px;
  height: 70px;
  background-color: transparent;
  border-top: 1px solid #268d83;
  border-left: 1px solid #268d83;
  position: absolute;
  left: 0;
  top: 0;
}
.longform.editor_content blockquote p:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjE3NyIgdmlld0JveD0iMCAwIDIwMCAxNzciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNTUuNDE0IDE3NS45MDhMMjAwIDgxLjMwMjVWMEgxMDguODY0Vjg2LjIzMDRIMTQzLjY1TDEwOC44NjQgMTc1LjkwOEgxNTUuNDE0Wk0xMjIuNDcxIDcyLjU0NTVWMTMuNjkxN0gxODYuMzg2Vjc4LjIyMDVMMTQ2Ljc5MyAxNjIuMjE2SDEyOC43NzhMMTYzLjU1IDcyLjU1MjhMMTIyLjQ3MSA3Mi41NDU1WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTQ2LjU1IDE3NS45MDhMOTEuMTM2IDgxLjMwMjVWMEgwVjg2LjIzMDRIMzQuNzkyOUwwIDE3NS45MDhINDYuNTVaTTEzLjYwNzEgNzIuNTQ1NVYxMy42OTE3SDc3LjUyMTRWNzguMjIwNUwzNy45MzU3IDE2Mi4yMTZIMTkuOTIxNEw1NC42OTI5IDcyLjU1MjhMMTMuNjA3MSA3Mi41NDU1WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);
  width: 25px;
  height: 21.864px;
  display: block;
  position: absolute;
  left: 15px;
  top: 20px;
  background-size: cover;
}*/
.longform.single_news .col-sm-12 {
  padding-right: 0px;
  padding-left: 0px;
}
.longform.single_news .child_content .post-social {
  padding-top: 25px;
  margin-top: 30px !important;
  width: 60%;
  margin: 0 auto;
}
.longform.single_news .child_content .author-detail .author-img img {
  width: 50px;
  height: 50px;
}
.author-detail .author-img img {
  width: 50px;
  height: 50px;
  border-radius: 0%;
}
.longform .related_post {
  display: none;
  width: 40%;
  margin: 0 auto;
}
.longform [class^="wp-block-"] figcaption {
  color: #757575;
  font-size: 12px;
  line-height: 2;
  font-style: normal;
  width: 40%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.longform h4 {
  font: 500 25px "lfont", sans-serif;
  text-align: center;
}
.container.longform {
  width: 100%;
  max-width: 100%;
}
.longform.single_news .missit-sec {
  width: 80%;
  margin: 0 auto;
}
.longform.single_news .missit-sec p {
  width: 100%;
}
.longform.single_news .missit-sec .col-sm-12 {
  padding-right: 15px;
  padding-left: 15px;
}
.longform .kapcsolodo_cikkek {
  margin-top: 35px !important;
  width: 60%;
  margin: 0 auto;
}
.missit-sec {
  display: none;
}

.sdbrstcky_post {
  margin-bottom: 35px;
}
#liner_nyito_fekvo_1 {
  text-align: center;
  padding: 15px 0px;
}
/*#liner_cikk_roadblock_1_1{
  min-height: 360px !important;
  margin-bottom: 20px !important;
}*/
.liner_v {
  background: #f3f3f3;
  text-align: center;
  padding: 15px 0px;
  min-height: 305px;
  margin-bottom: 20px;
  display: none;
}
#liner_cikk_roadblock_1_2 {
  min-height: 405px;
  text-align: center;
  margin-bottom: 40px;
  border: 0.5px solid #000000;
  padding: 7px 0px 20px 0;
}
#liner_cikk_roadblock_1_3 {
  min-height: 405px;
  text-align: center;
  margin-bottom: 40px;
  border: 0.5px solid #000000;
  padding: 7px 0px 20px 0;
}
.before_ads {
  border: 0.5px solid #000000;
  text-align: center;
  padding: 15px 0px;
  min-height: 305px;
  margin-bottom: 20px;
}
.siderbar_ads1 {
  border: 0.5px solid #000000;
  text-align: center;
  padding: 15px 0px;
  min-width: 300px;
  min-height: 600px;
}
.siderbar_ads2 {
  border: 0.5px solid #000000;
  text-align: center;
  padding: 10px 10px;
  min-width: 300px;
  min-height: 600px;
}
.sticky-top {
  top: 20px;
}
/*
.contact-us
---------------------------*/
.contact-us a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.contact-us a,
.contact-us a:hover {
  text-decoration: none !important;
}
.contact-us .content {
  padding: 7rem 0;
}
.contact-us .heading {
  font-size: 2.5rem;
  font-weight: 900;
}
.contact-us .form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  background: none;
}
.contact-us .form-control:active,
.contact-us .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000;
}
.contact-us .col-form-label {
  color: #000;
  font-size: 13px;
}
.contact-us .btn,
.contact-us .form-control {
  height: 45px;
  border-radius: 0;
}
.contact-us .btn {
  border: none;
  border-radius: 0;
  font-size: 11px;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  border-radius: 30px !important;
}
.contact-us .btn.btn-primary {
  border-radius: 30px;
  background: #59ceb6;
  color: #000;
  -webkit-box-shadow: 0 15px 30px 0 rgba(77, 128, 228, 0.2);
  box-shadow: 0 15px 30px 0 rgba(77, 128, 228, 0.2);
}
.contact-us .btn-primary:active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.contact-us .btn:hover {
  color: #fff;
}
.contact-us .btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-us .contact-wrap {
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}
.contact-us .contact-wrap .col-form-label {
  font-size: 14px;
  color: #b3b3b3;
  margin: 0 0 10px 0;
  display: inline-block;
  padding: 0;
}
.contact-us .contact-wrap .form {
  padding: 40px;
}
.contact-us .contact-wrap .form {
  background: #fff;
}
.contact-us .contact-wrap .form h3 {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.contact-us label.error {
  font-size: 12px;
  color: red;
}
.contact-us #message {
  resize: vertical;
}
.contact-us #form-message-warning,
#form-message-success {
  display: none;
}
.contact-us-2 #form-message-warning,
#form-message-success {
  display: none;
}
.contact-us #form-message-warning {
  color: #b90b0b;
}
.contact-us-2 #form-message-warning {
  color: #b90b0b;
}
.contact-us #form-message-success {
  color: #55a44e;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.contact-us-2 #form-message-success {
  color: #55a44e;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.contact-us .submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000;
}
.contact-us .text-center h3 {
  margin-bottom: 20px;
}

/* hover
----------------------------- */

.nc_left_1 h3 a:hover,
.nc_left_1 label a:hover {
  /*text-decoration: underline; text-decoration-color: #1abc9c;*/
  border-bottom: 2px solid #ff0201;
}

.key-notes {
  border-top: 4px solid;
  padding-top: 20px;
  margin: 30px 0 0px;
}
.key-notes h3 {
  margin-top: 0;
  font-family: "lfont", sans-serif;
  font-size: 18px;
}

.key-notes-content ul {
  margin-left: 12%;
  font: 100 16px/24px "lfont", sans-serif;
  color: #101010;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.key-notes-content li {
  list-style: square;
  padding: 5px;
}
.key-notes-content li a {
  color: #101010;
  box-shadow: inset 0 -1px 0 #000000;
  font-size: 17px;
}

/* home page */
.soron-kivul {
  float: none !important;
  display: flex;
  align-items: center;
  gap: 35px;
  position: relative;
  margin-top: 75px !important;
  margin-bottom: 20px;
}
.soron-kivul .soron-kivul-image img {
  min-width: 200px;
  max-width: 200px;
  height: 115px;
  object-fit: cover;
  border-radius: 2px;
  z-index: 2;
  position: relative;
  border: 4px solid #fff;
  margin: -4px 0 -4px 20px;
}
.soron-kivul .soron-kivul-image span {
  min-width: 190px;
  max-width: 190px;
  min-height: 80px;
  max-height: 80px;
  position: absolute;
  top: -42px;
  color: #000;
  padding: 5px 20px 45px 7px;
  background: #f5f5f5;
  font-weight: 600;
  font-size: 22px;
  font-family: "foundersGrotesk", sans-serif !important;
  line-height: 24px;
  letter-spacing: 1.1px;
  border: 2px solid #242424;
  text-transform: uppercase;
}
.soron-kivul .soron-kivul-content .post-title a {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  line-height: 34px;
}

body.home section {
  margin-top: 30px;
  float: left;
}
body.home h2.title {
  color: #000000;
  font-family: "lfont", sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 35px;
}
.clear {
  clear: both;
}

.liner_cikk_top {
  margin: 0 auto;
  min-width: 305px;
  min-height: 305px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}

.mode-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #000;
  border: 1px solid #3a3a3a;
  font-size: 18px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all 0.2s ease;
}
body.darkmode .mode-switcher {
  color: #fff;
}
.switcher {
  position: relative;
}
.switcher-list {
  pointer-events: all;
  position: absolute;
  z-index: 1000;
  right: 10px;
  top: 45px;
  width: 200px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #303030;
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
  box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.switcher-list.active {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.theme-switcher-container {
  border: 2px solid #000;
  border-radius: 5px;
}
.switch-button {
  border-radius: 4px;
  padding: 3px;
  background: #e1e1e1;
  border: 0;
  color: #000;
}
.switch-button:focus {
  outline: none;
}
body.darkmode .switch-button {
  background: transparent;
  color: #fff;
}
.switch-button[data-switch="dark"] {
  background: transparent;
}
body.darkmode .switch-button[data-switch="dark"] {
  background: #000 !important;
}
/* Dark Mode
-------------------------------- */
body.darkmode .mid-nav-mobile {
  background-color: #151618;
}
body.darkmode .mid-nav {
  background-color: #151618;
}
body.darkmode .mobile-bar {
  background-color: #000;
  border-color: #3e3e3e;
}
body.darkmode .mobile-bar h3 {
  color: #fff;
}

body.darkmode .liner-footer,
body.darkmode .liner-footer .navbar-brand img {
  background-color: #181818;
}
body.darkmode .liner-footer .navbar-brand:before {
  background-color: #444444;
}
body.darkmode .border-black,
body.darkmode .unique-border-b {
  border-color: #444444;
}
body.darkmode .soron-kivul::before,
body.darkmode .soron-kivul::after {
  background-color: #444444;
}
body.darkmode .theme-switcher-container {
  border-color: #666666;
}
body.darkmode .form-control {
  border-color: #434343;
}
body.darkmode .post-background-green .tag-slug,
body.darkmode .post-background-green .tag-slug + span,
body.darkmode .post-background-green .tag-slug + span + span,
body.darkmode .post-background-yellow .tag-slug,
body.darkmode .post-background-yellow .tag-slug + span,
body.darkmode .post-background-yellow .tag-slug + span + span {
  color: #fff;
}

body.darkmode .notification-articles span {
  background-color: #414141;
}
body.darkmode .div_nc_left_title h2 a {
  text-decoration-color: #848484;
}
body.darkmode .egy-header-title:before {
  background-color: #22232b;
}
body.darkmode .immersive-break-2 {
  background-color: #000;
}
body.darkmode .ao-article-banner span:last-child {
  background: #121416;
}
body.darkmode .ao-article-banner span:first-child {
  color: #268d83;
  background: #171717;
  border: 0.5px solid #e2e2e2;
}
body.darkmode .ao-article-banner span:last-child a {
  color: #268d83;
}


body.darkmode .sztorid-section .sztorid-img,
body.darkmode .sidebar-img,
body.darkmode .embed-instagram::after {
  background-color: #e8e8e8 !important;
  filter: invert(1);
}
body.darkmode .copy-link svg {
  color: #848484;
}
body.darkmode .notification-articles img,
body.darkmode .tweet svg,
body.darkmode .page_banner .test svg,
body.darkmode .author-detail .author-social li a svg {
  filter: invert(1);
}
body.darkmode .top-nav,
body.darkmode .bot-nav,

body.darkmode .ham-menu,
body.darkmode .ham-search,
body.darkmode
  .menu-hamburger-menu-container
  .hamburger-menu-items
  li
  .sub-menu.active {
  background-color: #000;
}
body.darkmode .ham-search,
body.darkmode .menu-hamburger-menu-container .hamburger-menu-items > li {
  border-color: #393939;
}

body.darkmode .next-articles .copy-link div,
body.darkmode .contact-us .contact-wrap,
body.darkmode .form-control {
  background-color: #272727;
}
body.darkmode .nc_imgContent hr,
body.darkmode .article-card-body,
body.darkmode .meg-tobb-btn,
body.darkmode .embed-instagram::before,
body.darkmode .author-detail,
body.darkmode .page_banner span,
body.darkmode .next-articles-title,
body.darkmode .breadcrumb,
body.darkmode .liner_tags,
body.darkmode .sztorid-section,
body.darkmode .news_sidebar .justin_single ul li,
body.darkmode .single-tags-mob,
body.darkmode .soron-kivul .soron-kivul-image span,
body.darkmode .soron-kivul,
body.darkmode .single_widget ul li {
  border-color: #444444;
}
body.darkmode .soron-kivul .soron-kivul-image span,
body.darkmode .page_banner span,
body.darkmode .single-widget-title {
  background-color: #23252b;
}
body.darkmode .section4-section .section4-header {
  background-color: #23252b;
}
body.darkmode .section4-section .section4-body {
  border-color: #23252b;
}

body.darkmode,
body.darkmode .single_news .related_post h3 {
  background-color: #171717 !important;
  color: #e8e8e8;
}
body.darkmode a,
body.darkmode span,
body.darkmode .single_news h1,
body.darkmode .single_news h2,
body.darkmode .single_news h3,
body.darkmode .single_news h4,
body.darkmode .single_news h5,
body.darkmode .single_news h6,
body.darkmode .btn:not(:disabled):not(.disabled),
body.darkmode .author-detail .author-social li a.google,
body.darkmode .post-social ul.social-sharing li a.google,
body.darkmode .stcky_pst h3 > span::before,
body.darkmode .tax_section .sponsorchildbox_wrapper a,
body.darkmode .main-header a,
body.darkmode .close-visit-modal,
body.darkmode .currnet-date,
body.darkmode .ham-search,
body.darkmode
  .menu-hamburger-menu-container
  .hamburger-menu-items
  .menu-item
  > a,
body.darkmode
  .menu-hamburger-menu-container
  .hamburger-menu-items
  .menu-item.menu-item-has-children
  .sub-menu
  a,
body.darkmode .egy-header-title,
body.darkmode .egy-header .egy-header-body .egy-header-description,
body.darkmode .liner_tags .liner_tag,
body.darkmode .subcategory-with-date .subcat,
body.darkmode .subcategory-with-date .article-date,
body.darkmode .single_widget ul li .widget-article-date,
body.darkmode .single_widget ul li .widget-single-title,
body.darkmode .news-item .news-item-title a,
body.darkmode .sztorid-section .sztorid-title,
body.darkmode .form-control,
body.darkmode .single-tags-mob .mob-tags .liner_tag,
body.darkmode .soron-kivul .soron-kivul-content .post-title a,
body.darkmode .soron-kivul .soron-kivul-image span,
body.darkmode .author-detail .author-social li a,
body.darkmode .copy-link {
  color: #e2e2e2;
}
body.darkmode p,
body.darkmode label,
body.darkmode .page_banner span,
body.darkmode .single_news .editor_content p a,
body.darkmode .news_sidebar .justin_single ul li h6 a,
body.darkmode .sztorid-section .sztorid-paragraph,
body.darkmode .news_sidebar .justin_single ul li span,
body.darkmode .open-child-category,
body.darkmode .tax_section .sponsorchildbox_wrapper p,
body.darkmode .single_news .editor_content p {
  color: #b7b7b7;
}

body.darkmode .tax_section .sponsorchildbox_wrapper .box_left_side img {
  background: #fff;
  color: #000;
}

body.darkmode .related_post .crp_related {
  border-bottom: 4px solid #28deb1;
  border-top: 4px solid #28deb1;
}
body.darkmode .before_ads {
  border: 0.5px solid #848484;
  text-align: center;
  padding: 15px 0px;
}
body.darkmode .siderbar_ads1 {
  border: 0.5px solid #848484;
  text-align: center;
  padding: 15px 0px;
}
body.darkmode .siderbar_ads2 {
  border: 0.5px solid #848484;
  text-align: center;
  padding: 15px 0px;
}
body.darkmode #liner_cikk_roadblock_1_2 {
  min-height: 405px;
  text-align: center;
  margin-bottom: 40px;
  border: 0.5px solid #848484;
  padding: 7px 0px 20px 0;
}
body.darkmode #liner_cikk_roadblock_1_3 {
  min-height: 405px;
  text-align: center;
  margin-bottom: 40px;
  border: 0.5px solid #848484;
  padding: 7px 0px 20px 0;
}
body.darkmode .menu_1ul li a:hover,
.menu_1ul li.current-menu-item a {
  border-bottom: 1px solid #9ad0c4;
}
body.darkmode .menu_1ul li .search_btn {
  color: #fff;
}
body.darkmode .longform.page_banner h1.page_title.text-center {
  color: #e2e2e2;
}
body.darkmode .longform.page_banner .excerpt-content p {
  color: #b7b7b7;
}
body.darkmode .nc_section2 .nc_left_1.brknews {
  padding: 3px;
  background: linear-gradient(-100deg, #181818 0%, #00524b 70%, #181818 100%);
  border-radius: 2px;
}

body.darkmode .next-articles .copy-link div {
  background: #848484;
}
body.darkmode .copy-message {
  background: #151618;
}
.breadcrumb:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
body.darkmode .breadcrumb {
  border-color: #444444;
}
body.darkmode .widget-article-date {
  color: #848484 !important;
}
body.darkmode .kapcsolodo_cikkek .kapcsolodo_tartalom a {
  color: #fff !important;
}
body.darkmode .kapcsolodo_cim {
  color: #fff !important;
}
body.darkmode .home-page-button {
  background: #848484;
  color: #000 !important;
}
body.darkmode .excerpt-content p::before {
  background-color: #848484;
}
body.darkmode .subcategory-with-date .subcat:before {
  background-color: #848484;
}
form#darkmode_form {
  transform: scale(0.75);
}
body.darkmode .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
body.darkmode .liner_cikk_top {
  background-color: #23252a;
}
body.darkmode .author-detail {
  border-bottom: 1px solid #444444;
}
body.darkmode .mid-nav-mobile .mid-nav-mobile-list a {
  color: #e2e2e2;
}
body.darkmode .post-background-green h2 {
  font-weight: 600 !important;
}
body.darkmode #liner_nyito_fekvo_1 {
  background: #23252a;
}
.switch_dm {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 34px;
}
.switch_dm input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider_dm {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #18171d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-image: url("images/moon_dm.png");
  background-position: 47px 8px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.slider_dm:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 9px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider_dm {
  background-color: #404040;
  background-image: url("images/sun_v5.png");
  background-position: 9px 8px;
  background-repeat: no-repeat;
}
input:focus + .slider_dm {
  box-shadow: 0 0 1px #fe4502;
}
input:checked + .slider_dm:before {
  left: 15px;
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider_dm.round_dm {
  border-radius: 34px;
}
.slider_dm.round_dm:before {
  border-radius: 50%;
}

body.darkmode h2.title {
  color: #fff;
}

body.single-linernews.darkmode header {
  background-color: #1b1c20;
}

body.darkmode .large-title {
  color: #e2e2e2;
}
body.darkmode .border-b {
  border-bottom: 1px solid #444444;
}
body.darkmode .soron-kivul .soron-kivul-image img {
  border: 0px solid #fff;
}
body.darkmode .kiemelt_sztori > div {
  background-color: #23252b;
}
body.darkmode .kiemelt_sztori .article-one-title a {
  color: #e2e2e2;
}
body.darkmode .kiemelt_sztori .article-one-title-mob a {
  color: #e2e2e2;
}
body.darkmode .kiemelt_sztori .article-one-mob-view p {
  color: #b4b4b4;
}
body.darkmode .kiemelt_sztori .timeline-article h6 a {
  color: #e2e2e2;
}

/* age vefify css */
.age_verify_container {
  background: linear-gradient(150deg, #ffffff 0%, #268d83 100%);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
}
.age_verify_content {
  width: 360px;
  margin: 0% auto;
  padding-top: 20%;
  text-align: center;
}
.age_verify_content .age_rounded {
  width: 107px;
  margin: 0 auto;
  border: 4px solid white;
  border-radius: 237px;
  height: 107px;
}
.age_verify_content .age_rounded span {
  color: white;
  font-size: 39px;
  text-align: center;
  width: 107px;
  float: left;
  margin-top: 21px;
}
.age_verify_content h2 {
  margin-top: 20px;
  color: #333;
  font-weight: 600;
}
.age_verify_content p {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0;
}
.age_verify_content .btn {
  margin: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 80px;
}
.age_verify_content .btn-light {
  background-color: #f8f9fa;
  color: #333;
  border: 1px solid #dee2e6;
}
.age_verify_content .btn-light:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
  color: #333;
}
.age_verify_content .btn-info {
  background-color: #17a2b8;
  color: white;
  border: 1px solid #17a2b8;
}
.age_verify_content .btn-info:hover {
  background-color: #0c6674;
  color: white;
  border-color: #0c6674;
}
.post-nav-links,
.page-links {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "lfont", sans-serif;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid;
}
.post-nav-links a,
.page-links a {
  text-decoration: none;
  box-shadow: inset 0 -2px 0 #268d83;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  color: #000;
}
.post-nav-links a:hover,
.page-links a:hover {
  background-color: #268d83b3 !important;
  box-shadow: none;
}
.post-nav-links .current,
.page-links .current {
  box-shadow: none;
}
.post-nav-links a,
.page-links a,
.post-nav-links .current,
.page-links .current {
  color: #212121;
  padding: 0 10px;
  display: inline-block;
  border: 1px solid #eee;
  text-align: center;
  min-width: 42px;
  line-height: 42px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.2s ease;
  margin-bottom: 10px;
  margin-left: 10px;
}
.post-nav-links .current,
.page-links .current {
  background: #000;
  color: white;
}
.post-nav-links a:hover,
.page-links a:hover,
.post-nav-links .current:hover,
.page-links .current:hover {
  background: #000;
  color: white;
}
/* floating menu*/
/* body.single-linernews.darkmode header {
  background-color: #171717;
} */
/* body.single-linernews header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  background: white;
  z-index: 200;
} */
body.page #content {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

/* Responsive
-------------------------------- */

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0 !important;
  }
  .page_banner img.img-responsive {
    /* width: 1090px; */
    max-width: 100%;
  }
}

@media (min-width: 1350px) {
  .container {
    max-width: 1220px !important;
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
    -ms-flex: 0 0 70.667%;
    flex: 0 0 70.667%;
    flex-shrink: 0;
    max-width: 70.667%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 29.333%;
    flex: 0 0 29.333%;
    flex-shrink: 0;
    max-width: 29.333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .div_nc_left_title h2 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .nc_left_1 h3 {
    font-size: 15px;
    line-height: 20px;
  }
  .nc_left_1 label {
    font-size: 14px;
  }
  .nc_section2 .crp_related > label {
    font-size: 14px;
  }
  .nc_section2 .volt_d {
    padding: 12px 0 12px 0;
  }
  .nues_content p {
    font-size: 20px;
    line-height: 26px;
  }
  .tyle_container {
    padding: 0 0 10px 0;
  }
  .single_news .missit-sec .nues_content p a {
    font-size: 18px;
    font-weight: 500;
  }
  .nues_content label {
    font-size: 13px;
  }
  .longform.page_banner h1.page_title.text-center {
    /*   margin-top: -267px; */
    font-size: 20px;
  }
  .longform.page_banner h1.page_title.text-center {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -2px;
    font-weight: 700;
    margin-left: 10px;
  }
  .longform.page_banner .excerpt-content p {
    width: 86%;
    font: 500 21px/25px "lfont", sans-serif;
    letter-spacing: -1px;
    margin-top: 5px;
    font-size: 1vw;
  }
  .longform .author-detail {
    width: 65%;
    margin: 0 auto;
  }
  .longform p {
    width: 65%;
    margin: 0 auto;
    padding-top: 1em;
  }
  .longform [class^="wp-block-"] figcaption {
    width: 90%;
    text-align: left;
  }
  .longform.single_news .child_content .post-social {
    width: 65%;
  }
  .liner_cikk_top {
    min-width: 300px;
    max-width: 300px;
    margin: 0 auto;
    min-height: 250px;
    max-height: 250px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .header .navbar {
    padding-left: 0px;
    padding-right: 0;
  }

  .mb-2 {
    margin-top: 0rem !important;
  }

  .col-md-5 {
    /*-ms-flex: 0 0 35.666667%;
    flex: 0 0 35.666667%;
    max-width: 35.666667%;
    margin-top: 10px;*/
    -ms-flex: 0 0 43.667%;
    flex: 0 0 43.667%;
    max-width: 43.667%;
  }
  .col-md-7 {
    /*-ms-flex: 0 0 64.333333%;
    flex: 0 0 64.333333%;
    max-width: 64.333333%;*/
    -ms-flex: 0 0 56.333333%;
    flex: 0 0 56.333333%;
    max-width: 56.333333%;
  }

  .single_news > .row:not(:first-child) {
    margin-left: -25px;
    margin-right: -25px;
  }
  .single_news > .row:not(:first-child) > div {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .div_nc_left {
    width: 100%;
  }
  .div_nc_right {
    width: 100%;
  }
  .div_nc_left_title h2 {
    font: 600 30px/36px "lfont", sans-serif;
  }
  .nc_left_1 h3 {
    font-size: 20px;
  }
  .nues_content p {
    font-size: 24px;
    line-height: 28px;
  }
  .tyle_container {
    padding: 0;
  }
  .porta_right {
    width: 100%;
  }
  .nues_content p {
    font-size: 18px;
    line-height: 22px;
  }
  .single-linernews .news_sidebar {
    margin-top: 0;
  }
  .stcky_pstimg img {
    width: 100%;
  }
  .missit-sec {
    margin: 40px 0 0 0;
  }
  .tyle_oBx {
    text-align: center;
  }
  .single_news .missit-sec .nues_content p a {
    font-size: 26px;
    line-height: 30px;
  }
  .single_news h1 {
    font: 600 32px/38px "lfont", sans-serif;
  }
  .tax_section .sponsorchildbox_wrapper h3 {
    font: 600 22px/28px "lfont", sans-serif;
  }

  #liner_cikk_roadblock_1 {
    text-align: center;
    margin-bottom: 10px;
    background: #f5f5f5;
    padding: 15px 0px 30px 0px;
  }

  #liner_cikk_roadblock_1_2 {
    min-height: 300px;
    text-align: center;
    margin-bottom: 40px;
    border: 0.5px solid #000000;
    padding: 7px 0px 20px 0;
  }
  #liner_cikk_roadblock_1_3 {
    min-height: 300px;
    text-align: center;
    margin-bottom: 40px;
    border: 0.5px solid #000000;
    padding: 7px 0px 20px 0;
  }

  .longform.page_banner h1.page_title.text-center {
    width: 90%;
    color: #000;
    position: relative;
    left: auto;
    top: auto;
    text-align: left !important;
    margin: 0 auto;
  }
  .longform.page_banner h3 {
    display: none;
  }
  .longform.page_banner .excerpt-content {
    width: 100%;
    position: relative;
    margin-top: 10px;
    bottom: 8px;
  }
  .longform.page_banner .excerpt-content p {
    width: 80%;
    color: black;
  }
  /* mobile header */
  /*.main_wrapper {
    float: left;
    background-color: white;
    width: 100%;
  }
  */
 
  .br_scrolling {
    height: 50px; /*  overflow: hidden; */
    position: relative;
  }
  .br_scrolling a {
    color: white;
    font-size: 15px;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 18px;
    text-align: center; /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); /* Apply animation to this element */
    -moz-animation: br_scrolling 15s linear infinite;
    -webkit-animation: br_scrolling 15s linear infinite;
    animation: br_scrolling 15s linear infinite;
  }
  .br_scrolling a:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    cursor: pointer;
  }
  /* Move it (define the animation) */
  @-moz-keyframes br_scrolling {
    0% {
      -moz-transform: translateX(100%);
    }
    100% {
      -moz-transform: translateX(-100%);
    }
  }
  @-webkit-keyframes br_scrolling {
    0% {
      -webkit-transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
    }
  }
  @keyframes br_scrolling {
    0% {
      -moz-transform: translateX(100%); /* Firefox bug fix */
      -webkit-transform: translateX(100%); /* Firefox bug fix */
      transform: translateX(100%);
    }
    100% {
      -moz-transform: translateX(-100%); /* Firefox bug fix */
      -webkit-transform: translateX(-100%); /* Firefox bug fix */
      transform: translateX(-100%);
    }
  }
}
@media (max-width: 700px) {
  .longform.page_banner h1.page_title.text-center {
    /*   margin-top: -267px; */
    font-size: 20px;
  }
  .longform.page_banner span {
    font-size: 13px;
    text-align: left;
    border-bottom: 1px solid #c5c4c4;
  }
  .longform.page_banner h1.page_title.text-center {
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    margin-left: 10px;
  }
  .longform.page_banner .excerpt-content p {
    width: 86%;
    font: 500 21px/25px "lfont", sans-serif;
    letter-spacing: -1px;
    margin-top: 5px;
  }
  .longform .author-detail {
    width: 94%;
    margin: 0 auto;
  }
  .longform p {
    width: 90%;
    margin: 0 auto;
    padding-top: 1em;
  }
  .longform [class^="wp-block-"] figcaption {
    width: 90%;
    text-align: left;
  }
  .longform.single_news .child_content .post-social {
    width: 90%;
  }
  .single_news h2 {
    font-size: 25px;
    line-height: 28px;
    margin-left: 0%;
    margin-right: 0%;
  }
  .liner_cikk_top {
    margin: 0 auto;
    min-width: 305px;
    min-height: 305px;
    margin-bottom: 20px;
  }
  .single_news,
  .tax_section {
    padding: 35px 0px 0px 0;
  }
  .body.darkmode .author-detail .author-social li a svg {
    filter: invert(1);
    background-color: black;
    color: white;
  }
  .ham-search {
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .menu-hamburger-menu-container:not(.footer-menu)
    .hamburger-menu-items
    .menu-item
    > a {
    font-size: 16px !important;
  }
  .recommended-articles .single_widget {
    border: 0.5px solid #444444;
  }
}
@media (max-width: 600px) {
  .nues_content p {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0px 16px 0px;
  }
  .nues_imgSpan {
    text-align: center;
  }
  .longform.page_banner h1.page_title.text-center {
    /*   margin-top: -267px; */
    font-size: 20px;
  }
  .longform.page_banner h1.page_title.text-center {
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    margin-left: 10px;
  }
  .longform.page_banner .excerpt-content p {
    width: 86%;
    font: 500 21px/25px "lfont", sans-serif;
    letter-spacing: -1px;
    margin-top: 5px;
  }
  .longform .author-detail {
    width: 94%;
    margin: 0 auto;
  }
  .longform p {
    width: 90%;
    margin: 0 auto;
    padding-top: 1em;
  }
  .longform [class^="wp-block-"] figcaption {
    width: 90%;
    text-align: left;
  }
  .longform.single_news .child_content .post-social {
    width: 90%;
  }
}
@media (max-width: 560px) {
  .nc_left_1 h3 {
    font-size: 18px;
  }
  .longform.page_banner h1.page_title.text-center {
    /*   margin-top: -267px; */
    font-size: 20px;
  }
  .longform.page_banner h1.page_title.text-center {
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    margin-left: 10px;
  }
  .longform.page_banner .excerpt-content p {
    width: 86%;
    font: 500 21px/25px "lfont", sans-serif;
    letter-spacing: -1px;
    margin-top: 5px;
  }
  .longform .author-detail {
    width: 94%;
    margin: 0 auto;
  }
  .longform p {
    width: 90%;
    margin: 0 auto;
    padding-top: 1em;
  }
  .longform [class^="wp-block-"] figcaption {
    width: 90%;
    text-align: left;
  }
  .longform.single_news .child_content .post-social {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .nues_content p {
    font-size: 18px;
    line-height: 22px;
  }
  .single_news .missit-sec .nues_content p a {
    font-size: 22px;
    line-height: 28px;
  }
  .single_news h1.page_title {
    font: 700 28px/30px "foundersGrotesk", sans-serif;
    margin: 0 0 8px;
    margin-bottom: 10px !important;
  }
  .tax_section .sponsorchildbox_wrapper h3 {
    font: 600 20px/28px "lfont", sans-serif;
  }
  .tax_section .sponsorchildbox_wrapper p {
    font: 400 14px/23px "lfont", sans-serif;
  }
  .author-detail .author-img {
    margin: 0 7px 0 0;
  }
  .author-detail .author-social {
    margin: 0px 0 0 0;
  }
  .author-detail .author-social li {
    display: block;
    background-color: transparent;
    text-align: center;
    float: none !important;
    padding: 4px 0px;
    margin: 0 0 0 0px;
  }
  .news_sidebar {
    display: none;
  }
  .missit-sec {
    display: none;
  }
  .single_news .comment_content {
    border-top: none;
    margin: 0;
    padding: 20px 0 0;
  }
  .longform.page_banner h1.page_title.text-center {
    /*   margin-top: -267px; */
    font-size: 20px;
  }
  .longform.page_banner h1.page_title.text-center {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-top: 10px;
  }
  .longform.page_banner .excerpt-content p {
    width: 86%;
    font: 400 19px/23px "lfont", sans-serif;
    letter-spacing: 0px;
  }
  .longform .author-detail {
    width: 94%;
    margin: 0 auto;
  }
  .longform p {
    width: 90%;
    margin: 0 auto;
    padding-top: 1em;
  }
  .longform [class^="wp-block-"] figcaption {
    width: 90%;
    text-align: left;
  }
  .longform.single_news .child_content .post-social {
    width: 90%;
  }
  .single_news .author-desc h3 {
    font: 500 16px/17px "foundersGrotesk";
  }
  .single_news .author-desc p {
    font-family: "lfont", sans-serif;
    font-size: 12px;
  }
  .tax_section .sponsorchildbox_wrapper .datebox {
    width: 100%;
  }
  .tax_section .sponsorchildbox_wrapper .line-top {
    width: 0%;
  }
  .tax_section .sponsorchildbox_wrapper .box_left_side img {
    float: left;
    margin-top: 2px;
    width: 100%;
  }
  .tax_section .sponsorchildbox_wrapper .line-left::before {
    position: absolute;
    content: "";
    left: 35px;
    top: 11px;
    bottom: -5px;
    width: 1px;
    border-left: 0px dotted #979797;
  }
  .tax_section .sponsorchildbox_wrapper .box_right_side {
    float: left;
    width: 90%;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  /*.poart_container {padding: 15px 5px; background: linear-gradient(to right, rgb(255 255 255 / 0%) 0%,rgb(0 0 0) 100%), url(images/orosz_ukran2.jpg);
  }*/
  .liner-promo__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 250px !important;
    position: relative !important;
  }
  .liner-promo__content {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    background: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0) 0,
      rgba(220, 50, 47, 0) 0,
      #009688 10%,
      #009688 15%
    ) !important;
    padding: 0 0 !important;
    font: 500 19px/26px "lfont", sans-serif;
    margin-top: -25vw !important;
    min-height: 33.33vw !important;
    position: relative !important;
    overflow: hidden;
  }
  .before_ads {
    background: #f3f3f3;
    text-align: center;
    padding: 15px 0px;
    min-height: 350px;
  }
  .code-block .code-block-1 {
    margin: 8px 0;
    clear: both;
    min-height: 320px !important;
    width: 100% !important;
  }
  .fwdevp {
    width: 100%;
    min-height: 220px !important;
  }

  .news-item .news-item-title {
    margin: 0 !important;
  }
  .news-item .news-item-title a {
    font-size: 18px !important;
    font-weight: 400;
  }
  .mb-3 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .section4-section .section4-body {
    padding: 20px 10px 10px 10px !important;
  }
  .large-image-section-1 {
    height: 220px;
  }
}
@media (max-width: 400px) {
  .mob-image-new {
    max-height: 172px;
    min-height: 172px;
  }
  .nc_left_1 {
    width: 53%;
  }
  .nc_right_1 {
    width: 47%;
    text-align: center;
  }
  .tax_section .sponsorchildbox_wrapper .datebox {
    width: 100%;
  }
  .tax_section .sponsorchildbox_wrapper .line-top {
    width: 0%;
  }
  .longform .author-detail {
    width: 94%;
    margin: 0 auto;
  }
  .longform p {
    width: 90%;
    margin: 0 auto;
    padding-top: 1em !important;
  }
  .longform [class^="wp-block-"] figcaption {
    width: 90%;
    text-align: left;
  }
  .longform.single_news .child_content .post-social {
    width: 90%;
  }
  .single_news .author-desc p {
    font-size: 12px;
  }
  .tax_section .sponsorchildbox_wrapper .box_left_side img {
    float: left;
    margin-top: 2px;
    width: 100%;
  }
  .tax_section .sponsorchildbox_wrapper .line-left::before {
    position: absolute;
    content: "";
    left: 35px;
    top: 11px;
    bottom: -5px;
    width: 1px;
    border-left: 0px dotted #979797;
  }
  .tax_section .sponsorchildbox_wrapper .box_right_side {
    float: left;
    width: 90%;
    margin-bottom: 20px;
    margin-left: 10px;
  }
}

.liner-promo__content p {
  margin: 0 1rem 0.5rem !important;
  padding: 0.5rem !important;
  width: calc(100% - 3rem) !important;
  color: #fff;
  font: 500 18px/24px "lfont", sans-serif;
}
.liner-promo__title {
  border-left: 6px solid #fff;
  color: #fff !important;
  font-weight: 500 !important;
  padding: 0.5rem !important;
  width: calc(100% - 3rem);
  margin: 1rem auto 0 !important;
  font: 600 21px/26px "lfont" !important;
}
.liner-promo__content {
  background: linear-gradient(
    270deg,
    hsla(0, 0%, 100%, 0) 0,
    rgba(220, 50, 47, 0) 0,
    #009688 25%,
    #000000 100%
  );
  height: 250px;
  margin-top: 0;
  order: 2;
  width: 68%;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  flex: 0 1 calc(100% - 250px - 2rem);
  justify-content: flex-start;
  padding: 0 1rem;
  /* height: calc(206px - 1.35rem); */
  position: relative;
  font: 500 19px/26px "lfont", sans-serif;
}
.liner-promo__image {
  background-size: cover;
  width: 50%;
  height: 250px;
  position: absolute;
  right: 0;
}
a:hover {
  color: #0056b3;
  text-decoration: unset;
}

/* választási zóna*/

.uppercase {
  text-transform: uppercase;
}

h3 {
  font-size: 2.3em;
}

.h3 {
  margin-bottom: 10.5px;
}

.pull-right {
  float: right !important;
}
@media (min-width: 768px) {
  .col-md-6 {
    width: 40%;
    float: left;
  }
}
.full {
  width: 100%;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.half {
  width: 49.99%;
}

.top-nav {
  border-bottom: 1px solid #bdbdbd;
  background-color: #000;
  font-family: "lfont Mono", monospace;
  padding: 7px 0;
}

.currnet-date {
  font-size: 12px;
  color: #2d2d2f;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "lfont", sans-serif;
}

.header__logo img {
  min-width: 170px;
  max-width: 170px;
}

.mid-nav {
  border-bottom: 3px solid #268d83;
  display: flex;
  background-color: #f5f5f5;
  /*padding: 6px 0px 6px 0px;*/
}

.hide {
  display: none;
}

.bot-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
}
.main-header {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.main-header {
  margin: 0 auto;
  padding: 0px 16px;
}
.main-header a {
  color: #2b2b2b;
  text-decoration: none;
  font-family: "foundersGrotesk";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ham-menu {
    padding: 20px;
    top: 137px;
    position: absolute !important;
    width: 100%;
    background: white;
    z-index: 9999;
    box-shadow: 0 5px 10px #0000001a;
    display: none !important;
    padding-top: 5px;
}
.ham-menu.active {
    display: block !important;
}

.ham-menu ul {
  margin: 0;
}

.breadcrumb:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.breadcrumb a {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  font-family: "foundersGrotesk";
  font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #000;
}
iframe {
  position: relative;
}

.embed-instagram::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
/* after */

.embed-instagram::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url("./images/quote.png");
  width: 30px;
  height: 30px;
  top: -10px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-color: white;
  display: flex;
  padding: 0 25px;
  justify-content: center;
  background-position: center;
}

/* .editor_content blockquote cite:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #cdf0e9;
  border: 4px solid #000;
} */

.embed-instagram {
  padding: 30px 10px !important;
  position: relative;
  margin-top: 30px;
}

.embed-instagram {
  display: flex;
  justify-content: center;
}
.embed-instagram::after {
  background-image: url("./images/instagram.png") !important;
}

.share-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 150px;
  margin-top: 2.67rem !important;
  margin-bottom: 10px;
}
.fontos-img {
  display: inline-block;
  box-shadow: none !important;
  margin-left: 5px;
}
.copy-message {
  left: -30px;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  width: 110px;
  background: white;
  box-shadow: 0 0 4px #00000036;
  text-align: center;
  border-radius: 2px;
  display: none;
}

@media (min-width: 992px) {
  .top-nav .header__logo {
    display: none;
  }
}

.home-page-button {
  display: none;
  padding: 4px 12px;
  border: 1px solid #000;
  color: #000;
  background: #f5f5f5;
  font-weight: 500;
  font-size: 14px;
  font-family: "foundersGrotesk";
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
}
.home-page-button:hover,
.home-page-button:focus {
  background: #000;
  color: #fff;
}
.open-child-category {
  background: none !important;
  border: none !important;
  width: 22px;
  display: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.open-child-category:focus,
.open-child-category:active {
  background: none !important;
  border: none !important;
  outline: 0;
}
.friss-title {
  color: #000;
  font-size: 30px;
  margin-top: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.news-item {
  padding: 1em 3% 0.5em 0;
}
.news-item > .post-tagline {
  position: relative;
  padding-left: 14px;
  color: #268d83;
  font-size: 14px;
  font-family: "foundersGrotesk";
  font-weight: 500;
  width: 70px;
}
.news-item > .post-tagline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 0;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #268d83;
}
.news-item > .post-tagline::after {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background-color: #268d83;
}

.news-item.post-background-yellow,
.news-item.post-background-green {
  margin-bottom: 15px;
}
.news-item .news-item-title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.news-item .news-item-title a {
  color: #000;
  font-size: 24px;
  display: block;
  font-family: "foundersGrotesk";
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1;
}
.news-item .news-item-title .news-item-content {
  color: #000;
  font-weight: 300;
  font-size: 14px;
}

.ao-article-banner {
  display: block;
  position: relative;
  margin: 80px 0 40px;
}
.ao-article-banner span:first-child {
  position: absolute;
  top: -42px;
  color: #fff;
  padding: 10px 30px 20px;
  background: #268d83;
  font-weight: 600;
  font-size: 18px;
  font-family: "lfont", sans-serif;
}
.ao-article-banner span:last-child {
  z-index: 9;
  position: relative;
  padding: 10px 20px;
  margin-left: 30px;
  background: #ffffff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  font-family: "lfont", sans-serif;
  border: 0.5px solid;
}
.ao-article-banner span:last-child a {
  color: #000000;
  display: block;
}
.group-date {
  color: #149377;
  font-size: 24px;
  margin-bottom: 0;
}
.last-visit-modal {
  display: none;
}

.last-visit-modal.active {
  display: block;
}
.notification-articles {
  background: transparent !important;
  box-shadow: none !important;
  border: transparent;
  width: 38px;
  position: relative;
  outline: none !important;
  margin-right: 20px;
}
.notification-articles span {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  border-radius: 100%;
  background-color: #f10;
  color: #fff;
  position: absolute;
  bottom: 2px;
  right: -9px;
}
.notification-articles.mobile {
  display: none;
}
.mobile-share {
  display: flex;
}

.sztorid-section {
  border: 1px solid #000;
  text-align: center;
  padding: 60px 30px 30px;
  margin-top: 80px;
  position: relative;
  margin-bottom: 80px;
}

.sztorid-section .sztorid-img {
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 20px;
  background-color: white;
  width: max-content;
}
.sztorid-section img {
  width: 75px;
  height: 75px;
  object-fit: cover;
}
.sztorid-section .sztorid-title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.sztorid-section .sztorid-paragraph {
  font-size: 18px;
  font-weight: 500;
  color: #383737;
  margin-top: 10px;
  font-family: "lfont", sans-serif;
}

input.contact-submit-btn {
  background: #567076 !important;
  display: block;
  color: #fff;
  box-shadow: none !important;
  width: 100%;
  padding: 15px;
  min-height: 53.5px;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
}
.upload-file-btn {
  background: #f3f3f3 !important;
  border: 1px solid #000 !important;
  display: block;
  color: #000;
  box-shadow: none !important;
  padding: 15px;
  margin: 0;
  cursor: pointer;
}
.form-bot {
  gap: 30px;
}
.key-points-section {
  background-color: #f2f2f2;
  padding: 20px 30px;
}

.key-points-section .key-points-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 10px;
}
.key-points-section .key-points-item .key-points-item-content {
  display: flex;
  gap: 5px;
  position: relative;
  flex-wrap: wrap;
  padding-left: 10px;
}
.key-points-section .key-points-item .key-points-item-content:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #1b1d2e;
  margin-top: 5px;
  left: -10px;
  position: absolute;
}
.key-points-section
  .key-points-item
  .key-points-item-content
  .key-points-item-link {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}
.key-points-section
  .key-points-item
  .key-points-item-content
  .key-points-item-link
  .chevron-down
  .fa-arrow-right-from-line {
  border: 1px solid #3d59e2;
  width: 14px;
  display: inline-flex;
  height: 14px;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  border-radius: 100%;
}
.key-points-section .key-points-item .key-points-item-title {
  font-size: 16px;
  margin-bottom: 0;
}
.timeline {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}
.timeline-item .timeline-header {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.timeline-item .timeline-header .timeline-time {
  font-size: 22px;
  font-weight: 500;
  font-family: "lfont", sans-serif;
}
.inner-content .content-fnc *,
.inner-content .content-fnc figure {
  display: none !important;
}
.inner-content .content-fnc > :first-child,
.inner-content .content-fnc > :first-child * {
  display: inline-block !important;
}
.timeline-content .inner-content .content-fnc a,
.timeline-content .content p a {
  text-decoration: none;
  box-shadow: inset 0 -2px 0 #9ad0c4;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  color: #000;
}
.timeline-content .inner-content .content-fnc a:hover,
.timeline-content .content p a:hover {
  background-color: rgba(154, 208, 196, 0.7);
  box-shadow: none;
}
.timeline-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1b1d2e;
  display: block !important;
  font-family: "lfont", sans-serif;
}
.inner-content,
.timeline-content .content {
  position: relative;
  color: #000000;
  font-weight: 300;
  font-size: 18px;
  line-height: 144%;
  padding: 10px 15px 15px 10px;
  margin-bottom: 20px;
  font-family: "lfont", sans-serif;
  /* background-image: linear-gradient(
    #ec0000,
    #ec0000 10px,
    #000a68 10px,
    #000a68
  );
  background-size: 6px 100%;
  background-position: left 0;
  background-repeat: no-repeat; */
}
.timeline-time.egy-header-title:before,
.timeline-time.egy-header-title:after {
  bottom: -13px;
}
.timeline-highlighted {
  background-color: #e5f3f0;
}
.read-more {
  color: #fff !important;
  background-color: #000;
  font-weight: 600;
  border: none;
  text-decoration: none;
  padding: 5px 15px;
  font-size: 15px;
  margin: 10px 0 0;
  display: inline-block !important;
}

@keyframes live-icon-ring {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}
@keyframes live-icon-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
body {
  min-height: 100vh;
  min-height: 100dvh;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
}
.fontos-menu {
  display: flex;
  align-items: center;
  gap: 33px;
}
.fontos-menu a {
  color: #f2f2f2;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  font-family: "lfont Mono", monospace;
}
.aktualis h3 {
  color: #aeacad;
  font-family: "lfont Mono", monospace !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.14px;
  margin: 0 35px 0 0;
}
.elo-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 0px;
}
.elo-title h3 {
  color: #f2f2f2;
  font-family: "lfont Mono", monospace !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.12px;
  margin: 0;
}
.menu-hamburger-menu-container .hamburger-menu-items {
  column-count: 4;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.menu-hamburger-menu-container .hamburger-menu-items > li {
  width: 25%;
  margin-bottom: 20px;
}
.menu-hamburger-menu-container.footer-menu .hamburger-menu-items {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.menu-hamburger-menu-container.footer-menu .hamburger-menu-items > li {
  width: auto;
}
.menu-hamburger-menu-container .hamburger-menu-items .menu-item > a {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
  font-family: "foundersGrotesk";
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
}
.menu-hamburger-menu-container.footer-menu
  .hamburger-menu-items
  .menu-item
  > a {
  font-family: "foundersGrotesk";
}
.menu-hamburger-menu-container.footer-menu
  .hamburger-menu-items
  .menu-item.menu-item-has-children
  .sub-menu
  a {
  font-size: 16px;
  font-weight: 400;
  font-family: "foundersGrotesk";
  text-transform: uppercase;
}
.menu-hamburger-menu-container
  .hamburger-menu-items
  .menu-item.menu-item-has-children
  .sub-menu
  a {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
}

.ham-search {
  border: none;
  outline: none;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 0;
  font-size: 22px;
  padding-top: 0;
  padding-bottom: 10px;
  color: #929292;
  font-family: "lfont", sans-serif;
}
.ham-search::placeholder {
  color: #ccc;
}
.section4-section .section4-header {
  background-color: #1a1d2e;
  color: #fff;
  padding: 6px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.section4-section .section4-header .section4-title {
  font-size: 26px;
  font-weight: 600;
  font-family: "foundersGrotesk", sans-serif !important;
}
.section4-section .section4-body {
  padding: 20px 20px 10px 30px;
  border: 1px solid #000000;
  margin-bottom: 30px;
}
.tovabb-btn {
  color: #58ceb6 !important;
  font-weight: 600;
  background: none !important;
  border: none !important;
  font-size: 14px;
}
.dots-timeline span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #000;
  display: block;
}
.article-card-body.post-background-yellow,
.article-card-body.post-background-green {
  border: none;
}
.egy-header {
  margin-bottom: 30px;
}
.egy-header-title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
  font-family: "foundersGrotesk", sans-serif !important;
}
.group-date.egy-header-title {
  color: #149377;
}
.egy-header-title.single {
  margin-bottom: 40px;
  border-bottom: 1px solid #b5b5b5;
  padding: 0;
  padding-bottom: 15px;
}
.egy-header-title.single:before,
.egy-header-title.single:after {
  bottom: -3px;
}
.egy-header .egy-header-body {
  padding: 20px 0;
  border-bottom: 1px solid #444444;
}
.egy-header .egy-header-body .post-title {
  font-size: 42px;
  font-family: "foundersGrotesk", sans-serif !important;
  font-weight: 600;
  line-height: 42px;
  color: #000;
}
.egy-header .egy-header-body .egy-header-description {
  font-size: 17px;
  color: #000;
  font-weight: 400;
  padding: 0 40px;
  font-family: "lfont", sans-serif;
}
.longform .ao-article-banner {
  display: none;
}
.immersive-break-2 {
  position: relative;
  overflow: hidden;
  color: #000;
  height: 400px;
  background-color: #f6f6f6;
  margin-top: 30px;
}
.post-background-yellow h1,
.post-background-yellow h2,
.post-background-yellow h3,
.post-background-yellow h4,
.post-background-yellow h5,
.post-background-yellow h6 {
  font-size: 24px !important;
  font-weight: 600 !important;
  position: relative;
  margin-top: 10px;
  line-height: 24px;
}

.post-background-green h1,
.post-background-green h2,
.post-background-green h3,
.post-background-green h4,
.post-background-green h5,
.post-background-green h6 {
  font-size: 22px !important;
  font-weight: 600 !important;
  padding: 5px 10px 5px 10px;
  position: relative;
  border-left: 1px solid #268d83;
  border-right: 1px solid #268d83;
  margin-top: 10px;
  line-height: 24px;
  text-transform: uppercase;
}

.post-background-green h1::before,
.post-background-green h2::before,
.post-background-green h3::before,
.post-background-green h4::before,
.post-background-green h5::before,
.post-background-green h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 18px;
  background-color: transparent;
  border-top: 1px solid #268d83;
  border-bottom: 1px solid #268d83;
}

.post-background-green h1::after,
.post-background-green h2::after,
.post-background-green h3::after,
.post-background-green h4::after,
.post-background-green h5::after,
.post-background-green h6::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 18px;
  background-color: transparent;
  border-top: 1px solid #268d83;
  border-bottom: 1px solid #268d83;
}


.category-page .post-background-green .post-title1,
.category-page .post-background-yellow .post-title1 {
  font-size: 1.6rem !important;
}

.post-background-green.ml-3,
.post-background-yellow.ml-3 {
  margin-left: 0 !important;
}
.kapcsolodo_cikkek {
  padding-left: 10px;
  border-left: 3px solid #268d83;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.kapcsolodo_cikkek .kapcsolodo_cim {
  font-size: 19px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  margin: 0 0 5px !important;
  color: #000 !important;
}
.kapcsolodo_cikkek .tag-slug {
  color: #000 !important;
  font-family: "lfont", sans-serif;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  border: 0;
}
.kapcsolodo_cikkek .kapcsolodo {
  margin-top: 6px;
  color: #000;
  font-family: "foundersGrotesk";
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 786px) {
  .kapcsolodo_cikkek .kapcsolodo {
    font-size: 20px !important;
    line-height: 20px;
    margin-top: 4px;
  }
  .kapcsolodo_cikkek .kapcsolodo svg {
    width: 18px;
    height: 16px;
  }
}

.mid-nav-mobile {
  min-width: 100%;
  background-color: #f5f5f5;
  border-bottom: 2px solid #268d83;
  padding: 5px;
}
@media (min-width:992px) {
  .mid-nav-mobile.d-flex {
    display: none !important;
  }
}
.mid-nav-mobile h3 {
  min-width: 55px;
  color: #268d83;
  font-family: "lfont", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px; /* 225% */
  text-transform: uppercase;
  /*margin-right: 14px;*/
  margin-bottom: 0;
}
.mid-nav-mobile .mid-nav-mobile-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 14px;
}
.mid-nav-mobile .mid-nav-mobile-list a {
  color: #000;
  font-family: "lfont", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 225% */
  text-transform: uppercase;
}
.player {
  margin-top: 30px;
}
.liner_tags {
  gap: 12px;
  flex-wrap: wrap;
  font-family: "foundersGrotesk";
  margin-top: 20px;
  margin-bottom: 40px;
}
.liner_tags .liner-tags-title {
  font-size: 16px;
  font-weight: 700;
}
.liner_tags .liner_tag {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  font-family: "foundersGrotesk";
  letter-spacing: 1px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
}
.subcategory-with-date {
  border-right: 1px solid #ddd;
  font-family: "foundersGrotesk";
  width: 215px;
}
.subcategory-with-date .subcat {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  position: relative;
  padding-left: 8px;
  line-height: 1;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
}
.subcategory-with-date .subcat:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background-color: #000000;
}
.subcategory-with-date .article-date {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
.single_widget {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.single_widget ul li {
  font-family: "lfont", sans-serif;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.single_widget ul li .widget-article-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  text-transform: uppercase;
  font-family: "foundersGrotesk";
  -webkit-font-smoothing: antialiased;
}
/* widget-single-title */
.single_widget ul li .widget-single-title {
  font-weight: 500;
  font-size: 19px;
  line-height: 21px;
  color: #0a0a0a;
  padding-left: 10px;
  border-left: 1px solid;
  display: block;
  font-family: "FoundersGrotesk";
  -webkit-font-smoothing: antialiased;
}
.single-widget-title-before,
.single-widget-title-after {
  flex: 1;
  background-color: #1a1d2e;
  height: 5px;
  position: relative;
}
.single-widget-title-before:before,
.single-widget-title-after:before {
  content: "";
  background-color: #58ceb6;
  height: 5px;
  width: 37px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.next-articles {
  padding: 30px 0px;
}
.next-articles .copy-link {
  display: flex;
}
.next-articles .copy-message {
  left: 0;
  right: 0;
  margin: auto;
  top: 96%;
}
.next-articles .copy-link div {
  background-color: #f5f5f5;
  color: #000000;
  display: flex;
  align-items: center;
  padding: 7px 10px;
  font-family: "foundersGrotesk";
  border: 1px solid #848484;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.4px;
}
.next-articles-title {
  font-size: 18px;
  line-height: 22px;
  font-family: "foundersGrotesk";
  font-weight: 600;
  display: block;
  border-bottom: 0.5px solid #000000;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
}
.next-articles-col {
  width: 170px;
  margin-right: 30px;
}
.next-articles.fixed {
  top: 20px;
  width: 170px;
  z-index: 11;
}
.article-sidebar-wrapper {
  width: 324px;
  flex-shrink: 0;
  margin-left: 30px;
}

.author-job {
  margin: 0;
  font-family: "foundersGrotesk";
  color: #949494;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.7px;
}
.author-desc h3 {
  font-family: "lfont", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
.single-tags-mob {
  display: none;
}
.facebook-share-icon {
  display: none;
}
/* redesign */
.large-title {
  font-size: 42px;
  line-height: 44px;
  font-weight: 600;
  color: #000;
  margin-top: 15px;
  display: block;
  font-family: "foundersGrotesk";
}
@media (max-width: 992px) {
  .large-title {
    font-size: 28px;
    line-height: 28px;
  }
}
.unique-border-b {
  border-bottom: 1px solid #000;
}
.border-b {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 5px;
  margin-top: 5px;
}
.post-datetime {
  font-size: 10px;
  font-family: "lfont", sans-serif !important;
  font-weight: 400;
}
.border-black {
  border-color: #000;
}
.kiemelt_sztori {
  float: none !important;
}
.kiemelt_sztori > div {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 14px 20px;
}
.kiemelt_sztori .kiemelt-title {
  background: #268d83;
  padding: 4px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin: 0 !important;
}
.kiemelt_sztori .article-one-title {
  margin-bottom: 24px;
  display: none;
}
.kiemelt_sztori .article-one-title-mob a {
  font-size: 28px;
  line-height: 28px;
  color: #000;
  font-weight: 600;
}
.kiemelt_sztori .article-one-mob-view p {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  font-family: "lfont", sans-serif;
}
.liner-footer {
  background-color: #f6f6f6;
  padding: 40px 0 0;
  text-align: center;
}
.nav-footer {
  background-color: #000;
}
.nav-footer .footer-menu-2 {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  margin: 0;
}
.nav-footer .footer-menu-2 .menu-item a {
  color: #f2f2f2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
  text-transform: uppercase;
  letter-spacing: -0.12px;
  padding-right: 16px;
  border-right: 1px solid #f2f2f2;
}
.nav-footer .footer-menu-2 .menu-item:last-child a {
  border-right: none;
}
@media (max-width: 992px) {
  .liner-footer,
  .nav-footer {
    display: none;
  }
}
.liner-footer .navbar-brand {
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 75px;
}
/* before and after lines aligned center with full width and logo is center with 20px left-right padding */
.liner-footer .navbar-brand:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 0;
  bottom: 0;
}
.liner-footer .navbar-brand img {
  min-width: 200px;
  max-width: 200px;
  padding: 0 20px;
  z-index: 1;
  background-color: #f6f6f600;
}
/* min width lg */
@media (min-width: 992px) {
  .kiemelt_sztori .article-one-title {
    display: block;
  }
  .kiemelt_sztori .article-one-mob-view {
    display: none;
  }
}
.kiemelt_sztori .article-one-title a {
  font-size: 30px;
  color: #000;
  font-weight: 700;
}
@media (min-width: 1080px) {
  .kiemelt_sztori .article-one-image {
    width: 300px;
  }
}
.kiemelt_sztori .timeline-article {
  padding-left: 14px;
  position: relative;
}
.kiemelt_sztori .timeline-article ul li {
  color: #268d83;
  font-size: 14px;
  font-weight: 500;
  font-family: "foundersGrotesk";
  margin-bottom: 12px;
  line-height: 9px;
}
.kiemelt_sztori .timeline-article h6 a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.kiemelt_sztori .timeline-article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  bottom: 0;
  width: 1px;
  height: calc(100% - 11px);
  background-color: #268d83;
}
.kiemelt_sztori .timeline-article::after {
  content: "";
  position: absolute;
  left: -4px;
  top: 0;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background-color: #268d83;
}
.flex-1 {
  flex: 1 1 0%;
}
/* Responsive */
@media (min-width: 992px) {
  .category-wide-section {
    flex: 0 0 71.666667% !important;
    max-width: 71.666667% !important;
  }
  .category-wide-sidebar {
    flex: 0 0 27.666667% !important;
    max-width: 27.666667% !important;
    /* height: 100%;
    position: sticky;
    top: -700px;
    margin-bottom: 100px; */
  }
}

@media (max-width: 992px) {
  .ham-menu {
    top: 0 !important;
    left: 0 !important;
    position: fixed !important;
    width: 100% !important;
    height: 100vh !important;
    max-height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow-y: auto !important;
    z-index: 2147483647 !important;
  }
  .soron-kivul {
    margin-top: 30px !important;
    border-bottom: 1px solid #dddbdb;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  .top-nav {
    padding: 10px 0;
  }
  header .container {
    padding: 0 !important;
  }
  /*.main_wrapper {
    padding-bottom: 70px;
  }*/
  .soron-kivul::before,
  .soron-kivul::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: calc(100% - 10px);
    background-color: #000;
  }
  .soron-kivul::after {
    left: 5px;
  }
  .soron-kivul .soron-kivul-image {
    display: none;
  }
  .immersive-break-2 {
    flex-wrap: wrap;
    height: auto !important;
  }
  .immersive-break-2 .image-part {
    width: 100% !important;
    height: auto !important;
  }
  .immersive-break-2 .text-part {
    width: 100% !important;
    padding: 20px !important;
  }
  .immersive-break-2 .text-part h1 {
    font-size: 24px !important;
  }
  .immersive-break-2 .text-part p {
    font-size: 14px;
  }
  .share-content {
    flex-direction: row-reverse;
    margin-bottom: 0px !important;
    justify-content: flex-end;
    margin-top: 0 !important;
  }
  .share-parent {
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
  }
  .facebook-share-icon {
    display: none;
  }
  .comment_content {
    display: none;
  }
  .home-page-button {
    display: block;
  }
  .menu-hamburger-menu-container:not(.footer-menu) .open-child-category {
    display: block;
  }
  .menu-hamburger-menu-container:not(.footer-menu)
    .hamburger-menu-items
    li
    .sub-menu {
    display: none;
  }
  .menu-hamburger-menu-container:not(.footer-menu) .hamburger-menu-items > li {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    flex-direction: column;
    position: relative;
    align-items: baseline;
  }
  .menu-hamburger-menu-container:not(.footer-menu)
    .hamburger-menu-items
    .menu-item
    > a {
    font-size: 13px;
  }

  .menu-hamburger-menu-container:not(.footer-menu)
    .hamburger-menu-items
    .menu-item.menu-item-has-children
    .sub-menu
    a {
    font-weight: 500;
    font-size: 13px;
  }
  .menu-hamburger-menu-container:not(.footer-menu)
    .hamburger-menu-items
    li
    .sub-menu.active {
    z-index: 9999;
    background: white;
    width: 100%;
    display: block !important;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .wrap-mobile.d-flex {
    display: block !important;
  }
  .subcategory-with-date {
    display: none !important;
  }
  .single-tags-mob {
    border-radius: 2px;
    border-top: 1.5px solid #000;
    border-right: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
    border-left: 0.5px solid #000;
    padding: 10px;
    gap: 10px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .single-tags-mob .liner-tags-title {
    font-size: 15px;
    font-family: "FoundersGrotesk", sans-serif;
    letter-spacing: 1px;
    line-height: 22px;
    font-weight: 500;
    padding-right: 10px;
    border-right: 1px solid #c0c0c0;
  }
  .single-tags-mob .mob-tags {
    display: flex;
    width: 100%;
    overflow: auto;
    position: relative;
    gap: 10px;
    align-items: center;
  }
  .single-tags-mob .mob-tags .liner_tag {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    flex-shrink: 0;
    font-style: italic;
    line-height: 22px;
    font-family: "FoundersGrotesk", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  .article-sidebar-wrapper {
    display: none !important;
  }
  .author-detail {
    flex-wrap: wrap;
    gap: 20px;
  }
  .next-articles-col {
    display: none !important;
  }
  .article-sidebar-wrapper {
    width: auto;
  }
  .mode-switcher {
    border: none;
    font-size: 26px;
  }
}
@media (max-width: 1100px) {
  .mid-nav {
    display: none !important;
  }
  .bot-nav {
    display: none !important;
  }
  .ham-menu {
    top: 76px;
  }
  .notification-articles.mobile {
    display: block;
  }
  .notification-articles.mobile span {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    border-radius: 100%;
    background-color: #f00;
    color: #fff;
    position: absolute;
    bottom: 1px;
    right: -8px;
  }
}

@media (max-width: 768px) {
  .news-item > .post-tagline {
    width: 50px;
    margin-right: 10px !important;
  }
  .news-item > .post-tagline::after {
    top: 6px;
  }
  .crp_related.crp_related_shortcode .col-12.col-md-6.col-lg-6 {
    border-bottom: 1px dashed #000;
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .form-bot {
    gap: 30px;
  }
  .egy-header .egy-header-body .post-title {
    font-size: 24px;
    line-height: 26px;
  }
  .egy-header .egy-header-body .egy-header-description {
    padding: 0;
    font-size: 14px;
  }

  .upload-file-btn {
    width: 100% !important;
  }
  .menu_1ul li .search_btn {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }
  .top-nav .header__logo {
    display: block;
    max-width: 200px;
  }
  .currnet-date {
    display: none;
  }
  .copy-message {
    left: 0 !important;
  }
  .news-item {
    padding: 1em 0 0.5em;
  }
  .news-item img {
    display: none;
  }
  .news-item.align-items-center .news-item-title a {
    font-weight: bold;
  }

  .mob-image,
  .mob-image6,
  .mob-image7,
  .mob-image8,
  .article-card img,
  .hometyle_mainSection img,
  .immersive-break-2 img {
    max-height: 210px !important;
    min-height: 210px !important;
  }
  .mob-image-new {
    max-height: 200px;
    min-height: 200px;
  }
  .excerpt-content p {
    font-size: 18px;
    line-height: 26px;
  }
  .border-b {
    margin-bottom: 10px;
  }
  .post-background-green h2 {
    margin-top: 15px;
  }
  .post-background-yellow h2 {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .single_news h1,
  .single_news h1.page_title,
  .single_news .page_title,
  body .single_news h1 {
    font-family: 'Founders Grotesk Condensed', 'foundersGrotesk', sans-serif !important;
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 1 !important;
    color: #fff !important;
  }
  
  body .mobile-article-header .mobile-article-title,
  .mobile-article-header .mobile-article-title {
    font-family: 'Founders Grotesk Condensed', 'foundersGrotesk', sans-serif !important;
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 1 !important;
    color: #fff !important;
  }
  
  .mobile-header-meta {
    font-family: 'Founders Grotesk', sans-serif !important;
    color: #fff;
  }

  .mobile-article-author,
  .mobile-article-date {
    color: #fff;
  }
  
  /* Ne hagyd ki szekció világos témával */
  .mobile-recommended-articles {
    background: #fff;
    margin: 0 -15px;
    padding: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }

  .mobile-section-title h3 {
    font-family: 'Founders Grotesk Condensed', sans-serif !important; 
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
  }

  .mobile-recommended-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }

  .mobile-article-number {
    font-family: 'Founders Grotesk Condensed', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #268d83;
    margin-right: 12px;
    line-height: 1.2;
  }

  .mobile-recommended-article-title {
    font-family: 'Founders Grotesk Condensed', sans-serif !important;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
    display: block;
    text-decoration: none;
  }

  .mobile-recommended-article-title:hover {
    color: #555;
    text-decoration: none;
  }
}

/* Sötét téma a Ne hagyd ki szekcióhoz */
body.darkmode .mobile-recommended-articles {
  background: #1a1a1a;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

body.darkmode .mobile-section-title h3 {
  color: #fff;
  border-bottom: 2px solid rgba(255,255,255,0.1);
}

body.darkmode .mobile-recommended-item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

body.darkmode .mobile-recommended-article-title {
  color: #fff;
}

body.darkmode .mobile-recommended-article-title:hover {
  color: rgba(255,255,255,0.8);
}.max-w-300px, .max-w-300 {
  max-width: 300px !important;
}
/*.max-w-620px, .max-w-620 {
  max-width: 620px !important;
}*/
@media (max-width: 992px) {
  .max-w-620px, .max-w-620 {
    max-width: 100% !important;
  }
  .max-w-300px, .max-w-300 {
    max-width: 100% !important;
  }
} /*
Theme Name: Liner Hu
Theme URI: https://wordpress.org/themes/liner/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The Liner Hu theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 3.3
Requires at least: 3.5
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: liner

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
  padding: 5px 0;
  padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
  font-size: 16px
  font-size: 1.142857143rem; (16 / $rembase)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
  margin: 24px 0;
  margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
em,
img,
q,
s,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after {
  display: table;
  content: "";
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.widget-title,
.entry-content th,
.comment-content th {
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
  font-weight: bold;
  text-transform: uppercase;
  color: #636363;
}

/* Shared Post Format styling */

/* Form fields, general styles first */
button,
input,
select,
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: inherit;
  padding: 6px;
  padding: 0.428571429rem;
}
button,
input {
  line-height: normal;
}
textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}

/* Buttons */

input[type="submit"],
input[type="button"],
input[type="reset"] {
  padding: 6px 10px;
  padding: 0.428571429rem 0.714285714rem;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 1.428571429;
  font-weight: normal;
  color: #7c7c7c;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  color: #5e5e5e;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(to bottom, #f9f9f9, #ebebeb);
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  color: #757575;
  background-color: #e1e1e1;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: linear-gradient(to bottom, #ebebeb, #e1e1e1);
  box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
  border-color: transparent;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="attachment-"] {
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.header-image {
  max-width: 100%;
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

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

.entry-content video {
  max-width: 100%;
  height: auto;
}

/* Images */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #757575;
}

/* Navigation */
.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden;
}
#nav-above {
  padding: 24px 0;
  padding: 1.714285714rem 0;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous,
.previous-image {
  float: left;
  width: 50%;
}
.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 50%;
}
.nav-single + .comments-area {
  margin: 48px 0;
  margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.author-info {
  border-top: 1px solid #ededed;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  padding-top: 24px;
  padding-top: 1.714285714rem;
  overflow: hidden;
}
.author-description p {
  color: #757575;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.author.archive .author-info {
  border-top: 0;
  margin: 0 0 48px;
  margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
  margin-top: 0;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
  font-size: 87.5%;
}
body {
  font-size: 14px;
  font-size: 1rem;
  font-family: Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #444;
}
body.custom-font-enabled {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
  outline: none;
  color: #21759b;
}
a:hover {
  color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 12px;
  height: auto;
  padding: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
  padding: 0 24px;
  padding: 0 1.714285714rem;
  background-color: #fff;
}
.site-content {
  margin: 24px 0 0;
  margin: 1.714285714rem 0 0;
}
.widget-area {
  margin: 24px 0 0;
  margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
  padding: 24px 0;
  padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
  text-align: center;
}
.site-header h1 a,
.site-header h2 a {
  color: #515151;
  display: inline-block;
  text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
  color: #21759b;
}
.site-header h1 {
  font-size: 24px;
  font-size: 1.714285714rem;
  line-height: 1.285714286;
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.site-header h2 {
  font-weight: normal;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
}
.header-image {
  margin-top: 24px;
  margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  text-align: center;
}
.main-navigation li {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.42857143;
}
.main-navigation a {
  color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
  color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
  display: none;
}
.main-navigation ul.nav-menu.toggled-on {
  display: inline-block;
}

/* Banner */
section[role="banner"] {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  word-wrap: break-word;
}
.widget-area .widget h3 {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.widget-area .widget p {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul,
.widget-area .textwidget ol {
  list-style: disc outside;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li > ul,
.widget-area .textwidget li > ol {
  margin-bottom: 0;
}
.widget-area .textwidget ol {
  list-style: decimal;
}
.widget-area .textwidget li {
  margin-left: 36px;
  margin-left: 2.571428571rem;
}
.widget-area .widget a {
  color: #757575;
}
.widget-area .widget a:hover {
  color: #21759b;
}
.widget-area .widget a:visited {
  color: #9f9f9f;
}
.widget-area #s {
  width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
  clear: both;
}
.entry-header {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
  font-size: 20px;
  font-size: 1.428571429rem;
  line-height: 1.2;
  font-weight: normal;
}
.entry-header .entry-title a {
  text-decoration: none;
}
.entry-header .comments-link {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
}
.comments-link a,
.entry-meta a {
  color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
  color: #21759b;
}
article.sticky .featured-post {
  border-top: 4px double #ededed;
  border-bottom: 4px double #ededed;
  color: #757575;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 3.692307692;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  text-align: center;
}
.entry-content,
.entry-summary {
  line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
  margin: 24px 0;
  margin: 1.714285714rem 0;
  line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.entry-content h2,
.comment-content h2 {
  font-size: 18px;
  font-size: 1.285714286rem;
  line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p {
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
  color: #9f9f9f;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul {
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
  margin-bottom: 0;
}
.entry-content ul,
.comment-content ul {
  list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
  list-style: decimal outside;
}
.entry-content li,
.comment-content li {
  margin: 0 0 0 36px;
  margin: 0 0 0 2.571428571rem;
}
.entry-content code,
.comment-content code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
}
.entry-content pre,
.comment-content pre {
  border: 1px solid #ededed;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  overflow: auto;
  padding: 24px;
  padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
  display: block;
}
.entry-content abbr,
.comment-content abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry-content address,
.comment-content address {
  display: block;
  line-height: 1.714285714;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
}
img.alignleft {
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
  clear: both;
  margin-top: 12px;
  margin-top: 0.857142857rem;
  margin-bottom: 12px;
  margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
  margin: 0 24px;
  margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
  font-weight: bold;
  line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ededed;
  color: #757575;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  width: 100%;
}
.entry-content table caption,
.comment-content table caption {
  font-size: 16px;
  font-size: 1.142857143rem;
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
.site-content article {
  border-bottom: 4px double #ededed;
  margin-bottom: 72px;
  margin-bottom: 5.142857143rem;
  padding-bottom: 24px;
  padding-bottom: 1.714285714rem;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.page-links {
  clear: both;
  line-height: 1.714285714;
  margin-bottom: 20px;
}
footer.entry-meta {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
}
.single-author .entry-meta .by-author {
  display: none;
}

/* =Archives
-------------------------------------------------------------- */

.archive-header {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  padding-bottom: 22px;
  padding-bottom: 1.571428571rem;
  border-bottom: 1px solid #ededed;
}
.archive-meta {
  color: #757575;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  margin-top: 22px;
  margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
  overflow: hidden;
}
.image-attachment div.attachment {
  text-align: center;
}
.image-attachment div.attachment p {
  text-align: center;
}
.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.image-attachment .entry-caption {
  margin-top: 8px;
  margin-top: 0.571428571rem;
}

/* =Aside post format
-------------------------------------------------------------- */

/* =Post formats
-------------------------------------------------------------- */

/* Image posts */

/* Link posts */

/* Quote posts */

/* Status posts */

/* =Comments
-------------------------------------------------------------- */

.comments-title {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5;
  font-weight: normal;
}
.comments-area article {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
.comments-area article header {
  margin: 0 0 48px;
  margin: 0 0 3.428571429rem;
  overflow: hidden;
  position: relative;
}
.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
  display: block;
  margin-left: 85px;
  margin-left: 6.071428571rem;
}
.comments-area article header cite {
  font-style: normal;
  font-size: 15px;
  font-size: 1.071428571rem;
  line-height: 1.42857143;
}
.comments-area cite b {
  font-weight: normal;
}
.comments-area article header time {
  line-height: 1.714285714;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.857142857rem;
  color: #5e5e5e;
}
.comments-area article header a {
  text-decoration: none;
  color: #5e5e5e;
}
.comments-area article header a:hover {
  color: #21759b;
}
.comments-area article header cite a {
  color: #444;
}
.comments-area article header cite a:hover {
  text-decoration: underline;
}
.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  padding: 0.428571429rem 0.857142857rem;
  font-size: 12px;
  font-size: 0.857142857rem;
  font-weight: normal;
  color: #fff;
  background-color: #0088d0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #009cee, #0088d0);
  background-image: -ms-linear-gradient(top, #009cee, #0088d0);
  background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
  background-image: -o-linear-gradient(top, #009cee, #0088d0);
  background-image: linear-gradient(to bottom, #009cee, #0088d0);
  border-radius: 3px;
  border: 1px solid #007cbd;
}
.commentlist .pingback {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}

/* Comment form */
.required {
  color: red;
}

/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.template-front-page .site-content article {
  border: 0;
  margin-bottom: 0;
}
.template-front-page .widget-area {
  clear: both;
  float: none;
  width: auto;
  padding-top: 24px;
  padding-top: 1.714285714rem;
  border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
  margin: 8px 0 0;
  margin: 0.571428571rem 0 0;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.714285714;
  list-style-type: square;
  list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
  color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
  color: #21759b;
}
.template-front-page .widget-area .widget_text img {
  float: left;
  margin: 8px 24px 8px 0;
  margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

/* =Widgets
-------------------------------------------------------------- */

.widget select {
  max-width: 100%;
}
.widget-area .widget ul ul {
  margin-left: 12px;
  margin-left: 0.857142857rem;
}

/* =Plugins
----------------------------------------------- */

/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
  .author-avatar {
    float: left;
    margin-top: 8px;
    margin-top: 0.571428571rem;
  }
  .author-description {
    float: right;
    width: 80%;
  }
  .site {
    margin: 0 auto;
    max-width: 960px;
    max-width: 68.571428571rem;
    overflow: hidden;
  }
  .site-content {
    float: left;
    width: 65.104166667%;
  }
  body.template-front-page .site-content,
  body.attachment .site-content,
  body.full-width .site-content {
    width: 100%;
  }
  .widget-area {
    float: right;
    width: 26.041666667%;
  }
  .site-header h1,
  .site-header h2 {
    text-align: left;
  }
  .site-header h1 {
    font-size: 26px;
    font-size: 1.857142857rem;
    line-height: 1.846153846;
    margin-bottom: 0;
  }
  .main-navigation ul.nav-menu,
  .main-navigation div.nav-menu > ul {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    display: inline-block !important;
    text-align: left;
    width: 100%;
  }
  .main-navigation ul {
    margin: 0;
    text-indent: 0;
  }
  .main-navigation li a,
  .main-navigation li {
    display: inline-block;
    text-decoration: none;
  }
  .main-navigation li a {
    border-bottom: 0;
    color: #6a6a6a;
    line-height: 3.692307692;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .main-navigation li a:hover,
  .main-navigation li a:focus {
    color: #000;
  }
  .main-navigation li {
    margin: 0 40px 0 0;
    margin: 0 2.857142857rem 0 0;
    position: relative;
  }
  .main-navigation li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .main-navigation li ul ul {
    top: 0;
    left: 100%;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li:focus > ul,
  .main-navigation .focus > ul {
    border-left: 0;
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
  }
  .main-navigation li ul li a {
    background: #efefef;
    border-bottom: 1px solid #ededed;
    display: block;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    padding: 8px 10px;
    padding: 0.571428571rem 0.714285714rem;
    width: 180px;
    width: 12.85714286rem;
    white-space: normal;
  }
  .main-navigation li ul li a:hover,
  .main-navigation li ul li a:focus {
    background: #e3e3e3;
    color: #444;
  }
  .main-navigation .current-menu-item > a {
    color: #636363;
    font-weight: bold;
  }
  .entry-header .entry-title {
    font-size: 22px;
    font-size: 1.571428571rem;
  }
  .template-front-page .site-content,
  .template-front-page article {
    overflow: hidden;
  }
  .template-front-page.has-post-thumbnail article {
    float: left;
    width: 47.916666667%;
  }
  .entry-page-image {
    float: right;
    margin-bottom: 0;
    width: 47.916666667%;
  }
  .template-front-page .widget-area .widget,
  .template-front-page.two-sidebars .widget-area .front-widgets {
    float: left;
    width: 51.875%;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
  }
  .template-front-page .widget-area .widget:nth-child(odd) {
    clear: right;
  }
  .template-front-page .widget-area .widget:nth-child(even),
  .template-front-page.two-sidebars
    .widget-area
    .front-widgets
    + .front-widgets {
    float: right;
    width: 39.0625%;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
  }
  .template-front-page.two-sidebars .widget,
  .template-front-page.two-sidebars .widget:nth-child(even) {
    float: none;
    width: auto;
  }
  .commentlist .children {
    margin-left: 48px;
    margin-left: 3.428571429rem;
  }
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
  body {
    background-color: #e6e6e6;
  }
  body .site {
    padding: 0 40px;
    padding: 0 2.857142857rem;
    margin-top: 48px;
    margin-top: 3.428571429rem;
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
  body.custom-background-empty {
    background-color: #fff;
  }
  body.custom-background-empty .site,
  body.custom-background-white .site {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
  }
}

/* =Print
----------------------------------------------- */

@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }
  footer a[rel="bookmark"]:link:after,
  footer a[rel="bookmark"]:visited:after {
    content: " [" attr(href) "] "; /* Show URLs */
  }
  a {
    text-decoration: none;
  }
  .entry-content img,
  .comment-content img,
  .author-avatar img {
    border-radius: 0;
    box-shadow: none;
  }
  .site {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  .site-header {
    margin-bottom: 72px;
    margin-bottom: 5.142857143rem;
    text-align: left;
  }
  .site-header h1 {
    font-size: 21pt;
    line-height: 1;
    text-align: left;
  }
  .site-header h2 {
    color: #000;
    font-size: 10pt;
    text-align: left;
  }
  .site-header h1 a,
  .site-header h2 a {
    color: #000;
  }
  .author-avatar,
  .commentlist .reply,
  .entry-header .comments-link,
  .entry-meta .edit-link a,
  .site-content nav,
  .widget-area,
  img.header-image,
  .main-navigation {
    display: block;
  }
  .wrapper {
    border-top: none;
    box-shadow: none;
  }
  .site-content {
    margin: 0;
    width: auto;
  }

  .entry-header .entry-title,
  .entry-title {
    font-size: 21pt;
  }
  footer.entry-meta,
  footer.entry-meta a {
    color: #444;
    font-size: 10pt;
  }
  .author-description {
    float: none;
    width: auto;
  }

  /* Comments */
  .commentlist > li.comment {
    background: none;
    position: relative;
    width: auto;
  }
  .commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
  }
  .comments-area article header cite,
  .comments-area article header time {
    margin-left: 50px;
    margin-left: 3.57142857rem;
  }
}

body {
  font-family: "lfont", sans-serif;
  background-color: #fffef9;
}

:root {
  --tag: #838383;
  --content: #000;
}

/* Header Navbar  */

/* Side Drawer Bar */

/* GLOBAL START */

p {
  margin-bottom: 0px;
}

.post-tagline {
  color: #000;
  margin-bottom: -3px;
  font-size: 10px;
  font-weight: 700;
  font-family: "lfont", sans-serif;
}

.post-title {
  font-size: 1.5rem;
}

.post-description {
  font-family: "lfont", sans-serif;
  font-size: 18px;
  color: var(--content);
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-background-green.h-100,
.post-background-yellow.h-100 {
  height: auto !important;
}
.post-background-green .post-description,
.post-background-yellow .post-description,
.post-background-green .post-excerpt,
.post-background-yellow .post-excerpt {
  display: none;
}
.post-background-green,
.post-background-yellow {
  position: relative;
  /* padding-left:25px !important; */
}
/* .post-background-green:before,
.post-background-yellow:before {
  content: "";
    width: 3px;
    height: calc(100% + 18px);
    background-color: #fff;
    position: absolute;
    left: 7px;
    top: 0;
}
.post-background-green:after,
.post-background-yellow:after {
  content: "";
    width: 3px;
    height: calc(100% + 18px);
    background-color: #fff;
    position: absolute;
    left: 15px;
    top: 0;
} */
.post-title1 {
  font-size: 1.6rem;
  font-weight: 500;
}

.post-title2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 24px;
}
.second-article.post-background-green h2,
.second-article.post-background-yellow h2 {
  font-weight: 600;
}

/* .post-title5 {
    font-size: 1.1rem;
    font-weight: 700;
} */

.title-slug {
  text-decoration: none;
  color: unset;
}

.title-slug:hover {
  text-decoration: none;
  color: unset;
}

.tag-slug,
.tag-slug:hover {
  text-decoration: none;
  color: unset;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

/* GLOBAL END */

/* 1st place start  */

/* 1st place end  */

/* section 1 start  */

.section1-description {
  font-size: 1rem;
  font-weight: 400;
}

/* section 1 end  */

/* section 3 start */

/* section 3 end */

/* section 10 start  */

/* div.list-wrapp-columns ol li {
    float: left;
    width: 33em;
}


div.list-wrapp-columns br {
    clear: left;
}


div.list-wrapp-columns {
    margin-bottom: 1em;
} */

/* FOOTER WRAPPER */

/* SINGLE post PAGE */

.author-avatar {
  width: 60px;
  border-radius: 100%;
}

.author-avatar img {
  border-radius: 100%;
}

/* section 10 end  */

@media (min-width: 1400px) {
  
  .container {
    max-width: 1260px !important;
  }
}

@media (max-width: 900px) {
  .post-tagline {
    font-size: 10px;
  }
}

hr {
  margin-left: 0;
  margin-right: 0;
}

/* Kereső ikonhoz és panelhez */
.search-icon-container {
    margin: 0 15px;
    width: 40px;
    height: 40px;
}

.search-toggle {
    background: transparent;
    border: none;
    padding: 6px;
    cursor: pointer;
    color: inherit;
    transition: all 0.2s ease;
    position: relative;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.search-toggle:hover, 
.search-toggle:focus,
.search-toggle:active,
.search-toggle.active,
.search-toggle:focus-visible,
.search-toggle:focus-within {
    background-color: rgba(0, 0, 0, 0.05);
    transform: scale(1.02);
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

body.darkmode .search-toggle:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.search-panel {
    position: fixed;
    top: 114px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 15px 0;
}

body.darkmode .search-panel {
    background: #1a1a1a;
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

body.darkmode .search-panel .form-control {
    background-color: #333;
    border-color: #444;
    color: #fff;
}

.search-panel .form-control {
    height: 45px;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 15px;
}

.search-panel .btn-primary {
    background-color: #268d83;
    border-color: #268d83;
    height: 45px;
    transition: all 0.2s ease;
    color: white;
    font-weight: 500;
}

.search-panel .btn-primary:hover,
.search-panel .btn-primary:focus,
.search-panel .btn-primary:active {
    background-color: #1a665e !important;
    border-color: #1a665e !important;
    color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(38, 141, 131, 0.25) !important;
}

body.darkmode .search-panel .btn-primary {
    background-color: #268d83;
    border-color: #268d83;
    color: white;
}

body.darkmode .search-panel .btn-primary:hover,
body.darkmode .search-panel .btn-primary:focus,
body.darkmode .search-panel .btn-primary:active {
    background-color: #3ac0b5 !important;
    border-color: #3ac0b5 !important;
    color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(58, 192, 181, 0.25) !important;
}

.search-panel .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    height: 45px;
    transition: all 0.2s ease;
    color: white;
    font-weight: 500;
}

.search-panel .btn-secondary:hover,
.search-panel .btn-secondary:focus,
.search-panel .btn-secondary:active {
    background-color: #4a4f55 !important;
    border-color: #4a4f55 !important;
    color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25) !important;
}

body.darkmode .search-panel .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}

body.darkmode .search-panel .btn-secondary:hover,
body.darkmode .search-panel .btn-secondary:focus,
body.darkmode .search-panel .btn-secondary:active {
    background-color: #9da5ac !important;
    border-color: #9da5ac !important;
    color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(157, 165, 172, 0.25) !important;
}

.search-panel #header-search-input {
    height: 46px;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ddd;
    transition: all 0.2s ease;
}

.search-panel #header-search-input:focus {
    outline: none !important;
    border-color: #ddd !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

.search-panel .btn {
    height: 46px;
}

/* Minden gomb körüli keret eltávolítása */
button:focus,
button:active, 
button.active,
button:focus-visible,
button:focus-within,
button::-moz-focus-inner,
.search-toggle:focus,
.search-toggle:active,
.search-toggle.active,
.search-toggle:focus-visible,
.search-toggle:focus-within,
.search-toggle::-moz-focus-inner,
.switch-button:focus,
.switch-button:active,
.switch-button.active,
.switch-button:focus-visible,
.switch-button:focus-within,
.switch-button::-moz-focus-inner,
input:focus,
input:active,
.btn:focus,
.btn:active,
.btn.active,
.btn-primary:focus,
.btn-primary:active,
.btn-secondary:focus,
.btn-secondary:active {
    outline: 0 !important;
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* Minden gomb körüli keret eltávolítása - még szigorúbb szabályok */
*:focus {
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.search-toggle,
.switch-button {
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

button:focus,
button:active, 
button.active,
button:focus-visible,
button:focus-within,
button::-moz-focus-inner,
button:-moz-focusring,
.search-toggle:focus,
.search-toggle:active,
.search-toggle.active,
.search-toggle:focus-visible,
.search-toggle:focus-within,
.search-toggle::-moz-focus-inner,
.search-toggle:-moz-focusring,
.switch-button:focus,
.switch-button:active,
.switch-button.active,
.switch-button:focus-visible,
.switch-button:focus-within,
.switch-button::-moz-focus-inner,
.switch-button:-moz-focusring,
input:focus,
input:active,
input:focus-visible,
input:focus-within,
input::-moz-focus-inner,
input:-moz-focusring,
.btn:focus,
.btn:active,
.btn.active,
.btn:focus-visible,
.btn:focus-within,
.btn::-moz-focus-inner,
.btn:-moz-focusring,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus-visible,
.btn-primary:focus-within,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:focus-visible,
.btn-secondary:focus-within {
    outline: 0 !important;
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* Safari és Chrome specifikus fókusz eltávolítás */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

/* Firefox specifikus fókusz eltávolítás */
::-moz-focus-inner {
    border: 0 !important;
}

.search-panel #header-search-input,
.search-panel .btn-primary,
.search-panel .btn-secondary {
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* Mobil ajánlott cikkek stílusai */
.mobile-recommended-articles {
    margin: 20px 0 25px;
    background-color: transparent;
    padding: 15px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    border-left: 3px solid #268d83;
}

/* Sötét mód támogatás */
body.darkmode .mobile-recommended-articles {
    background-color: transparent;
    box-shadow: none;
    border-color: #444;
    border-left-color: #58ceb6;
}

body.darkmode .mobile-section-title {
    border-bottom-color: #444;
}

.mobile-recommended-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    transition: transform 0.2s ease;
}

.mobile-recommended-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.mobile-recommended-item:hover {
    transform: translateX(3px);
}

.mobile-article-number {
    background-color: transparent;
    color: #268d83;
    width: 24px;
    height: 24px;
    border-radius: 0;
    border: 1px solid #268d83;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    margin-right: 12px;
    flex-shrink: 0;
}

.mobile-article-content {
    flex-grow: 1;
}

.mobile-article-title {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mobile-article-title:hover {
    color: #268d83;
    text-decoration: none;
}

.mobile-article-number {
    background-color: transparent;
    color: #268d83;
    width: 24px;
    height: 24px;
    border-radius: 0;
    border: 1px solid #268d83;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    margin-right: 12px;
    flex-shrink: 0;
}

.mobile-article-content {
    flex-grow: 1;
}

.mobile-article-title {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mobile-article-title:hover {
    color: #268d83;
    text-decoration: none;
}

.mobile-recommended-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    transition: transform 0.2s ease;
}

.mobile-recommended-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.mobile-recommended-item:hover {
    transform: translateX(3px);
}

.mobile-article-number {
    background-color: transparent;
    color: #268d83;
    width: 24px;
    height: 24px;
    border-radius: 0;
    border: 1px solid #268d83;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    margin-right: 12px;
    flex-shrink: 0;
}

.mobile-article-content {
    flex-grow: 1;
}

.mobile-article-title {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mobile-article-title:hover {
    color: #268d83;
    text-decoration: none;
}

/* Kiemelt kép melletti első cikk kivonatának megjelenítése akkor is, ha kiemelt vagy népszerű */
.second-article.post-background-green .post-excerpt,
.second-article.post-background-yellow .post-excerpt {
  display: block !important;
}

.post-background-green,
.post-background-yellow {
  position: relative;
  /* padding-left:25px !important; */
}

.single_news .editor_content ul li,
.article-textbody ul li {
  font: 400 18px/22px "lfont", sans-serif;
  position: relative;
  padding-left: 26px;
  margin-bottom: 15px;
}

.single_news .editor_content ul li::before,
.article-textbody ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #268d83;
  position: absolute;
  left: 0;
  top: 12px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
