/*
Theme Name: Beer Lovers
Template: tipsy
Theme URI: beerlovers.be
Description: Child Theme for Beer Lovers
Author: ThemeREX
Author URI: https://imagixel.com/
Version: 1.0.0
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: tipsy
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.beer-atts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
} 
.attr-el {
  color: #000;
  padding: 10px 20px;
  width: 38%;
  text-align: center;
  border-style: solid;
  border-width: 1px 0;
  border-color: #ccc;
}
.col1 {
  border-right: 1px;
  border-color: #ccc;
  border-style: solid;
}
.page-template-default .page_content_wrap {
  padding-top: 0;
}