:root {
--primary-color: #ffd401;
--secondary-color: #312782;
--third-color:  #f2f2f2;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
  outline-style: none;
}
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
.margin-small>li{
  margin: 10px 0;
}
.line-height{
line-height: 1.8;
}
.margin-list{
  padding-left:30px;
}
.margin__list{
  padding-left:30px;
}
.padding-small{
  padding-top: 15px;
  padding-left:0;
  margin-left: -20px;
}
.padding-sublist ul{
  padding-left:18px
}
.container {
  width: 100%;
  position: relative;
  /* display: flex;
  justify-content: space-around;
flex-wrap: wrap;
align-items: center; */
padding: 30px 270px 30px;
margin-top:50px;
}
.container__title{
  text-align: center;
  margin:40px 0 0;
  background-color: #f0f0f0; 
  color:var(--secondary-color);
  padding: 15px;
/* border: 1px solid var(--secondary-color); */
box-shadow: 0px 0px 10px 0px rgb(225, 225, 225);
border-radius: 3px;
}
.posts-container{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
flex-wrap: wrap;
padding: 0 255px;
}
.posts-container h1{
  color:var(--secondary-color);
  padding-bottom: 20px;
}
.posts-container>div{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
flex-wrap: wrap;
gap:30px;
}

@media (max-width: 1090px) {
  .container {
  padding: 30px 160px 0px;
  }
  .posts-container{
  padding: 0 160px;
  }
}
@media (max-width: 700px) {
  .container {
  padding: 30px 10px 0px;
  }
  .posts-container{
  padding: 0 10px;
  }
}
p {
font-size: 1.2rem;
}
.p-top-large {
  padding-top: 1.6rem;
}
.p-bottom-large {
  padding-bottom: 1.6rem;
}
@media (min-width: 530px) {
  .p-top-large {
    padding-top: 3.5rem;
  }
  .p-bottom-large {
    padding-bottom: 3.5rem;
  }
}

.nu {
  transition: all .5s ease;
  text-decoration: none;
}
.nu:hover {
  transition: all .5s ease;
}

.hide {
  display: none;
}
.remove-favorite {
  display: inline-block;
  transition: all 0.3s;
  color: #999;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 3px;
}
.remove-favorite:hover {
  background-color: #dedede;
}


@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-loader {
  margin-top: 70px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--primary-color);
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}


.c-blue {
  color: #0d3b66;
}
.search-trigger {
  display: none;
  color: #fff;
  position: relative;
  cursor: pointer;
  top: 1px;
  margin-left: 20px;
}
@media (min-width: 960px) {
  .search-trigger {
    display: inline-block;
    top: 6px;
  }
}
.search-trigger:hover {
  opacity: 0.65;
}
.social-icons-list {
  display: flex;
  margin: 0 -8px;
}
.social-icons-list li {
  flex: 1;
  margin: 0 8px;
}
.social-icons-list li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
}
.social-icons-list li a:hover {
  opacity: 0.75;
}
.social-color-facebook {
  background-color: #4862a3;
}
/* .social-color-twitter {
  background-color: #55acee;
}
.social-color-youtube {
  background-color: #cc1e1f;
}
.social-color-linkedin {
  background-color: #0077b5;
}
.social-color-instagram {
  background-color: #d8226b;
} */
.nav-list ul {
  padding: 0;
  margin: 0;
}
.nav-list li {
  list-style: none;
}
.nav-list a {
  font-size: 0.9rem;
  color: #999;
  text-decoration: none;
}
.nav-list a:hover {
  color: #0d3b66;
  text-decoration: underline;
}
/* .one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth {
  padding-bottom: 1.6rem;
} */
/* @media (min-width: 960px) {
  .row {
    margin-right: -50px;
  }
  .one-half,
  .one-third,
  .two-thirds,
  .one-fourth,
  .one-fifth,
  .one-sixth {
    padding-bottom: 0;
    float: left;
    box-sizing: border-box;
    padding-right: 50px;
  }
  .two-thirds {
    width: 66.66%;
  }
  .one-half {
    width: 50%;
  }
  .one-third {
    width: 33.33%;
  }
  .one-quarter {
    width: 25%;
  }
  .one-fifth {
    width: 20%;
  }
  .one-sixth {
    width: 16.66%;
  }
} */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.search-form {
  background-color: #dedede;
  padding: 20px;
  text-align: center;
}
.search-form label {
  display: block;
}
.search-form-row {
  display: flex;
}
.search-form .s {
  min-width: 20px;
  flex-basis: auto;
  flex-grow: 1;
  border: none;
  padding: 10px;
}
@media (min-width: 530px) {
  .search-form .s {
    font-size: 1.4rem;
  }
}
.search-submit {
  color: #fff;
  border: none;
  border-radius: 4px;
  outline: none;
  background-color: #0d3b66;
  padding: 0 20px;
  margin-left: 10px;
cursor: pointer;
}
.note-limit-message {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  color: #c32929;
  font-weight: bold;
}
.note-limit-message.active {
  visibility: visible;
  opacity: 1;
}
.generic-content .like-box {
  float: right;
  font-size: 1rem;
  background-color: #ededed;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  color: red;
  padding: 10px 10px 10px 25px;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 0 30px 30px;
  position: relative;
}
.generic-content .like-box:hover {
  background-color: #dedede;
}
.generic-content__button{
text-align: center;
}
.like-count {
  padding-left: 10px;
}
.like-box .fa-heart-o {
  transition: all 0.35s ease-out;
  position: absolute;
  left: 10px;
}
.like-box .fa-heart {
  left: 10px;
  transition: all 0.4s ease-out;
  position: absolute;
  visibility: hidden;
  transform: scale(0.2);
  opacity: 0;
}
.like-box[data-exists="yes"] .fa-heart {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.like-box[data-exists="yes"] .fa-heart-o {
  visibility: hidden;
  opacity: 0;
}
body.login .button-primary {
  background-color: #f95738;
  border-color: #f83e1a;
  text-shadow: 0 -1px 1px #f8320c, 1px 0 1px #f8320c, 0 1px 1px #f8320c, -1px 0 1px #f8320c;
  box-shadow: 0 1px 0 #ed2c07;
}
body.login .button-primary:active,
body.login .button-primary:focus,
body.login .button-primary:hover {
  background-color: #f8411d;
  border-color: #f95738;
  text-shadow: 0 -1px 1px #ed2c07, 1px 0 1px #ed2c07, 0 1px 1px #ed2c07, -1px 0 1px #ed2c07;
  box-shadow: 0 1px 0 #de2907;
}
body.login {
  background-color: #faf0ca;
}
.login h1 a {
  color: #0d3b66;
  font-size: 30px;
  font-weight: 300;
  background-image: none;
  width: auto;
  height: auto;
  text-indent: 0;
}
.btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px;
  outline: none;
  margin-top: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
  background-color: #d62445;
  border: 3px solid #fff;
box-shadow: 0 20px 40px -10px rgb(100, 100, 100) !important;
}
.btn:active{
transform: scale(0.95);
}
.btn--small {
  font-size: 0.88rem;
  padding: 7px 13px;
  font-weight: 300;
}
.btn--with-photo {
  padding-left: 40px;
  position: relative;
}
.btn--orange {
  background-color: #ee964b;
}
.btn--orange:hover {
  background: linear-gradient(#ee964b, #eb6c00);
}
.btn--dark-orange {
  background-color: #f95738;
}
.btn--dark-orange:hover {
  background: linear-gradient(#f95738, #c62000);
}

.btn--beige {
  background-color: #faf0ca;
  color: #173f58;
}
.btn--beige:hover {
  background-color: #f4d35e;
}
.btn--gray {
  background-color: #222;
}
.btn--white {
  background-color: #fff;
  color: #173f58;
}
.btn--white:hover {
  background-color: #ddd;
}
.btn--large {
  font-size: 1.3rem;
  padding: 16px 34px;
  border-radius: 7px;
  margin: 70px 0;
}
@media (min-width: 530px) {
  .btn--large {
    font-size: 1rem;
  }
}
.btn--inactive {
  background-color: transparent;
  cursor: default;
  color: #333;
}
.edit-note,
.delete-note,
.submit-note {
  font-size: 0.9rem;
  background-color: #eee;
  padding: 8px 16px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 4px;
  cursor: pointer;
}
.submit-note {
  color: #fff;
  border: none;
  background-color: #f95738;
  line-height: 1.65;
}
.submit-note:hover {
  background-color: #dd3f21;
}
@media (min-width: 635px) {
  .edit-note,
  .delete-note {
    position: relative;
    top: -12px;
  }
}
.edit-note:hover,
.delete-note:hover {
  background-color: #ddd;
}
.delete-note {
  color: red;
}
.update-note {
  visibility: hidden;
}
.update-note--visible {
  visibility: visible;
}
.note-title-field {
  width: 40%;
  font-size: 1.85rem;
  font-weight: 300;
  color: #0d3b66;
  border: 1px solid transparent;
  padding: 7px;
  outline: none;
  position: relative;
  top: 1px;
}
@media (max-width: 400px) {
  .note-title-field {
    width: 100%;
  }
}
@media (min-width: 635px) {
  .note-title-field {
    width: 65%;
    font-size: 3.125rem;
  }
}
.note-body-field {
  color: #333;
  resize: none;
  display: block;
  width: 100%;
  line-height: 1.65;
  font-size: 1.15rem;
  padding: 7px;
  border: 1px solid transparent;
  height: 175px;
  outline: none;
}
.note-active-field {
  border: 1px solid #ddd;
  -webkit-animation: pulseBorder 0.75s alternate infinite;
  animation: pulseBorder 0.75s alternate infinite;
}
@-webkit-keyframes pulseBorder {
  0% {
    border: 1px solid #fff;
  }
  100% {
    border: 1px solid #ccc;
  }
}
@keyframes pulseBorder {
  0% {
    border: 1px solid #fff;
  }
  100% {
    border: 1px solid #ccc;
  }
}
.create-note {
  background-color: #ddd;
  padding: 20px;
  margin-bottom: 20px;
}
.new-note-title {
  width: 100%;
  padding: 10px;
  border: none;
  margin-bottom: 10px;
  font-size: 1.15rem;
  box-sizing: border-box;
}
.new-note-body {
  width: 100%;
  box-sizing: border-box;
  resize: none;
  padding: 10px;
  border: none;
  margin-bottom: 10px;
  height: 170px;
  font-size: 1.15rem;
  line-height: 1.65;
}
#my-notes {
  position: relative;
}
#my-notes li {
  transition: all 0.4s ease-out;
  opacity: 1;
}
#my-notes li.fade-out {
  height: 0px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0.5;
}
#my-notes li.fade-in-calc {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}
.site-footer {
  padding: 2rem 0 3.5rem 0;
  background-image: linear-gradient(#fff, #ececec);
}
.site-footer p {
  font-size: 0.9rem;
}
.site-footer .headline {
  color: #666;
  margin-bottom: 0.33rem;
}
.site-footer__link {
  color: #999;
  text-decoration: none;
}
.site-footer__link:hover {
  color: #0d3b66;
  text-decoration: underline;
}
.site-footer__inner {
  border-top: 1px dotted #dedede;
  padding-top: 3.5rem;
}
.site-footer__col-one {
  text-align: center;
}
@media (min-width: 960px) {
  .site-footer__col-one {
    text-align: left;
    width: 33%;
    float: left;
  }
}
.site-footer__col-two-three-group {
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .site-footer__col-two-three-group {
    text-align: left;
    float: left;
    width: 42%;
    margin: 0;
  }
}
.site-footer__col-two {
  width: 50%;
  float: left;
}
.site-footer__col-three {
  width: 50%;
  float: left;
}
.site-footer__col-four {
  padding-top: 20px;
  width: 85%;
  margin: 0 auto;
  clear: both;
  text-align: center;
}
@media (min-width: 960px) {
  .site-footer__col-four {
    padding-top: 0;
    margin: 0;
    clear: none;
    text-align: left;
    width: 25%;
    float: right;
  }
}
.main-navigation {
  padding-top: 2px;
}
.main-navigation ul {
  padding: 0;
  margin: 0;
}
.main-navigation ul li{
position: relative;
float: left;
}
.main-navigation ul li:focus-within > ul,
.main-navigation ul li:hover > ul{
display: initial;
}
.main-navigation ul li ul{
position: absolute;
min-width: 150px;
display: none;
}

@media (min-width: 960px) {
  .main-navigation {
    float: left;
    margin-right: 20px;
  }
}
.main-navigation li {
  list-style: none;
}
@media (min-width: 960px) {
  .main-navigation li {
    float: left;
    padding-left: 20px;
  }
}
.main-navigation a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
@media (min-width: 960px) {
  .main-navigation a {
    display: inline-block;
    padding: 0;
  }
}
.main-navigation .current-menu-item a,
.main-navigation a:hover {
  color: #faf0ca;
}
.page-banner {
  padding: 40px 0 40px 0;
  position: relative;
  width: 100%;
height: 700px;
}

@media (min-width: 800px) {
  .page-banner {
    padding: 250px 0 100px;
  }
}
.page-banner__content {
position: absolute;
bottom: 0;
left: 0;
width: auto;
display: none;
}
.page-banner__title {
  font-weight: 300;
  font-size: 2rem;
  margin: 0 0 1rem 0;
  color: #fff;
  text-align: center;
}
@media (min-width: 530px) {
  .page-banner__title {
    font-size: 3rem;
  }
}
.page-banner__bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-banner__intro {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #ededed;
}
@media (min-width: 530px) {
  .page-banner__intro {
    font-size: 1.65rem;
  }
}
.page-banner__intro p {
  margin: 0;
}
.hero-slider {
  position: relative;
}
.hero-slider div {
  outline: none;
}
.hero-slider__interior {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 960px) {
  .hero-slider__interior {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.hero-slider__slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-slider__overlay {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.68);
  padding: 40px;
  color: #fff;
}
@media (min-width: 960px) {
  .hero-slider__overlay {
    width: 50%;
  }
}
.slick-dots {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 15px;
}
@media (min-width: 960px) {
  .slick-dots {
    top: 50px;
  }
}
.slick-dots li {
  list-style: none;
  display: inline;
}
.slick-dots li button {
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  border: none;
  margin: 0 4px;
  padding: 0;
  outline: none;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background-color: #fff;
}
.glide__bullets {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 15px;
}
@media (min-width: 960px) {
  .glide__bullets {
    top: 50px;
  }
}
.glide__bullets button {
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  border: none;
  margin: 0 3px;
  padding: 0;
  outline: none;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
.glide__bullets button.glide__bullet--active {
  background-color: #fff;
}

/*------------------------*/
/*---------SEARCH---------*/
/*------------------------*/

.search-container {
  width: 90%;
  position: relative;
  display: flex;
  justify-content: center;
flex-wrap: wrap;
align-items: center;
background-color: var(--third-color);
margin:0 auto;
}
.search-container--results {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
flex-wrap: wrap;
align-items: center;
}

.search-overlay {
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 110;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 background-color: rgba(255, 255, 255, 0.96);
  visibility: hidden;
  opacity: 0;
  transform: scale(1.09);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  box-sizing: border-box;
  padding: 30px;
}
#search-overlay__results{
text-align: center;
}
.search-overlay p {
  padding-top: 15px;
}
.search-overlay .event-summary p {
  padding-top: 0;
}
.search-overlay .event-summary {
  margin-bottom: 0;
  margin-top: 20px;
}
body.admin-bar .search-overlay {
  top: 32px;
}
.search-overlay__top {
margin-top: 100px;
}
.search-overlay__icon {
  margin-right: 10px;
  font-size: 1.8rem;
  color: var(--secondary-color);
}
@media (min-width: 960px) {
  .search-overlay__icon {
    font-size: 1.5rem;
  }
}
.search-overlay--active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  z-index: 9999;
}
.search-overlay__section-title {
  margin: 30px 0;
  font-weight: 400;
  color: var(--secondary-color);
  font-size: 1.5rem;
  padding: 15px 0;
}
.search-overlay__close {
  position: absolute;
  right: 16px;
  font-size: 2.1rem;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #fff;
  color: red;
  line-height: 0.7;
}
@media (min-width: 530px) {
  .search-overlay__close {
    font-size: 2.1rem;
  }
}
@media (min-width: 960px) {
  .search-overlay__close {
    font-size: 2.8rem;
  }
}
.search-overlay__close:hover {
  opacity: 1;
}
.search-overlay .one-half {
  padding-bottom: 0;
}
.search-term {
  width: 75%;
  box-sizing: border-box;
  border: none;
  padding: 15px 0;
  margin: 0;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 300;
  outline: none;
  color: var(--secondary-color);
}
@media (min-width: 530px) {
  .search-term {
    font-size: 1.5rem;
  }
}
@media (min-width: 960px) {
  .search-term {
    width: 80%;
    font-size: 1.5rem;
  }
}
.body-no-scroll {
  overflow: hidden;
}
.professor-cards {
  margin: 0;
  padding: 0;
}
.search-overlay .professor-cards {
  padding-top: 21px;
}
.professor-card {
  position: relative;
  display: inline-block;
  width: 200px;
  margin-right: 15px;
  background-color: #f95738;
  overflow: hidden;
}
.search-overlay .professor-card {
  width: 180px;
}
.professor-card__image {
  display: block;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.professor-card:hover .professor-card__image {
  opacity: 0.8;
  transform: scale(1.1) rotate(4deg);
}
.professor-card__name {
  font-weight: 300;
  font-size: 0.9rem;
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
  padding: 3px 10px;
  background-color: rgba(240, 54, 19, 0.85);
}
.professor-card:hover .professor-card__name {
  background-color: rgba(215, 46, 14, 0.85);
}
.professor-card__list-item {
  display: inline-block;
  list-style: none;
}
.headline {
  font-weight: 300;
  color: #fff;
}
.headline--large {
  font-size: 2rem;
}
@media (min-width: 530px) {
  .headline--large {
    font-size: 3rem;
    border-bottom: 3px solid #fff678;
  }
}
.headline--large-medium {
  font-size: 5rem;
  margin: 0 0 1rem 0;
}
.headline--medium {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  text-align: center;
}
@media (min-width: 530px) {
  .headline--medium {
    font-size: 1.5rem;
  }
}
.headline--small-plus {
  padding: 30px 0;
  color:var(--secondary-color);
font-weight: bold;
font-size: 1.9rem;
text-transform: uppercase;
}
.headline--small {
  font-size: 1.2rem;
  margin-bottom: 1.9rem;
}
@media (min-width: 530px) {
  .headline--small {
    font-size: 1.6875rem;
  }
}
.headline--smaller {
  font-size: 1.5rem;
}
.headline--tiny {
  font-size: 1.4rem;
}
.headline--post-title{
  margin: 15px 0;
}
.headline--post-title a {
  color: var(--secondary-color);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.headline--post-title a:hover {
  text-decoration: underline;
}
.generic-content{
max-width: 1400px;
padding: 20px 10px;
text-align: justify;
}
.generic-content p,
.generic-content li {
  font-size: 1.2rem;
  line-height: 1.6;
}


.generic-content h1 {
  font-size: 3.6rem;
}
.generic-content h2 {
  font-size: 3.1rem;
}
.generic-content h3 {
  font-size: 2.6rem;
}
.generic-content h4 {
  font-size: 2.1rem;
}
.generic-content h5 {
  font-size: 1.6rem;
}
.generic-content h6 {
  font-size: 1.15rem;
}
@media (min-width: 530px) {
  .generic-content h1 {
    font-size: 4.6rem;
  }
  .generic-content h2 {
    font-size: 3.6rem;
  }
  .generic-content h3 {
    font-size: 2.6rem;
  }
  .generic-content h4 {
    font-size: 2.2rem;
  }
  .generic-content h5 {
    font-size: 1.9rem;
  }
  .generic-content h6 {
    font-size: 1.15rem;
  }
}


.full-width-split__wrapper{
  padding: 40px 10px;
display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 30px;
}
.full-width-split__wrapper--first{

  display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px 0;
}

.full-width-split__container > div{
display: flex;
}



.full-width-split__two {
  flex: 1;
  background-color:#d6e4ec;
  padding: 1.6rem 16px;
}
@media (min-width: 960px) {
  .full-width-split__two {
    padding: 40px;
  }
}
.event-summary {
display: flex;
align-items: center;
  padding-bottom: 1px;
  margin: 20px;
border-top: 3px solid #fcff4c;
border-left: 3px solid #fcff4c;
padding: 20px;
transition: all ease .5s;
box-shadow: 0 20px 40px -10px rgb(100, 100, 100) !important;
width: 100%;
}
.event-summary:hover {
-webkit-box-shadow: 10px 10px 24px -9px rgba(145, 145, 255, 1);
-moz-box-shadow: 10px 10px 24px -9px rgba(145, 145, 255, 1);
box-shadow: 10px 10px 24px -9px rgba(145, 145, 255, 1);
transition: all ease .5s;
}

.event-summary--first{
display: grid;
transition: all ease .5s;
box-shadow: 0px 0px 10px 0px rgb(225, 225, 225);
width: 400px;

}

/* .event-summary--first:hover{
-webkit-box-shadow: 10px 10px 24px -9px rgba(145, 145, 255, 1);
-moz-box-shadow: 10px 10px 24px -9px rgba(145, 145, 255, 1);
box-shadow: 10px 10px 24px -9px rgba(145, 145, 255, 1);
transition: all ease .5s;} */


.event-summary__icon{
background-color: var(--secondary-color);
text-align: end;
height: 40px;
display: flex;
align-items: center;
padding-right: 10px;
font-size: 1rem;
justify-content: end;
}
.event-summary__icon p{
height: 40px;
display: flex;
align-items: center;
justify-content: end;
padding-right: 10px;
font-size: 1.2rem;
color: #fff;
}
.event-summary__content p{
padding: 15px 0;
line-height: 1.5;
text-align: justify;
}
.event-summary__content__bottom{
padding: 20px 15px;
display: flex;
align-items: end;
justify-content: center;
}
.event-summary__content__bottom a{
  color: #312782;
  font-size: 1.1rem;
  padding:12px;
  box-shadow: 0px 0px 10px 0px rgb(225, 225, 225);
}
.event-summary__content__bottom a:hover{
font-weight: bold;

}
.event-summary__title{
text-align: center;
font-size: 1.4rem;
padding:15px 0;
}
.event-summary__title a {
  color: #312782;
  text-decoration: none;
	font-weight:bold;
}
.event-summary__date {
  text-decoration: none;
  display: block;
  color: #fff;
  width: 100%;
}
.event-summary__date:active{
  transform: scale(.91);
}

.event-summary__date--beige {
  background-color: var(--secondary-color);
}
.event-summary__month,
.event-summary__day,
.event-summary__year {
  display: block;
  font-size: 1rem;
  text-transform:lowercase;
  padding-bottom: 3px;
}
.event-summary__btn{
display: flex;
justify-content: center;
align-items: center;
}
.gallery-container{
display: flex;
align-items:flex-start;
margin-top: 50px;
width: 100%;
}

.gallery-container h1,
.gallery-container h2,
.gallery-container h3,
.gallery-container h4,
.gallery-container h5,
.gallery-container h6
{
text-align: center;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.acf-map img {
  max-width: inherit !important;
}
.link-list li {
  padding: 1rem 0;
  font-size: 1.5rem;
  border-bottom: 1px dotted #dedede;
}
.search-overlay .link-list li {
  font-size: 1.3rem;
}
.link-list li:last-child {
  border-bottom: none;
}
.link-list a {
  color: var(--secondary-color);
  text-decoration: none;
}

.metabox{
display: flex;
justify-content: center;
align-items: center;
/* margin-top:20px; */
/* box-shadow: 0px 0px 10px 0px rgb(225, 225, 225); */
/* padding: 15px; */
/* background-color: #f0f0f0;
border-radius: 3px; */
}
.metabox--position{
justify-content: space-around;
}
@media (max-width: 800px) {
  .metabox--position{
   display: block;
    }
}
.metabox a {
  text-decoration: none;
color:var(--secondary-color);
padding-right: 10px;
}

@media (max-width: 600px) {
  .metabox {
flex-direction: column;
width: 100%;
  }
}
.metabox__container{
max-width: 1400px;
display: flex;
justify-content: center;
align-items: center;
font-size: 1rem;
}
.metabox i{
  color: var(--secondary-color);
  margin-right: 5px;
}
.metabox__title{
  text-align: center;
  display: flex;
  align-items: center;
  color:var(--secondary-color);
  font-size: 16px;
}
.metabox__main {
  color: var(--secondary-color);
font-weight: bold;
text-align: center;
padding:7px;
font-size: 18px;
}
.metabox__main span{
font-weight: bold;
/* border-bottom: solid 1px var(--secondary-color); */
/* padding-bottom: 5px; */
}

.metabox .metabox__blog-home-link {
  color: var(--secondary-color);
  display: block;
  position: relative;
  padding: 5px;
font-weight: normal;
}
.metabox .metabox__blog-home-link:after{
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: var(--secondary-color);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.metabox .metabox__blog-home-link:hover:after {
  width: 100%;
  left: 0;
}

.post-item {
  width: 400px;
  border-bottom: 1px dotted #dedede;
  background-color: #fff;
box-shadow: 0px 0px 10px 0px rgb(225, 225, 225);
}
.post-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.paginate-container{
width: 100%;
text-align: center;
padding: 50px 0;
font-size: 1.2rem;
color:var(--secondary-color);
}
.paginate-container > *{
color:var(--secondary-color);
}

/*---------------------------------*/
/*---------MiddleMenu----------*/
/*---------------------------------*/

.full-width-split{
position: relative;
text-align: center;
padding:0px 255px 40px;
}
@media (max-width: 1090px) {
.full-width-split{
padding:40px 170px;
}
}
@media (max-width: 900px) {
.full-width-split{
flex-direction: column;
}
}
@media (max-width: 700px) {
.full-width-split{
padding:40px 20px;
}
}
.full-width-split--first{
position: relative;
display: block;
	margin-bottom:50px;
}

.full-width-split__one {
/* box-shadow:0 20px 40px -10px rgb(100, 100, 100) !important; */
width: 100%;
height: 100%;
flex: 1;
}
.back-color{
background-color: #ffffff;
border-bottom: 2px dashed #2d394e;
}
.color-yellow{
background-color: #fcff4c;
}

.text-color{
color:#3F4C9A;
}
.text-color a{
color:#3F4C9A;
}
.text-color p{
color:#2d394e;
}

@media (min-width: 960px) {
  .full-width-split__one {
    padding: 40px;
  }
}
.leftMiddle-menu ul,
.rightMiddle-menu-test ul,
.rightMiddle-menu-test4 ul,
.leftMiddle-menu__second ul
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
gap: 20px;
}
.leftMiddle-menu ul li,
.rightMiddle-menu-test ul li,
.rightMiddle-menu-test4 ul li,
.leftMiddle-menu__second ul li
{
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 100;
  background-color: #fff;
  line-height: 1.3;
transition:.8s;
border: none;
	box-shadow: 0px 0px 10px 0px rgb(225, 225, 225);
transition: all ease .7s;
}
.leftMiddle-menu ul li:hover,
.rightMiddle-menu-test ul li:hover{
  transform: scale(1.04);
transition: all ease .7s;
}


.metabox__title--wrap{
display: flex;
align-items: center;
text-transform: none;
color: var(--secondary-color);
cursor:default ;
}
.metabox__title a span{
  padding:0 5px;
}
.metabox__title a{
transition: all ease .5s;
}



/* .leftMiddle-menu ul li::before,
.leftMiddle-menu ul li::after{
  content:"";
  width: 0;
  height: 3px;
  position: absolute;
  transition: all 0.2s linear;
  background: rgb(250, 225, 0);
}

.leftMiddle-menu ul li a::before, .leftMiddle-menu ul li a::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

.leftMiddle-menu ul li:hover::before,
.leftMiddle-menu ul li:hover::after{
  width: 100%;
}

.leftMiddle-menu ul li:hover .leftMiddle-menu ul li a::before, .leftMiddle-menu ul li:hover .leftMiddle-menu ul li a::after{
  height: 100%;
}

.leftMiddle-menu ul li::before{
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
}
.leftMiddle-menu ul li::after{
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
}
.leftMiddle-menu ul li a::before{
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.leftMiddle-menu ul li a::after{
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.leftMiddle-menu ul li:hover::before, .leftMiddle-menu ul li:hover::after{
  left: 0;
}
.leftMiddle-menu ul li:hover a::before, .leftMiddle-menu ul li a:hover a::after{
  top: 0;
} */




/* .leftMiddle-menu ul li:hover,
.rightMiddle-menu-test ul li:hover,
.rightMiddle-menu-test4 ul li:hover,
.leftMiddle-menu__second ul li:hover{
background-color: #ffd401;
color:#fff;
transition:.8s;
} */
/*
.leftMiddle-menu ul li a:hover,
.rightMiddle-menu-test ul li a:hover,
.rightMiddle-menu-test4 ul li a:hover,
.leftMiddle-menu ul li a .bx:hover,
.rightMiddle-menu-test ul li a .bx:hover,
.rightMiddle-menu-test4 ul li a .bx:hover,
.leftMiddle-menu__second ul li a:hover{
transition:.5s;
} */

.leftMiddle-menu ul li:active,
.rightMiddle-menu-test ul li:active,
.rightMiddle-menu-test4 ul li:active,
.leftMiddle-menu__second ul li:active
.metabox__title:active{
  transform: scale(.95);
}
/*
.leftMiddle-menu ul li::before,
.metabox__title::before{
content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  transition: .5s;
}
.leftMiddle-menu ul li::before:hover,
.metabox__title::before:hover{
  background: linear-gradient(90deg, #fff, #fff, #fff);
}
.leftMiddle-menu ul li:hover:before,
.leftMiddle-menu ul li:active:before,
.leftMiddle-menu ul li:focus:before,
.metabox__title:hover:before,
.metabox__title:active:before,
.metabox__title:focus:before
{
  left: 100%;
} */
.leftMiddle-menu ul li a,
.rightMiddle-menu-test ul li a,
.rightMiddle-menu-test4 ul li a,
.leftMiddle-menu__second ul li a
{
color: var(--secondary-color);
  text-decoration: none;
  padding: 10px;
  width: 280px;
height: 140px;
display: grid;
justify-content: center;
align-items: center;
text-align: center;
font-size: 1.2rem;
}
/* .leftMiddle-menu ul li a:focus,
.rightMiddle-menu-test ul li a:focus,
.rightMiddle-menu-test4 ul li a:focus,
.leftMiddle-menu__second ul li a:focus
.footer__card_button:focus{
border: 3px solid var(--secondary-color);
} */
.leftMiddle-menu ul li a i,
.rightMiddle-menu-test ul li a i,
.rightMiddle-menu-test4 ul li a i
{
color: #312782;
}
/*---------------------------------*/
/*---------END Menu----------*/
/*---------------------------------*/


/*---------------------------------*/
/*---------START SITE MAP---------*/
/*---------------------------------*/
.map__container{
display: block;
position: relative;
max-width: 1400px;
margin: 55px auto 30px;
}
.map__container::before{
content: "";
background-image: url(../img/logo-lpr.jpg);
background-size: contain;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: .1;
background-repeat: no-repeat;
background-position: center;
max-width: 1000px;
height: auto;
margin: 0 auto;
}


.map__metabox{
display: flex;
justify-content: center;
align-items: center;
font-size: 1.2rem;
position: relative;
padding: 30px;
}
.map__metabox h3 a {
  position: relative;
  padding-bottom: 5px;
}
.map__metabox .metabox__blog-home-link:after{
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: var(--secondary-color);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.map__metabox .metabox__blog-home-link:hover:after {
  width: 100%;
  left: 0;
}



.map__metabox a {
  text-decoration: none;
color:var(--secondary-color);
padding-right: 10px;
}
.map_sites,
.map_posts
{
display: flex;
flex-direction: column;
align-items:center;
color:#000;
margin-top: 20px;
width: 50%;
justify-content: start;
}

.map_sites h3,
.map_posts h3{
padding: 40px;
text-align: center;
font-size: 1.5rem;
}

.map_sites ul,
.map_posts ul{
  margin-left: 15px;
  position: relative;
  padding-left: 58px;
}
.map_sites ul::before,
.map_posts ul::before{
  content: '';
  position: absolute;
  height: 100%;
  top: .2em;
  bottom: .9em;
  left: 0;
  border-left: 2px dotted rgb(146, 146, 146);
}



.map_sites ul li,
.map_posts ul li{
  list-style: none;
text-decoration: none;
line-height: 1.5;
font-size: 1.2rem;
margin: 10px 0;
}
.map_sites ul li::before,
.map_posts ul li::before{
content: '';
display: inline-block;
vertical-align: middle;
width: 2.2rem;
margin: -0.2em .5em 0 -2.9em;
border-top: 2px dotted rgb(146, 146, 146);
}


.map_sites ul li a,
.map_posts ul li a{
  text-decoration: none;
color:#222222;
position: relative;
padding-bottom: 5px;
}


.map_sites ul li a:after,
.map_posts ul li a:after{
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: var(--secondary-color);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;

}
.map_sites ul li a:hover:after,
.map_posts ul li a:hover:after{
  width: 100%;
  left: 0;

}


.map_sites ul li ul,
.map_posts ul li ul{
margin-left: 15px;
position: relative;
padding-left: 58px;
}
.map_sites ul li ul::before,
.map_posts ul li ul::before{
content: '';
position: absolute;
height: 100%;
top: .2em;
bottom: .9em;
left: 0;
border-left: 2px dotted rgb(146, 146, 146);
}

.map__wrapper{
display: flex;
position: relative;
}

.bip-icon {
    width: 33px;
    height: 14px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 5px
}

@media (max-width: 1100px) {

.map__wrapper {
  display: block;
}
.map__sorting{
  flex-direction: column;
}
.map_sites,
.map_posts {
  width: 100%;
}
.map__search{
margin:30px;
}
}

.map__sorting{
display: flex;
align-items: center;
justify-content: space-around;
position: relative;
padding: 20px;
font-size: 1.2rem;
}
.map__checkbox{
display: flex;
align-items: center;
cursor: pointer;
}
.map__checkbox input{
margin: 5px;
cursor: pointer;
width: 20px;
height: 20px;
}
.map__checkbox label{
  cursor: pointer;
}
.map__search{
  display: flex;
  flex-direction: column;
}
.map__search label{
font-size: 1rem;
margin-bottom: 5px;
}
.map__search input{
padding: 10px;
}



/*---------------------------------*/
/*---------END SITE MAP---------*/
/*---------------------------------*/


/*---------------------------------*/
/*---------START IMAGE GALLERY---------*/
/*---------------------------------*/

.image-gallery ul{
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 10px;

}
.image-gallery ul li{
width: 250px;
height: 200px;
list-style: none;
}
.image-gallery img{
box-shadow: 0 20px 40px -10px rgb(100, 100, 100);
border-radius: 5px;
transition: all .3s ease;

}
.image-gallery img:hover{
opacity: .6;
background-color: #fff;
transition: all .3s ease;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media{
min-height: 200px;
border-radius: 3px;
}
.wp-block-media-text{
  margin-bottom: 20px;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media{
  margin: 10px;
}
.wp-block-media-text__content{
  margin-top: 10px;
}
/*---------------------------------*/
/*---------END IMAGE GALLERY---------*/
/*---------------------------------*/
.back--test-color-white{
background-color: #fff;
}




.generic-content--wrapper{
color:var(--secondary-color);
text-align: center;
width: 90%;
min-height: 300px;
margin:0 auto;
display: flex;
align-items: center;
justify-content: center;
}




/*------------------------------*/
/*-------------SUB MENUs-----------------*/
/*------------------------------*/

.page-links {
  height: 100%;
  margin: 50px 10px;
}

/* .page-links__title {
  margin: 0;
  font-weight: normal;
  text-align: center;
  padding: 20px 0;
  background-color: #0d3b66;
  color: #fff;
}
.page-links__title a {
  color: #fff;
  text-decoration: none;
  background-color: #0d3b66;
} */

.page-links__active,
.page-links .current_page_item {
  font-weight: bold;
}
.min-list {
    display: flex;
    justify-content: center;
flex-wrap: wrap;
    max-width: 1400px;
    gap: 20px;
}
/* .min-list li {
  list-style: none;
    color: var(--secondary-color);
    background-color: #fff;
box-shadow: 8px 8px 24px 0px rgb(185, 186, 189);
width: 280px;
height: 130px;
text-align: center;
transition: all ease .4s;
} */
.min-list li {
  list-style: none;
    color: var(--secondary-color);
    background-color: #fff;
box-shadow:0px 0px 10px 0px rgb(225, 225, 225);
width: 280px;
height: auto;
min-height: 100px;
text-align: center;
transition: all ease .4s;
display: flex;
align-items: center;
justify-content: center;
cursor:pointer;
}
@media(max-width:869px){
  .min-list li {
  width: 260px;
  height: 100px;
  }
}
.min-list li:hover{
transition: all ease .4s;
font-weight: bold;
}
.page-links li a {
height: 100%;
width: 100%;
  display: flex;
align-items: center;
justify-content: center;
padding: 15px 10px;
  text-decoration: none;
font-size: 1.2rem;
color:var(--secondary-color);
  transition: all ease .7s;
}
.page-links li a:hover {
  transition: all ease .7s;
font-weight: bold;
}
@media(max-width:869px){
  .page-links li a {
    font-size: 1.1rem;
    padding: 20px 10px;
    }
}

/*------------------------------*/
/*-------------SUB MENUs-----------------*/
/*------------------------------*/

.table-HEMS{
  margin:0 auto;
}
.list--first{
padding-bottom: 15px;
}
.list--first ul{
padding-left: 15px;
padding-top:15px;
}
.list--first ul li{
padding-left: 10px;
}

.list--second{
padding-left: 25px;
padding-top: 10px;
padding-bottom: 10px;
list-style-type: lower-alpha;
}


.show{
  display: block;
}
.hide{
  display: none;
}


/*---------leftMiddle-menu-------*/
/*---------leftMiddle-menu-------*/
.full-width-split--test{
display: block;
background-color: #fffef3;
}
.position--test{
	display:flex;
}
.full-width-split__one--test{
padding: 0;

}
.full-width-split__one--test .leftMiddle-menu ul{
gap:0;
max-width: 1350px;
}
.full-width-split__one--test .leftMiddle-menu ul li{
border-radius: 0;
border:1px solid #c4c4c4;
text-transform: none;
background-color: #3F4C9A;
	box-shadow:none;
}
.full-width-split__one--test .leftMiddle-menu ul li a
{
display: flex;
justify-content: start;
width: 260px;
height: 80px;
text-align: left;
color:#fff;
}
.full-width-split__one--test .leftMiddle-menu ul li a:hover{
color: #fcff4c;
}
.full-width-split__one--test .leftMiddle-menu ul li a i{
padding: 5px;
border-radius: 50%;
border: 1px solid #fff;
color: #fff;
}
.full-width-split__one--test .leftMiddle-menu ul li a span{
padding: 5px 5px 5px 10px;
color:#fff;
}
.leftMiddle-menu ul li a:hover,
.leftMiddle-menu ul li a .bx:hover,
.leftMiddle-menu__second ul li a:hover{
  transition: .5s;
}

/*-------------rightMiddle-menu-------------*/
.full-width-split__two--test{
padding: 0;

}
.full-width-split__two--test .rightMiddle-menu ul{
max-width: 1350px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap:0;

}
.full-width-split__two--test .rightMiddle-menu ul li{
    list-style: none;
border-radius: 0;
border:1px solid #fff;
text-transform: none;
background-color: #E6E6E6;
transition: .8s;

}
/* .leftMiddle-menu ul li:hover,
.rightMiddle-menu ul li:hover{
transition:.8s;
color: #fff;
box-shadow: 10px 10px 24px -9px rgba(145, 145, 255, 1);
transition: .8s;
} */

.full-width-split__two--test .rightMiddle-menu ul li a{
display: flex;
justify-content: start;
width: 260px;
height: 80px;
text-align: left;
color: #3F4C9A;
text-decoration: none;
padding: 10px;
align-items: center;
transition: .8s;
}
.full-width-split__two--test .rightMiddle-menu ul li a:hover{
color: #fcff4c;
transition: .8s;

}
.full-width-split__two--test .rightMiddle-menu ul li a i{
color: #3F4C9A;
    padding: 5px;
border-radius: 50%;
border: 1px solid #3F4C9A;
}
.full-width-split__two--test .rightMiddle-menu ul li a span{
padding: 5px 5px 5px 10px;
}
.rightMiddle-menu ul li a:hover,
.rightMiddle-menu ul li a .bx:hover,
.rightMiddle-menu__second ul li a:hover{
  transition: .5s;
  color: #ff3636;
}

/*-----------DRAFT-----------------------*/
.footer__card_button--test{
color:#fff;
border:3px solid #fff;
}


.event-summary--test{
border:3px solid #3F4C9A;
display: block;
-webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
-moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
	background-color: #fff;
	border-radius:5px;
	width: auto;
}
.event-summary__icon--test{
margin: 0;

}
.event-summary__date--test{
display: flex;
gap:5px;
justify-content: center;
align-items: center;
	margin:0 auto;
	border: none;
	background-color: none !important;
	font-weight:bold;
}

.back--test-color{
	background-color:#fffef3;
}
.event-summary--test{
width: 500px;
height: 220px;
}
.width--test{
	width: 100%;
}


.tabs{
position: relative;
}
.tabs-wrap{
max-width: 1400px;
background-color: transparent;
text-align: center;
padding: 30px 0 20px;
margin: 0 auto;
display: flex;
gap:20px;
justify-content: center;
}
.tablink {
  color: #312782;
  font-weight: bold;
outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 1.3rem;
  width:580px;
border:none;
background-color: transparent;
  transition: all ease .7s;
  box-shadow: 0px 0px 10px 0px rgb(225, 225, 225);
  position: relative;
}

.tablink__effect::after{
  content: '';
  position: absolute;
  bottom: -26px; /* Pozycja trójkątnego "dziobka" */
  left: 50%; /* Centrowanie "dziobka" */
  margin-left: -10px; /* Przesunięcie w lewo o połowę szerokości "dziobka" */
  border-width: 13px; /* Długość boków "dziobka" */
  border-style: solid;
  border-color:  #312782 transparent transparent transparent; /* Kolor tła prostokąta */
}

@media(max-width: 1689px) {
.tablink {
 width:430px;
}
}

@media(max-width: 1389px) {
.tablink {
 width:280px;
}
}

@media(max-width: 979px) {
.tablink {
 width:280px;
}
}
.tablink:hover {
  background-color: #312782;
  color:#fff;
  transition: all ease .7s;
}

.tabcontent {
  display: none;
}


.full-width-split__one--test3{
max-width: 1400px;
margin: 0 auto;
}
.category__second--test3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
.category__second--test3 .leftMiddle-menu ul li {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 100;
  text-transform: uppercase;
  line-height: 1.3;
  transition: .8s;
  border: none;
  font-weight: bold;
  box-shadow: none;
  width: 300px;
  height: auto;
}
/* .category__second--test3 .leftMiddle-menu ul li:hover{
background-color: #ff4cb4;
} */
.category__second--test3 .leftMiddle-menu ul li a{
color: #3F4C9A;
text-decoration: none;
padding: 10px;
display: flex;
justify-content: start;
align-items: center;
width: 100%;
height: auto;
text-align: left;
}
.category__second--test3 .leftMiddle-menu ul li a i{
padding: 10px;
}

.first-navbar .logo{
  width: 200px;
  height: 200px;
  border-radius: none;
  background-color: yellow;
  border-radius: 0;
  padding: 4px;
  margin: 5px;
  position: absolute;
  top: 5px;
  left: 10px;

}
/* 
.back-testowy{
position: relative;
padding: 50px 0;
}
.back-testowy::before{
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: url('../img/back11.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.test-two-test5,
.test-three-test5{
background-color: transparent;
position: relative;
}
@media(max-width: 800px) {
.test-two-test5{
height: 250px;
}
} */


/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/




.page-banner-test5{
background-size: cover;
background-position: center;
background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}




/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/


.page-banner--test6{
  width: 100%;
  padding-top: 130px;
}
.page-banner--test6 > div{
width: 100%;
}
.test-two-bottom--test7{
  height: auto;
  padding-bottom:10px;
}



/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/
.page-banner-test6{
display: grid;
align-items: end;
}

.slick-dots{
position: relative !important;
}

.slick-slide img{
/* max-height: 500px; */
width: 100%;
object-fit: cover;
object-position: center;
}

.slider-wrapper{
width: 100%;
padding-top: 120px;
}
.eb-slider-wrapper.eb-slider-gbkkylz .slick-slide > *{
padding: 0;
}





/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/

.slider-test6{
width: 100%;
height: 650px;
padding-top: 93px;
/* background-color: var(--third-color); */
}
/* Slideshow container */
.slider-test6 .slideshow-container {
  width: 100%;
  height: 560px;
  position: relative;
}

/* Hide the images by default */
.slider-test6 .slideshow-container .mySlides {
  display: none;
  
}
.slider-test6 .slideshow-container .mySlides img{
width: 100%;
height: 550px;
object-position: center;
object-fit: cover;
}
/* Next & previous buttons */
.slideshow-container .prev, .slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 47%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 22px;
  transition: 0.8s ease;
  user-select: none;
}

/* Position the "next button" to the right */
.slideshow-container .next {
  right: 10px;
}
.slideshow-container .prev{
  left:10px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container .prev:hover,.slideshow-container .next:hover {
  background-color: var(--primary-color);
}



/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 4s ease;
}

.active, .dot:hover {
  background-color: var(--primary-color);
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2s;
}


@keyframes fade {
  0% {opacity: .2;}
  50% {opacity: .6;}
  100% {opacity: 1;}
}
@media (max-width: 1300px) {
.slider-test6 .slideshow-container .mySlides img,
.slider-test6 .slideshow-container{
height: 350px;
}
.slider-test6{
height:430px;
padding-top: 75px;
}
}

/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/
.event-summary__content{
  padding:15px;
}
/* .event-summary--first6{
display: block;
padding:0;
} */
/* .event-summary__icon6{
padding: 0;
margin-top: 0;
margin-left: 0;
} */
/* .event-summary__date6{
border-radius:0;
} */

.event-summary__date6 .event-summary__day,
.event-summary__date6 .event-summary__month,
.event-summary__date6 .event-summary__year{
padding:0;
}

.event-summary__text{
  margin-right:10px;
}
.event-summary__btn6{
  border-radius: 0;
}
.footer__card_button6{
border-radius: 0;
padding: 5px 15px;
font-size: 1rem;
}
.event-summary__content6--test6{
text-align: center;
font-weight: normal;
}
.event-summary__content6--test6 a{
font-weight: normal;
  transition: all ease .5s;
}
.event-summary__content6--test6 a:hover{
  transition: all ease .5s;
font-weight: bold;
}
.tabs6{
background-color: var(--third-color);
}

.mission{
padding:40px 255px;
margin: 0 auto;
text-align: center;
position: relative;
height: 480px;
}
.mission::before{
  content: "";
  background-image: url(../img/learjet-mission.png);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .1;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  margin: 0 auto;
  z-index: -1;
}
.mission__title {
display: flex;
justify-content: center;
align-items: center;
}
.mission__title hr {
  color:var(--secondary-color);
  width: 100px;
  margin: 0 20px;
  }
.mission__text{
  position: relative;
  padding: 15px 30px;
  font-size: 1.3rem;
  font-style: normal;
  text-align: justify;
  color:var(--secondary-color);
  font-weight: normal;
  line-height: 1.5;
  margin-top:20px;
}

.mission__text span {
font-size: 2rem;
}
.mission__text::before{
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-top: 2px solid var(--secondary-color);
  border-right: 2px solid var(--secondary-color);
}


.mission__text::after{
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-bottom: 2px solid var(--secondary-color);
  border-left: 2px solid var(--secondary-color);
}

@media (max-width: 1090px) {

.mission{
padding:40px 180px;
}
}
@media (max-width: 700px) {

.mission{
padding:40px 20px;
}
}

.mission__text::first-letter{
  font-size: 1.6rem;
font-weight: bold;
}

.full-width-split__two--test6{
max-width: 1400px;
margin:0 auto;
}



.tabs--test8{
  width: 100%;
/* background-color: var(--third-color); */
padding:0 255px 40px;
margin-top: 50px;
}

@media (max-width: 1090px) {

.tabs--test8{
padding:0 170px 40px;
}
}

@media (max-width: 700px) {

.tabs--test8{
padding:0 20px 40px;
}
}

.event-summary--first8{
border:none;
box-shadow: 0 10px 30px -10px rgb(100, 100, 100) !important;
}
.first-navbar-icons-test8{
  justify-content: end;
  margin-right: 20px;
}
.category__second--test8 .leftMiddle-menu ul li:hover,
.category__second--test8 .rightMiddle-menu-test ul li:hover,
.category__second--test8 .rightMiddle-menu-test4 ul li:hover,
.category__second--test8 .leftMiddle-menu__second ul li:hover{
background-color: #fff !important;
transition: all ease .5s;

}
.category__second--test8 .leftMiddle-menu ul li:hover a i,
.category__second--test8 .leftMiddle-menu ul li:hover a span{
transition: all ease .5s;
font-weight: bold;
}

.category__second--test8 .rightMiddle-menu-test ul li a i,
.category__second--test8 .rightMiddle-menu-test ul li a span{
transition: all ease .5s;
}


.category__second--test8 .rightMiddle-menu-test ul li:hover a i,
.category__second--test8 .rightMiddle-menu-test ul li:hover a span
{
transition: all ease .5s;
font-weight: bold;
}

/* .category__second--test7 .leftMiddle-menu ul li:hover a i,
.category__second--test7 .leftMiddle-menu__second ul li:hover a span{
transition: all ease .5s;
font-weight: bold;
}

.category__second--test7 .rightMiddle-menu-test ul li:hover a i,
.category__second--test7 .rightMiddle-menu-test ul li:hover a span
{
transition: all ease .5s;
color: #fff !important;
} */

/*
nav .navbar .nav-links-test7 .menu-header-menu-container ul li a:hover{
color: red !important;
} */

.localization{
  width: 100%;
}
.localization iframe{
width: 100%;
}

/*-------------------------------------*/
/*------------SINGLE POST--------------*/
/*-------------------------------------*/

.single__post{
  width: 100%;
background-color: var(--secondary-color);
height: 90px;
display: flex;
align-items: center;
}

.single__post__container{
  width: 100%;
  max-width: 1400px;
  margin:0 auto;
display: flex;
align-items: center;
justify-content: space-evenly;
padding: 20px;
}
.single__post__title,
.single__post__title a{
  font-weight: normal;
  text-decoration: none;
  color:var(--secondary-color);
  font-size: 1rem;
}
.single__post__title--orange{
font-weight: bold;
}

@media (max-width: 600px) {
  .single__post {
flex-direction: column;
width: 100%;
  }
}

.single__post i{
  color: var(--secondary-color);
  margin-right: 10px;
}
.single__post__main {
  padding:20px;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
font-weight: normal;
}

@media (max-width: 1090px) {
  .logo{
    padding:0px 10px;
  }

  .metabox{
    font-size:.8rem;
  }
}
@media (max-width: 700px) {
  .container__block{
    padding: 25px 20px 0px;
  }

}
.container__block__title{
display: flex;
justify-content: space-around;

}
.container__block__title h3{
color: var(--secondary-color);
}




/*-------------------------------------*/
/*------------SINGLE POST--------------*/
/*-------------------------------------*/






