 /*
	 POST
 */
 
.post
{
	font-family: Georgia, serif;
	text-align: left !important;
	color:#212121;
	font-size:16px;
	position:relative;
}

.post .published
{
	font-size: 1.07692em;
	color:#3c4861;
	font-family:Georgia;
	line-height: 1.28571em;
	font-style:italic
}

.post .aligncenter
{
	float:center;
	display: block;
	margin: 25px auto;
	width:100%;
	height:auto;
}

.post .alignleft
{
	float:left
}

.post .alignright
{
	float:right
}

.post .entry img
{
	max-width: 100%;
}
.post .post-fullimg img
{
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.post .title,
.post .title:hover
{
	font-family: 'Open sans', sans-serif;
	font-weight: 400;
	font-size: 29px;
	line-height: 40px;
	letter-spacing: -1px;
	color:#3c4861;
	text-decoration: none;
	
}

.post-xl h3 a
{
	font-size: 36px !important;
    line-height: 40px !important;
}
.post-xl h3 a:hover
{
	color:#212121 !important;
}
.post p
{
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
        text-align:justify
}

.post iframe
{
	max-width:100% !important;
}

.post h3
{
	margin:0;
	padding:0;
}

.post h3 a
{
	color:#212121;
	display:block;
	text-align:left;
	font-family: GraphikCondensed;
	font-size: 36px;
    line-height: 40px;
}
.post h3 a:hover
{
	text-decoration: none;
	color:#1880b8;
}

.post .author
{
 text-transform:uppercase;
 font-family:Helvetica;
 font-size:14px;
 opacity:0.8;
 letter-spacing: 0.6px;
 line-height: 24px;
 color:white;
}

.post .description
{
	text-align:left;
	/*margin-bottom:20px;*/
	/*background:#2258D7;*/
	padding:12px;
	overflow: hidden;
	color:black;
}

.cat
{
	z-index:5;
	text-decoration:none;
	color: #212121;
	background: #fc3;
	text-decoration: none;
	font-size: 14px;
    line-height: 16px;
    padding: 4.5px 7px;
    font-family: GraphikCondensed;
    border-radius: 2px;
}
.cat:hover
{
	color:#212121;
	text-decoration: none;
}
.post.post_img_no_description .cat,
.post.post_img_left_no_description .cat
{
	position:absolute;
	top:10px;
	left:10px;
}

/*
-- Interview
*/
.post.interview .description
{
	 background: #DB0073 !important;
}

.post-image,
.post-thumbnail
{
	overflow: hidden;
}

.post .post-image
{
    display:block !important; 
    background:#e9f6fd !important;
    position:relative !important
}

.post .post-image img
{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    object-fit:cover
}

.post .post-image::before 
{
  content: '';
  padding-top: 62.5%;
  float: left;
}
.post .post-image::after {
  content: '';
  display: block;
  clear: both;
}

.post-book
{
   height:230px;
   display:block !important;
   margin-bottom:20px
}

.post .post-image img,
.post-book img
{
	display:block;
    height: 100% !important; 
    min-width: 100%;	
}

.post .post-image img
{
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.post-image:hover img
{
    -moz-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05)
}

/*
-- Post post_img_no_description
*/

.post.post_img_no_description h3 a
{
	font-size: 20px;
    line-height: 25px;
    padding:5px 0 15px 0;
}
.post.post_img_no_description .date,
.posts_1img_list .date
{
	font-family: GraphikCompact;
    font-size: 13px;
    display: block;
    line-height: 11px;
    padding-top: 5px;
    color: #78909c;
    overflow: hidden;
    height:17px;
    text-overflow: ellipsis
}
.posts_1img_list .date
{
	margin-bottom: 15px
}

/*
-- Post post_img_left_no_description
*/
.post.post_img_left_no_description
{
	display:flex;
	margin-bottom:20px
}
.post.post_img_left_no_description .post-image
{
	flex-basis: 21%;
    max-width: 21%;
}
.post.post_img_left_no_description h3
{
	flex-basis: 79%;
    max-width: 79%;
}
.post.post_img_left_no_description h3 a
{
	font-size: 22px;
    line-height: 26px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
