/*
 Theme Name:   Pho Child
 Description:  Pho Child Theme
 Template:     pho
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  pho-child
*/

/**
 * Table of Contents
 *
 * 0.1 
 */

/** 
* Fonts
*/
@font-face {
  font-family: AdelleSans;
  src: url("/TypeTogether_AdelleSans-Bold.otf") format('opentype');
}

li, h1, h2 {
    font-family: AdelleSans;
}

/**
 * General
 */

/* Ta bort automatisk avstavning */							
article .entry-content {
	-moz-hyphens: none;
	-epub-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}


/* Fix med header och meny */
.site-branding {
    padding: 20px 0 10px 0;
}
#site-navigation {
    border:none;
}

/**
* Startsida
*/

.layout-masonry #posts-wrapper.masonry .type-projekt {
    padding-right: 60px;
    padding-left: 60px;
}

.layout-masonry #posts-wrapper .type-projekt .entry-title {
    font-size: 120%;
}

#posts-wrapper .hentry.masonry-brick .masonry-inner {
    padding-bottom: 10px;
}

#posts-wrapper .hentry.masonry-brick {
    margin-bottom: 10px;
}

/**
 * Projekt singelsida
 */
 
.single-projekt .entry-header img {
    display: none;
}

.projekt .entry-header .entry-meta {
    display: none;
}
.projekt .entry-content .cover-image {
    float:left;
    padding-right: 20px;
    padding-bottom: 20px;
}

.navigation.post-navigation {
    display: none;
}

/** 
* Blogginlägg
*/
.entry-footer {
    display: none;
}

/**
* Shop
*/
iframe {
	width: 100%;
}
.bookshop {
    width: 100%;
    height: 1600px;
}


/**
 * Media queries
 */

@media screen and (max-width: 770px) {
	/* för ipad etc */
}

@media screen and (max-width: 570px) {
    .site-title {
        margin: 0 -60px;    
    }
}

@media screen and (max-width: 600px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul{
        display: block;
    }
    .main-navigation li {
        display: inline-block;
        margin: 0 10px;
        font-size: 16px;
    }
    .projekt .entry-content .cover-image {
    float:none;
}
}


/** Visa inte header-text
.type-page .entry-header, header .page-title, .entry-header .entry-title {display: none;}
*/

/** Ändra max-width på centered page
.page-template-centered .entry-header, .page-template-centered .entry-content, .page-template-centered .comments-area, .page-template-blog-archives .entry-header, .page-template-blog-archives .entry-content, .page-template-blog-archives .comments-area {
    width: auto;
	max-width: 100%;
	padding-left:10%;
	padding-right:5%;
}
 */

/**
 * Projektgalleri/startsida
 */
/**
#ProjectGallery {
    margin: auto;
}

.project_gallery_item {
	width: 200px;
	height: 280px;
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	margin: 30px;
	padding: 5%;
}

.project_gallery_item .cover_wrap {
    width: 200px;
	height: 280px;
	position: relative;
	overflow: hidden;
	display: block;
}

.project_gallery_item .cover_wrap a img {
	position:absolute; 
	top:0; 
	bottom:0; 
	margin: auto;
	width:100%;
}
*/

/**
project .masonry-inner {
    padding: 0 2% 0 2%;
}*/

