.tlist-holder-x18{

}
.top-row-x18{
	text-align: center;
    overflow: hidden;
   
	height: 320px;
}
.feature-image-x18 img{
	    max-width: 100%;
}

.bottom-row-x18{
	background: #F1F1F1;
	padding: 75px 0;
    text-align: center;
  /*  -webkit-box-shadow: 0px 7px 27px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 27px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 27px -13px rgba(0,0,0,0.75);*/
    -webkit-box-shadow:  0px 5px 7px rgba(0,0,0,0.35);
    -moz-box-shadow:  0px 5px 7px rgba(0,0,0,0.35);
    box-shadow:  0px 5px 7px rgba(0,0,0,0.35);
    border-radius:10px;
}
.single-item-x18{
	color: #414247;
	text-align: center;
    width: 30%;
    padding: 0 15px;
    display: inline-block;
	margin-top: 10px;
}

.icon-box-x18{
	background-color: #323232;
	width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
	overflow:hidden;
}
.icon-box-x18 i{
	color: #fff;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
}


.content-box-x18{
	float: left;
    width: 100%;
    padding-top: 7px;
	min-height: 200px;
}
.content-box-x18 h2 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 15px 0;
	color: #333;
	line-height: 30px;
}
.content-box-x18 p {
	font-size:15px;
	color:#666;
	line-height:24px;
}
.content-box-x18 p a {
	font-size:15px;
	color:#000;

}
.upvote-section i {
	color:#555;
}

.tlist-holder-x18 *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	-webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}


.single-item-x18:hover .icon-box-x18{
	background-color: #fff;	
	border: 1px solid #414247;
}
.single-item-x18:hover .icon-box-x18 i{
	color: #414247;
}


/* Responsive Styles */

@media only screen and (min-width: 960px) and (max-width: 1200px){
	.tlist-wrapper-x18{
		width: 960px;
	}	
}
@media only screen and (min-width: 800px) and (max-width: 960px){
	.tlist-wrapper-x18{
		width: 800px;
	}	
}
@media only screen and (min-width: 650px) and (max-width: 800px){
	.tlist-wrapper-x18{
		width: 650px;
	}
	.single-item-x18 {
	  width: 48%;
	}	
}
@media only screen and (min-width: 0px) and (max-width: 650px){
	.tlist-wrapper-x18{
		width: 100%;
	}
	.single-item-x18{
		width: 100%;
	}
	
}


