/* Custom Styles */
.link-list {
font-family: 'Montserrat', sans-serif;
font-weight: 600;
text-transform: uppercase;
font-size: 15px;
}
.header a, .header a.link-list__link, .header a.link-list__link:hover, .header a.social-icons__icon, .header .user__login a, .header .dropdown__item a, .header .dropdown__trigger:hover {
color: #5e7b8a;
}
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: 2.7rem !important;
}
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;
}
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, .blog-post-body__content {
    max-width: 800px;
    margin: 0 auto;
}
.blog-post-body__content hr {
    display: none;
}
.blog-post-body__content h2 {
    font-size: 30px;
    line-height: 2.5rem;
    color: #000000;
    max-width: 80%;
    margin: 0 0 15px 0;
}

.blog-post-body {
    background: rgba(237, 242, 247, .5);
}

.blog-post-body__content {
    margin-bottom: 60px;
}

.blog-post-body__media {
    margin-bottom: 60px;
}
.blog-post-body__media img, .blog-post-body__info {
    max-width: 1100px;
    margin: auto;
}


.blog-post-body__media img, .blog-post-body__content img, .blog-post-body__content > img {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
   box-shadow:
  1.4px 1.8px 26.2px rgba(0, 0, 0, 0.014),
  4px 4.9px 37.3px rgba(0, 0, 0, 0.015),
  9.6px 11.8px 45.8px rgba(0, 0, 0, 0.016),
  32px 39px 80px rgba(0, 0, 0, 0.07)
;
}
.tag {
    font-family: Montserrat; sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin: 0 6px 6px 0;
    padding: 6px;
    text-transform: capitalize;
    color: #3C515B;
    border-radius: 6px;
    background-color: transparent;
    border: 1px #3C515B solid;
    transition: all .3s ease-in-out;
}
.tag:hover {
    color: white;
    background: #3C515B;
}
.blog-listings .container {
max-width: 1100px !important;
padding-right: 0px!important;
padding-left: 0px!important;
}
 ol, ul, li {
    font-family: Montserrat; sans-serif;
    font-size: 18px;
    font-weight: 500;
 }
 @media screen {
    .blog-post-body__media img, .blog-post-body__info {
        max-width: 100%;
        margin: auto;
    }
    .blog-post-body__media img, .blog-post-body__content img, .blog-post-body__content > img {
        background: #ffffff;
        padding: 10px !important;
        border-radius: 8px;
        box-shadow: 1.4px 1.8px 26.2px rgba(0, 0, 0, 0.014), 4px 4.9px 37.3px rgba(0, 0, 0, 0.015), 9.6px 11.8px 45.8px rgba(0, 0, 0, 0.016), 32px 39px 80px rgba(0, 0, 0, 0.07);
    }
}