/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
.et_pb_column_1_3 .et_pb_audio_cover_art, .et_pb_column_2_5 .et_pb_audio_cover_art {
    height: 300px !important;
}
p.comment-form-url {
    display: none !important;
}
h3.comment-reply-title {
	font-size: 0; /* this removes the default text */
}
h3.comment-reply-title:before {
	content: "Submit Your Wishes!"; /* your preferred title here */
	font-size: 24px; /* you might want to change this based on your default header font */
	line-height: 1.4em;
}
.et_pb_section_1_tb_header {
    z-index: -1 !important;
}

        .as-card{
            display: flex;
			align-items:center;
            flex-direction: column;
            border: 1px solid rgb(194, 194, 194);
            padding: 20px 30px;
            background-color: #40008a;
            color: white;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
        }
        .as-card button{
            width: 140px !important;
            padding: 10px;
            background-color: rgb(221, 125, 0);
            border: none;
            font-size: 16px;
            text-transform: uppercase;
            color: white;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
        }
		.as-card h1 {font-weight:700 !important; }


/*-- ============= Video Listing start============= --*/

.quick-menu-container{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    flex-direction: column;
    padding: 20px 0;
    align-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    transition: 0.5s;
    z-index: 99999;
}
    #menuBox{
    left: -265px;
}
.quick-menu-container a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 30px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    transition: 0.8s;
}
.quick-menu-container a:hover{
    background-color: #000;
}
.quick-menu-container span{
    position: absolute;
    right: -15px;
    top: 50%;
}
.quick-menu-container span i{
    font-size: 28px;
    background-color: #ddd;
    border-radius: 50px;
    padding: 1px 3px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.quick-menu-container #closeArrow{
    display: none;
    right: -15px;
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
a.page-numbers {
    display: block;
    width: 50px;
    height: 30px;
    padding: 4px 0;
    margin: 10px !important;
    background-color: #0e4d85;
    color: aliceblue;
    border-radius: 3px;
    text-align: center;
}
.pig-listing {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

/* Modal Content */
.modal-content {
	width: 100%;
  position:relative;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 720px;
  z-index: 99;
}
.modal-backdrop {
	z-index: 1 !important;
				
}	

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.vid-body{
    width: 330px;
    height: 186px;
    transform: scaley(1.4);

}
.vid-body span{
    display: flex;
    z-index: 99;
    background: #000;
    position:absolute;

}
.vid-list-container{
    display: flex;
    max-width: 1080px;
    margin: auto;
    flex-wrap:wrap;
    justify-content: space-around;
}
.vid-content{
    width: 300px;
    margin: 10px 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px solid #000;
}
.course_title{
    padding: 0 10px;
    
}

.holder {
  width: 560;
  position: relative;
}

.frame {
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 315px;
  cursor: pointer;
}
/*  .overlay:hover {
    background-color: rgb(0 0 0 / 75%);
    transition: 0.5s;
}
-- */

/*-- ============= Video Listing End ============= --*/

    .as-img-container {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        max-width: 600px;
        max-height: 450px;
        background-color: #fff;
        margin-top: 50px;
    }
    #asButton{
        max-width: 200px;
        padding: 5px 18px;
    }
    #asPopover{
        display: flex;
        position: fixed;
        width: 100%;
        justify-content: center;
        align-content: center;
        min-height: 100vh;
        background-color: rgba(0, 0, 0, 0.705);
        z-index: 999;
    }
    .as-img-container img{
        margin-bottom: 10px;
    }

.log-out-btn a {
    background-color: #c2185b;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 30px;
	max-width:200px;
}


.log-out-btn {
    display: flex;
    align-items: center;
	flex-direction: column;
}
.log-out-align{
	display: flex;
    justify-content: center;
	align-content: center;
}
.blink_me-dear {
    animation: blinker 1s linear infinite;
	font-size:12px !important;
    }
    
    @keyframes blinker {
      50% {
        opacity: 0;
      }
    }
.guest-info-group{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.guest-info-box{
	flex-grow: 1;
	background:#eee;
	margin:10px;
	padding:20px;
}
.guest-info-box h1{
	font-weight:300;
	text-align:right;
}
body{
	overflow-x:hidden;
}

    .guest-rank{
        width: 300px;
        font-family: Arial, sans-serif;
        position: fixed;
        top: 20%;
        right: -290px;
        background-color: #cb0000;
        color: #e0e0e0;
        padding: 8px 8px 8px 20px;
        border-radius: 10px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        transition: 0.8s;
        z-index:999;
    }
    .guest-rank:hover{
        right: 5px;
    }
    .guest-rank td {padding: 8px;}
    .guest-rank tr:nth-child(even){background-color: #990000}
    .guest-rank tr:hover {background-color: #570000;}
    .guest-rank th {
        padding: 8px;
        text-align: left;
        background-color: #e0e0e0;
        color: rgb(29, 29, 29);
    }
    .guest-rank table{
        width: 100%;
        border-collapse: collapse;
    }
    .rank-info{
        position: absolute;
        background-color: #570000;
        left: -90px;
        top:120px;
        padding: 12px 18px;
        border-radius: 20px;
        font-weight: 700;
        cursor: pointer;
        transform: rotate(270deg);
        font-size: 13px;
        letter-spacing: 2px;
    }
/*----------- old-Menu------------
.menu-container {
    font-size: 13px;
    position: fixed;
	top:25vh;
	left:0;
    max-width: 780px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -760px;
    background: rgb(43, 41, 97);
    background: linear-gradient(90deg, rgb(19, 18, 61) 0%, rgba(101, 52, 141, 1) 50%, rgb(19, 18, 61) 100%);
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    transition: 0.8s;
	z-index:99999 !important;
}
.menu-container ul{
	list-style-type: none;
	padding: 0;
  	margin: 0;
}
.menu-container a{
	text-decoration: none;
    color: rgb(0, 0, 0);
}
.boxify i {
	color: rgba(160, 85, 41, 0.6) !important;
}
.menu-container i {
    margin-right: 5px;
	color: rgb(0, 0, 0);
}
.menu-container p {
    line-height:1.5;
	font-size:13px !important;
}
.menu-container h5 {
    line-height:1;
	padding: 5px 0 !important;
	font-weight: 700;
	text-transform:uppercase;
	font-size:15px !important;
}
.boxify {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 170px;
    margin: 0 10px;
	padding:10px;
    background: rgb(251, 176, 64);
    background: linear-gradient(153deg, rgb(255 241 136) 0%, rgb(255 187 0) 100%);
    border-radius: 10px;
    margin-top: -80px;
    box-shadow: rgb(20, 29, 39) 0px 20px 30px -10px;
}
.boxify:hover {
    transform: translateY(-10px);
}
.left-marign-40p{
		margin-left: 40px;
	}
/*---
.event-info-menu {
    min-width: 180px;
    margin: 0 10px;
    background: rgb(85, 236, 110);
    background: linear-gradient(153deg, rgb(75, 243, 103) 0%, rgb(13, 114, 60) 100%);
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: -80px;
    transition: all 0.2s ease-in-out;
    box-shadow: rgb(20, 29, 39) 0px 20px 30px -10px;
}
.event-info-menu li {
    line-height: 0;
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding-bottom: 10px;
    margin: 10px 0;
    font-weight: 600;
    border-bottom: 1px solid rgb(13, 65, 2);
    transition: all 0.1s ease-in-out;
}
.event-info-menu li a:hover {
    padding-left: 10px;
}

.welcome-girl-image {
    position: absolute;
    margin-top: -80px;
    right: 20px;
}
.menu-addon {
    width: 100%;
}
.menu-addon h5 {
    padding: 10px 20px !important;
    background: rgb(43, 41, 97);
    background: linear-gradient(90deg, rgba(101, 52, 141, 1) 50%, rgba(19, 18, 61, 0) 100%);
    color: white;
    margin: 20px 0 30px;
    font-weight: 300;
}
.menu-addon a li {
    display: inline;
    background: rgb(197, 198, 198);
    background: linear-gradient(180deg, rgba(197, 198, 198, 1) 0%, rgba(230, 231, 232, 1) 40%, rgba(163, 163, 163, 1) 100%);
    padding: 8px 18px;
    border-radius: 50px;
    margin: 10px 5px 0;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    font-size: 13px;
}
.menu-addon a li:hover {
    background: rgb(197, 198, 198);
    background: linear-gradient(0deg, rgba(197, 198, 198, 1) 0%, rgba(230, 231, 232, 1) 40%, rgba(163, 163, 163, 1) 100%);
}

.menu-button {
    position: absolute;
    top: 75px;
    right: -60px;
    background-color: rgb(255, 38, 0);
    color: white;
    text-align: center;
    padding: 8px 0px;
    border-radius: 100px;
    width: 120px;
    transform: rotate(270deg);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}
.menu-button:hover {
    background-color: rgb(228, 34, 0);
}

.close-button-x a {
    position: absolute;
    left: 15px;
    text-align: center;
    top: 5px;
    color: rgb(221, 221, 221);
    transform: rotate(45deg);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
}
.close-button-x a:hover {
    color: rgb(228, 215, 36);
}
------- old-Menu-----------------*/
#as-menu-body, #as-open-btn, #as-close-btn{display:none;}

@media only screen and (max-width: 1270px) {
	.menu-container{
		display:none;
	}
	#logout-button{
		display:none;
	}
		#as-menu-body{
			display: flex;
			flex-direction: column;
			max-width: 240px;
			width: 100%;
			position: absolute;
			top :80px;
			left: -240px;
			z-index:999;
			transition: 0.8s;
		}
		#as-menu-body a {
			background-color: #0e0f81;
			color: white;
			padding: 14px 14px;
			text-decoration: none;
			border-bottom: 1px solid #000124;
		}
		#as-menu-body a:hover {
			background-color: #000146;
			color: white;
		}
		#as-menu-body a i{
			width: 30px;

		}
		.open-icon-menu a{
			position: absolute;
			top:20px;
			right: 20px;
			color: white;
			font-size: 30px;
		}
		#as-open-btn{display: block;}
		#as-close-btn{display: none;}
	}

/*------- New Menu-----------------*/
@media only screen and (min-width: 1270px) {

    .menu-container{
        display: flex;
        width: 100%;
        flex-direction: row;
        font-family: Arial, sans-serif;
        justify-content: center;
        position: fixed;
        bottom: 0;
    }
    .menu-container a{
        display: flex;
        text-decoration: none;
        color: white;
        background-color: #0e0f81;
        padding: 10px 15px;
        flex-direction: column;
        text-align: center;
    }
    .menu-container a:hover{
        background-color: #000146;
    }
    .menu-container a i{
        margin-bottom: 10px;
        font-size: 18px;
    }
    .menu-container a lable {
    font-size: 12px;
    text-transform: uppercase;
    }
}
/*------- New-Menu-----------------*/
.logform input#userlog {
    width: 100%;
    padding: 14px;
    border-radius: 5px;
    margin: 20px 0;
    background-color: #eee;
    border: none;
}

.logform button {
    width: 100%;
    border: none;
    padding: 14px;
    background: #472eea;
    border-radius: 3px;
    color: white;
    box-shadow: 0px 8px 8px -6px rgb(25 25 25 / 64%);
    text-transform: uppercase;
    cursor: pointer;
}
/*------ Breathing CSS--------- */

#breathing-button {
    -webkit-animation: breathing 5s ease-out infinite normal;
    animation: breathing 13s ease-out infinite normal;
    -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@media only screen and (max-width: 768px) {

.menu-container {
	top:60px;
    padding: 30px 10px;
	margin-right:20px;
}
.boxify, .event-info-menu, .welcome-girl-image  {
		min-height: auto;
		margin-top: 15px;
	}
.left-marign-40p{
		margin-left:10px;
	}
.boxify p{
		display:none;
	}
.close-button-x a {
	left: 10px;
	
	}
.welcome-girl-image  {
		display:none;
	}
.menu-addon a li {
	display: flex;
	width:200px;
	justify-content: center;
	align-items: center;
	}
}
input[text], input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: #fbfbfb;
    border: 1px solid #bbb;
    padding: 12px;
    color: #4e4e4e;
    width: 100%;
    margin: 10px 0;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: purple;
    color: white;
    padding: 12px 30px;
    border: none;
    font-size: 15px;
    margin-top: 20px;
    border-radius: 3px;
	text-align: center;
	cursor: pointer;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}


.vczapi-zoom-app-notice-wrap.zoom-app-notice {
    display: none !important;
}
h1.meeting-title {
    display: none !important;
}

div#content_container {
    background-color: #000 !important;
}
.media-preview-container {
    margin: 0px 0px 0px 0px !important;
}
.av-preview-container {
top:0 !important;
}
.mini-layout-body {
    margin-top: 20px !important;
}
.vczapi-zoom-browser-meeting--info {
    display: none !important;
}
        .event-menu-right {
            display: flex;
            position: fixed;
            right: -140px;
            top: 20vh;
            flex-direction: column;
            background-color: rgb(206 3 3 / 98%);
            max-width: 200px;
            list-style: none;
            margin: 0;
            padding: 0;
            transition: 0.8s;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
			z-index:999;
        }
        .event-menu-right:hover{
            right: 0;
        }
        .event-menu-right a{
            color: rgb(255, 255, 255);
            text-decoration: none;
            padding: 20px 18px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.7);
            transition: 0.8s;
        }
        .event-menu-right a:hover{
            background-color: #000;
            border-bottom: 1px solid #ddd;
        }
        .event-menu-right i{
            padding: 0px 20px 0px 0px;
        }
.main-content-list {
	background-color:#ddd;
}
.cont-list-user{
	min-height:80vh;
	background-color:white;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	padding:20px 30px 50px;
	margin:50px auto 100px;
	border-radius: 10px;
}
.table-list-user {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.table-list-user td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

.table-list-user tr:nth-child(even){background-color: #f2f2f2;}

.table-list-user tr:hover {background-color: #ddd;}
.table-list-user th {
  padding: 12px;
  text-align: left;
  background-image: linear-gradient( 180deg,#169eff,#0009c6)!important;
  color: white;
}
.title-list-user {
    background-image: url(https://experiential.mediapointlive.com/wp-content/uploads/2021/07/low-bg.webp)!important;
    padding: 80px 0;
    position: relative;
    font-weight: 700;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-attachment: fixed;
    color: white !important;
    font-size: 46px !important;
    text-align: center;
}
.title-list-bsv {
    background-color: #002640!important;
    padding: 80px 0;
    position: relative;
    font-weight: 700;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-attachment: fixed;
    color: white !important;
    font-size: 46px !important;
    text-align: center;
}
/*--==========Meditation Room Start============--*/

        .circle{
            position: absolute;
            width: 500px;
            height: 500px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 46px;
            color: white;
            font-weight:700;
			text-transform:uppercase;
        }
        .inhale{
            background-color: lightseagreen;
            animation: inhale 12s infinite;
        }
        .exhale{
            background-color: lightslategrey;
            animation: exhale 12s infinite;
        }
        .hold{
            background-color: lightskyblue;
            animation: hold 12s infinite;
        }
        @keyframes inhale {
    0% {
        -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 1;
    }
    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    25.01% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
        }

        @keyframes exhale {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    58.33% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    58.34% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 1;
    }
        }
        @keyframes hold {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    25.01% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    58.33% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    58.34% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
        }
/*--==========Meditation Room End============--*/
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.video__icon {
    position: absolute;
    width: 50px;
    left: 0px;
    top: -20px;
}
.menu-button > .video__icon {
    left: 75px;
    top: 0px;
}
  .video__icon .circle--outer {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto 5px;
    position: relative;
    opacity: .8;
    -webkit-animation: circle 2s ease-in-out infinite;
            animation: circle 2s ease-in-out infinite; }
  .video__icon .circle--inner {
    background: #fff;
    left: 15px;
    top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    opacity: .8; }
    .video__icon .circle--inner:after {
      content: '';
      display: block;
      border: 2px solid #fff;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      top: -4px;
      left: -4px;
      position: absolute;
      opacity: .8;
      -webkit-animation: circle 2s ease-in-out .2s infinite;
              animation: circle 2s ease-in-out .2s infinite; }

@-webkit-keyframes circle {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@keyframes circle {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    }
  
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    } }
/*-----------Live Icon -----------------*/
.player-poster[data-poster] {
    background-image: url(https://experiential.mediapointlive.com/wp-content/uploads/2021/07/Grand-ball-vip.webp) !important;
}
.chat_bar, .chat_list {
	display: none !important;
}
p.logged-in-as {
    display: none !important;
}