/*
Theme Name:     Gedins Kiropraktormottagning
Theme URI:      http://gedinskiropraktormottagning.se/
Description:    Childtema till Seed av Organic Themes
Author:         Lukas Mattsson
Author URI:     http://www.lukasmattsson.com/
Template:       organic_seed
Version:        0.1.0
*/
@import url("../organic_seed/style.css");
body {
	background: #f5f9fb;
}
.footer-information {
	background: white;
}
#navigation {
	background: #daeaf1;
}

#custom-header img {
	margin: auto;
}
.container {
	margin-top: 27px;
}
.shadow {
    box-shadow: none;
}
ul.flex-direction-nav {
	display:none;
}
.footer { 
	color: #999999;
    font-size: 0.8em;
}

#wrap .menu a {
	color: #888;
}
#navigation .menu .current_page_item a, #navigation .menu .current_page_ancestor a, #navigation .menu .current-menu-item a, #navigation .menu .current-cat a {
	color: #888
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	h2 {
		font-size:1.4em !important;
	}
	.sidebar {
		width:100% !important;
		overflow:hidden !important;
	}
}
@media only screen and (max-width: 767px) {
	#navigation .menu-toggle {
		color: #333333;
	}
	#navigation .menu-toggle::before {
		color: #333333;
	}
	ul.mobile-menu a {
		color: #333333!important;
	}
}