/* Custom Styles */
.link-list {
font-family: 'Montserrat', sans-serif;
font-weight: 600;
text-transform: uppercase;
font-size: 15px;
}

p {
font-family: 'Montserrat', sans-serif;
font-weight: 500;
font-size: 18px;
}
h2 {
    color: #485856;
    line-height: 3.7rem;    
}
h2.teal {
    color: #39a3ab !important;
}
h3 {
    margin-bottom: 20px;
    line-height: 125%;
}
h4 {
font-family: 'Montserrat', sans-serif;
font-weight: 600;
text-transform: uppercase;
font-size: 16px;
margin-bottom: 30px;
color: #485856;
line-height: 125%;
}
p.psm {
font-size: 15px;
}

h2.book_title {
    font-size: 50px;
    line-height: 50px !important;
    margin-bottom: 20px;
    letter-spacing: 10px!important;
}
h3.testimonial {
    text-transform: italic;
}




.wrapper {
  position: relative;
/* moves the wrapper up on y axis */
/*  transform: translateY(-50%); */
/*  top: 50%; */
  margin: 0 auto;
  width: 75%;
  overflow: hidden;
}

.wrapper .slide {
  position: absolute;
  left: 100%;
  width: 100%;
  font-size: 30px;
  color: #000000;
  top: 0;
  opacity: 0;
  transition: left 1.8s, opacity 0.5s ease;
}

.wrapper .slide p {
    font-size: 30px;
  color: #000000;
      font-family: "Lora";
text-transform: italic; 
}

.wrapper .slide.activeText {
  position: relative;
  left: 0;
  opacity: 1;
}

.wrapper .slide.slideLeft {
  left: -100%;
  opacity: 0.1;
}

.wrapper .slide p:before {
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.1em;
  vertical-align: -0.4em;
color: #dddddd;  
}

.wrapper .slide p:after {
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  margin-left: 0.1em;
  vertical-align: -0.45em;
color: #dddddd;  
}

ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

ul li {
  list-style: none;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #3C505D;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.active {
  background: #DF5E62;
}

/* Arrows */

.arrows {
  color: rgba(127, 140, 141, 0.62);
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  margin-top: -31px;
}

.prev {
  border-bottom: 6px solid;
  border-left: 6px solid;
  transform: rotate(45deg);
  left: 10px;
}

.next {
  border-bottom: 6px solid;
  border-left: 6px solid;
  transform: rotate(-135deg);
  right: 10px;
}

.prev:active, .next:active {
  color: white;
}




/*    blog styles   */

.blog-.post-body__info {
    max-width: 800px;
    text-align: center;
}

/*    responsive styles   */

@media (min-width: 768px) {
    h2, .h2  {
        font-size: 48px;
    }
    p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    h2, .h2 {
        font-size: 24px;
        line-height: 2.2rem !important;
    }
    h3, .h3 {
        font-size: 24px;
        line-height: 2.2rem !important;
    }
    h4, .h4 {
        font-size: 14px;
        line-height: 1.5rem !important;
    }
    h5, .h5 {
        font-size: 28px;
        line-height: 2.2rem !important;
    }
    p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 18px;
    }
    .wrapper {
        position: relative;
        margin: 0 auto;
        width: 90%;
        overflow: hidden;
    }
    .wrapper .slide p {
        font-size: 24px;
        line-height: 2.2rem !important;
        color: #000000;
        font-family: "Lora";
        text-transform: italic;
    }
    h2.book_title {
        font-size: 12vw;
        line-height: 3.2rem !important;
    }
}