#kt_toolbar{
/* 	margin-top: -65px !important; */
}

.header-fixed.toolbar-fixed .wrapper {
/*   padding-top: 65px !important; */
}

input[required] {
  background-color: #fff4cc;
 display: block;
}

.required{
  content: '*';
  color: red;
}
input:read-only {
/*   background-color: yellow; */
}
input[readonly] {
  background-color: #babdb6;
 display: block;
}

.important{
	background-color: red !important;
	color :#FFF;
}

.aside-dark .menu .menu-item .menu-section {
  color: #2286f0 !important;
}

.slider_section .detail-box h1 {
  font-size: 2.7rem !important;
}
.slider_section .detail-box {
  color: #FFF !important;
  text-transform: uppercase;
}

.header-style4 .toprow a {
  color: #FFF !important;
}

.nav-backed-header {
  position: relative;
  z-index: 1;
  margin-top: 120px !important;
  border: 0;
}

.hero-slider {
  height: 650px !important;
}

.hero-slider.flexslider ul.slides li {
  height: 650px !important;
}

.event-date .month, .event-date .year {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #f0663f;
  display: block;
  margin-top: 4px;
}

.meta-data {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-style: italic;
  font-family: 'Volkhov', serif;
  color: #f0663f;
}

.breadcrumb {
  margin: 0;
  background: none;
  padding: 50px 0 50px 0;
}

  @media only screen and (max-width: 767px){
		.header-style4 .toprow {
		  display: block;
		}
  }
  
    @media (max-width: 992px){
.d-sm-flex {
  display: flex !important;
}
    }
