/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
 Description:  Hello Elementor Child Theme
 Author: Elementor Team
 Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

.three-columns-section>.elementor-container .elementor-column>.elementor-widget-wrap {
  padding: 0;
}

.three-columns-section .elementor-inner-section>.elementor-container {
  margin-left: -40px;
  margin-right: -40px;
}

.three-columns-section .elementor-inner-section .elementor-column {
  padding: 0 40px;
}

.custom-blockquote .elementor-blockquote {
  text-align: center;
  margin: 0;
}

.custom-blockquote .elementor-blockquote:before {
  display: none !important;
}

.custom-blockquote .elementor-blockquote .elementor-blockquote__content {
  position: relative;
  margin: 0;
  font-size: 36px !important;
}

.custom-blockquote .elementor-blockquote .elementor-blockquote__content:before,
.custom-blockquote .elementor-blockquote .elementor-blockquote__content:after {
  content: "”";
  font-size: 150px;
  font-weight: 200;
  line-height: 1;
  display: block;
  height: 0.6em;
  color: var(--e-global-color-primary);
  right: -60px;
  bottom: 0;
  position: absolute;
  width: 50px;
}

.custom-blockquote .elementor-blockquote .elementor-blockquote__content:before {
  content: "“";
  top: -30px;
  left: -70px;
}

.custom-blockquote .elementor-blockquote .elementor-blockquote__content:after {
  top: 50%;
  right: -70px;
}

.custom-blockquote .elementor-blockquote .elementor-blockquote__content em {
  color: var(--e-global-color-primary);
}

.custom-blockquote .elementor-blockquote .e-q-footer {
  justify-content: center;
}

.recent-news-slider .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.recent-news-slider .elementor-widget-loop-carousel .swiper-pagination-bullet {
  opacity: 1;
}

.recent-news-slider .elementor-widget-loop-carousel .swiper-pagination-bullet-active {
  background: var(--dots-hover-color, #000);
}

.recent-news-slider .news-post-wrapper {
  cursor: pointer;
}

.recent-news-slider .news-post-wrapper .elementor-widget-theme-post-featured-image {
  position: relative;
}

.recent-news-slider .news-post-wrapper .elementor-widget-theme-post-featured-image:before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 44, 49, 0.75);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.recent-news-slider .news-post-wrapper:hover .elementor-widget-theme-post-featured-image:before {
  opacity: 1;
  visibility: visible;
}

.recent-news-slider .news-post-wrapper:hover .custom-read-more a {
  font-weight: bold;
  color: #D4A454;
}

.recent-news-slider .custom-read-more a {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.recent-news-slider .custom-read-more span:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='78.7094 4.832 16.21 5.856'%3E%3Cpath d='M91.4614 10.688H90.8534C91.3334 9.536 92.1174 8.672 92.6294 8.176H78.7094V7.344H92.6294C92.1014 6.912 91.4454 6.176 90.8214 4.832H91.4614C91.4614 4.848 93.1894 6.896 94.9174 7.6V7.968C94.1334 8.24 92.8374 9.136 91.4614 10.688Z' fill='%23D4A454'/%3E%3C/svg%3E");
  width: 18px;
  margin-left: 8px;
  height: auto;
  display: inline-block;
}

.elementor-widget-archive_listing_widget {
  max-width: 80%;
  margin: 0 auto;
}

.archive .featured-resource {
  display: block;
  font-family: "LibertinusSerif", Sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 155px 33px 35px 33px;
  color: #ffffff;
  position: relative;

  background-color: rgba(0, 0, 0, 0.30);
  background-size: cover;
  background-blend-mode: multiply;

  margin-bottom: 50px;
}

.archive .featured-resource__category {
  font-size: 19px;
  letter-spacing: 0.02em;
  line-height: normal;
  text-transform: uppercase;
}

.archive .featured-resource__title {
  font-size: 46px;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: normal;
  margin: 10px 0;
}

.archive .featured-resource__date {
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
}

.archive .resource-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 100px;
  grid-column-gap: 80px;
  margin-bottom: 85px;
}

.archive .resource-list .resource {
  font-family: "LibertinusSerif", Sans-serif;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.archive .resource-list .resource__content {
  order: 1;
  border-top: 1px solid #000000;
  transition: all 0.3s ease;
  padding-top: 8px;
}

.archive .resource-list .resource__date {
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.archive .resource-list .resource__title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  margin-bottom: 23px;
  transition: all 0.3s ease;
}

.archive .resource-list .resource__image {
  position: relative;
  order: 2;
  display: flex;
}

.archive .resource-list .resource__image:hover .resource__overlay {
  opacity: 1;
  visibility: visible;
}

.archive .resource-list .resource__image:hover+.resource__content {
  border-color: #D4A454;
}

.archive .resource-list .resource__image:hover+.resource__content .resource__title {
  color: #D4A454;
}

.archive .resource-list .resource__image img {
  width: 100%;
  height: auto;
}

.archive .resource-list .resource__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 44, 49, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-end;
  padding: 25px;
}

.archive .resource-list .resource__read-more {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}

.archive .resource-list .resource__read-more svg {
  width: 18px;
  margin-left: 8px;
  height: auto;
}

.archive .pagination {
  margin: 0 0 105px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  line-height: 1;
}

.archive .pagination__pages {
  font-family: "LibertinusSerif", Sans-serif;
  margin: 0 17px;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.44px;
}

.archive .pagination span,
.archive .pagination a {
  display: block;
}

/* post share */

.post-share i {
  position: relative;
  width: 35px;
  height: 35px;
  transition: 0.3s ease all;
}

.post-share .fa-envelope {
  width: 45px;
}

.post-share i:before {
  display: none;
}

.post-share i:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 17%;
  transform: translate(-50%);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 24px;
  height: 24px;
}

.post-share .elementor-share-btn {
  border: 0 !important;
}

.post-share .fa-linkedin:after {
  background: url('/wp-content/themes/hello-elementor-child/images/linkedin.svg');
}

.post-share .fa-twitter:after {
  background: url('/wp-content/themes/hello-elementor-child/images/x-logo.svg');
}

.post-share .fa-facebook:after {
  background: url('/wp-content/themes/hello-elementor-child/images/facebook.svg');
}

.post-share .fa-envelope:after {
  background: url('/wp-content/themes/hello-elementor-child/images/email.svg');
  width: 35px;
}

.post-share .elementor-share-btn:hover {
  filter: none !important;
}

.post-share i:hover:after {
  filter: brightness(0) invert(1);
}

.post-share i:hover {
  background-color: #d4a454;
}

@media screen and (min-width: 767px) {
  .recent-news-slider .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
  }
}

@media screen and (max-width: 1500px) {
  .custom-blockquote .elementor-blockquote .elementor-blockquote__content:after {
    top: 70%;
  }
}

@media screen and (min-width: 1850px) and (max-width: 1921px) {
  .custom-blockquote .elementor-blockquote .elementor-blockquote__content:before {
    left: -1%;
  }

  .custom-blockquote .elementor-blockquote .elementor-blockquote__content:after {
    right: -1%;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1700px) {
 	.elementor-453 .elementor-element.elementor-element-4fdfe34 .elementor-nav-menu--main .elementor-item {
	 	margin-inline-end: 0;
		margin-inline-start: 14px;
	}
}

@media screen and (min-width: 1281px) and (max-width: 1500px) {
	.elementor-453 .elementor-element.elementor-element-c98d13e {
		width: 20%;
	}
	.elementor-453 .elementor-element.elementor-element-c98d13e > .elementor-element-populated {
		padding: 0;
		align-items: center;
		align-content: center;
	}
	.elementor-453 .elementor-element.elementor-element-903e969 {
		width: 80%;
	}
	.elementor-453 .elementor-element.elementor-element-432a85f img {
		width: 100%;
	}
}
@media screen and (min-width: 1600px) and (max-width: 1850px) {
  .custom-blockquote .elementor-blockquote .elementor-blockquote__content:before {
    left: -3%;
  }

  .custom-blockquote .elementor-blockquote .elementor-blockquote__content:after {
    right: -3%;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1600px) {
  .custom-blockquote .elementor-blockquote .elementor-blockquote__content:before {
    left: -5vw;
  }

  .custom-blockquote .elementor-blockquote .elementor-blockquote__content:after {
    right: -5vw;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
  .custom-blockquote .elementor-blockquote .elementor-blockquote__content:before {
    left: -2%;
  }

  .custom-blockquote .elementor-blockquote .elementor-blockquote__content:after {
    right: -2%;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .custom-blockquote .elementor-blockquote .elementor-blockquote__content:before {
    left: -40px;
  }

  .custom-blockquote .elementor-blockquote .elementor-blockquote__content:after {
    right: -40px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .custom-blockquote .elementor-blockquote .elementor-blockquote__content:before {
    left: -65px;
  }

  .custom-blockquote .elementor-blockquote .elementor-blockquote__content:after {
    right: -65px;
  }
}

@media screen and (min-width:1024px) and (max-width: 1500px) {
  .custom-blockquote>.elementor-widget-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .three-columns-section .elementor-inner-section>.elementor-container {
    margin-left: -12px;
    margin-right: -12px;
  }

  .three-columns-section .elementor-inner-section>.elementor-container .elementor-column {
    padding: 0 12px;
  }

  .archive .resource-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .elementor-widget-archive_listing_widget {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 23px;
  }
}

@media screen and (max-width: 768px) {
  .three-columns-section .elementor-inner-section>.elementor-container {
    margin-left: 0;
    margin-right: 0;
  }

  .three-columns-section .elementor-inner-section>.elementor-container .elementor-column {
    padding: 0;
  }

  .custom-blockquote .elementor-blockquote .elementor-blockquote__content {
    font-size: 22px !important;
  }

  .custom-blockquote .elementor-blockquote .elementor-blockquote__content:before {
    top: -75px;
    left: 10px;
  }

  .custom-blockquote .elementor-blockquote .elementor-blockquote__content:after {
    top: 155%;
    right: 10px;
  }

  .archive .featured-resource {
    padding: 230px 35px 45px 35px;
  }

  .archive .featured-resource__title {
    font-size: 24px;
    letter-spacing: 0.48px;
  }

  .archive .resource-list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 75px;
  }

  .archive .featured-resource {
    margin-bottom: 85px;
  }

  .archive .resource-list {
    margin-bottom: 80px;
  }

  .archive .resource-list .resource__title {
    font-size: 20px;
    letter-spacing: 0.32px;
  }

  .archive .pagination {
    margin: 0 0 80px 0;
  }

  .archive .pagination__pages {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

a{color: #D6A449;}
footer a{color: #ffffff;}
.elementor-widget-container ul, .elementor-widget-container ol{margin-bottom: 0.9rem}