/*
Theme Name: GK Kulon
*/

.more-button a.button{
	margin: 0 auto;
}

.pagination li {
	display: inline-block;
}

/* =Typography
-------------------------------------------------------------- */
a:hover {
	text-decoration: none;
}
a.grid-description{
	color: #fff;
}
h2.post-grid-heading {
	padding-top: 1rem;
	padding-bottom: 1rem;
	line-height: 1rem;
	font-family: "Times New Roman";
}

h2.post-grid-heading a{
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}

span.date{
	color: #fca432;
	font-weight: bold;
	text-decoration: underline;
}

span.tags, span.tags a{
	color: #fca432;
	font-weight: bold;
}



/* =Cat Grid
-------------------------------------------------------------- */
.cat-content {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #fff;
}
.category-post {
	min-height: 303px;
	margin-bottom: 30px;
	overflow: hidden;
}

.post-inner{
	z-index: 99;
	color: #fff;
	position: relative;
	height: 100%;
}

img.post-background-img {
	position: absolute;
	z-index: -1;
	width: 100%;
}

.post-content{
	z-index: 99;
	color: #fff;
	position: relative;
	height: 100%;
	background-color: #0000009c;
	padding: 1rem;
	transition-duration: 0.4s;
}

.post-content:hover{
	background-color: #000000db;
}

.post-content p {
	line-height: 18px;
	font-size: 13px;
}

.tag-wrapper{
	width: 100%;
	padding-top: 1rem;
}

/* =WP Core
-------------------------------------------------------------- */
.alignnone {
    margin:0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 10px ;
}

a img.alignright {
    float: right;
    margin: 10px;
}

a img.alignnone {
    margin: 10px;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/*Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 768px) {
	h3 {
    	font-size: 22px;
    	line-height: 24px;
    	padding-bottom: 8px;
    	border-bottom: 1px solid #E0E0E0;
    	margin-bottom: 10px;
	}
	.navbar{
		padding: .5rem 1rem;
	}
	ul.menu-top li {
    	width: 100%;
    	text-align: left;
	}
	.digest .news {
		position: absolute;
		width: 100%;
    	background: rgba(0,0,0,0.8);
		top: inherit;
		right: inherit;
		padding-top: 1rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		padding-bottom: 1rem;
		height: 180px;
	}
	.digest .news h2 {
    	font-family: 'GothamProBold',sans-serif;
    	font-size: 18px;
    	color: white;
    	line-height: 26px;
    	margin-bottom: 8px;
	}	
	.partnersPost li {
		margin-right: 0.5rem;
	}
	.content {
		font-size: 0.9rem;
	}
	.content img {
		width: 100%;
		height: auto;
	}
	.aboutInnerDesc p {
    	text-indent: 0px;
	}
	
	.footerNav{
    	margin:0;
		margin-top: 1rem;
		margin-bottom: 1rem;
		float: left;
	}
	.copyrights {
    	margin-left: 7px;
		}
}	