/*

Theme Name: The Sunrise Project
Author: Yippa
Author URI: https://yippa.com/
Version: 1.0

*/

h2 {
  color: #5288bd;
font-size: 36px;
font-weight: 300;
line-height: 40px;
margin-bottom: 23px;
}
.call-to-action h2 {
  color: white;
  font-size: 70px;
  margin-bottom: 20px;
}
.single-content--normal {
  margin-bottom: 80px;
}
.content-columns {
  padding-top: 0;
}

.people-feed__single-image img,
.staff-more-info__header img {
  border-radius: 100px;
}


/* active nav -------------------*/
.header-main .menu .menu-item {
  position: relative;
}
.single-projects #menu-item-82:after,
.single-post #menu-item-20:after {
  position: absolute;
  top: 81px;
  left: 50%;
  background-color: #f57e20;
  width: 65px;
  height: 65px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  content: "";
}
.single-projects #menu-item-82 > a,
.single-post #menu-item-20 > a {
  color: #f8d109;
}

/* intro text ---------*/
.single-content--intro_text .single-content__content {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
}
/* call to action */
.call-to-action + .single-content--intro_text {
  margin-bottom: 55px;
}
.call-to-action__copy {
  font-size: 20px;
  line-height: 30px;
}
.call-to-action__copy em {
  font-size: 23px;
}
.call-to-action {
  height: 100vh;
  min-height: 100vh;
}
.page .post-footer,
.entry-content .post-footer li {
  color: #4d5864;
font-family: "Vollkorn", serif;
font-size: 18px;
font-style: italic;
line-height: 24px;
margin-bottom: 20px;
}

/* responsive styles */
@media screen and (max-width:414px) {
  .call-to-action h2{
    font-size: 30px;
    margin-bottom: 0;
  }
  .call-to-action__copy {
    font-size: 16px;
    line-height: 20px;
  }
}

/* footer */
.footer-main__description {
    font-family: inherit;
  }
  .footer-main > div p {
    font-size: 15px;
  }

/* twitter img */
.ctf-header-img {
  display: none;
}
.footer-main__twitter {
  margin-top: -52px;
}
#ctf .ctf-header-text .ctf-header-user,
#ctf .ctf-header-text p {
  margin-left: 30px!important;
}
#ctf .ctf-header {
  border-bottom: none;
  padding-bottom: 0;
}
