/*
 Theme Name:   Eco Press Child
 Theme URI:    http://cmsmasters.net/eco-press/
 Description:  Eco Press Child Theme
 Author:       cmsmasters
 Author URI:   http://cmsmasters.net/
 Template:     eco-press
 Version:      1.0.0
 License:      
 License URI:  
 Text Domain:  eco-press-child
 Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
.checkboxes { max-height: 210px; overflow-y: auto; font-size: 14px;}
.companies-index {}
.companies-index .filter-name { margin-bottom: 10px; margin-top: 20px; color: #6d8b2b; font-weight: 500; font-size: 14px; text-transform: uppercase;} 
.companies-index .row { display: grid; grid-template-columns: repeat(auto-fit,minmax(0, 1fr)); grid-gap: 20px; }
.company {margin: 20px 0; padding: 20px; border-radius: 6px; box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);}
.company-header { display: flex; flex-direction: row; align-items: center; cursor: pointer;}
.company-header .company-logo { display: flex; align-items: center; width: 100px; height: 100px; text-align: center;}
.company-header .company-logo img { width: auto; height: auto; max-width: 100%; max-height: 100%;}
.company-header .company-name { flex-grow: 1; margin: 0 20px; font-size: 20px; font-weight: bold;}
.company .term {display: inline-block; padding: 3px 8px; margin-right: 5px; margin-bottom: 5px; border: 1px solid rgba(0,0,0,0.1);}
.company .company-details { display: none; padding-top: 20px;}
.company .company-details.expanded { display: block; }