/*
 Theme Name:   Tabula Child
 Theme URI:    http://tabula.bold-themes.com
 Description:  Tabula child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     tabula
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  tabula-child
*/

.btPrevNextNav {display:none;}
/* Theme customization starts here
-------------------------------------------------------------- */
.single-post .btContentWrap, .single-portfolio .btContentWrap{
  margin-top: 140px;
}
.bt_bb_size_normal.bt_bb_headline h1, .bt_bb_size_normal.bt_bb_headline h2, .bt_bb_size_normal.bt_bb_headline h3, .bt_bb_size_normal.bt_bb_headline h4, .bt_bb_size_normal.bt_bb_headline h5, .bt_bb_size_normal.bt_bb_headline h6 {
  font-size: 24px !important;
}

.archive.category{max-width: 1200px;   margin: 0 auto;}
.archive.category .btContentWrap{padding-top:150px;}
.btArticleListItem{width:33%; float:left;}

 .btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
  -webkit-flex: 1 1 30% !important;
  -ms-flex: 1 1 30% !important;
  flex: 1 1 30% !important;
  max-width: 30% !important;
  z-index: 1;
}
 .btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
  -webkit-flex: 1 1 70% !important;
  -ms-flex: 1 1 70% !important;
  flex: 1 1 70% !important;
  max-width: 70% !important;