
/*********************************************************************************/
/* Initialisation                                                                */
/*********************************************************************************/
ul, ol, li, h1, h2, h3, h4, h5, h6, body, html {
	margin: 0;
	padding: 0;
}
p{
    margin:10px 0;
}

ul, ol, li{
	list-style-type: none;
}

a{
	text-decoration: none; 
}
html{
   
}
body{
	font-family: 'Merriweather';
	font-size: 16px;
    background: #f5f5f5;
}

/*********************************************************************************/
/* Header
/*********************************************************************************/

.row { 
	float: left; 
	width: 100%; 
}

.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.w85 { width: 85%; }
.w90 { width: 90%; }
.w100 { width: 100%; }
.item { float: left; }

/*********************************************************************************/
/* Content
/*********************************************************************************/

.page {
  /*display:table;*/
  width: 100%;
  height: 100%;
}

.columns {
  display: block;
  text-align: center;
  vertical-align:middle;
  height: 100%;
}

.left {
	background: #fff;
	width: 365px;
	height: 100%;
	position: fixed;
}

.right {
	background: #f5f5f5;
	margin-left: 365px;
    
}

.left-content{
	position:absolute;
	top: 10px;
	width: 100%
}

.logo{
    display:block;
	margin-top: 10px;
	margin-bottom: 20px;
	margin: 0 auto;
	width: 120px;
	height: 110px;
	background-image:url('../images/logo.png');
}

nav{
	text-align: center;
	padding-bottom: 50px;
	text-transform: uppercase;
}

nav a{
	font-size: 16px;
	color: #877254;
	font-weight: 300;
}

nav a:hover{
	color: #000;
	pointer: cursor;
}

nav li{
	margin-bottom: 10px;
}

.content-right{
	padding-left: 140px;
	padding-top: 45px;
	padding-right: 140px;
	font: 16px;
    
}

.sub-image{
	width: 100%;
	/*height: 500px;*/
	background-size: cover;
    background-position:50% 50%;
	margin-bottom: 60px;
}
.sub-image img{
    width:100%;
}

.content-right-container {
	margin-bottom: 70px;
}

article {
	float: left;
	overflow: hidden
}

.entry-content img {
	display: block;
	width: 100%;
	height: auto;
}

.for1col article {
	width: 100%;
}

.for2col article {
	width: 50%;
}
		
.for3col article {
	width: 33%;
}

.for4col article {
	width: 25%;
}

.sliphover-title, .sliphover-subtitle{
	display:block;
}

.sliphover-title{
	font-size: 33px;
	margin-top: 60px;
}

.sliphover-title{
	font-size: 20px;
}
.mobiletext{
    display:none;
}

.post-header{ 
	float: left; 
	width: 32%; 
	text-align: left;	
}

.post-title{
	font-size: 45px;
	color: #2b2b2b;
	font-weight: 700;
	margin-bottom: 30px;
}

.post-type, .post-writer, .post-illustrator, .post-date{
	color: #877254;
	font-size: 16px;
	margin-bottom: 5px;
}

.post-content{ 
	float: right;
	width: 60%; 
	text-align: left;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
	margin-bottom: 40px;
}
.post-contentcol{ 
	float: right;
	width: 65%; 
	text-align: left;
	margin-bottom: 40px;
}
.col2text{
    display:table;
    width:100%;
}
.col2text .col{
    display:table-cell;
    width:50%;
    padding-left:40px;
} 

.post-list-box{
	width: 100%;	
	text-align:left;
	display: table;
	border-bottom: 2px solid #877254;
	margin-bottom: 40px;
	padding-bottom: 40px;
    
}

.post-list-details{
	width: 280px;
	text-align:left;
	vertical-align: initial;
	float: left;
    position:relative;
}

.post-list-info{
	float:left;
}

.post-list-more {
	height: 55px;
    width:55px;
	display: block;
	background: transparent url('../images/arrow_right.png') right bottom no-repeat;
}

.post-button{
    position:absolute;
    bottom:20px;
    right:90px;

}

.post-list-more:hover{
	background-image: url('../images/arrow_right_hover.png');
}

.post-list-excerpt{
	text-align: left;
	padding-left: 320px;
}

.bottom-nav{
	clear: both;
	border-top: 2px solid #877254;
	width: 100%;
	height: 50px;
	padding-bottom: 45px;
	padding-top: 10px;
}

.bottom-nav a{
	color: #877254;
}

.bottom-nav a:hover{
	color: #000;
}

.bottom-nav-prev{
	float:left;
	text-align: left;
	background-image: url('../images/arrow_left.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.bottom-nav-prev:hover{
	background-image: url('../images/arrow_left_hover.png');
}

.bottom-nav-next{
	float:right;
	text-align: right;
	background-image: url('../images/arrow_right.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}

.bottom-nav-next:hover{
	background-image: url('/images/arrow_right_hover.png');
}

.prev-title, .next-title{
	font-size: 20px;
	font-weight: 700;
	display: block;
	margin-left: 40px;
}

.next-title, .next-type{
	margin-right: 40px;
}

.prev-type{
	margin-left: 40px;
}

.download{
    clear:both;
    padding-top:40px;
    display:table;
    text-align:left;
}
.post-list-dl{
    display:table-row;
}
.post-list-dl .icon{
    display:table-cell;
    width:80px;
    height:126px;
    background-image: url('/images/pdf.png');
    background-repeat: no-repeat;
    background-position:left center;
    padding:20px 0;
}
.post-list-dl .title{  
    vertical-align:middle;
    display:table-cell;
    font-weight:bold;
    text-transform:uppercase;
    padding:0 55px;
    color:black;    
}
.post-list-dl .lead{  
    display:table-cell;
    vertical-align:middle;
    padding:20px 0;
    
}

.registerform{
    clear:both;
    text-align:left;
    padding:40px 0;
    max-width:590px;
}
.registerform .formRow{
    margin:18px 0;
}
.registerform .formLabel{
    font-size:45px;
    color:#c7c7c7;
    line-height:100%;
    position:relative;
    top:7px;
}
.registerform .formItem input, .registerform .formItem textarea{
    border:none;
    background-color:#edeae5;
    padding:20px;
    width:550px;
    font:inherit;
    color:black;
    font-size: 20px;
}
.registerform .formItem textarea{
    height:150px;
}
.registerform .kkbutton{
    font:inherit;
    border:none;
    background:none;
    background: transparent url("../images/arrow_right.png") no-repeat scroll right bottom;
    float:right;
    padding-right: 40px;
    font-size:20px;
    color:#877254;
    font-weight:bold;
    line-height:52px;
}
.registerform .kkbutton:hover{
    background: transparent url("../images/arrow_right_hover.png") no-repeat scroll right bottom;
}
.registerform .warning{
    color:red;
}
.hamburger{
    display:none;
}

/*********************************************************************************/
/* Footer
/*********************************************************************************/

footer{
	position: absolute;
	bottom: 45px;
	width: 100%;
}

footer section{
	font-size: 16px;
	color: #877254;
}

/*********************************************************************************/
/* Media query
/*********************************************************************************/

@media screen and (max-width: 1450px) {
    body{
        font-size: 14px;
    }
    .left {
		width: 250px;
	}
	
	.right {
		margin-left: 250px;
	}
	
	.content-right{
		padding-left: 70px;
		padding-top: 30px;
		padding-right: 70px;
		font: 14px;
	}
	
	footer{
		bottom: 5px;
	}
	
	footer img{
		height: 70px;
	}
	
	footer section{
		font-size: 14px;
	}
	
	nav li{
		margin-bottom: 7px;
	}
    .post-button {
        right:10px;
    }
    .post-title {
        font-size:32px;
    }
    .post-type, .post-writer, .post-illustrator, .post-date {
        font-size:14px;
    }
    
    .post-contentcol {
    }
    
    .registerform .formLabel {
        font-size:24px;
        top:0;
    }
    .registerform .formItem input, .registerform .formItem textarea {
        padding: 10px;
    }
}
@media screen and (min-width: 1361px) {	
	.post-list-details{
		width: 465px;
		text-align: left;
		vertical-align: initial;
		float: left;
	}
	
	.post-list-excerpt{
		text-align: left;
		padding-left: 485px;
	}
    
}
@media screen and (max-width: 1200px) {
    .post-content {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    	-webkit-column-gap: 0px; /* Chrome, Safari, Opera */
        -moz-column-gap: 0px; /* Firefox */
        column-gap: 0px;
     }
     .col2text .col {
        display:block;
        width:100%;
     }
     
    .post-title {
        font-size: 24px;
    }
    .prev-title, .next-title {
        font-size: 16px;
    }
    .post-list-details {
        width:200px;
    }
    .post-button {
        bottom: 50px;
        right:0px;
    }
    
    .post-list-excerpt {
        padding-left: 240px;
    }
}
@media screen and (max-width: 900px) {
    .content-right {
        padding-left: 30px;
        padding-right: 30px;
    }
    .left {
        width: 200px;
    }
    .right {
        margin-left: 200px;
    }
    nav a {
        font-size: 14px;
    }
    
    footer section {
        font-size: 12px;
    }
    .registerform .formItem input, .registerform .formItem textarea {
        width:100%;
    }
    
}
@media screen and (max-width: 780px) {
    .post-header {
        float: none;
        width:100%;
    }
    .post-content {
        float: none;
        width:100%;
    }
    
    .post-list-dl .title {
        display:block;
        padding-left:20px;
        text-align:left;
    }
    
    .post-list-dl .lead {
        display:block;
        padding-left:20px;
    }
    
    .post-list-dl .icon {
        vertical-align:top;
        width:50px;
        background-size: contain;
    }
    .post-list-details {
        float: none;
        width:100%;
    }
    .post-list-excerpt {
        padding-left:0;
    }
    .post-list-info {
        float: none;
    }
    .post-contentcol {
        float: none;
        width:100%;
    }
    .col2text .col {
        padding-left:0;
    }
}
@media screen and (max-width: 580px) {
    
    .left {
        width: 100%;
        position:fixed;
        height:90px;
        z-index:1010;
    }
    .left .logo{
        height:90px;
        width:98px;
        background-size:cover;
    }
    .left-content {
        position:relative;
        top:0;
    }
    .right{
        margin-left:0;
        padding-top:90px;
    }
    footer{
        display:none;
    }
    nav{
        padding-bottom:20px;
        display:none;
        background-color:white;
    }
    .hamburger{
        display:block;
        float:right;
        margin-right:20px;
        margin-top:20px;
        font-size:32px;
        cursor:pointer;
    }
    .entry-content{
        padding-bottom:10px;
        position:relative;
    }
    .mobiletext{
        display:block;
        position:absolute;
        bottom:10px;
        left:0;
        right:0;
        padding:5px;
        color:white;
        background-color:rgba(68,71, 69, 0.9);
        min-height:45px;
    }
    .mobilehover-title{
        font-size: 20px;
    }
    .cboxLoadedContent, .cboxContent, {
        max-width:100% !important;
    }
    img.cboxPhoto {
        max-width:100% !important;
    }
    .bottom-nav-prev {
        min-height:40px;
        background-size:24px 40px;
        margin-bottom:10px;
    }
    .bottom-nav-next {
        min-height:40px;
        background-size:24px 40px;
        margin-bottom:10px;
    }
}
@media screen and (max-height: 430px) {
    footer{
        display:none;
        
    }
}