/******************************************  
 CUSTOM STYLESHEET
*******************************************/

@font-face {
	font-family:"Lato Regular";
	font-display:swap;
	src:url(/wp-content/themes/modell_aviator_v3/fonts/Lato-Regular.woff2) format("woff2");
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#16548f;
}

div.navigation span.current {
	color:#1d60a1;
}

button, input[type=button], input[type=reset], input[type=submit], #respond input[type='submit'], .more-link, #carousel .buttons .more, .widget-recipe .wpfp-link {
	background: -moz-linear-gradient(top, #1d60a1, #16548f);
	background: -webkit-linear-gradient(top, #1d60a1, #16548f);
	background: linear-gradient(top, #1d60a1, #16548f);
	border-color: #226bb2;
	border: 1px solid #226bb2;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, #respond input[type='submit']:hover, #respond input[type='submit']:focus, .more-link:hover, #carousel .buttons .more:hover, .widget-recipe .wpfp-link:hover {
	background: #c0ce62;
	background: -moz-linear-gradient(top, #d0000a, #6b0005);
	background: -webkit-linear-gradient(top, #d0000a, #6b0005);
	background: linear-gradient(top, #d0000a, #6b0005);
	background: -ms-linear-gradient(top, #d0000a, #6b0005);
}

a:hover {
	color: #1d60a1;
}

#header {
	background:#1d60a1;
}

#menu {
	background: #b1bf55 url('images/green-bg.png') top left repeat-x;
	background: -moz-linear-gradient(top, #1d60a1, #16548f);
	background: -webkit-linear-gradient(top, #1d60a1, #16548f);
	background: linear-gradient(top, #1d60a1, #16548f);
	background: -ms-linear-gradient(top, #1d60a1, #16548f);
	border: 1px solid #8a973a;
	border-color: #226bb2;
}

.entry a, .excerpt a {
	color:1d60a1;
}

#sidebar a {
	color:#1d60a1;
}

figcaption {
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:20px;
}