/* ========= */
/* A. Global */

body {
	background: #f6f3f4;
	font-family: 'Roboto';
}

/* ========= */
/* B. Header */

#custom-header {
	background: linear-gradient(#fafafa, #e0e0e0) !important;
	box-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

/* Logo Left */

#custom-header a.home {
	width: 160px;
	text-align: center;
}

#custom-header a.home img {
	width: 135px;
	position: relative;	
	top: 5px;
}

/* Nav Menu */

#custom-header .nav-menu > .menu-content > div > .menu {
    background: #e1e1e1;
}

#custom-header .nav-menu > .menu-content > div > .button {
	font-size: 19px;
	padding: 10px 0 0 9px;
}

/* Super Menu */

#custom-header .super-menu .menu-content {
	background: #e0e0e0;
	border: 1px solid #aaa;
	right: -6px;
	border-top: none;
}

@media (max-width: 600px) {
	#custom-header .super-menu .menu-content {
		right: -122px;
	}
}

#custom-header .super-menu .menu-content > * > *:not(.headline):hover {
	background: #ccc;
}

/* Donate Button */

#custom-header .donate {	
	width: 140px !important;	
	background-color: white !important;	
	border-radius: 50px;	
	box-shadow: inset 2px 2px 8px rgba(0,0,0,.2);	
	font-size: 18px;	
	margin-right: 7px;
}

#custom-header .donate img {
	top: -1px;
}

#custom-header .donate:hover img {
	transform: scale(1.1);	
}

/* Media Queries */

@media( max-width: 840px ) {
	#custom-header .nav-menu .menu-content > div > .button {
		font-size: 14px;
		padding: 15px 0 0 4px;
	}
}

@media( max-width: 700px ) {
	#custom-header .nav-menu .menu-content {
		background: #e1e1e1;
	}
	
	#custom-header .nav-menu .menu-content > div > .button {
		padding-top: 3px;
	}
}

@media (max-width: 460px) {
	#custom-header a.home {
		width: 120px;
	}
	
	#custom-header a.home:after {
		background-size: 100px;
		background-position: 10px 10px;
	}
	
	#custom-header a.home img {
		width: 120px;	
	}
	
	#custom-header .menu-right {
		font-size: 0;
	}
	
	#custom-header a.donate {
		width: 113px !important;
		margin-left: 4px;
	}
}

/* ============= */
/* C. SiteNotice */

#siteNotice {
	/* display: block !important; */
	display: none;
	/* Height of active banner */
	/* padding-top: 22.41%; */
}

#siteNotice .banner-01 {
	padding: 5px 0;
	background: linear-gradient( #22a7dF, #43b3f1 );
	color: white;
	font-size: 20px;
	border-radius: 10px;
	border: 1px solid #22a7dF;
	text-decoration: none;
}

#siteNotice .banner-01:hover {
	background: linear-gradient( #1297cF, #43b3f1 );
}

#siteNotice .banner-01 .icon {
	margin-right: 13px;
	height: 40px;
}

#siteNotice .banner-01 span {
	position: relative;
	top: 1px;
}

#siteNotice .banner-02 {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

#siteNotice .banner-02 img {
	width: 100%;
}

/* ========= */
/* D. Footer */

#custom-footer .support {
	margin-bottom: 35px;
}