/* 
Theme Name: Mijn Centrum 16-22
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
*/

/* Spectra container */

.wp-block-uagb-container {
	max-width: 90% !important;
}

/* ACF repeater list */

.fas {
    padding-right: 10px !important;
}

/* post nav 
.elementor-post-navigation {
transform: rotate(180deg) !important;
}*/

/* lessen en slides */
.single-les footer,
.single-slide footer{
	position: fixed;
	bottom: 0;
	width: 100%;
}
.single-les #site-header, 
.single-slide #site-header {
	display: none!important;
	visibility: hidden;
}

.single-slide #site-header{
	display: none!important;
	visibility: hidden;
}


/* Column settings */

.container.one-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

#main-content {
    width: 100%;
}

.container.two-columns {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

#main-content {
    width: 50%;
}

#sidebar {
    width: 50%;
    background: #f4f4f4;
    padding: 20px;
    border-left: 1px solid #ddd;
}

/* Font setting */

.has-small-font-size {
    font-size: 18px !important;
}
.has-medium-font-size {
    font-size: 24px !important;
}
.has-large-font-size {
    font-size: 32px !important;
}
.has-extra-large-font-size {
    font-size: 40px !important;
}

/* container setting */

.slide-container .wp-block-uagb-container,
.vh-container {
	min-height: 65vh !important;
}