/* GeneratePress Site CSS */  /* End GeneratePress Site CSS */

.tripiwi-content-box-green,
.tripiwi-info-box-green,
.tripiwi-content-box-yellow,
.tripiwi-info-box-yellow
{
	margin: 0 0 25px;
	overflow: hidden;
	padding: 20px;
	color: #666666;
}

.tripiwi-content-box-green h2,
.tripiwi-info-box-green h2,
.tripiwi-content-box-green h3,
.tripiwi-info-box-green h3,
.tripiwi-content-box-green h4,
.tripiwi-info-box-green h4,
.tripiwi-content-box-yellow h2,
.tripiwi-info-box-yellow h2,
.tripiwi-content-box-yellow h3,
.tripiwi-info-box-yellow h3,
.tripiwi-content-box-yellow h4,
.tripiwi-info-box-yellow h4
{
	color: #666666;
}

.tripiwi-content-box-green .wp-block-separator,
.tripiwi-info-box-green .wp-block-separator,
.tripiwi-content-box-yellow .wp-block-separator,
.tripiwi-info-box-yellow .wp-block-separator
{
	width: 90%;
	border: none;
	margin: 20px auto;
}

.tripiwi-content-box-green {
	background-color: #ecf5df;
	padding: 25px 20px 20px 20px;
}


.tripiwi-info-box-green {
	background-color: #ecf5df;
	padding: 25px 0px 15px 0px;
	border-left: 8px solid #379683;
}

.tripiwi-content-box-yellow {
	background-color: #fffdeb;
	padding: 25px 20px 20px 20px;
}


.tripiwi-info-box-yellow {
	background-color: #fffdeb;
	padding: 25px 0px 15px 0px;
	border-left: 8px solid #FCE181;
}

.tripiwi-info-box-green ol, ul, .tripiwi-info-box-yellow ol, ul, .tripiwi-content-box-green ol, ul, .tripiwi-content-box-green ol, ul{
	margin: 0 0 1.5em 2.0em;
}

.content-area .wp-block-image {
	margin: 0 auto 1.5em;
}

.content-area .wp-element-caption {
	color: #666666;
	font-size: 12px;
}

.content-area .wp-block-gallery .wp-element-caption, .content-area .wp-block-gallery, .wp-block-jetpack-tiled-gallery
{
		margin-bottom: 30px;
}

.content-area .wp-block-buttons
{
		margin-bottom: 30px;
}

#tripiwi-more {display: none;}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: transparent !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	-webkit-backdrop-filter: blur(0px) !important;
  backdrop-filter: blur(0px) !important;
}

.tripiwi-flag-link {
  vertical-align: middle;
  height: 20px;
  width: auto;
  margin-right: 8px;
}

.tripiwi-country-link {
	font-weight: 700;
	font-size:  24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--contrast-3);
	text-align: center;
}
.tripiwi-country-link:hover {
	color: var(--accent);
}

@media only screen and (max-width: 500px) { .tripiwi-flag-link {
    height: 8px;
		
}
}

@media only screen and (max-width: 500px) { .tripiwi-country-link {
    font-size:  20px;
}
}

@media only screen and (max-width: 500px) { .tripiwi-homepage-country-column  p {
    margin-bottom: 3px;
}
}

.wp-block-newspack-blocks-carousel article .entry-title a {
	max-height: 3.8em !important;
}

.wp-block-button__link {
	background-color: #89b161 !important;
	border-radius: 4px !important;

}

img[loading="lazy"] {
width: revert-layer !important;
}