/*!
Theme Name: Oxpins Child theme
Theme URI: http://layerdrops.com/oxpinswp
Template: oxpins
Author: Layerdrops
Author URI: https://themeforest.net/user/layerdrops
Description: This is a Child theme for Oxpins WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oxpins-child
*/


.main-slider__sub-title, .main-slider__title, .main-slider__btn-box {
	opacity: 1 !important;
	visibility: visible !important;
}
.single-activities .gallery-page {
    padding:0 !important;
}
.single-activities .news-details__bottom, .single-projects .news-details__bottom {
    display: none;
}
.thm-swiper__slider {
  overflow: hidden;
}
.thm-swiper__slider .swiper-slide {
  overflow: hidden; 
}
.thm-swiper__slider.swiper-container-fade .swiper-slide {
  opacity: 0;
  pointer-events: none;
}
.thm-swiper__slider.swiper-container-fade .swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}


ul.list-unstyled.news-details__meta {
    display: none !important;
}
.main-menu__shape-1 {
    bottom: 45px;
}
.new_cutouts .gallery-page__img:before {
    background: linear-gradient(180deg, rgba(33, 45, 43, 0.0088410364) 17%, rgb(33, 45, 43) 97%);
}
.new_cutouts .gallery-page__single {
    -webkit-box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.new_cutouts .owl-nav button {
    height: 50px;
    width: 50px;
    line-height: 50px !important;
    border-radius: 50% !important;
    color: #283734;
    border: 2px solid #283734 !important;
    font-size: 15px;
    margin: 0;
    margin-right: 0px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.new_cutouts .owl-theme .owl-nav {
    margin-top: 30px;
}

ul#menu-menu-1 a {
    color: #fff;
}
ul#menu-menu-1 li.current_page_item a {
    color: #fe9c1b;
}
ul.list-unstyled.about-one__points li {
    align-items: center;
}
h3.causes-one__title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.4em * 2);
    white-space: normal;
    min-height: 70px;
}
p.causes-one__text {
    min-height: 152px;
}
.testimonial-one__client-img {
    display: none;
}
.testimonial-one__client-info {
    left: 0;
}
h3.news-one__title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.4em * 2);
    white-space: normal;
    min-height: 70px;
}
.contact-one__single:before {
    display: none;
}
.become-volunteer__points li {
  display: flex;
  align-items: flex-start;   /* icon aligns with top of text */
  gap: 6px;                 /* space between icon and text */
  margin-bottom: 12px;
}

.become-volunteer__points .icon {
  flex: 0 0 auto;
  font-size: 18px;           /* adjust icon size */
  line-height: 1;            /* prevent extra vertical space */
  color: #ff6600;            /* optional color */
  margin-top: 3px;           /* fine-tune vertical position */
}

.become-volunteer__points .text p {
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.4em * 2);
}
.feature-one__point li {
  display: flex;
  align-items: flex-start;   /* icon aligns with top of text */
  gap: 10px;                 /* space between icon and text */
  margin-bottom: 12px;
}

.feature-one__point .icon {
  flex: 0 0 auto;            /* fixed width for icon */
  font-size: 18px;           /* adjust icon size */
  line-height: 1;            /* remove extra spacing */
  color: #ff6600;            /* optional: orange color */
  margin-top: 3px;           /* fine-tune vertical position */
}

.feature-one__point .text p {
  margin: 0;
  line-height: 1.4;
  display: block;
  -webkit-box-orient: unset;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.4em * 2);
}
.faq-one-bg {
    background-size: cover;
    height: 100%;
}
ul.list-unstyled.feature-one__point {
    min-height: 100px;
}
section.donate-now .col-xl-8 {
    width: 100%;
}
section.donate-now .col-xl-4 {
   display:none;
}
@media screen and (max-width: 991px) {
 h3.causes-one__title a {
    display: block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: unset;
    line-height: 1.4;
    max-height: unset;
    white-space: normal;
    min-height: unset;
}
p.causes-one__text {
    min-height: unset;
}
.counter-one__single {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
}
h3.news-one__title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: unset;
    line-height: 1.4;
    max-height: unset;
    white-space: normal;
    min-height: unset;
}
}

@media screen and (max-width: 767px) {
.counter-one__single {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
}
ul.list-unstyled.feature-one__point {
    min-height: auto;
}
}
