@charset "UTF-8";

/*****
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Description: Sydney Child
Template: sydney
Version: 1.0.0
Author: Bernhard Jobst
Author URI: http://www.visionmedia.at/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*******************************************************/

body {
	background-color: #1c1c1c;
}
.small {
	font-size: .9em
}


/* HEADER & MENU
--------------------------*/
.site-header {
	padding: 20px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.site-header.float-header {
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.site-logo {
	-webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.35));
	filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.35));
}
#slideshow .slides-container {
	z-index: -1;
}
#mainnav {
	margin-top: 25px;
}
#mainnav-mobi {
    margin-top: 0;
    padding-top: 20px;
}
.home #mainnav ul li.current-menu-item > a {
    color: #fff;
}	
#mainnav ul li a:hover,
#mainnav ul li.current-menu-item > a,
.home .float-header #mainnav ul li.current-menu-item > a,
.home #mainnav ul li.current-menu-item:hover > a {
    color: #e2b571 !important;
}

@media only screen and (min-width: 1200px) {
#mainnav {
	margin-top: 34px;
}
}
@media only screen and (max-width: 1024px) {
.site-header {
	background-color: rgba(0, 0, 0, 0.7) !important;
}
#slideshow {
	top: -96px;
    z-index: -1 !important;
}
.home #content {
	margin-top: -96px;
}
.btn-menu {
	padding: 24px 0;
}
#mainnav-mobi {
	background-color: rgba(0, 0, 0, 0.7) !important;
	top: 86px;
}
#mainnav-mobi ul > li {
	border: none;
}
#mainnav-mobi ul > li > a {
	padding: 10px 30px;
}
}
@media only screen and (max-width: 991px) {
#slideshow {
	top: -140px;
}
.home #content {
	margin-top: -140px;
}
.btn-menu {
	padding: 26px 0;
}
#mainnav-mobi {
	top: 120px;
}
}
@media only screen and (max-width: 767px) {
#slideshow {
	top: -168px;
}
.home #content {
	margin-top: -168px;
}
.btn-menu {
	padding: 0;
	margin-top: 0;
}
#mainnav-mobi {
	top: 48px;
}
#mainnav-mobi ul > li > a {
	text-align: center;
}
}


/* CONTENT
--------------------------*/
#content {
	background-color: #fff;
}
.byline {
	display: none !important;
}


/* FOOTER
--------------------------*/
.site-footer a:hover {
    color: #e2b571;
}


/* Error 404
--------------------------*/
.error-404 {
    margin-bottom: 100px;
}


/* Cookie Notice
--------------------------*/
#cookie-notice {
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px !important; line-height: 1.25em; background-color: rgba(0,0,0,0.8) !important; }
.cookie-notice-container { padding: 20px; }
#cookie-notice .button {
	font-family: 'Roboto', sans-serif !important; margin: 0 0 0 20px; padding: 5px 15px; background-color: #fff !important; font-weight: 400; font-size: 0.9em; 
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}
#cookie-notice .button:hover { color: #fff; background-color: #e2b571 !important; }
@media only screen and (min-width: 1100px) {
	.cookie-notice-container span { vertical-align: middle; margin: 0 20px; line-height: 22px; }
}
@media only screen and (max-width: 1099px) {
	#cookie-notice #cn-notice-text { display: block; }
	#cookie-notice .button { margin: 15px 10px 0; display: inline-block; }
}
@media only screen and (max-width: 361px) {
	#cookie-notice .button:last-of-type { margin-bottom: 10px; }
}




