/*
Theme Name:     Ivory Child Custom
Template:       ivory
Theme URI:      https://ivory-wordpress.pixudio.com/
Description:    Ivory includes multiple solid and bold designs inside of one powerful WordPress theme, suitable for everyone!
Author:         Pixudio
Author URI:     https://themeforest.net/user/pixudio/portfolio
Template:       ivory
Version:        1.0.8
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    ivory-child-custom
*/


h1 {
	font-size: 240%;
	padding: 0;
}
h2 {
	font-size: 200%;
	padding: 0;
}
h3 {
	font-size: 175%;
	padding: 0;
}
h4 { 
	font-size: 160%;
	padding: 0;
}
h5 {
	font-size: 145%;
	padding: 0;
}
h6 {
	font-size: 130%;
	padding: 0;
}
p {
	font-size: 95%;
}
/** Termine MEC Calendar **/
.wp-block-ivory-tabs .tabs__nav{
    white-space: pre-wrap;
    font-size: 200%;
    width: max-content;
    line-height: 1em;
    padding: 0.8em 0 0.8em 0;
	cursor: pointer;
}
.mec-event-list-standard .mec-event-title{
	font-size: 200%;
}
.mec-event-description, .mec-venue-details span{
	font-size: 100%;
}
.mec-date-details span{
	font-size: 150% !important;
}
.mec-time-details span{
	font-size: 120%;
}
.mec-event-list-classic .mec-event-image{
    width: 300px;
    height: 300px;
}
.mec-event-image{
    width: 300px;
    height: 300px;
}
.mec-event-image img{
	height: 100%;
	width: auto !important;
}


/* Rescale Logo */
.site-branding svg, .site-branding img {
	height:80px;
	margin-top: -15px;
}

header {
	margin-left:0px !important;
}
figcaption {
	width:100% !important;
	max-width:100% !important;
}

.site-header {
    display: block;
}

.post-meta{
	display: none;
}
@media screen and (min-width: 1399px) {
	
	header {
		margin-left:-130px !important;
	}
	
}

@media screen and (max-width: 1399px) {
	
	.side-menu-trigger {
		display:inline;
	}
	
}
.upcoming-post{
	display:none;
}

.comments-area{
	display:none;
}

.mouse-icon {
	display:none;
}
.side-menu-trigger {
	/* display:none; */
}
.mec-container {
	padding-top:250px;
}
/*after WP-Update-bug 15.07.2020: startseite boxes narrow*/
.wp-block-columns .wp-block-column[style] {
	flex-grow:1 !important;
}
/*after WP-Update-bug 15.07.2020: 'Vorgeschlagene Veranstaltungen' had word-wrap:break-word */
.mec-events-template-default .h1, h1, .h2, h2, h3, h4, h5, h6 { 
	word-wrap:normal;
}
.vp-portfolio h2 {
	line-height:1.3em;
	margin-top: 0px;
}
.wp-block-button__link{
	white-space:normal;
	color: inherit;
}
.button, [type="button"], [type="reset"], [type="submit"], .btn{
	padding: 0;
}
.site-footer .go-up__trigger{
	left: 100%;
}

