/*
Theme Name: ABRM
Theme URI: https://min-code.com
Author: Mincode Group
Author URI: https://min-code.com
Version: 1.0
Text Domain: ABRM
*/

@font-face {
  font-family: 'TestTiemposFine';
  src: url("/wp-content/themes/abrm/assets/fonts/TestTiemposFine.eot") format("eot"),
	     url("/wp-content/themes/abrm/assets/fonts/TestTiemposFine.otf") format('otf'),
       url("/wp-content/themes/abrm/assets/fonts/TestTiemposFine.woff2") format('woff2'),
       url("/wp-content/themes/abrm/assets/fonts/TestTiemposFine.woff") format('woff'),
			 url("/wp-content/themes/abrm/assets/fonts/TestTiemposFine.svg") format('svg'),
       url("/wp-content/themes/abrm/assets/fonts/TestTiemposFine.ttf")  format('truetype');
       font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

:root {
  --main-color: #141414;
  --main-color2: #242424;
  --white: #FCF9F8;
}

body {
  font-size: 18px;
  color: var(--main-color);
  line-height: 27px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  background-color: #FCF9F8;
}

.sticky_position {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  align-self: flex-start;
}

.d-flex {
  flex-wrap: wrap;
}

.h1,
h1 {
  font-size: 48px;
  line-height: 72px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h2,
h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h3,
h3 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h4,
h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h5,
h5 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h6,
h6 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0
}

p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 30px;
}

a {
  color: #17A57B;
  font-size: 16px;
  line-height: 24px;
  transition: 0.3s;
  text-decoration: none
}

a:hover {
  color: #0F5947;
  transition: 0.3s;
}

ul {
  margin-bottom: 0;
}

b, strong {
  font-weight: 600
}

img {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1630px;
  padding: 0 15px;
}

.main_button {
  display: block;
  background: #007357;
  font-size: 16px;
  line-height: 16px;
  color: var(--white);
  text-transform: uppercase;
  padding: 19px 32px;
  width: fit-content;
  border-radius: 50px;
  position: relative;
  transition: 0.3s;
  border: 2px solid #007357;
  font-weight: 500
}

.main_button:hover {
  color: var(--white);
  background: #0F5947;
  transition: 0.3s;
  border-color: #0F5947;
}

.main_button.button_icon {
  padding-right: 80px;
}

.button_icon:after {
  content: '';
  background: url('/wp-content/uploads/2024/09/icon.svg');
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
  right: 32px;
  background-repeat: no-repeat;
}

.main_button.button_light {
  background: transparent;
  color: #007357;
  padding-right: 32px;
  transition: 0.3s;
}

.main_button.button_light:hover {
  background: #007357;
  padding-right: 32px;
  color: var(--white);
  border-color: #007357;
}

.mb-120 {
  margin-bottom: 120px;
}

.mg-180 {
  margin: 180px auto;
}

.menu-icon {
  display: none;
}

.menu-icon img {
  filter: brightness(0) invert(1);
  width: 20px;
  transform: rotate(90deg);
  transition: all 0.4s ease
}

/* Home Page */
.hero_content {
  text-align: center;
  background-color: rgba(23, 165, 123, 0.2);
  padding-top: 140px;
}

.hero_content h1 span {
  background: #E3FFCC;
  padding: 0 10px;
}

.hero_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero_buttons .button_light {
  margin-left: 24px
}

.hero_content p {
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 30px
}

.hero_img img {
  margin-bottom: -1px;
  margin-top: 32px
}

.section_subtitle {
  margin-top: 16px;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 56px;
  font-weight: 300
}

.section_subtitle a {
  font-weight: 500;
  text-decoration: underline;
  color: #17A57B
}

.resource_list img {
  height: 160px;
  width: auto;
  margin-bottom: 80px;
}

.resource_list .col-md-4 {
  padding: 0 18px;
}

.row.resource_list {
  margin: 0 -16px;
}

.resource_list h4 {
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.resource_list .col-md-4 p {
  margin-bottom: 8px
}

.resource_list .col-md-4 a {
  text-decoration: underline;
  font-weight: 600;
}

.resource_list {
  margin-top: 80px;
}

.our_mission {
  background: #0F5947;
  padding-top: 140px;
  padding-bottom: 162px;
  overflow-x: hidden;
}

.our_mission .section_subtitle {
  margin-top: 0;
  margin-bottom: 16px;
  color: #17A57B;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500
}

.our_mission h2 {
  color: #E3FFCC
}

.our_mission .cta_button {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.our_mission .cta_button a {
  border-color: #E3FFCC;
  color: #E3FFCC
}

.block-1325 {
  width: 83%;
}

.home_blog .swiper-slide {
  background: white;
  border-radius: 10px;
  border: 2px solid #17A57B;
  padding: 64px 40px;
}

.home_blog .swiper-slide .article_feat_img {
  height: 210px;
}

.home_blog .article_button a {
  background: #007357;
  color: #FFFFFF;
}

.home_blog .article_button a:hover {
  color: #007357;
  background: #E3FFCC;
}

.home_gallery .history_slider .swiper-button-next-gallery {
  right: 5%;
}

.home_gallery .history_slider .swiper-button-prev-gallery {
  left: 5%;
}

.events_slider h2.event_title {
  min-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #FCF9F8
}

.events_slider .event_feat_img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: left center;
}

.single_event_list .event_feat_image {
  padding-left: 0
}

.single_event_list .col-md-7 {
  padding-right: 36px
}

.horizontal-section {
  position: relative;
  /* overflow: hidden; */
}

.event_intro {
  display: flex;
  align-items: flex-end;
  margin-bottom: 56px;
}

.slider_arrows .swiper-button-next,
.slider_arrows .swiper-button-prev {
  position: inherit;
}

.slider_arrows .swiper-button-prev {
  margin-right: 28px;
}

.slider_arrows {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 17%;
  justify-content: flex-start;
  margin-right: 5px;
}

.block-1325 .section_subtitle {
  margin-bottom: 0
}

.image-container {
  margin-top:50px;
  display: flex;
  flex-direction: row;
  height: 100%;
  width: max-content;
  gap: 20px;
}

.image {
  width: 420px;
  height: 600px;
  overflow: hidden;
  transform-origin: center;
  transform: rotate(0deg);
  padding-top: 40px;
  margin: 0 -30px;
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.mission_intro {}
/* End Home Page */

/* Trainers Page */
.trainers_content ol {
  margin-top: -24px;
  padding-left: 25px;
  margin-bottom: 24px
}

.single_member {
  flex: 0 0 auto;
  width: 20%;
  margin-bottom: 102px;
  position: relative;
}

.single_member img{
  height: 368px;
  border-radius: 10px;
  margin-bottom: 24px;
  object-fit: cover
}

.member_name {
  font-weight: 600;
  position: relative;
  padding-left: 18px;
  margin-bottom: 16px;
}

.member_name:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #17A57B;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.single_member:hover .member_name {
  margin-bottom: 4px;
}

.member_position {
  font-size: 14px;
  line-height: 21px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0
}

.single_member:hover .member_position {
  visibility: visible;
  opacity: 1;
  height: auto;
  width: calc(100% - 28px);
  position: absolute;
  border-bottom: 1px solid #17A57B;
  padding-bottom: 16px;
  left: 15px;
}

.member_content {
  border-bottom: 1px solid #17A57B;
}

.single_member:hover .member_content {
  border: 0;
}

.trainers_member {
  margin-top: 80px;
  margin-bottom: 18px;
}
.single_member.hidden {
  visibility: hidden;
  opacity: 0;
}
/* End Trainers Page */

/* Training Page */
.training_content h3 {
  font-family: "Playfair Display", serif;
  margin-bottom: 16px;
}

.training_content .col-md-7 {
  padding-right: 56px;
}

.training_feat_img {
  border-radius: 10px;
  margin-bottom: 16px;
}

.training_info {
  background: #CEE8DF;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 16px;
}

.training_info p {
  font-weight: 600;
  margin-bottom: 16px;
  position: relative;
  padding-left: 48px
}

.training_info p:last-child {
  margin-bottom: 0
}

.training_info p.training_location {
  margin-bottom: 0;
}

.training_info p:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover !important;
  left: 0
}

.training_info p.training_location:before {
  background: url('/wp-content/uploads/2024/09/location_on.svg')
}

.training_info p.event_time:before {
  background: url('/wp-content/uploads/2024/09/schedule.svg')
}

.training_info p.training_data:before {
  background: url('/wp-content/uploads/2024/09/calendar_month.svg')
}

.main_button.training_button {
  padding-right: 32px;
  width: 100%;
  text-align: center;
}

.training_content {
  margin-bottom: 120px;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  color: #FCF9F8;
  background: #0F5947;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  padding: 27px 32px;
  border: none;
  outline: none;
  border-radius: 10px;
}

.accordion button img {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 32px;
  transform: translateY(-50%) rotate(180deg);
  filter: brightness(0) invert(1);
  top: 50%;
}

.accordion button[aria-expanded=true] img {
  transform: translateY(-50%) rotate(0deg);
    filter: none;
    transition: 0.4s;
}

.accordion button[aria-expanded=true] {
  color: #0F5947;
  transition: 0.3s;
  background: white;
}

.accordion-item1 {
  background: white;
  border: 1px solid #0F5947;
  border-radius: 12px;
}

.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9rem;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  background: white;
  padding: 5px 32px 8px;
  border-radius: 10px;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  padding: 0px 32px 0px;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button:hover, .accordion button:focus {
  cursor: pointer;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.archive_pages {
  margin-top: 36px;
}

.archive_page p {
  margin-bottom: 16px;
}

.training_content .col-md-7 ol,
.training_content .col-md-7 ul {
  margin-top: -24px;
  padding-left: 25px;
  margin-bottom: 30px;
}

.training_content .col-md-7 a {
  text-decoration: underline;
  font-size: 18px;
  line-height: 27px;
}
/* End Training Page */

/* Single Event */
h1.single_event_title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 16px;
}

.single-events .menu__top ul li.events_menu > a,
.single-post .menu__top ul li.news_menu > a,
.page-template-hub .menu__top ul li.resource_menu > a,
.page-template-professional-training .menu__top ul li.formare_menu > a:not([href]):not([class]),
.page-template-trainers .menu__top ul li.formare_menu > a:not([href]):not([class]) {
  color: #E3FFCC;
  font-weight: 500
}

.single-events .menu__top ul li.events_menu > a:after,
.single-post .menu__top ul li.news_menu > a:after,
.page-template-hub .menu__top ul li.resource_menu > a:after,
.page-template-professional-training .menu__top ul li.formare_menu > a:not([href]):not([class]):after,
.page-template-trainers .menu__top ul li.formare_menu > a:not([href]):not([class]):after {
  width: calc(100% - 16px);
  background: #E3FFCC;
  height: 1px;
  bottom: 25px;
  content: "";
  display: block;
  margin: auto;
  transition: all 0.3s;
  position: absolute;
  left: auto;
  right: auto;
}

.single-events .header__top.sticky .menu__top ul li.events_menu > a::after,
.single-post .header__top.sticky .menu__top ul li.news_menu > a::after,
.page-template-professional-training .header__top.sticky .menu__top ul li.formare_menu > a:after,
.page-template-trainers .header__top.sticky .menu__top ul li.formare_menu > a:after,
.page-template-hub .header__top.sticky .menu__top ul li.resource_menu > a:after {
  bottom: 18px;
}

.event_content ol,
.event_content ul {
  margin-top: -24px;
  padding-left: 25px;
  margin-bottom: 30px
}

.event_content .col-md-7 a {
  text-decoration: underline;
  color: #0F5947;
  transition: 0.3s;
  font-size: 18px;
  line-height: 27px;
}

.event_content .col-md-7 a:hover {
  color: #17A57B;
  transition: 0.3s
}

.event_content {
  margin-top: 56px;
  margin-bottom: 120px;
}

.event_content .col-md-7 {
  padding-right: 56px;
}

.event_content .col-md-7 p:last-child {
  margin-bottom: 0
}
/* END Single Event */

/* END Event Page */
.events_filter {
  width: 255px;
  padding-right: 0
}

.events_list {
  width: calc(100% - 255px);
  padding-left: 36px;
}

.filter_title {
  font-weight: 600;
  color: #FCF9F8;
  background: #007357;
  margin-bottom: 0;
  padding: 16px 24px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#filter-form {
  background: white;
  padding: 32px 24px;
  border: 2px solid #007357;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  list-style: none
}

#filter-form label {
  margin-bottom: 16px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
}

#filter-form label:last-child {
  margin-bottom: 0
}

#filter-form label.active {
  font-weight: 600
}

#filter-form input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
}

#filter-form input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #007357;
  width: 21px;
  height: 21px;
  border: 0.15em solid #007357;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  margin-right: 12px;
}

#filter-form input[type="checkbox"] {
  display: grid;
  place-content: center;
}

#filter-form input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

#filter-form input[type="checkbox"]::before {
  background-color: CanvasText;
}

#filter-form input[type="checkbox"] {
  display: grid;
  place-content: center;
}

#filter-form input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

#filter-form input[type="checkbox"]:checked::before {
  transform: scale(1);
  background: #007357
}

#filter-form button {
  border: 0;
  background: transparent;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 33px;
  color: #141414
}

#filter-form button:before {
  width: 21px;
  height: 21px;
  border: 2px solid #017458;
  content: '';
  position: absolute;
  background: white;
  border-radius: 3px;
  left: 0;
}

#filter-form button:after {
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  content: "";
  width: 0.65em;
  height: 0.65em;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  transform: scale(1);
  background: #007357;
  left: 5px;
  top: 5px;
  position: absolute;
}

.categories-selected #filter-form button:after {
  display: none
}

#post-results .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#post-results .pagination {
  font-size: 14px;
  color: #141414;
  text-decoration: none;
  width: 48px;
  height: 48px;
  display: block;
  padding: 8px 16px;
  border-radius: 50px;
  line-height: 32px;
}

.categories-selected #filter-form button {
  font-weight: 300
}

#filter-form input[type="checkbox"]::before {
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

label.selected {
  font-weight: bold;
}

#post-results .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-top: 56px;
}

#post-results .pagination a {
  font-size: 14px;
  color: #141414;
  text-decoration: none;
  width: 48px;
  height: 48px;
  display: block;
  padding: 8px 16px;
  border-radius: 50px;
  line-height: 32px;
}

#post-results .pagination a.pagination-link.active {
  background: #007357;
  color: #FCF9F8;
}

#filter-form  label.checked {
  color: #141414;
  font-weight: 600
}


.event_data {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.event_data p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #E3FFCC;
  text-transform: uppercase;
}

.single_event_list {
  background: #0F5947;
  border-radius: 10px;
  padding: 64px;
  margin-bottom: 36px;
}

.single_event_list .col-md-8 {
  padding-right: 36px;
}

.event_data span {
  color: #E3FFCC;
  margin: 0 24px;
  font-size: 10px;
  font-weight: 600
}

.event_data p.event_cat {
  position: relative;
  color: #17A57B;
  padding-left: 16px;
}

.event_data p.event_cat:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #17A57B;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px
}

.single_event_list h2 a {
  font-size: 40px;
  line-height: 60px;
  color: #FCF9F8;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.single_event_list h2 a:hover {
  color: #E3FFCC;
  transition: 0.3s
}

.event_button {
  margin-bottom: 0;
  margin-top: 32px;
}

.event_button a {
  display: block;
  border-radius: 30px;
  border: 2px solid #E3FFCC;
  color: #E3FFCC;
  padding: 17px 32px;
  text-transform: uppercase;
  width: fit-content;
  font-size: 16px;
  line-height: 24px;
  transition: 0.3s;
  font-weight: 500
}

.event_button a:hover {
  background: #E3FFCC;
  color: #0F5947;
  transition: 0.3s
}

.event_feat_img {
  object-fit: cover;
  border-radius: 10px;
  object-position: left center;
}

.event_feat_image {
  display: flex;
  align-items: center;
}

.single_event_list:last-child {
  margin-bottom: 0
}

.events_list .blog_page_pagination {
  margin-top: 56px
}
/* END Event Page */

/* Header */
.menu_sidebar nav ul {
  margin: 0 auto;
  list-style: none;
  border-left: 2px solid #CEE8DF;
  padding-left: 0
}

.menu_sidebar nav ul li {
  display: block;
  padding: 16px 15px 16px 32px;
  position: relative;
}

.menu_sidebar nav ul li.active {
  background: #E3FFCC;
  position: relative;
}

.menu_sidebar nav ul li.active:before {
  content: '';
  height: 100%;
  width: 4px;
  position: absolute;
  background: #17A57B;
  top: 0;
  left: -2px;
}

.menu_sidebar nav ul li.active a {
  font-weight: 700
}

.menu_sidebar nav ul li a {
  font-size: 16px;
  transition: all 0.2s ease;
  line-height: 24px;
  color: #141414;
  font-weight: 400;
  display: block;
}

.menu_sidebar nav ul li a:hover {
  color: #34495E;
}

.menu_sidebar {
  padding-left: 0
}

.col-md-2.logo_site {
  padding-right: 0
}

.header__top {
  background: #007357;
}

.logo_site img {
  height: 32px;
  width: auto
}

.top_contacts {
  text-align: right;
}

.top_header {
  background: rgba(23, 165, 123, 0.2);
  padding-bottom: 5px
}

.top_contacts a {
  color: #141414;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  transition: 0.3s;
  position: relative;
}

.top_contacts a:after {
  content: '|';
  margin: 0 16px;
}

.top_contacts a:last-child:after {
  display: none;
}

.top_contacts a:hover {
  color: #007357;
  transition: 0.3s;
}

.menu__top ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-item {
  display: inline-block;
  margin: 0 8px;
}

.menu__top ul li a,
.menu__top ul li a:not([href]):not([class]) {
  color: #FCF9F8;
  transition: 0.3s;
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  padding: 0;
  display: inline-block;
  position: relative;
  padding: 25px 8px;
}

.menu__top ul li a:after {
  content: "";
  display: block;
  margin: auto;
  height: 4px;
  width: 0;
  background: transparent;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
}

.menu__top ul li a:hover::after {
  width: calc(100% - 16px);
  background: #E3FFCC;
}

.menu__top ul li.current_page_item > a::after {
  width: calc(100% - 16px);
  background: #E3FFCC;
  height: 1px;
  bottom: 25px
}

.menu__top ul li.current_page_item a {
  font-weight: 500;
  color: #E3FFCC
}

.menu__top ul li a:hover,
.menu__top ul li a:not([href]):not([class]):hover {
  color: #E3FFCC
}

.header_button {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #007357;
  padding: 13px 32px;
  background: #E3FFCC;
  position: relative;
  border-radius: 40px;
  text-transform: uppercase;
  transition: 0.3s;
  padding-left: 52px;
}

.header_button:before {
  content: '';
  background: url('/wp-content/uploads/2024/09/book.svg');
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 1px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header_menu {
  align-items: center;
}

.menu__right {
  text-align: right;
}

.menu-item .sub-menu {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  left: 0;
  top: 103px;
  margin: 0;
  display: block;
  padding: 0;
  background: #FCF9F8;
  transform-origin: 10% top;
  transition: 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
  opacity: 0;
  transition: all 0.4s ease;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.menu-item .sub-menu li .sub-menu {
  display: block;
  position: relative;
  top: auto;
  padding: 0;
  margin-top: 16px;
}

.menu__top ul.sub-menu li .sub-menu a:after {
  display: none;
}

.menu__top ul.sub-menu li .sub-menu li {
  margin-left: 0;
  display: block;
  margin-bottom: 12px;
  padding: 0;
  margin-right: 0;
}

.menu__top ul.sub-menu li .sub-menu a {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  padding-left: 0
}

.menu__top ul.sub-menu ul.sub-menu > li {
  width: 260px;
}

.menu__top ul.sub-menu ul.sub-menu > li > a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.menu__top ul.sub-menu ul.sub-menu > li.view_all_events > a {
  font-weight: 500;
  color: #17A57B;
  transition: 0.3s;
  text-decoration: underline;
}

.menu__top ul.sub-menu ul.sub-menu > li.view_all_events > a:hover {
  color: #0F5947;
  transition: 0.3s
}

html:before {
  content: '';
  background: #0A3C3033;
  position: absolute;
  top: 135px;
  left: 0;
  width: 0%;
  height: 0%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
}

html.result_hover:before {
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: visible;
  opacity: 1;
  z-index: 999
}

.menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}

.menu__top ul.sub-menu li a {
  color: #141414;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  padding: 0;
  padding-left: 16px;
  transition: 0.3s;
}

.menu__top ul.sub-menu li a:hover {
  color: #17A57B;
  transition: 0.3s;
}

.menu-item ul.sub-menu li {
  padding: 10px 0;
  margin: 0 32px;
}

.menu__top ul.sub-menu {
  padding: 14px 0
}

.menu__top ul.sub-menu li a:after {
  content: "";
  display: block;
  margin: auto;
  height: 8px;
  width: 8px;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  background: #17A57B;
  top: 0;
  border-radius: 100%;
  bottom: 0
}
/* End Header */

/* Page Header */
.page_intro {
  background: rgba(23, 165, 123, 0.2);
  padding-bottom: 64px;
  padding-top: 24px;
  margin-bottom: 56px;
}

.page-template-about-us .page_intro,
.page-template-resource .page_intro {
  margin-bottom: 0;
}

.page-template-about-us .about_content,
.page-template-resource .resources_content {
  padding-top: 56px
}

.about_content .numbers .number {
  font-size: 64px;
  line-height: 64px;
}

.about_content .numbers .number_title {
  font-size: 16px;
  line-height: 24px
}

.about_content .numbers .col-md-4 {
  padding: 56px 40px;
}

.page_title span {
  position: relative;
  z-index: 99;
  padding: 0 7px;
}

.page_title span:before  {
  background: #E3FFCC;
  content: '';
  position: absolute;
  width: 100%;
  height: 84%;
  z-index: -1;
  top: 54%;
  transform: translateY(-50%);
  left: 0;
}

.breadcrumbs {
  margin-bottom: 16px;
}

.breadcrumbs ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0
}

.breadcrumbs ul li a {
  color: #141414;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  transition: 0.3s;
  position: relative;
}

.breadcrumbs ul li a:hover {
  color: #007357;
  transition: 0.3s
}

.breadcrumbs ul li a:after {
  content: '>';
  margin: 0 8px;
}

.breadcrumbs ul li {
  color: #141414;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.post_breadcrumbs {
  background: rgba(23, 165, 123, 0.2);
  padding: 24px 0
}

.post_breadcrumbs .breadcrumbs {
  margin-bottom: 0
}

.blog_content .single__date {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 18px;
  color: #141414
}

.blog_content .h2 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 40px;
}

.single_post_feat {
  border-radius: 10px;
  margin-bottom: 40px;
  object-fit: cover
}

.post_sidebar .news__date {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}

.post_sidebar .post-title a,
.post_sidebar .post-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
  color: #007358;
}

.post_sidebar .post-title a:hover {
  color: #141414;
  transition: 0.3s;
}

.post_sidebar .post_content {
  margin-bottom: 56px;
}

.post_sidebar .news__item:last-child .post_content {
  margin-bottom: 0
}

.single-post .single_blog_row {
  margin-top: 56px;
}

.single-post .col_9 ul {
  margin-bottom: 30px;
  padding-left: 25px;
}

.single-post .single_blog_row .col_9 h3,
.template_simple .page_content h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 40px;
}

.single-post .col_9 a,
.template_simple .page_content a {
  font-size: 18px;
  line-height: 27px;
  text-decoration: underline;
}

.single-post .single_blog_row h5,
.template_simple .page_content h5 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 10px
}

.template_simple .page_content {
  margin-bottom: 120px;
}

.single-post .single_blog_row p:last-child {
  margin-bottom: 0
}

.header__top.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  align-self: flex-start;
  z-index: 9999
}

.header__top.sticky .menu__top ul.menu > li > a {
  padding: 17px 8px
}

.header__top.sticky .menu__top ul li.current_page_item > a::after {
  bottom: 18px;
}

.header__top.sticky ul.menu > .menu-item > .sub-menu {
  top: 55px;
}
/* End Page Header */

/* About Page */
.subtitle-green {
  font-size: 16px;
  font-weight: 500;
  color: #17A57B;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  margin-bottom: 36px;
}

.about_content .col-md-10 {
  padding-right: 36px;
}

.content_2 p {
  margin-bottom: 0
}

.content_2 ul {
  padding-left: 30px;
}

.numbers h2 {
  margin-bottom: 56px;
}

.about_content .numbers h2 {
  display: none
}

.numbers .col-md-4 {
  flex: 0 0 auto;
  width: calc(33.33333333% - 30px);
  background: #E3FFCC;
  border-radius: 10px;
  padding: 64px 40px;
  margin: 0 15px;
}

.numbers {
  text-align: center;
}

.numbers img {
  height: 200px;
  width: auto;
}

.numbers .number {
  font-size: 80px;
  line-height: 80px;
  font-family: "TestTiemposFine", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-top: 40px;
  margin-bottom: 8px;
}

.numbers .number_title {
  margin-bottom: 0
}

.content_2 {
  margin-bottom: 56px
}

.reports .single_report {
  width: 20%;
  flex: 0 0 auto;
  padding-right: 21px;
}

.reports .single_report img {
  border: 1px solid #0F5947
}

.mt-pt {
  padding-top: 120px;
}

.documents_list {
  margin-top: 36px
}

.documents_list p {
  margin-bottom: 0
}

.documents_list a {
  text-decoration: underline;
  display: block;
  width: fit-content;
  transition: 0.3s;
  color: #0F5947;
  line-height: 32px;
}

.documents_list a:hover {
  transition: 0.3s;
  color: #17A57B
}

.history_slider .history_image {
  height: 560px;
  object-fit: cover;
  border-radius: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none
}

.history_slider .swiper-button-next img,
.history_slider .swiper-button-prev img {
  width: 40px;
  height: 40px;
}

.history_slider .swiper-button-next {
  right: 30px;
}

.history_slider .swiper-button-prev {
  left: 30px;
}

.history_slider .swiper-slide.swiper-slide-next .history_image,
.history_slider .swiper-slide.swiper-slide-prev .history_image {
  height: 512px;
  margin-top: 24px;
  opacity: 0.3
}

.history_slider {
  margin: 56px auto
}

.structure_title {
  margin-bottom: 0;
  color: #FCF9F8;
  background: #0F5947;
  border-radius: 10px;
  border: 1px solid #FCF9F8;
  padding: 24px;
  text-align: center;
  font-weight: 600
}

.structure_col {
  padding: 0
}

.members {
  background: #CEE8DF;
  border-radius: 10px;
  border: 1px solid #FCF9F8;
  padding: 24px;
  min-height: 266px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.structure_img {
  margin-top: 36px;
}

.structure_img img {
  border-radius: 10px;
}

.js-acc-item-faq {
  background: #0F5947;
  border-radius: 10px;
  margin-bottom: 16px;
}

.js-acc-item-faq.is-open {
  background: white;
  border: 1px solid #0F5947;
}

.accordion-single-title-faq {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #FCF9F8;
  padding: 27px 32px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.js-acc-item-faq.is-open .accordion-single-title-faq {
  color: #0F5947;
  transition: 0.3s;
}

.accordion-single-title-faq .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  filter: brightness(0) invert(1);
  transition: 0.4s
}

.js-acc-item-faq.is-open .accordion-single-title-faq .icon {
  transform: translateY(-50%) rotate(0deg);
  filter: none;
  transition: 0.4s
}

.accordion-single-content-faq {
  padding: 5px 32px 8px;
}

.accordion-single-content-faq p {
  margin-bottom: 16px;
  line-height: 32px;
  color: #0F5947
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.partners_image {
  border-radius: 10px;
}

.partners {
  position: relative;
}

.swiper-button-next img,
.swiper-button-prev img,
.swiper-button-next-gallery img,
.swiper-button-prev-gallery img,
.swiper-button-next-events img,
.swiper-button-prev-events img {
  width: 40px;
  height: 40px;
}

.swiper-button-next-gallery,
.swiper-button-prev-gallery {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 46%);
  width: calc(var(--swiper-navigation-size) / 44* 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev-events {
  margin-right: 16px;
}

.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.partners .swiper,
.professional .swiper {
  position: inherit;
}

.professional .swiper-button-next,
.professional .swiper-button-prev {
  top: 122px
}

.partners_slider .swiper-button-next,
.partners_slider .swiper-button-prev {
  top: 135px
}

.partners_slider .swiper-button-prev,
.professional .swiper-button-prev {
  left: auto;
  right: 60px
}

.partners .subtitle-green {
  margin-bottom: 64px;
}
/* END About Page */

/* Contact Page */
.page-template-contact .page_intro {
  margin-bottom: 0
}
.page-template-contact .cta_contact {
  display: none;
}

.map_location {
  margin-bottom: 80px
}

.contact_content {
  background: #E3FFCC;
  border-radius: 10px;
  margin-bottom: -68px;
  position: relative;
  z-index: 99;
}

.form input, .form textarea {
  width: 100%;
  border: 1px solid #0F5947;
  border-radius: 10px;
  padding: 16px 20px;
  color: #121325;
  background: white;
  font-size: 14px;
  line-height: 14px;
}

.form textarea {
  height: 110px;
}

.form ::placeholder {
  font-size: 14px;
  line-height: 14px;
  color: #121325;
}

.form {
  background: white;
  border-radius: 10px;
  padding: 64px;
}

.contact_form {
  padding: 56px 100px 56px 64px;
}

.acceptance p,
.acceptance a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #000000
}

.acceptance p {
  margin-top: -10px;
}

.acceptance a {
  text-decoration: underline;
  transition: 0.3s
}

.acceptance a:hover {
  transition: 0.3s;
  color: #17A57B
}

.wpcf7-list-item {
  margin-left: 0;
  transform: translateY(2px);
  margin-right: 6px
}

.form .send_butt input {
  background: #007357;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: white;
  border-color: #007357;
  transition: 0.3s
}

.form .send_butt input:hover {
  transition: 0.3s;
  background: #0F5947;
  color: #0F5947;
  color: #FCF9F8
}

.send_butt p {
  margin-bottom: 0
}

.contact_info {
  padding-top: 64px
}

.contact_info h2 {
  margin-bottom: 16px
}

.contact_title {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  color: #17A57B;
  font-weight: 500
}

.contact_single p a {
  font-size: 18px;
  line-height: 27px;
  color: #141414;
  transition: 0.3s
}

.contact_single p a:hover {
  color: #17A57B;
  transition: 0.3s
}

.contacts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  margin-top: 32px;
  row-gap: 20px;
}

.contact_single img {
  width: 40px;
  height: 40px;
  margin-right: 10px
}

.contact_single.social {
  margin-top: 10px;
}

.blog_content h2, .blog_content h2 a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #141414;
  font-family: "Inter", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s
}

.blog_content h2 a:hover {
  color: #007357;
  transition: 0.3s
}

.article_short_descr {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 40px;
}

.home_news .blog_content h2 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.blog_content h2 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.article_feat_img {
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
}

.article_button {
  margin-bottom: 0;
  margin-top: 32px;
}

.article_button a {
  border: 2px solid #007357;
  border-radius: 30px;
  color: #007357;
  padding: 12px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.3s
}

.article_button a:hover {
  transition: 0.3s;
  background: #007357;
  color: var(--white)
}

.single_post_col {
  flex: 0 0 auto;
  width: calc(25% - 36px);
  margin: 0 18px 80px 18px;
  background: white;
  padding: 64px 40px;
  border: 2px solid #17A57B;
  border-radius: 10px;
}

.blog_page_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: -24px;
}

.page-numbers.current {
  background: #007357;
  color: #FCF9F8;
}

.page-numbers {
  font-size: 14px;
  color: #141414;
  text-decoration: none;
  width: 48px;
  height: 48px;
  display: block;
  padding: 8px 16px;
  border-radius: 50px;
  line-height: 32px;
}

.next.page-numbers, .prev.page-numbers {
  display: none;
}

.single_blog_row .col_3 {
  flex: 0 0 auto;
  width: 330px;
  margin-top: 70px;
}

.single_blog_row .col_9 {
  flex: 0 0 auto;
  width: calc(100% - 330px);
  padding-right: 80px;
}

.single_blog_row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  margin-top: calc(-1* var(--bs-gutter-y));
}
/* End Contact Page */

/* Resources Page */
.resources_content .col-md-10 {
  padding-right: 36px
}

.resource_documents .type_title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  color: #0F5947;
  text-transform: uppercase;
}

.document_type p {
  margin-bottom: 0;
  line-height: 28px;
}

.document_type p a {
  text-decoration: underline;
  color: #0F5947;
  transition: 0.3s;
  font-size: 18px;
}

.document_type p a:hover {
  transition: 0.3s;
  color: #17A57B
}

.document_type {
  margin-bottom: 32px;
}

.document_type:last-child {
  margin-bottom: 16px
}

.hub .cta_button {
  margin-top: 36px
}

.col-md-6.hub_img {
  background: white;
  width: calc(50% - 30px);
  margin: 0 15px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-md-6.hub_img img {
  width: 480px;
}

.hub_content {
  padding-right: 21px
}

.biblio-emi .hub_content ol {
  padding-left: 25px;
  margin-bottom: 30px;
}

.youtube_slider iframe {
  width: 100%!important;
  height: 235px!important;
  border-radius: 10px;
}

.professional {
  position: relative;
}

.youtube_videos {
  margin-top: 46px;
  margin-bottom: -10px;
}

.hub_intro .col-md-5 {
  background: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hub_page_img img {
  width: 480px
}

.hub_intro .row {
  margin-right: 0
}

.hub_intro .col-md-5,
.event_sidebar {
  padding-left: 0
}

.hub_intro .col-md-7 {
  padding-right: 56px;
}

.hub_intro .col-md-7 p:last-child {
  margin-bottom: 0
}

.hub_intro {
  margin-top: 56px;
  margin-bottom: 120px
}

.tabs {
	display: flex;
	flex-wrap: wrap;
}
.tabs label {
	order: 1;
	display: block;
	margin-right: 24px;
	cursor: pointer;
  background: transparent;
  font-weight: 500;
  transition: background ease 0.2s;
  padding: 19px 48px;
  border-radius: 50px;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 16px;
  line-height: 16px;
  border: 2px solid #007357;
  color: #007357;
}

.tabs label:hover {
  background: #007357;
  color: #FCF9F8;
}
.tabs .tab {
  order: 99;
  flex-grow: 1;
	width: 100%;
	display: none;
  padding-top: 64px;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: #007357;
  color: #FCF9F8;
  font-weight: 500;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
/* END Resources Page */

/* Register Page */
.register_content a {
  text-decoration: underline;
}

.register_content h3 {
  font-family: "Playfair Display", serif;
  margin-bottom: 36px;
}

.register_video iframe {
  border-radius: 10px;
}

.register_video {
  margin-top: 36px
}
/* End Register Page */

/* Blog Page */
.blog_data {
  display: flex;
}

.blog_data p {
  margin-bottom: 0;
  color: #141414;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  position: relative;
}

.article_data:after {
  content: '|';
  margin: 0 24px
}
/* End Blog Page */

/* Filter HUB */
.ymc-smart-filter-container .pagination-numeric li,
.ymc-extra-filter .pagination-numeric li,
.ymc-extra-search .pagination-numeric li, .ymc-extra-sort .pagination-numeric li {
    margin-right: 0;
}

.ymc-smart-filter-container .pagination-numeric li a {
  font-size: 14px;
  color: #141414;
  text-decoration: none;
  width: 48px;
  height: 48px;
  display: block;
  padding: 8px 16px;
  border-radius: 50px;
  line-height: 32px;
}

.ymc-smart-filter-container .pagination-numeric li .current {
  background: #007357;
  color: #FCF9F8;
  font-size: 14px;
  width: 48px;
  height: 48px;
  display: block;
  padding: 8px 16px;
  border-radius: 50px;
  line-height: 32px;
  font-weight: 300
}

.ymc-smart-filter-container .pagination-numeric li.next-item,
.ymc-smart-filter-container .pagination-numeric li.prev-item  {
  display: none;
}

.ymc-smart-filter-container .container-posts,
.ymc-extra-filter .container-posts,
.ymc-extra-search .container-posts, .ymc-extra-sort .container-posts {
  min-height: auto;
}

.ymc-smart-filter-container .filter-layout4 .filter-entry .group-filters {
  padding: 0
}

.hub_posts {
  margin-bottom: 100px
}

.ymc-smart-filter-container .filter-layout4 .filter-entry .group-filters .name-tax {
  background: #0F5947;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 16px 24px;
  color: #FCF9F8;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  pointer-events: none
}

.ymc-smart-filter-container .filter-layout4 .filter-entry .group-filters .name-tax:after {
  display: none;
}

.ymc-smart-filter-container .filter-layout4 .filter-entry {
  margin-top: 0;
  margin-bottom: 0
}

.ymc-smart-filter-container .filter-layout4 .filter-entry .group-filters .sub-filters {
  background: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 2px solid #0F5947
}

.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item {
  padding: 14px 24px;
  background: #CEE8DF;
  margin-bottom: 2px;
}

.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item a {
  color: #0F5947;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  opacity: 1!important
}

.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item:last-child {
  margin-bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}

.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item.isActive {
  background: white;
}

.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item .sub_item li {
  background: white;
  padding: 0
}

.ymc-smart-filter-container .fa-chevron-down:before {
  color: #0F5947;
  position: absolute;
  right: 24px;
  top: 22px;
}

.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item.item-has-children .isArrow {
  width: 100%;
  left: auto;
  right: 0;
  height: 100%;
  top: 0;
}

.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item .sub_item a {
  font-weight: 300;
  color: #141414;
  padding-left: 26px
}

.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item {
  margin-top: 16px;
  margin-left: 0;
  padding-left: 16px;
}

.sub_item .filter-item a:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid #007357;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 3px;
}

.ymc-smart-filter-container {
  max-width: 100%;
}

.ymc-smart-filter-container.ymc-filter-layout4,
#ymc-smart-filter-container-1 .container-posts .post-entry.post-layout1 {
  display: flex;
  grid-column-gap: 0;
  flex-wrap: wrap;
  row-gap: 0
}

#ymc-smart-filter-container-1 .container-posts .post-entry.post-layout1 {
  margin: 0 -18px;
}

.hierarchy-filter4.filter-layout4 {
  width: 25%;
  margin-right: 36px;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  align-self: flex-start;
  margin-bottom: 45px;
}

.ymc-smart-filter-container .pagination-numeric {
  margin-top: 20px;
}

#ymc-smart-filter-container-1 .container-posts .post-entry .ymc-post-layout1 {
  width: calc(50% - 36px);
  margin: 0 18px 36px;
  padding: 0;
  border: 0
}

.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .media img {
  height: 320px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
  margin-top: 0;
  text-align: center;
  color: #141414;
  background: white;
  padding: 20px 16px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .media {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0
}

.ymc-loaded-filter .container-posts,
.ymc-smart-filter-container .container-posts {
  width: calc(75% - 36px)
}

.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item.item-has-children .isArrow.isOpen {
  transform: none;
}

.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item.item-has-children .isArrow.isOpen:before {
  transform: rotate(-180deg);
}

.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item .filter-link.active {
  color: #141414
}

.sub_item .filter-item .filter-link.active:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 4px;
  top: 7px;
  background: #007357;
}

#ymc-smart-filter-container-2 .container-posts .post-entry .ymc-post-layout1,
#ymc-smart-filter-container-3 .container-posts .post-entry .ymc-post-layout1 {
  padding: 0;
  border: 0
}

.hub_video a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.play_icon {
  width: 80px;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.filter_ro .name-ru,
.filter_ro .name-ua,
.filter_ru .name-ro,
.filter_ru .name-ua,
.filter_ua .name-ru,
.filter_ua .name-ro {
  display: none;
}
/* Filter HUB */

/* Footer */
.main_footer {
  background-color: #0F5947;
  padding-top: 155px;
  padding-bottom: 56px;
}

.copyright p, .copyright a {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #141414;
  transition: 0.3s
}

.copyright a:hover {
  color: #0f5947;
  transition: 0.3s
}

.copyright .row {
  align-items: center;
}

.copyright a:after {
  content: '|';
  margin: 0 16px;
}

.copyright a:last-child:after {
  display: none
}

.copyright .col-md-5 {
  text-align: right;
}

.copyright {
  background-color: #E3FFCC;
  padding: 6px 0
}

.logo_col2 {
  background: rgba(252, 249, 248, 0.1);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}

.logo_col2 p {
  margin-bottom: 0;
  color: #FCF9F8;
  font-size: 14px;
  line-height: 21px;
  padding: 35px 17px;
}

.logo_col {
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}

.footer_col1 .row {
  margin-left: 0;
  margin-right: 40px
}

.footer_menu h6 {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #FCF9F8;
  margin-bottom: 16px;
}

.footer_menu ul {
  list-style: none;
  padding-left: 0
}

.footer_menu li {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 18px;
}

.footer_menu li a {
  color: var(--white);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  transition: 0.3s
}

.footer_menu li a:hover {
  color: #E3FFCC;
  transition: 0.3s
}

.footer_col2 {
  padding-left: 100px
}

.subscribe_form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.subscribe_text h5 {
  font-size: 17px;
  line-height: 27px;
  color: var(--white);
  font-weight: 600
}

.subscribe {
  align-items: center;
  margin-top: 56px;
  margin-right: 40px;
}

.wpcf7 input {
  width: 100%;
}

.wpcf7 input:focus-visible {
  outline: none
}

.subscribe form input {
  background: transparent;
  border-radius: 50px;
  border: 1px solid var(--white);
  color: var(--white);
  font-size: 14px;
  line-height: 14px;
  padding: 16px 20px;
  width: 100%
}

.subscribe ::placeholder {
  color: var(--white);
  font-weight: 400
}

.subscribe_form .send_form {
  padding-left: 12px;
}

.subscribe .col-md-6:nth-child(1) {
  padding-left: 0;
}
.subscribe .col-md-6:nth-child(2) {
  padding-right: 0;
  padding-left: 0
}

.send_form {
  padding-left: 12px!important;
}

.subscribe form .send_form input {
  background: #E3FFCC;
  color: #0F5947;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-color: #E3FFCC;
  transition: 0.3s
}

.subscribe form .send_form input:hover {
  background: #0F5947;
  color: #E3FFCC;
  border-color: #E3FFCC;
  transition: 0.3s
}

.subscribe_form p {
  margin-bottom: 0
}

.wpcf7-spinner {
  position: absolute;
}

.social_icons img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

.social_icons {
  margin-top: 16px
}

.cta_content {
  background: #E3FFCC;
  border-radius: 10px;
  margin-bottom: -68px;
  position: relative;
  z-index: 99
}

.cta_content p {
  margin-top: 16px;
  margin-bottom: 32px;
}

.cta_info {
  padding: 56px 0 64px 64px
}

.cta_content .row {
  align-items: center;
}

.cta_img {
  padding-right: 16px
}

.cta_img img {
  position: absolute;
  width: auto;
  right: 0;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
/* END Footer */

.main_bibl {
  display: none;
}

/* Responsive */
@media only screen and (max-width: 1320px) {
  .hub_intro .row {
    flex-direction: column-reverse;
  }
  .menu__top ul.sub-menu li.view_all_events a:after {
    display: none;
  }
  .menu__top ul.sub-menu li.view_all_events {
    margin-left: 16px
  }
  .menu__top ul.sub-menu li.view_all_events a {
    text-decoration: underline;
    color: #17A57B!important
  }
  .page-template-hub .header__top.sticky .menu__top ul li.resource_menu > a:after {
    bottom: 6px;
  }
  .header__top.active .menu__top .main_bibl a {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #007357;
    padding: 14px 32px!important;
    background: #E3FFCC;
    position: relative;
    border-radius: 40px;
    text-transform: uppercase;
    transition: 0.3s;
    padding-left: 55px!important;
  }
  .header__top.active .menu__top .main_bibl a:before {
    content: '';
    background: url('/wp-content/uploads/2024/09/book.svg');
    width: 40px;
    height: 40px;
    position: absolute;
    left: 1px;
    top: 1px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .header__top.sticky .menu__top ul li.current_page_item > a::after {
    background: #E3FFCC;
    height: 1px;
    bottom: 7px;
    color: #E3FFCC
  }
  .header__top.active .menu-item ul.sub-menu li {
    padding: 0
  }
  .menu__top ul li.current_page_item a {
    color: #E3FFCC
  }
  .header__top.active .menu__top .main_bibl {
    margin-top: 30px;
    margin-left: 20px;
  }
  .header__top.active .menu__top ul li .sub-menu a {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
  }
  .main_bibl {
    display: block
  }
  li.menu-item-has-children:before {
    display: none;
  }
  .header_menu .logo_site {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-10.menu__top {
    flex: 0 0 auto;
    width: 50%;
  }
  html.active {
    overflow-y: hidden;
  }
  .menu-item .sub-menu {
    left: 0;
    right: 0;
    position: relative;
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
    position: static;
    float: none;
    overflow-x: hidden;
  }
  #menu-main-menu li.menu-item-has-children.selected a:before {
    transform: rotate(90deg);
    transition: 0.3s
  }
  .menu__top ul li {
    margin: 12px 0
  }
  .page-template-home .menu__primary li a, .page-template-home .menu__primary li a:not([href]):not([class]) {
    color: white;
  }
  header.active .menu__primary .sub-menu li a {
    font-size: 16px;
    padding: 12px 15px;
    color: var(--blue)
  }
  .menu-item.selected .sub-menu {
    visibility: visible;
    opacity: 1;
    height: 100%;
    max-height: 100%;
    padding: 10px;
  }
  .menu-item:hover {
    visibility: visible;
    opacity: 1;
  }
  header.active .menu__primary .menu {
    margin-top: 120px;
    display: block;
  }
  header.active .menu__primary li a {
    font-size: 18px;
    position: relative;
  }
  .header__top.sticky .menu__primary li.current_page_item > a {
    color: #E3FFCC
  }
  .header__top.sticky .menu__primary .sub-menu li.current_page_item a {
    color: #141414
  }
  .menu__primary li {
    margin: 0;
    display: block;
    text-align: left;
  }
  .menu__primary li.phone_class {
    margin-left: 0!important;
    margin-top: 30px;
  }
  header.active .menu__top ul li.current_page_item > a::after {
    width: calc(100% - 30px);
    background: #E3FFCC;
    height: 1px;
    bottom: 7px;
  }
  .menu__top ul li a:hover::after {
    display: none;
  }
  .mobile__menu {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    background: #E3FFCC;
    left: auto;
    right: 15px;
    margin: auto;
    border-radius: 100%;
    cursor: pointer;
    z-index: 99;
    opacity: 1;
    top: 49%;
    transform: translateY(-50%);
  }
  .header_menu {
    position: relative;
    padding: 13px 0
  }
  header.active .mobile__menu {
    position: fixed;
    top: 33px;
    z-index: 99999999
  }
  header.active .mobile__menu a {
    display: none;
  }
  .mobile__menu a {
    position: absolute;
    line-height: 68px;
    color: #000;
    margin-bottom: 0;
    left: -70px;
    font-size: 1.5rem;
    font-weight: 700;
  }
  header.active .mobile__menu span:nth-child(2) {
    transform: rotate(-45deg);
    top: 20px;
  }
  header.active .mobile__menu span {
      transform: rotate(45deg);
      top: 20px;
      transition: .5s;
  }
  .mobile__menu span:nth-child(2) {
      top: 25px;
  }
  .mobile__menu span {
    height: 2px;
    width: 20px;
    background: var(--blue);
    position: absolute;
    margin-left: -2px;
    margin-bottom: 1px;
    top: 14px;
    border-radius: 0;
    transition: .5s;
    background: #007357
  }
  header.active .menu__primary {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #0f5947fa;
    left: 0;
    right: 0;
    transition: 0.5s;
    padding-bottom: 100px;
    overflow-y: scroll;
  }
  .menu__primary,
  .menu__right {
    display: none;
  }
  .personal_account {
    height: 100%;
    width: 100%;
  }
  .personal_account a {
    color: white!important;
    width: 100%;
    height: 100%;
  }
  .personal_account a:before {
    top: 4px;
    left: -30px;
  }
  .pll-parent-menu-item:after {
    top: 20px;
    right: auto;
  }
  .header__top.active .menu__top ul.sub-menu {
    padding: 0
  }
  .header__top.active .menu__top li.selected ul.sub-menu {
    padding: 10px 0;
    margin-top: -10px;
    margin-bottom: 25px;
  }
  .header__top.active .menu__top ul li a,
  .header__top.active .menu__top ul li a:not([href]):not([class]) {
    padding: 10px 20px!important;
    font-size: 18px;
    padding-right: 10px!important
  }
  .header__top.active .menu__top .menu li .sub-menu li .sub-menu {
    display: none;
  }
  .single-events .menu__top ul li.events_menu > a:after, .single-post .menu__top ul li.news_menu > a:after,
  .page-template-professional-training .menu__top ul li.formare_menu > a:not([href]):not([class]):after,
  .page-template-trainers .menu__top ul li.formare_menu > a:not([href]):not([class]):after,
  .page-template-hub .menu__top ul li.resource_menu > a:after{
    bottom: 5px;
    width: calc(100% - 30px);
  }
  .header__top.active .menu__top li.menu-item-has-children {
    position: relative;
  }
  .menu-item-23:before {
    content: '';
    background: url('/wp-content/uploads/2024/09/accordion-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    filter: brightness(0) invert(1);
    transition: 0.4s;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -30px;
    top: 9px;
    bottom: auto
  }
  .header__top.active .menu__top .menu > li.menu-item-has-children.selected > a:after {
    transform: rotate(0deg);
    transition: 0.4s;
  }
  .header__top.active .menu__top li .sub-menu li.current_page_item > a::after {
    content: "";
    display: block;
    margin: auto;
    height: 8px;
    width: 8px;
    transition: all 0.3s;
    position: absolute;
    background: #17A57B;
    top: 0;
    border-radius: 100%;
    bottom: 0;
  }
  .header__top.active .menu__top li .sub-menu li.current_page_item > a {
    font-weight: 500
  }
  html.result_hover:before,
  html:before {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1320px) {
  .single_event_list h2 a {
    font-size: 32px;
    line-height: 52px;
  }
  .single_post_col {
    width: calc(33.3333% - 36px);
  }
  .single_blog_row .col_9 {
    padding-right: 40px;
    width: calc(100% - 240px);
  }
  .hub_content,
  .hub_intro .col-md-7 {
    padding-right: calc(var(--bs-gutter-x)* .5);
    width: 100%;
  }
  .single_member img {
    height: 280px;
  }
  .single_blog_row .col_3 {
    width: 240px;
  }
  .training_info {
    padding: 25px;
  }
  .hub_intro .row {
    margin-right: calc(-.5* var(--bs-gutter-x));
  }
  .col-md-6.hub_img {
    width: calc(100% - 30px);
    margin-top: 40px;
    padding: 40px;
  }
  .ymc-smart-filter-container.ymc-filter-layout4,
  #ymc-smart-filter-container-1 .container-posts .post-entry.post-layout1 {
    padding: 0 3px;
  }
  .ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item {
    padding-left: 0
  }
  .ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .media img {
    height: 200px;
  }
  .play_icon {
    top: 37%;
    width: 55px;
  }
  .hub_intro .col-md-5 {
    padding-left: calc(var(--bs-gutter-x)* .5);
    width: calc(100% - 30px);
    margin-bottom: 40px;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .tab .row {
    margin: 0
  }
  .event_content .col-md-7,
  .resources_content .col-md-10,
  .about_content .col-md-10 {
    padding-right: 40px;
  }
  .reports .single_report {
    width: 33%;
  }
  .col-md-6.hub_img img {
    width: 100%;
  }
  .menu_sidebar {
    width: 240px;
  }
  .about_content .col-md-10,
  .resources_content .col-md-10 {
    width: calc(100% - 240px)
  }
  .single_event_list {
    padding: 42px;
  }
  .resource_list img {
    height: 130px;
    width: auto;
    margin-bottom: 55px;
  }
  .cta_img img {
    opacity: 0.4
  }
  .home_gallery .history_slider .swiper-button-next {
    right: 4%;
  }
  .history_slider .history_image {
    height: 490px;
  }
  .history_slider .swiper-slide.swiper-slide-next .history_image,
  .history_slider .swiper-slide.swiper-slide-prev .history_image {
    height: 442px
  }
  .our_history .history_slider .history_image {
    height: 350px;
  }
  .our_history .history_slider .swiper-slide.swiper-slide-next .history_image,
  .our_history .history_slider .swiper-slide.swiper-slide-prev .history_image {
    height: 302px
  }
  .about_content .numbers img {
    height: 120px;
  }
  .about_content .numbers .number {
    font-size: 50px;
    line-height: 50px;
  }
  .members {
    padding: 18px;
  }
  .about_content .numbers .col-md-4 {
    padding: 32px 18px;
  }
  .structure_title {
    padding: 15px 10px;
  }
  .numbers img {
    height: 150px;
  }
  .numbers .number {
    font-size: 70px;
    line-height: 70px;
  }
  .container {
    max-width: 100%;
  }
  .contact_form {
    padding: 30px 20px 30px 40px;
  }
  .form {
    padding: 30px;
  }
  .contact_info {
    padding-top: 40px;
    padding-left: 0;
  }
  .contact_single {
    font-size: 17px;
  }
  .contact_single.social {
    margin-top: 15px;
  }
  .footer_col2 {
    padding-left: 0px;
  }
  .footer_menu .col-md-4:last-child {
    transform: translateX(-20px);
  }
  .footer_col1 .row,
  .subscribe {
    margin-right: 15px
  }
  .logo_col2 p {
    padding: 25px 10px;
  }
  .subscribe_form .col-md-5 {
    width: 100%;
    margin-bottom: 15px;
  }
  .subscribe_form .col-md-4,
  .subscribe_form .col-md-3 {
    width: 50%
  }
  .subscribe {
    margin-top: 40px;
  }
  .single_member {
    width: 25%;
  }
  .single_member.hidden {
    display: none;
  }
  .training_content .col-md-7 {
    padding-right: 30px;
  }
  .register_video iframe {
    width: 100%;
    height: 660px;
  }
}

@media (min-width: 1024px) {
  .mob_gallery {
    display: none;
  }
}

@media (min-width: 1321px) {
  .view_all_events {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1599px) {
  .footer_col1 .row,
  .subscribe {
    margin-right: 0
  }
  .email_form {
    padding-left: 15px;
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .mob_gallery {
    overflow: hidden;
    position: relative;
  }
  .all_images {
    display: flex;
    transition: transform 0.5s ease;
    overflow-x: scroll;
    margin-top: 70px
  }
  .im {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 16px
  }
  .im img {
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
  }
  .template_simple .page_content {
    margin-bottom: 100px;
  }
  .image {
    width: 320px;
    height: 500px
  }
  .h1, h1 {
    font-size: 35px;
    line-height: 50px;
  }
  .page_intro {
    padding-bottom: 50px;
  }
  .map_location iframe {
    height: 350px!important
  }
  .contact_content > .row {
    display: block
  }
  .contact_form,
  .contact_info {
    width: 100%;
  }
  .contact_form {
    padding: 40px 50px 0px 50px;
  }
  .form {
    padding: 40px;
  }
  .contact_info {
    padding: 50px;
    padding-bottom: 20px;
  }
  .contact_single.social {
    margin-top: 15px;
  }
  .footer_col1,
  .footer_col2 {
    width: 100%;
  }
  .footer_col1 .row,
  .subscribe {
    margin-right: 0
  }
  .subscribe_form {
    justify-content: center;
  }
  .subscribe {
    margin-bottom: 56px;
    margin-top: 40px;
  }
  .footer_col2 {
    padding-left: 15px;
  }
  .copyright .col-md-7,
  .copyright .col-md-5 {
    width: 50%;
  }
  .subscribe_text h5 {
    font-size: 15px;
  }
  .copyright .col-md-5 {
    margin-top: -5px;
  }
  .single_member {
    width: 33.333%;
  }
  .cta_info {
    width: 100%;
    padding: 30px 25px 210px 25px;
    text-align: center;
  }
  .cta_img img {
    height: auto;
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 10px;
  }
  .cta_info .cta_button {
    position: relative;
    z-index: 99;
    justify-content: center;
    display: flex
  }
  .single_member img {
    height: 290px;
  }
  .single-post .single_blog_row {
    display: block
  }
  .single_blog_row .col_9 {
    width: 100%;
    padding-right: 0
  }
  .single_blog_row .col_3 {
    width: 100%;
  }
  .register_video iframe {
    width: 100%;
    height: 500px;
  }
  .main_footer {
    padding-top: 135px;
  }
  .training_content .col-md-7,
  .training_content .col-md-5 {
    width: 100%
  }
  .training_content .col-md-7 {
    padding-right: calc(var(--bs-gutter-x)* .5);
  }
  .sticky_position {
    position: initial;
  }
  .h3, h3 {
    font-size: 26px;
    line-height: 40px
  }
  .training_content .col-md-5 {
    margin-bottom: 40px;
  }
  .training_content {
    margin-bottom: 100px;
  }
  .single_post_col {
    width: calc(50% - 36px);
    margin: 0 18px 80px 18px;
    padding: 40px 30px
  }
  .mb-120 {
    margin-bottom: 100px;
  }
  .register_content h3 {
    margin-bottom: 20px;
  }

  .header__top.sticky {
    position: fixed;
    width: 100%;
    top: 0
  }
  .hero_content {
    padding-top: 70px;
  }
  .mg-180 {
    margin: 130px auto;
  }
  .single_event_list .col-md-8 {
    padding-right: calc(var(--bs-gutter-x)* .5);
    width: 100%;
  }
  .single_event_list .col-md-4 {
    width: 100%;
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: 40px
  }
  .single_event_list {
    padding: 50px 40px 155px;
  }
  .single_event_list h2 a {
    font-size: 32px;
    line-height: 50px;
  }
  .event_button {
    margin-top: 15px;
  }
  .numbers img {
    height: 130px
  }
  .numbers .number {
    font-size: 50px;
    line-height: 50px;
  }
  .numbers .col-md-4 {
    flex: 0 0 auto;
    width: calc(33.33333333% - 20px);
    background: #E3FFCC;
    border-radius: 10px;
    padding: 30px 20px;
    margin: 0 10px;
  }
  .numbers .number_title {
    font-size: 16px;
    line-height: 24px;
  }
  .numbers h2 {
    margin-bottom: 40px;
  }
  .h2, h2 {
    font-size: 34px;
    line-height: 54px;
  }
  .section_subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .resource_list img {
    height: 120px;
    margin-bottom: 50px;
  }
  .h4, h4 {
    font-size: 20px;
  }
  .our_mission {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .home_blog .swiper-slide {
    padding: 40px
  }
  .home_blog .swiper-slide .article_feat_img {
    max-height: 340px;
    height: 100%
  }
  .section_subtitle br {
    display: none;
  }
  .history_slider .swiper-slide.swiper-slide-next .history_image,
  .history_slider .swiper-slide.swiper-slide-prev .history_image {
    height: 460px;
    margin-top: 0
  }
  .home_gallery .history_slider .swiper-button-next {
    right: 3%;
  }
  .home_gallery .history_slider .swiper-button-prev {
    left: 3%;
  }
  .section_subtitle {
    margin-bottom: 40px
  }
  .col-md-2.sticky_position.menu_sidebar {
    display: none;
  }
  .about_content .col-md-10 {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
  }
  .home .history_slider .history_image {
    height: 460px;
  }
  .history_slider .history_image {
    height: 460px;
  }
  .content_2 ul {
    padding-left: 25px;
    margin-top: 5px;
  }
  .about_content .numbers .number {
    font-size: 50px;
    line-height: 50px;
  }
  .about_content .numbers .col-md-4 {
    padding: 30px 20px;
  }
  .mt-pt {
    padding-top: 100px;
  }
  .structure_title  {
    padding: 20px 0
  }
  .members {
    padding: 15px;
  }
  .partners .subtitle-green {
    margin-bottom: 45px;
  }
  .partners_slider .swiper-button-next, .partners_slider .swiper-button-prev {
    top: 115px;
  }
  .reports .single_report {
    width: 33%;
    padding-right: 15px;
  }
  .events_filter {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    margin-bottom: 40px
  }
  .events_list {
    width: 100%;
    padding-left: calc(var(--bs-gutter-x)* .5);
  }
  #filter-form {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
  }
  .events_filter.active #filter-form {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 0;
    transition: all 200ms ease;
    padding: 20px;
  }
  .filter_title {
    border-radius: 10px;
  }
  .events_filter.active .filter_title {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .event_content .col-md-7 {
    padding-right: calc(var(--bs-gutter-x)* .5);
    width: 100%;
  }
  .event_content .col-md-5 {
    width: 100%;
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-bottom: 40px;
  }
  .breadcrumbs ul li:nth-child(3),
  .breadcrumbs ul li:nth-child(4) {
    display: none;
  }
  .breadcrumbs ul li:nth-child(2) a:after {
    display: none;
  }
  .event_content {
    margin-bottom: 100px;
  }
  .resources_content .col-md-10 {
    padding-right: calc(var(--bs-gutter-x)* .5);
    width: 100%;
  }
  .js-acc-item-faq:last-child {
    margin-bottom: 0
  }
  .hub_content,
  .hub_intro .col-md-7 {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
  }
  .col-md-6.hub_img {
    margin-top: 40px;
    padding: 40px;
    margin: 0px auto 20px auto;
  }
  .hub_intro .col-md-5 {
    width: calc(100% - 30px);
    margin-bottom: 40px;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)* .5);
  }
  .professional .swiper-button-next,
  .professional .swiper-button-prev {
    top: 114px;
  }
  .hub_intro .row {
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
  }
  .hierarchy-filter4.filter-layout4,
  .ymc-loaded-filter .container-posts, .ymc-smart-filter-container .container-posts {
    width: 100%;
  }
  .hierarchy-filter4.filter-layout4 {
    position: initial;
    margin-right: 0
  }
  .tabs .tab {
    padding-top: 50px
  }
  .ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .media img {
    height: 220px;
  }
  .play_icon {
    width: 65px;
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .title {
    font-size: 16px;
    padding: 15px;
  }
  #ymc-smart-filter-container-1 .container-posts .post-entry .ymc-post-layout1 {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
  .hub_intro {
    margin-bottom: 100px
  }
  .single_member {
    margin-bottom: 65px
  }
  .col-md-6.hub_img {
    margin: 0px auto 30px auto;
    width: calc(100% - 24px);
  }
  .event_button {
    margin-top: 22px;
    margin-bottom: 36px;
    position: absolute;
    width: calc(100% - 30px);
    bottom: -122px;
    left: 15px;
    margin-bottom: 20px;
  }
  .single_event_list .row {
    position: relative;
  }
  .events_slider h2.event_title {
    min-height: 90px;
  }
  .home_blog .article_button a {
    width: fit-content;
    padding: 12px 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .event_feat_image {
    display: block
  }
  .single-events .event_content .row {
    flex-direction: column-reverse;
  }
  h1 br, h2 br {
    display: none
  }
  .container {
    max-width: 100%;
  }
  .wpcf7-spinner {
    right: 5px;
  }
  html, body {
    overflow-x: hidden;
  }
  .horizontal-section {
    display: none;
  }
  .member_position {
    visibility: visible;
    opacity: 1;
    height: 100%;
    position: inherit;
    padding-bottom: 10px;
  }
  .member_name {
    margin-bottom: 7px
  }
  .hub .row,
  .biblio-emi .row {
    flex-direction: column-reverse;
  }
  .training_content .row {
    flex-direction: column-reverse;
  }
  .filter_title {
    position: relative;
  }
  .filter_title:after {
    content: '';
    background: url('/wp-content/uploads/2024/09/accordion-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%) rotate(90deg);
    filter: brightness(0) invert(1);
    transition: 0.4s;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 50%;
  }
  .events_filter.active .filter_title:after {
    transition: 0.4s;
    transform: translateY(-50%) rotate(180deg);
  }
}

@media only screen and (max-width: 640px) {
  .mob_gallery {
    overflow: hidden;
    position: relative;
  }
  .all_images {
    display: flex;
    transition: transform 0.5s ease;
    overflow-x: scroll;
    margin-top: 50px
  }
  .im {
    flex: 0 0 auto;
    width: 80vw;
    padding: 0 16px
  }
  .im img {
    height: 360px;
    object-fit: cover;
    border-radius: 10px;
  }
  .resource_list h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .template_simple .page_content {
    margin-bottom: 100px;
  }
  .image {
    width: 100%!important;
    height: 300px!important
  }
  .image-container {
    display: flex;  /* This ensures images are in a row */
    overflow: hidden;  /* Hide overflow to maintain the horizontal scroll effect */
    width: 200%;  /* Set to full viewport width */
}
  .single_post_feat {
    margin-bottom: 30px;
  }
  .template_simple .page_content h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    margin-top: 30px;
  }
  .template_simple .page_content ul,
  .template_simple .page_content ol {
    padding-left: 25px;
    margin-bottom: 20px
  }
  .page-template-default .page_title span:before {
    display: none;
  }
  .page-template-default .page_title span {
    background: #E3FFCC;
  }
  .tabs label {
    padding: 10px 15px;
    font-size: 10px;
    line-height: 15px;
    border: 2px solid #007357;
    text-align: center;
    margin-right: 5px;
    margin-top: 0px;
  }
  .ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item {
    padding: 14px 15px;
  }
  .ymc-smart-filter-container .fa-chevron-down:before {
    right: 15px
  }
  .tabs .tab {
    padding-top: 30px
  }
  .header__top.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .top_contacts a:after {
    display: none;
  }
  .top_contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 5px
  }
  .hero_content {
    padding-top: 40px;
  }
  .h1, h1 {
    font-size: 35px;
    line-height: 50px;
  }
  .hero_content h1 {
    font-size: 30px;
    line-height: 45px;
  }
  .hero_content p {
    font-size: 18px;
    line-height: 30px;
  }
  .hero_buttons {
    display: block;
  }
  .main_button {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    padding: 18px;
  }
  .hero_buttons .button_light {
    margin-left: 0;
    margin-top: 16px;
  }
  .button_icon:after {
    right: 13px;
  }
  .main_button.button_icon {
    padding-right: 40px;
  }
  .block-1325 {
    width: 100%;
  }
  .h2, h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .section_subtitle {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .single_event_list {
    padding: 35px 30px 128px;
  }
  .single_event_list .col-md-8,
  .single_event_list .col-md-4 {
    padding: 0 15px;
  }
  .event_data p {
    font-size: 14px;
    line-height: 22px;
  }
  .single_event_list h2 a {
    font-size: 25px;
    line-height: 42px;
  }
  h2.event_title {
    min-height: 90px!important;
    margin-bottom: 20px
  }
  .event_button {
    margin-top: 22px;
    margin-bottom: 36px;
    position: absolute;
    width: calc(100% - 30px);
    bottom: -122px;
    left: 15px
  }
  .single_event_list .row {
    position: relative;
  }
  .event_feat_image {
    display: block
  }
  .events_slider .event_feat_img {
    height: auto;
    max-height: 250px
  }
  .event_button a {
    font-size: 14px;
    padding: 18px;
    width: 100%;
    text-align: center;
    line-height: 14px;
  }
  .section_subtitle a {
    display: block;
    margin-top: 12px;
  }
  .mg-180 {
    margin: 100px auto;
  }
  .numbers h2 {
    margin-bottom: 30px;
  }
  .numbers .col-md-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px;
    margin-bottom: 16px;
  }
  .numbers .row {
    margin: 0
  }
  .numbers img {
    height: 120px;
    width: auto;
  }
  .numbers .number {
    font-size: 55px;
    line-height: 55px;
  }
  .numbers .col-md-4:last-child,
  .resource_list .col-md-4:last-child {
    margin-bottom: 0
  }
  .resource_list img {
    height: 100px;
    margin-bottom: 30px;
  }
  .resource_list .col-md-4 {
    padding: 0 15px;
    margin-bottom: 56px
  }
  .resource_list h4 {
    line-height: 18px;
  }
  .our_mission {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home_blog .swiper-slide {
    padding: 35px 20px;
  }
  .home_news .blog_content h2 {
    margin-top: 30px;
  }
  .history_slider {
    margin: 30px auto;
  }
  .history_slider .history_image,
  .history_slider .swiper-slide.swiper-slide-next .history_image,
  .history_slider .swiper-slide.swiper-slide-prev .history_image {
    height: 260px;
    margin-top: 0
  }
  .home_gallery .history_slider .swiper-button-next-gallery {
    right: 2%;
  }
  .home_gallery .history_slider .swiper-button-prev-gallery {
    left: 2%;
  }
  .cta_img img {
    height: auto;
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 10px;
  }
  .cta_info {
    padding: 30px 25px 115px 25px;
    text-align: center;
  }
  .cta_info .cta_button {
    position: relative;
    z-index: 99
  }
  .breadcrumbs ul li a,
  .breadcrumbs ul li {
    font-size: 10px;
    line-height: 16px;
  }
  .page_intro {
    padding-bottom: 45px;
    margin-bottom: 42px;
  }
  .container {
    max-width: 100%;
  }
  .page_intro h1 {
    margin-top: 28px;
  }
  .map_location iframe {
    height: 300px!important
  }
  .map_location {
    margin-bottom: 60px;
  }
  .contact_form {
    padding: 20px 30px 0px 30px;
  }
  .form {
    padding: 25px;
  }
  .form .send_butt input {
    line-height: 16px;
    padding: 17px;
  }
  .acceptance p, .acceptance a {
    font-size: 10px;
  }
  .contact_info {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .contacts {
    display: block
  }
  .contact_title {
    margin-bottom: 5px;
  }
  li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .trainers_content ol {
    margin-top: -12px;
    padding-left: 20px;
    margin-bottom: 24px;
  }
  .single_member {
    width: 100%;
    min-height: 100%;
    margin-bottom: 50px
  }
  .single_member img {
    height: 43rem;
    object-position: top;
    margin-bottom: 15px;
  }
  .trainers_member {
    margin-top: 60px
  }
  .single_member.hidden {
    display: none;
  }
  .training_content .col-md-7 {
    padding-right: calc(var(--bs-gutter-x)* .5);
    margin-top: 40px
  }
  .h3, h3 {
    font-size: 25px;
    line-height: 42px;
  }
  .accordion button {
    padding: 18px 22px;
    font-size: 18px;
    line-height: 18px;
  }
  .accordion button img {
    right: 18px;
  }
  .training_info {
    padding: 22px;
  }
  .training_content {
    margin-bottom: 80px;
  }
  .form .acceptance input {
    padding: 6px
  }
  .single_post_col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 35px 20px;
    margin-bottom: 50px
  }
  .blog_news .container > .row {
    margin: 0
  }
  .home_blog .swiper-slide .article_feat_img,
  .article_feat_img {
    height: auto;
    max-height: 200px;
  }
  .mb-120 {
    margin-bottom: 80px
  }
  .blog_page_pagination {
    margin-top: -10px
  }
  .page-numbers {
    width: 40px;
    height: 40px;
    display: block;
    padding: 8px 12px;
    line-height: 26px;
  }
  .single-post .single_blog_row {
    margin-top: 40px;
    display: block
  }
  .single_blog_row .col_9 {
    width: 100%;
    padding-right: 0
  }
  a,
  .single-post .col_9 a,
  .template_simple .page_content a {
    font-size: 16px;
    line-height: 24px;
  }
  .blog_content .h2 {
    font-size: 25px;
    line-height: 37px;
    margin-bottom: 30px;
  }
  .blog_content .single__date {
    font-size: 16px;
  }
  .post_sidebar .post_content {
    margin-bottom: 40px;
  }
  .single_blog_row .col_3 {
    width: 100%;
    margin-top: 50px
  }
  .register_content h3 {
    margin-bottom: 24px;
  }
  .register_video iframe {
    width: 100%;
    height: 237px;
  }
  .footer_col1 .row {
    margin-right: 0
  }
  .logo_col2 p {
    font-size: 12px;
    line-height: 18px;
    padding: 15px 0px;
  }
  .logo_col2 {
    width: 66%
  }
  .logo_col {
    width: 34%
  }
  .cta_content {
    margin-bottom: -46px;
  }
  .main_footer {
    padding-top: 100px
  }
  .subscribe {
    margin-top: 40px;
    margin-right: 0
  }
  .subscribe_form .send_form{
    padding-left: 0px !important;
    width: 45%;
  }
  .email_form {
    width: 55%;
    padding-right: 10px;
  }
  .subscribe form input {
    padding: 15px;
  }
  .subscribe form .send_form input {
    font-size: 14px;
    line-height: 14px;
  }
  .subscribe_text {
    margin-bottom: 10px;
  }
  .footer_col2 {
    padding-left: 15px;
    margin-top: 40px;
  }
  .footer_menu .col-md-4:nth-child(1),
  .footer_menu .col-md-4:nth-child(2) {
    width: 50%;
  }
  .footer_menu .col-md-4:last-child {
    margin-top: 15px
  }
  .copyright .row {
    flex-direction: column-reverse;
  }
  .copyright .col-md-5 {
    text-align: center;
    margin-bottom: 10px
  }
  .copyright p {
    text-align: center;
  }
  .copyright a:after {
    margin-right: 9px;
  }
  .wpcf7-spinner {
    right: 0
  }
  .footer_menu h6 {
    margin-bottom: 10px
  }
  .copyright {
    padding-bottom: 14px;
  }
  .history_slider .swiper-button-next img,
  .history_slider .swiper-button-prev img {
    width: 34px;
    height: 34px;
  }
  .page-template-about-us .about_content,
  .page-template-resource .resources_content {
    padding-top: 40px;
  }
  .subtitle-green {
    margin-bottom: 20px;
  }
  .about_content .col-md-10{
    padding-right: calc(var(--bs-gutter-x)* .5);
  }
  .history_slider .swiper-button-prev {
    left: 3%;
  }
  .history_slider .swiper-button-next {
    right: 3%;
  }
  .content_2 ul {
    padding-left: 20px;
    margin-top: 5px;
  }
  .about_content .numbers .col-md-4 {
    padding: 30px;
  }
  .mt-pt {
    padding-top: 80px;
  }
  .members {
    min-height: auto;
  }
  .structure_col:nth-child(2) {
    margin: 10px auto
  }
  .structure_title {
    padding: 16px
  }
  .documents_list {
    margin-top: 30px;
  }
  .accordion-single-content-faq {
    padding: 0px 20px 8px;
  }
  .accordion-single-title-faq {
    padding: 20px;
  }
  .accordion-single-content-faq p {
    line-height: 26px;
  }
  .accordion-single-title-faq .icon {
    right: 20px;
  }
  .menu_sidebar {
    display: none;
  }
  .partners .subtitle-green {
    margin-bottom: 30px;
  }
  .swiper-button-next img, .swiper-button-prev img {
    width: 34px;
    height: 34px;
  }
  .partners_slider .swiper-button-next,
  .partners_slider .swiper-button-prev {
    top: 91px;
  }
  .partners_slider .swiper-button-prev,
  .professional .swiper-button-prev {
    left: auto;
    right: 50px;
  }
  .about_content .numbers .number {
    font-size: 55px;
    line-height: 55px;
  }
  .reports .single_report {
    width: 50%;
    flex: 0 0 auto;
    padding-right: calc(var(--bs-gutter-x)* .5);
  }
  .js-acc-item-faq:last-child {
    margin-bottom: 0
  }
  .events_filter,
  .events_list {
    width: 100%;
  }
  .events_filter,
  .resources_content .col-md-10,
  .hub_content {
    padding-right: calc(var(--bs-gutter-x)* .5);
  }
  .events_list {
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: 30px
  }
  .single_event_list {
    margin-bottom: 20px;
  }
  #filter-form {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
  }
  .events_filter.active #filter-form {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 0;
    transition: all 200ms ease;
    padding: 20px;
  }
  .filter_title {
    border-radius: 10px;
  }
  .events_filter.active .filter_title {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #post-results .pagination {
    margin-top: 35px;
  }
  #post-results .pagination a {
    width: 40px;
    height: 40px;
    display: block;
    padding: 8px 12px;
    line-height: 26px;
  }
  .document_type p a {
    font-size: 16px;
  }
  .hub .cta_button {
    margin-top: 25px;
  }
  .col-md-6.hub_img img {
    width: 100%;
    background: white;
    padding: 20px;
    border-radius: 10px;
  }
  .col-md-6.hub_img {
    width: 100%;
    margin: 0px 0 20px;
    background: transparent
  }
  .youtube_videos {
    margin-top: 30px;
  }
  .professional .swiper-button-next,
  .professional .swiper-button-prev {
    top: 92px;
  }
  .training_content .col-md-7 a {
    text-decoration: underline;
    font-size: 16px;
    line-height: 24px;
  }
  .accordion button[aria-expanded=true] + .accordion-content {
    padding: 0 20px 8px
  }
  .accordion button[aria-expanded=true] + .accordion-content {
    max-height: 20rem
  }
  .training_info p {
    padding-left: 36px;
  }
  .main_button.training_button {
    padding-right: 20px;
    padding-left: 20px
  }
  .breadcrumbs ul li a, .breadcrumbs ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .breadcrumbs ul li:nth-child(3),
  .breadcrumbs ul li:nth-child(4) {
    display: none;
  }
  .breadcrumbs ul li:nth-child(2) a:after {
    display: none;
  }
  .page-template-professional-training .page_title span {
    background: #e3ffcc
  }
  .page-template-professional-training .page_title span:before {
    display: none;
  }
  .page-template-contact .main_footer {
    padding-top: 130px;
  }
  .image {
    width: 290px;
    height: 400px;
  }
  h1.single_event_title {
    font-size: 25px;
    line-height: 37px;
  }
  .event_content .col-md-7 {
    padding-right: calc(var(--bs-gutter-x)* .5);
  }
  .post_breadcrumbs {
    padding: 15px 0 10px;
  }
  .event_content {
    margin-top: 40px;
  }
  .event_content ol, .event_content ul {
    margin-top: -10px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .event_sidebar {
    position: initial;
    margin-bottom: 40px;
    padding-left: calc(var(--bs-gutter-x)* .5);
  }
  .event_content {
    margin-bottom: 80px
  }
  .single-events .header__top.sticky .menu__top ul li.events_menu > a::after,
  .single-post .header__top.sticky .menu__top ul li.news_menu > a::after,
  .page-template-professional-training .header__top.sticky .menu__top ul li.formare_menu > a:after,
  .page-template-trainers .header__top.sticky .menu__top ul li.formare_menu > a:after {
    bottom: 6px;
  }
  .hub_intro .col-md-7 {
    padding-right: calc(var(--bs-gutter-x)* .5);
  }
  .hub_intro .row {
    margin-right: calc(-.5* var(--bs-gutter-x));
  }
  .hub_intro {
    margin-top: 40px
  }
  .hub_page_img img {
    width: 100%;
  }
  .hub_intro .col-md-5 {
    padding-left: calc(var(--bs-gutter-x)* .5);
    background: transparent;
    margin-bottom: 30px;
  }
  .hub_page_img {
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
  }
  .hub_intro {
    margin-bottom: 80px;
  }
  .ymc-smart-filter-container.ymc-filter-layout4,
  #ymc-smart-filter-container-1 .container-posts .post-entry.post-layout1 {
    display: block
  }
  .hierarchy-filter4.filter-layout4 {
    width: 100%;
    position: initial;
    margin-bottom: 30px;
    margin-right: 0
  }
  .ymc-loaded-filter .container-posts,
  .ymc-smart-filter-container .container-posts {
    width: 100%;
  }
  #ymc-smart-filter-container-1 .container-posts .post-entry .ymc-post-layout1 {
    width: 100%;
    margin: 0 0 20px
  }
  #ymc-smart-filter-container-1 .container-posts .post-entry.post-layout1 {
    margin: 0;
  }
  .ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .media img {
    height: 200px;
  }
  .play_icon {
    width: 55px;
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .title {
    font-size: 15px;
    padding: 15px;
  }
  .ymc-smart-filter-container .pagination-numeric li .current {
    width: 40px;
    height: 40px;
    display: block;
    padding: 8px 12px;
    line-height: 26px;
  }
  .ymc-smart-filter-container .pagination-numeric {
    margin-bottom: 40px
  }
  .hub_posts {
    margin-bottom: 60px;
  }
  .slider_arrows {
    width: 100%;
    margin-top: 20px;
  }
  .event_intro {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .slider_arrows .swiper-button-prev {
    margin-right: 20px;
  }
  .swiper-button-next img,
  .swiper-button-prev img,
  .swiper-button-next-gallery img,
  .swiper-button-prev-gallery img,
  .swiper-button-next-events img,
  .swiper-button-prev-events img {
    width: 34px;
    height: 34px;
  }
  .menu-icon {
    display: block;
    position: absolute;
    right: -25px;
    top: 10px;
  }
  .menu-item-has-children.selected .menu-icon img {
    transform: rotate(180deg);
    transition: all 0.4s ease
  }
  .top_contacts a:nth-child(2) {
    display: none;
  }
  .hero_content h1 span {
    padding: 0
  }
}
/* END Responsive */
