/**
 Theme Name:   Croma Child
 Theme URI:    https://rocktorecovery.org/
 Description:  Croma Child Theme
 Author:       The Why Builder
 Author URI:   https://thewhybuilder.com
 Template:     croma
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  croma
*/

.page-template.page-template-full-width .container {
    padding: 0;
}

.event-wrapper .lefthalf {
    display: none !important;
}
.event-wrapper .lefthalf,
.event-wrapper .righthalf {
    width: 100%;
}


ul.concerts-list {
    border: none;
}
ul.concerts-list li.rocktorecovery.event {
    width: calc(33% - 15px);
    margin: 0 7.5px 25px;
    display: inline-block;
    height: auto;
    border: none;
    vertical-align: top;
}
ul.concerts-list li.rocktorecovery.event a.thumbnail-link,
ul.concerts-list li.rocktorecovery.event a.title-link,
ul.concerts-list li.rocktorecovery.event .event-line-node {
    display: block;
    text-align: center;
}
ul.concerts-list li.rocktorecovery.event .event-line-node {
    margin-bottom: 10px;
}
ul.concerts-list li.rocktorecovery.event a img {
    max-width: 100%;
}

ul.concerts-list li.rocktorecovery.event .countdown-block {
    color: rgb(43,43,43);
    margin-top: 1px !important;
    font-weight: 400;
    font-size: 18px;
}

@media all and (max-width: 1143px) {
    ul.concerts-list li.rocktorecovery.event {
        width: calc(50% - 15px);
    }
}

@media all and (max-width: 767px) {
    ul.concerts-list li.rocktorecovery.event {
        width: calc(100% - 15px);
    }
}