#light-logo>img,
#dark-logo>img {
	min-width: 150px;
}
.border-blue{
	border: 2px solid #08C;
	border-radius: 25px;
}
#light-logo, #dark-logo {
	margin: auto;
}
.progress-bar{
	background-color: #08C;
}
#addMoreBtn{
	background-color: #198754;
	color: #fff;
}
.albumSettingsWithMinimalOptions{
	flex-direction: row!important;
}
.albumSettingsWithMinimalOptions .albumSettingsLeft{
	justify-content: flex-start!important;
}
.albumSettingsWithMinimalOptions .albumSettingsRight{
	justify-content: flex-end!important;
}
html.fixed.sidebar-left-collapsed .content-with-menu .albumSettingsWithMinimalOptions.inner-toolbar,
html.fixed.sidebar-left-collapsed.inner-menu-opened .content-with-menu .albumSettingsWithMinimalOptions.inner-toolbar {
	left: 73px !important;
}
html.fixed .content-with-menu .albumSettingsWithMinimalOptions.inner-toolbar,
html.fixed.inner-menu-opened .content-with-menu .albumSettingsWithMinimalOptions.inner-toolbar {
	left: 300px !important;
}
#form {
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
#search {
	width: 45vw;
	max-width: 200px;
	padding-left: 28px!important;
	height: 35px;
	border: 1px solid gray;
	border-radius: 7px;
	padding: 10px;
	font-size: 18px;
	text-align: left;
}

.input-icons {
	position: relative;
	max-width: 400px; /* Adjust the max-width as needed */
	margin-left: auto; /* Adjust margin-left to push the container to the right */
}

#search-icon {
	position: absolute;
	left: 10px; /* Adjust the left position as needed */
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.2em; /* Adjust the font size as needed */
	color: #333; /* Adjust the color as needed */
}

.mobile-search {
	display: flex;
	align-items: center;
}

input.noselect {
	flex: 1;
	padding-left: 30px; /* Adjust the padding-left to accommodate the search icon */
	box-sizing: border-box;
}


@media screen and (max-width: 600px) {
	.input-icons {
		max-width: 100%;
	}

	input.noselect {
		padding-left: 20px; /* Adjust the padding-left for smaller screens */
	}
}

.filterEventsBtn {
	width: 100px;
	height: 35px;
	border: none;
	border-radius: 7px;
	background-color: #08C;
	color: white;
	font-size: 18px;
	font-family: poppins;
	margin-left: 10px;
}

@media only screen and (max-width: 900px) {
	.input-icons {
		max-width: 100%;
		margin-left: 0;
		margin-bottom: 15px !important;
	}
	input.noselect {
		padding-left: 20px; /* Adjust the padding-left for smaller screens */
	}
	#eventTitle{
		flex-direction: column !important;
	}
}
@media only screen and (max-width: 495px){
	#search{
		padding-left: 10px!important;
	}
	#search-icon{
		display: none !important;
	}
}
html.fixed.inner-menu-opened .inner-iframe{
	width:calc(100vw - 373px); 
	height: 100vh;
}
.thumb-image img {
	min-width: 100px;
	border-radius: 13px;
}
html.sidebar-left-collapsed .inner-iframe{
	width:calc(100vw - 73px); 
	height: 100vh;
}

html.mobile-device .inner-iframe{
	width:100vw; 
	height: 100vh;
}

html.mobile-device.inner-menu-opened .inner-iframe{
	width:calc(100vw - 300px); 
	height: 100vh;
}
html.mobile-device .content-with-menu-container{
	width:100vw; 
}

.inner-iframe{
	width:calc(100vw - 300px); 
	height:100vh;
}
.thumb-image>img{
	aspect-ratio: 1 / 1;
    object-fit: cover;
}
.background-color-transparent{
	background-color: transparent !important;
}
.inner-menu-expand, .homepageNavOption{
	color: #fff !important;
}
.buttons-csv, .buttons-pdf{
	border-radius: 7px !important;
	margin: 2px !important;
}
.buttons-csv::before, .buttons-pdf::before{
	font-family: boxicons!important;
	content: "\eab9"; 
	margin-right: 8%;
}
.homepageNavOption:hover{
	color: white !important;
}
.notifyjs-corner {
	z-index: 10000000!important;
}
#page-header{
	z-index: 99999!important;
}
.albumSettingsLeft{
	width:40%;
	justify-content: flex-start;
}
.albumSettingsRight{
	width:60%;
	justify-content: flex-end;
}
.deactivate-button{
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.card-body{
	padding: 1.6rem !important;
}
.odd{
	background-color: #f5f5f5 !important;
	box-shadow: none !important;
}
.vertical-align-middle{
	vertical-align: middle;
}
@media (max-width: 991px) {
	.width-40 {
		width: 100% !important;
		text-align: center;
	}
	.odd{
		background-color: #f5f5f5 !important;
	}
	.sidebyside{
		justify-content: center;
		display: flex !important;
		flex-wrap: wrap !important;
		padding: 30px 15px !important;
		box-shadow: none !important;
	}
	table.dataTable td{
		-webkit-box-sizing: border-box;
		box-sizing: border-box!important;
	}
	.sidebyside td,
	.sidebyside div{
		border-bottom: none !important;
		overflow-wrap: break-word; 
		width: 50%;
	}
	.flex-basis-100p{
		flex-basis: calc(100%)!important;
	}
	.sidebyside tr td,
	.sidebyside tr div{
		flex-basis: calc(50%); /* 50% width for 2 items with some spacing */
		border-bottom: none !important;
	}
	.text-right{
		text-align: right !important;
	}
	.text-left{
		text-align: left !important;
		padding-left: 5px;
	}
}
#content-menu{
	overflow-y: scroll!important;
	z-index: 1;
}
.container-card {
    background-color:#fff; 
}
.thumb-image img{
	transform: none!important;
}
.font-size-20px{
	font-size: 20px;
}
.editItemToggle{
    z-index: 99999;
    margin-top: -45px;
    margin-left:calc(100% - 40px);
    border: none;
    background-color: white;
    border-radius: 5px;
	height:30px;
	width:30px;
	padding: 0%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.itemThumbnail{
    padding: 0px !important;
}
.thumbnail .checkbox-custom {
	position: absolute!important;
	padding: 0 0 0 25px;
	margin-top: 5%;
	margin-left: 2%;
	z-index: 99999;
}
.thumbnail .checkbox-custom input{
	height:25px;
	width: 25px;
	opacity: 0.5;
}

.thumbnail .checkbox-custom input:checked{
	opacity: 1;
	content: none;
}

.thumbnail .checkbox-custom input:checked::before {
	content: none;
  }

.thumbnail .checkbox-custom input::before {
	height:100%;
	width:100%;
	font-family: boxicons!important;
	content: "\ea41";
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	opacity: 0.5;
  }

.card-selected {
	border: none;
}
.mfp-figure{
	padding: 40px 5% 40px 5%!important;
}

.mfp-content>video{
	padding:0px 5% 40px 5%!important;
}

.mfp-figure img{
	padding-top: 0px!important;
}
.mfp-figure:after{
	background-color: transparent!important;
	box-shadow: none!important;
}
.mfp-close{
	color: white!important;
	opacity: 1!important;
	font-size: 50px!important;
	cursor: pointer!important;
}
.media-gallery .mg-files .thumbnail.thumbnail-selected {
	border-color: #0088CC;
	border-width: thick;
}
.text-align-left{
	text-align: left;
}
.event-date{
	font-weight: 100;
}
.album-title{
	font-weight: 100;
}
.shadow-upgrade{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.fill-white{
	fill: #FFF;
}
.hidden-features{
	opacity: 50%;
}
.button-upgrade{
	display: flex;
    justify-content: center;
	margin-bottom: 4%;
}
.button-upgrade-for-some-features{
	display: flex;
    justify-content: center;
    z-index: 999;
}
.menu-item{
	margin-bottom: 5px !important;
}
.site-links {
	min-height: 20px;
	padding: 19px;
	color: #abb4be;
	margin-bottom: 20px;
	border: 1px solid #abb4be;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.upload-sections-text{
	margin-bottom: 0px ;
}

.main-logo{
	margin-left: 15px;
	max-width: 200px !important;
	height: 50px;
	max-height: 50px;
}
.svg-logo{
	width: 70% !important;
}

.flex-start-tiers{
	align-items: flex-start !important;
}
.refer-level-cards{
	padding: 1rem;
	background-color: #ffffff;
	border-radius: 20px;
	box-shadow: 1px 1px 15px #dcdcdc;
}
.margin-top-22px{
	margin-top: 22px;
}
.ml-1{
	margin-left: 1%;
}
.logo-upload-setting-box{
	width: 49%;
	max-width:400px;
}
.logo-flex{
	display: flex;
	justify-content: space-around;
}
.subscribe-flex{
	display: flex;
	justify-content: space-between;
}
.float-right{
	float: right;
}
.letter-spacing{
	letter-spacing: 0.3px;
}
.promo{
	padding: 5px 15px;
	border-radius: 5px;
	display: inline-block;
}
.upgrade-button{
	border-bottom: 1px solid #f3f3f3 !important;
}
.upgrade-content{
	background: none !important;
}
.upgrade-header{
	background: none !important;
}
.upgrade-box{
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	border-radius: 20px;
	border: 0px !important;
	background-color: #fff;
}
.upload-table{
	vertical-align: middle;
}
.thumb-preview{
	min-width: 144px;
}
.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options{
	border-radius: 15px;
}
.media-gallery .mg-files .thumbnail .thumb-preview .thumb-image{
	border-radius: 15px;
}
.logo-link{
	color: #3B86C6 !important;
}
.logo-button-container{
	width: 100%;
}
.logo-theme-buttons{
	list-style: none;
	display: flex !important;
	border-style: solid;
	border-width: 1px;
	border-color: #abb4be;
	border-radius: 100px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	align-items: center;
}
.logo-theme-buttons li{
	padding: 10px 30px;
	color: #abb4be;
}
.logo-active{
	background-color: #ffffff !important;
	border-radius: 100px;
	border-width: 5px !important;
	border-color: #1D2127 !important;
	color: #1D2127 !important;
	padding: 10px 45px !important;
	height:100%;
}
.form-inline{
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}
.dtbuttons{
	display: inline-block;
	float: right;
	margin-bottom: 10px;
}
.dataTables_length{
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 4px;
}
.pagination{
	justify-content: center !important;
}
.thumbnail{
	border-radius: 20px !important;
}
.container-card{
	border-radius: 20px !important;
}
.header-clean{
	display: none;
}
.subscribe{
	min-width:50px;
	max-width: 700px;
}
.subscribe-radio-container{
	width: 30%;
}
.card-rounded{
	border-radius: 20px !important;
}
.not-logged-in-theme{
	margin-left: 0 !important;
	padding: 0 !important;
	position: inherit !important;
}

/* Layout Base - Sidebar Left Opened ( Larger than mobile ) */
html.sidebar-left-collapsed .sidebar-left {
	width: 73px;
	top: 50px;
}
html.fixed .nano-content {
	margin-right: 0%!important;
}
html.fixed .sidebar-left .nano-content {
    padding-bottom: 50px;
}
html.fixed .content-body {
	display: block;
    margin-left: 300px;
}

html.mobile-device .content-body {
	width:100vw;
}

html.fixed .inner-wrapper {
    padding-top: 0px;
}

html.fixed.sidebar-left-collapsed .content-body {
	margin-left: 73px;
}

html.sidebar-left-collapsed .sidebar-left .sidebar-title {
    margin-left: -300px;
    opacity: 0;
}
html.fixed .content-with-menu-container {
	position: relative;
}

html.fixed .content-with-menu-container,
html.fixed .inner-body {
    display: block;
}


html.fixed.sidebar-left-collapsed .inner-menu,
html.fixed.sidebar-left-collapsed .inner-menu-toggle,
html.fixed.sidebar-left-collapsed .inner-toolbar {
	left: 73px;
}

html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-toolbar {
	left: 373px;
	flex-direction: column;
	flex-wrap: wrap;
}

#eventpage-grid {
    margin: auto;
    border-top: 0px solid transparent;
    min-height: 100vh;
    position: relative;
}

.margin-none{
	margin:0%;
}

.well {
	margin-bottom: 10px;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.well-sm {
	padding: 9px;
	border-radius: 3px;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
#homepageSettingForm .row, #adminSettingForm .row{
	--bs-gutter-x: 0;
}
.file-upload {
	display: flex;
	margin: 12px 2px;
	width: 98%;
	max-width: 400px;
	max-height: 400px;
	padding: 10px;
	border: 2px dashed #ccc;
	border-radius: 15px;
	color: #888;
	background-color: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
}

.file-upload:hover {
	border-color: #999;
}

.file-upload.active {
	border-color: #2ecc71;
}

.file-upload input[type="file"] {
	display: none;
}

.file-preview {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.file-preview img {
	max-width: 100%;
	max-height: 380px;
	border-radius: 15px;
	height: 100%;
}

.file-remove {
	pointer-events: auto;
	width: 100%;
	max-width: 400px;
	top: 15px;
	padding-top: 3%!important;
	padding-right: 30px;
	text-align: end;
	color: #e74c3c;
	cursor: pointer;
	display: none;
}

.hidden {
	display: none;
}

#file-info {
	text-align: center;
}

#file-name {
	margin: 5px 0;
}

.file-upload.active .file-remove {
	display: block;
}

#drag-drop-message {
	text-align: center;
}
@media only screen and (max-width: 1210px) {
	.inner-toolbar {
		flex-direction: column;
		align-items: center;
	}
	.albumSettingsLeft, .albumSettingsRight{
		width: 100%;
		justify-content: center;
	}
	.inner-toolbar ul{
		justify-content: center;
	}
	html.fixed.sidebar-left-collapsed .inner-menu-toggle {
		height: 106px !important;
	}
}
@media only screen and (max-width: 1137px) {
	html.mobile-device .inner-menu-toggle{
		height: 106px;
	}
}
@media only screen and (max-width: 810px) {
	html.fixed.sidebar-left-collapsed .inner-menu-toggle {
		height: 152px !important;
		top: 50px !important;
	}
	html.mobile-device .inner-menu-toggle{
		height: 106px;
		top: 50px !important;
	}
	.delete-event{
		margin-bottom: 15px;
	}
	html.mobile-device .delete-event{
		margin-bottom: 0px !important;
	}
}
.inner-toolbar ul{
	align-items: center;
	flex-wrap: wrap;
}
.inner-menu-toggle{
	background: #2a2f37 !important;
	box-shadow: none !important;
	align-items: center;
	transition: height 0.5s ease;
}
html.fixed.sidebar-left-collapsed .inner-menu-toggle {
	transition: height 0.5s ease;
}

html.fixed.sidebar-left-collapsed .inner-menu-toggle {
	height: 54px;
	transition: height 0.5s ease;
}
.inner-menu-toggle {
	height: 54px;
	transition: height 0.5s ease;
}
@media only screen and (max-width: 810px) {
	 .inner-menu-toggle{
		height: 156px;
		 transition: height 0.5s ease;
	}
	html.fixed.sidebar-left-collapsed .inner-menu-toggle {
		height: 156px;
		transition: height 0.5s ease;
	}
}
@media only screen and (max-width: 1365px) {
	.inner-menu-toggle {
		height: 106px;
		transition: height 0.5s ease;
	}
}
@media only screen and (max-width: 1037px) {
	.inner-menu-toggle {
		height: 153px;
		transition: height 0.5s ease;
	}
	.delete-event{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 906px) {
	.inner-menu-toggle {
		height: 159px;
		transition: height 0.5s ease;
	}
}
@media only screen and (max-width: 684px) {
	.delete-event{
		margin-bottom: 10px !important;
	}
}
.inner-menu-toggle:after{
	box-shadow: none !important;
	transition: height 0.5s ease;
}
.inner-toolbar ul li{
	display: flex;
}
.delete-event{
	background-color: #ff6565;
	border-radius: 5px;
	margin-left: 5px;
	padding-top: 7px !important;
	padding-bottom:7px !important;
}
.delete-event a{
	color: #ffffff !important;
}
.success-border{
	border-radius: 3px;
}
.height-40px{
	height: 40px;
}
.max-height-40px{
	max-height: 40px;
}
.scrollable-dropdown{
	height: 50vh;
	max-height: 500px;
	overflow-y: auto;
}
.width-40{
	width:40%;
	text-align: center;
}
.mobile-only{
	display: none !important;
}
.desktop-only{
	display: block !important;
}
.flex-even{
	display: flex;
	justify-content: space-evenly;
}
.flex{
	display: flex;
}
.vertical-line{
	display: inline-block;
	border-left: 1px solid #ccc;
	margin: 0 10px;
	height: 125px;
}
.horizontal-line{
	display: inline-block;
	border-bottom: 1px solid #ccc;
	margin: 40px 0px;
	width: 85%;
}

.margin-top-20px{
	margin-top: 20px;
}

.buyfor-others {
	display: table;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
}
.buyfor-others .center-sign {
	display: table-cell;
	padding-top: 20px;
	vertical-align: middle;
}
.buyfor-others .card-sign {
	background: transparent;
}

.buyfor-others .card-sign .card-body {
	background: #FFF;
	border-radius: 20px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 33px 33px 15px;
}

.buyfor-others .checkbox-custom {
	margin-top: 8px;
}

.buyfor-others .line-thru {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	position: relative;
}

.buyfor-others.line-thru span {
	color: #CCC;
	position: relative;
	z-index: 3;
}

.buyfor-others .line-thru:before {
	background-color: #FFF;
	content: '';
	height: 10px;
	left: 50%;
	position: absolute;
	margin: -5px 0 0 -20px;
	top: 50%;
	width: 40px;
	z-index: 2;
}

.buyfor-others .line-thru:after {
	border-bottom: 1px solid #DADADA;
	content: '';
	display: block;
	left: 10%;
	position: absolute;
	top: 47%;
	width: 81%;
	z-index: 1;
}
#_username-error, #_password-error{
	color: red;
	font-size: 12px;
	position: absolute;
	top: 100%; /* Position the error message below the input */
	left: 0;
}

.settings-card{
	width: 95%;
}
.sidebar-left-collapsed .nav-link span{
	display: none;
}
.sidebar-left-collapsed ul.nav-main li.nav-parent > a:after {
	content: none;
}
.sidebar-left{
	transition: width 0.2s ease-in !important;
}
.inner-menu{
	transition: left 0.2s ease-in !important;
}
.inner-toolbar{
	transition: left 0.2s ease-in !important;
}
.admin-gallery{
	transition: width 0.2s ease-in !important;
}
.inner-menu-toggle{
	transition: left 0.2s ease-in !important;
}

@media only screen and (min-width: 1365px) {
	html.mobile-device .inner-toolbar,
	html.mobile-device .inner-body  {
		margin-left: 300px!important;
	}
	html.sidebar-left-collapsed .inner-iframe{
		width:calc(100vw - 373px)!important; 
		height: 100vh;
	}
	.inner-iframe{
		width:calc(100vw - 600px)!important; 
		height: 100vh;
	}
	html.mobile-device .inner-iframe{
		width:calc(100vw - 300px)!important; 
		height: 100vh;
	}
}

@media (max-width: 991px) {
	.flex-start-tiers{
		align-items: center !important;
	}
	.refer-level-cards{
		margin: 10px 0px;
	}
	.logo-upload-setting-box{
		width: 100%;
	}
	.logo-flex{
		flex-direction: column;
	}
	.mobile-subscribe-space{
		margin: 5px 0px;
	}
	.subscribe-flex{
		display: block;
		justify-content: center;
	}
	.mobile-text-center{
		text-align: center;
	}
	html.mobile-device .sidebar-left {
		display: none !important;
	}
	.files .name{
		width: 100% !important;
	}
	html.fixed .mobile-only-menu {
		visibility: hidden;
	}

	html.mobile-device .events-header{
		margin-top: 10px;
	}
	.submenu {
        display: none;
    }

    .submenu.show {
        display: block;
    }
	html.mobile-device .nav-link span {
		display: none;
	}
	html.mobile-device .nav-main {
		display: flex;
		/*height: 50px;*/
	}
	html.sidebar-left-collapsed .mobile-nav-parent {
		float: bottom;
		display: flex;
		background-color: #fff;
	}

	html.mobile-device .buyfor-others {
		margin: 0 auto;
		width: 85%;
		padding-left: 0px;
		padding-right: 10px;
	}
	html.mobile-device .space-top-mobile{
		margin-top: 4.5rem !important;
		margin-left: 10px;
	}
	html.mobile-device .mobile-settings-padding{
		padding: 1.5rem !important;
	}
	html.mobile-device body{
		padding-bottom: 75px;
	}
	.subscribe-radio-container{
		width: 100%;
	}
	.width-40{
		width:70%;
		text-align: center;
	}
	.flex-even{
		flex-direction: column;
	}
	.table.table-no-more td {
		border: none;
		position: relative;
		white-space: normal;
	}
}
@media only screen and (max-width: 991px) {
	.mobile-only{
		display: block !important;
	}
	.mobile-only-w-100{
		width: 100%!important;
	}
	.mobile-only-w-75{
		width: 75%!important;
	}
	.mobile-only-w-25{
		width: 25%!important;
	}
	.desktop-only{
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.albumSettingsWithMinimalOptions{
		flex-direction: column!important;
	}
	.albumSettingsWithMinimalOptions .albumSettingsLeft{
		justify-content: center!important;
	}
	.albumSettingsWithMinimalOptions .albumSettingsRight{
		justify-content: center!important;
	}
	.mobile-search{
		display:flex;
		justify-content: center;
		align-items: center;
	}
	html.mobile-device.inner-menu-opened .inner-iframe {
		width: 100vw;
	}
	.input-icons{
		margin: 0 auto;
	}
	html.fixed.inner-menu-opened .inner-iframe{
		width:calc(100vw - 73px); 
		height: 100vh;
	}
	html.mobile-device .content-with-menu{
		padding-top: 50px;
	}
	.button-upgrade-mobile{
		display: flex;
		justify-content: center;
	}
	.button-upgrade-for-some-features{
		margin-left: 0%;
	}
	html.mobile-device #sidebar-left{
		overflow-y:hidden !important;
	}

	html.mobile-device .page-header {
   		margin: 0px -20px 20px -15px;
		width: 100vw;
	}
	html.fixed .page-header,
	html.mobile-device .page-header {
		left: 0px;
		margin: 0;
		position: fixed;
		right: 0;
		border-left: 0px;
		top: 00px !important;
	}
	.inner-toolbar{
		border-left: 0px;
	}
	.editHomepageToolbar{
		float: none!important;
		justify-content: center;
	}
	.custom-bx-icon::before{
		content: "\ed42";
	}
}

@media only screen and (min-width: 768px) {
	.custom-bx-icon::before{
		content: "\ed38";
	}
	html.fixed .page-header {
		margin-left: -1px;
	}
	html.fixed .sidebar-left-collapsed .page-header {
    	margin-left: -91px;
	}
	.sidebar-left {
		position: fixed;
	}
	html.mobile-device .content-with-menu{
		margin: 0px;
	}
	html.mobile-device .content-with-menu-container .inner-menu-toggle{
		position: absolute;
		z-index: 999;
		padding-right: 1%;
	}
	.p-top70px{
		padding-top: 70px;
	}

	html.mobile-device .page-header {
		left: 0px;
		margin: 0;
		position: fixed;
		right: 0;
		border-left: 0px;
		top: 00px !important;
	}

	html.mobile-device #content-menu{
		top: 50px;
		position: fixed;
		height: 100%;
	}
	html.mobile-device .content-with-menu {
		padding-top: 50px;
	}

	html.mobile-device .inner-toolbar  {
		left: 0px;
		right: 0;
		margin: 0;
		padding: 0;
		position: fixed;
		top: 50px;
		z-index: 991;
	}
	html.mobile-device.inner-menu-opened .inner-toolbar,
	html.mobile-device.inner-menu-opened .inner-body  {
		margin-left: 300px;
		flex-direction: column;
		flex-wrap: wrap;
	}
	html.mobile-device .inner-menu-toggle {
		left: 0px;
		top: 50px;
		position: fixed!important;
	}
}

@media only screen and (max-width: 330px) { 
	.main-logo{
		max-width: 160px !important;
	}
}

@media only screen and (max-width: 330px) { 
	.main-logo{
		max-width: 160px !important;
	}
}

@media only screen and (max-width: 300px) { 
	#eventTitle{
        flex-direction: column;
    }
	.main-logo{
		max-width: 140px !important;
	}
}

html.mobile-device .page-header {
	margin: 0px 0px 0px 0px;
}

html.mobile-device .sidebar-left {
	display: none !important;
}
html.mobile-device .mobile-only-menu {
	visibility: visible;
	width: 100%;
}
html.mobile-device .header-clean {
	position: fixed;
	display: block;
	bottom: 0;
	border-radius: 10px 10px 0px 0px;
	left: 0;
	height: 75px;
	width: 100%;
	background: rgba(29, 33, 39);
	overflow: hidden;
	transition: all 0.5s ease-out, background 1s ease-out;
	transition-delay: 0.2s;
	z-index: 9999;
}
html.mobile-device .header-clean ul.menu-clean li.menu-item-clean .a-clean, html.mobile-device .menu-item-icon {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	line-height: 2.35;
	font-weight: 200;
}
html.mobile-device .header-clean .burger-container-clean {
	position: relative;
	height: 65px;
	cursor: pointer;
	transform: rotate(0deg);
	transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
html.mobile-device .header-clean .burger-container-clean #burger-clean {
	width: 18px;
	height: 8px;
	position: relative;
	display: block;
}
html.mobile-device .header-clean .burger-container-clean #burger-clean .bar-clean {
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	background: #fff;
	transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition-delay: 0s;
}
html.mobile-device .header-clean .burger-container-clean #burger-clean .bar-clean.topBar-clean {
	transform: translateY(0px) rotate(0deg);
}
html.mobile-device .header-clean .burger-container-clean #burger-clean .bar-clean.btmBar-clean {
	transform: translateY(6px) rotate(0deg);
}

html.mobile-device .menu-opened-clean .burger-container-clean #burger-clean .bar-clean.topBar-clean{
	transform: translateY(4px) rotate(45deg);
}
html.mobile-device .menu-opened-clean .burger-container-clean #burger-clean .bar-clean.btmBar-clean{
	transform: translateY(3px) rotate(-45deg);
}
html.mobile-device .header-clean .icon-clean {
	display: inline-block;
	position: absolute;
	height: 100%;
	line-height: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	left: 50%;
	transform: translateX(-50%);
}
html.mobile-device .header-clean ul.menu-clean {
	position: relative;
	display: block;
	padding: 0px 48px 0;
	list-style: none;
}
html.mobile-device .header-clean ul.menu-clean li.menu-item-clean {
	border-bottom: 1px solid #333;
	margin-top: 5px;
	transform: scale(1.15) translateY(-30px);
	opacity: 0;
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
html.mobile-device .header-clean ul.menu-clean li.menu-item-clean:nth-child(1) {
	transition-delay: 0.49s;
}
html.mobile-device .header-clean ul.menu-clean li.menu-item-clean:nth-child(2) {
	transition-delay: 0.42s;
}
html.mobile-device .header-clean ul.menu-clean li.menu-item-clean:nth-child(3) {
	transition-delay: 0.35s;
}
html.mobile-device .header-clean ul.menu-clean li.menu-item-clean:nth-child(4) {
	transition-delay: 0.28s;
}
html.mobile-device .header-clean ul.menu-clean li.menu-item-clean:nth-child(5) {
	transition-delay: 0.21s;
}

html.mobile-device .header-clean.menu-opened-clean {
	z-index: 1000000;
	height: calc(100% - 50px);
	border-radius: 0px 0px 0px 0px;
	background-color: rgba(29, 33, 39);
	transition: all 0.3s ease-in, background 0.5s ease-in;
	transition-delay: 0.25s;
}
html.mobile-device .header-clean.menu-opened-clean .burger-container {
	transform: rotate(90deg);
}
html.mobile-device .header-clean.menu-opened-clean .burger-container #burger .bar {
	transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition-delay: 0.2s;
}
html.mobile-device .header-clean.menu-opened-clean .burger-container #burger .bar.topBar {
	transform: translateY(4px) rotate(45deg);
}
html.mobile-device .header-clean.menu-opened-clean .burger-container #burger .bar.btmBar {
	transform: translateY(3px) rotate(-45deg);
}
html.mobile-device .header-clean.menu-opened-clean ul.menu-clean li.menu-item-clean {
	transform: scale(1) translateY(0px);
	opacity: 1;
}
html.mobile-device .header-clean.menu-opened-clean ul.menu-clean li.menu-item-clean:nth-child(1) {
	transition-delay: 0.27s;
}
html.mobile-device .header-clean.menu-opened-clean ul.menu-clean li.menu-item-clean:nth-child(2) {
	transition-delay: 0.34s;
}
html.mobile-device .header-clean.menu-opened-clean ul.menu-clean li.menu-item-clean:nth-child(3) {
	transition-delay: 0.41s;
}
html.mobile-device .header-clean.menu-opened-clean ul.menu-clean li.menu-item-clean:nth-child(4) {
	transition-delay: 0.48s;
}
html.mobile-device .header-clean.menu-opened-clean ul.menu-clean li.menu-item-clean:nth-child(5) {
	transition-delay: 0.55s;
}
html.mobile-device .header-clean.menu-opened-clean ul.menu-clean li.menu-item-clean:nth-child(6) {
	transition-delay: 0.62s;
}
html.mobile-device .header-clean.menu-opened-clean ul.menu-clean li.menu-item-clean:nth-child(7) {
	transition-delay: 0.69s;
}
html.mobile-device .sans{
	font-family: Sans-serif;
}
html.mobile-device .mobile-nav-font-size{
	font-size: 20px;
}