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

/*New Style*/
.open-overview {
    display: none;
}
.overview-collapse-header {
    display: none;
}
.overview-closed .open-overview {
	display: block;
}
.overview-closed .overview-collapse-header {
	display: block;
}
.overview-closed .close-overview {
	display: none;
}
.overview-closed .overview-content {
	height: 0;
	overflow: hidden;
}
.darkmode-switch a {
    background: #D9D9D9;
    width: 39px;
    height: 19px;
    display: flex;
    border-radius: 19px;
    align-self: end;
    align-items: center;
    justify-content: flex-end;
}

.darkmode-switch {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: -29px;
}

.darkmode-switch a span {
    background-image: url(https://members.r20.com/wp-content/uploads/2024/01/Light.png);
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background-size: cover;
    background-repeat: no-repeat;
}

.darkmode-switch a.active span {
    background-image: url(https://members.r20.com/wp-content/uploads/2024/01/Dark.png);
}

.darkmode-switch a.active {
    justify-content: flex-start;
}

/*Calendar CSS*/
.custom_cal {
    text-align: center;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    box-shadow: 0px 22px 24px 0px rgba(0, 0, 0, 0.07);
    padding: 25px;
	position: relative;
}
.custom_cal table {
    border-collapse: collapse;
    border: none;
    margin: 0;
}
.custom_cal table td {
    border: none;
    font-size: 16px;
    font-family: 'Brandon Grotesque Regular';
	cursor: pointer;
	-webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.custom_cal table th {
    border: none;
    font-size: 16px;
    font-family: 'Brandon Grotesque Regular';
}
.custom_cal h2 {
    text-transform: uppercase;
    font-size: 23px;
    font-family: 'Brandon Grotesque Bold';
    margin-bottom: 10px;
}
.custom_cal table td.active:not(.cal-clicked), .custom_cal table td.cal-clicked:not(.active) {
    background: #009900;
    color: #fff;
    border: 1px solid #fff;
}
.cal-action {
    position: absolute;
    right: 0;
    top: 0;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
	visibility: hidden;
}
.cal-action.active {
	visibility: visible;
	opacity: 1;
}

.cal-action img {
    width: 20px;
}

.cal-action a {
    margin: 0 5px;
}

.event-wrap ul li {
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0rem;
    margin-bottom: 1rem;
    padding: 20px 20px 20px 20px;
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.event-wrap {
    margin-bottom: 2rem;
}

.event-wrap ul {
    display: block;
    margin: 0;
    padding: 0;
}

.event-wrap ul li .event-date {
    padding-right: 1rem;
    border-right: 1px solid #000;
    margin-bottom: 0px;
    color: #000000;
    font-family: "Brandon Grotesque - Regular", Sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    width: 12%;
}

.event-wrap ul li .event-date span {
    color: #000000;
    font-family: "Brandon Grotesque - Medium", Sans-serif;
    font-size: 40px;
    line-height: 1em;
    display: block;
}

.event-wrap .event-info h3 {
    color: #193065;
     font-family: "Brandon Grotesque - Medium", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 6px;
}
.event-wrap .event-info .info span {
    padding: 0 15px;
    background: #F0F0F0;
    margin-right: 10px;
    display: inline-block;
	
}
.event-wrap .event-info .info .info-tag-wrap {
    display: inline-block;
	position: relative;
	cursor: pointer;
}
.desc-tooltip {
    position: absolute;
	z-index: 999;
    background: rgba(255, 255, 255, 0.98);
    padding: 15px;
    font-size: 17px;
    line-height: 1.4;
    width: 580px;
    box-shadow: 1px 1px 24px 0 rgba(0,0,0,0.2);
    border-radius: 5px;
    visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition:opacity 0.5s ease;
}
.info-tag-wrap:hover .desc-tooltip {
	opacity: 1;
	visibility: visible;
}
.event-wrap .event-info .info span.info-tag {
	background: #c4c4fd;
}
.event-wrap .event-info .info span.info-organizer {
	background: #c1ffc1;
}

.event-info {
    width: 70%;
    padding-left: 3%;
}
.event-cta a {
    font-family: "Brandon Grotesque - Medium", Sans-serif;
    font-size: 16px;
    letter-spacing: 1.5px;
    fill: #000000;
    color: #000000;
    background-color: #FFBD59;
    border-radius: 0px 0px 0px 0px;
    padding: 1rem 1rem 1rem 1rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    line-height: 1;
    width: 180px;
    text-align: center;
    max-width: 95%;
    margin: 0 auto;
}
.event-cta a:hover {
	background-color: #D17925;
}

.event-cta {
    width: 18%;
}
.event-day-title {
    margin: 1rem 0rem 1rem 0rem;
    position: relative;
}

.event-day-title h2 {
    color: #193065;
    font-family: "Brandon Grotesque - Bold", Sans-serif;
    font-size: 45px;
    font-weight: 400;
    max-width: max-content;
   
    position: relative;
    z-index: 1;
    padding-right: 2rem;
}
.eventdesc {
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 17px;
}

.eventdesc br+br {
    display: none;
}

/* .event-day-title:before {
        content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #193065;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
} */
/*.event-day-title:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 9px;
    background: url(https://members.r20.com/wp-content/uploads/2024/01/blue-line-end.png);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}*/
.timezone-selector-search {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.timezone-wrap {
    background: transparent;
    padding: 0 0 0 25px;
    border-radius: 8px;
	position: relative;
	max-width: 100%;
	width: 100%;
}
.loading-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.9);
    z-index: 9;
	visibility: hidden;
}

.loading-wrap img {
    height: 67%;
}
a.current-timezone {
    color: #000;
    border: 1px solid #ccc;
    display: block;
    padding: 12px 20px;
    line-height: 1.2;
    font-size: 20px;
    border-radius: 4px;
    margin-top: 0;
    position: relative;
    background: #fff;
}
a.current-timezone:after {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #369DBE;
    position: absolute;
    right: 4%;
    top: 50%;
    margin-top: -4px;
}
.timezone_list_wrap {
	display: none;
}
ul#timezone-list {
    margin: 0;
    height: 260px;
    overflow-y: scroll;
}

ul#timezone-list li {
    display: block;
    font-size: 14px;
    cursor: pointer;
    line-height: 1;
    padding: 10px 8px;
}

ul#timezone-list li:hover {
    background: #ccc;
}

.sidebar-events {
    border-radius: 10px;
    overflow: hidden;
}

.sidebar-event__headline {
    background: #193065;
    padding: 15px 25px 17px;
}

.sidebar-event__headline h3 {
    color: #FFF;
    /**font-family: 'Ovo - Regular'; **/
	font-family: "Brandon Grotesque - Regular", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sidebar-event__headline h4 {
    color: #FFF;
    font-family: 'Brandon Grotesque Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
}

.sidebar-event__body {
    background: #fff;
    padding: 11px;
}

.sidebar-event__list {
    background: #f1f1f1;
    position: relative;
    margin-bottom: 13px;
    padding: 5% 5% 5% 11%;
}
.sidebar-event__list:last-child {
	margin-bottom: 0;
}

.sidebar-event__list:before {
    content: '';
    width: 9px;
    height: 84%;
    background: #ccc;
    position: absolute;
    border-radius: 20px;
    top: 8%;
    left: 5%;
}

.sidebar-event__item h3 {
    color: #000;
    font-family: 'Brandon Grotesque &#8211; Bold';
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 1.2;
}

.sidebar-event__item h4 {
    color: #000;
    font-family: 'Brandon Grotesque &#8211; Medium';
    font-size: 15px;
    font-style: normal;
    font-weight: 420;
    line-height: normal;
    margin-bottom: 10px;
}

.sidebar-event__item .sidebar-event__description {
    color: #000;
    font-family: 'Brandon Grotesque Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 330;
    line-height: normal;
    margin-bottom: 7px;
}

a.sidebar-event__cta {
    color: #000;
    font-family: 'Brandon Grotesque &#8211; Bold';
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    text-align: center;
    display: block;
    border: 1px solid #000;
    padding: 7px;
}

.timezone-search-wrap {
    margin-top: 10px;
    position: relative;
    margin-bottom: 5px;
}

.timezone-search-wrap input {
    border: 1px solid #ccc !important;
    width: 100%;
    display: block;
    font-size: 15px;
    background: #fff;
    padding: 10px 10px;
}

.timezone-search-wrap i {
    opacity: 0.3;
    position: absolute;
    top: 30%;
    right: 3%;
    font-size: 15px;
}
p.side-noevent {
    text-align: center;
}

.sidebar-event__list.eventcolor-1 {
    background: RGBA(21,101,192, 0.4);
}

.sidebar-event__list.eventcolor-1:before {
    background: RGB(21,101,192);
}

.sidebar-event__list.eventcolor-2 {
    background: RGBA(3,169,244, 0.4);
}
.sidebar-event__list.eventcolor-2:before {
    background: RGB(3,169,244);
}

.sidebar-event__list.eventcolor-3 {
    background: RGBA(0,188,212, 0.4);
}
.sidebar-event__list.eventcolor-3:before {
    background: RGB(0,188,212);
}

.sidebar-event__list.eventcolor-4 {
    background: RGBA(0,150,136, 0.4);
}
.sidebar-event__list.eventcolor-4:before {
    background: RGB(0,150,136);
}
.sidebar-event__list.eventcolor-5 {
    background: RGBA(76,175,80, 0.4);
}
.sidebar-event__list.eventcolor-5:before {
    background: RGB(76,175,80);
}
#zmmtg-root div#content {
    width: 100%;
}
div#preview-av-video {
    width: 100% !important;
}
	body #previewOptions + .mini-layout-body {
    display: none !important;
}
.zoominfo-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.zoominfo h2 {
    color: #193065;
    font-family: Ovo;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.zoombtn a {
    background: #FFBD59;
    color: #000;
    font-family: 'Brandon Grotesque Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    padding: 15px 20px;
    display: block;
    border: 1px solid #FFBD59;
    cursor: pointer;
}
.zoombtn a:hover {
    background: #fff;
}
.zoominfo ul {
    margin: 0;
}
.zoominfo ul li {
    display: inline-block;
    color: #000;
    font-family: 'Brandon Grotesque Regular';
    font-size: 24px;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
    margin-right: 50px;
    vertical-align: middle;
}
.zoominfo ul li svg {
	vertical-align: middle;
	display: inline-block;
}
.zoominfo ul li span {
	vertical-align: middle;
	display: inline-block;
}
#zmmtg-root div#content_container {
    align-items: flex-start !important;
}
@media screen and (min-width: 1200px) {
	div#preview-av-video {
		height: 600px !important;
	}
}
@media screen and (max-width: 767px) {
	.memb-menu li {
    display: block;
    width: 100%;
}

.memb-menu li a {
    border: none !important;
    box-shadow: none !important;
}
.event-wrap ul li .event-date {
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid #000;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.event-info {
    padding-left: 0;
    width: 100%;
    margin-bottom: 10px;
}

.event-wrap {
    padding: 0 10px;
}

.event-wrap .event-info h3 {
    font-size: 20px;
}

.event-wrap .event-info .info span {
    display: block;
    margin-bottom: 5px;
	margin-right: 0;
}
.event-wrap .event-info .info .info-tag-wrap {
	display: block;
	margin-right: 0;
}
.event-cta a {
    display: block;
    width: 100%;
    max-width: 100%;
}

.event-cta {
    width: 100%;
}
	.timezone-wrap {
    padding: 0;
}
.zoominfo h2 {
    font-size: 24px;
}

.zoominfo ul li {
    font-size: 16px;
}

.zoominfo ul {
    margin-bottom: 10px;
}

.zoominfo-wrap {
    margin-bottom: 20px;
}

.zoombtn a {
    font-size: 15px;
    padding: 10px;
    text-align: center;
    letter-spacing: 0;
    display: block;
    width: 100%;
}

.zoombtn {
    width: 100%;
}
.desc-tooltip {
    position: static;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100%;
    margin-bottom: 5px;
    display: none;
}
}
.lession-mentor-header .elementor-size-default {
    color: #193065 !important;
}

