/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://example.com/twenty-sixteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       Oscar Ek
 Author URI:   http://example.com
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/



*{
	font-family:  Arial, sans;
}

body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
	height: 0 !important;
}

body{
	background: #fff;
}

footer{
	display: none !important;

}

footer .site-info {
	display: none;
}


.site{
	margin: 0;
}

.site-description{
	display: none;
}

.site-header{
	width: 100%;
	padding: 0 6% 0 6%;
	/*position: fixed;*/
	z-index: 100;
	background-color: rgba(255,255,255, 0.9);
}

.site-title{
	font-size: 24px;
	text-transform: uppercase;
}

.site-content{
	padding: 2.5px;
	/*padding-top: 120px;*/
}

.menu-toggle{
	/*height: 200px;*/
	border: none;
}

.menu-toggle div {
  background-color: #000;
  /*border-radius: 1px 1px 1px 1px;*/
  height: 5px;
  margin-top: 3px;
  width: 30px;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus{
	background-color: #fff;
}

#main{ 
	/*padding-top: 10px;*/
}

footer .main-navigation {
	display: none;
}

/*.entry-content{
	margin: 0 !important;
}*/






/*
*
*	works-css
*
*/

.site-inner{
	pad ding: 10px;
}

.post-thumbnail img {
	margin: 0;
}

.site-content{
}

.site-header-menu{
	margin-top: 35px;
}

.site-header-menu ul li a{
	font-size: 20px;
	text-transform: uppercase;
}

.works-article{
	padding: 5px;
	margin: 0;
	position: relative;
}

.site-main > article{
	margin-bottom: 0;
}

.works-article img{
	width: 100%;
}


.works-article img:hover + h2{
	/*display: block;*/
}


.works-article h2{
	position: absolute;
	top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	text-align: center;
	/*background-color: rgba(255,255,255, 0.7);*/
	/*text-shadow:-0.3px 0 #fff, 0 0.3px #fff, 0.3px 0 #fff, 0 -0.3px #fff;*/
	/*text-shadow: 0.6px 0.6px 0.6px rgba(255,255,255, 0.7);*/
	text-shadow: 0.6px 0.6px 0.6px rgba(0,0,0, 0.7);
	margin: 0;
	text-transform: uppercase;
	padding: 4%;
	font-size: 16px;
	line-height: 20px;
	color: white;
	display: none;
}

.works-article a{
	color: #fff;
}

.entry-content a{
	box-shadow: none;
}

#bigpic{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 110%;
    min-height: 110%;
    width: auto;
    height: auto;
    z-index: -100;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);

}


.works-wrapper{
	line-height: 0;
   
	-webkit-column-count: 1;
	-webkit-column-gap:   0;
	-moz-column-count:    1;
	-moz-column-gap:      0;
	column-count:         1;
	column-gap:           0;
}

.works-wrapper .works-article {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}


/*
		single

*/

.image-gallery{
	max-width: 680px;
	margin: 0 auto !important;

}

.image-gallery li {
	width: 100%;
	padding: 8px !important;
}

.no-sidebar .post-thumbnail img{
	margin: 0;
}

.image-gallery li img{
	width: 100%;
}
 
.post-thumbnail {
	max-width: 100%;
	max-width: 1500px !important;
}

.post-thumbnail img {
	margin: 0 !important;
}


.single-content-child{
	margin-right: 0;
	margin-left: 0;
	padding: 20px;
}

.entry-header{
	margin: 30px 0 0 0  !important;
	/*padding: 0 20px 0 20px;*/

	text-align: center; 	/*mod*/
}



.entry-title{
	font-family: Helvetica, Arial, sans;
	color: #000;
	display: inline-block;
	text-decoration: underline;
	font-size: 40px !important;

}

p {
	/*font-family: Helvetica Neue;*/
	font-family: Times;
}

.page-content{
	margin-top: 20px;
	margin-bottom: 20px;
}

.backButton{
	color: #000;
	background-color: #fff;
	margin-top: 80px;
	margin-left: 50%;
	margin-right: 50%;
	-webkit-transform: translate(-50%, -50%);
	/*width: 96%;*/
	max-width: 664px;
	height: 80px;
	font-size: 32px;
	font-family: Helvetica, Arial, sans;
}

.backButton:hover{
	text-decoration: underline;
	background-color: #fff;
}



@media screen and (min-width: 44.375em){
	.post-thumbnail{
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.page-content{
		margin-right: 0;
		margin-left: 0;
		padding: 0 6% 0 6%;
	}

	.entry-header{
		/*padding: 0 0 0 50px;*/
	}
}

@media screen and (min-width: 56.875em){

	.entry-content{
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.page-content{
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}


@media screen and (min-width: 61.5625em) {
	.entry-content,
	.single-content-child{
		margin-right: 0 !important;
		margin-left: 0 !important;
		width: 100% !important;
		padding: 0 10% 0 10%;
	}
}

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

	.works-wrapper{
		line-height: 0;
	   
		-webkit-column-count: 2;
		-webkit-column-gap:   0;
		-moz-column-count:    2;
		-moz-column-gap:      0;
		column-count:         2;
		column-gap:           0;
	}

	.works-article h2{
		font-size: 16px;
		line-height: 22px;
	}

    
	.site-title{
		font-size: 44px;
	}


    /*.works-article{
    	width: 50%;
    	float: left;
    }*/

    .works-article:nth-last-child(2){
    	/*clear: left;*/
    }

    .image-gallery li {
		width: 100%;
	}

	.page-content p{
		font-size: 22px;
	}


	.single-content-child p {
		font-size: 20px;
		padding: 0 50px 0 50px;
	}


}



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

	.entry-title{
		font-size: 60px !important;
	}

    
    /*.works-article{
    	width: 33.33%;

    }

  	.works-article:nth-last-child(2){
    	clear: none;
    }*/

    .works-article h2 {
    	display: none;
    }

    .works-article h2:hover{
		/*display: block;*/
	}

	.works-article h2{
		font-size: 22px;
		line-height: 30px;
	}

	.page-content{
		width: 100%;
	}

	.page-the-content{
		width: 56%;
		margin-right: 4%;
		float: left;
	}

	.page-contact-thumbnail{
		overflow: hidden;
		width: 40%;
		float: left;
		padding: 10px;
	}

}


/*
	gör så att vissa bilder i singlevy inte får någon margin, utan centreras 
	händer vid  (min-width: 61.5625em)
*/
.below-entry-meta{
	margin-left: 0 !important;
	margin-right: 0 !important;
}








