/*
Theme Name:     gk-portfolio-child1
Theme URI:      http://monsite.com/
Description:    Thème enfant pour le thème gk-portfolio
Author:         woniu
Author URI:     http://blog.woniu.fr
Template:       gk-portfolio                           
Version:        1.1.3
*/

@import url("../gk-portfolio/style.css");

.home-link > img {
    display: block;
    margin: 10px auto;
    max-height: 150px;
    width: auto;
}

.entry-title a {
    font-family: 'Josefin Sans', sans-serif;
    color: #363636;
    display: block;
    position: relative;
}
body {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.paging-navigation {
    clear: both;
    margin: 10px 0 0;
    padding: 0 0 10px;
    text-align: center;
}

.site-content.archive {
    overflow: hidden;
    padding-bottom: 1px;
}

#gk-footer {
    clear: both;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 750px;
    padding: 5px 0 72px;
    text-align: center;
    width: 100%;
}

#gk-footer .widget {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    float: left;
    margin: 0 0 20px;
    padding: 0 25px;
    width: 100%;
}

#gk-footer .widget-area {
    text-align: center;
}

.main-navigation {
    clear: both;
    padding: 0 0 20px;
    text-align: center;
}

.post-preview.animation-slide-up {
    top: 65%;
}

.article-helper .entry-summary > a {
    color: #444;
}

.article-helper .entry-title {
    color: #333;
    font-size: 20px;
    line-height: 1.1;
    padding: 0 0 1px;
}

.entry-header {
    margin-bottom: 0px;
}

.site-title {
	 font-family: alter Turncoat;
}

.site-main #page {
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 0 0;
	width: 100%;
}


.site-title {
	font-size: 50px;
	font-weight: 700;
	line-height: 64px;
	margin: 0;
	text-transform: uppercase;
}


.nav-menu li a {
    font-family: 'Josefin Sans', sans-serif;
    border: 1px solid transparent;
    color: #777;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    padding: 0 20px;
}

.entry-title  {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 50px 72px 0;
    position: relative;
    word-break: normal;
}

.site-content.archive article {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0 10px;
	-webkit-perspective: 500;
	-moz-perspective: 500;
	-ms-perspective: 500;
	perspective: 500;
	width: 25%;
}

.archive-title,
.archive-meta,
.page-header {
	font-size: 50px;
	padding: 0 0 1px 0;
	text-align: left;
	width: 100%;
}


.archive-meta p{
    font-size : 13px;
}