/* Webbverkstaden custom CSS */

/*Global */

h1 {
	font-size: 35px;
	font-size: 3.5rem;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
}

.site-title {
	font-size: 40px;
    font-size: 4rem;
    font-weight: 300;
    text-transform: uppercase;
}

.entry-content a, .widget_text a {
text-decoration: underline;
}

a.more-link, a.button  {
text-decoration: none;
}

em {
    color: #999;
}

.archive-description, .author-box {
    padding: 40px 80px;
}

/*MENUS */

/*primary */
.genesis-nav-menu > .current-menu-item > a, .genesis-nav-menu .current-menu-ancestor > a, .genesis-nav-menu .current-menu-parent > a{
    background-color: #EEEEEE;
    color: #000;
}
.nav-primary:hover .genesis-nav-menu > li > a:focus, .nav-primary:hover .genesis-nav-menu > li > a:hover {
    color: #000;
	background-color: #EEEEEE;
}
/* hide home at home */
.genesis-nav-menu > .current-menu-item.menu-item-home > a {
    color: inherit;
	background-color: inherit;
	display: none;
}

/* secondary 
.nav-secondary .genesis-nav-menu li a {
    padding-bottom: 20px;
    padding-top: 20px;
}*/

.nav-secondary .genesis-nav-menu .current-menu-item > a, .nav-secondary .genesis-nav-menu .current-menu-ancestor > a, .nav-secondary .genesis-nav-menu .current-menu-parent > a {
    background-color: #EEEEEE;
    color: #000;
}

/* hide featured image on pages*/
.page .featured-image-class {
    display: none;
}
/*Hide Writers in search*/
div#beautiful-taxonomy-filters-tax-book-authors {
    display: none;
}
/* Frontpage */

#featured-book-4 a.aligncenter {
    margin-bottom: 40px;
}

.home .front-page-2 .widget-title,.home .front-page-3 .widget-title, .home .front-page-4 .widget-title {
    margin-bottom: 35px;
    text-align: center;
}

.widget-full .featured-content .entry-title {
    font-size: 35px;
    font-size: 3.5rem;
}

.content .widget-full .widget_instagram-feed-widget {
    background-color: #ffffff;
    color: #000000;
}

.front-page-1, .front-page-3, .front-page-5 {
    background-color: #fff;
}


.widget-full .widget_instagram-feed-widget .widget-title {
    background-color: #eeeeee;
    color: #000000;
	margin: 0;
    padding: 40px;
}

.front-page .flexible-widgets.widget-full .widget.widget_instagram-feed-widget {
    padding: 0;
}

.front-page .flexible-widgets.widget-full #sb_instagram {
padding: 40px 80px 0 80px;
}

.widget-full .featuredpost .more-from-category {
    padding: 0 40px 40px 80px;
    font-weight: 700;
    }
	
/* Sidebar */
section#text-6 {
    padding-top: 0;
	margin-top: -10px;
}

section#text-6 a {
    font-weight: 700;
    text-decoration: none;
}

 /* responsive */
 
 @media only screen and (min-width: 800px) {
 /* No margin below malins pic*/
 section#featured-page-2 {
    margin-bottom: 0px;
	min-width: 409px;
}

#featured-page-2 a.aligncenter {
    margin-bottom: 0;
}

 .footer-widgets .wrap {

    padding: 80px 80px 10px 80px;
}

/* 
.home section#featured-book-2 {
    border-right: 1px solid #EAF0F3;
}

#featured-post-3 .widget-wrap {
    padding-right: 5%;
}

#featured-book-2 .widget-wrap {
    padding-right: 5%;
}
*/
#featured-post-3 .widget-wrap .entry {
    padding-right: 5%;
}

}

 @media only screen and (max-width: 800px) {
 .front-page .flexible-widgets.widget-full #sb_instagram {
padding: 40px 40px 0 40px;
}

.widget-full .featuredpost .more-from-category {
    padding: 0 40px 40px 40px;

}
 
 .widget-full .featured-content .entry-title {
    font-size: 32px;
    font-size: 3.2rem;
}
 /*
.home section#featured-book-2 {
    border-right: 0px;
}
*/
}