/** fonts **/
/** Primary and secondary fonts settings **/
/** Body colors **/
/** Header colors **/
/** body background **/
/** wrapper background **/
/** footer first widget area background **/
/** footer second widget area background **/
/** Footer colors **/
/* line 6, head-classic.less */
#menu-container {
  z-index: 100;
}
/**	
	Classic header styles
**/
/* line 14, head-classic.less */
.header-classic #header-wrapper.default-tpl {
  margin-bottom: 80px;
  background-repeat: no-repeat;
}
/* line 18, head-classic.less */
.header-classic #content-wrapper {
  padding-bottom: 80px;
}
/* line 21, head-classic.less */
.header-classic #page-header {
  color: #111111;
}
/* line 23, head-classic.less */
.header-classic #page-header h2,
.header-classic #page-header h1 {
  font-size: 24px;
  float: left;
  margin-bottom: 0;
  line-height: 100px;
}
/* line 29, head-classic.less */
.header-classic #page-header .breadcrumbs {
  float: right;
  line-height: 100px;
  margin: 0;
  text-transform: uppercase;
  font-size: 11px;
  color: #fcd846;
}
/* line 36, head-classic.less */
.header-classic #page-header .breadcrumbs a {
  color: #b0b0b0;
}
/* line 39, head-classic.less */
.header-classic #page-header .breadcrumbs a:hover {
  color: #fcd846;
}
/* line 43, head-classic.less */
.header-classic #page-header .col-md-12 {
  min-height: 100px;
}
/* line 46, head-classic.less */
.header-classic #page-header .separator {
  position: relative;
  margin: 0 20px;
}
/* line 50, head-classic.less */
.header-classic #page-header .separator:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 4px;
  left: -3px;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #b0b0b0;
}
/* line 64, head-classic.less */
body.rtl.header-classic #page-header .separator:after {
  border-color: transparent #b0b0b0 transparent transparent;
}
/* line 70, head-classic.less */
.page-template-page-template-custom-php #content-wrapper,
.page-template-page-template-no-header-footer-php #content-wrapper {
  padding-bottom: 0;
}
@media screen and (max-width: 992px) {
  /* line 77, head-classic.less */
  .header-classic #header-wrapper.default-tpl {
    margin-bottom: 50px;
  }
  /* line 81, head-classic.less */
  .header-classic #page-header h2,
  .header-classic #page-header .breadcrumbs,
  .header-classic #page-header h1 {
    float: none;
    display: block;
    line-height: normal;
  }
  /* line 86, head-classic.less */
  .header-classic #page-header h2,
  .header-classic #page-header h1 {
    margin-bottom: 10px;
  }
  /* line 89, head-classic.less */
  .header-classic #page-header .col-md-12 {
    padding: 15px 15px 25px 15px;
    min-height: 1px;
  }
}
