/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/


h4 {
    font-size: 0.8rem;
}
h3 {
    font-size: 23px;
    font-weight: 700;
}
h2 {
    padding: 0;
    border-top: 0;
    border-bottom: 0;
}
h5 {
    padding-bottom: 0;
    border-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #101F46;
    font-family: "Raleway", sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.destination-section {
    padding-bottom: 100px;
}
.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.mini-content-container-1 .btn, .mini-content-container-2 .btn{
    color: #0f2e4f !important;
    background: #ffcb16 !important;
}
.global-nav-list .sub-menu li a:hover {
    background-color: #ffc914;
}
.section-heading {
    margin-bottom: 50px;
}
.section-heading .dash-style {
    padding-left: 80px;
    position: relative;
}
.section-heading .dash-style:before {
    background-color: #F56960;
    content: "";
    height: 2px;
    width: 70px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 50%;
}
.section-heading h5 {
    color: #F56960;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 22px;
    text-transform: uppercase;
    display: inline-block;
}

.section-heading h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}
h2 {
    font-size: 48px;
    font-weight: 900;
}

.desti-item .bg-meta-cat a {
    background-color: rgba(7, 145, 190, 0.85);
    color: #ffffff;
    padding: 7px 24px;
}
.desti-item .meta-cat a {
    display: inline-block;
    font-family: "Raleway", Sans-serif;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.desti-item {
    background-color: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 8px;
    position: relative;
}
.desti-item .desti-image {
    position: relative;
}
.desti-item .desti-image:before {
    background-color: #101F46;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.45;
}
.desti-content h3 {
    margin-bottom: 4px;
}

.overlay-desti-item .desti-content h3 {
    color: #ffffff;
    margin-bottom: 4px;
}

.destination-three-column > .row {
    margin: 0 -7px;
}
.overlay-desti-item .desti-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.desti-content {
    padding: 20px;
}
.overlay-desti-item .desti-content h3 {
    color: #ffffff;
    margin-bottom: 4px;
}
.desti-content h3 {
    margin-bottom: 4px;
}
.desti-item .bg-meta-cat {
    position: absolute;
    top: 30px;
    left: 30px;
}
.rating-start {
    display: block;
    position: relative;
    font-size: 15px;
}
.rating-start:before {
    color: #ccd6df;
    content: "\f005\f005\f005\f005\f005";
    display: block;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}
.rating-start span {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.btn-wrap a {
    margin-top: 50px;
}
.button-primary, .button-round {
    background-color: #0f2e4f;
}
.outline-primary, .outline-round, .button-primary, .button-round, .button-secondary {
    font-size: 15px;
    line-height: 1.3;
    padding: 15px 30px;
    font-weight: 600;
}
.button-primary, .button-round, .button-secondary {
    border: none;
    color: #ffb210;
    display: inline-block;
    position: relative;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.text-center {
    text-align: center!important;
}

.activity-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.activity-inner .activity-item {
    border: 1px solid #D9D9D9;
    text-align: center;
    padding: 15px;
}
.activity-inner .activity-item .activity-icon {
    margin-bottom: 15px;
}

.activity-inner .activity-item h4 {
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 1.2;
}
.activity-inner .activity-item p {
    margin-bottom: 0;
}
.activity-inner.row {
    margin-left: -9px;
    margin-right: -9px;
}

.blog-section {
  padding: 100px 0;
}
.blog-section .post {
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
}
.blog-section .entry-content {
  padding: 25px 20px;
}
.blog-section .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}
.blog-section .entry-meta span {
  padding: 0 8px;
  position: relative;
}
.blog-section .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}
.blog-section .entry-meta span:last-child:before {
  display: none;
}
.blog-section .entry-meta a {
  color: #787878;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}
.blog-section .entry-meta a:hover, .blog-section .entry-meta a:focus {
  color: #2C75BA;
}
@media screen and (max-width: 991px) {
  .blog-section {
    padding: 100px 0 70px;
  }
  .blog-section .post {
    margin-bottom: 30px;
  }
  .blog-section .feature-image img {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .blog-section {
    padding: 60px 0;
  }
}


.testimonial-section {
  padding-bottom: 94px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}
.testimonial-section:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.testimonial-section .slick-dots {
  position: static;
  margin-top: 23px;
}

.testimonial-item .testimonial-img {
  border: 2px solid #F56960;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 125px;
  height: 125px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 44px;
}
.testimonial-item .testimonial-img img {
  width: 100%;
}
.testimonial-item .testimonial-content p {
  color: #151515;
  font-style: italic;
  line-height: 1.5;
  font-size: 1.3em;
}
.testimonial-item .testimonial-content cite {
  color: #0791BE;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
}
.testimonial-item .testimonial-content cite .company {
  color: #787878;
  display: block;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}


@media (min-width: 576px){
.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; 
    max-width: 50%;
}
}
@media (min-width: 768px){
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}

@media (min-width: 992px){
.col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
}


