/*
Theme Name: Fundraiser Child
Theme URI: https://www.sktthemes.net/shop/fundraising-wordpress-theme/
Description: Child theme for the Fundraiser theme
Author: Your Name
Author URI: https://www.sktthemes.org
Template: fundraiser
Version: 1.2.5
Text Domain: fundraiser-child
*/

/* Import parent theme styles */
/* @import url("../fundraiser/style.css"); */

/* Add your custom CSS below */
/* Added on 29-12-2025 */
h1{
    font-size:2.5em !important;
    font-family: 'Libre Caslon Text' !important;
    font-weight:400 !important;
}
h2, h3, h4, h5{
   font-family: 'Libre Caslon Text' !important; 
}
h2{
    font: size 2em !important;
    font-weight: 400;
}
h3{
    font: size 1.75em !important;
    font-weight: 400;
}
h4{
    font: size 1.5em !important;
    font-weight: 400;
}
h5{
    font: size 1.25em !important;
    font-weight: 400;
}
.elementor-heading-title{
    font-size:2.5em;
    font-family: 'Libre Caslon Text' !important;
    font-weight:400 !important;
}
body{
    font-family: 'Roboto' !important;
    font-weight: 400 !important;
    font-size: 1.0625em !important;
    line-height: 1.59375em !important;
}
.header {
    background-color: rgba(38, 33, 29, 0.2) !important;
    position: absolute;
}
.slider-main .nivo-caption .title {
    font-weight: 400 !important;
    line-height: 1.3;
    text-shadow: 0 5px 5px #101010;
}
/* Sidebar widget title and links */
.widget-title{
    font-family: 'Roboto' !important;
    font-weight: 600 !important;
    color: #333333 !important;
    font-size: 1.5em;
}

.widget_wrap ul li a {
    color: #333333 !important;
    font-size:  0.975em;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}
.sac-sidebar-text{
    color: #333333 !important;
    font-size:  1.0625em;
    text-decoration: none;
    margin-bottom:0px;
}

/* 29-12-2025 Ends Here */

/* 30-12-2025 Start */
.gtranslate_wrapper {
    border:0px solid #0000ff;
    z-index:999 !important;
    position:absolute;
    top: 145px;
    width: 100%;
    clear: both;
}
.gt_switcher_wrapper{
    position: relative !important;
    z-index: 9999999 !important;
    border: 0px solid #ff0000;
    max-width: 1175px !important;
    margin: 0 auto;
    width: 100%;
    height:auto;
    left:0;
}
.gt_switcher{
    position: absolute !important;
    bottom: 0;
    right: 0;
    z-index:99999;
}
.fa-Donate::before{
    content: "\f0d6";
}

.fa-contact-us:before {
  content: "\f2b9";
}
#topmenu ul li a {
    display: block;
    padding: 48px 2px;
}
.sidr-class-donate-btn-mobile{
    background-color: #f8c218;
    color: #ffffff;
    padding:3px 0px;
    font-size:0.8em;
    border-radius:0px;
    text-align:center !important;
    margin:10px 20px !important;
}
/* 30-12-2025 Ends Here */

/* Global CTA classes added on 01-01-2026 */
.sac-mt-1{
    margin-top: 1.5em !important;
}
.sac-cta-light {
    width: 100%;
    background-color: #f1f1f1;
    padding: 50px 20px !important;
    border-bottom: 1px solid #e0e0e0;
    margin-top:2px;
    /* box-shadow: inset 0 10px 15px rgba(244, 145, 28, 0.2); */
}
.sac-cta-light-content {
    max-width: 1180px;
    margin: 0 auto;
    text-align: left;
    border:0px solid #ff0000;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.sac-cta-divider {
    display: block;
    width: 70px;
    height: 3px;
    background-color: #f8c218;
    margin: 0 0 28px 0;
}

.sac-cta-heading {
    font-family:'Libre Caslon Text';
    font-size: 2em;
    color:#666666;
    font-weight:400;
    margin-bottom:0.7em;
    line-height:1em;
}

.sac-cta-subtext {
    font-family:'Roboto';
    font-size: 2.5em;
    color:#333333;
    font-weight:600;
    margin-bottom:0.7em;
    line-height:1em;
}

.sac-cta-light-button {
    display: inline-block;
    padding: 14px 42px;
    background-color: #f8c218;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.sac-cta-light-button:hover {
  background-color: #e0ad10;
  transform: translateY(-2px);
}
#menu-new-top-nav li.menu-item-home {
  margin-right: 14px; /* home link gap */
}
.cta-donation-img{
    max-width: 450px;
    border-radius:30px;
    width:100%;
    box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.3);
}
.postitle{
    font-size:1.625em;
    font-family: 'Libre Caslon Text' !important;
    font-weight:400 !important;
}
/* Global CTA classes Ends here */

/* Sidebar CSS added on 02-01-2026 */
.sac-bg-dark{
    background:#242424;
    border-radius:6px 6px 0 0 !important;
    margin-bottom:-35px !important;
    z-index:2 !important;
    position: relative;
    border:1px solid #eeeff5;
    box-shadow: none !important;
}
#sidebar .widget li {
    margin: 0px !important;
}
#sidebar .widgets .widget ul li {
  display: flex;  
  align-items: start;
  gap: 5px;
  border-bottom: 1px dashed #cccccc;
  padding: 8px 0;
}

#sidebar .widgets .widget ul li a {
  text-decoration: none; 
  color: #000; 
}
#sidebar .widgets .widget ul li a:hover {
  color: #f4911c !important;
}
#sidebar .widgets .widget ul li::before {
  content: " \00bb"; 
  font-size: 1.1em; 
  margin-right: 5px;
  color: #f4911c;
}
/* Sidebar CSS Ends here */

/* Gform button CSS 02-01-2026 Starts */
.gform_next_button, .gform_previous_button{
    background:#f8c218;
    color:#333333;
    padding:10px 30px;
    border:0px;
    border-radius:0px;
    cursor:pointer;
    transition: 0.3s;
}
.gform_next_button:hover, .gform_previous_button:hover{
    background:#333333;
    color:#f8c218;
    padding:10px 30px;
    border:0px;
    border-radius:0px;
    cursor:pointer;
    transition: 0.3s;
    transform: translateY(-2px);
}
.gform_button{
    background:#f8c218;
    color:#333333;
    padding:10px 30px;
    border:0px;
    border-radius:0px;
    cursor:pointer;
    transition: 0.3s;
}
.gform_button:hover{
    background:#333333;
    color:#f8c218;
    padding:10px 30px;
    border:0px;
    border-radius:0px;
    cursor:pointer;
    transition: 0.3s;
    transform: translateY(-2px);
}
/* Gform button CSS 02-01-2026 Ends */

/* home-page-news-events */
.skt-home-posts-excerpt{
 display: none;
}

.skt-home-posts-more{
    background-color: white !important;
    color: #ce376c !important; /* Modified on 17-02-2026 to update the color of Red More link on homepage */
    padding-left: 0px !important;
    font-weight: 600;
}

/* === Page Header Background Style (Child Theme Override) === */

body .page_head_bg,
body .post_head_bg{
    position: relative;
    background-size: cover !important;
    background-position: center bottom !important;
    background-repeat: no-repeat;
    width: 100%;
    max-height: 500px !important; /* adjust as needed */
    height: 500px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page_head_bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* black overlay with 0.4 opacity */
    z-index: 0;
}

.page_head_bg .page_title_wrap {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 0 20px;
}

.page_head_bg .page_title {
    font-size: 3rem !important;
    font-weight: 400 !important;
    color: #fff;
    margin: 0;
    line-height: 3.1rem;
    /* text-transform: capitalize; */ 
}


/* Post Head Title & Overlay added on 29-12-2025 */

.post_head_bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* black overlay with 0.5 opacity */
    z-index: 1;
}

.post_head_bg .page_title_wrap {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 0 20px;
}

.post_head_bg .page_title {
    font-size: 3rem !important;
    font-weight: 400 !important;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    line-height: 3.1rem;
}

/* Language Switcher CSS added on 02-01-2026 */
.sac-lang-swt{
    display:flex;
    gap:5px;
    margin-bottom: 1em;
}
.lang-swt-btn{
    background:#f2f2f2;
    padding:2px 10px;
    width:105px;
    border:1px solid #cecece;
}
.lang-swt-btn > a{
    color:#333333;
}
.lang-swt-btn > a > span{
    color:#333333;
    font-size: 0.8em !important;
    font-family:'Roboto' !important;
}
.lang-swt-btn > a > img{
    width:16px;
    margin-right:5px;
}
/* Language Switcher CSS Ends Here */

.copyright-center{
    float: left;
    text-align:left;
    width:100%;
    margin-top:0.5em;
}
.copyright-left{
    width:75%;
}
.copyright-right{
    width:25%;
}
.widget_wrap a{
    word-break: break-word;
    overflow-wrap: break-word;
}
/* Media Queries Starts Here */
@media (max-width: 768px) {
    .page_head_bg {
        height: 250px;
    }
    .page_head_bg .page_title {
        font-size: 2rem !important;
        line-height: 50px !important;
    }

    .post_head_bg .page_title {
        font-size: 2rem !important;
    }

    .skt-home-posts-row .skt-home-posts-column {
        width: 50% !important;
        padding: 15px !important;
        margin-bottom: 0px;
    }

    .single_post .postitle{
    line-height: 50px !important;
    font-size: 2rem !important;
   }
}

/* MEDIA QUERY CLASSES ADDED ON 29-12-2025 */
@media (max-width: 1179px) {
    #simple-menu {
        display: block;
    }
    #topmenu{
        display:none;
    }
    .header-extras {
        display: none !important;
    }
    .center {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}
@media (max-width: 1079px) {
    .logo img {
        height: auto !important;
        width: 200px !important;
    }
}

@media (max-width: 1024px) {
    .copyright-left, .copyright-center, .copyright-right {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header {
        background: #26211D !important;
        border: none;
    }
    .d-mob-none{
        display: none;
    }
    .sac-cta-light-content{
        flex-direction: column-reverse;
        text-align: center;
        gap:25px;
    }
    .sac-cta-divider {
        margin: 0 auto 28px;
    }

    #sidebar .widget_wrap{
    padding: 15px !important;
  }
}
@media (max-width: 639px) {
    .header-extras {
        float: none;
        clear: both;
        text-align: center;
        padding: 0;
        margin-bottom: 30px;
        margin-top: 30px;
        display: none;
    }
    .sac-cta-subtext {
        line-height: 1em;
        font-size: 1.8em;
    }
}
@media screen and (max-width: 29.938em) { /*max-width=479*/
   body .page_head img, body .post_head img, body .page_head, body .post_head{
        height: auto !important;
        min-height: 450px !important;
    }
    .page_head_bg .page_title_wrap{
        padding: 85px 20px 0 20px !important;
    }
    
     .skt-home-posts-row .skt-home-posts-column {
        width: 100% !important;
        padding: 15px !important;
        margin-bottom: 0px;
    }
    /* Added on 17-02-2026 to set the homepage slider height and display on tablet & mobile*/
    .header {
        background-color: #000000 !important;
        position: static;
    }
}
@media (min-width: 639px) {
    .donate-btn-mobile{
        display:none !important;
    }
}

/* 12-02-26 After parent theme upated  */
.header-extras .skt-header-button a{
    border-radius: 0px;
}

.copytext .social-icons a {
    margin: 0px 7px 0px 7px;
}

.skt-home-posts-row .skt-home-posts-column {
    width: 25% ;
}

.skt-home-posts-title{
 display: -webkit-box;
  -webkit-line-clamp: 3;        
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700 !important;
}

.blog_mo{
    text-align: left !important;
    margin-top: 0px !important;
    padding-bottom: 20px;
}

.blog_mo a{
    text-transform: capitalize !important;
    padding: 10px 10px !important;
    border-bottom: none !important;
    border-left: 2px solid;
    border-left-color: lightgray;
    border-right: 2px solid;
    border-right-color: darkgray;
    border-radius: 20px;
    color: #333333;
}

.blog_mo a::after {
content: ' \f178';
font-family: 'FontAwesome';
margin-left: 5px;
}

.post-single-img {
 width: 100%;
height: auto;
overflow: hidden;
margin-bottom: 30px;
border-radius: 30px;
}

.post-single-img img {
    display: block;
}
/* Pagination classes added on 13-02-2026 */
.ast_pagenav .current{
    background-color: #000000;
    color: #ffffff;
    border:0px;
    border-radius:0px;
}

.page-numbers{
    background-color: #666666;
    color: #ffffff;
}
.page-numbers:hover{
    background-color: #000000;
    color: #ffffff;
}
.next, .prev{
    background:none;
}
.ast_pagenav, .navigation {
    width: 100%;
    text-align: left;
    float: left;
}


/* 17-02-2026  to adjust slider text*/
@media (min-width: 768px) and (max-width: 1077px){
.swiper-slide-contents{
    margin-top: 80px !important;
}

.elementor-slide-description{
 margin-bottom: 20px !important;
}
}

.thn_post_wrap .page-title{
    line-height: 3.1rem;
}

