/*
 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
*/


/* Theme customization starts here
-------------------------------------------------------------- */

 .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;