/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

@media only screen and (min-width: 1024px) {
  .menu-title >a {
	font-size:22px !important;
	font-family: 'Plantin-MT', serif !important;
	text-decoration:underline !important;
	cursor:default;
	}
	.hover-red a:hover {
		color:#DD4F40 !important;
	}
	
	.contact-btn {
		color:#fff !important;
		font-size: 18px !important;
	}
}

#contact em {
	font-size: 1.8rem;
	color: #ccc;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #DD4F40 !important;
}

.cli-tab-header a.cli-nav-link:hover {
	color: #000 !important;
}