<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Theme Name: Inspiry TourPress Child
    Description: A purpose oriented WordPress theme for tours business.
    Theme URI: https://themeforest.net/user/inspirythemes/portfolio
    Author: InspiryThemes
    Author URI: https://inspirythemes.com
    Template: inspiry-tourpress
    Version: 1.0.2

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


body {
	color: #3c434a;
}

.top-bar {
	background-color: #31688e;
}

.top-bar a {
	color: white;
}

.top-bar a:hover {
	color: #002453;
}

/*
.header header {
	height: 140px;
}
*/
.logo-wrap .site-logo img {
	height: 88px;
}

.header header nav.main-menu-wrap &gt; ul.main-menu
{
	display: flex;
	align-items: center;
	flex-direction: row;
	/*height: 88px;*/
}

header .header-phone-wrap {
	/*height: 88px;*/
	display: flex;
	align-items: center;
}


.header header nav.main-menu-wrap ul.main-menu &gt; li.menu-item {
}

.header header nav.main-menu-wrap ul.main-menu &gt; li &gt; a {
	padding-bottom: 0.75rem;
}

.header header .main-menu &gt; li a:hover, .header header .main-menu &gt; ul li a:hover {
	color: #31688e;
}

.header header .main-menu &gt; li.current_page_item, .header header .main-menu &gt; li.current-menu-ancestor, .header header .main-menu &gt; ul li.current_page_item, .header header .main-menu &gt; ul li.current-menu-ancestor {
	border-color: #31688e;
}



/*///////////////////////////*/

.flexslider .detail .days,
.flexslider .detail .price {
	display: none;
	background-color: #31688e;
}


/* NASCONDERE MESE E PREZZO MASSIMO DALLA BARRA DI RICERCA  
 */
#search-form-wrapper .search-form form .form-field.tour-month,
#search-form-wrapper .search-form form .form-field.max-price {
	display: none;
}

.special-offers .tour-offer figure .offer-price i,
.tours-listing .tour-post .offer-content .old-price {
	display: none;
}



/* Pagina contatti */
.contact-section .offices-contact &gt; h3.branches-heading {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}



.header header .main-menu &gt; li .sub-menu, .header header .main-menu &gt; ul li .sub-menu {
	background-color: #31688e;
}

.header header .main-menu &gt; li.current_page_item &gt; a, .header header .main-menu &gt; li.current-menu-ancestor &gt; a, .header header .main-menu &gt; ul li.current_page_item &gt; a, .header header .main-menu &gt; ul li.current-menu-ancestor &gt; a {
	color: #6bc6f3;
}

.single-tour .tour-meta-bar li .tour-meta-icon.start-point svg * {
	fill: #00aeef;
}
.tour-meta .tour-meta-icon.start-point svg * {
	fill: white;
}</pre></body></html>