/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/
/*
h1 {
	color:var(--e-global-color-3d91144);
	color:red;
}
*/

body {
    touch-action: pan-y;
}

button:hover {
	cursor:pointer;
}

#decrease-font {
	margin-right:5px;
}

#touslesmagazines {
	display:none;
}

.post-counter {
	font-size: 28px;
	font-weight:bold;
	color: var(--e-global-color-760675f);
}


footer {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


.magazine-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0px;
}

.magazine-navigation .previous-post,
.magazine-navigation .next-post {
    display: flex;
    align-items: center;
    flex: 1;
}

.magazine-navigation .previous-post {
    justify-content: flex-start;
}

.magazine-navigation .next-post {
    justify-content: flex-end;
}

.magazine-navigation .post-counter {
    flex: 1;
    text-align: center;
}

.magazine-navigation .nav-link {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.magazine-navigation .nav-title {
    margin-left: 5px;
}

.e-font-icon-svg {
    fill: var(--e-global-color-primary);
    width: 50px !important;
    height: 50px !important;
}