/** (C) Copyright Bobbing Wide 2016-2017
 */
 
.post-type-archive h2,
.post-type-archive-oik-themes h2,
.post-type-archive-oik-plugins h2,
.post-type-archive-oik_request h2 { 
	font-size: 18px;
	margin: 0px 0px 0px 0px;
}

.blog h2,
.page-template-page_blog h2 {
	font-size: 20px;
	font-weight: bold;
}

.page-template-page_blog .entry-content {
	font-size: 16px;
}


/**
.post-type-archive .entry {
	margin-bottom: 2px;
	padding: 2px 20px;
}
*/

.post-type-archive p {
	margin: 0px;
	padding: 0px;
}

.blog article,
.page-template-page_blog article, 
.post-type-archive article {
	width: 31.3333%; 
	float: left;
	padding: 1px 0.5%;
	margin: 2px 0.5% 15px 0.5%; 
	position: relative; 
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
}


.archive .entry {
	background-color: #f0f0f0;
}


.post-type-archive article:hover {
	border: 1px solid grey;
	background: #e2e2e2;
}

.blog article:nth-of-type(3n+1),
.page-template-page_blog article:nth-of-type(3n+1),
.post-type-archive article:nth-of-type(3n+1) { 
	clear: both;
}

/* Enable images to appear to be the same height 
.post-type-archive-oik-themes article:after {
	padding-top: 85%;
	background-color: white;
	display: block;
	content: " ";
	overflow: hidden;
}
*/

article.oik-themes {
	height: auto;
  /*  overflow: hidden;	 */
	margin-bottom: 10px;
	position: relative;
 /* border: 1px solid #ffffff; */
}

article.oik-themes img {
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	
}

article.oik-plugins a.entry-image-link {
	width: 100%;
	/* text-align: center; */
	display: block;
}

article.oik-plugins img {
	margin: 0 auto;
}

.content .oik-themes.entry {
	/* background-color: #cccccc; */
}

article.oik-themes:hover {
	/* border: 1px  solid grey; */
}

/**

h2.entry-title {
	padding: 7px 5px 7px 10px;
}
*/

article header:hover {
	/* background-color: #eeeeee; */
}


/* // (C) Copyright Bobbing Wide 2017
 * Default styling for the oik-a2z pagination list
 *
 */
 
div.a2z { 
	width: 100%;
}
 
ul.a2z {
	display: block;
}

ul.a2z li a span.count { 
	display: none;
}
		article .oik-themes,
		article .oik-plugins {
        position: relative;
        overflow: hidden;
    }
		.oik-themes header,
		.oik-plugins header { 
        position: absolute;
        width: 100%;
        overflow: hidden;
        top: 0;
        bottom: 0;
       
    }
		.oik-themes:after,
    .oik-plugins:after {
        padding-top: 40%;
        display: block;
        content: " ";  
        overflow: hidden;

    }
    .oik-plugins h2,
		.oik-themes h2,
    .oik-plugins a,
		.oik-themes a,
    .oik-plugins img,
		.oik-themes img { 
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        display: block;
             }
     
     .oik-plugins img,
		 .oik-themes img { 
        top: 30px; 
        bottom: 0px;
        z-index: 2;
        overflow: hidden;
      }
			
.oik-themes h2,
.oik-plugins h2 {
        top: 8px;
        /* bottom: 0px; */
        display: block; 
				
        } 
      .oik-plugins a,
			.oik-themes a  {
                overflow: hidden;
        display: block;
        top: 0;
        bottom: 0;
       }
			 
	.oik-themes:after {
		padding-top: 85%
	}
	.oik-plugins:after {
		padding-top: 40%
	}
			 
article .entry-content {
	position: relative;
	display: block;
}

@media screen and ( max-width: 768px ) {

.post-type-archive article {
	width: 48%;
}

}




@media screen and ( max-width: 480px ) {

.post-type-archive article {
	width: 98%;
}

}

