/*
Theme Name: Leisure Child
Theme URI:
Author: Curly Themes
Author URI:
Description: Child Theme for Leisure
Version: 1
Template: leisure

*/
@import url("../leisure/style.css");

#main-nav ul.menu > .menu-item > a > img {
	border-radius: 50%;
	margin-left: 10px;
}

@media screen and (max-width: 600px) {
	#main-nav ul.menu > .menu-item > a > img {
		visibility: hidden;
		display: none;
	}
}

.weather-custom h1 {
	color: #fff;
}

.weather-custom h1::after {
	border-bottom-color: #fff !important;
}

.weather-custom p {
	color: #fff;
}

.weather-custom .simple-weather__day {
	font-size: 17.5px;
}

.page-id-9 #comments {
	display: none;
}