/* CUSTOM ELEFEN */

.topbar>.container{padding:0px!important;}

.row.gap-y i{min-width:30px!important;}
.row.gap-y .flexbox{justify-content:flex-start!important;flex-wrap:nowrap!important;box-sizing: content-box!important;}

.topbar-nav li.nav-item .nav-link.red{color:#cc1616!important;font-weight:bold!important;}
.topbar-nav li.nav-item .nav-submenu .nav-link i{font-size:18px!important;margin-right: 10px;}
.copyrights{text-align:center;}
.btn-primary, .btn-primary:hover{background-color: #0090CF;border-color: #0090CF;}
.topbar-brand img {max-height: 70px;}
.body-scrolled .topbar-brand img{max-height: 50px;}
.body-scrolled .topbar.topbar-sticky {height: 61px;}

/*----------------------------------------------*/

.thesaas-sections-split .section,
.thesaas-sections-split .main-content .topbar,
.thesaas-sections-split .main-content .site-footer {
  margin: 30px 50px 100px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
}

.thesaas-sections-split .main-content .topbar {
  position: static;
}

.thesaas-sections-split .main-content .topbar .topbar-toggler {
  display: none;
}

.thesaas-sections-split .section-info {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 60px;
}

.thesaas-sections-split.topbar-reveal .main-content .topbar-nav {
  display: none;
}

@media (max-width: 991px) {
	
  button.topbar-toggler{z-index:999999;margin-top: -12px;}
  .topbar-brand img {max-height: 50px;margin-top: -9px;margin-left:35px!important;}
  .topbar-brand {
	    position: absolute;
	    width: 100%;
	    text-align:center;
	    top:30px;
	}
 
  .topbar-expand-md .topbar-toggler{
  	position:absolute!important;
  	left: 20px;
    top: 36px;
  }
  
  body.topbar-reveal .topbar-expand-md .topbar-toggler{display:none;}
  
 }

@media (max-width: 768px) {
  .topbar-brand img {max-height: 40px;margin-top: -9px;}

  .thesaas-sections-split .section,
  .thesaas-sections-split .main-content .site-footer {
    margin: 30px 0 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  
  .body-scrolled .topbar-brand img {
    max-height: 40px;
  }

}

