/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

::-moz-selection {
background-color: #273551;
color: #fff;
}

::selection {
background-color: #273551;
color: #fff;
}

html, body {
        overflow-x: hidden;
}

.post-pagination {
        padding: 20px;
        display: flex;
        justify-content: center;
        width: 100%;
}

.post-pagination .page-numbers {
        padding: 2px 8px;
        background-color: #FAF6F0;
}

.post-pagination .current {
        background-color: #DBBBAE;
}

.feestdagen table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th, table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: #fff;
}

.feestdagen table td, table th {
    padding: 5px 10px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #FAF6F0;
}

.winkelmeta table {
        font-size: 21px;
}

.winkelmeta table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th, table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: #fff;
}

.winkelmeta table td, table th {
    padding: 3px 0;
    line-height: 1.5;
    vertical-align: top;
    border: 0;
}

.event_short_date {
    width: 70px;
    height: 60px;
    background: url('https://sittardgenietenvoorop.nl/custom/images/heart.svg');
    background-position: center center; 
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #273551;
    text-align: center;
    line-height: 1;
    padding-bottom: 6px;
    font-size: 15px;
}

.glider-col .event_short_date {
        position: absolute;
        top: 20px;
        left: 20px;
}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
        align-items: flex-start !important;
}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item .elementor-icon-list-icon {
        padding-top: 3px;
}

.actueel, .winkels {
        display: flex;
        flex-wrap: wrap;
}

.actueel-col, .winkels-col {
        padding: 10px;
        width: 33.33%;
}

@media screen and (min-width: 680px) and (max-width: 1023px) {
        .actueel-col, .winkels-col {
                width: 50%;
        }
}

@media screen and (max-width: 679px) {
        .actueel, .winkels {
                display: block;
        }
        .actueel-col, .winkels-col {
                width: 100%;
                padding: 0 0 30px 0;
        }
}