/* ===================================================================================
* Theme Name: Charitious Child
* Theme URI: https://themeforest.net/user/xpeedstudio/portfolio
* Description: Charitious is powerful and modern charitable responsive WordPress Theme.
* Version: 1.0
* Author: XpeedStudio
* Author URI: http://www.xpeedstudio.com
* Template: charitious
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready
* We encourage you to create Child theme for any modifications you will want to do.
* Why use Child theme?
* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.
* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/
====================================================================================== */
/* .useFullLinks{
	text-align: center !important;
} */
@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;900;1000&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap);
/* variable declaration  */
:root {
	--black: #000000;
	--white: #ffffff;
	--primary-color: #e83402;
	--orange1: #ff5e00;
	--orange2: #ff9d65;
	--dark-gray1: #111111;
	--dark-gray2: #323232;
	--dark-gray3: #7c7c7c;
	--light-gray1: #b8b8b8;
	--light-gray2: #dbdbdb;
	--light-gray3: #f2f2f2;
	--secondary-color: #171b4b;
	--blue1: #646787;
	--blue2: #d8d9e1;
	--primary-rgb: 232, 52, 2;
	--blue1-rgb: 100, 103, 135;
	--primary-fonts: "Nunito", sans-serif;
	--secondary-fonts: "Playfair Display", serif;
}
/* common css  */
a,
b,
button,
p,
span,
strong {
	font-family: var(--primary-fonts) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--secondary-fonts) !important;
	line-height: 1.3;
}
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
	font-family: var(--secondary-fonts) !important;
}
h1 {
	font-size: 50px !important;
}
h2 {
	font-size: 48px !important;
}
h3 {
	font-size: 38px !important;
}
h4 {
	font-size: 32px !important;
}
h5 {
	font-size: 22px !important;
}
h6 {
	font-size: 20px !important;
}
p {
	font-size: 16px !important;
}
p span {
	font-size: 16px !important;
}
li,
li span {
	font-size: 16px !important;
}
.orange-text {
	color: var(--primary-color) !important;
}
.white-text {
	color: var(--white) !important;
}
.has-gray-bg {
	background-color: var(--light-gray3) !important;
}
.dark-gray-bg {
	background-color: var(--dark-gray2) !important;
}
/* header  */
.xs-header.xs-fullWidth .nav-menu li a {
	color: var(--dark-gray1);
}
.xs-menus.xs_nav-landscape .nav-submenu li a:hover {
	color: var(--primary-color);
}
header .nav-menu>li>a::before,
header .nav-menu>li>a::after {
	border-color: var(--primary-color) !important;
}
header .nav-menu li.current-menu-item>a::after,
header .nav-menu li.current-menu-item>a::before {
	border-color: var(--primary-color) !important;
}
.top-bar-boxed {
	background-color: var(--dark-gray2);
}
.top-bar-boxed .xs-top-social a i{
	color: var(--white) !important;
	opacity: 0.8;
	transition: all 0.3s;
}
.top-bar-boxed .xs-top-social a:hover i{
	opacity: 1;
}
.top-bar-boxed .xs-top-bar-mail .icon-envelope{
	margin-right: 10px;
}
/* footer  */
footer {
	background-color: var(--secondary-color) !important;
}
footer .container{
	max-width: 1140px;
}
footer .xs-back-to-top {
	background-color: var(--primary-color) !important;
	transition: all 0.3s;
}
footer .xs-back-to-top:hover{
	transform: translateY(-8px);
}
.footer-widget .menu a:hover {
	color: var(--primary-color) !important;
}
footer .footer-widget p {
	max-width: 350px;
}
.xs-round-nav {
	background-color: var(--blue1);
}
.xs-round-nav:hover {
	background-color: var(--secondary-color);
}
.child-side-footer .xs-info-list .color-1 {
	color: var(--white);
}
.child-side-footer .xs-info-list i {
	color: var(--light-gray3) !important;
}
.child-side-footer .xs-copyright-text p {
	color: var(--light-gray2);
}
.child-side-footer .xs-recent-post-widget .post-info .comments-link i {
	color: var(--light-gray1) !important;
}
.child-side-footer .xs-recent-post-widget .post-info .entry-title a:hover{
	color: var(--primary-color);
}
.child-side-footer .xs-footer-menu li a{color: var(--white);}
.xs-footer-menu li a:hover{color: var(--primary-color);}
.child-side-footer .btn-primary:hover:after,.child-side-footer .btn-primary:hover:before{
	background-color: var(--white) !important;
}
.child-side-footer .btn.btn-primary:hover{
	color: var(--primary-color);
}
.child-side-footer .footer-widget .wp-block-buttons{
	margin: 15px 0 25px;
}
.child-side-footer .footer-widget .xs-social-list-v2 a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.child-side-footer .footer-widget .xs-social-list-v2 a i{
	display: block;
}
.child-side-footer span,
.child-side-footer p{color: var(--white);}
.child-side-footer.footer-v4 .xs-recent-post-widget .post-info .comments-link{
	margin-right: 0;
}
.ascend-section p {
	color: var(--dark-gray2) !important;
}
.ascend-section p>a {
	color: var(--primary-color) !important;
}
.ascend-section p>a:hover {
	color: var(--orange1) !important;
}
.ascend-section ul.elementor-icon-list-items li {
	color: var(--dark-gray2) !important;
}
.ascend-section :is(h1, h2) {
	color: var(--secondary-color) !important;
}
.ascend-section :is(h1, h2) span {
	color: var(--primary-color) !important;
}
.ascend-section :is(h3, h4, h5, h6) {
	color: var(--dark-gray1) !important;
}
.ascend-section :is(h3, h4, h5, h6) a {
	color: inherit !important;
}
.ascend-section :is(h3, h4, h5, h6) a:hover {
	color: var(--primary-color) !important;
}
.ascend-section .blue-title h3 {
	color: var(--secondary-color) !important;
}
.ascend-section.has-dark-bg p {
	color: var(--white);
}
.ascend-section.has-dark-bg :is(h3, h4, h5, h6) {
	color: var(--white) !important;
}
.ascend-section.has-dark-bg :is(h1, h2) {
	color: var(--white) !important;
}
.ascend-section .orange-text,
.ascend-section .orange-text * {
	color: var(--primary-color) !important;
}
.ascend-section .white-text,
.ascend-section .white-text * {
	color: var(--white) !important;
}
.ascend-video-block .funfact-list li p {
	color: var(--white) !important;
}
.about-ascend-section .elementor-heading-title {
	color: var(--primary-color);
}
.about-ascend-section .intruduction-video::before {
	background: -moz-linear-gradient(top, var(--white) 0%, var(--white) 50%, var(--blue1) 50%, var(--blue1) 100%);
	background: -webkit-linear-gradient(top, var(--white) 0%, var(--white) 50%, var(--blue1) 50%, var(--blue1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(var(--white)), color-stop(50%, var(--white)), color-stop(50%, var(--blue1)), to(var(--blue1)));
	background: -o-linear-gradient(top, var(--white) 0%, var(--white) 50%, var(--blue1) 50%, var(--blue1) 100%);
	background: linear-gradient(to bottom, var(--white) 0%, var(--white) 50%, var(--blue1) 50%, var(--blue1) 100%);
}
.about-ascend-section .intruduction-video::after {
	background: var(--blue1);
}
.about-ascend-section .intruduction-video .funfact-list{
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.about-ascend-section .intruduction-video .funfact-list li{
	padding: 0 10px;
	margin: 0;
}
.about-ascend-section .intruduction-video .xs-video-popup-wraper{
	margin-bottom: 40px;
}
.about-ascend-section .funfact-list li p{color: var(--white);}
.about-ascend-section .funfact-list li span {
	font-size: 3em !important;
	color: var(--white);

}
.section-title-block h2 {
	color: var(--secondary-color) !important;
}
.section-title-block .xs-separetor,
.xs-heading.heading-v2.v4 .xs-separetor {
	background-color: var(--primary-color) !important;
}
.xs-heading.heading-v2.v4 .xs-title{
	color: var(--secondary-color);
}
.badge-primary {
	background-color: var(--primary-color);
}
.xs-breadcumb li a:hover {
	color: var(--white);
}
/* button cs  */
.btn.btn-danger {
	background-color: var(--primary-color);
}
.btn.btn-danger:hover {
	background-color: var(--primary-color);
}
.btn.btn-danger:hover:after,
.btn.btn-danger:hover:before {
	background-color: var(--secondary-color) !important;
}
.btn.btn-outline-danger:hover {
	border-color: var(--secondary-color);
}
.btn.btn-outline-danger:hover:after,
.btn.btn-outline-danger:hover:before {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
}
.btn.btn-outline-primary {
	color: var(--white) !important;
	background-color: var(--orange1);
	border: none;
}
.btn.btn-outline-primary:hover {
	color: var(--secondary-color) !important;	
}
.btn.btn-outline-primary:hover::after,
.btn.btn-outline-primary:hover::before {
	background-color: var(--white) !important;
}
.btn-primary {
	background-color: var(--orange1) !important;	
}
.btn-primary:hover {
	background-color: var(--orange1) !important;
}
.btn-primary:hover:after,
.btn-primary:hover:before {
	background-color: var(--secondary-color) !important;
}
.btn.btn-primary .badge{padding: 0;}
/* pagination  */
.xs-pagination-shortcode.xs-pagination{
	padding-bottom: 10px;
}
.xs-pagination-shortcode.xs-pagination a,
.xs-pagination-shortcode.xs-pagination span {
	color: var(--dark-gray2);
	border-color: var(--light-gray2);
}
.xs-pagination-shortcode.xs-pagination a:hover,
.xs-pagination-shortcode.xs-pagination span.current {
	background-color: var(--orange1);
	border-color: var(--orange1);
}
.custom-overlay {
	background-color: var(--dark-gray1);
	opacity: 0.7;
}
.wfp-view .wfp-list-campaign .wfp-campaign-container .wfp-post-image {
	background-size: cover;
	background-repeat: no-repeat;
}
.causes-card-list-wrapper .wfp-list-campaign .campaign-blog .wfp-compaign-contents .wfp-campaign-content--cat__link {
	background-color: var(--blue1);
}
.causes-card-list-wrapper .wfp-round-bar .wfp-round-bar-data {
	background-color: var(--blue1) !important;
}
.causes-card-list-wrapper .wfp-round-bar .wfp-round-bar-data::before {
	color: var(--blue1) !important;
}
.causes-card-list-wrapper .wfp-list-campaign .campaign-blog .wfp-compaign-contents .wfp-campign-user .profile-info .display-name {
	color: var(--dark-gray2);
}
.causes-card-list-wrapper .wfp-list-campaign .campaign-blog .wfp-compaign-contents .wfp-campaign-content .wfp-inner-data i::before {
	color: var(--dark-gray1);
}
.causes-card-list-wrapper .wfp-list-campaign .campaign-blog .wfp-compaign-contents .wfp-campaign-content .wfp-inner-data strong {
	color: var(--dark-gray1);
}
.causes-card-list-wrapper .wfp-list-campaign .campaign-blog .wfp-compaign-contents .wfp-campaign-content .wfp-inner-data span {
	color: var(--dark-gray2);
}
.causes-card-list-wrapper .wfp-view .xs-progress {
	background-color: var(--light-gray3);
}
.causes-card-list-wrapper .wfp-view .xs-progress-bar {
	box-shadow: -1.953px 5.673px 14px 0px rgba(var(--blue1-rgb), .44);
	background-color: var(--blue1);
}
.charity-projects-section .card-listing-wrap h5 {
	color: var(--secondary-color) !important;
}
.charity-projects-section .card-listing-wrap .icon-block {
	color: var(--primary-color);
}
.voulnteer-area-section {
	background-color: var(--dark-gray2);
}
.voulnteer-area-section .volunteer-content {
	background-color: var(--light-gray2);
}
.latest-news-section .card-listing-block .date {
	background-color: var(--secondary-color);
}
.latest-news-section .card-listing-block .post-meta,
.latest-news-section .card-listing-block .post-meta a,
.latest-news-section .card-listing-block .post-meta i::before {
	color: var(--dark-gray2);
}
.latest-news-section .card-listing-block .post-author a{
	word-break: break-all;
}
.latest-news-section .journal-v2 .xs-round-avatar{
	min-width: 30px;
}
.team-listing-block .elementor-col-25:nth-child(odd) .xs-team-content svg .fill-color{
	fill: var(--primary-color) !important;
}
.team-listing-block .elementor-col-25:nth-child(even) .xs-team-content svg .fill-color{
	fill: var(--secondary-color) !important;
}
.team-listing-block h5 {
	color: var(--white) !important;
	font-weight: 700;
}
.team-listing-block .xs-single-team .image img{
	margin-bottom: 0 !important;
}
.team-listing-block .xs-team-content{
	padding-bottom: 20px;
	margin-bottom: 0 !important;
	padding-top: 10px !important;
}	
.upcoming-events-section .event-listing-block h5 a {
	transition: all 0.5s;
}
.upcoming-events-section .event-listing-block ul li {
	color: var(--dark-gray2);
}
.upcoming-events-section .event-listing-block ul li i::before {
	color: var(--dark-gray2);
}
.upcoming-events-section .event-listing-block .event-date-wraper svg {
	fill: var(--secondary-color) !important;
}
.upcoming-events-section .event-listing-block .xs-countdown-timer {
	background-color: var(--blue1) !important;
}
.our-mission-vission-block h4 {
	color: var(--secondary-color) !important;
}
.our-mission-vission-block h3 {
	font-size: 18px !important;
	max-width: 380px;
	margin: 0 auto;
	font-family: var(--primary-fonts) !important;
	color: var(--dark-gray2) !important;
}
.our-mission-vission-block h3 em {
	font-style: normal;
	font-family: var(--primary-fonts) !important;
	color: var(--dark-gray2) !important;
}
.tick-list li .elementor-icon-list-icon {
	top: 5px;
}
.tick-list li .elementor-icon-list-icon i::before {
	font-size: 16px;
}
.xs-team-content {
	min-height: 210px !important;
	margin-top: -20px !important;
}

.why-join-ascend-section .content-block {
	width: 100%;
	max-width: 590px;
	margin: 0 0 0 auto;
	padding: 50px 30px 50px 20px;
	display: flex;
	align-items: center;
}
.why-join-ascend-section .content-block .elementor-icon-list-icon {
	margin-top: 3px;
	margin-right: 2px;
}
.why-join-ascend-section .content-block .elementor-icon-list-icon i {
	font-size: 7px;
}
.card-listing-block .xs-single-journal {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.card-listing-block .xs-single-journal .entry-thumbnail {
	height: 235px;
	min-height: 235px;
}
.card-listing-block .xs-single-journal .entry-thumbnail img {
	height: 100%;
	object-fit: cover;
}
.card-listing-block .xs-single-journal>.entry-header {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.card-listing-block .xs-single-journal>.entry-header .xs-separetor {
	margin-top: auto;
}
.accelerate-section .sub-title-text {
	color: var(--orange1) !important;
}
.accelerate-section .line-height h6 {
	line-height: 1.5 !important;
}
.accelerate-section .dark-gray-text p {
	color: var(--light-gray1) !important;
}
.accelerate-section .circle-timer .time_circles>div {
	transform: translateY(10px);
}
.ascend-section .ascend-partners-logos .fundpress-partners li a {
	padding: 10px;
	overflow: hidden;
	width: 140px;
	height: 140px;
}
.ascend-section .ascend-partners-logos .fundpress-partners li a img {
	object-fit: contain;
	height: 100%;
	width: 100%;
	display: block;
}
.ascend-banner-slider h4 {
	margin: 0 0 30px !important;
}
.ascend-banner-slider .xs-welcome-content{min-height: 100vh;padding-top: 150px;}
.ascend-banner-slider .xs-welcome-wraper{max-width: 950px;margin: 0 auto;}
.ascend-section .ascend-partners-logos .fundpress-partners{
	margin-left: -10px ;
	margin-right: -10px;
}
.ascend-section .ascend-partners-logos .fundpress-partners li{
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 0;
}
.ascend-section .ascend-partners-content .elementor-widget-wrap {
	align-content: center;
}
.ascend-partners-section .xs-welcome-slider .xs-black-overlay{display: none;}
.ascend-partners-section .xs-welcome-content{min-height: 400px; background-size:contain;background-color: var(--white); padding: 0;}
.ascend-partners-section .owl-carousel .owl-stage-outer{box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);}
.container{max-width: 1140px;}
header .col-md-9.header-links-wrap .nav-menu{display: flex; justify-content: flex-end;}
.xs-header .nav-menu li a > span{font-size: 14px !important;}
.top-bar-content.ascend-canada-flag{text-align: center;}
.xs-top-bar .top-bar-content.ascend-canada-flag .top-bar-info{margin-right: 0;font-size: 1em  !important;}
.xs-top-bar .top-bar-content.ascend-canada-flag .top-bar-info img{margin-left: 10px; display: inline-block;}
section.elementor-top-section{overflow: hidden;}
.our-mission-vision-section .elementor-column.elementor-col-50{
	padding: 0 15px;
	margin: 0 0 20px;
}
.our-mission-vision-section .elementor-column.elementor-col-50 .elementor-widget-wrap{
	background-color: var(--light-gray3);
	padding:30px 30px 20px !important;
	border-radius: 5px;
	overflow: hidden;
}
.our-objective-section .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{
	padding: 40px 10px;
}
.our-objective-section-listing ul{
	padding-left: 23px;
	list-style-position: outside;
}
.our-objective-section-listing ul li{
	list-style-position: outside;
}
.our-objective-section-listing ul li::marker{
	margin: 0;
}
.ascend-section .xs-heading span{
	color: var(--primary-color);
}
.ascend-section .elementor-inner-section .elementor-element.elementor-col-50:nth-child(2){
	flex: 1;
}
.team-listing-block .xs-single-team .image img{width: 100%;}
.inner-banner-section .xs-inner-banner-content{max-width: 950px; margin: 0 auto;}
.inner-banner-section .xs-inner-banner-content p{font-size: 20px !important; color: var(--white);}
.inner-banner-section .xs-inner-banner-content li{color: var(--white);}
.inner-banner-section .xs-inner-banner-content .xs-breadcumb {padding: 0;}
.xs-banner-inner-section.inner-banner-section{padding-top: 250px; padding-bottom: 150px;}
body div.mfp-fade.mfp-bg{z-index: 10001 ;}
.mfp-container{z-index: 1004 ;}

.custom-tabs-section.elementor-section.elementor-section-boxed > .elementor-container{
	max-width: 1140px;
}
.custom-tabs-section .elementor-tabs .elementor-tabs-wrapper{	
	display: flex;
	overflow-y: hidden;
	overflow-x: auto;
}
.custom-tabs-section .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title{
	border-width: 5px 1px 1px 1px;
	border-style: solid;
	border-color: transparent var(--white) var(--light-gray2) transparent;
    padding: 20px 20px;
    background-color: var(--light-gray3);
    font-size: 18px;
    font-weight: 700;
    color: var(--secondary-color);
    border-radius: 0;
    text-align: center;
    line-height: 1;   
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
	flex: 1;
	white-space: nowrap;
	box-shadow: none;
	outline: none;
	display: block;
}
.custom-tabs-section .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:last-child{
	border-right-color: var(--light-gray3) ;
}
.custom-tabs-section .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title::before,
.custom-tabs-section .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title::after{
	display: none;
}
.custom-tabs-section .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active{
	border-color: var(--blue1) var(--light-gray2) transparent var(--light-gray2);
	background-color: var(--white);
}
.custom-tabs-section .elementor-tabs .elementor-tabs-content-wrapper{
	padding: 50px 40px;
    border: 1px solid var(--light-gray2);    
    border-top: 1px solid transparent;
    margin-top: -1px;
}
.custom-tabs-section .elementor-tabs-content-wrapper .elementor-tab-content {
	border: none;
	padding: 0;
}
.custom-tabs-section .elementor-tabs-content-wrapper .elementor-tab-content .logos-wrapper{
	padding: 0;
	margin: 0 -10px -20px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.custom-tabs-section .elementor-tabs-content-wrapper .elementor-tab-content .logos-wrapper li{
	padding: 0 10px;
	margin: 0 0 20px;	
}
.custom-tabs-section .elementor-tabs-content-wrapper .elementor-tab-content .logos-wrapper li > a{
	width: 140px;	
	height: 140px;
	min-width: 140px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	background-color: var(--white);
	padding: 15px;
	overflow: hidden;
}
.custom-tabs-section .elementor-tabs-content-wrapper .elementor-tab-content .logos-wrapper li > a img{
	margin: 0;
	object-fit: contain;
	height: 100%;
	width: 100%;
}
.custom-tabs-section h2{color: var(--secondary-color) !important; margin: 0 0 20px;}
.custom-tabs-section .elementor-tabs-content-wrapper .elementor-tab-content {color: var(--dark-gray1) !important; font-size: 16px;}
.custom-tabs-section .elementor-tabs-content-wrapper .elementor-tab-content a{color: var(--primary-color) !important;}
.custom-tabs-section .elementor-tabs-content-wrapper .elementor-tab-content a:hover{color: var(--orange1) !important;}

.contact-us-page-section .elementor-heading-title{
	color: var(--secondary-color) !important;	
}
.contact-us-page-section .adress-detail {
	margin: 0 0 30px;
}
.contact-us-page-section .adress-detail span,
.contact-us-page-section .adress-detail a{
	color: var(--secondary-color);
}
.contact-us-page-section .adress-detail a:hover{
	color: var(--orange1);
	cursor: pointer;
}
.contact-us-page-section .xs-social-list-v2 li a{border-color: transparent;color: var(--white) !important;}
.contact-us-page-section .xs-social-list-v2 li a.color-twitter{
	background-color: #1da1f2;
}
.contact-us-page-section .xs-social-list-v2 li a.color-linkedin{
	background-color: #0077b5;
}
.contact-us-page-section  .xs-social-list-v2 li a.color-instagram{
	background-color: #e1306c;
}
.contact-us-page-section  .xs-social-list-v2 li a.color-youtube{
	background-color: #cd201f;
}
.metform-submit-btn.btn-primary ,
.ticket-cls .bul-ticket-cls,
.subsopt-email .btn.btnCustom{
	background-color: var(--orange1) !important;
	font-size: 0.85714em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .3px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
    padding: 16px 39px;
    line-height: 1;
    border: 0;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;	
	cursor: pointer;
}
.metform-submit-btn.btn-primary:before, .metform-submit-btn.btn-primary:after ,
.ticket-cls .bul-ticket-cls::before, .ticket-cls .bul-ticket-cls::after,
.subsopt-email .btn.btnCustom::before, .subsopt-email .btn.btnCustom::after{
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: all .6s;
    transition: all .6s;
	-webkit-animation:none;
	animation: none;
	opacity: 1;
	margin: 0;
	border: none;
	border-radius: 0;
}
.metform-submit-btn.btn-primary:before,
.ticket-cls .bul-ticket-cls::before,
.subsopt-email .btn.btnCustom::before{
	left: 50%;
}
.metform-submit-btn.btn-primary:after,
.ticket-cls .bul-ticket-cls::after,
.subsopt-email .btn.btnCustom::after{
	right: 50%;
	left: auto;
}
.metform-submit-btn.btn-primary:hover,
.ticket-cls .bul-ticket-cls:hover,
.subsopt-email .btn.btnCustom:hover {
	background-color: var(--orange1) !important;
}
.metform-submit-btn.btn-primary:hover:after,
.metform-submit-btn.btn-primary:hover:before,
.ticket-cls .bul-ticket-cls:hover::after,
.ticket-cls .bul-ticket-cls:hover::before ,
.subsopt-email .btn.btnCustom:hover:hover::after,
.subsopt-email .btn.btnCustom:hover:hover::before{
	background-color: var(--secondary-color) !important;
	width: 50%;
}
.custom-contact-form input,
.custom-contact-form textarea{
	outline: none;
	box-shadow: none !important;
	transition: all 0.3s;
}
.custom-contact-form input:focus,
.custom-contact-form textarea:focus{
	border-color: var(--orange1) !important;
}
.xs-video-popup.xs-round-btn{
	background-color: var(--orange1);
	color: var(--white);
}
.xs-video-popup.xs-round-btn:hover{
	background-color: var(--secondary-color);
}
.ascend-about-video-section.elementor-top-section{overflow: unset;}
.ascend-about-video-section .xs-video-popup-wraper img{margin: 0;}
.ascend-detail-page-section h5{color: var(--secondary-color) !important; line-height: 1.4;}
.ascend-about-video-section .xs-video-popup-section{margin-top: -95px;}

.about-ascend-section .video-counter-section .elementor-custom-embed-play{
	width: 70px;
    height: 70px;
    line-height: 70px;
	background-color: var(--orange1);    	
	transition: all 0.4s ease;
	display: inline-flex;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
}
.about-ascend-section .video-counter-section .elementor-custom-embed-play i{
	color: var(--white);
	font-size: 1.14286em;
	opacity: 1;
	text-shadow: none;
}
.about-ascend-section .video-counter-section .elementor-custom-embed-play:hover{
	background-color: var(--secondary-color);
	color: var(--white);
}
.about-ascend-section .video-counter-section .elementor-counter-number-wrapper{
	font-size: 3em !important;
	font-weight: 500 !important;
	color: var(--white) !important;
	font-family: var(--primary-fonts) !important;
	line-height: 1 !important;
}
.about-ascend-section .video-counter-section .elementor-counter .elementor-counter-number-prefix{display: none;}
.about-ascend-section .video-counter-section .elementor-counter .elementor-counter-title{
	margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px !important;
	line-height: 1;
    font-weight: 600;
	text-align: left;
	font-family: var(--primary-fonts);
}
.about-ascend-section .video-counter-section > .elementor-column-wrap{margin-right: -30% !important;width: auto !important;}
.about-ascend-section .video-counter-section .elementor-widget-video{margin: 0 !important;position: static !important;}
.about-ascend-section .video-counter-section .elementor-widget-video .elementor-widget-container{margin-left: 40px;}
.about-ascend-section .video-counter-section .elementor-widget-video::before{
	background-color: var(--blue1);
	position: absolute;
	right: -40px;
	top:10%;
	bottom: 10px;
	z-index: -1;
	left: 50px;
	content: '';
}
.about-ascend-section .video-counter-section .elementor-inner-section{padding: 15% 0 0;margin: -15% 0 0 !important; z-index: -1;}
.about-ascend-section .video-counter-section .elementor-inner-section .elementor-row{padding:30px 0 30px 40px;}
.about-ascend-section .video-counter-section .elementor-inner-section .elementor-row .elementor-column {padding: 0 10px; width: 33.33%;}

.custom-slides-section{background-color: var(--light-gray3); margin: 0 0 20px;}
.custom-slides-section .slideshow-container,
.custom-slides-section .slideshow-container2{padding: 80px; position: relative;text-align: center;}
.custom-slides-section .author{color: var(--orange1);margin: 10px 0 0;}
.custom-slides-section .prev,
.custom-slides-section .prev2{left: 0;}
.custom-slides-section .next,
.custom-slides-section .next2{right: 0;}
.custom-slides-section .prev,
.custom-slides-section .prev2,
.custom-slides-section .next,
.custom-slides-section .next2{z-index: 1; position: absolute; top: 50%; transform: translateY(-50%);display: inline-block; cursor: pointer;padding: 16px;color: var(--orange1) !important;font-weight: bold;font-size: 20px;}
.custom-slides-section .dot-container,
.custom-slides-section .dot-container2{padding: 20px 20px; display: flex; align-items: center; justify-content: center; background-color: var(--light-gray2);}
.custom-slides-section .dot-container .dot,
.custom-slides-section .dot-container2 .dot2{width: 15px; height: 15px; border-radius: 50%; background-color: var(--light-gray1);margin: 0 5px; transition: all 0.3s; cursor: pointer; }
.custom-slides-section .dot-container .dot.active,
.custom-slides-section .dot-container2 .dot2.active{background-color: var(--orange1);}
.custom-slides-section .mySlides {display: flex; align-items: center; flex-wrap: wrap;}
.custom-slides-section .mySlides .img-col{flex: 0 0 300px;max-width: 300px;}
.custom-slides-section .mySlides .img-col img{margin: 0 0 20px;}
.custom-slides-section .mySlides .txt-col{flex: 0 0 calc(100% - 300px); max-width: calc(100% - 300px); text-align: left;padding-left: 40px;}

.ascend-cms-section .elementor-text-editor,
.ascend-cms-section p,
.ascend-cms-section li,
.ascend-cms-section table td,
.ascend-cms-section table th{color: var(--dark-gray2);}
.ascend-cms-section a{color: var(--primary-color);transition: all 0.3s;}
.ascend-cms-section a:hover{color: var(--orange1);}
.ascend-cms-section h2,
.ascend-cms-section h3,
.ascend-cms-section h4{color: var(--secondary-color) !important;font-weight: 600;}
.ascend-cms-section .btn,
.ascend-cms-section .btn:hover{color: var(--white);white-space: normal;}
ul,ul li,ol, ol li{list-style-position: outside;}
.ascend-cms-section ul,
.ascend-cms-section ol{padding-left: 20px;}
.ascend-cms-section table td,
.ascend-cms-section table th{border-color: var(--light-gray2);}

.ascend-gray-section-block .elementor-widget-container{border: 1px solid var(--light-gray2) !important;background-color: transparent !important;padding: 40px 10px !important;}
.ascend-gray-section-block .elementor-icon-list-icon i{color: var(--secondary-color) !important; font-size: 24px;}
.ascend-gray-section-block span{color: var(--secondary-color) !important;}
.ascend-data-section{background-color: var(--light-gray3);}
.ascend-data-section .circle-timer .time_circles>div{top: 37% !important;}
.ascend-data-section .circle-timer .time_circles>div>span{font-size: 3rem !important; font-weight: 700; color: var(--dark-gray2);}
.ascend-data-section .circle-timer .time_circles>div>h4{font-size: 1rem !important; color: var(--dark-gray2);}
.ascend-data-section .circle-timer{max-width: 800px; margin: 0 auto; width: 100%;}
.ascend-data-section .circle-timer .time_circles canvas{width: 100% !important;}

.upcoming-events-section .event-v2 .xs-single-event{height: 100%;display: flex; flex-direction: column; margin: 0;}
.upcoming-events-section .event-v2 .col-md-6{margin: 0 0 30px;}
.upcoming-events-section .event-v2 .xs-single-event .xs-event-image{margin: 0;}
.upcoming-events-section .event-v2 .xs-event-content{display: flex;flex-direction: column; height: 100%;}
.upcoming-events-section .event-v2 .xs-event-content ul.xs-event-list{margin-top: auto;}
.upcoming-events-section.custom-tabs-section .elementor-tabs-content-wrapper .elementor-tab-content h5 a{color:var(--dark-gray2) !important;}
.upcoming-events-section.custom-tabs-section .elementor-tabs-content-wrapper .elementor-tab-content h5 a:hover{color: var(--primary-color) !important;}

.annual-reports-section .xs-single-media span{color: var(--primary-color) !important;}
.annual-reports-section .xs-single-media a i{color: var(--secondary-color) !important;}
.annual-reports-section .xs-heading.heading-v2.v4 .xs-separetor{background-color: var(--primary-color);}
.ascend-faq-section .elementor-accordion .elementor-tab-title{display: flex;flex-direction: row-reverse;justify-content: space-between;align-items: center; background-color: var(--light-gray3);}
.ascend-faq-section .elementor-accordion .elementor-tab-title .elementor-accordion-title{color: var(--secondary-color);line-height: 1.2;margin-right: 10px;}
.ascend-faq-section .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title{color: var(--primary-color);}
.ascend-faq-section .elementor-accordion .elementor-accordion-item{border-color: var(--light-gray2);}

.blog .post .post-body{background-color: var(--light-gray3);}
.blog .post .post-meta{color: var(--blue1);}
.blog .post-body .entry-header .entry-title a{color:var(--secondary-color) ;}
.blog .post-body .entry-header .entry-content{color: var(--dark-gray2);}
.blog .sidebar .widget{padding: 20px; border-color: var(--light-gray2);margin-bottom: 30px;}
.blog .sidebar .widget.widget_search{border: none;padding: 0;}
.blog .sidebar .widget.widget_search .xs-serachForm input[type="submit"]{background-color: var(--orange1);}
.blog .sidebar .widget.widget_search .xs-serachForm input:not([type="submit"]){font-size: 16px !important;}
.blog .sidebar .widget-title{color: var(--secondary-color);border-color: var(--primary-color);}
.blog .sidebar ul li{color: var(--dark-gray2);border-color: var(--light-gray2);}
.blog .sidebar ul li a{color: var(--secondary-color);}
.blog .sidebar ul li a:hover{color: var(--orange1);}
.blog .sidebar .widget.widget_media_image{padding: 0;}
.blog .sidebar .widget.widget_media_image img{margin: 0; width: 100%;}
.blog .sidebar .widget.widget_archive ul{overflow-y: auto; height: 300px;margin-right: -20px; padding-right: 20px;}
.blog .xs-pagination li a,
.blog .xs-pagination li span{color: var(--dark-gray2);border-color: var(--light-gray2);}
.blog .xs-pagination li a:hover, .blog .xs-pagination li a.active{background-color: var(--orange1); border-color: var(--orange1);color: var(--white);}
.blog .xs-pagination li span.fa{font-family: FontAwesome !important;}

.blog-detail.main-container{padding-bottom: 0;}
.blog-detail .post-meta,
.blog-detail .post-meta a, .blog-detail .post-meta-left a,
.blog-detail .post-meta i{color: var(--blue1);}
.blog-detail .post-navigation .post-previous{width: 100%;}
.blog-detail .post-navigation .post-previous h3{color: var(--secondary-color);}
.blog-detail .post-navigation .post-previous a span{color: var(--primary-color);font-size: 16px; transition: all 0.3s;}
.blog-detail .post-navigation .post-previous a span i{color: var(--primary-color); font-family: "Font Awesome 5 Free";margin: 0 10px 0 0;transition: all 0.3s;}
.blog-detail .post-navigation .post-previous a:hover span{color: var(--orange1);}
.blog-detail .post-navigation .post-previous a:hover span i{color: var(--orange1);transform: translateX(-5px);}
.blog-detail .post-image img{width: 100%;}
section.elementor-top-section.join-volunteer-section-outer{
	overflow: hidden;
}
.join-as-volunteer-section .elementor-row{flex-wrap: wrap;margin: 0 0 -30px;}
.join-as-volunteer-section .elementor-row .elementor-column{margin: 0 0 30px; padding: 0 15px;}
.join-as-volunteer-section .elementor-row .elementor-column .elementor-widget-wrap{box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); background-color: var(--white); padding: 25px !important;}
.join-as-volunteer-section .elementor-row .elementor-column .xs-service-promo .color-orange{color: var(--primary-color);}
.join-as-volunteer-section .elementor-row .elementor-column .xs-service-promo{display: flex; flex-direction: column; height: 100%;}
.join-as-volunteer-section .elementor-row .elementor-column .elementor-widget-wrap > .elementor-widget{height: 100%;}
.join-as-volunteer-section .elementor-row .elementor-column .elementor-widget-container{height: 100%;}
.join-as-volunteer-section .elementor-row .elementor-column .xs-service-promo .view-more{color: var(--primary-color);transition: all 0.3s; display: inline-block;margin: auto 0 0; padding: 20px 0 0;}
.join-as-volunteer-section .elementor-row .elementor-column .xs-service-promo .view-more i{margin-right: 10px;}
.join-as-volunteer-section .elementor-row .elementor-column .xs-service-promo .view-more:hover{color: var(--orange1);}
.join-as-volunteer-section .elementor-row .elementor-column .xs-heading .xs-title a{color: var(--secondary-color);}
.join-as-volunteer-section p{color: var(--dark-gray2);}

.xs-blog-post-details table p{color: var(--dark-gray2);margin: 0 0 10px !important;}
.xs-blog-post-details table p:last-child{margin:0;}
.xs-blog-post-details table p span{color: var(--dark-gray2);}
.xs-blog-post-details table td{text-align: left; color: var(--dark-gray2);border-color: var(--light-gray2);}
.xs-blog-post-details table td:first-child{width: 200px;vertical-align: top;}
.xs-blog-post-details table td ul{padding-left: 15px;}
.xs-blog-post-details table td ul li{font-size: 14px !important; color: var(--dark-gray2);}

.ascend-custom-form{max-width: 600px;margin: 0 auto;}
.ascend-custom-form .form-group{width: 100%;margin: 0 0 20px;}
.ascend-custom-form p{margin: 0 !important;}
.ascend-custom-form .form-group .wpcf7-form-control {padding: 10px 25px;display: inline-flex;align-items: center; font-size: 16px !important; line-height: 1; border: 2px solid var(--light-gray2);height: 50px;color: var(--dark-gray2); transition: all 0.3s;}
.ascend-custom-form .form-group .wpcf7-form-control:focus{border-color: var(--orange1);}
.ascend-custom-form .form-group textarea.wpcf7-form-control{min-height: 130px;padding-top:15px ;}
.ascend-custom-form .form-group .wpcf7-checkbox.wpcf7-form-control{padding: 0 !important; border: none !important;height: auto !important;}
.ascend-custom-form .form-group .wpcf7-checkbox input{accent-color:var(--orange1);margin-right: 10px;}
.ascend-custom-form .form-group .wpcf7-checkbox .wpcf7-list-item:not(:last-child){margin-right: 15px;}
.ascend-custom-form .form-group .wpcf7-checkbox .wpcf7-list-item{margin-left: 0 !important; display: inline-flex; align-items: center;}
.ascend-custom-form label{font-size: 16px; line-height: 1.2;color: var(--dark-gray2);}
.ascend-custom-form .form-group .wpcf7-file{width: 100%;position: relative;padding-left: 150px;line-height: 28px;}
.ascend-custom-form .form-group .wpcf7-file::-webkit-file-upload-button {background: var(--orange1);color: var(--white);padding: 10px 15px;height: 100%;position: absolute;left: 0;top: 0;border: transparent;font-size: 16px;font-weight: 700;width: 130px;cursor: pointer;}
.ascend-custom-form .btn-wrap{text-align: center; margin: 40px 0 0;position: relative;display: flex;align-items: center;justify-content: center;}
.ascend-custom-form .btn-primary{border: none !important;padding: 16px 39px !important;}
.ascend-custom-form .btn-primary:hover{background-color: var(--secondary-color) !important;}
.ascend-custom-form .wpcf7-spinner{position: absolute;transform: translateY(-50%);top: 50%;background-color: var(--secondary-color);}
.wpcf7 form .wpcf7-response-output{max-width: 600px;margin: 40px auto 0;}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{border-color: var(--orange1);color: var(--dark-gray2);}
.jobs-template-default .main-container{padding: 50px 0 0;}

.custom-accordion-section .elementor-accordion .elementor-tab-title{display: flex;align-items: center;justify-content: space-between;flex-direction: row-reverse;}
.custom-accordion-section .elementor-widget-accordion .elementor-accordion-icon,
.custom-accordion-section .elementor-widget-accordion .elementor-accordion-title{color: var(--secondary-color);font-weight: 700;font-size: 18px !important;}
.custom-accordion-section .elementor-accordion .elementor-tab-content p,
.custom-accordion-section .elementor-accordion .elementor-tab-content td,
.custom-accordion-section .elementor-accordion .elementor-tab-content th,
.custom-accordion-section .elementor-accordion .elementor-tab-content span{color: var(--dark-gray2);}
.custom-accordion-section.events-table .elementor-accordion .elementor-tab-content td,
.custom-accordion-section.events-table .elementor-accordion .elementor-tab-content th{text-align: left;}
.custom-accordion-section.events-table .elementor-accordion .elementor-tab-content td:first-child,
.custom-accordion-section.events-table .elementor-accordion .elementor-tab-content th:first-child{font-weight: 500;}

.completed-ascend-cafe-events-table table td{text-align: left;border-color: var(--light-gray3);}
.completed-ascend-cafe-events-table table td:nth-child(2){
	color: var(--primary-color);
}
.completed-ascend-cafe-events-table table th{text-align: left;}
.ascend-resources-section .data-target-div1 #caf-filter-layout1 ul{	
	display: flex;
	overflow-y: hidden;
	overflow-x: auto;
}
.ascend-resources-section .data-target-div1 #caf-filter-layout1 ul li{
	margin: 0 !important;
	flex: 1;
}
.ascend-resources-section .data-target-div1 #caf-filter-layout1 ul li a{
	border-width: 3px 1px 1px 1px;
	border-style: solid;
	border-color: transparent var(--white) transparent  var(--white) ;
    padding: 12px 12px;
    background-color: var(--light-gray3);
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary-color);
    border-radius: 0;
    text-align: center;
    line-height: 1;   
    -webkit-transition: all .4s ease;
    transition: all .4s ease;	
	white-space: nowrap;
	box-shadow: none;
	outline: none;
	display: block;
	margin: 0;
	transform: none;
}
.ascend-resources-section .data-target-div1 #caf-filter-layout1 ul li a:last-child{
	border-right-color: var(--light-gray3) ;
}
.ascend-resources-section .data-target-div1 #caf-filter-layout1 ul li a.active{
	border-color: var(--blue1) var(--light-gray3) var(--light-gray3) var(--light-gray3) ;
	background-color: var(--white);
}
.ascend-resources-section .caf-row{padding: 30px 0 0 !important; margin: 0 -15px; width: auto !important;}
.ascend-resources-section .caf-row .caf-post-layout1{padding: 0 15px; margin: 0 0 30px;}
.ascend-resources-section .caf-row .caf-post-layout1 .manage-layout1{box-shadow:0px 15px 25px 0px rgba(0, 0, 0, 0.07); height: 100%;display: flex; flex-direction: column;}
.ascend-resources-section .caf-row .caf-post-layout1 #manage-post-area{padding: 20px;display: flex;flex-direction: column;height: 100%;}
.ascend-resources-section .caf-row .caf-post-layout1 .caf-post-title{padding: 0;margin: 0 0 5px;}
.ascend-resources-section .caf-row .caf-post-layout1  h5 a{color:var(--dark-gray2) !important;transition: all 0.3s; font-weight: 600;}
.ascend-resources-section .caf-row .caf-post-layout1  h5 a:hover{color: var(--primary-color) !important;}
.ascend-resources-section .caf-row .caf-post-layout1 .caf-meta-content{border: none; padding: 0;color: var(--blue1); margin: 0 0 20px;}
.ascend-resources-section .caf-row .caf-post-layout1 .caf-meta-content span i{margin-right:8px ;color: var(--blue1);}
.ascend-resources-section .caf-row .caf-post-layout1 .caf-content{color: var(--dark-gray2); font-size: 16px !important; line-height: 1.3;padding: 0; font-family: var(--primary-fonts);margin: 0 0 20px;}
.ascend-resources-section .caf-row .caf-post-layout1 .caf-content a{color: var(--primary-color); transition: all 0.3s;}
.ascend-resources-section .caf-row .caf-post-layout1 .caf-content a:hover{color: var(--orange1);}
.ascend-resources-section .caf-row .caf-post-layout1 .caf-content-read-more{margin: auto 0 0;padding: 0;}
.ascend-resources-section .caf-row .caf-post-layout1 .btn{padding: 10px 20px;}
.ascend-resources-section ul#caf-layout-pagination.post-layout1{margin: 40px 0 0;}
.ascend-resources-section ul#caf-layout-pagination.post-layout1 li {margin-right: 15px;}
.ascend-resources-section ul#caf-layout-pagination.post-layout1 li .page-numbers{
	border: 2px solid var(--light-gray2);
    min-width: 36px;
    height: 36px;
    color: var(--dark-gray2);
    font-size: 1.14286em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    text-align: center;
    line-height: 33px;
	border-radius: 100%;
	background-color: var(--white);
	display: block;
}
.ascend-resources-section ul#caf-layout-pagination.post-layout1 li .page-numbers.current{
	background-color: var(--orange1);
    border-color: var(--orange1);
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	color: var(--white);
}
.fa-spinner{background-color: var(--primary-color) !important; }
.fa-spinner::before{color: var(--white);}
.asp-thank-you-page-wrap{max-width: 550px; width: 100%;margin: 0 auto;}
.asp-thank-you-page-wrap .asp-thank-you-page-msg-wrap{border-color: var(--light-gray2);background-color: var(--light-gray3);padding: 20px; color: var(--dark-gray2);}
.asp-thank-you-page-wrap .asp-thank-you-page-msg-wrap p{color: var(--dark-gray2);}
.asp-thank-you-page-wrap .asp-thank-you-page-msg-wrap .asp-thank-you-page-msg1{font-size: 24px !important; color: var(--secondary-color); font-weight: 700; text-align: center;font-family: var(--secondary-fonts) !important; margin: 0;}
.asp-thank-you-page-wrap .asp-thank-you-page-msg-wrap .asp-thank-you-page-msg2{text-align: center; font-size: 18px !important; font-weight: 600;}

.post-content .entry-content .ticket-cls img{padding: 0;}
.post-content .entry-content .ticket-cls .asp_post_thumbnail{margin: 0 0 30px;}
.post-content .entry-content .ticket-cls{width: 100%;}
.main-container{padding: 50px 0;}
.shared-counts-wrap.after_content.style-icon > a{display: block;}
.shared-counts-wrap.after_content.style-icon > a:not(:last-child){margin:0 10px 0 0;}
.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg{width: 24px;height: 24px;}
.post-template-default .xs-blog-post-details .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding: 0;}
.post-template-default .xs-blog-post-details .elementor-section.elementor-section-boxed > .elementor-container{padding: 0;}
.podcast-wrap{display: flex; align-items: center; justify-content: center;}
.podcast-wrap > a:not(:last-child){margin: 0 15px 0 0;}

.asp_product_item.ticket-purchase{display: flex; align-items: flex-start; flex-wrap: wrap;} 
.asp_product_item.ticket-purchase .img-wrap{flex: 0 0 200px;max-width: 200px;}
.asp_product_item.ticket-purchase .img-wrap img{width: 200px;height: 200px;}
.asp_product_item.ticket-purchase .content-wrap{flex: 0 0 calc(100% - 200px);max-width: calc(100% - 200px);padding-left: 20px;}
.asp_product_item.ticket-purchase .content-wrap h5{color: var(--secondary-color); font-weight: 700;margin: 0 0 10px;}
.asp_product_item.ticket-purchase .asp_product_description{margin: 0 0 10px;border: none;}
.asp_product_item.ticket-purchase .content-wrap p{color: var(--dark-gray2); line-height: 1.2;}
.asp_product_item.ticket-purchase .asp_price_container{margin: 0 0 10px; text-align: left;}
.asp_product_item.ticket-purchase .asp_price_container span:not(:last-child){margin: 0 15px 0 0;}
.asp_product_item.ticket-purchase .asp_price_container span:empty{display: none;}
.asp_product_item.ticket-purchase .asp_price_container span{color: var(--blue1);}
.asp_product_item.ticket-purchase .asp_product_buy_btn_container{text-align: left;}

.error-page .error-code{color: var(--secondary-color);}
.error-page .error-message h3{color: var(--blue1);}
.error-page .xs-serachForm input[type="submit"]{
	background-color: var(--primary-color);
}
.error-page .xs-serachForm input:not([type="submit"]){
	border-color: var(--light-gray2);
	font-size: 16px !important;
	line-height: 18px;
}
.error-page .error-body{
	color: var(--dark-gray2);
}
.ascend-image-gallery .eael-filter-gallery-control{overflow-x: auto;}
.ascend-image-gallery .eael-filter-gallery-control ul{display: flex;min-width: 100%;}
.ascend-image-gallery .eael-filter-gallery-control ul li.control{
	color: var(--dark-gray1) !important;
	font-size: 13px !important;
	white-space: nowrap;
}
.ascend-image-gallery .eael-filter-gallery-control ul li.control.active{
	background-color: var(--blue1) !important;
	color: var(--white) !important;
}
body div.mfp-bg{z-index: 1000;}
.mfp-wrap{z-index: 10002;}
/* .event-survey-section input[type='radio'] {
    accent-color: var(--orange);
} */
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin: 0 !important;}
iframe{display: block;}
@media (max-width:1299px){
	.about-ascend-section .video-counter-section > .elementor-column-wrap{
		margin-right: -10% !important;
	}
}
@media (max-width:1199px) {
	h1 {
		font-size: 46px !important;
	}
	h2 {
		font-size: 40px !important;
	}
	h3 {
		font-size: 34px !important;
	}
	h4 {
		font-size: 28px !important;
	}
	h5 {
		font-size: 20px !important;
	}
	h6 {
		font-size: 18px !important;
	}
	.about-ascend-section .intruduction-video .xs-video-popup-wraper,
	.about-ascend-section .intruduction-video .funfact-list{
		margin: 0;
	}
	.about-ascend-section .intruduction-video .funfact-list{
		padding: 25px 10px 0;		
	}
	.about-ascend-section .intruduction-video::before,
	.about-ascend-section .intruduction-video::after{
		top: calc(0% + 30px);
	}	
	.col-lg-3.logo-wrap{
		max-width: 180px;
		flex: 0 0 180px;
	}
	.col-lg-3.logo-wrap a{
		padding: 0;
	}
	.col-md-9.header-links-wrap{
		max-width: calc(100% - 180px);
		flex: 0 0 calc(100% - 180px);
	}
	.col-md-9.header-links-wrap .nav-menu>li:not(:last-child){
		margin-right: 10px;
	}
	.why-join-ascend-section .content-block{
		max-width: unset;
		width: 50%;
		padding: 0;			
	}
	.card-listing-block .xs-single-journal>.entry-header{
		padding: 40px 20px 20px;
	}
	.ascend-banner-slider .xs-welcome-content{min-height: 800px;padding-top: 55px;}
	.blog{padding-left: 5px;padding-right: 5px;}
	.about-ascend-section .video-counter-section > .elementor-column-wrap{
		margin-right: 0% !important;
		width: 100% !important;
	}
	.about-ascend-section .video-counter-section .elementor-widget-video .elementor-widget-container{
		margin-left: 30px;
	}
	.about-ascend-section .video-counter-section .elementor-inner-section .elementor-row{
		padding: 20px 0 20px 30px;
		margin: 0 -10px;
	}
	.about-ascend-section .video-counter-section .elementor-counter-number-wrapper{
		font-size: 2.5em !important;
	}
	.about-ascend-section .video-counter-section .elementor-inner-section .elementor-row .elementor-column{
		padding: 0;
	}

}
@media (max-width:1024px){
	.about-ascend-section .funfact-list li span {
		font-size: 2em !important;
	}
	.col-lg-3.logo-wrap{
		max-width: 150px;
		flex: 0 0 150px;
	}
	.col-md-9.header-links-wrap{
		max-width: calc(100% - 150px);
		flex: 0 0 calc(100% - 150px);
	}
	.accelerate-section .circle-timer .time_circles>div{
		transform: none;
		top: 40px !important;
	}
	.accelerate-section .circle-timer .time_circles>div > span{
		font-size: 2em !important;
	}
	/* .elementor-section.elementor-section-boxed > .elementor-container{
		padding: 0 15px;
	}
	.elementor-section.elementor-section-boxed > .elementor-container .elementor-container{
		padding: 0;
	} */
	.ascend-resources-section .caf-row .caf-post-layout1{max-width: 50%;flex: 0 0 50%;}
	.who-we-are-tabs-wrap .elementor-col-33{flex: 1; width: auto;padding: 0 10px;margin: 0 0 10px;}
	.who-we-are-tabs-wrap .btn{padding-left: 20px; padding-right: 20px;}
	.who-we-are-tabs-wrap .elementor-col-33{width: 100%;flex: 0 0 100%;}
	.who-we-are-tabs-wrap .elementor-element{text-align: center !important;}
	
}
@media (max-width:992px) {
	h1 {
		font-size: 40px !important;
	}
	h2 {
		font-size: 36px !important;
	}
	h3 {
		font-size: 30px !important;
	}
	h4 {
		font-size: 26px !important;
	}
	h5 {
		font-size: 22px !important;
	}
	h6 {
		font-size: 20px !important;
	}
	.col-lg-3.logo-wrap{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.col-md-9.header-links-wrap{
		max-width: 100%;
		flex: 0 0 100%;
	}
	header .col-md-9.header-links-wrap .nav-menu{
		flex-direction: column;
		align-items: center;
	}
	.xs-menus .nav-brand{
		min-height: unset !important;
		max-height: none !important;
		line-height: normal;
		margin: 0 0 20px;
	}
	.xs-header .nav-menus-wrapper .xs-logo-wraper{
		margin-bottom: 0 !important;
	}
	.xs-menus .nav-menus-wrapper{
		display: block;
	}
	.xs-menus .nav-menu>li{
		margin: 0 !important;
	}
	.xs-menus .nav-menu>li>a{
		padding: 10px 15px !important;
	}
	.xs-menus .nav-dropdown>li>a{
		padding: 10px 15px ;
		word-break: break-word;
		white-space: break-spaces;
	}
	.accelerate-section .elementor-column.elementor-col-50{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.accelerate-section .circle-timer .time_circles>div{
		top: 30% !important;
		transform: translateY(10px);
	}
	.accelerate-section .circle-timer .time_circles>div> span{
		font-size: 2.5em !important;
	}
	.card-listing-block .xs-single-journal{
		height: calc(100% - 30px);
	}
	.xs-pagination-shortcode.xs-pagination{
		margin-top: 20px;
	}
	.xs-footer-top-layer .row .col-md-3:nth-child(2){
		max-width: 25%;
		flex: 0 0 25%;
	}
	.xs-footer-top-layer .row .col-md-3:nth-child(3){
		max-width: 35%;
		flex: 0 0 35%;
	}
	.team-listing-block .elementor-column.elementor-col-25{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.ascend-partners-section .elementor-top-column{
		width: 100% !important;
	}
	.xs-header .xs_nav-portrait .nav-menu li.current-menu-item > a::before, .xs-header .xs_nav-portrait .nav-menu li.current-menu-item > a::after{
		top: 20px;
	}
	.ascend-section .ascend-partners-logos .fundpress-partners{
		padding-left: 0;
	}
	.xs-header.xs-header-4 .xs-menus .xs-nav-logo>img{
		object-fit: contain;
		margin-left: 0;
		height: 42px;
	}
	header.box-header .xs-menus{
		padding: 0 15px;
	}	
	.xs-pagination-shortcode.pagination>a, .xs-pagination-shortcode.pagination>span{
		margin-right: 10px;
	}
	.custom-slides-section .slideshow-container, .custom-slides-section .slideshow-container2{
		padding: 60px 60px;
	}
	.ascend-cms-section.width-100-tab .elementor-column{width: 100% !important;}
	.annual-reports-section .elementor-column.elementor-col-33{width: 50%;}
	.join-as-volunteer-section .elementor-row .elementor-column{width: 50%;}
	.ascend-resources-section ul#caf-layout-pagination.post-layout1 li{margin-right: 5px;}
	.blog .col-md-8{max-width: 100%;flex: 0 0 100%;margin: 0 0 40px;}
	.blog .sidebar{flex: 0 0 100%; max-width: 100%;}
	.custom-slides-section .mySlides .txt-col{padding-left: 20px;}
	.custom-accordion-section .elementor-column{width: 100%;}
	.error-page{padding: 20px;}
	.error-page .error-code{font-size: 100px; line-height: 100px;}
	.error-page .xs-serachForm input:not([type="submit"]){padding: 10px 20px;}
	.xs-banner-inner-section.inner-banner-section{padding-top: 180px;}
	.about-ascend-section .video-counter-section .elementor-counter-number-wrapper{
		font-size: 2.5em !important;
	}
	.about-ascend-section .elementor-col-50{width: 100% !important;}
	.about-ascend-section .video-counter-section .elementor-inner-section .elementor-row{padding: 20px 10px; margin: 0;}
	.about-ascend-section .video-counter-section .elementor-widget-video .elementor-widget-container{
		margin: 0;
	}
	.about-ascend-section .video-counter-section .elementor-widget-video::before{display: none;}
}
@media (max-width:768px){
	.container{
		padding: 0 15px;
	}
	.ascend-banner-slider .xs-welcome-content{min-height: 600px;}
	.why-join-ascend-section .content-block{
		width: 100%;
	}
	.why-join-ascend-section .xs-about-content-img{
		min-height: 400px;
	}
	.xs-footer-top-layer .row .col-md-3:nth-child(2){
		max-width: 40%;
		flex: 0 0 40%;
	}
	.xs-footer-top-layer .row .col-md-3:nth-child(3){
		max-width: 60%;
		flex: 0 0 60%;
	}
	.child-side-footer .xs-footer-top-layer{
		padding: 40px 0;
	}
	.ascend-section .ascend-partners-logos .fundpress-partners li a{
		width: 100px;
		height: 100px;
	}
	.child-side-footer .xs-footer-top-layer .row .col-md-3 .footer-widget{
		margin: 0 0 40px;
	}
	.child-side-footer .xs-footer-top-layer .row .col-md-3:nth-child(4) .footer-widget{
		margin: 0;
	}
	.child-side-footer .footer-widget .widget-title{
		margin: 0 0 15px;
	}
	.child-side-footer .xs-recent-post-widget .posts-thumb{
		width: 70px;
	}
	.child-side-footer #menu-footer-menu{
		text-align: center;
		padding: 0;
	}
	.accelerate-section .circle-timer .time_circles>div> span{
		font-size: 1.5em !important;
	}
	.accelerate-section .circle-timer .time_circles>div{
		transform: none;
	}
	.accelerate-section .elementor-column.elementor-col-50:last-child .elementor-widget-wrap{
		max-width: 500px;
	}
	.custom-tabs-section .elementor-tabs .elementor-tabs-content-wrapper{
		padding: 0;
	}
	.custom-tabs-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title{
		border-width: 5px 1px 1px 1px;
		border-style: solid;
		border-color: transparent transparent var(--light-gray2) transparent;
		padding: 20px 20px;
		background-color: var(--light-gray3);
		font-size: 18px;
		font-weight: 700;
		color: var(--secondary-color);
		border-radius: 0;
		text-align: center;
		line-height: 1;   
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		flex: 1;
		box-shadow: none;
		outline: none;
		display: block;
	}	
	.custom-tabs-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title.elementor-active{
		border-color: var(--blue1) transparent transparent transparent;
		background-color: var(--white);
	}
	.custom-tabs-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content{
		padding: 30px 20px;
	}
	.custom-tabs-section .elementor-tabs .elementor-tabs-wrapper{
		display: none;
	}
	.custom-tabs-section .elementor-tabs-content-wrapper .elementor-tab-content .logos-wrapper li > a{
		width: 100px;
		height: 100px;
		padding: 10px;
		min-width: 100px;
	}
	.custom-slides-section .slideshow-container, .custom-slides-section .slideshow-container2{
		padding: 40px 40px;
	}
	.annual-reports-section .elementor-column.elementor-col-33{width: 100%;}
	.join-as-volunteer-section .elementor-row .elementor-column{width: 100%;}
	.ascend-resources-section .caf-row .caf-post-layout1{max-width: 100%;flex: 0 0 100%;}
	.custom-slides-section .mySlides .img-col{flex: 0 0 100%;max-width: 100%;}
	.custom-slides-section .mySlides .txt-col{flex: 0 0 100%; max-width: 100%;padding: 0;}
	.custom-slides-section .dot-container .dot, .custom-slides-section .dot-container2 .dot2{width: 12px; height: 12px; margin: 0 3px;}
	.asp_product_item.ticket-purchase .img-wrap{flex: 0 0 100px;max-width: 100px;}
	.asp_product_item.ticket-purchase .img-wrap img{width: 100px;height: 100px;}
	.asp_product_item.ticket-purchase .content-wrap{flex: 0 0 calc(100% - 100px);max-width: calc(100% - 100px);}
	.ascend-image-gallery .eael-filter-gallery-control ul li.control{padding: 5px 10px;}
	
}
@media (max-width:575px){
	.about-ascend-section .funfact-list li span{
		font-size: 1.5em !important;
	}
	.about-ascend-section .funfact-list li p{
		font-size: 1em !important;
	}
	.team-listing-block .elementor-column.elementor-col-25{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.xs-footer-top-layer .row .col-md-3:nth-child(2){
		max-width: 100%;
		flex: 0 0 100%;
	}
	.xs-footer-top-layer .row .col-md-3:nth-child(3){
		max-width: 100%;
		flex: 0 0 100%;
	}
	.ascend-section .ascend-partners-logos .fundpress-partners li{
		display: inline-block;
	}
	.ascend-partners-section .xs-welcome-content{min-height: 280px;}
	.ascend-data-section .circle-timer .time_circles>div>span{font-size: 2rem !important; }
	.ascend-data-section .circle-timer .time_circles>div>h4{font-size: 0.8rem !important; }
	.blog .post .post-body{padding: 20px !important;}
	.completed-ascend-cafe-events-table .custom-tabs-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content{
		overflow-y: hidden;
	}
	.completed-ascend-cafe-events-table .custom-tabs-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content table{
		width: 500px;
	}
	.asp_product_item.ticket-purchase .img-wrap{margin: 0 0 20px;}
	.asp_product_item.ticket-purchase .content-wrap{flex: 0 0 100%;max-width: 100%; padding: 0;}
	.error-page{padding: 20px 0;}
	.about-ascend-section .video-counter-section .elementor-counter-number-wrapper{
		font-size: 1.5em !important;		
	}
	.about-ascend-section .video-counter-section .elementor-counter .elementor-counter-title{
		font-size: 14px !important;
	}
}
@media (max-width:420px){
	.accelerate-section .elementor-column.elementor-col-50:last-child .elementor-widget-wrap{
		padding: 0;
	}
	.accelerate-section .circle-timer .time_circles>div> span{
		font-size: 1em !important;
	}
	.accelerate-section .circle-timer .time_circles>div{
		top: 25% !important;
	}
	.why-join-ascend-section .xs-about-content-img{
		min-height: 250px;
	}
	.ascend-partners-section .xs-welcome-content{min-height: 250px;}
	.ascend-data-section .circle-timer .time_circles>div{top: 30% !important;}
	
}
@media (max-width:374px){
	.ascend-data-section .circle-timer .time_circles>div>span{font-size: 1.75rem !important;}
	.inner-banner-section .xs-inner-banner-content li{white-space: unset; word-break: break-word;}
}
.page-id-5627 iframe {
	 width: 100%;
	height: 265rem;
}