.genesis-club-post-icons ul li a[rel="bookmark"] {
   padding: 0.2em 0.8em;   
   vertical-align: top;
}

.genesis-club-posts li a.aligncenter {
   text-align:center;
}

.genesis-club-posts li a {
   text-decoration: none;
   margin-bottom: 0;
   display:block;
}

.genesis-club-posts li a:hover {
   text-decoration: underline;
}

.genesis-club-posts .entry-content > span.alignleft {
   margin-right:10px;
}

.genesis-club-posts .entry-content > span.alignright {
   margin-left:10px;
}

.genesis-club-posts .entry .aligncenter,
.genesis-club-posts .entry-content .aligncenter {
   display: block;
   text-align:center;
   margin: 10px auto;
}

.genesis-club-posts .entry-content .alignjustify {
   text-align: justify;
}

.genesis-club-posts .more-link{
   margin-left: 10px;
   display: inline;
   vertical-align: bottom;
}

.genesis-club-posts .more-link.centered {
    float: none;
    display: block;
    text-align: center;
    margin: 10px auto;
    width:60%;
    max-width:200px;
}

.genesis-club-posts .more-link.silver-button {
    padding: 5px 15px;
    border-radius: 10px;
    text-decoration: none;
    background-color: silver;
    color: white;
}

.genesis-club-posts .more-link.silver-button:hover {
    text-decoration: none;
    background-color: LightGray;
    color: white;
}

.sidebar .genesis-club-posts.featured-content.widget {
   padding: 10px;
}

.sidebar .genesis-club-posts .entry-title {
    font-size: 1.5em;
}

.sidebar .genesis-club-posts .entry-content {
    font-size: 1.0em;
}

.genesis-club-posts.featured-content.widget {
   padding-left: 0;
   padding-right: 0;
}

.genesis-club-posts.featured-content.widget.halves,
.genesis-club-posts.featured-content.widget.thirds,
.genesis-club-posts.featured-content.widget.fourths {
   float: none;   
   display: block;
   margin: 0px auto;   
}

.genesis-club-posts .entry {
   vertical-align: top;
   margin: 15px 0;
   margin: 1.5rem 0;
}

.genesis-club-posts .entry-header::after {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.genesis-club-posts.halves .entry{
    width: 45%;
    display:inline-block;
    margin-right: 5% ;
}
.genesis-club-posts.thirds .entry {
    width: 31%;
    display:inline-block;
    margin-right: 3% ;   
}
.genesis-club-posts.fourths .entry {
    width: 22%;
    display:inline-block;
    margin-right: 3%;   
}

.genesis-club-posts.genesis-club-grid {
    max-width: 100%;   
}

.genesis-club-posts.genesis-club-grid .entry{
margin:0;
padding:20px 20px 40px 20px;
filter: grayscale(60%);
transition: 0.5s;
-webkit-transform: perspective(1px) translateZ(0);
-moz-transform: perspective(1px) translateZ(0);
-o-transform: perspective(1px) translateZ(0);
-ms-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
border-bottom:none;
}

.genesis-club-posts.genesis-club-grid.with-more-link .entry {
   padding-bottom: 60px;
}

.genesis-club-posts.genesis-club-grid .entry:hover {
	filter:  grayscale(0%);   
}

.genesis-club-posts.genesis-club-grid.genesis-club-checkerboard {
	background-color: black;
	color: white;   
}

.genesis-club-posts.genesis-club-grid.genesis-club-checkerboard .entry-title a {
	color: white;    
}

.genesis-club-posts.genesis-club-grid.genesis-club-checkerboard .altc {
	background-color: white;
	color: black;   
}

.genesis-club-posts.genesis-club-grid.genesis-club-checkerboard .altc .entry-title a {
	color: black;    
}

.genesis-club-posts.genesis-club-grid.halves .entry{
    width: 50%;
    display:inline-block;
    margin-right: 0% ;
}
.genesis-club-posts.genesis-club-grid.thirds .entry {
    width: 33.333%;
    display:inline-block;
    margin-right: 0% ;   
}
.genesis-club-posts.genesis-club-grid.fourths .entry {
    width: 25%;
    display:inline-block;
    margin-right: 0%;   
}
.genesis-club-posts.genesis-club-grid.fifths .entry {
    width: 20%;
    display:inline-block;
    margin-right: 0% ;   
}
.genesis-club-posts.genesis-club-grid.sixths .entry {
    width: 16.666%;
    display:inline-block;
    margin-right: 0%;   
}

.genesis-club-grid .entry-header {
   text-align:left;
}

.genesis-club-grid .entry-content {
   font-size: 16px;
   line-height: 110%;
   text-align:left;
   margin-bottom: 10px;
}

.genesis-club-grid .entry-content > p:last-child {
   margin-bottom: 10px;
}

.genesis-club-grid .more-link{
	background-color:#777;
	padding:5px 10px;
	border-radius:3px;
   position:absolute;
   bottom:20px;
   left:10px;
	color:#FFF;
	font-size:12px;
	font-family:Arial, sans-serif;
	transition:0.5s;
}
.genesis-club-grid .more-link:hover{
	background-color:#444;
	text-decoration: none;
}

.genesis-club-posts.halves .entry:nth-of-type(2n+1),
.genesis-club-posts.thirds .entry:nth-of-type(3n+1),
.genesis-club-posts.fourths .entry:nth-of-type(4n+1) {
	clear: left;
	margin-left: 0;
}
.genesis-club-posts.halves .entry:nth-of-type(2n),
.genesis-club-posts.thirds .entry:nth-of-type(3n),
.genesis-club-posts.fourths .entry:nth-of-type(4n) {
	margin-right: 0;
}

.slide-above .entry::before{
    display:block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    height: 4px;
    background-color: #EEEEEE;
    width: 0;
    -webkit-transition-property:left, right, width;
    -moz-transition-property: left, right,width;
    -o-transition-property:left, right,width;
    transition-property:  left, right,width;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.slide-above.slide-left .entry::before{
    left: 100%;
    right: 0;
}
 

.slide-above.slide-right .entry::before{
    right: 100%;
    left: 0;
}

.slide-above.slide-middle .entry::before{
    right: 50%;
    left: 50%;
}

.slide-above.slide-left .entry:hover::before,
.slide-above.slide-left .entry:focus::before,
.slide-above.slide-left .entry:active::before {
    left: 0;
    width:100%;   
}

.slide-above.slide-right .entry:hover::before,
.slide-above.slide-right .entry:focus::before,
.slide-above.slide-right .entry:active::before {
    right: 0;
    width:100%;   
}

.slide-above.slide-middle .entry:hover::before,
.slide-above.slide-middle .entry:focus::before,
.slide-above.slide-middle .entry:active::before {
    left: 0;
    right: 0;
    width: 100%;
}

@media only screen and (max-width: 1280px) {
  	.genesis-club-posts.fourths .entry {
    	width: 45%; 
  	}

  	.genesis-club-posts.fifths.genesis-club-grid .entry {
    	width: 33.333%; 
  	}
  	.genesis-club-posts.sixths.genesis-club-grid .entry {
    	width: 25%; 
  	}
}

@media only screen and (max-width: 960px) {
  	
	.genesis-club-posts.fourths .entry:nth-of-type(2n) {
		margin-right: 0;
	}

	.genesis-club-posts.fourths .entry:nth-of-type(2n+1) {
		clear: left;
		margin-left: 0;
	}
  	
  	.genesis-club-posts.fourths.genesis-club-grid .entry {
    		width: 50%; 
  	}

  	.genesis-club-posts.sixths.genesis-club-grid .entry {
    		width: 50%; 
  	}
  	
}

@media only screen and (max-width: 720px) {
 	.genesis-club-posts.halves .entry,
 	.genesis-club-posts.thirds .entry {
	    	display: block; 
	    	width: auto;
	    	margin-right: 0;
 	}
}

@media only screen and (max-width: 640px) {
 	.genesis-club-posts.fourths .entry {
    		display: block; 
    		width: auto;
    		margin-right: 0;
    		padding: 10px;
  	}
}

@media only screen and (max-width: 480px) {
  	.genesis-club-posts.genesis-club-grid.thirds .entry,
  	.genesis-club-posts.genesis-club-grid.fifths .entry {
		display: block;
    		width: auto; 
  	}
}

@media only screen and (max-width: 360px) {
  	.genesis-club-posts.genesis-club-grid.halves .entry,
  	.genesis-club-posts.genesis-club-grid.fourths .entry,
  	.genesis-club-posts.genesis-club-grid.sixths .entry  	 {
		display: block;
    		width: auto; 
	}

}

