<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Tripster Child Theme
 Theme URI:    http://tripster.axiomthemes.com/
 Description:  Tripster Child Theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com/
 Template:     tripster
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  tripster
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.trx_addons_present .we-main .list_products_header{
	display: block!important;
}

/* ShareNow 20210721 */
.single_product_layout_stretched div.product .woocommerce-tabs {
	padding: 25px 25px!important;
}

.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
	padding: 25px 25px!important;
	margin-bottom: 25px!important;
}

.we-calendar .fc-state-default.fc-corner-left,
.we-calendar .fc-state-default.fc-corner-right,
.we-calendar .fc-toolbar button,
.we-calendar .fc-toolbar button:hover
 {
	font-size: 22px!important;
	line-height: 44px!important;
	height: 44px!important;
	margin-right: 6px!important;
	padding: 0 8px!important;
}


.we-calendar .fc button .fc-icon {
	vertical-align: middle!important;;
	font-size: 20px!important;
	line-height: 28px!important;
	height: 32px!important;
}

.we-calendar .fc-row:first-child table th {
	font-size: 25px!important;
}

.we-grid-shortcode figure.ex-modern-blog .we-more-meta span {
	font-size: 16px!important;
}

.sc_title_default .sc_item_title.sc_align_center:before,
.scheme_default .sc_title_default .sc_item_title:before {
	background-color: transparent;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url(images/villago-key.svg);
    mask-image: url(images/villago-key.svg);
    background-color: #89163a;
    background-repeat: no-repeat;
    background-size: 85px;
    color: #34ff00;
    content: "";
    margin-top: 50px;
    width: 80px;
    height: 26px;
}

.sc_title_default .sc_item_title.sc_align_center:before {
	margin-left: -40px;
}

@media screen and (max-width: 767px) {
	.sc_title_default .sc_item_title.sc_align_center:before,
	.scheme_default .sc_title_default .sc_item_title:before {
		width: 40px;
		height: 13px;
	}
	
	.sc_title_default .sc_item_title.sc_align_center:before {
		margin-left: -20px;
	}

}
</pre></body></html>