/*
Theme Name: Tourimo Child
Theme URI: https://tourimo.ancorathemes.com/
Tourimo is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Template: tourimo
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: child theme
Text Domain: tourimo
*/

/* --- Map --- */
#powerTip {
	background-color: #000;
	font-family: "filson-pro", Sans-serif;
	font-weight: 600 !important;
	padding: 20px 10px 10px 10px;
}

#powerTip a {
	color: #fff;
	font-weight: 600 !important;
}

#powerTip a:hover {
	color: #faedd7;
}

@media (max-width: 1200px) {
	body .point_style a img, body .point_style img {
	max-width: 28px !important;
	}
}

@media (max-width: 1024px) {
	body .point_style a img, body .point_style img {
	max-width: 24px !important;
	}
}

@media (max-width: 840px) {
	body .point_style a img, body .point_style img {
	max-width: 20px !important;
	}
}

@media (max-width: 767px) {
	body .point_style a img, body .point_style img {
	max-width: 18px !important;
	}
}



/* --- Header --- */
.sc_layouts_row_type_narrow .sc_layouts_item_details_line1, .sc_layouts_row_type_narrow .sc_layouts_item_details_line2 {
	color: #fff;
	font-family: "filson-pro", Sans-serif;
	font-weight: 500 !important;
}

.header-link a:hover {
	color: #faedd7;
}

/* --- Directory Links --- */
.directory-links a {
	color: #415161;
}

.directory-links a:hover {
	color: #1A8CA0;
}