<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *
 * START OF FILE
 *
 */

/*--------------------------------------------------------------------------------*/

/* Tours */
/* lpcstm = leap custom */
.lpcstm-tour-wrap {
    display: inline-block;
    width: calc(33.33% - 36.8px);
    vertical-align: top;
    margin: 0 50px 50px 0;
}

.lpcstm-tour-wrap:nth-child(3n) {
    margin-right: 0;
}

.lpcstm-tour-thumbnail {
    margin-bottom: 25px;
}

.lpcstm-tour-thumbnail img {
    display: block;
}

.lpcstm-tour-title {
    font-size: 24px;
    width: calc(75% - 6px);
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 86px);
}

.lpcstm-tour-price-wrap {
    display: inline-block;
    width: 25%;
    text-align: right;
    min-width: 80px;
    vertical-align: top;
    margin: 7px 0 0;
}

.lpcstm-tour-price-wrap span.from {
    display: block;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 10px;
}

.lpcstm-tour-price-wrap span.display-price {
    font-weight: 800;
    color: #002f87;
    display: block;
    font-size: 30px;
}

.lpcstm-tour-info-wrap .et_pb_module.et_pb_icon {
    display: inline-block;
    vertical-align: top;
    margin: 2px 10px 0 0 !important;
}

.lpcstm-tour-info-wrap .et-pb-icon {
    font-size: 20px;
    color: #002f87;
}

.lpcstm-tour-info-wrap {
    margin: 10px 0 15px;
    font-size: 18px;
}

.lpcstm-tour-content {
    font-size: 18px;
    line-height: 170%;
}

@media only screen and (max-width: 768px) {
    .lpcstm-tour-wrap {
        display: block;
        width: 100%;
        margin: 0 0 50px;
    }
    
    .lpcstm-tour-wrap:last-child {
        margin-bottom: 0;
    }
}

/*--------------------------------------------------------------------------------*/

#lpcstm-tour-section-wrap:after {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, #000000 0%, rgb(0 0 0 / 0%) 100%) !important;
    width: 100%;
    height: 50%;
    z-index: 2;
    bottom: 0;
}

#lpcstm-tour-header-wrap {
    position: absolute;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    align-items: flex-end;
    z-index: 3;
}

@media only screen and (max-width: 980px) {
    #lpcstm-tour-section-wrap:after {
        display: none;
    }
    #lpcstm-tour-header-wrap {
        position: relative;
    }
}

#lpcstm-tour-single-price {
    text-align: center;
    padding-bottom: 25px;
}

#lpcstm-tour-single-price &gt; div:not(.text) {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.lpcstm-tour-info-field {
    width: calc(50% - 3px);
    display: inline-block;
    vertical-align: top;
    margin: 0 0 15px;
}

.lpcstm-tour-info-field .et_pb_module.et_pb_icon {
    margin: 0 13px 0 0 !important;
    display: inline-block;
    width: 20px;
    vertical-align: top;
}

.lpcstm-tour-info-field span.et-pb-icon {
	font-family: FontAwesome !important;
    font-weight: 900 !important;
    color: #002f87;
    font-size: 20px;
}

.lpcstm-tour-info-field span.et-pb-icon.icon-departure {
	font-family: ETmodules!important;	
	font-weight: 400 !important;
}

.lpcstm-tour-info-field .et_pb_module.et_pb_text {
    width: calc(100% - 39px);
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .lpcstm-tour-info-field {
        width: 100%;
        display: block;
    }
    
    .lpcstm-tour-info-field:last-child {
        margin-bottom: 0;
    }
}

body.single-post figure.wp-block-gallery:not(:last-child) {
    margin-bottom: 30px;
}

#related .lpcstm-tour-title {
    font-size: 16px;
    padding: 0;
}

#related .lpcstm-tour-price-wrap {
    margin-top: 1px;
}

#related .lpcstm-tour-price-wrap span.from {
    margin-bottom: 0;
}

#related .lpcstm-tour-price-wrap span.display-price {
    font-size: 20px;
}

/*--------------------------------------------------------------------------------*/

/*
 *
 * END OF FILE
 *
 */</pre></body></html>