/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.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
*/

/*
    Add your custom styles here
*/

:root {
  --blue-color: #0472ac;
}

/* Side Menu */
.menu__block__list-custom h5,
.menu__block__list-custom a,
.menu__block__list-custom li {
  color: black;
}

.menu__block__list-custom h5 {
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}

.menu__block__list-custom .elementor-widget-container > div {
  border-left: 2px solid var(--blue-color);
}

.menu__block__list-custom ul {
  list-style: none;
  margin: 0 -20px;
}
.menu__block__list-custom ul li {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin-bottom: 12px;
}

.menu__block__list-custom ul ul.sub-menu {
  margin-left: 22px;
}

.menu__block__list-custom ul ul.sub-menu li {
  font-weight: normal;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-bottom: 0;
}

.menu__block__list-custom ul a:hover,
.menu__block__list-custom ul a:focus {
  color: var(--blue-color);
}

.menu__block__list-custom ul .current-menu-item a[aria-current="page"] {
  color: var(--blue-color);
}

/* Partnerships */

/* filters-partnership */
#filters-partnership ul {
  padding-left: 0px;
  list-style: none;
  margin: 0;
}
#filters-partnership ul li {
  display: inline-block;
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}
#filters-partnership ul li a {
  background-color: #ffffff;
  border: solid 2px #0472ae;
  color: #0472ae;
  display: block;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1rem;
  line-height: 24px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin-right: 1rem;
  padding: 0.25rem 0.75rem;
  text-decoration: none;
}
#filters-partnership ul li.active a,
#filters-partnership ul li a.active {
  background-color: #0472ae;
  border: solid 2px #0472ae;
  color: #ffffff !important;
  padding: 0.25rem 0.75rem !important;
}

.post-partnership-item {
  margin: 2rem 0;
}

.post-partnership-item h2 {
  font-size: 32px;
  font-weight: bold;
  font-family: "Montserrat";
  margin: 1rem 0;
}

.post-partnership-item p {
  font-family: "Lato";
}

.post-partnership-item .embed-container {
  margin: 0 auto;
  margin-top: 1rem !important;
  display: block;
}

.post-partnership-item hr {
  margin: 1rem 0 !important;
}

.partnership-donate-link {
  background-color: #e96656;
  color: white !important;
  font-family: "Montserrat";
  font-weight: bold;
  width: 40%;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding: 0.5rem 2rem;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 400px) {
  .partnership-donate-link {
    width: 80%;
  }
}

/* Homepage Featured Posts */

.featured-posts-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-wrap: wrap;
  width: 100%;
  align-items: stretch;
  -webkit-box-align: stretch;
}
.featured-post {
  width: 100%;
  position: relative;
}

.featured-post:nth-child(1) {
  grid-row: 1 / span 2;
}

.featured-post-image {
  background-color: #03547f;
  height: 35vh;
}

.featured-post:nth-child(1) .featured-post-image {
  height: 70vh;
}

.featured-post-image img {
  display: block;
  opacity: 0.3;
  height: inherit;
  width: -webkit-fill-available;
}

.featured-post-content {
  position: absolute;
  top: 10px;
  width: 90%;
  padding: 1.5rem 2rem;
  color: white !important;
  font-family: "Lato", Sans-serif;
  font-size: 1.2rem;
}

.featured-post-title {
  width: 100%;
  margin-bottom: 0.5rem;
}

.featured-post-title a {
  color: white !important;
  font-family: "Montserrat", Sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
}

.featured-post-date {
  margin-left: 6px;
  font-family: "Lato", Sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.featured-post-categories a {
  color: white !important;
  font-family: "Lato", Sans-serif;
  margin-top: 1rem;
  font-style: italic;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .featured-posts-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .featured-post-image {
    background-color: #03547f;
    height: 40vh;
  }

  .featured-post:nth-child(1) .featured-post-image {
    height: 40vh;
  }
}
