/*
Theme Name: MetaWear
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.press-articles-list {
  margin: 30px 0;
}

.press-article-item {
  text-align: center;
  height: 100%;
}

.press-article-item img {
  max-width: 100%;
  height: auto;
}

.press-article-thumbnail img{
  height: 220px;
}


.press-article-brand img{
  max-width: 100px;
  max-height: 45px;
  margin: 5px;
}

.press-article-brand{
  min-height: 50px;
  max-height: 50px;
}


.press-border-gray{
  border: 1px solid #E5E5E5;
}

.press-quote-block{
  text-align: center;
  margin: 20px 0px;
}

.press-quote-icon{
  display: inline-block;
  max-width: 35px !important;
}

.press-article-title{
  margin: 25px 0px;
  height: 60px;
}



.blog-about-p{
  font-size: 15px;
  color: #8181aa;
  margin-top: -10px;
}

.blog-feed-title{
  font-size: 14px;
  color: #8181aa;
  font-weight:bold;
  text-transform: uppercase;
}

.col-reset-padding{
  padding: 2px 10px 12px 30px !important;
}

.col-reset-padding-2{
  padding: 2px 0px 2px 10px !important;
}

.col-reset-padding-3{
  padding: 0px 5px 0px 15px !important;
}


span.byline{
  display:none;
}

.entry-author.author-box{
  display:none;
}