/* You can add global styles to this file, and also import other style files */
@font-face {
    font-family: roboto-font;
    src: url('../fonts/Roboto-Regular.ttf');
  }
  
  
  
  body {
    font-family: roboto-font !important;
    
  }
.register-title {
	text-align: center;
}
#loginform {
	margin-bottom: 30px;
}
.tab-item a[href$="1703502724547-2"] {
	background: #1877F2 !important;
	color: #fff !important;
}
.tab-item a[href$="1703502669850-5"] {
	background: #fff !important;
	color: RGBA(0, 0, 0, 0.54) !important;
	border: 1px solid RGBA(0, 0, 0, 0.54) !important;
	padding: 7px 14px;
	margin: 0 1px;
}
.tab-item a[href$="1703502669850-5"] i {
	background-image: url('search.png');
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
}
.tab-item a[href$="1703502669850-5"] i::before{
	content: "";
}
.login-remember label {
	margin: 0;
	display: inline-block;
}

.comodomo-mobile-buttons-wrapper {
	display: none;
}
.comodomo-buttons-wrapper {
	text-align: center;
}
.comodomo-buttons-wrapper a {
	display: block;
	width: 120px;
	padding: 5px;
	text-align: center;
	border: solid 1px;
	background-color: white;
	cursor: pointer;
	margin: 0 auto 10px auto;
}
.comodomo-buttons-wrapper a i.fa {
	display: none;
}
.childthemes {
	/*display: none;*/
}

.comodomo-buttons-bar {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	display: flex;
	justify-content: space-around;
	padding: 20px 0;
}
.comodomo-buttons-bar .comodomo-button {
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 45%;
	white-space: nowrap;
	font-size: 12px;
}
.comodomo-buttons-bar .comodomo-button.active {
	color: black;
	font-weight: bold;
}
.comodomo-buttons-bar .comodomo-button i.fa {
	display: none;
}

.comodomo-mobile-access-button {
	display: none;
	padding: 5px;
	border: solid 1px #fff;
}

.theiaStickySidebar .column-bg-overlay {
	background-color: transparent !important;
}

#comodomo-edit-menu {
	z-index: 9998;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.95);
	/*transition: height .3s ease,background .3s ease,opacity .3s ease, position .3s ease, top .3s ease;*/
}
#comodomo-edit-menu.scrolling {
	position: fixed;
	top: 32px;
}
#comodomo-edit-menu .vc_column-inner, #comodomo-edit-menu .vc_column-inner .comodomo-buttons-bar {
	padding-top: 0;
	padding-bottom: 0;
}
.comodomo-buttons-bar, .comodomo-breadcrumb {
	margin-bottom: 0 !important;
}
#comodomo-edit-menu .comodomo-breadcrumb {
	text-align: center;
}
#comodomo-edit-menu .comodomo-breadcrumb h4 {
	font-size: 14px;
}

@media only screen and (max-width: 500px) {
	.tab-item a[href$="1703502669850-5"] span, .tab-item a[href$="1703502724547-2"] span {
		display: none;
	}
	.tab-item a[href$="1703502669850-5"] i, .tab-item a[href$="1703502724547-2"] i {
		margin: 0;
	}
}

@media only screen and (min-width: 601px) and (max-width: 782px) {
	#comodomo-edit-menu.scrolling {
		position: fixed;
		top: 45px;
	}
}
@media only screen and (max-width: 600px) {
	#comodomo-edit-menu.scrolling {
		position: fixed;
		top: 0;
	}
}

@media only screen and (max-width: 999px) {
	.comodomo-buttons-wrapper {
		display: none;
	}
	.comodomo-mobile-buttons-wrapper {
		display: block;
		position: fixed;
		right: 10px;
		top: 151px;
		z-index: 9999;
		background-color: rgba(255,255,255,.8);
		padding: 3px;
		border-radius: 5px;
	}
	.comodomo-mobile-buttons-wrapper a {
		border: none;
		background-color: transparent;
		margin-bottom: 20px;
		display: block;
	}
	.comodomo-mobile-buttons-wrapper a:last-of-type {
		margin-bottom: 0;
	}
	.comodomo-mobile-buttons-wrapper a i.fa {
		display: block;
		font-size: 30px;
	}
	
	.comodomo-buttons-bar {
		padding: 5px 0;
	}
	.comodomo-buttons-bar .comodomo-button span {
		display: none;
	}
	.comodomo-buttons-bar .comodomo-button i.fa {
		display: inline;
	}
	
	.comodomo-mobile-access-button {
		display: inline-block;
		margin-bottom: 25px;
	}
}