/*
 Theme Name:   Morning Star Tours Main
 Theme URI:    
 Description:  Morning Star Tours child theme
 Author:       THIRDinteractive
 Author URI:   http://THIRDinteractive.com
 Template:     morningstartours
 Version:      1.0.0
*/

.featured_quote .icon{
  margin-bottom: 30px;
  width: 110px;
}

.featured_quote h2{
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 90px;
  margin-bottom: 10px;
}

.featured_quote a.button{
  margin-top: 25px;
}

.quotes__col {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  border-left: 4px solid #f1ecde;
  padding-left: 30px;
}

.quote-content{
  font-size: 20px;
  margin-bottom: 10px;
  /* border-left: 4px solid #f1ecde; */
  /* padding-left: 20px; */
  /* padding-bottom: 10px; */
  /* flex: 1; */
}

.quote-content p{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.quote-footer {
  padding-bottom: 20px;
}

.quote-footer .name{
  font-family: 'open-sans', 'helvetica', 'arial', sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-style: italic;
}

.quote-footer .title{
  font-family: "montserrat", 'helvetica', 'arial', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.page-template-page-full .tours__contentwrap p:last-child {
  margin-bottom: 0;
}