/*
Theme Name: Skole Child
Author: VamTam
Author URI: https://vamtam.com
Template: skole
*/

/*
put your child theme styles here
you don't need any @import rules
*/

/* Helpers */
.hidden {
	display: none !important;
}

.shown {
	display: block !important;
}

.m-0 {
	margin: 0 !important;
}

p:last-child,
p:only-child {
	margin-bottom: 0 !important;
}

/* Header */
.vamtam-sticky-header .nav-header-contact {
	display: none !important;
}

/* Widgets */
.elementor-price-list .elementor-price-list-item .elementor-price-list-price {
	text-align: right;
}

figure figcaption, .entry-caption, .gallery-caption, .wp-block-image figcaption, .wp-caption .wp-caption-text {
	margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
    padding: 0.5rem 0 0 0 !important;
}

figure figcaption:empty, .entry-caption:empty, .gallery-caption:empty, .wp-block-image figcaption:empty, .wp-caption .wp-caption-text:empty {
	margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
    padding: 0 !important;
}

/* Posts widget */
.elementor-widget-posts .elementor-post .elementor-post__thumbnail .vamtam-shape {
    background-image: url('data:image/svg+xml,<svg fill="%23E6F6FC" width="100" height="26" xmlns="http://www.w3.org/2000/svg"><path d="M0 1C11.848.948 22.762 5.655 31.096 14.02c4.504 5.062 11.657 7.96 18.46 7.96a23.801 23.801 0 0 0 17.79-7.96C75.696 5.695 88.167 1 100 1v24.987H0V1z"/></svg>') !important;
}