/*
 Theme Name:   SITO CSS
 Description:  SITO
 Author:       andreyshade
 Author URI:   andrey.mail@gmail.com
 Template:     bootscore-main
 Version:      5.1.3.1
 Text Domain:  bootscore
*/

/* 
All style editing is done via css/scss/_bscore_custom.scss
*/


/*colors*/

body{
  font-family: 'Roboto', sans-serif;
  color:white;
  background-color:white;
}

a{
  text-decoration: unset;
  color: unset;
}

a:hover{
  color:var(--bright-yellow) !important;
}


/* .nav-sito{
  backdrop-filter: hue-rotate(45deg);
} */

:root {
  --light-grey-green: #A5EF57;
  --sea: #298c8c;
  --light-navy: #114261;
  --bright-yellow: #f7ff00;
  --blue-green: #106b66;
  --pale-teal: #3EAC4D;
}

.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  letter-spacing: 1.2px;
  padding-left: 1rem;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: var(--bright-yellow);
}


.si-header-wrapper {
  height: 65vh;
  width: 100%;
  background-size: cover;
  background-image: url('img/layout/sito1.jpg');
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  animation-name: mainSlider;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

@keyframes mainSlider {
  0%   {background-image: url('img/layout/sito1.jpg');}
  18%  {background-image: url('img/layout/sito1.jpg');}
  24% {background-image: url('img/layout/sito2.jpg');}
  42% {background-image: url('img/layout/sito2.jpg');}
  48% {background-image: url('img/layout/sito3.jpg');}
  66% {background-image: url('img/layout/sito3.jpg');}
  72% {background-image: url('img/layout/sito4.jpg');}
}


#clip-transparent-1 {
  height: 200px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: hue-rotate(45deg);
  clip-path: polygon(0 15%, 0% 100%, 45% 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}

#clip-transparent-2 {
  height: 200px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: hue-rotate(45deg);
  clip-path: polygon(100% 6%, 4% 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}

#clip-white {
  height: 200px;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  clip-path: polygon(100% 35%, 0% 100%, 100% 100%);
  position: absolute;
  bottom: -1px;
  right: 0;
}

.hero-title-wrapper{
  padding-top: 20vh;
}

.si-header-subtitle {
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: white;
  padding-top: 1.5rem;
}

.si-header-title {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 6.06vh;
  letter-spacing: 0.1em;
  line-height: 1;
  color: white;
}

.si-news-wrapper {
  padding: 5vh 8vh 5vh 8vh;
  margin-bottom: 30vh;
}

.single-news-wrapper{
  background-color: var(--light-grey-green);
  width: 100%;
  min-height: 100px;
  transition: border-radius 0.5s;
}

.news-thumb-wrapper{
  position:relative;
}

.news-thumb-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: var(--sea);
}

.news-thumb-plus {
  position: absolute;
  top: 85px;
  left: 140px;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.si-col-news:hover .single-news-wrapper{
    border-radius: 0 0 75px 0;
} 

.si-col-news:hover .news-thumb-overlay{
opacity: 0.5;
} 

.si-col-news:hover .news-thumb-plus{
  opacity: 1;
  } 

.si-news-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 1.06px;
  color: var(--light-navy);
  text-transform: none;
  padding: 1rem 0.5rem 1rem 0.5rem;
}

.sp-pcp-post .sp-pcp-title a, .sp-pcp-post .sp-pcp-title {
  text-transform: none;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  font-family: 'Roboto';
  color: var(--light-navy);
  letter-spacing: 1.06px;
}

.absolute{
  position: absolute;
}

.date-wrapper{
  bottom: 0;
  left: 0;
  background-color: var(--light-navy);
  min-height: 50px;
  min-width: 50px;

}

.date-day {
  font-size: 3.39vh;
  font-weight: 900;
  line-height: 1.2;
}

.date-year{
  font-size: 15px;
  text-transform: uppercase;
}

.date-month{
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-title {
  font-size: 6.125vh;
  font-weight: 300;
  color: var(--light-navy);
  letter-spacing: 2.35px;
}

#shapes-1 {
  position: absolute;
  height: auto;
  width: 50vh;
  top: 0;
  left: 0;
  z-index: -1;
}

#shapes-2 {
  position: absolute;
  height: auto;
  width: 35vh;
  top: 200px;
  right: 0;
  z-index: -1;
}


#shapes-3 {
  position: absolute;
  height: auto;
  width: 50vh;
  bottom: -50vh;
  left: 0;
  z-index: -1;
}


#shapes-4 {
  position: absolute;
  height: auto;
  width: 50vh;
  bottom: -50vh;
  right: 0;
  z-index: -1;
}

#shapes-5 {
  position: absolute;
  height: auto;
  width: 50vh;
  top: -20vh;
  left: 0;
  z-index: -1;
}

#shapes-6 {
  position: absolute;
  height: auto;
  width: 32vh;
  bottom: -16vh;
  right: 0;
  left: 100;
  z-index: -1;
}

.calendar-section{
  min-height: 400px;
  background-color: var(--pale-teal);
}


.si-calendar-wrapper {
  padding: 5vh 8vh 5vh 8vh;
}

.calendar-container{
  position: relative;
}

.calendar-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.46px;
  color: white;
}

.title-white {
  color: white;
  padding: 7vh 0 2vh 0;
}

.calendar-date-wrapper{
  background-color: var(--light-navy);
  min-height: 50px;
  min-width: 50px;
}

.calendar-subtext{
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.8px;
}

.card-img-top {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  margin-bottom: -125px;
}


.blog-post-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 1.06px;
  color: var(--light-navy);
  border: 3px solid var(--light-grey-green);
  padding-top: 150px;
  min-height: 300px;
}

.blog-post-title:hover{
  color: var(--bright-yellow);
}

.card{
  border: none;
}

.cards .swiper-button-next, .cards .swiper-button-prev {
  color: var(--light-navy);
}

.cards .swiper-pagination-bullet {
  background: var(--light-grey-green);
}
.cards .swiper-pagination-bullet-active {
  background: var(--light-navy);
}

.fb-ribbon{
  background-color: var(--blue-green);
}

.fb-text{
  font-weight: 300;
  color: var(--light-grey-green);
  letter-spacing: 2.5px;
  font-size: 25px;
}

.footer-title{
  font-weight: 900;
  font-size: 29px;
  line-height: 28px;
  letter-spacing: 1.45px;
  color: var(--blue-green);
}

.footer-subtitle{
  font-weight: 900;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1.1px;
  color: var(--blue-green);
}

.footer-text{
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1.1px;
  color: var(--blue-green);
}

.footer-wrapper{
  background-color: var(--light-grey-green);
  padding: 10vh;
}

#wpforms-95-field_1, #wpforms-95-field_2, #wpforms-95-field_3{
  background-color: var(--light-grey-green);
  border: 2px solid var(--blue-green);
}

.wpforms-field-label {
  color: var(--blue-green);
}

#wpforms-submit-95{
  color: white;
  background-color: var(--blue-green);
}

.footer-info{
  background-color: var(--light-grey-green);
}

.footer-hyperlink{
  color: var(--light-navy);
}

.footer2-wrapper{
  padding: 5vh;
  background-color: var(--blue-green);
}

.footer2-regular {
  font-size: 16px;
  letter-spacing: 0.32px;
  color: var(--light-grey-green);
  line-height: 24px;
  border-left: 1px solid var(--light-grey-green);
  padding-left: 1vw;
}

.footer2-bold{
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: var(--light-grey-green)
}

.footer-alert{
  line-height: 24px;
  letter-spacing: 0.32px;
  font-weight: 900;
  color: var(--bright-yellow);
}

.single-header {
  background-image: url('img/layout/sito1.jpg');
  width: 100%;
  min-height: 296px;
  background-size: cover;
  animation-name: mainSliderSingle;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

@keyframes mainSliderSingle {
0%   {background-image: url('img/layout/sito1.jpg');}
18%  {background-image: url('img/layout/sito1.jpg');}
24% {background-image: url('img/layout/sito2.jpg');}
42% {background-image: url('img/layout/sito2.jpg');}
48% {background-image: url('img/layout/sito3.jpg');}
66% {background-image: url('img/layout/sito3.jpg');}
72% {background-image: url('img/layout/sito4.jpg');}
}


.single-wrapper{
  padding-top: 5rem;
}

.si-single-subtitle {
  font-size: 34px;
  line-height: 43px;
  letter-spacing: 1.63px;
  color: white;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.si-single-title{
  font-size: 34px;
  line-height: 43px;
  letter-spacing: 1.63px;
  color: white;
}

.single-content{
  font-family: 'PT Serif', serif;
  font-size: 18px;
  line-height: 1.56;
  color: var(--light-navy);
}

.single-article-title{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: 1.29px;
  color: var(--light-navy);
}

.single-content-wrapper {
  margin-top: 10vh;
  margin-bottom: 15vh;
}

#clip-single-1 {
  height: 200px;
  width: 100%;
  background-color: var(--sea);
  clip-path: polygon(0 94%, 101% 61%, 100% 100%, 0% 102%);
  position: absolute;
  bottom: 0;
  right: 0;
}

#clip-single-2 {
  height: 200px;
  width: 100%;
  background-color: var(--pale-teal);
  clip-path: polygon(0 64%, 100% 95%, 100% 100%, 0 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}

.thumb-wrapper{
  position: relative;
}

.s-text-wrapper{
  padding: 3vw;
}

.single-date{
  font-weight: bold;
  color: var(--sea);
}

.single-subpage-wrapper{
    background-color: transparent;
    width: 100%;
    min-height: 100px;
}

.single-main{
  background-image: linear-gradient(184deg, white 0% 50%, #e7f0e2 50% 90%, white 90% 100%);
}

.main-container-text {
  background-color: white;
  min-height: 700px;
}

#news-link-1{
  font-weight: 900;
  letter-spacing: 1.28px;
  color: var(--sea);
}

#news-link-1:hover >a{
  color: var(--pale-teal) !important;
}

.post-content-wrapper{
    margin-top: 15vh;
    margin-bottom: 15vh;
}

#clip-green-1 {
  height: 201px;
  width: 100%;
  background-color: var(--light-grey-green);
  clip-path: polygon(100% 50%, -8% 100%, 100% 100%);
  position: absolute;
  top: -200px;
  right: 0;
}

#clip-green-2 {
  height: 207px;
  width: 100%;
  background-color: var(--light-grey-green);
  clip-path: polygon(0 80%, 0% 100%, 100% 80%);
  position: absolute;
  bottom: -40px;
  right: 0;
}

  
  .ex-container{
    margin: 5rem 0 3rem 0;
    position: relative;
    min-height: 80vh;
  }

  #pcp_wrapper-175 .pcp-post-pagination .page-numbers.current, #pcp_wrapper-175 .pcp-post-pagination a.active, #pcp_wrapper-175 .pcp-post-pagination a:hover {
    color: #ffffff;
    background: var(--blue-green);
    border-color: var(--blue-green);
}

.btn-sito {
  background-color: var(--blue-green);
  color: white;
}

.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: var(--bright-yellow);
}

.offcanvas-header {
  background-color: var(--blue-green);
}


.dropdown-item.active, .dropdown-item:active {
  background-color: var(--blue-green);
}

.col-single-sidebar{
  padding-left: 3rem;
}

/* MEDIA */

@media screen and (max-width: 768px) {

.offcanvas-body{
  background-color: var(--blue-green);
}

.hero-title-wrapper {
  padding-top: 10vh;
}

.si-header-title {
  font-size: 5.06vh;
}

.si-header-wrapper {
  height: 95vh;
  width: 100%;
  background-image: url('img/layout/header-background-2.jpg');
  background-size: cover;
  position: relative;
  background-attachment: unset;
  background-position: unset;
  background-repeat: unset;
}


#shapes-1, #shapes-2, #shapes-3, #shapes-4, #shapes-5, #shapes-6{
  width: 0;
}

.si-news-wrapper {
  padding: 5vh 2vh 5vh 2vh;
  margin-bottom: 15vh;
}

.si-calendar-wrapper {
  padding: 5vh 2vh 5vh 2vh;
}

.footer-wrapper {
  padding: 4vh;
}

.ex-container {
  min-height: 65vh;
}

.si-single-subtitle {
  font-size: 25px;
  line-height: 31px;
  letter-spacing: 1.63px;
  color: white;
  padding-top: 1.8rem;
}

.si-single-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 31px;
  letter-spacing: 1.63px;
  color: white;
}

.col-single-sidebar{
  padding: 0;
}

}


.fas.fa-chevron-down {
  animation: pulse 2s infinite;
}