@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//oasisamerica.org/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.0") format("woff2");
}

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 500;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Inria Serif", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Inria Serif", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Inria Serif", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inria Serif", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(48,71,116);
	--wd-alternative-color: rgb(152,186,213);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(48,71,116);
	--btn-accented-bgcolor-hover: rgb(152,186,213);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #333;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/*Animation button start*/
/* Oasis America – static front + animated gradient on hover */

.oasis-btn-gradient .elementor-button{
    position: relative;
    overflow: hidden;

    color:#ffffff;
    border-radius:8px;
    padding:14px 28px;

    /* FRONT (static color) */
    background:#2563EB;

    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
    box-shadow: 0 6px 18px rgba(15,23,42,.25);
}

/* Hover → gradient + same animation as before */
.oasis-btn-gradient .elementor-button:hover{

    background: linear-gradient(
        120deg,
        #304774,
        #98bad5,
        #c6d3e3
    );

    background-size: 200% 200%;
    animation: oasis-gradient-move 3s ease infinite;

    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(15,23,42,.35);
}

@keyframes oasis-gradient-move{
    0%{ background-position: 0% 50%; }
    50%{ background-position: 100% 50%; }
    100%{ background-position: 0% 50%; }
}

/* clean professional focus */
.oasis-btn-gradient .elementor-button:focus{
    outline:none;
    box-shadow:
        0 14px 32px rgba(15,23,42,.35),
        0 0 0 4px rgba(37,99,235,.25);
}
/*Animation button start*/



/*Donate button start*/

/* Oasis America – static front + animated gradient on hover */

.oasis-btn-Donate .elementor-button{
    position: relative;
    overflow: hidden;

    color:#ffffff;
    border-radius:8px;
    padding:14px 28px;

    /* FRONT (static color) */
    background:#2563EB;

    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
    box-shadow: 0 6px 18px rgba(15,23,42,.25);
}

/* Hover → gradient + same animation as before */
.oasis-btn-Donate .elementor-button:hover{

    background: linear-gradient(
        120deg,
        #304774,
        #98bad5,
        #C6A85E
    );

    background-size: 200% 200%;
    animation: oasis-gradient-move 3s ease infinite;

    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(15,23,42,.35);
}

@keyframes oasis-gradient-move{
    0%{ background-position: 0% 50%; }
    50%{ background-position: 100% 50%; }
    100%{ background-position: 0% 50%; }
}

/* clean professional focus */
.oasis-btn-Donate .elementor-button:focus{
    outline:none;
    box-shadow:
        0 14px 32px rgba(15,23,42,.35),
        0 0 0 4px rgba(37,99,235,.25);
}


/*Donate button end*/










.oasis-rotating-text{
    width:180px;
    height:180px;
    margin:auto;
}

.oasis-rotating-text svg{
    width:100%;
    height:100%;
    animation:oasis-text-rotate 14s linear infinite;
}

.oasis-rotating-text text{
    fill:#304774; /* your primary navy */
    font-size:16px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
    font-family: Poppins, sans-serif;
		
	
}

@keyframes oasis-text-rotate{
    from{ transform:rotate(0deg); }
    to{ transform:rotate(360deg); }
}



/* ========== The Events Calendar – Color Setup ========== */

/* Main text color */
.tribe-events,
.tribe-events a,
.tribe-events-content,
.tribe-events-content p,
.tribe-events-single-event-title,
.tribe-events-list-event-title,
.tribe-common,
.tribe-common a{
    color:#111827 !important;
}

/* Primary buttons & main actions */
.tribe-common .tribe-common-c-btn,
.tribe-events .tribe-events-button,
.tribe-events .tribe-common-c-btn{
    background-color:#304774 !important;
    border-color:#304774 !important;
    color:#ffffff !important;
}

/* Hover state */
.tribe-common .tribe-common-c-btn:hover,
.tribe-events .tribe-events-button:hover,
.tribe-events .tribe-common-c-btn:hover{
    background-color:#98BAD5 !important;
    border-color:#98BAD5 !important;
    color:#111827 !important;
}

/* Event title links */
.tribe-events a.tribe-events-calendar-list__event-title-link,
.tribe-events a.tribe-events-list-event-title{
    color:#304774 !important;
}

.tribe-events a.tribe-events-calendar-list__event-title-link:hover,
.tribe-events a.tribe-events-list-event-title:hover{
    color:#98BAD5 !important;
}

/* Navigation & view switcher links */
.tribe-events-c-nav a,
.tribe-events-c-view-selector__button{
    color:#304774 !important;
}

.tribe-events-c-nav a:hover,
.tribe-events-c-view-selector__button:hover{
    color:#98BAD5 !important;
}



/* ========== The Events Calendar – Single Event page ========== */

/* Add to Calendar button */
.tribe-events-single
.tribe-events-c-subscribe-dropdown__button{
    background-color:#304774 !important;
    border-color:#304774 !important;
    color:#ffffff !important;
}

/* Add to Calendar hover */
.tribe-events-single
.tribe-events-c-subscribe-dropdown__button:hover{
    background-color:#98BAD5 !important;
    border-color:#98BAD5 !important;
    color:#111827 !important;
}


/* dropdown links inside Add to Calendar */
.tribe-events-single
.tribe-events-c-subscribe-dropdown__list a{
    color:#111827 !important;
}

.tribe-events-single
.tribe-events-c-subscribe-dropdown__list a:hover{
    color:#304774 !important;
}


/* single event page links (content area only) */
.tribe-events-single
.tribe-events-single-section a{
    color:#304774 !important;
}

.tribe-events-single
.tribe-events-single-section a:hover{
    color:#98BAD5 !important;
}

/*event subscribe button hidden*/
.single-tribe_events .tribe-events-c-subscribe-dropdown__container, .tribe-events .tribe-events-c-subscribe-dropdown__container {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    visibility: hidden !important;
}




/*menu font color*/
/* Hover color */
.wd-nav-main .menu-item > a:hover{
    color:#98BAD5 !important;
}

/* Active / current menu item color */
.wd-nav-main .current-menu-item > a,
.wd-nav-main .current_page_item > a,
.wd-nav-main .current-menu-ancestor > a{
    color:#98BAD5 !important;
}


/*rotating text*/
.oasis-rotating-text text{
    font-family: 'Inria Serif', serif !important;
}



/* Hide "A course by" section in Tutor LMS */
.tutor-course-instructors,
.tutor-single-course-instructor,
.tutor-course-details-instructors{
    display:none !important;
}




/*Floating button animation*/

.cta-pro-btn .elementor-button{
    position:relative;
    overflow:hidden;
    background:linear-gradient(135deg,#304774,#98BAD5);
    border:none;
    transition:all .35s ease;
    animation:ctaFloat 3.5s ease-in-out infinite;
}

/* floating animation */
@keyframes ctaFloat{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-6px);
    }
    100%{
        transform:translateY(0px);
    }
}

/* hover effect */
.cta-pro-btn .elementor-button:hover{
    transform:translateY(-8px);
    box-shadow:0 14px 35px rgba(48,71,116,0.35);
}

/* moving light */
.cta-pro-btn .elementor-button::before{
    content:'';
    position:absolute;
    top:0;
    left:-75%;
    width:50%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.45),
        transparent
    );
    transform:skewX(-25deg);
    animation:buttonShine 3s infinite;
}

@keyframes buttonShine{
    0%{
        left:-75%;
    }
    100%{
        left:130%;
    }
}



.wd-post-author.wd-meta-author {
    display: none !important;
}


/*Roatatin Image*/

.rotate-circle-img img{
    border-radius:50%;
    animation:circleRotate 50s linear infinite;
}

@keyframes circleRotate{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}

/*Roatating image end*/














