/*!
	Theme Name:		Willett Lodge
	Description:	Child theme for website customisations
	Author:			Ubiquity Code
	Author URI:		https://ubiquitycode.co.uk
	Template:		twentynineteen
	Version:		1.0.0
	Licence:		Creative Commons Attribution-NonCommercial-NoDerivatives
	Licence URI:	https://creativecommons.org/licenses/by-nc-nd/4.0/
*/

/* ---[ Custom font definitions for missing old refs ]--- */
@font-face {
	font-family: 'Asap-Regular';
	src: url( assets/fonts/Asap-Regular.ttf );
}
@font-face {
	font-family: 'CRC55';
	src: url( assets/fonts/CRC55.otf );
}
@font-face {
	font-family: 'TarzanaNarrow';
	src: url( assets/fonts/TarzanaNarrow.otf );
}

/* ---[ Migrated styles from old 'Custom CSS & JS' plugin ]--- */
form p {
	margin: 9px 0;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
	border: solid 1px #ccc !important;
	border-radius: 5px;
}
a:focus {
	outline: 0;
}

.menu-item-2043 > a {
	border: 2px solid;
	margin-bottom:-4px;
}

.facebook-feed-full ._2p3a {
	width:100% !important;
}

.header-effect .elementor-element-a277a46:not( .elementor-motion-effects-element-type-background ) {
	transition: all 0.3s ease;
}

.wpcf7-submit {
	display: block;
	margin: 0 auto;
}

.site-logo-line a:focus {
	outline: 0;
}

@media only screen and (max-width: 768px) {	
	.mobile-bg{
		background-color: #FF9933;
	}
}
