/*
Theme Name: Navian Child
Theme URI: http://www.themelogi.com/themes/navian
Description: A child theme of Navian Theme
Author: THEMELOGI
Author URI: http://www.themelogi.com
Version: 1.0.0
Template: navian
*/

/* Trip Menu Start */

.trip-day-widget-shell {
  position: relative;
  width: 100%;
}

.trip-day-widget {
  position: relative;
  width: 100%;
}

.trip-day-widget__desktop,
.trip-day-widget__mobile-toggle,
.trip-day-widget__mobile-panel {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(10px);
}

.trip-day-widget__desktop {
  border-radius: 16px;
  padding: 12px 10px;
}

.trip-day-widget__title {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  opacity: 0.7;
}

.trip-day-widget__list,
.trip-day-widget__mobile-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.trip-day-widget__list li + li {
  margin-top: 6px;
}

.trip-day-widget__link,
.trip-day-widget__mobile-link {
  display: block;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.3;
  padding: 8px 8px;
  border-radius: 10px;
  color: inherit;
  transition: background 0.2s ease;
  word-break: break-word;
}

.trip-day-widget__link:hover,
.trip-day-widget__link.is-active,
.trip-day-widget__mobile-link:hover,
.trip-day-widget__mobile-link.is-active {
  background: rgba(0, 0, 0, 0.06);
}

.trip-day-widget__link.is-active,
.trip-day-widget__mobile-link.is-active {
  font-weight: 600;
}

.trip-day-widget__mobile {
  display: none;
}

.trip-day-widget.is-desktop-fixed {
  position: fixed;
  z-index: 999;
  max-width: 104px;
}

.trip-day-widget.is-desktop-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.trip-day-widget.is-desktop-bottom .trip-day-widget__desktop {
  width: 100%;
}

.trip-day-widget.is-mobile-fixed {
  position: fixed;
  z-index: 1001;
  max-width: 104px;
}

@media (min-width: 992px) {
  .trip-day-widget__desktop {
    display: block;
  }

  .trip-day-widget__mobile {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .trip-day-widget-shell {
    min-height: 56px;
  }

  .trip-day-widget__desktop {
    display: none !important;
  }

  .trip-day-widget__mobile {
    display: block;
    width: 100%;
  }

  .trip-day-widget__mobile-toggle {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 10px 10px;
    border-radius: 14px;
    color: inherit;
    text-align: left;
    cursor: pointer;
  }

  .trip-day-widget__mobile-toggle-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.7;
  }

  .trip-day-widget__mobile-toggle-current {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    word-break: break-word;
  }

  .trip-day-widget__mobile-panel {
    margin-top: 8px;
    border-radius: 14px;
    overflow: hidden;
  }

  .trip-day-widget__mobile-list li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  .trip-day-widget__mobile-link {
    padding: 10px 10px;
    border-radius: 0;
    background: transparent;
  }
}

/* Trip Menu End */

.masonry-flip li a, .masonry-flip li img{
	height:340px !important;
	object-fit:cover !important;
}

.jetpack-subscribe-floating-button{
	display:none !important;
}

.icon-image img{
	height:420px;
	object-fit:cover;
}

section.page-title{
	display:none;
}

.instagram-feed .image-box img{
	height:250px;
	object-fit:cover;
}

Masonary Image Customize

/*.masonry-flip{
	display:flex;
	flex-wrap:wrap;
}


.masonry-flip img{
	height:100%;
}*/

.jetpack-subscription-modal{
	display:none;
}

.subscribe-submit .wp-block-button__link{
	padding:0 !important;
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper{
	padding-top:inherit !important;
}