/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: Kotty
Author URI: http://leistungsschmiede.it
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/
/* helper classes */
:root {
	--sydney-headings-color: #00102E;
	--sydney-dark-background: #ff0000;
	--sydney-grey-color: #737C8C;
	--sydney-text-color: #233452;
	--sydney-light-background: #F4F5F7;
}

.bottom-header-row {
	background-color: var(--sydney-dark-background);
	z-index: 999;
}


.header-search-form {
	background-color: var(--sydney-dark-background);
	z-index: 999;
}


.footer_credit {
	text-align: right;
	width: 100%;
}

.blocks-gallery-item a {
	color: blue;
	font-weight: bold;
	font-size: large;
}
.site-header.fixed {
	position: fixed !important;
}

.main-header {
	border-bottom: 10px solid #005DA8 !important;
	outline: 5px solid #D4AF37 !important;
}

.page-wrap {
	min-height: 79vh !important;
}

h1.entry-title{
	text-align: center;
}
.site-footer {
	background-color: #d6d1cf;
	border-top: 10px solid #005DA8 !important;
	outline: 5px solid #D4AF37 !important;
}
.dropdown-symbol .sydney-svg-icon {
	fill: #D4AF37 !important;
}
