/**
* @author Design & Accessible Team (Sumy State University)
* @package Joomla
* @subpackage Accessible-Template-SSU
* @copyright Copyright (C) 2010 - 2019 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant to the
* GNU General Public License, and as distributed it includes or is derivative
* of works licensed under the GNU General Public License or other free or open
* source software licenses. See COPYRIGHT.php for copyright notices and
* details.
*/

/* SumDU Ranking page */
.ranking-content {
  background-color: #f0f0f0;
  text-transform: uppercase;
}

/* colors - containers*/
.ranking-item-navy {
  color: #224194;
  border-color: #224194;
}

.ranking-item-blue {
  color: #4e90cc;
  border-color: #4e90cc;
}

.ranking-item-red {
  color: #c31327;
  border-color: #c31327;
}

.ranking-item-green {
  color: #189547;
  border-color: #189547;
}

.ranking-item-orange {
  color: #ef7b0e;
  border-color: #ef7b0e;
}

.ranking-item-centred {
  text-align: center;
}

.ranking-item__description {
  font-size: 12px;
  color: inherit;
  margin-top: 10px;
}

.ranking-item__titleDigit {
  font-size: 33px;
}

.ranking-item__title-small {
  font-size: 19px;
}

.ranking-item__subTitle-leftBorder {
  border-left: 2px solid;
  padding-left: 8px;
}

.ranking-item__subTitle-topBorder {
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ranking-item__description-block {
  display: block;
  text-align: center;
}

.ranking-item__content {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.ranking-item__title-inherit {
  width: 50%;
  flex: inherit !important;
}

.ranking-item {
  margin: 35px 0;
  padding: 0 10%;

}

.ranking-item-link {
  color: inherit;
  display: block;
}

.ranking-item-link:hover {
  text-decoration: none;
  color: inherit;
}

.ranking-item-link:visited {
  text-decoration: none;
  color: inherit;
}

.ranking-item-link:active {
  text-decoration: none;
  color: inherit;
}

.ranking-item-half {
  width: 50%;
}

.ranking-item__title {
  font-weight: bolder;
  text-align: right;
  margin-right: 1rem;
  font-size: 27px;
  align-self: center;
  line-height: initial;
}

.ranking-item__title-noM {
  margin: 0;
}

.ranking-item__title-wrap {
  white-space: pre-wrap;
}

.ranking-item__subTitle {
  display: flex;
  font-size: 15px;
  align-items: center;
  font-weight: bold;
}

.ranking-item__subTitle-wb {
  /*word-break: break-all;*/
}

.ranking-item__subTitle-block {
  display: block;
  margin-top: 8px;
}

.ranking-flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 992px) {
  .ranking-item__title {
    flex: inherit;
  }
}


@media only screen and (max-width: 767px) {
  .ranking-item__subTitle-block {
    margin: 8px 125px;
  }
}

@media only screen and (max-width: 600px) {
  .ranking-item {
    padding: 0 10px;
  }
  .ranking-item__subTitle-block {
    margin: 8px 50px;
  }
}

@media only screen and (max-width: 450px) {
  .ranking-item__subTitle-block {
    margin: 8px 15px;
  }

  .ranking-item__subTitle-wbm {
    word-break: break-all;
  }
}

/* SumDU info */
.sumdu-info {
    background-color: #4c90d1;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
}
.sumdu-info a {
    color: #fff;
    text-decoration: underline;
}
.sumdu-info a:hover {
    text-decoration: none;
}

/* Menu SumDU */
.content .nav .menu__item--more {
	display: none;
}
.content .nav--all .menu__item--more {
	display: block;
}

/* Main menu SumDU */
.nav--all .nav__item.item-277,
.nav--all .nav__item.item-197,
.nav--all .nav__item.item-209,
.nav--all .nav__item.item-260,
.nav--all .nav__item.item-148,
.header .nav__item.item-277,
.header .nav__item.item-197,
.header .nav__item.item-209,
.header .nav__item.item-260,
.header .nav__item.item-148 {
	float: right !important;
}
.nav--all > .nav__item.item-277 a[href^="http"]:after,
.nav--all > .nav__item.item-197 a[href^="http"]:after,
.nav--all > .nav__item.item-209 a[href^="http"]:after,
.nav--all > .nav__item.item-260 a[href^="http"]:after,
.nav--all > .nav__item.item-148 a[href^="http"]:after,
.nav--horizontal-all > .nav__item > .nav-child .nav__item.item-277 a[href^="http"]:after,
.nav--horizontal-all > .nav__item > .nav-child .nav__item.item-197 a[href^="http"]:after,
.nav--horizontal-all > .nav__item > .nav-child .nav__item.item-209 a[href^="http"]:after,
.nav--horizontal-all > .nav__item > .nav-child .nav__item.item-260 a[href^="http"]:after,
.nav--horizontal-all > .nav__item > .nav-child .nav__item.item-148 a[href^="http"]:after {
	display: none;
}

.nav--all .menu__item--hide,
.header .nav--horizontal-all .menu__item--hide {
	display: none !important;
}
/* .header .nav--horizontal-all > .nav__item > .nav-child > .nav__item > a[href^="http"] {
	background-image: url(../images/icon-link.png);
	background-repeat: no-repeat;
	background-position: 0px 22px;
} */


/* SumDU Right menu */
.module--right-menu .nav--vertical {
	border-top: 4px solid #ccc;
}

/* Entrant menu */
.module--entrant {
	position: relative;
	z-index: 200;
}
.menu--entrant {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
}
.menu--entrant > li {
	display: inline-block;
	padding: 0 !important;
	margin: 0;
}
.menu--entrant > li > a {
	display: block;
	padding: 22px 15px;
	color: #fff;
	font-size: 17px;
}
.menu--entrant > li > a:hover,
.menu--entrant > li > a:active,
.menu--entrant > li > a:focus {
	background-color: transparent;
	text-decoration: underline !important;
}
.menu--entrant > li.item-119 img {
	margin-right: 10px;
}
.menu--entrant,
.header__subnav-btn {
	background-color: rgba(14, 52, 92, 0.5);
}


/* right menu */
.nav--right-menu > .nav__item > .position-right,
.nav--right-menu > .nav__item > .nav-child {
	display: none;
}
.nav--right-menu > .nav__item.current.active > .nav-child {
	display: block;
}
.nav--right-menu > .nav__item.active > a {
  background-color: #f1f1f1;
}

/*-----Events Booking START-----*/
.eb-slider-container .eb-event-title-container{
  font-size: 15px;
  line-height: normal;
}

.eb-slider-container .eb-event-title-container .eb-event-title{
  color: #333;
}

.eb-slider-container .eb-event-location-price{
  display: none;
}

#eb-upcoming-events-page-columns .eb-event-title-container{
  font-size: 16px;
  line-height: normal;
}

#eb-upcoming-events-page-columns .eb-event-date-time{
  font-size: 100%;
}

#eb-upcoming-events-page-columns .eb-event-price{
  float: left;
  width: max-content;
}

.eb-weekly-events-container .location-name,
.eb-daily-events-container .location-name
{
  display: none;
}

/*-----Events Booking END-------*/


@media (max-width: 1680px) {
	.module--container {
		overflow: hidden;
	}
}

@media (max-width: 1350px) {
    .menu--entrant > li > a {
        display: block;
        padding: 22px 10px;
        color: #fff;
        font-size: 16px;
	}
	.menu--entrant {
		position: relative;
	}
}

@media (max-width: 1100px) {
	/* .nav--horizontal-all > .nav__item > a {
		padding: 30px 12px !important;
	} */
	.nav--horizontal-all > .nav__item > a:after {
		left: 12px;
		right: 12px;
	}
	
}

@media (max-width: 767px) {
	.module--mobile-hide .api-news__list,
	.module--mobile-hide > .page-header {
		display: none;
	}
	.header__subnav-btn {
		display: block;
	}
	.header__subnav.collapse{
		height: 0;
		overflow: hidden;
	}
	.header__subnav > .nav > li {
		display: block;
	}
}

@media (max-width: 750px) {
	.nav--all .nav__item.item-277,
	.nav--all .nav__item.item-197,
	.nav--all .nav__item.item-209,
	.nav--all .nav__item.item-260,
	.nav--all .nav__item.item-148,
	.header .nav__item.item-277,
	.header .nav__item.item-197,
	.header .nav__item.item-209,
	.header .nav__item.item-260,
	.header .nav__item.item-148 {
		display: none;
	}
    .sumdu-info {
        font-size: 14px;
        padding: 10px;
    }
}


