/*-----------------------------Custom Css------------------------------------------ */
.wrapper{
	padding:0;
	margin:0;
	-webkit-font-smoothing: subpixel-antialiased;
 -webkit-text-stroke:1px transparent
}

a{text-decoration:none !important;}
/*-------Use Horizontal Row------------------------------*/

.gallery-section{padding: 20px 20px 0 20px;}
.gallery{margin:15px 0;}
.horizontal-row-container{
  margin:0 auto;
  width:1170px; 
}
.gallery2_media-left,.gallery2_media a{
  text-decoration: none;
  box-shadow: none;
  border: none;
}

.gallery2_horizontal-row{
	display:block;
	background:#fff;	
  background-color: white;
  min-height: 100px;
  padding: 5px;  
  border-radius: 4px;
  margin-bottom:20px;
}

.heading_title .grid-title{
  padding: 0 0 15px 0;
}
.gallery2_horizontal-row .gallery2_media-object {
  min-width: 100%;
  min-height: 100px;
  border-radius:2px;
}
.gallery2_horizontal-row .gallery-content{
	padding:10px 15px 15px 15px;
	overflow:hidden;
	width:auto !important;
}
.gpv-link-btn {
  color: #428bca;
  text-decoration: none!important;
  font-weight: 700;
  font-size: 16px!important;
  color: #333;  
  padding: 6px 12px; 
  display: inline-block;
  margin: 30px 0 0;
  outline: none;
}
.gallery2_horizontal-row .gallery2_media-heading{
	
  font-size: 25px!important;
  font-weight: 400!important;
  color: #FFF;
  border: none;
  margin-bottom: 10px!important;
  margin-top: 0!important;
}
.gallery2_horizontal-row .gallery-content p{
	color:#6C7476;
	font-size:15px;
	line-height:26px;
  margin-bottom: 10px;
}
.gallery2_readmore-btn {
  word-spacing: 0.1em;
  letter-spacing: 0.01em;
  padding: 10px 0px ;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  display: inline-block;
  outline: none !important;
  text-decoration: none !important;
  font-weight: 700;
  margin: 0px !important;
}

.gallery2_readmore-btn:hover{
  color:#fff;
  background:#2B60DE;
  padding: 10px 15px ;
}


/*-----Media Responsive-----------*/
@media only screen and (min-width:480px) and (max-width: 600px) {
  .gallery2_horizontal-row .gallery-content{
    float:left !important;
  }
  .gallery2_horizontal-row .gallery2_media-object {
   max-width:100% !important;
 }
 
}

@media only screen and (min-width:200px) and (max-width: 480px) {
  .gallery2_horizontal-row .gallery-content{
    float:left !important;
  }
  .gallery2_horizontal-row .gallery2_media-object {
   max-width:100% !important;
 }

}
