/*!
Theme Name: chilllab
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chilllab
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

chilllab is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

#pmpro_form .pmpro_checkout h2,
.pmpro_checkout h2 span.pmpro_checkout-h2-name {
	margin: 0 !important;
}

.entry-content h2 {
  font-size: 26px;
  line-height: 1.5;
  font-family: "Barlow Condensed", Sans-serif !important;
}

.cartoon-character img {
  transition: transform 0.3s;
  max-height: 331px;
}

.wifi-item img {
  transition: transform 0.3s;
}

.post-thumbnail {
  max-width: 1545px;
  margin: auto;
  text-align: center;
  margin-top: 50px;
  padding: 0 20px;
}

.entry-content {
  max-width: 1545px;
  margin: auto;

}

.entry-content h1 {
  font-size: 28px;
  line-height: 1.5;
}

.entry-content h2 {
  font-size: 26px;
  line-height: 1.5;
}

.entry-content h3 {
  font-size: 24px;
  line-height: 1.5;
}

.entry-content h4 {
  font-size: 22px;
  line-height: 1.5;
}


.comments-area,
.navigation.post-navigation,
.entry-header {
  display: none;
}

/* ======CUSTOMIZE CSS ========*/
/* div#comments {
    display: block;
} */
.post-thumbnail img {
  width: 45%;
  height: auto;
}

/*FORM CSS*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Roboto", Sans-serif !important;
}

.wpcf7 {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

form.wpcf7-form.init p {
  margin-bottom: 20px;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 15px;
  padding-left: 10px;
  font-style: italic;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  border-color: transparent;
  background: #2267ae;
  color: #fff;
  line-height: 1;
  padding: 12px 40px;
  border-radius: 30px;
  cursor: pointer;
}

input[type="submit"] {
  font-size: 20px;
  font-weight: 700;
}

.wpcf7 form {
  background-color: transparent;
}

.wpcf7 .section-heading h4 {
  font-size: 28px;
  color: #dc8cdb;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: none;
  box-shadow: none;
  height: 80px;
  padding: 0px 15px;
}

.wpcf7 textarea {
  min-height: 140px;
  max-height: 180px;
  padding: 15px;
  resize: none;
}

.wpcf7 span.valid_info_name,
.wpcf7 span.valid_info_email,
.wpcf7 span.valid_info_message {
  font-size: 13px;
  margin: 5px 2px;
}

.wpcf7 .valid {
  border: 2px solid green;
  outline-color: green;
}

.wpcf7 .invalid {
  border: unset;
}

.wpcf7 .btn {
  display: flex;
  justify-content: flex-end;
}

.wpcf7 #form-submit {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: rgb(219, 138, 222);
  background: linear-gradient(-145deg,
      rgba(219, 138, 222, 1) 0%,
      rgba(246, 191, 159, 1) 100%);
  padding: 12px 20px;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}

.wpcf7 #form-submit:disabled {
  border: 1px solid #9e9e9e;
  background: transparent;
  color: #9e9e9e;
  cursor: default;
}

.wpcf7 #form-submit:hover:disabled {
  border: 1px solid #9e9e9e;
  color: #9e9e9e;
  background: transparent;
  cursor: default;
}

.wpcf7 button:active {
  transform: scale(0.95);
}

.wpcf7 button:focus {
  outline: none;
}

.wpcf7 button.ghost {
  background-color: transparent;
  border-color: #ffffff;
}

body {
  margin: 0;
}

.wpml-ls-legacy-list-horizontal {
  border: 1px solid transparent;
  padding-top: 0 !important;
  clear: both;
}

a.wpml-ls-link {
  color: #000;
  font-size: 20px;
  font-weight: 900;
  font-family: DM sans, sans-serif;
}

.wpml-ls-item.wpml-ls-item-zh-hant {
  border-right: 1px solid #000;
}

/* scroll  */
#ScrollBox {
  max-height: 600px;
  overflow-y: auto;
  padding-right: 50px;
}

#ScrollBox>.elementor-element {
  max-width: 100%;
}

#ScrollBox::-webkit-scrollbar {
  width: 20px;
}

#ScrollBox::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 20px !important;
}

#ScrollBox::-webkit-scrollbar-track {
  background: #ffe602;
  border-radius: 30px;
  border: 4px solid #f2f2de;
}

::-webkit-scrollbar-button:start:decrement {
  background-color: transparent;
  background-image: url("https://www.chilllab.org.hk/wp-content/uploads/2023/10/arrow-scrollbar-up.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
}

::-webkit-scrollbar-button:end:increment {
  width: 20px;
  background-color: transparent;
  background-image: url("https://www.chilllab.org.hk/wp-content/uploads/2023/10/arrow-scrollbar-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
}

::-webkit-scrollbar-thumb {
  border: 4px solid #f2f2de;
}

.entry-footer {
  display: none;
}

a.n2-style-04707187b52b6db961592608b786f72d-heading.n2-ow {
  transform: rotate(10deg);
}

a.n2-style-04707187b52b6db961592608b786f72d-heading.n2-ow>div {
  transform: rotate(350deg);
}

/* style sub-menu */

a.hfe-sub-menu-item {
  font-size: 18px !important;
}

div#MenuLangEN .hfe-nav-menu .hfe-sub-menu-item {
  font-size: 14px !important;
}

.wifi-item {
  cursor: pointer !important;
}

.wpml-ls-legacy-list-horizontal>ul {
  display: flex;
}

.wpml-ls-item-en {
  order: 2;
}

.wpml-ls-item-zh-hant {
  order: 1;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName {
  color: #040404;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
}

body .booked-appt-list h2 {
  color: #040404;
  font-weight: 400;
}

body .booked-appt-list h2 strong {
  font-weight: 700;
  color: #040404;
}

body .booked-appt-list .timeslot .timeslot-people button {
  color: #0d0b02;
  background-color: #ffe602;
  font-weight: 700;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
}

body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
  border-radius: 30px;
  padding: 12px 40px;
  cursor: pointer;
}

body .booked-appt-list .timeslot .timeslot-time {
  font-weight: 700;
  font-family: "Roboto", Sans-serif;
  color: #0d0b02;
  font-size: 18px;
}


body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
  color: #040404;
  font-family: "Roboto", Sans-serif;
}

.booked-calendar-shortcode-wrap {
  width: 60%;
  margin: 70px auto 0 auto;
}

body .booked-modal .bm-window p.booked-title-bar {
  color: #040404;
}

input#submit-request-appointment,
button.cancel.button {
  color: #0d0b02;
  font-weight: 700;
  font-size: 16px;
  border-radius: 30px;
  padding: 12px 30px;
  font-family: "Roboto", Sans-serif;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a {
  color: #040404;
}

/* booking table style	 */

td.column-1,
td.column-2,
td.column-3,
td.column-4 {
  border-right: 2px solid #FFE602;
}

#tablepress-1,
#tablepress-2 {
  margin-bottom: 0 !important;
}

#tablepress-1 caption,
#tablepress-2 caption {
  display: none;
}

td.column-2,
td.column-3,
td.column-4,
td.column-5 {
  padding: 25px 20px;
}

tr.row-1 {
  background-color: #fffbe6;
}

tr.row-2 {
  background-color: #fffbe6;
}

tr.row-3 {
  background-color: #fff9d2;
}

tr.row-1 td.column-1 {
  background-color: #fff292;
}

tr.row-2 td.column-1 {
  background-color: #ffeb62;
}

tr.row-3 td.column-1 {
  background-color: #ffe900;
}

table#tablepress-1 td {
  width: calc(100% / 5);
}

table#tablepress-1 td.column-1 {
  width: 12% !important;
}

input[type="checkbox"] {
  float: right;
  width: 20px;
  height: 20px;
}

table td.column-1 {
  vertical-align: middle;
  text-align: center;
}

table td {
  font-size: 18px;
  font-weight: 900;
}

.level-star {
  max-width: 100px;
  width: 100px;
  height: auto;
  margin-top: 30px !important;
}

@media only screen and (max-width:767px) {
  .pmpro_checkout-fields input {
    width: 90%;
  }

}




.booked-calendar-fields input[type="checkbox"] {
  float: right;
  width: 15px;
  height: 15px;
}

.pum-container {
  height: 90% !important;
  top: 40px !important;
}

.pum-content.popmake-content::-webkit-scrollbar {
  display: none;
}

.pum-content.popmake-content {
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}

@media only screen and (max-width:1440px) {
  .ays-survey-container .ays-survey- answer.ays-survey-answer-grid {
    max-width: 130px;
  }
}

@media only screen and (max-width: 1400px) {
  .booked-calendar-shortcode-wrap {
    width: 90%;
  }
}

@media only screen and (max-width: 1025px) {
  .text-img-box p {
    font-size: 24px;
  }

  .ays-survey-container .ays-survey-answer.ays-survey-answer-grid {
    max-width: 120px !important;
  }

}

@media only screen and (max-width: 991px) {

  body .booked-appt-list .timeslot .timeslot-people button,
  body .booked-appt-list .timeslot .timeslot-time {
    font-size: 16px;
  }

  .booked-calendar-shortcode-wrap {
    width: 75%;
  }
}

@media only screen and (max-width: 767px) {
  #ScrollBox {
    max-height: unset;
  }
  .post-thumbnail img {
  width: 80%;
  height: auto;
}

  #ScrollBox {
    padding-right: 5px;
  }

  .text-img-box p {
    font-size: 24px;
  }

  a.hfe-menu-item {
    font-size: 20px !important;
  }

  ul.sub-menu {
    background-color: #ffe602 !important;
  }

  .wpcf7 {
    padding: 0;
  }

  body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
    padding: 7px 0;
    margin-bottom: 10px;
  }

  body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col,
  body .booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-timeslot {
    font-size: 15px;
  }

  .booked-calendar-shortcode-wrap {
    margin-top: 50px;
  }

  .booked-calendar-shortcode-wrap {
    width: 100%;
  }
}

.entry-content {
  max-width: 1410px;
  width: 80%;
}

@media (max-width: 1200px) {
  .entry-content {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .entry-content {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}

/* slider image 1 */
div#n2-ss-2 .n-uc-1cb327425429e-inner,
div#n2-ss-4 .n-uc-RalzTaFjhLL0-inner {
  padding: 10px 14.1% 10px 10px !important;
}

#n2-ss-2item1 {
  font-size: 1.8vw !important;
}

#n2-ss-4item1 {
  font-size: 1.8vw !important;
  line-height: 2vw !important;
}

div#n2-ss-2 .n2-style-6d5ff64a4062b544c66cbf42722058b0-heading,
div#n2-ss-4 .n2-style-6d5ff64a4062b544c66cbf42722058b0-heading {
  padding: 0 !important;
  margin: 0px 0 31px 0;
}

div#n2-ss-2 .n-uc-1ebe0c9352838,
div#n2-ss-4 .n-uc-1ebe0c9352838 {
  margin-bottom: 0 !important;
}

div#n2-ss-2 .n-uc-1cb327425429e,
div#n2-ss-4 .n-uc-RalzTaFjhLL0 {
  margin: 1vw 0.5vw 0 0 !important;
}

div#n2-ss-2 .n2-style-6d5ff64a4062b544c66cbf42722058b0-heading {
  font-size: 1.05vw !important;
  margin: 0px 0 1.7vw 0 !important;
}

div#n2-ss-4 .n2-style-6d5ff64a4062b544c66cbf42722058b0-heading {
  font-size: 1.05vw !important;
  margin: 0.5vw 0 1.7vw 0 !important;
}

div#n2-ss-2 .n2-font-2358509683930355ab6490b4ce1560bd-link a,
div#n2-ss-4 .n2-font-2358509683930355ab6490b4ce1560bd-link a {
  font-size: 1.05vw !important;
  padding: 0.8vw 1.6vw 0.8vw 1.6vw !important;
}

div#n2-ss-2 .n2-ss-button-container.n2-ss-nowrap,
div#n2-ss-4 .n2-ss-button-container.n2-ss-nowrap {
  margin-right: 1.7vw !important;
}

@media only screen and (max-width: 1199px) {
  #n2-ss-2item1 {
    font-size: 2vw !important;
  }

  #n2-ss-4item1 {
    font-size: 2vw !important;
  }

  div#n2-ss-2 .n2-style-6d5ff64a4062b544c66cbf42722058b0-heading,
  div#n2-ss-4 .n2-style-6d5ff64a4062b544c66cbf42722058b0-heading {
    font-size: 1.15vw !important;
  }

  div#n2-ss-2 .n-uc-FXzWwx5jDpCu,
  div#n2-ss-4 .n-uc-FXzWwx5jDpCu {
    margin-top: -0.4vw !important;
  }
}

@media only screen and (max-width: 767px) {
  #n2-ss-2item1 {
    font-size: 23px !important;
  }

  #n2-ss-4item1 {
    font-size: 23px !important;
  }

  div#n2-ss-2 .n2-style-6d5ff64a4062b544c66cbf42722058b0-heading,
  div#n2-ss-4 .n2-style-6d5ff64a4062b544c66cbf42722058b0-heading {
    font-size: 14px !important;
  }

  .n2-ss-slider .n2-ss-layer-row-inner {
    margin-top: 12vw !important;
  }

  div#n2-ss-2 .n-uc-1cb327425429e-inner,
  div#n2-ss-4 .n-uc-1cb327425429e-inner {
    padding: 10px 7.1% 10px 10px !important;
  }

  div#n2-ss-2 .n2-font-2358509683930355ab6490b4ce1560bd-link a,
  div#n2-ss-4 .n2-font-2358509683930355ab6490b4ce1560bd-link a {
    font-size: 14px !important;
    padding: 6px 12px 6px 12px !important;
  }

  div#n2-ss-2 .n2-ss-button-container.n2-ss-nowrap,
  div#n2-ss-4 .n2-ss-button-container.n2-ss-nowrap {
    margin-right: 6vw !important;
  }

  div#n2-ss-4 .n2-font-f942ae8538fe3f528b355e073d09ad72-hover {
    text-align: right;
    line-height: 23px !important;
  }

  div#n2-ss-4 .n-uc-4TGdsOXk2z0A-inner>.n2-ss-layer-row-inner {
    margin-top: 3vw !important;
  }

  div#n2-ss-4 .n2-ss-slide-active {
    height: 200px !important;
  }
}

@media only screen and (min-width: 1921px) {
  #n2-ss-2item1 {
    font-size: 34px !important;
  }

  #n2-ss-4item1 {
    font-size: 34px !important;
    line-height: 38px !important;
  }

  div#n2-ss-2 .n2-style-6d5ff64a4062b544c66cbf42722058b0-heading,
  div#n2-ss-4 .n2-style-6d5ff64a4062b544c66cbf42722058b0-heading {
    font-size: 20px !important;
    margin-bottom: 32px !important;

  }

  div#n2-ss-2 .n2-font-2358509683930355ab6490b4ce1560bd-link a,
  div#n2-ss-4 .n2-font-2358509683930355ab6490b4ce1560bd-link a {
    font-size: 20px !important;
    padding: 15px 30px 15px 30px !important;
  }

  div#n2-ss-2 .n2-ss-button-container.n2-ss-nowrap,
  div#n2-ss-4 .n2-ss-button-container.n2-ss-nowrap {
    margin-right: 32px !important;
  }
}

/* slider image 2 */
div#n2-ss-2 .n2-font-691d66dc86adae9121b072cd91278d13-hover {
  font-size: 1.5vw !important;
}

@media only screen and (max-width: 1024px) {
  div#n2-ss-2 .n2-font-691d66dc86adae9121b072cd91278d13-hover {
    font-size: 2vw !important;
  }
}

@media only screen and (max-width: 767px) {
  div#n2-ss-2 .n2-font-691d66dc86adae9121b072cd91278d13-hover {
    font-size: 15px !important;
    margin-top: 4px;
  }
}


.otgs-development-site-front-end {
  display: none;
}

/* .sub-menu li.menu-item {
    background: #2267ae !important;
		border-bottom: 1px solid #ccc !important;
} */
.sub-menu li.menu-item:hover a {
  color: #fff2dd !important;
}

.sub-menu li.menu-item a {
  color: #fff !important;
}

.wpcf7-file {
  background-color: #bbddfc;
  color: black;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}


/*=========== CUSTOMIZE END============= */




/*=========== SITE STYLE============= */
h1.page-title {
    text-align: center;
}
a.post-thumbnail {
    display: flex;
    justify-content: center;
}

.news-wrap {
  font-family: "barlow condensed", sans-serif;
}

.container-site {
  max-width: 1350px;
  margin: 0 auto;
}

.dv-posts {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.news-feature {
  width: 30%;
}

.news-post {
  display: flex;
  gap: 55px;
  padding: 50px 0;
  border-top: 3px solid #3394d3;

}

.news-post:last-child {
  border-bottom: 3px solid #3394d3;
}

.news-content {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  width: 70%;
}

.news-title-post a {
  color: #000;
  text-decoration: none;
  font-size: 24px;
}

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

h2.ct-entry-title a {
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1024px) {
  .news-feature {
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .news-post {
    flex-wrap: wrap;
  }

  .news-feature {
    width: 100%;
    text-align: center;
  }

  .news-content {
    width: 100%;

  }

  .news-feature img {
    width: 70%;
  }
}

@media only screen and (max-width:500px) {
  .news-feature img {
    width: 100%;
  }

  .dv-posts {
    padding: 10px;
  }

}

/* 	Style Database Page */
.database-blog {

  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page {
  position: relative;
}

.loading-lottie-container {
  display: none;
}

.loading-lottie-container {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 30%;
}

.ct-tags {
  margin-top: 10px;
}

.ct-tags a {
  color: #5f86aa !important;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  text-decoration: none;
}

.loading-lottie-container {
  display: flex;
  justify-content: center;
  position: absolute;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0000004d;
  z-index: 10;
}


.resource-filter-button.row.resource.filter-actions {
  background-color: #BBDDFC;
  padding: 20px;
  font-family: 'barlow condensed', sans-serif;
  margin-bottom: 20px;
  border-radius: 15px;
}

span.select-lable {
  cursor: pointer;
}

.filter-categories {
  cursor: pointer;
}

ul.filtered-tags {
  display: flex;
  gap: 20px;
  list-style: none;
  font-family: "barlow condensed", sans-serif;
  font-weight: 500;
  padding: 0;
}

ul.filtered-tags li {
  padding: 20px 0;
}

div#post-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding: 0;

}

div.type-post {
  width: calc(100% / 4 - 30px) !important;
}

.resource-filter-button.row.resource.filter-actions {
  display: flex;
  gap: 50px;
}

ul.resource-filter-list-items {
  display: flex;
  gap: 50px;
  padding: 0;
  list-style: none;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: barlow condensed, sans-serif;
}

ul.resource-filter-list-items li {
  cursor: pointer;
}

.resource-filter-button.row.resource.filter-actions {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}

ul.topic-list-container {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
}

ul.topic-list-container li {
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  font-family: 'barlow condensed', sans-serif;
}

.filter-all .selected-item {
  cursor: pointer;
}

/* 
.categories-filter-list-items,
.tags-filter-container {
	height: 0px;
    background-color: #FFFADB;
    border-radius: 15px;
    overflow: hidden;
    
}

.categories-filter-list-items.visible,
.tags-filter-container.visible {
    cursor: pointer;
    height: max-content;
    padding: 20px 20px;
    margin: 0 0 20px;
    transition: height .3s cubic-bezier(0.45, 0.02, 0.38, 0.98) !important;
} */

.categories-filter-list-items,
.tags-filter-container {
  height: 0;
  background-color: #FFFADB;
  border-radius: 15px;
  overflow: hidden;

}

.categories-filter-list-items.visible,
.tags-filter-container.visible {
  cursor: pointer;
  height: auto;
  padding: 20px;
  margin: 0 0 20px;
  transition: height 0.3s cubic-bezier(0.45, 0.02, 0.38, 0.98);
}


.filter-categories .selected-item:after,
.filter-tags .select-lable:after {
  content: "+";
  color: #000;
  padding-left: 10px;
}


.filter-categories .selected-item.active:after,
.filter-tags .select-lable.active:after {
  content: '-';
}

.ct-thumbnail-post {
  overflow: hidden;
  border-radius: 30px;
  max-width: 100%;
  max-height: 100%;
}

.ct-thumbnail-post img:hover {
  transform: scale(1.2);
}

.ct-thumbnail-post img {
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
  max-height: 270px;
  min-height: 270px;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  div.type-post {
    width: calc(100% / 3 - 30px) !important;
  }

  h2.ct-entry-title {
    font-size: 20px;
  }

  .ct-thumbnail-post img {

    min-width: 350px;
  }
}

@media only screen and (max-width: 1024px) {
  div.type-post {
    width: calc(100% / 3 - 30px) !important;
  }

  .ct-thumbnail-post {
    overflow: hidden;
    border-radius: 30px;
    max-width: 100%;
    max-height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  div.type-post {
    width: calc(100% / 2 - 30px) !important;
  }

  ul.resource-filter-list-items {
    font-size: 16px;
    flex-wrap:wrap;
    gap: 25px;
  }
  ul.topic-list-container {
  	flex-wrap: wrap;
    gap: 25px;
  }

  .ct-thumbnail-post img {
    object-fit: cover;
    min-width: 350px;
  }

  div#post-container {
    justify-content: space-between;
  }
  .resource-filter-button.row.resource.filter-actions {
    font-size: 20px;
   }
}

@media only screen and (max-width: 575px) {
  div.type-post {
    width: 100% !important;
  }

  .ct-thumbnail-post {
    display: flex;
    justify-content: center;
	}

  .ct-thumbnail-post img {
    object-fit: contain;
  }
  .resource-filter-button.row.resource.filter-actions {
  	gap: 25px;
  }
}
@media only screen and (max-width: 414px) {

}




/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

.h-48 h2 {
  min-height: 48px;
}

.custom-login-form-row input#password,
.custom-login-form-row input#username {
  color: #FFE602;
  width: 252px;
  font-size: 12px;
  padding: 7px 16px;
  border: 2px solid #FFE602;
  border-radius: 20px;
  margin-bottom: 18px;
  font-family: "Barlow Condensed", Sans-serif;
}
.email {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #000;
    font-weight: 700;
}

.custom-login-form-row input#password::placeholder,
.custom-login-form-row input#username::placeholder {
  color: #FFE602;
}


.custom-login-form-row input[type="submit"] {
  background: #FFE602;
  border: 1px solid #FFE602;
  color: #fff;
  width: 252px;
  border-radius: 20px;
  padding: 17px;
  font-size: 12px;
  margin-top: 18px;
  font-family: "Barlow Condensed", Sans-serif;
}

div#login-message {
  margin: 20px 0;
  font-size: 14px;
}

.custom-blog {
  padding-top: 35px;
  margin: 0 auto;
  max-width: 1550px;
}

.post-item {
  display: flex;
  align-items: center;
  border-top: 3px #FFE602 solid;

  padding: 50px;
  column-gap: 30px;
}

.custom-blog-thumbnail {
  flex: 1;
  margin-right: 20px;
}

.short-content p {
  font-size: 24px;
  font-weight: 900;
  font-family: "Barlow Condensed", Sans-serif;
}

.custom-blog-thumbnail img {
  max-width: 100%;
  height: auto;
}

.custom-blog-content {
  flex: 1;
}

.custom-blog h2 {
  font-size: 30px;
  margin-bottom: 0px;
  width: 60%;
  font-weight: 900;
  font-family: "Barlow Condensed", Sans-serif;
}

.custom-blog p {
  margin-bottom: 10px;
}

.custom-blog .read-more {
  text-decoration: none;
  background-color: #FFE602;
  padding: 10px 10px !important;
  border-radius: 30px;
  color: #000;
  font-weight: 900;
  border: none;
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 50px;
  font-size: 24px;
  font-weight: 900;
}

.title-post {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 30px;
}

.custom-blog-title {
  text-align: center;
  font-family: "Barlow Condensed", Sans-serif;
  font-weight: 900;
  font-size: 30px;
  margin-top: 55px;
}

.btn-show-more {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

a#showMoreButton {
  font-size: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #BBDDFC;
  padding: 15px 50px;
  border-radius: 15px;
  cursor: pointer;
}

a#showMoreButton:hover {
  background-color: #2a94f6;
  color: #fff;
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .custom-blog h2 {
    font-size: 20px;
    width: 71%;
  }

  .custom-blog .read-more {
    font-size: 18px;
  }

  .short-content p {
    font-size: 16px;
    font-weight: 700;
  }

}

@media (max-width: 767px) {

  div#n2-ss-2 .n2-font-736ea70cc1a22f433de0272bd902ea36-link a,
  div#n2-ss-3 .n2-font-736ea70cc1a22f433de0272bd902ea36-link a {
    padding: 10px 20px;
  }

  .rps-menu {
    display: block !important;
  }

  .rps-menu img.hfe-site-logo-img.elementor-animation- {
    float: left;
  }

  .hfe-nav-menu__toggle.elementor-clickable {
    position: absolute;
    top: 12px;
  }

  .rps-menu .hfe-nav-menu__breakpoint-mobile,
  .hfe-nav-menu__breakpoint-mobile.elementor-widget-mobile__width-initial.hfe-submenu-icon-arrow.elementor-widget-navigation-menu {
    width: 100%;
  }

  .hfe-nav-menu__toggle.elementor-clickable.hfe-active-menu {
    top: 15px;
    z-index: 2;
  }

  .hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
    margin-top: 70px;
  }

  .elementor-132 .elementor-element.elementor-element-a6d72b5 nav.hfe-dropdown .menu-item a.hfe-menu-item {
    background-color: #BBDDFC;
  }

  .elementor-132 .elementor-element.elementor-element-a6d72b5 nav.hfe-dropdown li.menu-item:not(:last-child) {
    border-bottom-color: #FFE602;
  }

  .post-item {
    display: block;

  }
  .loading-lottie-container {
  	top: -1000px;
  }
}

@media (max-width: 414px) {

  div#n2-ss-2 .n2-ss-slide-active,
  div#n2-ss-3 .n2-ss-slide-active {
    height: 200px !important;
  }

  .title-post {
    flex-wrap: wrap;
    justify-content: center;
  }

  .custom-blog h2 {
    width: 100%;
    padding-bottom: 20px;
  }

  .post-item {
    padding: 15px;
  }

  .custom-blog .read-more {
    width: 100%;
  }

  .custom-blog {
    padding-top: 30px;
  }
}
.selectable-category.selected{
  color: #4e86b7;
}