/*
Theme Name: Cethreum
Author: Face Média Kft.
Theme URI: https://facemedia.hu
Author URI: https://facemedia.hu
Requires at least: 5.9
Tested up to: 6.1
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: centrheum
*/

:root {
  --cth-primary-font: "Raleway", serif;
  --cth-secondary-font: "Roboto", serif;
  --cth-logo-font: "Bebas Neue", serif;
  --cth-primary-color: #29295F;
  --cth-primary-color-60: rgba(41, 41, 95, 0.6);
  --cth-primary-color-28: rgba(41, 41, 95, 0.28);
  --cth-primary-color-0: rgba(41, 41, 95, 0);
  --cth-secondary-color: #00B1B9;
  --cth-secondary-color-83: rgba(0, 177, 185, 0.83);
  --cth-secondary-color-30: rgba(0, 177, 185, 0.30);
  --cth-secondary-color-28: rgba(0, 177, 185, 0.28);
  --cth-secondary-color-11: rgba(0, 177, 185, 0.11);
  --cth-secondary-color-8: rgba(0, 177, 185, 0.08);
  --cth-secondary-color-6: rgba(0, 177, 185, 0.06);
  --cth-secondary-color-0: rgba(0, 177, 185, 0);
  --cth-color-blue: #426da4;
  --cth-color-blue-11: rgba(66, 109, 164, 0.11);
  --cth-color-blue-2: #21A0D7;
  --cth-color-blue-3: #171768;
  --cth-color-light-gray: #CECECE;
  --cth-color-gray: #78848D;
  --cth-color-red: #EF6E6E;
  --cth-text-color: #000000;
  --cth-bgr-light-blue: #F2FAFF;
  --cth-bgr-copyright: #222251;
  --cth-white: #FFF;
  --cth-white-85: rgba(255, 255, 255, 0.85);
  --cth-white-40: rgba(255, 255, 255, 0.40);
  --cth-form-error: #b41717;
  --cth-header-bshadow-hor: 4px 0px 24px 0px rgba(65, 108, 164, 0.3);
  --cth-header-bshadow-vert: 0px 4px 24px 0px rgba(65, 108, 164, 0.3);
  --cth-content-width: 1235px;
  --cth-container-padding: calc((100% - var(--cth-content-width)) / 2);
}

*,
::after,
::before {
    box-sizing: border-box;
}
a {
  transition: color ease-in-out 300ms;
  text-decoration: none;
}
img {
  width: 100%;
}
input,
select,
textarea {
  font-family: var(--cth-primary-font);
  outline: none;
}

/* LAYOUT
   ========================================================================== */
html {
  font-size: 15px;
  overflow-x: hidden;
}
body {
  font-family: var(--cth-primary-font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
  overflow-x: hidden;
}
:root :where(.is-layout-constrained) > * {
  margin-block-start: 0px !important;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#cth-site-content {
  padding-bottom: 60px;
  position: relative;
}
.home #cth-site-content {
  padding-bottom: 0;
}
#cth-site-content .cth-site-content-inner {
  background: var(--cth-white);
  border-radius: 6px;
  margin-top: -62px;
  -webkit-box-shadow: 0px -26px 36px 0px var(--cth-secondary-color-8);
  -moz-box-shadow: 0px -26px 36px 0px var(--cth-secondary-color-8);
  box-shadow: 0px -26px 36px 0px var(--cth-secondary-color-8);
}
.cth-container {
  width: var(--cth-content-width);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
}
.cth-padded-content {
  padding: 50px 60px;
}

.cth-d-none-imp {
  display: none !important;
}
.cth-flex-row-nw {
  display: flex;
  flex-flow: row nowrap;
}
.cth-flex-row-w {
  display: flex;
  flex-flow: row wrap;
}
.cth-fai-center { align-items: center; }
.cth-fjc-center { justify-content: center; }
.cth-fjc-spbtw { justify-content: space-between; }


/* HEADER
   ========================================================================== */
/* Layout */
.cth-header {
  height: 120px;
  font-size: 1rem;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  z-index: 100;
}
.cth-header .cth-logo-content {
  width: calc(((100% - var(--cth-content-width)) / 2) + 210px);
  height: 100%;
  background: var(--cth-white);
  padding-left: calc((100% - var(--cth-content-width)) / 2);
  -webkit-box-shadow: var(--cth-header-bshadow-hor);
  -moz-box-shadow: var(--cth-header-bshadow-hor);
  box-shadow: var(--cth-header-bshadow-hor);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
}
.cth-header .cth-header-content {
  width: calc(((100% - var(--cth-content-width)) / 2) + (var(--cth-content-width) - 210px));
  height: 100%;
  background: var(--cth-bgr-light-blue);
  position: relative;
  z-index: 10;
}

/* Logo */
.cth-header .cth-site-logo {
  font-family: var(--cth-logo-font);
  font-size: 3.333em;
  color: var(--cth-primary-color);
}
.cth-header .cth-site-logo span {
  color: var(--cth-secondary-color);
}

/* Mobile navigation */
.cth-mobile-nav-btn {
  display: none;
}

/* Top content */
.cth-header .cth-head-top {
  height: 50%;
  background: var(--cth-white);
  padding-right: calc((100vw - var(--cth-content-width)) / 2);
  -webkit-box-shadow: var(--cth-header-bshadow-vert);
  -moz-box-shadow: var(--cth-header-bshadow-vert);
  box-shadow: var(--cth-header-bshadow-vert);
  display: flex;
  flex-flow: row nowrap;
  column-gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
.cth-header .cth-ht-text {
  font-size: 1.133em;
  margin-left: 40px;
  text-align: right;
}
.cth-header .cth-ht-text span {
  font-weight: 800;
}
.cth-header .cth-ht-buttons {
  display: flex;
  flex-flow: row nowrap;
  column-gap: 5px;
}
.cth-header .cth-ht-btn {
  height: 40px;
  color: var(--cth-white);
  font-size: 0.867em;
  font-weight: 600;
  padding: 0 16px;
  border-radius: 6px;
  display: flex;
  flex-flow: row nowrap;
  column-gap: 7px;
  align-items: center;
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
}
.cth-header .cth-ht-btn:hover {
  background: var(--cth-white);
}
.cth-header .cth-ht-btn-pr {
  background: var(--cth-primary-color);
  border: var(--cth-primary-color) 2px solid;
}
.cth-header .cth-ht-btn-pr:hover {
  color: var(--cth-primary-color);
}
.cth-header .cth-ht-btn-sec {
  background: var(--cth-secondary-color);
  border: var(--cth-secondary-color) 2px solid;
}
.cth-header .cth-ht-btn-sec:hover {
  color: var(--cth-secondary-color);
}
.cth-header .cth-ht-btn-red {
  background: var(--cth-white);
  border: var(--cth-color-red) 2px solid;
  color: var(--cth-color-red);
}
.cth-header .cth-ht-btn-red:hover {
  background: var(--cth-color-red);
  color: var(--cth-white);
}
.cth-header .cth-ht-btn-icon {
  width: 20px;
  height: 20px;
  transition: transform 300ms ease-in-out;
}
.cth-header .cth-ht-btn-sec:hover .cth-ht-btn-icon {
  transform: scale(1.1);
}

/* Language selection */
.cth-ht-lang {
  position: relative;
}
.cth-ht-lang img:not(.cth-htl-icon) {
  width: 20px !important;
  height: 14px !important;
}
.cth-ht-lang .cth-htl-current {
  height: 40px;
  background: var(--cth-bgr-light-blue);
  border-radius: 6px;
  padding: 0 10px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
}
.cth-ht-lang .cth-htl-icon {
  transition: transform ease-in-out 300ms;
}
.cth-ht-lang.open .cth-htl-icon {
  transform: rotate(180deg);
}
.cth-ht-lang .cth-htl-dropdown {
  width: 100%;
  height: 0;
  position: absolute;
  background: var(--cth-bgr-light-blue);
  font-size: 0.867em;
  font-weight: 600;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  overflow: hidden;
  opacity: 0;
  transition: opacity ease-in-out 300ms;
  z-index: 10;
}
.cth-ht-lang.open .cth-htl-dropdown {
  height: auto;
  padding: 10px 0;
  opacity: 1;
}
.cth-ht-lang .cth-htl-dditem a {
  color: var(--cth-primary-color);
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  column-gap: 5px;
}
.cth-ht-lang .cth-htl-dditem a:hover {
  color: var(--cth-secondary-color);
}

/* Navigation */
.cth-header .cth-head-nav {
  height: 50%;
  font-size: 0.867em;
  font-weight: 800;
  padding-right: calc((100vw - var(--cth-content-width)) / 2);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cth-header .cth-head-nav ul {
  list-style: none;
  margin: 0 0 0 40px;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  column-gap: 50px;
}
.cth-header .cth-head-nav ul li {
  text-align: right;
  display: flex;
  align-items: center;
}
.cth-header .cth-head-nav ul a {
  color: var(--cth-primary-color);
  text-transform: uppercase;
  position: relative;
}
.cth-header .cth-head-nav ul a:hover {
  color: var(--cth-secondary-color);
}
.cth-header .cth-head-nav ul a::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: var(--cth-secondary-color);
  margin: auto;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transition: width ease-in-out 300ms;
}
.cth-header .cth-head-nav ul a:hover::after {
  width: 100%;
}

/* Kereső */
.cth-search {
  height: 120px;
  background: var(--cth-primary-color);
  color: var(--cth-white);
  font-size: 1rem;
  text-transform: uppercase;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.cth-search .cth-search-mobile-header {
  display: none;
}
.cth-search .cth-search-item {
  display: flex;
  flex-flow: column nowrap;
  row-gap: 10px;
}
.cth-search .cth-si-title {
  font-size: 0.733em;
  font-weight: 600;
}
.cth-search .cth-si-content {
  display: flex;
  flex-flow: row nowrap;
  column-gap: 9px;
}
.cth-search .cth-si-content input,
.cth-search .cth-si-content select {
  height: 50px;
  font-size: 0.867em;
  font-weight: 700;
  line-height: 50px;
  border: var(--cth-white) solid 2px;
  border-radius: 6px;
  padding-left: 20px;
}
.cth-search .cth-si-content select {
  width: 136px;
  background: var(--cth-white);
  color: var(--cth-primary-color);
  padding-right: 10px;
}
.cth-search .cth-si-content input {
  width: 307px;
  height: 50px;
  background: var(--cth-primary-color);
  color: var(--cth-white);
}
.cth-search .cth-si-content input::placeholder {
  color: var(--cth-white);
}
.cth-search .cth-si-content select option:first-child {
  display: none;
}
.cth-search .cth-sic-search-icon {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

/* CONTENT
   ========================================================================== */
/* Defaults */
.page-template-default.page h1,
.page-template-default.page h2,
.page-template-default.page h3,
.page-template-default.page h4,
.page-template-default.page h5,
.page-template-default.page h6 {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
h3 {
  color: var(--cth-primary-color);
  font-size: 2.133em;
  font-weight: 800;
}
.page-template-default.page h3 {
  margin-bottom: 15px;
}

/* Content title */
.cth-site-content-title {
  background: var(--cth-secondary-color-11);
  text-align: center;
  padding: 70px 0 120px;
}
.cth-site-content-title h1.cth-sctitle-main,
h2.cth-section-title {
  color: var(--cth-primary-color);
  font-size: 3.2rem;
  font-weight: 800;
  margin: 0;
}
h2.cth-section-title:not(.no-mb) {
  margin-bottom: 30px !important;
}
.cth-site-content-title h1.cth-sctitle-main span {
  color: var(--cth-secondary-color);
}
.cth-site-content-title h2.cth-sctitle-sub,
h3.cth-section-title {
  color: var(--cth-primary-color);
  font-size: 1.133rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px !important;
}
.archive .cth-site-content-title {
  padding-bottom: 205px;
}
.cth-taxonomy-archive .cth-site-content-title,
.search .cth-site-content-title {
  padding-top: 50px;
  padding-bottom: 70px;
}

/* Text styles */
.cth-color-white { color: var(--cth-white) !important; }
.cth-color-secondary { color: var(--cth-secondary-color) !important; }
.cth-ta-center { text-align: center; }
.cth-lh-21 { line-height: 21px; }
.cth-fw-400-imp { font-weight: 400 !important; }
.cth-fw-500 { font-weight: 500; }
.cth-fw-600 { font-weight: 600; }
.cth-fw-700-imp { font-weight: 700 !important; }
.cth-lowercase { text-transform: lowercase; }
.cth-capitalize { text-transform: capitalize; }

/* Layout */
.cth-d-block-imp { display: block !important; }
.cth-content-section {
  padding-top: 75px;
  padding-bottom: 75px;
}
.cth-content-section.cth-content-section-posts-title {
  padding-bottom: 165px;
}
.cth-content-section-post-list {
  margin-top: -165px;
  padding-top: 0;
  padding-bottom: 55px;
}
.cth-light-blue-bgr {
  background: var(--cth-bgr-light-blue);
}
.cth-light-sec-bgr {
  background: var(--cth-secondary-color-11);
}
.wp-block-columns { margin-bottom: 0; }
.is-layout-constrained > * {
  margin-block-start: 0px;
  margin-block-end: 0px;
}
.is-layout-flex { gap: 0; }

.cth-ct-text-divider {
  color: var(--cth-primary-color);
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  position: relative;
}
.cth-light-sec-bgr .cth-ct-text-divider {
  margin-bottom: 25px;
}
.cth-ct-text-divider::after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 10;
}
.cth-light-sec-bgr .cth-ct-text-divider::after {
  background: var(--cth-white);
}
.cth-ct-text-divider p {
  background: var(--cth-white);
  padding: 0 30px;
  position: relative;
  z-index: 20;
}
.cth-light-sec-bgr .cth-ct-text-divider p {
  background: #E3F7F7;
}

.cth-content-icon {
  width: 130px;
  height: 130px;
  background: var(--cth-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 40px 0px var(--cth-secondary-color-30);
  -moz-box-shadow: 0px 0px 40px 0px var(--cth-secondary-color-30);
  box-shadow: 0px 0px 40px 0px var(--cth-secondary-color-30);
}
.cth-content-icon img {
  width: 67px;
  height: auto;
}

.mt-5px { margin-top: 5px !important; }
.mt-20px { margin-top: 20px !important; }
.mt-30px { margin-top: 30px !important; }
.mt-40px { margin-top: 40px !important; }
.mb-10px { margin-bottom: 10px !important; }
.pt-0 { padding-top: 0 !important; }

/* Bejegyzés */
.single .cth-site-content-title {
  padding-top: 40px;
  padding-bottom: 90px;
}
.cth-site-content-title .cth-sctitle-meta {
  font-size: 0.933rem;
  font-weight: 700;
  margin-top: 15px;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: center;
  column-gap: 20px;
}
.single-cth-post-fmp .cth-site-content-title .cth-sctitle-meta a {
  color: var(--cth-secondary-color);
}
.single-cth-post-fpaf .cth-site-content-title .cth-sctitle-meta a {
  color: var(--cth-color-blue);
}
.single-cth-post-fmp .cth-site-content-title .cth-sctitle-meta a:hover,
.single-cth-post-fpaf .cth-site-content-title .cth-sctitle-meta a:hover {
  color: var(--cth-primary-color);
}
.cth-site-content-title .cth-sctitlem-author {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 10px;
}
.cth-site-content-title .cth-sctitlema-thumb img {
  width: auto;
  border-radius: 20px;
}
.cth-site-content-title .cth-sctitlem-date {
  color: var(--cth-color-gray);
  font-family: var(--cth-secondary-font);
  font-size: 0.867rem;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-left: var(--cth-white) solid 2px;
}
.cth-site-content-title .cth-sctitle-tags {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 15px;
}
.cth-site-content-title .cth-sctitle-tag-item {
  color: var(--cth-white);
  font-size: 0.6em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  border-radius: 10px;
  padding: 5px 10px;
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
}
.single-cth-post-fmp .cth-site-content-title .cth-sctitle-tag-item {
  background: var(--cth-secondary-color);
}
.single-cth-post-fpaf .cth-site-content-title .cth-sctitle-tag-item {
  background: var(--cth-color-blue);
}
.single-cth-post-fmp .cth-site-content-title .cth-sctitle-tag-item:hover {
  background: var(--cth-secondary-color-11);
  color: var(--cth-secondary-color);
}
.single-cth-post-fpaf .cth-site-content-title .cth-sctitle-tag-item:hover {
  background: var(--cth-color-blue-11);
  color: var(--cth-color-blue);
}

.cth-single-content {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  gap: 25px;
}
.single .cth-site-content-inner {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
  padding: 50px 60px;
  flex: 0 0 calc(100% - 315px);
}
.single .cth-site-content-inner h3 {
  line-height: normal;
  margin: 25px 0 15px 0;
}
.single .cth-site-content-inner ul,
.single .cth-site-content-inner ol {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  list-style: none;
  padding-left: 5px;
  counter-reset: section;
}
.single .cth-site-content-inner ul li,
.single .cth-site-content-inner ol li {
  position: relative;
}
.single .cth-site-content-inner ol li::before {
  content: counter(section)".";
  color: var(--cth-secondary-color);
  font-family: var(--cth-secondary-font);
  font-size: 1rem;
  font-weight: 700;
  counter-increment: section;
  margin-right: 5px;
}
.single .cth-site-content-inner ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--cth-secondary-color);
  border-radius: 4px;
  margin-bottom: 1px;
  margin-right: 5px;
  display: inline-block;
}
.single.single-cth-post-fpaf .cth-site-content-inner ol li::before {
  color: var(--cth-color-blue);
}
.single.single-cth-post-fpaf .cth-site-content-inner ul li::before {
  background: var(--cth-color-blue);
}

/* Bejegyzés sidebar */
.cth-content-sidebar {
  background: var(--cth-white);
  border-radius: 6px;
  margin-top: -62px;
  -webkit-box-shadow: 0px -26px 36px 0px var(--cth-secondary-color-8);
  -moz-box-shadow: 0px -26px 36px 0px var(--cth-secondary-color-8);
  box-shadow: 0px -26px 36px 0px var(--cth-secondary-color-8);
  flex: 0 0 290px;
}
.cth-content-sidebar .cth-container {
  width: 100%;
}
.cth-content-sidebar .cth-sidebar-title {
  color: var(--cth-primary-color);
  font-size: 1.467rem;
  font-weight: 800;
  padding: 25px 20px 20px;
  margin: 0 0 20px;
  border-bottom: var(--cth-secondary-color-11) solid 2px;
}
.cth-content-sidebar .cth-post-list {
  font-size: 1rem;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  flex-direction: column;
  row-gap: 25px;
}
.cth-content-sidebar .cth-post-list .cth-pli-image {
  border-radius: 6px;
}
.cth-content-sidebar .cth-post-list .cth-pli-icon {
  left: auto;
  right: 10px;
}
.cth-content-sidebar .cth-post-list .cth-pli-content {
  padding: 25px 0 0;
  box-shadow: none;
}

/* Archive */
.archive .cth-post-list {
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  margin-top: -165px;
}
.archive .cth-post-list .cth-post-list-item {
  flex: 0 0 calc(25% - 25px);
}

/* Search Result, Taxonomy archive, Author archive */
.cth-taxonomy-archive .cth-ct-text-divider,
.search .cth-ct-text-divider {
  margin-top: 35px;
}
.cth-taxonomy-archive .cth-ct-text-divider p,
.search .cth-ct-text-divider p {
  margin-top: 0;
  margin-bottom: 0;
}
.cth-taxonomy-archive .cth-sctitle-terms,
.search .cth-sctitle-terms {
  font-size: 1rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.cth-taxonomy-archive .cth-sctitle-terms .title,
.search .cth-sctitle-terms .title {
  font-weight: 800;
}
.cth-taxonomy-archive .cth-sctitle-terms .term,
.search .cth-sctitle-terms .term {
  background: var(--cth-white);
  color: var(--cth-primary-color);
  font-size: 0.733em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  border-radius: 10px;
  padding: 5px 10px;
}
.cth-taxonomy-archive .cth-post-list,
.search .cth-post-list {
  margin-top: 0;
}

/* Form */
.cth-form-label {
  font-weight: 700;
  transition: color ease-in-out 300ms;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cth-form-label a {
  color: var(--cth-text-color);
  text-decoration: underline;
  transition: color ease-in-out 300ms;
}
.cth-form-input {
  background: var(--cth-white);
  border: var(--cth-secondary-color-30) solid 2px;
  transition: border-color ease-in-out 300ms;
}
.cth-form-input[type="text"],
.cth-form-input[type="password"],
.cth-form-input[type="tel"],
.cth-form-input[type="email"] {
  line-height: 41px;
  border-radius: 6px;
  padding: 0 0 0 10px;
}
.cth-form-input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: var(--cth-white);
  border: 2px solid var(--cth-secondary-color-30);
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: border-color ease-in-out 300ms;
}
.cth-form-input[type="checkbox"]:checked {
  background: var(--cth-secondary-color-30);
}
.cth-form-input[type="checkbox"]::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: var(--cth-secondary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  opacity: 0;
}
.cth-form-input[type="checkbox"]:checked::after {
  opacity: 1;
}
.cth-file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.cth-file-input + label {
  width: 130px;
  height: 40px;
  color: var(--cth-secondary-color);
  font-weight: 600;
  border: var(--cth-secondary-color) solid 1px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color ease-in-out 300ms, background-color ease-in-out 300ms;
}
.cth-file-input:focus + label,
.cth-file-input + label:hover {
    background-color: var(--cth-secondary-color);
    color: var(--cth-white);
}
.cth-file-input + label {
  cursor: pointer;
}
.cth-form-submit {
  height: 45px;
  background: var(--cth-secondary-color);
  color: var(--cth-white);
  font-size: 1em;
  font-weight: 800;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: 300ms ease-in-out;
}
.cth-form-submit:hover {
  background: var(--cth-color-blue);
  letter-spacing: 1px;
}
.cth-form-submit::before {
  content: url('/wp-content/themes/centrheum/assets/images/icon-cbtn-ch-right-w.png');
  position: absolute;
  top: 10px;
  right: 12px;
  transition: right 300ms ease-in-out;
}
.cth-form-submit:hover::before {
  right: 5px;
}

/* Form error */
.cth-form-error .cth-form-label,
.cth-form-error .cth-form-label a {
  color: var(--cth-form-error);
}
.cth-form-error .cth-form-input[type="text"],
.cth-form-error .cth-form-input[type="password"],
.cth-form-error .cth-form-input[type="tel"],
.cth-form-error .cth-form-input[type="email"],
.cth-form-error .cth-form-input[type="checkbox"] {
  border-color: var(--cth-form-error);
}
.cth-form-error-text {
  color: var(--cth-form-error);
  font-weight: 600;
  transition: margin ease-in-out 300ms;
}

/* Slim Select */
.page-template .ss-main {
  min-height: 45px;
  border: var(--cth-secondary-color-30) solid 2px;
  border-radius: 6px;
  padding: 5px;
  transition: border-color ease-in-out 300ms;
}
.page-template .cth-form-error .ss-main {
  border-color: var(--cth-form-error);
}
.page-template .ss-main:focus {
  box-shadow: none;
}
.page-template .ss-main .ss-values .ss-value {
  min-height: 25px;
  background-color: var(--cth-primary-color);
}
.page-template .ss-content .ss-list .ss-option {
  transition: background-color ease-in-out 300ms, color ease-in-out 300ms;
}
.page-template .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  background-color: var(--cth-primary-color);
}
.page-template .ss-content .ss-list .ss-option:hover {
  background-color: var(--cth-secondary-color);
}

/* Image Map Pro */
.imp-tooltip-content {
  border-radius: 6px;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.imp-tooltip-content h3 {
  padding-left: 0 !important;
}

/* Complianz */
.wp-theme-centrheum .cmplz-cookiebanner.cmplz-show {
  -webkit-box-shadow: 0px -26px 36px 0px var(--cth-secondary-color-8);
  -moz-box-shadow: 0px -26px 36px 0px var(--cth-secondary-color-8);
  box-shadow: 0px -26px 36px 0px var(--cth-secondary-color-8);
}
.wp-theme-centrheum .cmplz-cookiebanner .cmplz-title {
  color: var(--cth-primary-color);
  font-size: 20px;
  font-weight: 600;
}
.wp-theme-centrheum .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept,
.wp-theme-centrheum .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
.wp-theme-centrheum .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
.wp-theme-centrheum .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
  border-width: 2px;
  transition: 300ms ease-in-out;
}
.wp-theme-centrheum .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover {
  background-color: var(--cth-secondary-color);
  border-color: var(--cth-secondary-color);
}
.wp-theme-centrheum .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover {
  background-color: var(--cth-color-red);
  color: var(--cth-white);
}
.wp-theme-centrheum .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover,
.wp-theme-centrheum .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:hover {
  background-color: var(--cth-secondary-color);
  color: var(--cth-white);
}
.wp-theme-centrheum .cmplz-cookiebanner .cmplz-links .cmplz-link {
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: 300ms ease-in-out;
}
.wp-theme-centrheum .cmplz-cookiebanner .cmplz-links .cmplz-link:hover {
  color: var(--cth-secondary-color);
}

/* Gombok */
.cth-content-btn div,
.cth-content-btn a {
  background: transparent;
  font-size: 1rem;
  font-weight: 800;
  line-height: 46px;
  text-transform: uppercase;
  border-width: 3px;
  border-style: solid;
  border-radius: 6px;
  padding: 0 35px;
  transition: all ease-in-out 300ms;
}
.cth-content-btn.cth-cb-cyan div,
.cth-content-btn.cth-cb-cyan a {
  color: var(--cth-secondary-color);
  border-color: var(--cth-secondary-color);
}
.cth-content-btn.cth-cb-cyan div:hover,
.cth-content-btn.cth-cb-cyan a:hover {
  color: var(--cth-white);
  background: var(--cth-secondary-color);
  letter-spacing: 1px;
}
.cth-content-btn.cth-cb-blue div,
.cth-content-btn.cth-cb-blue a {
  color: var(--cth-color-blue);
  border-color: var(--cth-color-blue);
}
.cth-content-btn.cth-cb-blue div:hover,
.cth-content-btn.cth-cb-blue a:hover {
  color: var(--cth-white);
  background: var(--cth-color-blue);
  letter-spacing: 1px;
}
.cth-content-btn.cth-cb-white div,
.cth-content-btn.cth-cb-white a {
  background: var(--cth-white);
  border-color: var(--cth-white);
}
.cth-content-btn.cth-cb-white div:hover,
.cth-content-btn.cth-cb-white a:hover {
  letter-spacing: 1px;
}

/* Post list */
.cth-post-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  column-gap: 25px;
}
.cth-post-list img {
  width: auto;
}
.cth-post-list .cth-post-list-item {
  font-size: 1rem;
  flex: 1;
}
.cth-post-list .cth-pli-image {
  width: 100%;
  height: 165px;
  border-radius: 6px 6px 0 0;
  position: relative;
}
.cth-post-list .cth-pli-image-container {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.cth-post-list .cth-pli-image-container::before {
  content: "";
  width: 0;
  height: 0;
  background: var(--cth-white-40);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: 1;
  transition: 300ms ease-in-out;
}
.cth-post-list .cth-post-list-item.cth-hover .cth-pli-image-container::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.cth-post-list .cth-pli-image-container img {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: 300ms ease-in-out;
}
.cth-post-list .cth-post-list-item.cth-hover .cth-pli-image-container img {
  transform: scale(1.1);
}
.cth-post-list .cth-pli-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 20px;
  top: 145px;
  z-index: 10;
  transition: 300ms ease-in-out;
}
.cth-post-list .cth-post-list-item.cth-hover .cth-pli-icon {
  transform: rotate(90deg);
}
.cth-post-fmp .cth-pli-icon {
  background: var(--cth-secondary-color);
}
.cth-post-fpaf .cth-pli-icon {
  background: var(--cth-color-blue);
}
.cth-post-list .cth-pli-content {
  background: var(--cth-white);
  padding: 35px 20px;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.04);
}
.cth-post-list .cth-pli-tags {
  display: flex;
  flex-flow: row wrap;
  gap: 2px;
  margin-bottom: 15px;
}
.cth-post-list .cth-pli-tag-item {
  color: var(--cth-white);
  font-size: 0.6em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  border-radius: 10px;
  padding: 5px 10px;
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
}
.cth-post-fmp .cth-pli-tag-item {
  background: var(--cth-secondary-color);
}
.cth-post-fmp .cth-pli-tag-item:hover {
  background: var(--cth-secondary-color-11);
  color: var(--cth-secondary-color);
}
.cth-post-fpaf .cth-pli-tag-item {
  background: var(--cth-color-blue);
}
.cth-post-fpaf .cth-pli-tag-item:hover {
  background: var(--cth-color-blue-11);
  color: var(--cth-color-blue);
}
.cth-post-list .cth-pli-title {
  font-size: 1.333em;
  font-weight: 700;
}
.cth-post-list .cth-pli-title a {
  color: var(--cth-primary-color);
  text-decoration: none;
  transition: color 300ms ease-in-out;
}
.cth-post-list.cth-post-fmp .cth-post-list-item.cth-hover .cth-pli-title a {
  color: var(--cth-secondary-color);
}
.cth-post-list.cth-post-fpaf .cth-post-list-item.cth-hover .cth-pli-title a {
  color: var(--cth-color-blue);
}
.cth-post-list .cth-pli-meta {
  font-size: 0.733em;
  font-weight: 700;
  padding: 6px 0 10px;
  display: flex;
  flex-flow: row nowrap;
  column-gap: 12px;
  align-items: center;
}
.cth-post-list .cth-pli-date {
  color: var(--cth-color-gray);
}
.cth-post-list .cth-pli-author {
  display: flex;
  flex-flow: row nowrap;
  column-gap: 6px;
  align-items: center;
}
.cth-post-list .cth-plia-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  flex-flow: row nowrap;
  column-gap: 6px;
  align-items: flex-end;
  justify-content: center;
}
.cth-post-fmp .cth-plia-icon {
  background: var(--cth-secondary-color);
}
.cth-post-fpaf .cth-plia-icon {
  background: var(--cth-color-blue);
}
.cth-post-fmp .cth-plia-text {
  color: var(--cth-secondary-color);
}
.cth-post-fpaf .cth-plia-text {
  color: var(--cth-color-blue);
}
.cth-post-fmp .cth-plia-text:hover,
.cth-post-fpaf .cth-plia-text:hover {
  color: var(--cth-primary-color);
}
.cth-post-list .cth-pli-text {
  color: var(--cth-primary-color);
  margin-bottom: 20px;
}

/* Event list */
.cth-event-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  column-gap: 25px;
}
.cth-event-list img {
  width: auto;
}
.cth-event-list .cth-event-list-item {
  font-size: 1rem;
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
}
.cth-event-list .cth-eli-image {
  width: 186px;
  height: 186px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 6px 0 0 6px;
  position: relative;
}
.cth-event-list .cth-eli-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 166px;
  top: 20px;
}
.cth-event-list-medical .cth-eli-icon {
  background: var(--cth-secondary-color);
}
.cth-event-list-family .cth-eli-icon {
  background: var(--cth-color-blue);
}
.cth-event-list .cth-eli-content {
  background: var(--cth-white);
  padding: 0 20px 0 40px;
  -webkit-box-shadow: 8px 5px 20px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 8px 5px 20px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 8px 5px 20px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cth-event-list .cth-eli-title {
  color: var(--cth-primary-color);
  font-size: 1.267em;
  font-weight: 700;
  margin: 10px 0;
}
.cth-event-list .cth-eli-date {
  font-size: 1.333em;
  font-weight: 700;
}
.cth-event-list-medical .cth-eli-date {
  color: var(--cth-secondary-color);
}
.cth-event-list-family .cth-eli-date {
  color: var(--cth-color-blue);
}
.cth-event-list .cth-eli-subtitle {
  color: var(--cth-primary-color);
  font-weight: 700;
  margin-bottom: 2px;
}
.cth-event-list .cth-eli-address {
  color: var(--cth-primary-color);
}

/* Project list */
.cth-project-filter {
  font-size: 1rem;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 30px;
}
.cth-project-filter .cth-project-filter-item {
  color: var(--cth-color-light-gray);
  font-size: 1.333em;
  font-weight: 700;
  border-bottom: var(--cth-color-light-gray) solid 1px;
  padding-bottom: 10px;
  flex: 1;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.cth-project-filter .cth-project-filter-item.cth-prfi-active {
  color: var(--cth-primary-color);
  border-bottom: var(--cth-secondary-color) solid 4px;
}
.cth-project-filter .cth-prfi-num {
  font-family: 'Arial';
  background: var(--cth-secondary-color);
  color: var(--cth-white);
  font-size: 1rem;
  font-weight: 700;
  border-radius: 10px;
  padding: 2px 12px 1px;
}
.cth-project-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  column-gap: 25px;
  row-gap: 20px;
}
.cth-project-list img {
  width: auto;
}
.cth-project-list .cth-project-list-item {
  font-size: 1rem;
  padding: 20px 30px;
  flex: 0 0 calc((100% - 50px) / 3);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}
.cth-project-list .cth-prli-tags {
  display: flex;
  flex-flow: row wrap;
  gap: 2px;
  margin-bottom: 15px;
}
.cth-project-list .cth-prli-tag-item {
  height: 20px;
  background: var(--cth-secondary-color);
  color: var(--cth-white);
  font-size: 0.6em;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.cth-project-list .cth-prli-title {
  color: var(--cth-primary-color);
  font-size: 1.333em;
  font-weight: 700;
  margin-bottom: 15px;
}
.cth-project-list .cth-prli-text {
  color: var(--cth-primary-color);
  margin-bottom: 15px;
}
.cth-project-list .cth-prli-link {
  color: var(--cth-secondary-color);
  font-weight: 700;
}

/* Kezdőlap */
.cth-mp-lang-select .cth-mp-lang-select-title {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.cth-mp-lang-select h2.cth-section-title,
.cth-mp-lang-select h3.cth-section-title {
  margin-left: 0 !important;
}
.cth-mp-lang-select .wrap_svl_center {
  text-align: right;
}

.cth-posts-cta {
  font-size: 1rem;
  display: flex;
  flex-flow: row nowrap;
}
.cth-posts-cta .cth-pcta-container {
  height: 723px;
  background-size: cover;
  color: var(--cth-white);
  position: relative;
  display: flex;
  align-items: center;
}
.cth-posts-cta .cth-pcta-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cth-pcta-container .cth-content-btn.cth-cb-white div,
.cth-pcta-container .cth-content-btn.cth-cb-white a {
  background: var(--cth-white);
  border-color: var(--cth-white);
  position: relative;
}
.cth-posts-cta .cth-pctac-left {
  background-image: url('/wp-content/uploads/2025/02/mainpage-fmp-bgr.jpg');
  padding-left: var(--cth-container-padding);
  padding-right: 80px;
}
.cth-posts-cta .cth-pctac-left::before {
  background: var(--cth-secondary-color-28);
  background: -moz-linear-gradient(90deg, var(--cth-secondary-color-28) 30%, var(--cth-secondary-color-83) 75%, var(--cth-secondary-color) 100%);
  background: -webkit-linear-gradient(90deg, var(--cth-secondary-color-28) 30%, var(--cth-secondary-color-83) 75%, var(--cth-secondary-color) 100%);
  background: linear-gradient(90deg, var(--cth-secondary-color-28) 30%, var(--cth-secondary-color-83) 75%, var(--cth-secondary-color) 100%);
}
.cth-pctac-left .cth-content-btn.cth-cb-white div,
.cth-pctac-left .cth-content-btn.cth-cb-white a {
  color: var(--cth-secondary-color);
  padding-left: 50px;
  padding-right: 27px;
  text-align: right;
}
.cth-pctac-left .cth-content-btn.cth-cb-white div::before,
.cth-pctac-left .cth-content-btn.cth-cb-white a::before {
  content: url('/wp-content/themes/centrheum/assets/images/icon-cbtn-ch-left-sec.png');
  position: absolute;
  top: 9px;
  left: 15px;
  transition: left 300ms ease-in-out;
}
.cth-pctac-left .cth-content-btn.cth-cb-white:hover div::before,
.cth-pctac-left .cth-content-btn.cth-cb-white:hover a::before {
  left: 8px;
}
.cth-posts-cta .cth-pctac-right {
  margin-block-start: 0;
  background-image: url('/wp-content/uploads/2025/03/mainpage-fpaf-bgr-v2.jpg');
  padding-left: 80px;
  padding-right: var(--cth-container-padding);
}
.cth-posts-cta .cth-pctac-right::before {
  background: --cth-primary-color-28;
  background: -moz-linear-gradient(90deg, var(--cth-primary-color) 5%, var(--cth-primary-color-60) 40%, var(--cth-primary-color-0) 80%);
  background: -webkit-linear-gradient(90deg, var(--cth-primary-color) 5%, var(--cth-primary-color-60) 40%, var(--cth-primary-color-0) 80%);
  background: linear-gradient(90deg, var(--cth-primary-color) 5%, var(--cth-primary-color-60) 40%, var(--cth-primary-color-0) 80%);
}
.cth-pctac-right .cth-content-btn.cth-cb-white div,
.cth-pctac-right .cth-content-btn.cth-cb-white a {
  color: var(--cth-primary-color);
  padding-left: 27px;
  padding-right: 50px;
  text-align: left;
}
.cth-pctac-right .cth-content-btn.cth-cb-white div::before,
.cth-pctac-right .cth-content-btn.cth-cb-white a::before {
  content: url('/wp-content/themes/centrheum/assets/images/icon-cbtn-ch-right-pr.png');
  position: absolute;
  top: 9px;
  right: 15px;
  transition: right 300ms ease-in-out;
}
.cth-pctac-right .cth-content-btn.cth-cb-white:hover div::before,
.cth-pctac-right .cth-content-btn.cth-cb-white:hover a::before {
  right: 8px;
}
.cth-posts-cta .cth-pctac-content {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.cth-posts-cta .cth-pctac-content .wp-block-buttons,
.cth-posts-cta .cth-pctac-content .cth-section-title {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cth-pctac-left .cth-pctac-content {
  align-items: flex-end;
}
.cth-pctac-left .cth-pctac-content > * {
  text-align: right;
}
.cth-pctac-right .cth-pctac-content {
  align-items: flex-start;
}
.cth-posts-cta .cth-pctac-cont-list {
  padding: 30px;
  border-radius: 20px;
}
.cth-posts-cta .cth-pctac-content h4 {
  font-size: 1.267em;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cth-posts-cta .cth-pctac-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.cth-posts-cta .cth-pctac-content ul li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 15px;
}
.cth-pctac-left .cth-pctac-cont-list {
  background: var(--cth-secondary-color);
  background: -moz-linear-gradient(90deg, var(--cth-secondary-color-0) 15%, var(--cth-secondary-color) 100%);
  background: -webkit-linear-gradient(90deg, var(--cth-secondary-color-0) 15%, var(--cth-secondary-color) 100%);
  background: linear-gradient(90deg, var(--cth-secondary-color-0) 15%, var(--cth-secondary-color) 100%);
  -webkit-box-shadow: 50px 0px 60px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 50px 0px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 50px 0px 60px 0px rgba(0, 0, 0, 0.15);
}
.cth-pctac-left .cth-pctac-content ul li {
  justify-content: flex-end;
}
.cth-pctac-left .cth-pctac-content ul li::after {
  content: url('/wp-content/themes/centrheum/assets/images/icon-clist-ch-left-sec.png');
}
.cth-pctac-right .cth-pctac-cont-list {
  background: var(--cth-secondary-color);
  background: -moz-linear-gradient(90deg, var(--cth-primary-color) 0%, var(--cth-primary-color-0) 100%);
  background: -webkit-linear-gradient(90deg, var(--cth-primary-color) 0%, var(--cth-primary-color-0) 100%);
  background: linear-gradient(90deg, var(--cth-primary-color) 0%, var(--cth-primary-color-0) 100%);
  -webkit-box-shadow: -50px 0px 60px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -50px 0px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -50px 0px 60px 0px rgba(0, 0, 0, 0.15);
}
.cth-pctac-right .cth-pctac-content ul li {
  justify-content: flex-start;
}
.cth-pctac-right .cth-pctac-content ul li::before {
  content: url('/wp-content/themes/centrheum/assets/images/icon-clist-ch-right-pr.png');
}

/* Regisztráció, Poszt feltöltés CTA */
.logged-in .cth-reg-cta:not(.cth-post-upload-cta) {
  display: none;
}
body:not(.logged-in) .cth-post-upload-cta {
  display: none;
}
/* Editorban megjelenjen */
.block-editor-iframe__html body:not(.logged-in) .cth-post-upload-cta {
  display: block;
}
.cth-reg-cta {
  background: var(--cth-primary-color);
  background: -moz-linear-gradient(90deg, var(--cth-color-blue-2) 0%, var(--cth-secondary-color) 50%, var(--cth-color-blue-3) 100%);
  background: -webkit-linear-gradient(90deg, var(--cth-color-blue-2) 0%, var(--cth-secondary-color) 50%, var(--cth-color-blue-3) 100%);
  background: linear-gradient(90deg, var(--cth-color-blue-2) 0%, var(--cth-secondary-color) 50%, var(--cth-color-blue-3) 100%);
  border-bottom: 2px solid var(--cth-white);
}
.cth-reg-cta .cth-section-title {
  color: var(--cth-white);
  text-align: right;
}
.cth-reg-cta.cth-post-upload-cta .cth-section-title {
  text-align: center;
}
.cth-reg-cta.cth-post-upload-cta .cth-section-title .cth-color-secondary {
  color: var(--cth-white) !important;
}
.cth-reg-cta .cth-rcta-content-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
}
.cth-reg-cta .cth-rcta-content-item:first-child {
  border-right: var(--cth-white) solid 2px;
  margin-right: 40px !important;
  padding-right: 40px;
}
.cth-reg-cta .cth-rcta-image {
  width: 400px;
  position: absolute;
  bottom: -75px;
  right: -400px;
}
.cth-reg-cta.cth-post-upload-cta .cth-rcta-image {
  right: -300px;
}
.cth-reg-cta .cth-rcta-content-title {
  color: var(--cth-white);
  font-size: 2.133em;
  font-weight: 700;
  text-align: center;
}
.cth-reg-cta .cth-rcta-content-subtitle {
  color: var(--cth-white);
  font-size: 1.333em;
  font-weight: 600;
  text-align: center;
  margin: 10px 0 15px;;
}
.cth-reg-cta .cth-rcta-user-list {
  display: flex;
  flex-flow: row nowrap;
  column-gap: 10px;
}
.cth-reg-cta .cth-rcta-user-list-item {
  width: 160px;
  min-height: 130px;
  background: var(--cth-white);
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  transition: background ease-in-out 300ms;
}
.cth-reg-cta .cth-rcta-user-list-item:hover {
  background: var(--cth-white-85);
}
.cth-reg-cta .cth-rcta-user-list-item > * {
  text-align: center;
}
.cth-reg-cta .cth-rcta-uli-image {
  width: auto;
  height: 42px;
  margin-bottom: 10px;
  transition: transform ease-in-out 300ms;
}
.cth-reg-cta .cth-rcta-user-list-item:hover .cth-rcta-uli-image {
  transform: rotate(10deg) scale(1.1);
}
.cth-reg-cta .cth-rcta-ulic-top-text {
  color: var(--cth-color-gray);
  font-weight: 700;
  margin: 8px 0 2px;
}
.cth-reg-cta .cth-rcta-ulic-top-text a {
  color: var(--cth-color-gray);
}
.cth-reg-cta .cth-rcta-ulic-bottom-text {
  color: var(--cth-secondary-color);
  font-weight: 800;
  text-transform: uppercase;
  transition: color ease-in-out 300ms;
}
.cth-reg-cta .cth-rcta-user-list-item:hover .cth-rcta-ulic-bottom-text {
  color: var(--cth-primary-color);
}
.cth-reg-cta .cth-rcta-ulic-bottom-text a {
  color: var(--cth-secondary-color);
}
.cth-reg-cta .cth-rcta-ulic-icon img {
  width: auto;
  height: 25px;
  display: none;
}
.cth-post-upload-cta p {
  width: fit-content;
  max-width: 890px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.cth-post-upload-cta .cth-pucta-btn {
  width: fit-content;
  max-width: 100%;
  background: var(--cth-white);
  color: var(--cth-secondary-color);
  font-size: 1.067em;
  font-weight: 800;
  text-transform: uppercase;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 5px;
  border-radius: 6px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background 300ms ease-in-out;
}
.cth-post-upload-cta .cth-pucta-btn:hover {
  background: var(--cth-white-85);
}
.cth-post-upload-cta .cth-pucta-btn p {
  padding-left: 15px;
  padding-right: 15px;
  transition: letter-spacing 300ms ease-in-out;
}
.cth-post-upload-cta .cth-pucta-btn:hover p {
  letter-spacing: 1px;
}
.cth-post-upload-cta .cth-puctab-icon {
  width: 42px;
  height: 42px;
  background: var(--cth-secondary-color);
  border-radius: 6px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.cth-post-upload-cta .cth-puctab-icon img {
  width: auto;
  display: inline-block;
}
.cth-post-upload-cta .cth-puctab-icon img:first-child {
  margin-bottom: -4px;
}
.cth-post-upload-cta .cth-pucta-btn:hover img:first-child {
  animation: cth-bounce 1000ms ease normal;
}

/* Editorial Board */
.cth-editorial-list {
  margin-top: -62px;
  display: flex;
  flex-flow: row wrap;
  gap: 25px;
}
.cth-editorial-list .cth-editorial-list-item {
  color: var(--cth-primary-color);
  font-size: 1rem;
  flex: 0 0 calc(50% - 25px);
  display: flex;
  flex-flow: row nowrap;
}
.cth-editorial-list .cth-eli-image {
  height: 215px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px 0 0 6px;
  flex: 0 0 185px;
}
.cth-editorial-list .cth-eli-content {
  background: var(--cth-white);
  border-radius: 0 6px 6px 0;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.04);
}
.cth-editorial-list .cth-elic-header {
  height: 62px;
  font-weight: 700;
  padding-left: 25px;
  padding-right: 20px;
  border-bottom: var(--cth-secondary-color-11) solid 1px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.cth-editorial-list .cth-elich-title {
  font-size: 1.333em;
}
.cth-editorial-list .cth-elich-lang {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 10px;
}
.cth-editorial-list .cth-elich-lang-flag {
  height: 20px;
}
.cth-editorial-list .cth-elich-lang-flag img {
  width: auto !important;
  height: 20px !important;
}
.cth-editorial-list .cth-elic-data {
  padding: 20px 25px;
  display: table;
}
.cth-editorial-list .cth-elic-data-row {
  display: table-row;
}
.cth-editorial-list .cth-elic-data-cell {
  display: table-cell;
}
.cth-editorial-list .cth-elic-data-cell:first-child {
  color: var(--cth-secondary-color);
  font-weight: 700;
  text-align: right;
}
.cth-editorial-list .cth-elic-data-cell:last-child {
  padding-left: 17px;
}
.cth-editorial-list .cth-elic-data-row:not(:last-child) .cth-elic-data-cell {
  padding-bottom: 17px;
}

/* FAQ */
.cth-faq {
  font-size: 1rem;
  padding: 60px;
  counter-reset: section;
}
.cth-faq .cth-faq-list {
  margin-bottom: 60px;
}
.cth-faq .cth-faq-item {
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
}
.cth-faq .cth-faq-item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: var(--cth-secondary-color-11) solid 2px;
}
.cth-faq .cth-faq-item::before {
  height: 70px;
  color: var(--cth-secondary-color);
  font-family: var(--cth-secondary-font);
  font-size: 2.333em;
  font-weight: 700;
  border: var(--cth-secondary-color) solid 3px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 70px;
  counter-increment: section;
  content: counter(section);
}
.cth-faq .cth-faq-item h3 {
  color: var(--cth-primary-color);
  font-size: 2.133em;
  font-weight: 800;
  margin-bottom: 15px;
}
.cth-faq .cth-faq-item p {
  font-weight: 500;
}
.cth-faq .cth-faq-cta {
  min-height: 80px;
  background: var(--cth-secondary-color-11);
  color: var(--cth-primary-color);
  font-size: 2.133em;
  border-radius: 40px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.cth-faq .cth-faq-cta a {
  color: var(--cth-primary-color);
  font-weight: 800;
  text-decoration: underline;
}

/* Registration */
.cth-reg-page {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
}
.cth-reg-page .cth-reg-image {
  background-position: center center;
  background-repeat: no-repeat;
  flex: 0 0 500px;
  border-radius: 6px 0 0 6px;
}
.cth-reg-page .cth-reg-content {
  font-weight: 500;
}
.cth-reg-page .cth-regc-item {
  padding: 55px 50px;
}
.cth-reg-page .cth-regc-item:first-child {
  background: var(--cth-white);
}
.cth-reg-page .cth-regc-item:last-child {
  background: var(--cth-secondary-color-11);
  border-radius: 0 0 6px 0;
}
.cth-reg-page .cth-regc-item h3.title {
  margin-bottom: 15px;
}
.cth-reg-page .cth-regc-item p {
  line-height: 1.4em;
}
.cth-reg-page .cth-regci-subtitle {
  color: var(--cth-primary-color);
  font-size: 1.133em;
  font-weight: 700;
}
.cth-reg-page .cth-regci-list {
  margin-top: 20px !important;
  margin-bottom: 25px;
  padding: 0;
}
.cth-reg-page .cth-regci-list li {
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 15px;
}
.cth-reg-page .cth-regci-list li:not(:last-child) {
  padding-bottom: 5px;
}
  .cth-reg-page .cth-regci-list li::before {
  width: 22px;
  height: 22px;
  content: url('/wp-content/themes/centrheum/assets/images/icon-clist-ch-right-bg-sec.png');
  display: block;
}
.cth-reg-page .cth-regci-form {
  display: flex;
  flex-flow: row wrap;
  column-gap: 6px;
  row-gap: 12px;
}
.cth-reg-page .cth-regci-form-item {
  flex: 0 0 calc(50% - 6px);
}
.cth-reg-page .public_user .cth-regci-form-item:nth-child(3) {
  flex: 0 0 100%;
}
.cth-reg-page .cth-form-label {
  margin-bottom: 9px;
}
.cth-reg-page .cth-form-label a:hover {
  color: var(--cth-secondary-color);
}
.cth-reg-page .cth-form-label:not(.cth-form-chbox-label) {
  display: block;
}
.cth-reg-page .cth-form-submit,
.cth-reg-page .cth-form-input[type="text"],
.cth-reg-page .cth-form-input[type="tel"],
.cth-reg-page .cth-form-input[type="email"] {
  width: 100%;
}
.cth-reg-page .cth-form-submit,
.cth-reg-page .cth-regci-fi-chbox {
  margin-top: 20px;
}
.cth-reg-page .cth-regci-fi-text,
.cth-reg-page .cth-regci-fi-file-upload {
  flex: 0 0 100%;
}
.cth-reg-page .cth-regci-fi-text p {
  margin-bottom: 10px !important;
}
.cth-reg-page .cth-regci-fi-text .cth-regci-list {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}
.cth-reg-page .cth-regci-fi-text .cth-regci-list li {
  padding-top: 3px;
  padding-left: 35px;
  display: block;
  position: relative;
}
.cth-reg-page .cth-regci-fi-text .cth-regci-list li:not(:last-child) {
  padding-bottom: 10px;
}
.cth-reg-page .cth-regci-fi-text .cth-regci-list li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.cth-reg-page .cth-regci-fi-chbox {
  display: flex;
  flex-flow: row nowrap;
  column-gap: 10px;
}
.cth-reg-page .cth-regci-fi-chbox input {
  flex: 0 0 20px;
}

/* Login */
.cth-login {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
}
.cth-login .cth-login-image {
  background-position: center center;
  background-repeat: no-repeat;
  flex: 0 0 50%;
  border-radius: 6px 0 0 6px;
}
.cth-login .cth-login-content {
  flex: 0 0 50%;
}
.cth-login .cth-loginc-item:first-child {
  padding: 35px 60px 40px;
}
.cth-login .cth-loginc-item:first-child h3 {
  margin-bottom: 35px;
}
.cth-login .cth-form-input[type="password"],
.cth-login .cth-form-input[type="email"] {
  width: 100%;
  margin-top: 5px;
}
.cth-login .cth-loginci-form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.cth-login .cth-loginci-form-chbox-link {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.cth-login .cth-loginci-form-chbox {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 10px;
}
.cth-login .cth-loginci-form-link {
  color: var(--cth-secondary-color);
  font-weight: 600;
  text-decoration: underline;
}
.cth-login .cth-form-submit {
  width: 190px;
  margin: 10px auto 0;
}
.cth-login .cth-loginc-item:last-child {
  background: var(--cth-secondary-color-11);
  padding: 50px 60px;
  position: relative;
}
.cth-login .cth-loginc-item:last-child a {
  color: var(--cth-secondary-color);
}
.cth-login .cth-loginci-arrow-icon {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -120px;
  pointer-events: none;
}
.cth-login .cth-loginci-arrow-icon img {
  width: auto;
}

/* How we works */
.cth-hww {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.cth-hww .cth-hww-item {
  flex: 0 0 calc(50% - 60px);
  padding-top: 30px;
  padding-bottom: 50px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  column-gap: 25px;
  border-bottom: var(--cth-secondary-color-11) solid 2px;
}
.cth-hww .cth-hww-item:nth-child(1),
.cth-hww .cth-hww-item:nth-child(2) {
  padding-top: 50px;
}
.cth-hww .cth-hww-item:nth-child(even) {
  padding-left: 60px;
  border-left: var(--cth-secondary-color-11) solid 2px;
}
.cth-hww .cth-hwwi-icon {
  flex: 0 0 80px;
}
.cth-hww .cth-hwwi-icon img {
  height: 80px;
}
.cth-hww .cth-hwwi-content {
  padding-top: calc((80px - 37px) / 2);
  padding-right: 40px;
}

/* Post upload */
.cth-post-upload {
  font-size: 1rem;
}
.cth-post-upload .cth-pu-list {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.cth-post-upload .cth-form-label {
  margin-bottom: 5px;
  display: block;
}
.cth-post-upload .cth-form-input[type="text"] {
  width: 100%;
}
.cth-post-upload .cth-pul-file-upload,
.cth-reg-page .cth-regci-fi-file-upload {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 20px;
}
.cth-post-upload .cth-puli-phimg,
.cth-reg-page .cth-puli-phimg {
  height: 100px;
  background: var(--cth-secondary-color);
  border-radius: 5px;
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cth-post-upload .cth-puli-phimg img,
.cth-reg-page .cth-puli-phimg img {
  width: auto;
}
.cth-post-upload .cth-puli-finput-wrap,
.cth-reg-page .cth-puli-finput-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.cth-post-upload .cth-puli-finput-text,
.cth-reg-page .cth-puli-finput-text {
  font-family: var(--cth-secondary-font);
  font-size: 0.933em;
  font-style: italic;
}
.cth-post-upload .cth-puli-finput-container,
.cth-reg-page .cth-puli-finput-container {
  background: var(--cth-white);
  border-radius: 6px;
  padding: 10px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 30px;
}
.cth-post-upload .cth-pul-item-chbox {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 15px;
}
.cth-post-upload .cth-pul-item-chbox label {
  margin-bottom: 0;
}
.cth-post-upload .cth-pul-submit {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.cth-post-upload .cth-pul-submit button[type="submit"] {
  width: 335px;
}

/* FOOTER
   ========================================================================== */
.cth-footer {
  height: 145px;
  background: var(--cth-primary-color);
  background: -moz-linear-gradient(90deg, var(--cth-secondary-color) 0%, var(--cth-primary-color) 55%);
  background: -webkit-linear-gradient(90deg, var(--cth-secondary-color) 0%, var(--cth-primary-color) 55%);
  background: linear-gradient(90deg, var(--cth-secondary-color) 0%, var(--cth-primary-color) 55%);
  font-size: 1rem;
}
.cth-footer .cth-container {
  height: 100%;
}

/* Logo */
.cth-footer .cth-site-logo {
  font-family: var(--cth-logo-font);
  font-size: 50px;
}
.cth-footer .cth-site-logo a {
  color: var(--cth-secondary-color);
}
.cth-footer .cth-site-logo a span {
  color: var(--cth-white);
}

/* Footer content */
.cth-footer .cth-footer-content {
  height: 100%;
  padding: 0 30px;
  border-left: var(--cth-white) solid 1px;
  border-right: var(--cth-white) solid 1px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
  flex-flow: column wrap;
  row-gap: 30px;
  align-items: center;
  justify-content: center;
}
.cth-footer .cth-fc-contact {
  font-size: 0.867em;
  font-weight: 600;
  display: flex;
  flex-flow: row nowrap;
  column-gap: 30px;
}
.cth-footer .cth-fc-contact-item {
  display: flex;
  flex-flow: row nowrap;
  column-gap: 10px;
  align-items: flex-end;
}
.cth-footer .cth-fc-contact-item img {
  width: auto;
}
.cth-footer .cth-fc-contact-item a {
  color: var(--cth-white);
}
.cth-footer .cth-fc-nav {
  font-family: var(--cth-secondary-font);
  font-size: 0.867em;
  font-weight: 400;
  text-transform: uppercase;
}
.cth-footer .cth-fc-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  column-gap: 30px;
  row-gap: 15px;
}
.cth-footer .cth-fc-nav ul a {
  color: var(--cth-white);
  position: relative;
}
.cth-footer .cth-fc-nav ul a::after {
  content: "";
  width: 0;
  height: 1px;
  background: var(--cth-white);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 300ms ease-in-out;
}
.cth-footer .cth-fc-nav ul a:hover::after {
  width: 100%;
}

/* Footer social */
.cth-footer .cth-footer-social {
  display: flex;
  flex-flow: row nowrap;
  column-gap: 30px;
}
.cth-footer .cth-footer-social img {
  width: 35px;
  height: 35px;
}
.cth-footer .cth-fs-icons {
  display: flex;
  flex-flow: row nowrap;
  column-gap: 15px;
}
.cth-footer .cth-fs-icons img {
  transition: transform 300ms ease-in-out;
}
.cth-footer .cth-fs-icons img:hover {
  transform: rotate(360deg) scale(1.2);
}
.cth-footer .cth-back-to-top:hover {
  animation: cth-bounce 1000ms ease normal;
}
@keyframes cth-bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-10px);}
	60% {transform: translateY(-3px);}
}


/* Copyright */
.cth-footer-copyright {
  height: 96px;
  background: var(--cth-bgr-copyright);
  color: var(--cth-white);
  font-family: var(--cth-secondary-font);
  font-size: 0.867em;
  font-weight: 400;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}