/*
Theme Name: Charity
Theme URI: https://wp-eventmanager.com/
Author: WP Event Manager
Author URI: https://wp-eventmanager.com/the-team/
Description: WPEM Charity Theme is a fast, fully customizable & beautiful WordPress theme suitable for any event, blog, portfolio, business website and WooCommerce storefront. A theme compatible with WP Event Manager plugin. Also, It offers special features and templates so it works perfectly with all page builders like Elementor, Visual Composer, Beaver Builder, SiteOrigin, Divi, etc. Some of the other features: # Responsive # RTL #Translation Ready #SEO Friendly # WooCommerce Ready # Extendible with WP Event Manager addons # Regularly updated # Designed, Developed, Maintained & Supported by WP Event Manager’s dedicated team. Looking for a perfect base theme for WPEM Charity Theme? Look no further. You can use an WPEM Charity Theme theme for building any kind of event website!
Version: 1.12.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpem-charity-theme
Domain Path: /languages
Tested up to: 5.8.2
Requires PHP: 5.2
Tags:  entertainment, portfolio, e-commerce, one-column, two-columns, full-width-template, left-sidebar, right-sidebar, editor-style, custom-header, custom-background, custom-logo, custom-menu, custom-colors, rtl-language-support, featured-images, threaded-comments, translation-ready, sticky-post, microformats,theme-options
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WPEM Charity Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/


body {
    margin: 0;
    background-color: #f5f5f5;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    text-decoration: none;
    transition: all 0.2s 0s;
}
a:focus, a:hover, a:active {
    outline: none;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
.btn {
    padding: 7px 20px;
    display: inline-block;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}
.btn,
.wp-block-button__link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button{ 
    background-color: var(--wpem-theme-button-color); 
    color: var(--wpem-theme-button-text-color);
}
.btn:hover,
.wp-block-button__link:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover{ 
    background-color: var(--wpem-secondary-color); 
    color: var(--wpem-theme-button-text-color);
}
a,
.widget a,
.entry-meta i,
.entry-content a{ 
    color: var(--wpem-theme-link-color); 
}
a:hover,
.widget a:hover,
.entry-content a:hover{
    color: var(--wpem-theme-link-hover-color);
}
.entry-title a{
    color: var(--wpem-secondary-color);
}
select{
    background-image: url(assets/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 30px !important;
    border: 1px solid var(--wpem-secondary-color);
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    width: 100%;
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: var(--wpem-secondary-color);
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
     margin: 0;
}

p {
    margin-top: 0;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

hr {
    background-color: var(--wpem-secondary-color);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 30px;
    width: 100%;
    border: 1px solid var(--wpem-secondary-color);
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    border: 1px solid var(--wpem-secondary-color);
    padding: 5px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: var(--wpem-secondary-color);
    border: 1px solid var(--wpem-secondary-color);
    border-radius: 4px;
    padding: 8px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: var(--wpem-secondary-color);
    border-color: var(--wpem-theme-primary-color);
    outline: none;
}



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/* Small menu. */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: var(--wpem-theme-content-color);
    border-radius: 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: var(--wpem-secondary-color);
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}
.widget:last-of-type{
    margin-bottom: 0px;
}
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## WPEM Charity Theme
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Defaults
--------------------------------------------------------------*/
.contain-main-wrapper {
    background: #fff;
    margin-top: -80px;

}
.container,
.contain-main-wrapper {
    width: 100%;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
body.boxed-layout{
    background-color: var(--wpem-theme-content-color);
}

body.boxed-layout .site {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.site-content {
    flex: 1;
}
.content-area {
    background-color: var(--wpem-theme-content-color);
    padding: 30px;
    border-radius: 4px;
}

.row,
.event-listing-yogasan-main-sidearea .widget .event_listings,
.event-listing-yogasan-main-sidearea .widget .event_listings_class {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.column,
.event-listing-yogasan-main-sidearea .widget .event_listings .wpem-single-event-widget,
.event-listing-yogasan-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.column-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.column-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.column-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.column-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.column-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.column-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.column-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.column-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.column-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.column-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.column-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.column-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.align-middle {
    align-items: center !important;
}
.align-end {
    align-items: flex-end !important;
}

.justify-center {
    justify-content: center;
}

.btn:hover,
.btn:focus,
.btn:visited:hover,
.btn.focus-visble,
.btn.focus-visible:visited {
    background-color: var(--wpem-secondary-color);
    color: var(--wpem-theme-button-text-color);
}

.main-contain-wrapper {
    padding: 60px 0;
    /* background-color: var(--wpem-theme-light-color); */
}


/*---------------------------------------------------
##   Social Menu
*   ----------------------------------------------------- */
.event-social-menu {
    list-style-type: none;
    clear: both;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.event-social-menu li a i {
    font-weight: normal;
    text-indent: 0;
}

.event-social-menu li a {
    font-size: 0;
}

.event-social-menu li {
    display: inline-block;
    margin-right: 5px;
}

.event-social-menu li a:before {
    content: "\f007";
    font-family: FontAwesome;
    font-weight: normal;
    padding-right: 0;
}

.event-social-menu li a:before {
    height: inherit;
    width: inherit;
}

.event-social-menu li a:hover {
    opacity: 0.7;
}

.event-social-menu li a[href*="facebook.com"]:before {
    content: "\f09a";
}

.event-social-menu li a[href*="facebook.com"] {
    color: #45619d;
}

.event-social-menu li a[href*="twitter.com"]:before {
    content: "\f099";
}

.event-social-menu li a[href*="twitter.com"] {
    color: #53a8ea;
}

.event-social-menu li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.event-social-menu li a[href*="linkedin.com"] {
    color: #1b85bc;
}

.event-social-menu li a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.event-social-menu li a[href*="plus.google.com"] {
    color: #df4b38;
}

.event-social-menu li a[href*="youtube.com"]:before {
    content: "\f167";
}

.event-social-menu li a[href*="youtube.com"] {
    color: #e82707;
}

.event-social-menu li a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.event-social-menu li a[href*="dribbble.com"] {
    color: #c42462;
}

.event-social-menu li a[href*="pinterest.com"]:before {
    content: "\f0d2";
}

.event-social-menu li a[href*="pinterest.com"] {
    color: #ca1f26;
}

.event-social-menu li a[href*="bitbucket.org"]:before {
    content: "\f171";
}

.event-social-menu li a[href*="bitbucket.org"] {
    color: #205081;
}

.event-social-menu li a[href*="github.com"]:before {
    content: "\f113";
}

.event-social-menu li a[href*="github.com"] {
    color: #181617;
}

.event-social-menu li a[href*="codepen.io"]:before {
    content: "\f1cb";
}

.event-social-menu li a[href*="codepen.io"] {
    color: #000;
}

.event-social-menu li a[href*="flickr.com"]:before {
    content: "\f16e";
}

.event-social-menu li a[href*="flickr.com"] {
    color: #0063db;
}

.event-social-menu li a[href$="/feed/"]:before {
    content: "\f09e";
}

.event-social-menu li a[href*="foursquare.com"]:before {
    content: "\f180";
}

.event-social-menu li a[href*="foursquare.com"] {
    color: #f94877;
}

.event-social-menu li a[href*="instagram.com"]:before {
    content: "\f16d";
}

.event-social-menu li a[href*="instagram.com"] {
    color: #e1306c;
}

.event-social-menu li a[href*="tumblr.com"]:before {
    content: "\f173";
}

.event-social-menu li a[href*="tumblr.com"] {
    color: #34465d;
}

.event-social-menu li a[href*="reddit.com"]:before {
    content: "\f1a1";
}

.event-social-menu li a[href*="reddit.com"] {
    color: #ff4403;
}

.event-social-menu li a[href*="vimeo.com"]:before {
    content: "\f194";
}

.event-social-menu li a[href*="vimeo.com"] {
    color: #23b6ea;
}

.event-social-menu li a[href*="digg.com"]:before {
    content: "\f1a6";
}

.event-social-menu li a[href*="digg.com"] {
    color: #006094;
}

.event-social-menu li a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

.event-social-menu li a[href*="twitch.tv"] {
    color: #6441a5;
}

.event-social-menu li a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.event-social-menu li a[href*="stumbleupon.com"] {
    color: #eb4823;
}

.event-social-menu li a[href*="delicious.com"]:before {
    content: "\f1a5";
}

.event-social-menu li a[href*="delicious.com"] {
    color: #3274cf;
}

.event-social-menu li a[href*="vk.com"]:before {
    content: "\f189";
}

.event-social-menu li a[href*="vk.com"] {
    color: #3274cf;
}

.event-social-menu li a[href*="mailto:"]:before {
    content: "\f0e0";
}


/*---------------------------------------------------
##   Header Main
*   ----------------------------------------------------- */

.site-title {
    margin: 0;
}
/*---------------------------------------------------
##  Header Search
*   ----------------------------------------------------- */
.header-search-block {
    display: none;
}

.header-main .search-icon:hover {
    cursor: pointer;
}

.header-search-inner {
    padding: 3px;
    position: absolute;
    right: 0;
    width: 320px;
}


/*===========================================
## Primary Menu
=============================================*/
.header-main {
    background-color: #fff;
    padding: 10px 0;
}
.main-navigation{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.main-navigation li.menu-item-has-children > a::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 10px;
}
.main-navigation li li a:after {
    transform: rotate(-90deg);
    display: inline-block;
    float: right;
}
.menu-primary-menu-container {
    margin-right: 30px;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: inherit !important;
    display: flex;
}
.main-navigation li {
    position: relative;
}
.main-navigation li a {
    color: #000;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-left: 20px;
    font-weight: 600;
}
.main-navigation li a:hover {
    text-decoration: none;
    color: var(--wpem-theme-link-color);
}
.main-navigation li.current_page_item > a {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: var(--wpem-theme-gradient);
}
.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    min-width: 200px;
    background: var(--wpem-theme-content-color);
    border-top: 2px solid var(--wpem-theme-primary-color);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
    text-align: left;
    padding: 10px 0;
    display: block;
    border-radius: 10px;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
    transform: inherit;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li {
    width: 100%;
}
.main-navigation ul ul li:last-child {
    border: none;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 0;
}
.nav-menu > li.menu-item-has-children > a::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 10px;
}
.main-navigation li li a:hover {
    background-color: var(--wpem-theme-light-color);
}

.menu-toggle{
    border: 0;
    background: transparent;
    display: none;
    cursor: pointer;
    margin: 0px;
}
.menu-toggle:hover {
    background: transparent;
}
.bar1, .bar2, .bar3 {
    width: 28px;
    height: 3px;
    background-color: var(--wpem-secondary-color);
    margin: 6px 0;
    transition: 0.4s;
    display: block;
}
.bar2{
    width: 28px;
}
.change .bar1 {
    transform: rotate(-45deg) translate(-6px, 7px);
    width: 28px;
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    transform: rotate(45deg) translate(-6px, -7px);
    width: 28px;
}





.main-navigation .site-branding {
    padding: 20px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 50%;
    transform: translate(-50%, 0px);
}
.header-main-tel {
    color: var(--wpem-secondary-color);
}
.header-main-tel i {
    margin-right: 5px;
}
.custom-logo-link{
    line-height: 0;
}
.site-description{
    margin-bottom: 0px;
}
/*---------------------------------------------------
##   Inner Pages
*   ----------------------------------------------------- */

.header-title,
h1.page-title {
    margin-bottom: 0px;
}
.post-thumbnail,
article .entry-header,
.entry-title  {
    margin-bottom: 10px;
}
.post-thumbnail,
.post-thumbnail img {
    line-height: 1;
    display: block;
}
.posted-on, .byline, .post_by, .cat-links {
    margin-right: 15px;
}
.posted-on i, .byline i, .post_by i, .cat-links i {
    margin-right: 5px;
}

.blog-list article {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-list article:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

blockquote {
    border-left: 3px solid #000;
    margin: 0 0 25px 0;
    padding-left: 25px;
}

blockquote p:last-child {
    margin-bottom: 0;
}



/*---------------------------------------------------
##   404 Error Page
*   ----------------------------------------------------- */
.error-404 {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.error-404 h1 {
    font-size: 180px;
    line-height: normal;
}
.error-404 h2 {
    font-size: 40px;
    line-height: normal;
}

/*---------------------------------------------------
##   Footer
*   ----------------------------------------------------- */
.site-footer {
    background: var(--wpem-theme-content-color);
}
.footer-top .container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    padding-top: 60px;
    padding-bottom: 60px;

}
.footer-bottom .container {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#goTop {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: var(--wpem-theme-button-text-color);
    font-size: 20px;
    opacity: 0.7;
    background: var(--wpem-secondary-color);
    padding: 8px 0;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    text-align: center;
}

#goTop:hover {
    background: var(--wpem-secondary-color);
    opacity: 1;
}

/*---------------------------------------------------
##   Widgets
*   ----------------------------------------------------- */
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    color: var(--wpem-theme-button-text-color);
    border: 0px;
    border-radius: 4px;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 4px;
}
#comments .submit, .search .search-submit {
    padding: 9px 20px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}
#secondary .widget {
    padding: 20px;
    border-radius: 4px;
    background-color: var(--wpem-theme-content-color);
}

.widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget_archive li,
.widget_recent_comments li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_nav_menu li {
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
}

.widget_archive li:before,
.widget_recent_comments li:before,
.widget_categories li:before,
.widget_recent_entries li:before,
.widget_meta li:before,
.widget_nav_menu li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    content: "\f054";
    display: inline-block;
    font-family: 'FontAwesome';
}

ol.wp-block-latest-comments{
    padding: 0;
}

/*---------------------------------------------------
##   WPEM Charity Theme Widgets
*   ----------------------------------------------------- */
.header-search-inner {
    z-index: 9;
    text-align: left;
    border-radius: 4px;
}
.widget_search input,
.header-search-inner input {
    height: 40px;
    line-height: 40px;
    width: calc(100% - 40px);
}
.header-search-inner button {
    top: 3px;
    right: 3px;
}
.event-listing-yogasan-main-sidearea .widget {
    padding: 60px 0;
    margin-bottom: 0;
    background: #f9f9f9;
}
.event-listing-yogasan-main-sidearea .widget:nth-child(even) {
    background: #fff;
}
.widget .wpem-event-banner-img {
    overflow: hidden;
}
.widget .wpem-event-banner-img img {
    display: block;
    transform: scale(1);
    transition: all 0.5s ease-out;
}
.widget .wpem-event-action-url:hover img {
    transform: scale(1.1);
}
.event-listing-yogasan-cta-button {
    margin-top: 20px;
}
.recent-post-list .recent-post-list-single:nth-child(1) {
    margin-top: 0;
}
.recent-post-list figure {
    margin: 0;
}
.recent-post-list .recent-post-single {
    background: var(--wpem-theme-content-color);
    margin-top: 20px;
    padding: 15px;
    border: 1px solid var(--wpem-secondary-color);
    border-radius: 4px;
}
.recent-post-list .entry-title,
.recent-post-list .entry-meta {
    margin-bottom: 5px;
}

/*---------------------------------------------------
##   Comment Form & Forms
*   ----------------------------------------------------- */
.comment-form label {
    display: block;
}

.comment-form .comment-form-cookies-consent label {
    display: inline;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}

/*---------------------------------------------------
##  Pagination
*   ----------------------------------------------------- */
.nav-previous:before,
.nav-next:after {
    font-size: 14px;
    display: inline-block;
    font-family: 'FontAwesome';
}

.nav-previous:before {
    padding-right: 5px;
    content: "\f177";
}

.nav-next:after {
    padding-left: 5px;
    content: "\f178";
}











/*new theme add*/
:root{
    --wpem-primary-color: #518FD7;
    --wpem-secondary-color: #04301B;
    --wpem-theme-light-color: #F6FAF0;
    --wpem-dark-color: #04301B;
    --wpem-theme-button-color1: #518FD7;
    --wpem-theme-button-color2: #B8DBA5;
    --wpem-theme-gradient: linear-gradient(90deg, var(--wpem-theme-button-color1), var(--wpem-theme-button-color2));
    --wpem-theme-gradient-hover: linear-gradient(260deg, var(--wpem-theme-button-color1), var(--wpem-theme-button-color2));
}

body{
    background-color: #fff;
}

.theme_btn {
    background: var(--wpem-theme-gradient);
    border: 0;
    color: #fff;
    font-weight: 600;
    padding: 13px 35px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s 0s;
}
.theme_btn:hover {
    background: var(--wpem-theme-gradient-hover);
    color: #fff;
}
.black_btn {
    background-color: var(--wpem-secondary-color);
    color: #fff;
}
.black_btn:hover {
    background-color: var(--wpem-primary-color);
    color: var(--wpem-secondary-color);
}

.wpem_yoga_theme-blur-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(40px);
    z-index: 0;
    width: 120%;
    height: 120%;  
}
.wpem_yoga_theme-blur-bg img {
    width: 100%;
    height: 100%;
}

section {
    padding: 80px 0;
}
.wpem_charity_theme-section-title {
    margin-bottom: 60px;
}
.wpem_charity_theme-section-title h3{
    font-size: calc(1.3rem + 1vw);
    display: block;
    margin: 0;
    line-height: normal;
}
.wpem_charity_theme-section-title h5{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: var(--wpem-theme-gradient);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 15px;
}
.wpem_charity_theme-section-title p {
    max-width: 600px;
    width: 100%;
    margin-top: 20px;
}
.wpem_charity_theme-section-title.text-center p {
    margin: 20px auto 0;
}
p {
    font-weight: 400;
    color: #000;
}
.pt-0{
    padding-top: 0px;
}
.pb-0{
    padding-bottom: 0px;
}

.play-btn {
    background: var(--wpem-primary-color);
    border-radius: 50%;
    animation: animate 2s linear infinite;
    cursor: pointer;
    width: 70px;
    height: 70px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-btn i {
    color: var(--wpem-secondary-color);
    font-size: 22px;
}

@keyframes animate{
  0%{
    box-shadow: 0 0 0 0 rgba(var(--wpem-primary-color), 0.5);
  }
  50%{
    box-shadow: 0 0 0 15px var(--wpem-primary-color);
  }
  100%{
    box-shadow: 0 0 0 rgba(var(--wpem-primary-color), 0.5);
  }
}

.wpem-justify-content-center{
    justify-content: center;
}
.content-area {
    padding: 0;
}

::selection {
  background: var(--wpem-primary-color);
  color: #fff;
}






/*home page start*/
.home .page-header-wrapper {
    display: none;
}
.wpem_charity_theme-main-banner {
    background-color: var(--wpem-theme-light-color);
    position: relative;
    padding: 150px 0;
}
.wpem_charity_theme-main-banner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(assets/images/banner-bg.jpg);
    background-size: cover;
    background-position: center;
    z-index: 0;
    border-radius: 0 0 0 100px;
}
.wpem_charity_theme-main-banner-content h1 {
    font-size: calc(1.6rem + 2vw);
    line-height: normal;
}
.wpem_charity_theme-main-banner-content p {
    font-size: 20px;
    max-width: 500px;
    width: 100%;
    margin: 30px 0;
}
.wpem_charity_theme-main-banner-donors-count {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    max-width: 180px;
    width: 100%;
    text-align: center;
    position: absolute;
    right: 50px;
    top: 20px;
}
.wpem_charity_theme-main-banner-donors-count h4 {
    font-size: calc(1.5rem + 1.4vw);
    font-weight: bold;
    line-height: normal;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: var(--wpem-theme-gradient);
}

.wpem_charity_theme-main-banner-img {
    position: relative;
    z-index: 1;
    padding-left: 35px;
    text-align: center;
}
.wpem_charity_theme-main-banner-img-circle img {
    width: 450px;
    height: 450px;
    border-radius: 100%;
    object-fit: cover;
    border: 1px solid #fff;
    padding: 20px;
}
.wpem_charity_theme-main-banner-donation {
    position: absolute;
    left: 70px;
    bottom: 0;
    padding: 20px 30px;
    border-radius: 10px;
    backdrop-filter: blur(20px);
    background-color: rgb(255 255 255 / 20%);
    color: #fff;
}
.wpem_charity_theme-main-banner-donation h2 {
    margin-bottom: 10px;
    font-size: 22px;
}
.wpem_charity_theme-main-banner-donation span {
    font-size: 14px;
}
.wpem_charity_theme-main-banner-donation:after {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/main-banner-coin.png);
    background-repeat: no-repeat;
    z-index: -1;
}



/*partner start*/
.wpem_charity_theme-partner-list {
    border: 1px solid var(--wpem-theme-light-color);
    padding: 30px 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s 0s;
    cursor: pointer;
    border-radius: 10px;
}
.wpem_charity_theme-partner-list:hover {
    box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
}


/*about start*/
.wpem_charity_theme-about-content{
    padding-left: 30px;
}
.wpem_charity_theme-about-content .wpem_charity_theme-section-title {
    margin-bottom: 20px;
}
.wpem_charity_theme-about-img .column {
    margin: 15px 0;
    line-height: 0;
}
.wpem_charity_theme-about-img .column:nth-child(1) {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.wpem_charity_theme-about-img .column:nth-child(1) img, .wpem_charity_theme-about-img .column:nth-child(4) img {
    width: 60%;
    height: 200px;
}
.wpem_charity_theme-about-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
}
.wpem_charity_theme-about-img {
    position: relative;
}
.wpem_charity_theme-about-supporters {
    width: 200px;
    height: 200px;
    background: red;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    background: var(--wpem-theme-gradient-hover);
    border: 10px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.wpem_charity_theme-about-supporters svg {
    position: absolute;
}
.wpem_charity_theme-about-supporters:after {
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    background-color: #fff;
    border-radius: 100%;
    z-index: -1;
}
.wpem_charity_theme-about-supporters h4 {
    font-size: 36px;
    line-height: normal;
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: var(--wpem-theme-gradient);
    position: relative;
    z-index: 1;
}
.wpem_charity_theme-about-supporters span {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    position: relative;
    z-index: 1;
}



/*campaigns start*/
.wpem_charity_theme-campaigns-box img {
    height: 630px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.wpem_charity_theme-campaigns-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    line-height: 0;
}
.wpem_charity_theme-campaigns-box-content {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    color: #fff;
    transition: all 0.3s 0s;
    line-height: normal;
    z-index: 1;
}
.wpem_charity_theme-campaigns-box-content h4 {
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 20px;
}
.wpem_charity_theme-progress {
    height: 10px;
    background-color: rgb(255 255 255 / 20%);
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 30px;
}
.wpem_charity_theme-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--wpem-theme-gradient);
}
.wpem_charity_theme-progress-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wpem_charity_theme-campaigns-box-content .theme_btn {
    opacity: 0;
    visibility: hidden;
}
.wpem_charity_theme-campaigns-box:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent, rgb(0 0 0 / 70%));
}
.wpem_charity_theme-campaigns-box:hover .wpem_charity_theme-campaigns-box-content {
    bottom: 0;
}
.wpem_charity_theme-campaigns-box:hover  .theme_btn {
    opacity: 1;
    visibility: visible;
}
.wpem_charity_theme-campaigns .column-4:nth-child(2) .wpem_charity_theme-campaigns-box img {
    height: 300px;
}
.wpem_charity_theme-campaigns .column-4:nth-child(2) .wpem_charity_theme-campaigns-box:nth-child(1) {
    margin-bottom: 30px;
}



/*counter start*/
.wpem_charity_theme-counter {
    background-color: var(--wpem-theme-light-color);
    position: relative;
}
.wpem_charity_theme-counter:after {
    content: "";
    background-image: url(assets/images/shape.svg);
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}
.wpem_charity_theme-counter:before {
    content: "";
    background-image: url(assets/images/shape.svg);
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
}

.wpem_charity_theme-counter .container {
    position: relative;
    z-index: 1;
}
.wpem_charity_theme-counter-content .wpem_charity_theme-section-title {
    margin-bottom: 20px;
}
.wpem_charity_theme-counter-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.wpem_charity_theme-counter-content li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-weight: 600;
    color: #000;
}
.wpem_charity_theme-counter-content li i {
    border: 1px solid;
    border-radius: 4px;
    padding: 3px;
    font-size: 12px;
    margin-right: 10px;
}


.wpem_charity_theme-counter-count {
    width: 180px;
    height: 180px;
    border-radius: 100px;
    background: var(--wpem-theme-gradient-hover);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.wpem_charity_theme-counter-count:after {
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    background-color: #fff;
    border-radius: 100%;
    z-index: 0;
}

.wpem_charity_theme-counter-count h4 {
    font-size: calc(1.1rem + 1vw);
    line-height: normal;
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: var(--wpem-theme-gradient);
    position: relative;
    z-index: 1;
}
.wpem_charity_theme-counter-count span {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    position: relative;
    z-index: 1;
}




/*Events start*/
.wpem_charity_theme-event-content .wpem_charity_theme-section-title {
    margin-bottom: 20px;
}



/*Donation section start*/
.wpem_charity_theme-donation{
    padding-bottom: 0px;
}
.wpem_charity_theme-donation .container {
    background: var(--wpem-theme-gradient);
    border-radius: 40px;
    background-image: url(assets/images/donation.jpg);
    background-position: center;
    background-size: cover;
    width: calc(100% - 30px);
}
.wpem_charity_theme-donation-img {
    line-height: 0;
    margin-top: -100px;
    text-align: center;
}
.wpem_charity_theme-donation-content .wpem_charity_theme-section-title {
    margin-bottom: 20px;
}
.wpem_charity_theme-donation-content {
    color: #fff;
    padding: 60px;
}
.wpem_charity_theme-donation-content .wpem_charity_theme-section-title h5 {
    color: #fff;
    background: transparent;
    -webkit-text-fill-color: inherit;
}
.wpem_charity_theme-donation-content p {
    color: #fff;
    max-width: 350px;
    width: 100%;
    margin-bottom: 30px;
}
.wpem_charity_theme-donation-content .wpem_charity_theme-progress-label {
    font-size: 20px;
    font-weight: 600;
}
.wpem_charity_theme-donation-content .wpem_charity_theme-progress {
    height: 20px;
    margin-bottom: 0;
}
.wpem_charity_theme-donation-content .wpem_charity_theme-progress-bar {
    background: #fff;
}



/*our volunteers*/
.wpem_charity_theme-volunteers-map {
    position: relative;
}
.wpem_charity_theme-volunteers-map img {
    width: 100%;
}
.wpem_charity_theme-volunteers-profile img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    overflow: hidden;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 6px 4px rgb(0 0 0 / 10%);
    position: absolute;
    transition: all 0.3s 0s;
    animation: anime 2s linear 0s infinite alternate;
}
.wpem_charity_theme-volunteers-profile img:hover {
    transform: scale(1.1);
}
.wpem_charity_theme-volunteers-profile img:nth-child(1) {
    top: 10%;
    left: 10%;
    animation: anime 1s linear 0s infinite alternate;
}
.wpem_charity_theme-volunteers-profile img:nth-child(2) {
    left: 15%;
    top: 50%;
    width: 80px;
    height: 80px;
    animation: anime 2s linear 0s infinite alternate;
}
.wpem_charity_theme-volunteers-profile img:nth-child(3) {
    bottom: 25%;
    left: 26%;
    animation: anime 3s linear 0s infinite alternate;
}
.wpem_charity_theme-volunteers-profile img:nth-child(4) {
    left: 48%;
    top: 10%;
    width: 80px;
    height: 80px;
    animation: anime 4s linear 0s infinite alternate;
}
.wpem_charity_theme-volunteers-profile img:nth-child(5) {
    bottom: 37%;
    left: 46%;
    width: 80px;
    height: 80px;
    animation: anime 5s linear 0s infinite alternate;
}
.wpem_charity_theme-volunteers-profile img:nth-child(6) {
    right: 25%;
    top: 3%;
    animation: anime 4s linear 0s infinite alternate;
}
.wpem_charity_theme-volunteers-profile img:nth-child(7) {
    right: 32%;
    top: 31%;
    animation: anime 3s linear 0s infinite alternate;
}
.wpem_charity_theme-volunteers-profile img:nth-child(8) {
    right: 10%;
    top: 19%;
    width: 80px;
    height: 80px;
    animation: anime 2s linear 0s infinite alternate;
}
.wpem_charity_theme-volunteers-profile img:nth-child(9) {
    bottom: 20%;
    right: 10%;
    animation: anime 1s linear 0s infinite alternate;
}

@keyframes anime  {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



/*become volunteer*/
.wpem_charity_theme-become-volunteer {
    position: relative;
    background-image: url(assets/images/become-volunteer.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    padding: 120px 0;
}
.wpem_charity_theme-become-volunteer:before {
    content: "";
    background-image: url(assets/images/shape.svg);
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}
.wpem_charity_theme-become-volunteer:after {
    content: "";
    background-image: url(assets/images/shape.svg);
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}
.wpem_charity_theme-become-volunteer-dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 0;
}
.wpem_charity_theme-become-volunteer .container{
    position: relative;
    z-index: 1;
}
.wpem_charity_theme-become-volunteer .theme_btn {
    margin: 0 auto;
    display: table;
}
.wpem_charity_theme-become-volunteer .wpem_charity_theme-section-title {
    margin-bottom: 30px;
}
.wpem_charity_theme-become-volunteer p {
    color: #fff;
}



/*Testimonial start*/
.wpem_charity_theme-testimonial {
    position: relative;
    overflow: hidden;
}
.wpem_charity_theme-testimonial:after {
    content: "";
    width: 500px;
    height: 500px;
    border-radius: 100%;
    position: absolute;
    top: -18%;
    left: -18%;
    background: var(--wpem-theme-gradient);
    z-index: -1;
}
.wpem_charity_theme-testimonial:before {
    content: "";
    width: 500px;
    height: 500px;
    border-radius: 100%;
    position: absolute;
    right: -18%;
    bottom: -18%;
    background: var(--wpem-theme-gradient);
    z-index: -1;
    transform: rotate(-90deg);
}

.wpem_charity_theme-testimonial-box {
    margin: 30px 15px;
}
.wpem_charity_theme-testimonial-content {
    padding: 40px;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
    background-color: #fff;
}
.wpem_charity_theme-testimonial-icon {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    margin-top: -70px;
    background: var(--wpem-theme-gradient);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
}
.wpem_charity_theme-testimonial-content p {
    margin: 0;
    font-size: 19px;
    line-height: 36px;
}
.wpem_charity_theme-testimonial-profile {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.wpem_charity_theme-testimonial-profile img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 1000px;
    margin-right: 20px;
}
.wpem_charity_theme-testimonial-profile-detail h5 {
    font-weight: 600;
    font-size: 24px;
}
.wpem_charity_theme-testimonial-profile-detail small {
    font-size: 16px;
    margin-top: 5px;
    display: block;
}





/*slick slider css*/
.slick-dots li button:before {
    width: 25px;
    height: 8px;
    background: var(--wpem-theme-gradient);
    content: "";
    border-radius: 100px;
    transition: all 0.3s 0s;
}
.slick-dots li.slick-active button:before {
    width: 50px;
}
.slick-dots li.slick-active {
    width: 50px;
}
.slick-dotted.slick-slider {
    margin-bottom: 60px;
}
.wpem_charity_theme-testimonial .slick-dots li {
    margin: 0 10px;
}
.wpem_charity_theme-testimonial .slick-dots{
    bottom: -60px; 
    text-align: center;
    padding: 0;
}



/*support and newsletter*/
.wpem_charity_theme-support-newsletter {
    position: relative;
}
.wpem_charity_theme-support-newsletter:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: var(--wpem-theme-light-color);
    z-index: -1;
    border-radius: 80px 0 0 0;
}

.wpem_charity_theme-support-newsletter .wpem_charity_theme-section-title h3 {
    font-size: calc(.7rem + 1vw);
}
.wpem_charity_theme-support {
    max-width: 500px;
    width: 100%;
}
.wpem_charity_theme-newsletter {
    padding-left: 60px;
}
.wpem_charity_theme-support-call {
    display: flex;
    align-items: center;
}
.wpem_charity_theme-support-call-icon {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    border: 1px solid #ccc;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-right: 20px;
}

.wpem_charity_theme-support-call-number {
    line-height: normal;
}
.wpem_charity_theme-support-call-number h4 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
}
.wpem_charity_theme-support-call-number small {
    font-size: 16px;
}

.wpem_charity_theme-newsletter-form {
    position: relative;
}
.wpem_charity_theme-newsletter-form input {
    width: 100%;
    height: 80px;
    border-radius: 100px;
    border: 1px solid #E4E9E6;
    padding: 20px 180px 20px 20px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s 0s;
}
.wpem_charity_theme-newsletter-form .theme_btn {
    position: absolute;
    right: 15px;
    top: 50%;
    padding: 10px 20px;
    transform: translate(0px, -50%);
}


/*Meet our team*/

.wpem_charity_theme-team-box {
    box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.wpem_charity_theme-team-img img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.3s 0s;
}
.wpem_charity_theme-team-img {
    position: relative;
    line-height: 0;
    overflow: hidden;
}
.wpem_charity_theme-team-social {
    position: absolute;
    bottom: -50px;
    left: 20px;
    width: calc(100% - 40px);
    background-color: rgb(255 255 255 / 50%);
    border-radius: 100px;
    backdrop-filter: blur(10px);
    display: flex;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s 0s;
}
.wpem_charity_theme-team-social a {
    padding: 12px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    display: block;
    color: #000;
}
.wpem_charity_theme-team-content {
    color: #000;
    margin-top: 30px;
    margin-bottom: 10px;
}
.wpem_charity_theme-team-content h6 {
    color: #000;
    font-size: 16px;
}
.wpem_charity_theme-team-content h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.wpem_charity_theme-team-social a:hover {
    background-color: #fff;
}
.wpem_charity_theme-team-box:hover img {
    transform: scale(1.1);
}
.wpem_charity_theme-team-box:hover .wpem_charity_theme-team-social {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}


/*contact page start*/
.wpem_charity_theme-contact-info-icon {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background: var(--wpem-theme-gradient-hover);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    margin: 0 auto;
    font-size: 30px;
}
.wpem_charity_theme-contact-info-icon:after {
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    background-color: #fff;
    border-radius: 100%;
    z-index: 0;
}
.wpem_charity_theme-contact-info-col {
    text-align: center;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}
.wpem_charity_theme-contact-info-icon i {
    position: relative;
    z-index: 1;
}
.wpem_charity_theme-contact-info-col h6 {
    margin: 20px 0 10px;
    font-size: 16px;
}
.wpem_charity_theme-contact-info-col h4 {
    font-weight: 600;
    font-size: 18px;
}


.wpem_charity_theme-contact-form .wpem_charity_theme-input {
    width: 100%;
    border: 1px solid #E4E9E6;
    border-radius: 30px;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.wpem_charity_theme-contact-form .wpem_charity_theme-section-title {
    margin-bottom: 30px;
}
.wpem_charity_theme-contact-form .wpem_charity_theme-input:focus {
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    font-weight: 600;
}
.wpem_charity_theme-contact-map {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.wpem_charity_theme-contact-map #googleMap {
    height: 100% !important;
}




/************event manager plugin css start***********/
.wpem-theme-button {
    background: var(--wpem-theme-gradient) !important;
    color: #ffffff !important;
}
.wpem-theme-button:hover {
    background: var(--wpem-theme-gradient-hover) !important;
    color: #ffffff !important;
}
.wpem-theme-button:hover span{
    color: #ffffff !important;
}
.wpem-form-wrapper .wpem-form-group input[type="color"], .wpem-form-wrapper .wpem-form-group input[type="date"], .wpem-form-wrapper .wpem-form-group input[type="datetime-local"], .wpem-form-wrapper .wpem-form-group input[type="datetime"], .wpem-form-wrapper .wpem-form-group input[type="email"], .wpem-form-wrapper .wpem-form-group input[type="file"], .wpem-form-wrapper .wpem-form-group input[type="month"], .wpem-form-wrapper .wpem-form-group input[type="number"], .wpem-form-wrapper .wpem-form-group input[type="password"], .wpem-form-wrapper .wpem-form-group input[type="search"], .wpem-form-wrapper .wpem-form-group input[type="tel"], .wpem-form-wrapper .wpem-form-group input[type="text"], .wpem-form-wrapper .wpem-form-group input[type="time"], .wpem-form-wrapper .wpem-form-group input[type="url"], .wpem-form-wrapper .wpem-form-group input[type="week"], .wpem-form-wrapper .wpem-form-group select, .wpem-form-wrapper .wpem-form-group select optgroup, .wpem-form-wrapper .wpem-form-group textarea {
    font-weight: 600;
}
.wpem-event-listings-header .wpem-event-listing-header-title .wpem-heading-text{
    font-weight: bold;
}

.wpem-event-listings #googleMap {
    display: none;
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper {
    margin-bottom: 20px;
    border: 1px solid #E4E9E6 !important;
    border-radius: 10px;
    overflow: hidden;
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
    border-left: 0;
    padding: 30px;
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:before {
    content: "";
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
    width: 5px;
    height: 100px;
    background: #E4E9E6;
    border-radius: 10px;
    transition: all 0.3s 0s;
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:hover:before {
    background: var(--wpem-secondary-color);
}

.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:hover {
    box-shadow: 0 0px 10px rgb(0 0 17 / 5%);
}
.wpem-event-listing-list-view .wpem-event-box-col:last-of-type .wpem-event-layout-wrapper {
    margin-bottom: 0;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text {
    background: var(--wpem-dark-color);
    color: #fff;
    border-radius: 100px;
    padding: 6px 12px;
}
.wpem-event-ticket-type .wpem-event-ticket-type-text {
    background: var(--wpem-theme-gradient);
    border-radius: 100px;
    color: #fff;
    padding: 6px 10px;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-type .event-type, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-category .event-category {
    background: var(--wpem-theme-gradient-hover);
    color: #fff;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img{
    height: 140px;
    width: 140px;
}
.event_listings a.load_more_events {
    background-image: var(--wpem-theme-gradient);
    color: #fff;
    border-radius: 100px;
}
.event_listings a.load_more_events:hover {
    background-image: var(--wpem-theme-gradient-hover);
}
.wpem-alert-info{
    background-color: var(--wpem-theme-light-color);
    color: var(--wpem-primary-color);
    border-color: var(--wpem-primary-color);        
}
.wpem-alert a{
    background: var(--wpem-theme-gradient);
    border-radius: 20px;
}
.wpem-alert a:hover{
    background: var(--wpem-theme-gradient-hover);
}
.wpem-alert{
    border-radius: 60px;
    padding: 10px 20px;
    width: fit-content;
}
.wpem-form-wrapper .wpem-form-group .account-sign-in a, .wpem-form-wrapper .wpem-form-group a.wpem_add_organizer_popup.wpem-modal-button, .wpem-form-wrapper .wpem-form-group a.wpem_add_venue_popup.wpem-modal-button{
    background: var(--wpem-theme-gradient);
}
.wpem-form-wrapper .chosen-container .chosen-drop .chosen-results li.highlighted, .wpem-form-wrapper .wpem-form-group .account-sign-in a:hover, .wpem-form-wrapper .wpem-form-group a.wpem_add_organizer_popup.wpem-modal-button:hover, .wpem-form-wrapper .wpem-form-group a.wpem_add_venue_popup.wpem-modal-button:hover{
    background: var(--wpem-theme-gradient-hover);
}


.site-main article form.wpem-form-wrapper{
    background: var(--wpem-theme-light-color);
    padding: 40px;
    border-radius: 10px;
}
.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li a.wpem-main-vmenu-dashboard-link.wpem-main-vmenu-dashboard-link-active{
    background: var(--wpem-theme-gradient);
    color: #fff;
}
.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li a.wpem-main-vmenu-dashboard-link.wpem-main-vmenu-dashboard-link-active i{
    color: #fff;
}

.wpem-form-wrapper .chosen-container:hover, .wpem-form-wrapper .wpem-form-group input[type=color]:hover, .wpem-form-wrapper .wpem-form-group input[type=date]:hover, .wpem-form-wrapper .wpem-form-group input[type=datetime-local]:hover, .wpem-form-wrapper .wpem-form-group input[type=datetime]:hover, .wpem-form-wrapper .wpem-form-group input[type=email]:hover, .wpem-form-wrapper .wpem-form-group input[type=file]:hover, .wpem-form-wrapper .wpem-form-group input[type=month]:hover, .wpem-form-wrapper .wpem-form-group input[type=number]:hover, .wpem-form-wrapper .wpem-form-group input[type=password]:hover, .wpem-form-wrapper .wpem-form-group input[type=search]:hover, .wpem-form-wrapper .wpem-form-group input[type=tel]:hover, .wpem-form-wrapper .wpem-form-group input[type=text]:hover, .wpem-form-wrapper .wpem-form-group input[type=time]:hover, .wpem-form-wrapper .wpem-form-group input[type=url]:hover, .wpem-form-wrapper .wpem-form-group input[type=week]:hover, .wpem-form-wrapper .wpem-form-group select:hover, .wpem-form-wrapper .wpem-form-group textarea:hover{
    border-color: var(--wpem-primary-color);
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top, table.wpem-responsive-table-wrapper tbody tr:hover, table.wpem-responsive-table-wrapper thead{
    background-color: var(--wpem-theme-light-color);
}
.organizer-counter-number-icon, .venue-counter-number-icon, .wpem-available-events-number-icon{
    background: var(--wpem-theme-light-color);
}
.organizer-related-data-wrapper .show-organizer-info .wpem-list-group:hover, .venue-related-data-wrapper .show-venue-info .wpem-list-group:hover{
    background: var(--wpem-theme-light-color);
}
table.wpem-responsive-table-wrapper thead th.wpem-heading-text{
    color: var(--wpem-secondary-color);
    background-color: var(--wpem-theme-light-color);
}
.wpem-dashboard-main-title.wpem-dashboard-main-filter h3.wpem-theme-text, 
.site-main article form.wpem-form-wrapper .wpem-form-title{
    color: var(--wpem-secondary-color);
}


.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-register-label .wpem-event-register-label-text, .wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-register-label .wpem-event-register-label-text{
    border-radius: 20px;
    padding: 6px 12px;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-type .event-type, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-category .event-category{
    border-radius: 20px;
}
.wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-events-filter{
    background-color: transparent;
    padding: 0;
}
.wpem-prime-event-slider-wrapper .wpem-prime-event-slider-item .wpem-prime-event-slider-content{
    background-color: var(--wpem-theme-light-color) !important;
}
.wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-filter-event-registrations .wpem-events-filter{
    background-color: transparent;
}
.wpem-main.wpem-sendinblue-matches-attribute.event-sendinblue-matches-attribute, 
.wpem-main.wpem-constant-contact-matches-attribute.event-constant-contact-matches-attribute, 
.wpem-name-badges-settings-form .wpem-customization-box{
    background-color: transparent;
}
.wpem-scrollable-table-block table thead tr th, .wpem-scrollable-table-block tfoot tr td, 
.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-inner-list-wrap{
    background-color: var(--wpem-theme-light-color);
}

/*Event Calender start*/
button {
    border-radius: 100px !important;
}
.wpem-form-wrapper .wpem-form-group select, input, .wpem-form-wrapper .chosen-container {
    border-radius: 30px !important;
}
.wpem-calendar-view-container .calendar-filters-form-wrapper .calendar-filters-navigation .wpem-calendar-left-nav, .wpem-calendar-view-container .calendar-filters-form-wrapper .calendar-filters-navigation .wpem-calendar-right-nav {
    border-radius: 100px !important;
}
.wpem-theme-button, a.wpem-theme-button, button.wpem-theme-button, input.wpem-theme-button {
    border-radius: 100px !important;
}
.wpem-calendar-view-container .calendar-filters-form-wrapper .calendar-filters-navigation .wpem-calendar-left-nav:hover, .wpem-calendar-view-container .calendar-filters-form-wrapper .calendar-filters-navigation .wpem-calendar-right-nav:hover, .wpem-calendar-view-container .calendar-widget-event-details-link:hover, .wpem-calendar-widget-wrapper .calendar-filters-navigation .calendar-filters-arrow.calendar-filters-navigation-next:hover, .wpem-calendar-widget-wrapper .calendar-filters-navigation .calendar-filters-arrow.calendar-filters-navigation-previous:hover{
    background: var(--wpem-theme-gradient-hover) !important;
}
.wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container.today{
    background: var(--wpem-theme-gradient) !important;
}
.wpem-calendar-view-container .calendar-contents-container table.calendar tr:nth-child(1) {
    background: var(--wpem-theme-gradient);
    border-radius: 100px;
    margin-bottom: 15px;
}
.wpem-calendar-view-container .calendar-contents-container table.calendar th.weekday-name-column {
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
.wpem-calendar-view-container .calendar-contents-container table.calendar {
    border-right: 0 !important;
}
.wpem-calendar-view-container .calendar-contents-container table.calendar td:last-of-type {
    border-right: 1px solid var(--wpem-gray-border-color);
}
/*Event Calender end*/


/*Ticket Plugin start*/
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content .wpem-heading-text {
    margin: 0;
    font-weight: bold;
}
.wpem-single-event-ticket-information .wpem-event-ticket-info-title {
    background-color: transparent;
    border: 0;
    padding-left: 0;
}
.wpem-single-event-ticket-information .wpem-ticket-information-wrapper .wpem-ticket-information-body {
    background-color: #fffaf3;
    border: 0;
    padding: 10px 20px;
    border-radius: 4px;
}
.wpem-single-event-ticket-information .wpem-ticket-information-wrapper .wpem-ticket-information-body .wpem-ticket-info-wrap:hover {
    border-color: var(--wpem-primary-color);
}
.wpem-event-ticket-type{
    margin-top: 15px;
}
/*Ticket Plugin end*/

/*event manager plugin css end*/




/*footer start*/
.wpem_yoga_theme-footer {
    background-color: var(--wpem-secondary-color);
    padding: 80px 0;
}

.wpem_yoga_theme-footer-site-info p {
    color: #fff;
    margin: 0;
    opacity: .5;
}
.wpem_yoga_theme-footer-site-info a {
    display: inline-block;
    margin-bottom: 15px;
}
.wpem_yoga_theme-footer-site-links {
    margin: 0 auto;
    display: table;
}
.wpem_yoga_theme-footer-site-links h4 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.wpem_yoga_theme-footer-site-links a {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    opacity: .5;
}
.wpem_yoga_theme-footer-site-links a i {
    width: 25px;
}
.wpem_yoga_theme-footer-site-links a:hover {
    color: #fff;
    opacity: 1;
}
.wpem_yoga_theme-footer-site-links a:last-of-type{
    margin-bottom: 0;
}

.footer-bottom {
    background-color: var(--wpem-secondary-color);
    color: #fff;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
.site-info a:hover {
    color: #fff;
    text-decoration: underline;
}

.wpem_yoga_theme-footer-instagram-gallery {
    display: flex;
    flex-wrap: wrap;
}
.wpem_yoga_theme-footer-instagram-gallery a {
    height: 100px;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-left: 15px;
    flex: 0 0 calc(33.33% - 15px);
    width: calc(33.33% - 15px);
    overflow: hidden;
}
.wpem_yoga_theme-footer-instagram-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s 0s;
}
.wpem_yoga_theme-footer-instagram-gallery a:hover img {
    transform: scale(1.1);
    opacity: .7;
}
.copyright,
.site-info{
    opacity: .5;
}
.site-info a{
    color: #fff;
}
/*footer end*/



/*page header start*/
.page-header-wrapper {
    background: var(--wpem-theme-gradient);
    background-image: url(assets/images/donation.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
}
.page-header-wrapper h1.entry-title{
    text-align: center;
    line-height: normal;
    font-size: calc(1.7rem + 1.2vw);
    margin: 0px;
}
.page-header-wrapper .entry-meta{
    margin-top: 10px;
}
/*page header end*/

/*Admin Demo Start*/
.mp-start-demo-wrapper .mp-demo-email {
    max-width: 450px;
    width: 100%;
}
.mp-start-demo-wrapper .mp-form-title {
    margin-bottom: 20px;
}
.mp-start-demo-wrapper .mp-submit {
    background: var(--wpem-theme-gradient);
    border: 0;
    color: #fff;
    font-weight: 600;
    padding: 13px 35px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s 0s;
}
.mp-start-demo-wrapper .mp-submit:hover {
    background: var(--wpem-theme-gradient-hover);
    color: #fff;
}
/*Admin Demo End*/



/*---------------------------------------------------
##   Responsive
*   ----------------------------------------------------- */


@media (min-width: 576px) {
    .column-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .column-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .column-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .column-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .column-sm-6,
    .event-listing-yogasan-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .event-listing-yogasan-main-sidearea .widget .event_listings_class .wpem-single-event-widget{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .column-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .column-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .column-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .column-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .column-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (min-width: 768px) {
    .comment-form-author, .comment-form-email, .comment-form-url {
        float: left;
        width: 31%;
    }
    .comment-form-author, .comment-form-email {
        margin-right: 3.5%;
    }
    .comment-form-cookies-consent,
    #comments .form-submit {
        clear: left;
    }
    .recent-post-list-single:nth-child(2),
    .recent-post-list-single:nth-child(3) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .text-t-left {
        text-align: left;
    }
    .text-t-center {
        text-align: center;
    }
    .text-t-right {
        text-align: right;
    }
    .header-top .top-right {
        text-align: right;
    }
    #primary-menu {
        float: right;
    }
    #primary-menu:after,
    .menu-all-pages-container:after {
        content: '';
        clear: both;
        display: table;
    }
    #primary-menu li a {
        padding: 15px;
    }
    #primary-menu li li a {
        padding: 5px 15px;
        margin-left: 0;
        text-align: left;
        line-height: 22px;
    }
    .column-t-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .column-t-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .column-t-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .column-t-4,
    .event-listing-yogasan-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .event-listing-yogasan-main-sidearea .widget .event_listings_class .wpem-single-event-widget
    {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-t-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .column-t-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-t-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .column-t-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .column-t-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .column-t-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .column-t-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .column-t-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-t-1,
    .left-sidebar .secondary-content-area {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-t-2,
    .left-sidebar .primary-content-area {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-t-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .column-l-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .column-l-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .column-l-3,
    .event-listing-yogasan-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .event-listing-yogasan-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .column-l-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-l-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .column-l-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-l-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .column-l-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .column-l-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .column-l-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .column-l-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .column-l-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1470px;
    }

    body.boxed-layout .site {
        max-width: 1500px;
    }
}

@media (max-width: 1599px){
    .wpem_yoga_theme-footer-instagram-gallery a{
      height: 60px;  
    }
}


@media (max-width: 1199.98px) {
   .wpem_charity_theme-main-banner-donors-count {
        top: -50px;
    }
    .wpem_charity_theme-main-banner-donation {
        bottom: -100px;
        padding: 20px;
    }
    .wpem_charity_theme-main-banner-img-circle img {
        width: 300px;
        height: 300px;
        padding: 15px;
    }
    .wpem_charity_theme-counter-count{
        width: 130px;
        height: 130px;
        font-size: 12px;
    }
    .wpem_charity_theme-main-banner-img {
        padding-left: 0;
    }
    .wpem_charity_theme-newsletter {
        padding: 0 30px;
    }

    .main-navigation li a{
        margin-left: 0;
        padding: 11px;
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .secondary-content-area{
        margin-top: 30px;
    }
    .header-main{
        padding: 15px 0;
        position: relative;
    }
    .header-main .row .column {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        position: inherit;
    }
    .site-branding .site-title {
        font-size: 20px;
    }
    #site-navigation.toggled #primary-menu,
    #site-navigation.toggled #primary-menu ul.nav-menu {
        display: block;
    }
    .menu-toggle {
        display: block;
        margin: 0 0 0 auto;
    }
    .menu-primary-menu-container {
        margin-right: 0;
    }
    .main-navigation{
        display: none;
    }
    .main-navigation.toggled {
        display: block;
        opacity: 1;
        visibility: visible;
        justify-content: center;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        z-index: 5;
        border-top: 1px solid #ccc;
    }
    .main-navigation.toggled ul {
        display: block;
    }
    .main-navigation li {
        float: none;
    }
    .main-navigation li.menu-item-has-children ul {
        transition: all 0.2s ease-in;
    }
    .main-navigation li.menu-item-has-children.focus > ul {
        position: relative;
        float: none;
        display: block;
    }
    .main-navigation ul ul li.focus ul {
        left: 0;
        margin: 0 10px 5px 15px;
    }
    .main-navigation li a,
    .main-navigation ul ul a{
        width: 100%;
    }
    .main-navigation li a{
        padding: 10px 0;
        margin-left: 0;
        font-size: 16px;
    }
    .main-navigation ul ul a{
        padding: 10px 20px;
    }
    .main-navigation .theme_btn {
        margin: 10px auto 20px;
        display: table;
    }

    .wpem_charity_theme-counter-count {
        margin-top: 30px;
    }
    .wpem_charity_theme-counter .column-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wpem_charity_theme-become-volunteer:after,
    .wpem_charity_theme-become-volunteer:before,
    .wpem_charity_theme-counter:after,
    .wpem_charity_theme-counter:before{
        background-size: 40%;
    }
    .wpem_charity_theme-testimonial:after, .wpem_charity_theme-testimonial:before {
        width: 300px;
        height: 300px;
    }
    .wpem_charity_theme-newsletter{
        padding: 0px;
    }

    .wpem_yoga_theme-footer-instagram-gallery a {
        height: 75px;
        flex: 0 0 calc(50% - 15px);
        width: calc(50% - 15px);
    }
    .wpem_charity_theme-team .column-3 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
    .wpem_charity_theme-events .column {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .wpem_charity_theme-events .wpem_charity_theme-event-content {
      margin-bottom: 30px;
  }
  .wpem_charity_theme-donation {
      padding-top: 0;
  }
  
}

@media (max-width: 767.98px) {
    .header-top .column {
        text-align: center;
    }
    .text-mb-left {
        text-align: left;
    }
    .text-mb-center {
        text-align: center;
    }
    .text-mb-right {
        text-align: right;
    }
    .sidebar-first .secondary-content-area {
        -ms-flex-order: 1;
        order: 1;
    }
    .sidebar-first .primary-content-area {
        -ms-flex-order: 2;
        order: 2;
    }
    .search-box {
        display: inline-block;
        padding: 5px 10px;
        font-size: 20px;
    }
    .error-404 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .error-404 h1{
        font-size: 80px;
    }
    .error-404 h2{
        font-size: 20px;
    }
    .column{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    .header-main-tel{
        display: none;
    }
    section {
        padding: 40px 0;
    }
    .wpem_charity_theme-section-title{
        margin-bottom: 30px;
    }
    .wpem_charity_theme-section-title h5{
        font-size: 16px;
    }
    .footer-bottom .copyright {
        margin-bottom: 10px;
    }
    .footer-bottom {
        font-size: 13px;
        text-align: center;
        line-height: normal;
    }
    .footer-bottom .container {
        flex-direction: column;
    }
    .theme_btn{
        padding: 10px 20px;
        font-size: 14px;
    }
    .page-header-wrapper h1.entry-title:after{
       height: 10px; 
    }
    .page-header-wrapper{
        padding-bottom: 25px;
        padding-top: 25px; 
    }

    .wpem_charity_theme-main-banner:after {
        width: 100%;
        height: 550px;
        background-position: bottom;
        top: inherit;
        bottom: 0;
    }
    .wpem_charity_theme-main-banner {
        padding-top: 40px;
        padding-bottom: 280px;
    }
    .wpem_charity_theme-main-banner-img{
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        top: 130px;
    }
    .wpem_charity_theme-main-banner-donation{
        left: 30px;
    }

    .wpem_charity_theme-partner-list {
        margin: 7.5px 0;
        height: inherit;
    }
    .wpem_charity_theme-about-img .column {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .wpem_charity_theme-about-content{
        padding-left: 0px;
        padding-top: 30px;
    }

    .wpem_charity_theme-campaigns-box img {
        height: 300px;
    }
    .wpem_charity_theme-campaigns-box {
        margin-bottom: 30px;
    }
    .wpem_charity_theme-campaigns-box-content {
        padding: 20px;
        bottom: -70px;
    }
    .wpem_charity_theme-campaigns-box-content h4 {
        font-size: 20px;
    }

    .wpem_charity_theme-counter .row{
        justify-content: center;
    }
    .wpem_charity_theme-counter .column-4 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .wpem_charity_theme-donation .row {
        flex-direction: column-reverse;
    }
    .wpem_charity_theme-donation-img {
        margin: 0;
    }
    .wpem_charity_theme-donation-content {
        padding: 30px 10px;
    }

    .wpem_charity_theme-support-newsletter:after{
        display: none;
    }
    .wpem_charity_theme-newsletter {
        background-color: var(--wpem-theme-light-color);
        padding: 20px;
        border-radius: 10px;
    }
    .wpem_charity_theme-support {
        margin-bottom: 30px;
    }
    .wpem_charity_theme-newsletter-form input {
        height: 60px;
        font-size: 14px;
        padding: 15px 160px 15px 15px;
    }
    .wpem_charity_theme-support-call-number h4 {
        font-size: 22px;
    }
    .wpem_charity_theme-support-call-icon {
        width: 60px;
        height: 60px;
        flex: 0 060px;
        font-size: 20px;
        margin-right: 15px;
    }
    .wpem_yoga_theme-footer {
        padding: 40px 0;
    }
    .wpem_yoga_theme-footer-site-links {
        margin: 30px 0 0 0;
    }
    .wpem_yoga_theme-footer-site-links a {
        margin-bottom: 5px;
    }
    .wpem_yoga_theme-footer-instagram-gallery {
        margin-top: 30px;
        margin-left: -15px;
    }
    .wpem_yoga_theme-footer-instagram-gallery a {
        height: 100px;
        width: 100px;
        flex: 0 0 100px;
    }
    .wpem_charity_theme-become-volunteer{
        padding: 60px 0;
    }
    .wpem_charity_theme-team .column-3 {
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }

    .wpem_charity_theme-contact-info-col {
        margin-bottom: 30px;
    }
    .wpem_charity_theme-contact-map #googleMap {
        height: 300px !important;
    }
    .wpem_charity_theme-contact-form {
        margin-bottom: 40px;
    }
    .site-main article form.wpem-form-wrapper {
        padding: 20px;
    }    

}

@media (max-width: 575.98px) {
    .wpem_charity_theme-main-banner-donation h2 {
        font-size: 18px;
    }
    .wpem_charity_theme-main-banner-donation:after {
        background-size: 120px;
    }
    .wpem_charity_theme-about-img img {
        height: 200px;
    }
    .wpem_charity_theme-about-img .column:nth-child(1) img, .wpem_charity_theme-about-img .column:nth-child(4) img {
        width: 100%;
        height: 130px;
    }

    .wpem_charity_theme-counter-content li{
        width: 100%;
    }
    .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
        flex-direction: column;
        padding: 15px;
    }
    .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
        width: 100%;
        height: 200px;
    }
    .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner {
        float: inherit;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:before {
        height: 80%;
        top: calc(50% - 40%);
    }
    .wpem_charity_theme-volunteers-profile img {
        border-width: 1px;
        width: 20px;
        height: 20px;
    }
    .wpem_charity_theme-volunteers-profile img:nth-child(2), .wpem_charity_theme-volunteers-profile img:nth-child(4), .wpem_charity_theme-volunteers-profile img:nth-child(5), .wpem_charity_theme-volunteers-profile img:nth-child(8) {
        width: 30px;
        height: 30px;
    }
    .wpem_charity_theme-become-volunteer:after,
    .wpem_charity_theme-become-volunteer:before,
    .wpem_charity_theme-counter:after,
    .wpem_charity_theme-counter:before{
        background-size: 70%;
    }

    .wpem_charity_theme-testimonial-content {
        padding: 20px;
    }
    .wpem_charity_theme-testimonial-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .wpem_charity_theme-testimonial-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
        margin-top: -40px;
    }
    .wpem_charity_theme-testimonial-box {
        margin: 30px 10px;
    }
    .wpem_charity_theme-testimonial-profile {
        margin-top: 20px;
    }
    .wpem_charity_theme-testimonial-profile-detail h5 {
        font-size: 18px;
    }

    .wpem_charity_theme-testimonial-profile-detail small {
        font-size: 14px;
    }

    .wpem_charity_theme-testimonial-profile img {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    .wpem_charity_theme-testimonial:after, .wpem_charity_theme-testimonial:before{
        width: 200px;
        height: 200px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 30px;
    }
    .slick-dots {
        bottom: -30px;
    }
    .wpem_charity_theme-team .column-3 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .wpem_charity_theme-newsletter-form .theme_btn {
        right: 10px;
        padding: 10px;
        font-size: 12px;
    }
    .site-description{
        font-size: 12px;
    }
    .wpem_charity_theme-team-box{
      max-width: 350px;
      width: 100%;
      margin: 0 auto 30px;
    }
}
