/*
Theme Name: Flavel
Description: A child theme for Saved.
Author: Five More Talents
Version: 1.0
Template: saved
Note: This is the css for the large icon.
(Originally from Community Church Griffin)
*/
/* INCREASE HEADER SIZE */
#saved-logo-image {
	max-width: unset;
}

@media only screen and (min-width: 700px) {

body.saved-not-scrolled #saved-header-top-inner {
	height: 120px;
	transition: height 0.5s;
}

body.saved-scrolled #saved-header-top-inner {
	transition: height 0.5s;
}

body.saved-not-scrolled #saved-logo-regular {
	max-height: 100px!important;
	transition: max-height 0.5s;
} 

body.saved-scrolled #saved-logo-regular {
	transition: max-height 0.5s;	
}
	
}

@media only screen and (max-width: 1200px) {
	#saved-logo-image img {
		max-width: 200px;
	}
}

/* SHIFT MENU RIGHT  */
#saved-header-menu-content {
	float: right!important;
}

.saved-header-has-icons #saved-header-menu {
	padding-right: 0em!important;
}