/*
Theme Name: Breaks in Cornwall
Theme URI: https://www.breaksincornwall.com/
Description: A custom responsive WordPress child theme for Breaks in Cornwall
Author: Richard Collett
Author URI: https://headforwards.com/
Template: ts-cornwall
Version: 2.4.2
*/

/* Header */
.logo a {background:#2d708a;}
/* /Header */

/* Popup */
.pop-up-notice {
	margin-bottom:0;
	text-align:center;
}

.pop-up-notice a {
	font-weight:bold;
	color:#fff;
}
.pop-up-notice a:hover {color:#2e3b44;}
/* /Popup */

@media screen and (min-width: 0px) and (max-width: 479px) {
	.logo {width:40%;}
	.menu-btns {width:60%;}

	.menu-btns a {
		padding:9px 6px;
		font-size:18px;
		font-size:1.8rem;
	}
}