/* 
Theme Name: mafp
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root {
  --arrow-bg: rgba(0, 0, 0, 0.3);
  --arrow-icon: url(/wp-content/uploads/2024/06/down-arrow.png);
  --select-bg: rgba(0, 0, 0, 0.2);
}

.page-numbers a {
  color: #007A8A !important;
}

.post_term {
  text-transform: uppercase;
  color: #00b0d4;
  font-weight: 500;
}

ul li ul li {
  list-style-type: disc;
}

.our_mission:after {
  content: "";
  position: absolute;
  right: -25px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #00b0d4;
}

.last-line {
  color: #00b0d4;
  font-weight: bold;
  white-space: break-spaces;
}

.formated_dsc .elementor-widget-container{
  text-align: center;
}
/* Table css starts to make the table look like old website */
table {
  width: fit-content;
}
table th {
  background-color: #666 !important;
  color: white;
}

table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: #00b0d40a;
}

table td:first-child {
  min-width: 175px;
  text-align: left;
}

table th,
table td {
  padding: 7px 15px;
}
.pricing-table {
  width: 100%;
  border-collapse: collapse;
}

.pricing-table th {
  text-align: left;
}

.pricing-table td.price {
  text-align: center;
}
/* CSS for Advocacy Modules starts  */
.sub-content iframe {
  height: 315px;
  width: 650px;
  display: block;
}
/* CSS for Advocacy Modules ends  */

/* CSS for the schedule pages */
table.session td {
  text-align: left;
}

table.session td:first-child {
  width: 170px !important;
}
/* Table css ends to make the table look like old website */

.text-red {
  color: red;
  font-weight: 500;
}

.custom-select {
  appearance: none;
  outline: 0;
  padding: 5px 20px !important;
  background: var(--arrow-icon) no-repeat right 0.8em center / 1.4em,
    linear-gradient(to left, #fff 3em, #fff 3em);
  cursor: pointer;
}

.purchasebtn-main-cls {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.purchasebtn-main-cls a.purchase-btn-cme24 {
  border: 1px solid;
  width: auto;
  background: #00b0d4;
  color: #fff;
  padding: 10px 40px;
  border: 2px solid #00b0d4;
  border-radius: 40px;
}
.purchasebtn-main-cls a.purchase-btn-cme24:hover {
  background: #fff;
  color: #00b0d4;
}
.purchasebtn-main-cls a.purchase-btn-cme24.broken_link {
  border: 1px solid;
  width: auto;
  background: #00b0d4;
  color: #fff;
  padding: 10px 40px;
  border: 2px solid #00b0d4;
  border-radius: 40px;
}
.purchasebtn-main-cls a.purchase-btn-cme24.broken_link:hover {
  background: #fff;
  color: #00b0d4;
}

/* CSS for plugin Elementor Content Toggle Widget starts */
.custom-widget h4 {
  font-family: "Merriweather", Sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 1.5rem;
}
/* CSS for plugin Elementor Content Toggle Widget ends */

/* Leader CSS Start Here */
.leader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.leader-content.popup-active {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

/* Popup container */
.leader-popup-content {
  background: #fff;
  width: 80%;
  max-width: 900px;
  display: flex;
  flex-direction: row;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 12px;
}

.list-content-wrapper:before {
  content: "";
  display: none;
  background: rgb(0 0 0 / 28%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
}
.list-content-wrapper.popup-overley:before {
  display: block;
}

/* Close button */
.leader-popup-content .close {
  position: absolute;
  /*   top: -50px;
  right: -50px; */
  top: -20px;
  right: -20px;
  background: #00b0d4;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

/* Left side image */
.leader-popup-left-image {
  /*   width: 40%; */
  width: 50%;
  max-height: 100%;
  overflow: hidden;
}

.leader-popup-left-image img {
  width: 100%;
  height: 100%;
  padding: 0px;
  border-radius: 12px 0 0 12px;
  /* 	max-width: 300px;
	max-height: 300px; */
  max-width: unset;
  max-height: unset;
}

/* Right side content */
.leader-popup-right-content {
  width: 60%;
  padding: 20px;
  max-height: 300px;
  overflow-y: auto;
}

.leader-popup-right-content::-webkit-scrollbar {
  display: none;
}

.leader-popup-right-content h4 {
  margin: 0;
  font-size: 24px;
  color: #333;
}

.leader-popup-right-content .popup-content {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
}

/* General styles for leader list */
.leaders-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.leader-item {
  cursor: pointer;
  text-align: center;
  width: calc(20% - 20px);
  border: 1px solid #ddd;
  padding: 10px;
  transition: box-shadow 0.3s;
  border-radius: 12px;
  padding: 0px;
}

.leader-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.leader-item img {
  max-width: 100%;
  height: auto;
  border-radius: 12px 12px 0px 0px;
  min-width: 120px;
}

.leader-item h4 {
  margin: 10px 5px 0 5px;
  font-size: 16px;
}

ul.leader_type_list {
  list-style: none;
  padding-inline: 0px;
}

ul.leader_type_list li {
  line-height: 1.5em;
}

h4.leader-popup-title {
  display: inline;
  margin-right: 5px;
}

li.leader-popup-subtitle-list,
ul.leader_type_list {
  display: inline-flex;
}

/* Leader Css End Here */

/* CSS for Become a Member Page starts */
.page-id-1245 .custom-widget h4:before {
  content: "\2022";
  display: inline-block;
  margin-right: 8px;
  font-size: 26px;
  color: #00b0d4;
  align-items: center;
}
/* CSS for Become a Member Page ends */

/* microsites css for tab show -hide */
a.toggle-button {
  background-color: #d6e9f2;
  border: 1px solid rgba(38, 51, 122, 0.25);
  border-radius: 7px;
  cursor: pointer;
  padding: 3px 12px;
  width: auto;
  outline: none;
  font-size: 1em;
  text-align: left;
  margin: 0.75em 0 0;
  color: #0083bf;
  text-decoration: none;
}

.blog-menu li {
  background-color: #00b0d4;
  margin: 8px;
  border-radius: 12px;
}

/* CSS For blog landing page starts */
.card-body img {
  width: 550px;
  height: 360px;
  object-fit: cover;
  object-position: top center;
  border-radius: 20px;
}

.card-img {
  display: inline-block;
}

.card-content {
  display: inline-block;
  width: 50%;
  margin-top: 20px;
}

.card-body {
  gap: 50px;
  display: flex;
}

.card-category a {
  font-size: 14px;
}

.card-title a {
  color: #26337a;
  font-size: 18px;
  line-height: 27px;
}

.card-button a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}

.blog-search-bar {
  width: 54%;
}

.topic-filter {
  border-radius: 20px;
  width: fit-content;
}

.blog-search-button {
  width: 20%;
  border-radius: 20px;
  display: flex;
  gap: 15px;
}

div#search-bar {
  display: flex;
  align-items: end;
  gap: 20px;
  margin-bottom: 30px;
}

select#filterAudience,
select#filterYear,
select#event_sorting,
select#filterFocus,
select#filterRegions,
button#form_reset{
  width: 200px;
  border-radius: 20px;
}

input#searchInput {
  border-radius: 20px;
  height: 36px;
}

.blog-filter {
  padding: 50px 0;
  width: 65%;
  margin: 0 auto;
}

.blog-cards {
  margin: 50px auto;
}

#cardList {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.search-section {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 15px;
}

#paginationWrapper {
  width: fit-content;
  margin: 0 auto;
}

.page-numbers {
  display: flex;
}

.page-numbers li {
  list-style: none;
}

.loader {
  display: none;
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.loader-img {
  height: 50px;
  width: 50px;
}

.form-control {
  border-radius: 20px;
}

.blog-topic {
  width: 23%;
}
/* CSS For blog landing page ends */

.archive-posts .elementor-pagination{
    display: flex;
    flex-direction: row;
}

/* CSS for blog pagination */
.blog-pagination nav.elementor-pagination {
    display: flex;
    margin-top: 30px !important;
    padding-left: 60px;
}

/* CSS for the text_link_btn starts */
.text_link_btn p {
	margin-top: 6px;
}

.text_link_btn p a{
    background: #00b0d4;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #00b0d4;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

.text_link_btn p a:hover {
    background: #fff;
    border: 1px solid #00b0d4;
	color: #00b0d4;
}
/* CSS for the text_link_btn ends */

/* CSS for the site rebrnad starts */
a {
	text-underline-offset: 3px;
}
.header_menu nav a:hover {
    text-decoration: underline !important;
}

.header_menu .elementor-item.elementor-item-active {
    text-decoration: underline !important;
}

.footer_url a {
    text-decoration: none !important;
}

.footer_url a:hover {
    text-decoration: underline !important;    
}

.sidebar_url a {
    text-decoration: none;
}

.sidebar_url a:hover, .sidebar_url .elementor-kit-7 a:hover {
	font-weight: 600 !important;
    text-decoration: underline;
}

.sidebar_url a:active {
    text-decoration: underline;
    font-weight: 700;
}

.sidebar_menu a:hover {
    text-decoration: underline !important;
}

.sidebar_menu a.elementor-item.elementor-item-active {
    text-decoration: underline !important;
    font-weight: 700 !important;
}

.calender_tab .elementor-element.elementor-widget-text-editor:hover {
    text-decoration: underline;
}

.elementor-button-text:active {
    color: white;
}

.elementor-button.elementor-button-link {
    text-transform: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 5px 30px !important;
    border-width: 1px !important;
    text-decoration: none !important;
}
/* CSS for the site rebrand ends */

/* CSS for the header testing starts */
header#site-header {
    display: none;
}
/* CSS for the header testing ends */

.showmore-btns {
  cursor: pointer;
  color: #00b0d4;
}
.showmore-btn {
  cursor: pointer;
  color: #00b0d4;
}
.showless-btn {
  cursor: pointer;
  color: #00b0d4;
}
.show-content {
  display: none;
}

/* Mobile responsiveness */
@media only screen and (max-width: 486px) {
  .link-wrap p,
  .link-wrap {
    word-wrap: break-word;
  }
  .showmore-btns {
    cursor: pointer;
    color: #00b0d4;
  }
  .showmore-btn {
    cursor: pointer;
    color: #00b0d4;
  }
  .showless-btn {
    cursor: pointer;
    color: #00b0d4;
  }
  .show-content {
    display: none;
  }
  .small-btn button {
    width: 300px;
    font-size: 16px;
    text-wrap: wrap;
  }

  .leader-popup-content {
    background: #fff;
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 12px;
  }
  .leader-popup-left-image {
    width: 100%;
  }
  .leader-content.popup-active {
    width: 300px;
    height: 500px;
  }
  .leader-popup-right-content {
    width: 100%;
  }
  .leader-popup-left-image img {
    border-radius: 12px 12px 0px 0px;
  }
  .leaders-list {
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .leader-item {
    /* 		min-width: 350px; */
    min-width: 90%;
    text-align: center;
    margin: 10px;
  }
  .leader-item img {
    /* 		min-width: 350px; */
    width: 100%;
  }
  .mobile-responsive {
    overflow-x: scroll;
  }
  table td:first-child {
    min-width: 100px;
    text-align: left;
  }
  .leader-popup-content .close {
    top: -10px;
    right: -10px;
  }
  .sr7-bullet {
    display: none;
  }
  .our_mission:after {
    display: none;
  }
  .search-section {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: start;
    gap: 15px;
  }
  .blog-search-bar {
    width: 100%;
  }
  .blog-category {
    width: 100vw;
  }
  .card-body img {
    height: 240px;
    object-fit: cover;
    object-position: top center;
    border-radius: 20px;
  }
  .card-body {
    display: flex;
    flex-direction: column;
  }
  .fallback-image {
		object-fit: none;
  }
  .card-content {
    width: 100%;
    gap: 10px;
  }

  .blog-category {
    width: 56%;
  }

  .blog-topic {
    width: 100%;
  }

  .blog-search-bar {
    width: 100%;
  }
  .card-body {
    gap: 0;
  }
}

@media only screen and (min-width: 486px) and (max-width: 768px) {
  .tab-flex .elementor-loop-container.elementor-grid {
    display: block !important;
  }
  .search-section {
    justify-content: start;
  }
  .search-section {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: start;
    gap: 15px;
  }
  .card-body {
    display: flex;
    flex-direction: column;
  }

  .card-content {
    width: 100%;
    gap: 10px;
  }
  .blog-topic {
    width: 18%;
  }
	input.search_field {
		width: 75%;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.leader-item {
		width: calc(33% - 20px);
	}
	/* 	CSS for slider revolution */
	.laptop_ml-100 {
		margin-left: 100px;
	}
	.search-section {
		justify-content: start;
	}
	.search-section {
		display: flex;
		align-items: flex-end;
		flex-wrap: wrap;
		justify-content: start;
		gap: 15px;
	}
	.blog-topic {
		width: 44% !important;
	  }
}

@media only screen and (min-width: 1024px) and (max-width: 1495px) {
  .leader-item {
    cursor: pointer;
    text-align: center;
    width: calc(23% - 20px);
    border: 1px solid #ddd;
    padding: 10px;
    transition: box-shadow 0.3s;
    border-radius: 12px;
    padding: 0px;
  }
  .leader-item img {
    max-width: 100%;
    height: auto;
    border-radius: 12px 12px 0px 0px;
    min-width: 120px;
  }
  .leader-item h4 {
    margin: 10px 5px 0 5px;
    font-size: 14px;
  }
  .leader-popup-left-image img {
    width: 100%;
    height: 100%;
    padding: 0px;
    border-radius: 12px 0 0 12px;
    max-width: 300px;
    /* 		max-height: 200px; */
  }
  .leader-popup-right-content {
    /* 		width: 60%; */
    width: 100%;
    padding: 20px;
    /* 		max-height: 200px; */
    overflow-y: auto;
  }
  /* 	CSS for slider revolution */
  .laptop_ml-100 {
    margin-left: 100px;
  }
}

@media only screen and (max-width: 1495px) {
  .leader-popup-content {
    background: #fff;
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 12px;
  }
  .leader-popup-left-image {
    width: 100%;
  }
  .leader-content.popup-active {
    width: 300px;
    height: 500px;
  }
  .leader-popup-right-content {
    width: 100%;
  }
  .leader-popup-left-image img {
    border-radius: 12px 12px 0px 0px;
  }
  .mobile-responsive {
    overflow-x: scroll;
  }
  table td:first-child {
    min-width: 100px;
    text-align: left;
  }
  .leader-popup-content .close {
    top: -10px;
    right: -10px;
  }
}

div.bookmark-anchor {
  font-size: 1pt;
  line-height: 1pt;
  height: 1px;
}