/* 
Theme Name: Doktor Oleszczuk
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
*/

.hours-mobile{
    display:flex;
    justify-content:center;
    align-items:center;
}

.hours-mobile figure{
    width:50px;
    height:auto;
}


/** Advice Page **/

.advice-meals-item{
    height:auto;
}

.advice-meals-text p{
    margin:0 !important;
    margin-bottom: 0 !important;
    height:250px;
    padding:25px;
    display:flex;
    justify-content:center;
    align-items:center;
    
}

/** publications **/

#publications article{
    background:#f6f5f3;
}

#publications .elementor-post__text{
    position: relative;
    min-height:80px;
    padding:15px;
}

#publications .elementor-post__thumbnail__link{
    margin-bottom:0;
}

#publications .elementor-post__title{
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    
}

#publications .elementor-post__meta-data{
    float: right;
    text-align: right;
    width: 50%;
    right: 10px;
    top:10px;
    position: absolute;
}

.elementor-pagination a.page-numbers , .elementor-pagination .page-numbers{
    text-transform:uppercase;
    font-family: "Roboto", Sans-serif;
}