/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.blog-title {  text-align: center; }
.owl-carousel .owl-item {border: 1px solid #efefef;padding: 3px 5px 0px 5px;height: 400px; margin:5px;}

#border1gray {border:1px solid #efefef;}

#custom_social_follow .block-social{
  float: none!important;
  margin-top: -53px;
  margin-left: 160px;
}

#custom_social_follow .block-social li a{
  font-size: 14px!important;
  color: unset!important;
}

@media only screen and (max-width: 767px) {
  #custom_social_follow .block-social{
	display:none!important;
  }
  #custom_social_follow .parent{
	display:none!important;
  }
}