/* Root Variables */
:root {
  --main-blue: #000080;
  --accent-blue: #1a1a8c;
  --light-blue: #3333cc;
}
#sp-header, #sp-header .logo {
  height: 80px;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
  line-height: 80px;
}

#sp-header.header-sticky, #sp-header.header-sticky .logo {
  height: 80px;
}

#sp-header.header-sticky .logo-image {
  height: 60px !important
}

.com-dpcalendar a {
  color: var(--light-blue)
}

@media (min-width: 991px) {
  .logo-image {
    height: 60px !important;
  }
}
@media (max-width: 375px) {
  .logo-image {
    height: auto !important;
  }
}
@media (min-width: 575px) {
  .article-list .article .article-intro-image.float-right {
    float: right;
    width: 260px;
    height: 200px;
    margin-left: 20px;
    border-bottom: none
  }
  .article-list .article .article-intro-image.float-left {
    float: left;
    width: 260px;
    height: 200px;
    margin-right: 20px;
    border-bottom: none;
    margin-left: 0px;
    margin-bottom: -20px;
    margin-top: -20px;
  }
  .article-list .article .article-intro-image.float-right img, .article-list .article .article-intro-image.float-left img {
    border-radius: 3px !important;
    object-fit: contain;
  }
}

@media (min-width: 991px) and (max-width: 1400px) {
  #sp-header .sp-megamenu-parent > li > a, #sp-header .sp-megamenu-parent > li > span, #sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 13px
  }
}

.header-sticky .sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
  line-height: 80px;
}

#sp-top-bar, #sp-top-bar a {
  background: var(--main-blue);
  color: rgb(255, 255, 255);
  font-size: 1rem;
}

.article-list .article .readmore a, .mod-dpcalendar-upcoming-horizontal__description .readmore a {
  background: var(--light-blue);
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 100px;
  margin-top: 20px;
  display: inline-block;
}
.article-list .article {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ededed;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15);
  border-radius: 20px;
  background-color: #fff;
  overflow-x: hidden;
}
/* .article-list .article h5 {
  min-height: 50px
} */
.article-list .article small {
  color: #888
}
.article-list .article .article-intro-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.article-list .article .article-intro-image {
  margin: -20px -20px 20px -20px;
  height: 250px;
}

.sp-megamenu-parent>li.active>a {
  font-weight: bold;
}
.article-introtext .autoreadmore {
  /* height: 90px; */
  overflow: hidden;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  background: var(--main-blue);
  color: rgb(220, 220, 220);
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h2 a:active, .article-list .article .article-header h2 a:focus {
  color: var(--light-blue)
}
.article-list .article-header {
  /* height: 60px; */
  overflow: hidden;
}
.breadcrumb .float-start {
  margin-right: 10px
}
.sp-page-title .sp-page-title-heading {
  /* font-size: 3rem; */
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
}

#sp-main-body {
  padding: 60px 0;
}
#sp-footer,
#sp-bottom {
  background-color: var(--main-blue);
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: var(--light-blue) !important
}

.offcanvas-menu .logo-image {
  height: auto;
}

.mod-dpcalendar-counter__year, .mod-dpcalendar-counter__month, .mod-dpcalendar-counter__week, .mod-dpcalendar-counter__day, .mod-dpcalendar-counter__hour, .mod-dpcalendar-counter__minute, .mod-dpcalendar-counter__second {
  text-align: center;
  font-weight: bold;
}

/* .sppb-title-heading, .article-header h1, .sppb-addon-text-block .sppb-addon-title {
  position: relative;
  margin-bottom: 30px !important;
  padding-bottom: 30px
} */

/* .article-header h1:after, .sppb-addon-text-block .sppb-addon-title:after {
  content: '• • • —';
  position: absolute;
  bottom: -15px;
  left: 0;
  color: var(--light-blue);
  font-size: 25px
} */

.article-header h1:after {
  color: #bccbc3;
  font-size: 25px
}

/* .sppb-title-heading:after {
  content: '— • • • —';
  position: absolute;
  bottom: -15px;
  left: 50%;
  right: 50%;
  width: 150px;
  margin-left: -75px;
  margin-right: -75px;
  color: var(--light-blue);
  font-size: 25px
} */

#sp-bottom .sppb-addon-title {
  margin-bottom: 15px !important;
  padding-bottom: inherit;
}
#sp-bottom .sppb-addon-title:after {
  display: none
}

.sppb-section-title .sppb-title-subheading {
  color: #888
}

.sppb-addon-module .mod-dpcalendar-upcoming-horizontal__group, .sppb-addon-module .mod-dpcalendar-upcoming-horizontal .mod-dpcalendar-upcoming-horizontal__event {
  margin: 10px;
  background: #fff;
  padding: 20px;
  border: 1px solid #ededed;
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,.15);
  border-radius: 20px;
}

#sp-left .sp-module,
#sp-right .sp-module {
  border: 1px solid #ededed;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15);
    border-radius: 20px;
}

.categories-module .active a, .mostread .active a, .latestnews .active a {
  color: var(--light-blue)
}

.categories-module li, .mostread li, .latestnews li, #sp-bottom .menu li {
  position: relative;
  padding-left: 25px
}

.categories-module li:before, .mostread li:before, .latestnews li:before, #sp-bottom .menu li:before {
  content: '•';
  color: var(--light-blue);
  position: absolute;
  font-size: 25px;
  left: 0;
  top: 3px;
}

#sp-bottom .menu li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #444;
}

#sp-bottom .menu li:last-child {
  border-bottom: none
}

#sp-bottom .menu li:before {
  top: -10px
}

.sp-module-content .latestnews>li>a>span {
  font-size: 100%;
  margin-top: 0
}

.fc .fc-daygrid-day-frame {
  min-height: 160px !important
}

.sp-page-title .container {
  z-index: 1;
  position: relative;
}

.sp-page-title {
  /* background-image: url(../../../images/content/Caucasus.jpg#joomlaImage://local-images/content/Caucasus.jpg); */
  background: #e5edff !important;
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}


.sp-page-title:after {
  content: '';
  /* background: #3333cc3c; */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0
}
.sp-page-title .sp-page-title-heading,
.sp-page-title .sp-page-title-sub-heading, .sp-page-title .breadcrumb>span,
.sp-page-title .breadcrumb>li,
.sp-page-title .breadcrumb>li+li:before,
.sp-page-title .breadcrumb>li>a, .sp-page-title .breadcrumb>.active {
  color: #252525;
}
.sp-page-title .breadcrumb {
  justify-content: center;
}

#sp-left .sp-module ul>li>a, #sp-right .sp-module ul>li>a {
  line-height: 34px;
}

.offcanvas-menu .offcanvas-inner .social-icons {
  font-size: 30px;
}

.pagenavigation .pagination a {
  padding: 10px 25px;
  border-radius: 100px;
  background: transparent;
  color: inherit;
  border-color: #ddd;
}

.coming-soon-logo {
  max-width: 500px
}
.coming-soon a {
  color: var(--light-blue)
}

.form-check-inline {
  margin-left: 0;
  float: left
}

.mod-dpcalendar-upcoming-horizontal__date {
  font-style: normal;
  padding: 10px 0;
  color: #888;
}
.mod-dpcalendar-upcoming-horizontal__description {
  margin-top: 15px
}
.mod-dpcalendar-upcoming-horizontal__information h3, .mod-dpcalendar-counter__link.dp-link h3 {
  font-size: 1.25rem
}
.featured-article-badge {display:none}