/*
Theme Name:     Galette
Description:    Baserat på Enfold av Kriesi
Author:         Roine Andersson, stenstrominfo.se
Author URI:     http://stenstrominfo.se/
Template: 		enfold
Version:        1.0
Tags:  			stenstrominfo.se
*/

/* General Custom CSS */

p {
	line-height: 1.5;
	margin: 0.2em 0 0.85em;
	text-align: left;
}

blockquote {
	font-size: 16px;
	color: #80807f;
	margin-top: 30px;
}



#top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext {
	text-transform: none !important;
	letter-spacing: normal !important;
	font-style: normal !important;
	font-family: bree-serif;
	font-weight: 400;
}

#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a {
	text-transform: none !important;
	letter-spacing: normal !important;
	font-style: normal;
}



#spalter h2 {
	font-size: 36px;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1;
}

#spalter h6 {
	font-size: 18px;
	line-height: 1.4;
}

#spalter h2, h3 {
	line-height: 1.2;
}

#spalter h3 {
	font-size: 30px;
	font-weight: 200 !important;
	line-height: 1;
}

#spalter h4 {
	line-height: 1.3;
}

#spalter a {
	color: #333333;
	text-decoration: none;
}

#spalter a:hover {
	color: #9aaaba;
}

.av-share-box {
	margin-bottom: 40px;
	margin-top: 10px;
}

.container_wrap {
    border-top-style: none;
}

.special_amp {
	font-family: bree-serif;
	text-transform: none !important;
	letter-spacing: normal !important;
	font-style: normal !important;
	font-weight: 800 !important;
}

#top .avia-slideshow-button {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

#top label {
    font-size: 16px;
    font-weight: 400;
}

/*
Desktop Styles
================================================== */

/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

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

/* Add your Desktop Styles here */

}

/*
iPad Portrait
================================================== */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

p {
	font-size: 13px;
	line-height: 1.4;
	margin: 0.2em 0 0.55em;
	text-align: left;
}

blockquote {
	font-size: 13px;
	color: #80807f;
	margin-top: 20px;
}

h2 {
	font-size: 24px;
}

#spalter h2 {
	font-size: 18px;
}

#spalter h3 {
	font-size: 14px;
}

#spalter h4 {
	font-size: 14px;
}

#spalter h5 {
	font-size: 12px;
}

#spalter h6 {
	font-size: 16px;
}

}

/*
iPad Landscape
================================================== */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

p {
	line-height: 1.4;
	margin: 0.2em 0 0.55em;
	text-align: left;
	font-size: 14px;
}

blockquote {
	font-size: 14px;
	color: #80807f;
	margin-top: 20px;
}

#spalter h2 {
	font-size: 24px;
}

#spalter h3 {
	font-size: 14px;
}

#spalter h4 {
	font-size: 14px;
}

#spalter h5 {
	font-size: 12px;
}

#spalter h6 {
	font-size: 20px;
}

}

/*
iPhone Styles
================================================== */

@media only screen and (max-width: 767px) {

.copyright {
	line-height: 1.3;
}

.slideshow_caption {
	display: none;
}

#top #wrap_all .main_color h1 {
    font-size: 30px;
}

#top #wrap_all .main_color h2 {
    font-size: 24px;
}



#spalter h2 {
	font-size: 30px;
}

#spalter h3 {
	font-size: 14px;
}

#spalter h4 {
	font-size: 14px;
}

#spalter h5 {
	font-size: 12px;
}

#spalter h6 {
	font-size: 20px;
}

}