 
 
/* Slider Home Page */
#views_slideshow_cycle_teaser_section_home_page_slider-block_1 {
  margin: 0 auto;
}
.slider_main {
  background-color: #ecfcfc;
}

.views_slideshow_cycle_teaser_section{
  margin:auto;
}

.welcome-menu-box  a {
  color: #555 ;
  font-size: 14px;
  line-height: 1.2;
}

.pri-bg {
  background-color: #32BDC7 ;
}

.pri-bg h3, .pri-bg p {
  color: #FFF;
}

/* Get In Touch */
 .get-in-touch {position: relative;
    margin-top: -50px;
    border-radius: 25px;
    padding: 30px 30px;
    margin-bottom: 80px;
   text-align: center; 
   
 }
 
 .appointment-cta , .download-cta, .price-enquiry-cta{
    padding: 12px 20px;
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 25px;
    display:flex;
    justify-content:center;
    text-align: center;
    background:  #32bdc7;
    margin: 15px 0;
 }
    

 .appointment-cta:hover , .download-cta:hover, .price-enquiry-cta:hover {
  background:#17A2AC; color: #FFF;
  text-decoration: none;
}
 
.appointment-cta::before {
  content: ""; 
  height: 28px;
   width: 28px;
    background-size: 28px 28px;
  background-image: url(images/icons/appointment.svg);
  background-repeat: no-repeat;
  float: left;
   padding-right: 15px;
}

.download-cta::before {
  content: ""; 
  height: 28px;
   width: 28px;
    background-size: 28px 28px;
  background-image: url(images/icons/download.svg);
  background-repeat: no-repeat;
  float: left;
  padding-right: 15px;
}

.price-enquiry-cta::before {
    content: "";
  height: 28px;
   width: 28px;
    background-size: 28px 28px;
  background-image: url(images/icons/price.svg);
  background-repeat: no-repeat;
  float: left;
   padding-right: 15px;
}

/* Why Cordlife */ 
.why-cordlife-item:not(:last-child):before {
   content : "";
            position: absolute;
            right    : 0;
            top     : 10;
            height  : 80%;
            border-width: thin;
            border-right:1px solid #FFF;
}


 
 
 /* Events */
#block-views-block-event-list-block-block-1 {
  background:#ecfcfc ;
  padding: 80px 0;
}
#block-views-block-blog-post-list-block-block-blog-post {
  padding: 80px 0;
}

.views-field-field-event-feature-image > div > img {
  border-radius: 15px;
}
.pri-cta {
  background: #32bdc7;
  color: #FFF;
}

.sec-cta {
  background: #3D4056;
}
.sec-cta , .pri-cta {
    padding: 12px 30px;
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    margin: 10px 0 10px 0;
}

.sec-cta:hover {
  background: #292b3a;
}


.pri-cta:hover {
  background:#17A2AC;
}

.sec-cta:hover, .pri-cta:hover {
  color: #FFF;
  text-decoration: none;
}

.sec-cta:visited, .pri-cta:visited {
  text-decoration: none;
}

.event-block {
  margin-bottom: 20px;
}

.event-banner-home > img , .blog-ftr-img {
  border-radius: 15px;
}

.event-date-home {
  display: inline-block;
}

.event-tag-home {
  float: right;
  background: #FFF;
  padding: 0 10px;
}
.event-date-home , .event-tag-home {
  font-weight: 700;
  font-size: 14px;
    margin: 5px 0;
}

.event-title-home > a , .blog-title-home > a {
 font-size: 24px; 
 font-weight: 700;
 text-decoration: none;
 color: #333;
 padding: 10px 0 10px 0;
}

.pri-btn-more , .sec-btn-more {
  margin: 20px 0 20px 0;
}

.pri-btn-more > a , .sec-btn-more > a {
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
}

.pri-btn-more > a {
      background: #32bdc7;
       color: #FFF;
}

.pri-btn-more > a:hover {
      background: #17A2AC;
}

.sec-btn-more > a {
  background: #ECFCFC;
  color: #17A2AC;
}

.sec-btn-more > a:hover {
  background: #32BDC7;
  color: #FFF;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .why-cordlife-item:not(:last-child):before {
    border-right: none; 
  }
  
  .why-cordlife-item {
    padding: 20px 0 20px 0;
    content : "";
    border-width: thin;
    border-bottom: 1px solid #FFF;
  }
  
}