/*
	Theme Name: The Social Change Nest
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A lightweight and minimalist WordPress theme for Elementor page builder.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 2.8.1
	Stable tag: 2.8.1
	Template: hello-elementor
	Requires at least: 5.9
	Tested up to: 6.2
	Requires PHP: 7.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Description: A lightweight, plain-vanilla, best suited for building your site using Elementor website builder. Visit https://elementor.com/hello-theme/ to learn more.
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Site Header Section - Max Mega Menu is active on Desktop only
   ========================================================================== */
/* Main Menu */
#site-menu {
  /* Dropdown Menu */
  /* Open Collective Item */
}
#site-menu .sub-arrow {
  display: none;
}
#site-menu nav ul li a {
  border-left: none;
  border-bottom: 1.5px solid #D2E2F1;
  margin: 0 0 0 20px;
}
#site-menu nav ul li a:hover {
  text-decoration: none;
  border-color: #283E59;
}
#site-menu .elementor-nav-menu--dropdown li a {
  border-bottom: none;
  margin: 0 10px 0 10px;
}
@media only screen and (max-width: 1024px) {
  #site-menu .elementor-nav-menu--dropdown {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#site-menu li.open-collective {
  background: #f0f4f1;
}

/* ==========================================================================
   Site Footer
   ========================================================================== */
/* Footer on Mobile
========================================================================== */
/* Parent items in Footer Menu */
footer .elementor-icon-list-item:first-child a {
  font-size: 26px !important;
  font-weight: 500;
}

/* ==========================================================================
   Page Banners - top section for each page
   ========================================================================== */
/* Change z-index for pink stripe to go behind image */
#home-featured-img-container:before {
  z-index: 1;
}

/* Page Title */
@media only screen and (max-width: 767px) {
  #page-banner-title .elementor-widget-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
}
#page-banner-title h1:before {
  content: " ";
  display: inline-block;
  width: 1000%;
  height: 4.2rem;
  margin-right: 10px;
  margin-left: -988%;
  background: #FE0096;
}
@media only screen and (max-width: 1025px) {
  #page-banner-title h1:before {
    height: 2.7rem;
  }
}
@media only screen and (max-width: 380px) {
  #page-banner-title h1:before {
    margin-left: -995%;
  }
}
#page-banner-title.page-banner-home h1:before {
  height: 4.2rem;
  width: 1000%;
  margin-right: 10px;
  margin-left: -995%;
}
@media only screen and (max-width: 1025px) {
  #page-banner-title.page-banner-home h1:before {
    height: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #page-banner-title.page-banner-home h1:before {
    height: 2.6rem;
  }
}

/* ==========================================================================
   Helper Classes
   ========================================================================== */
/* Remove Margin */
.rmve-margin ul {
  margin: 0;
  padding: 0;
}
.rmve-margin p {
  margin-bottom: 0;
}

/* Remove List Styles */
.no-list-style ul {
  list-style: none;
}

/* People CTA */
.people-cta .elementor-cta__bg-wrapper {
  border-radius: 50%;
}

/* ==========================================================================
   Custom Buttons & Links
   ========================================================================== */
/* Custom Buttons & Links */
/* All Buttons */
.border-hover-width {
  /* Button - light */
  /* Button - transparent */
  /* Button - Dark */
}
.border-hover-width .elementor-button-wrapper {
  width: -moz-fit-content;
  width: fit-content;
}
.border-hover-width .elementor-button-wrapper .elementor-button-text {
  padding-left: 6px;
  text-align: left;
}
.border-hover-width .elementor-button-wrapper .elementor-button-text:hover {
  border-width: 25px !important;
}
.border-hover-width.btn-light .elementor-button-wrapper {
  background: #ffffff !important;
}
.border-hover-width.btn-light .elementor-button-wrapper .elementor-button-text {
  border-left: 2px solid #0D1F30;
}
.border-hover-width.btn-light .elementor-button-wrapper .elementor-button-text:hover {
  border-color: #FE0096;
}
.border-hover-width.btn-trans .elementor-button-wrapper {
  background: transparent !important;
}
.border-hover-width.btn-trans .elementor-button-wrapper .elementor-button-text {
  border-left: 2px solid #0D1F30;
}
.border-hover-width.btn-trans .elementor-button-wrapper .elementor-button-text:hover {
  border-color: #FE0096;
}
.border-hover-width.btn-trans.white-bdr .elementor-button-text {
  border-left: 2px solid #ffffff;
}
.border-hover-width.btn-dark .elementor-button-wrapper {
  background: #0D1F30 !important;
}
.border-hover-width.btn-dark .elementor-button-wrapper .elementor-button-text {
  border-left: 2px solid #ffffff;
}
.border-hover-width.btn-dark .elementor-button-wrapper .elementor-button-text:hover {
  border-color: #D2E2F1;
}

/* ==========================================================================
   Sliders & Carousels
   ========================================================================== */
/* Case Studies Slider  */
#case-studies-slider {
  /* Nav Arrows */
  /* Pagination Bulets */
}
#case-studies-slider .swiper-container {
  padding-bottom: 0;
}
#case-studies-slider .elementor-swiper-button {
  /* Next */
  /* Prev */
}
#case-studies-slider .elementor-swiper-button.elementor-swiper-button-next {
  right: -140px !important;
  top: 80% !important;
}
#case-studies-slider .elementor-swiper-button.elementor-swiper-button-prev {
  top: 80% !important;
  left: unset !important;
  right: -75px !important;
}
@media only screen and (max-width: 767px) {
  #case-studies-slider .swiper-pagination-bullets {
    margin-top: 20px;
  }
}
/* All Sliders */
.custom-slider,
.partners-logos-widget {
  /* Nav Arrows */
  /* Pagination Bulets */
}
.custom-slider .elementor-swiper-button,
.partners-logos-widget .elementor-swiper-button {
  /* Next */
  /* Prev */
}
.custom-slider .elementor-swiper-button.elementor-swiper-button-next .eicon-chevron-right:before,
.partners-logos-widget .elementor-swiper-button.elementor-swiper-button-next .eicon-chevron-right:before {
  content: " ";
  display: block;
  width: 45px;
  height: 45px;
  background-image: url("/wp-content/uploads/2023/08/Navigation-Arrow-1.svg");
  background-size: cover;
}
.custom-slider .elementor-swiper-button.elementor-swiper-button-prev .eicon-chevron-left:before,
.partners-logos-widget .elementor-swiper-button.elementor-swiper-button-prev .eicon-chevron-left:before {
  content: " ";
  display: block;
  width: 45px;
  height: 45px;
  background-image: url("/wp-content/uploads/2023/08/Navigation-Arrow.svg");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .custom-slider .elementor-swiper-button,
  .partners-logos-widget .elementor-swiper-button {
    display: none !important;
  }
}
.custom-slider .swiper-pagination-bullets .swiper-pagination-bullet,
.partners-logos-widget .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border-radius: 0;
  background: transparent;
  border: 1px solid #000000;
}
.custom-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.partners-logos-widget .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}

/* Testimonials Carousel - 'In their words' */
/* ==========================================================================
   Accordions and Toggles
   ========================================================================== */
/* FAQ Accordion */
.custom-accordion .e-n-accordion-item-title {
  justify-content: space-between;
}

/* ==========================================================================
   For Random Repeated Components
   ========================================================================== */
/* Underlined Links */
p a {
  text-decoration: underline !important;
}

/* Stats Block */
.stats-item span {
  font-size: 1.5rem;
  font-weight: 700;
}

/* Custom Headings */
.custom-para h2:before {
  content: " ";
  display: inline-block;
  width: 1000%;
  height: 3.2rem;
  margin-right: 10px;
  margin-left: -1000%;
  background: #FE0096;
}
@media only screen and (max-width: 1025px) {
  .custom-para h2:before {
    height: 2.5rem;
  }
}

/* Community Groups Block */
.community-gps-heading {
  width: -moz-fit-content;
  width: fit-content;
}

/* Image Credit */
.image-credit figcaption {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 5px;
}

/* Pull Quote */
.pull-quote .elementor-testimonial-name {
  margin-bottom: 10px;
}

/* Custom Lists */
/* Climate Page */
.custom-list.horiz ul li {
  width: 250px;
  text-align: left;
}

/* Icon Lists */
.custom-icon-list .elementor-icon-list-item a {
  text-decoration: underline;
}
.custom-icon-list .elementor-icon-list-item a:hover {
  text-decoration: underline;
  text-decoration-color: #FE0096;
}

/* Anchor Links */
.anchor-widget {
  display: block;
  position: relative;
  top: -100px;
}

/* Bug fix (?) - span in links disappearing on hover */
.elementor-kit-5 a:hover {
  font-size: inherit;
}

/* Team Page */
.team-bios h2 span {
  font-size: 0.8rem;
  font-weight: 400;
  padding-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .team-bios h2 span {
    font-size: 0.6rem;
  }
}

/* ==========================================================================
   Blog Listing and Blog post
   ========================================================================== */
/* Blog Listing */
.blog-listing article.elementor-post {
  flex-direction: column-reverse;
}

.blog-listing-item .elementor-widget-theme-post-featured-image {
  border-bottom: 8px solid transparent9;
}

.blog-listing-item:hover h2, .blog-listing-item:hover .elementor-widget-container {
  color: #FE0096;
}
.blog-listing-item:hover .elementor-widget-theme-post-featured-image {
  border-bottom: 8px solid #FE0096;
}

/* Blog listing filter */
#blog-filter .elementor-shortcode {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#blog-filter .elementor-shortcode ul {
  padding-left: 0;
}
#blog-filter .elementor-shortcode p {
  font-size: 1rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #blog-filter .elementor-shortcode p {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 720px) {
  #blog-filter .elementor-shortcode p {
    display: none;
  }
}
#blog-filter .elementor-shortcode input[type=submit] {
  padding: 3px 6px;
  height: 38px;
  border: none;
}
#blog-filter .elementor-shortcode select {
  border: none !important;
  font-size: 15px;
  color: #3f444b;
}