.navigation_box ul li.more-menu ul {
    left: 0px;
    right: auto;
  }

  .nice-select .option:hover {
    background-color: #c30000 !important;
    color: #fff !important;
}

.sort-option .nice-select .current {
  font-size: 17px;
  font-weight: 600;
  color: #666;
}

.sort-option .nice-select .list .option {
  font-size: 17px;
}

.titles.section-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.desktop-adv {
  display: block !important;
  width: 100%;
}
.mobile-adv {
  display: none !important;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .desktop-adv {
    display: none !important;
  }
  .mobile-adv {
    display: block !important;
  }
}

.news-breaks {
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.editor-box table td .social-links a {
  background: #1977f3 !important;
}

.shortcut-box.new-shortcuts a .left-icon {

  height: 14px;
}

.scrollToTop {
  padding: 7px;
  background: #c30000;
  text-align: center;
  color: #fff;
  width: 32px;
  height: 32px;
  display: block;
  line-height: 32px;
  font-size: 14px;
  opacity: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}


body{
  overflow: scroll;
}

.author-box {
  margin: 10px 0 0 0;
}
.slick-track {
  height: 430px;
}

  .editor-box table td .social-links a .left-icon {
    position: relative;
    top: 4px;
  }

.editor-box table td .social-links a.linkedin {
  background: #007bb6 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #444;
}

.alert-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}


@media only screen and (max-width: 479px) {
  .breadcrumbs {
      margin-bottom: 0;
  }
}

.footer-navigation{
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}

ul.footer-navigation li:nth-child(2) {
  padding-top: 0;
}

.bmi-calculator .bmi-loader {
  margin-top: 0px !important;
}

.bmi-calculator .bmi-loader .description{
  font-size: 12px !important;
}

.bmi-calculator .bmi-result-box .total-bmi.under-weight{
  color: #0055aa !important;
}

.bmi-calculator .bmi-result-box .total-bmi.normal-weight{
  color: #228b22 !important;
}

.bmi-calculator .bmi-result-box .total-bmi.over-weight{
  color: #cc7000 !important;
}

.bmi-calculator .bmi-result-box .total-bmi.obese{
  color: #c30000 !important;
}

.header-festival-banner {
	display: flex;
	justify-content: center;
	align-items: center;
  }

.header-festival-banner img {
	width: 100% !important;
	height: auto !important;
}