/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* home slider */
.wpr-slider-btns svg {
    margin-right: 10px !important;
    vertical-align: text-bottom;
}

.wpr-slider-btns svg path{
	fill:#D88A24;
}

@media(max-width:410px){
	.wpr-slider-btns{
		display:flex;
		flex-direction:column;
		gap:10px;
	}
	
	.wpr-slider-secondary-btn {
    justify-content: center;
    width: max-content;
    display: flex !important;
    align-items: center !important;
    flex-direction: row-reverse !important;
}
	
	.wpr-slider-primary-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    width: max-content;
    flex-direction: row-reverse !important;
}
}


.wpr-slider-secondary-btn {
    display: none !important;
	align-items:center !important;
    flex-direction: row-reverse !important;
}

.wpr-slider-primary-btn {
    display: flex !important;
	align-items:center !important;
    flex-direction: row-reverse !important;
}

.wpr-slider-btns{
    display:flex !important;
}

.wpr-slider-content{
    display:flex;
    flex-direction:column;
}

.wpr-slider-sub-title{
    order:-1;
}

.wpr-slider-description {

    width: 70% !important;
}

.wpr-slider-title {
    display: block;
    margin-bottom: 24px;
}

/* divider line in home slider */
.wpr-slider-title{
    position: relative;
    padding-bottom: 20px;
}

.wpr-slider-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    height: 1px;
    background: #D88A24;
}

/* width of slider */
.wpr-cv-inner {
    max-width: 1440px !important;
    margin: auto;
    display: block;
	max-height:900px !important;
}

.wpr-slider-item {
	width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.wpr-cv-container {
    display: block;
    width: 1440px !important;
    height: 100%;
    position: static !important;

}

@media (max-width:1024px){

    .wpr-slider-item-bg{
        position: relative;
    }

    .wpr-slider-item-bg::before{
        content: "";
        position: absolute;
        inset: 0;
       background:linear-gradient(90deg, rgb(255 255 255 / 50%) 20%, rgb(252 252 252 / 20%) 100%);
    }

}


/* home page gallery */
.home-gallery-background{
	    background-size: 100% 100% !important;
}

/* home page blog post */

.ekit-wid-con .ekit-col-4:nth-child(3n+2){
	padding:0px !important;
}

.home .post-items{
	align-items:stretch !important;
}
.ekit-wid-con .ekit-col-4{
	height:100%;
}

@media (max-width:1024px){
      .ekit-wid-con .ekit-col-4:nth-child(2n) {
    padding-left: 0 !important;
    padding-right:15px !important;
}
	.ekit-wid-con .ekit-col-4 {
        padding: 0px 15px 15px !important;
    }
}

@media (max-width:767px){
    .ekit-wid-con .ekit-col-4,.ekit-wid-con .ekit-col-4:nth-child(2n){
     padding:0px 15px 15px !important;
     
    }
}


.elementor-12 .elementor-element.elementor-element-442773d .elementskit-post-image-card {
    display: flex;
	gap:20px;
    height: 100% !important;
    width: 100%;
    border-radius: 16px 16px 16px 16px;
    align-items: center;
    justify-content: center;
}

.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header{
	width:50%;
}
.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb {
    position: relative;
	width:100%;
    padding: 0px !important;
    overflow:hidden;
    display: block;
    height: 166px !important;
}

.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb>img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.elementskit-post-body {
    padding: 0px 0px 0px 10px;
    width: 50% !important;
}

.ekit-wid-con .elementskit-btn {
    gap: 10px;
}

/* homepage event calender */

.home-calender-event-container .ectbe-wrapper{
    display:flex;
    gap:20px;
    padding:0;
}
.ectbe-list-wrapper.style-2 .ectbe-inner-wrapper .ectbe-evt-venue{
	gap:0 !important;
}


@media (max-width: 767px) {
	    .ectbe-list-wrapper .ectbe-inner-wrapper {
        overflow-x: hidden !important;
    }
	
    .home-calender-event-container .ectbe-list-wrapper .ectbe-inner-wrapper {
        flex-direction: row;
        border: 1px solid #D88A24;
        gap: 10px !important;
        border-radius: 16px !important;
        padding: 10px;
        margin-top: 0 !important;
        width: 100% !important;
        flex-grow: 1;
    }
	
	    .style-2 .ectbe-inner-wrapper.ectbe-simple-event {
        border-left: 1px solid #D88A24 !important;
        border-radius: 16px 0 0 16px;
    }
}

/* @media screen and (max-width: 767px) {
    .style-2 .ectbe-inner-wrapper.ectbe-simple-event {
        border-left: default;
        border-radius: 16px 0 0 16px;
    }
} */



.home-calender-event-container .ectbe-month-header{
    display:none;
}

.home-calender-event-container .ectbe-date-area{
    display:none !important;
}

.ectbe-wrapper.ectbe-list-wrapper .ectbe-evt-more-box {
	display:none !important;
}

.home-calender-event-container .ectbe-list-wrapper.style-2 .ectbe-content-box .ectbe-date-area{
    display:block !important;
	padding-bottom:10px !important;
/*     flex-direction:column !important;

    align-items:center !important; 
    justify-content:center !important; 

    border:1px solid;
    padding:10px 15px !important;
    margin-bottom:5px !important;
    background-color:#6F0913;
    width:100% !important;
    min-width:auto;
    border-radius:8px; */
}

.home-calender-event-container .ectbe-ev-day,
.home-calender-event-container .ectbe-ev-mo,
.home-calender-event-container .ectbe-ev-yr,
.home-calender-event-container .ectbe-week-day,
.home-calender-event-container .ectbe-wrapper .ectbe-evt-time{
    display:inline-flex !important;
}

.home-calender-event-container .ectbe-list-wrapper .ectbe-inner-wrapper{
    flex-direction:row-reverse;
    border:1px solid #D88A24;
    gap:16px;
    border-radius:16px;
    padding:10px;
    margin-top:0 !important;
	  width:33.33% !important;
}

.home-calender-event-container .ectbe-content-box{
    width:45% !important;
    padding:0;
    border-left:none !important;
}

.home-calender-event-container .ectbe-wrapper .ectbe-evt-title{
    margin:0;
    margin-bottom:10px !important;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    line-height: 20px;
}

.ectbe-content-box .ectbe-date-area span {
    line-height: 20px !important;
    display: flex !important;
    font-size: 12px !important;
    flex-wrap: wrap !important;
    flex-direction: block !important;
}

.home-calender-event-container .entry-content ul,
.home-calender-event-container .entry-content ol{
    padding:0;
    margin:0;
    margin-bottom:5px !important;
    padding-left:20px;
}

.home-calender-event-container .ectbe-wrapper .ectbe-evt-cost,
.home-calender-event-container .ectbe-wrapper .ectbe-evt-google a,
.home-calender-event-container .ectbe-wrapper .ectbe-evt-venue{
    margin:0;
    margin-bottom:5px;
}
/* ****** */

.ectbe-evt-description > div{
    display:flex;
    align-items:center;
    gap:6px;
	  margin-bottom:5px;
}

.event-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1;
}

.event-icon img{
    width:16px;
    height:16px;
    display:block;
}

.event-date{
    display:flex;
    align-items:center;
    line-height:1;
}

.event-icon + br{
    display:none;
}

/* ****** */

/* .home-calender-event-container .ectbe-evt-description{
    display:none;
} */

.home-calender-event-container .ectbe-list-wrapper.style-2 .ectbe-inner-wrapper .ectbe-evt-img{
    width:55% !important;
    height:100%;
}

.home-calender-event-container .ectbe-list-wrapper.style-2 .ectbe-inner-wrapper .ectbe-evt-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:16px;
}

@media(min-width:768px) and (max-width:1024px){
	.home-calender-event-container .ectbe-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
}

.home-calender-event-container .ectbe-list-wrapper .ectbe-inner-wrapper {
    max-width: 49%;
    flex-direction: row-reverse;
    border: 1px solid #D88A24;
    gap: 20px;
    border-radius: 16px;
    padding: 10px;
    margin-top: 0 !important;
    width: 45% !important;
    flex-grow: 1;
}
	
}

@media(max-width:767px){
	
	.home-calender-event-container .ectbe-wrapper {
    display: flex;
    flex-direction:column;
    gap: 10px !important;
    padding: 0;
   }
	
	.home-calender-event-container .ectbe-list-wrapper .ectbe-inner-wrapper {
    flex-direction: row;
    border: 1px solid #D88A24;
    gap: 10px !important;
    border-radius: 16px;
    padding: 10px;
    margin-top: 0 !important;
    width: 100% !important;
    flex-grow: 1;
    } 
	
	.ectbe-list-wrapper .ectbe-inner-wrapper {
         margin-bottom: 0px !important;
    }
	
	.home-calender-event-container .ectbe-list-wrapper.style-2 .ectbe-inner-wrapper .ectbe-evt-img {
    width: 50% !important;
    height: auto !important;
	padding:0px !important;
    }
}

/* homepage shlok section */

@media(max-width:1024px){
.half-outside-image{
	position:static !important;
}
	
}


/* mobile side menu  */


/* @media only screen and (max-width: 1024px) {
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal, .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {

    overflow: hidden;
		
    }
	
	.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown{
    overflow: hidden;
		
	}
	

}
 */



/* footer above button */
.above-footer-button-icon:hover svg path{
	fill:#6f0913 !important;
}


/* contact form */

.contact-form p{
    margin-bottom: 30px;
}

.wpcf7 input.wpcf7-form-control:not([type=submit]):focus, .wpcf7 select.wpcf7-form-control:focus, .wpcf7 textarea.wpcf7-form-control:focus {

    border-color: #D88A24 !important;

}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea{
	font-family: "jost", Sans-serif !important;	
    width: 100%;
	height:60px;
    border: 1px solid #d8d8d8;
    background: #fff;
    padding: 12px 14px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
}

.contact-form textarea{
    height: 205px;
    resize: none;
}

.cf7-custom-submit{
	font-family: "Playfair Display", Sans-serif !important;
    background-color:#6F0913;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 13px 24px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
/*     letter-spacing: .5px; */
    cursor: pointer;
    
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    width: 240px;
    margin: 0 auto;
}

.cf7-custom-submit:hover{
    opacity: .9;
	background-color:#F26B1D !important;
}

.cf7-custom-submit i{
    font-size: 11px;
}

/* quotes */
.pop-up-quotes-text p img{
	box-shadow:none !important;
}
}


/* board of direct page members */
.ekit-wid-con .profile-square-v.square-v6 .profile-card:hover{
    transform:none !important;
    filter:none !important;
    box-shadow:none !important;
}

.profile-image-card {
    box-shadow: none !important;

}

.ekit-wid-con .profile-square-v.square-v6 .profile-card::after, body .profile-square-v.square-v6 .profile-card::after {
display:none !important;
}

.ekit-wid-con .profile-square-v.square-v6 .profile-card, body .profile-square-v.square-v6 .profile-card {
    padding-bottom: 0px !important;
	padding:0px !important;
}

/* pop up card */
.ekit-wid-con .profile-square-v.square-v6 .profile-card:hover, body .profile-square-v.square-v6 .profile-card:hover {
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: none !important;
}



.ekit-wid-con .ekit-team-modal-close, body .ekit-team-modal-close {
	width:30px !important;
	height:30px !important;
   background-color:white !important;
   border-radius:50% !important;
   color:#D88A24 !important;
   box-shadow: 0px 0px 10px 0px #7e7e7ead;
}

.ekit-wid-con .ekit-team-modal-close, body .ekit-team-modal-close svg path{
	fill:#D88A24 !important;
	stroke:#D88A24 !important;
}

.modal-content{
	display:flex !important;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	border-radius:16px !important;
}

.ekit-wid-con .elementskit-team-popup .modal-body, body .elementskit-team-popup .modal-body {
    padding: 36px 36px 36px 50px !important;
    display: flex;
    flex-direction: row-reverse !important;
	flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 20px !important;
   justify-content: space-between !important;
}

@media (max-width:710px){
.ekit-wid-con .elementskit-team-popup .modal-body, body .elementskit-team-popup .modal-body {
    padding: 36px 36px 36px 50px !important;
    display: flex;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 20px !important;
    justify-content: space-between !important;
}
	
.ekit-team-modal-info {
    width: 100% !important;
    max-width: 100% !important;
}

.ekit-wid-con .ekit-team-modal-img, body .ekit-team-modal-img {
    max-width: 100% !important;

}
	
.ekit-wid-con .ekit-team-modal-img, body .ekit-team-modal-img {
    margin-bottom: 0px !important;
}

	
}


 .ekit-wid-con .ekit-team-modal-info.has-img, body .ekit-team-modal-info.has-img {
        padding-left: 0px !important;
    }

.ekit-wid-con .ekit-team-modal-position, body .ekit-team-modal-position {
    margin-bottom: 10px !important;
    color: rgba(0, 0, 0, .5);
    font-size: 13px;
}

.ekit-wid-con .ekit-team-modal-img, body .ekit-team-modal-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-bottom: 0;
        border-radius: 16px !important;
	    border:1px solid #D88A24 !important;
        overflow: hidden !important;
	    padding:10px !important;
	    
    }

.ekit-wid-con .ekit-team-modal-img>img, body .ekit-team-modal-img>img {
      border-radius:16px !important;
}


.ekit-wid-con .ekit-team-modal-position, body .ekit-team-modal-position {
    font-family: "Lato", Sans-serif !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 31px !important;
}

.ekit-team-modal-title {
	font-family: "Playfair Display", serif !important;
    font-size: 44px !important;
    line-height: 48px !important;
    color: #6F0913 !important;
}

/* divider line */
.popup-divider-wrapper{
	width:195px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
	margin:10px 0px;
}

@media (min-width:768px) and (max-width:1024px){
	.popup-divider-wrapper{
		width:185px !important;
	}
}

@media (max-width:767px){
	.popup-divider-wrapper{
		width:120px !important;
	}
}

.pop-up-divider{
    flex:1;
    height:1px;
    background:#f26b1d;
}

.pop-up-icon{
    width:30px;
    height:30px;

    background-image:url('https://prelaunchpad.com/hgh/wp-content/uploads/2026/06/lotus-flower-svgrepo-com.svg');
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;

    flex-shrink:0;
}


/* tribute to raj sanyal */
/* pdf embedder */
.pdfemb-viewer {
    overflow: hidden;
    border-radius: 16px;
}


/* single post  */
.ast-separate-container .ast-article-single:not(.ast-related-post){
	background-color:#f0f5fa !important;
}

/* blog archieve */

.ast-archive-entry-banner[data-post-type="post"] .ast-container h1 {

    padding: 0px 20px !important;
}

@media (max-width: 992px) {
    .ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0px !important;
    }
}

.post-page-numbers.current .page-link, .ast-pagination .page-numbers.current {
    color: #ffffff;
    border-color: #6f0913 !important;
    background-color: #6f0913 !important;
}

.archive .entry-title, .blog .entry-title, .search .entry-title {
     line-height: 30px !important;
    font-size: 24px;;
}

/* blog archive divider */
.ast-blog-layout-4-grid .ast-article-inner .wp-post-image {
    width: 100%;
    object-fit: cover !important;
    object-position: top !important;
}

.blog-divider-wrapper{
	width:195px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
	margin:10px 0px;
}

@media (min-width:768px) and (max-width:1024px){
	.blog-divider-wrapper{
		width:130px !important;
	}
}

@media (max-width:767px){
	.blog-divider-wrapper{
		width:100px !important;
	}
}


.blog-divider{
    flex:1;
    height:1px;
    background:#f26b1d;
}

.blog-divider-icon{
    width:15px;
    height:15px;

    background-image:url('https://prelaunchpad.com/hgh/wp-content/uploads/2026/06/lotus-flower-svgrepo-com.svg');
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;

    flex-shrink:0;
}

.ast-blog-single-element.ast-read-more-container.read-more a{
	color:#6f0913 !important;
}


/* events archive */
.ast-archive-entry-banner[data-post-type="tribe_events"] .ast-container h1 {

    padding: 0px 20px !important;
}

.event-cta{
    background-color: #D88A24 !important;
    border: none !important;
    color: white !important;
}

.event-cta:hover{
	    background-color: #6F0913 !important;
}

.tribe-events-event-image img {
    width: 100% !important;
}

.tribe-events-content a{
	border-bottom:none !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
   padding:40px 20px !important;
}
.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
    background-color: #6F0913 !important;
    font-family: "Lato", Sans-serif !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    display: flex !important;
    height: min-content;
    color: white !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid;
    padding: 10px 15px !important;
    margin-bottom: 5px !important;
    background-color: #6F0913;
    width: max-content !important;
    min-width: auto;
    border-radius: 8px;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday, .tribe-events-calendar-list__event-date-tag-daynum {
    color: white !important;
    font-family: "Lato", Sans-serif !important;
}

.tribe-events .tribe-events-calendar-day__event-featured-image-link, .tribe-events .tribe-events-calendar-list__event-featured-image {
    height: 230px !important;
    object-fit: cover !important;
    width: 500px !important;
    border-radius: 16px !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2 .tribe-event-date-start,.tribe-event-date-end{
    line-height: 20px !important;
    font-family: "Lato", Sans-serif !important;
}

.tribe-events-calendar-list__event-venue.tribe-common-b2{
	display:none !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description p{
	display:none !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__container, .tribe-events .tribe-events-c-subscribe-dropdown__container {
    display: none !important;

}

@media (max-width: 1024px){
	.tribe-events-calendar-list__event-wrapper.tribe-common-g-col{
/*      padding:0px !important; */
}
	.tribe-events-calendar-list__event{
/* 		padding:0px !important; */
	}
	
	.tribe-events-calendar-list__event-date-tag{
		padding:48px 0px 0px 0px !important;
		margin-right:10px !important;
	}
	
	.tribe-events .tribe-events-calendar-list__event-date-tag-datetime{
		border-radius:8px !important;
		width:100% !important;
	}
}

.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium a{
	margin-top:0px !important;
	font-size:29px !important;
	line-height:35px !important;
	font-family: "Playfair Display", serif !important;
}

/* .ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single:not(.ast-related-post) {
    overflow: hidden !important;
    border-bottom: .5px solid #d1d5db !important;

} */

.tribe-events .tribe-events-calendar-list-nav {
    border-top:none !important;
}

@media (max-width: 544px) {
    .ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single, .ast-separate-container .comments-title, .ast-separate-container .ast-archive-description {
        padding: 0px !important;
        padding-bottom: 20px !important;
    }
}

/* *************** */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description > div{
    display:flex;
    align-items:center;
    gap:6px;
	  margin-bottom:5px;
}

.event-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1;
}

.event-icon img{
    width:16px;
    height:16px;
    display:block;
}

.event-date {
    display: flex;
    align-items: center;
    line-height: 20px !important;
    font-family: "Lato", Sans-serif !important;
}

.event-icon + br{
    display:none;
}


/* nav bar */
.wpr-nav-menu .wpr-sub-menu {
    width: max-content !important;
}


/* youth page */
.wpr-promo-box-description a{
	color:#ffffff00 !important;
	text-decoration:none !important;
}

.wpr-promo-box.wpr-animation-wrap:hover .wpr-promo-box-description a{
	color:white !important;
}

.wpr-promo-box {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center !important;
}

.wpr-promo-box-content {
    position: relative;
    z-index: 20;
    width: 50% !important;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}


/* header */
.header-topbar{
	width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;

}

.header-topbar .wpr-sticky-section-no{
	max-width:1440px !important;
	margin:auto !important;
}

/* .main-nav{
	position:sticky !important;
	top:0px;
	
} */

.single-post .main-header-wrapper, .single-tribe_events .main-header-wrapper {
    position: relative;
	box-shadow: 0 0px 5px 0 #00000038;
}

/* photo gallery */

/* Parent */
/* 3 Cards Per Row */
.ngg-albumoverview{
    display:grid !important;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

/* Card */
.ngg-album-compact{
    width:100% !important;
    margin:0 !important;
    float:none !important;
	border-radius:16px;
	border:1px solid #D88A24 !important;
}

/* Image Wrapper */
.ngg-album-compactbox {
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/* Image */
.ngg-album-compactbox img{
    width:350px !important;
    height:175px !important;
    object-fit:contain !important;
    display:block;
	border-radius:16px;
	
}

/* Title */
.ngg-album-compact h4{
    margin:15px 0 8px;
    text-align:center;
}

.ngg-album-compact h4 a{
    display:block;
    max-width:100% !important;
    white-space:normal;
    word-break:break-word;
}

.ngg-album-gallery-image-counter{
	display:none !important;
}

.ngg-albumoverview.default-view .ngg-album-compact h4 .ngg-album-desc {
    font-size: 16px !important;
	font-weight:700;
    letter-spacing: 1.4px;
	line-height:24px !important;
    box-shadow: none;
	text-transform:uppercase !important;
}

.ngg-album-desc {
    color: #6f0913 !important;
    font-family: "Lato", Sans-serif !important;
}

/* Photo Count */
.ngg-album-gallery-image-counter{
    text-align:center;
    margin-top:5px;
}

/* Tablet */
@media(max-width:1024px){
    .ngg-albumoverview{
        grid-template-columns:repeat(2,1fr);
    }
}

/* Mobile */
@media(max-width:767px){
    .ngg-albumoverview{
        grid-template-columns:1fr;
    }
}
