/* 
Theme Name: Frungillo
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Frungillo is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: frungillo
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */

.header-accent-base {
	text-align:center;
}

.header-accent {
	font-family: 'Kaushan Script';
	color:#cc7e73;
	font-size: 1.2em;
}

.sitemap {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 600px;
}
.sitemap ul {
	padding-left: 30px;
	list-style: disc;
}
.sitemap ul ul { list-style: circle; }
.sitemap ul ul ul { list-style: square; }
.sitemap-posts { padding-top: 30px; }

/* Styling for "Schedule Your Tour" button */
li.tour-button, li.tour-button li {
	background-color: black;
	padding: 12px 24px!important;
	border-radius: 3px;
	font-family: "Roboto";

}
li.tour-button a {
	color: white!important;
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif!important;
	text-transform: none!important;
}

li.tour-button li a:hover {
	color: black!important;
}
li.tour-button span.sub-arrow { display: none}
