/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
/* 20200817 G²: adding styles from quick css inside theme to make them obsolete there */

/* keep footer directly docking to rest/shrink spacer */
#footer .widget {
    margin: 0;
}

/* but links/text in footer should be not docking/stay readable */
#footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* breadcrumb should be aligned left between header and main content */
#main .title_container .breadcrumb {
    right: auto;
    left: auto;
}

/* text on slider- or coverimages should be aligned to the left */
#main .wp-block-cover h2 {
   padding-left: 0;
}

/* Buttons should not standout/be of appropriate colour (basic red),
   but Links on them should */
#main .wp-block-button__link {
	background-color: #a42d2d;
	/* 20221115 G²: because WP V6.1 Update broke buttons */
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

/* but Links on those Buttons should */
#main .main_color a.wp-block-button__link {
	color: #fff!important;
}

/* 20220330 G²: Due to a css-mixup of WP V5.9.2 and Enfold V4.9.2.1 making pullquote text in any case black instead of secondary gray */
#main .wp-block-pullquote p,
.wp-block-pullquote blockquote,
.wp-block-pullquote cite {
	color: #000000;
}

/* 20200817 G²: Toggle sliders buttons should not standout/be of appropriate colour (basic red) */
#top .av-toggle-switch input[type="checkbox"]:checked + .toggle-track {
    background: #a42d2d;
}

/* 20211216 G²: Remove 'you are here' from breadcrumbs */ 
span.trail-before {
display: none!important;
}

/* 20220216 G²: Cookie consent button texts should not be Courier new due to changes in Enfold V4.8.9.1 */
.avia-cookie-consent-button, .avia-popup .avia-cookie-consent-button {
    font-family: Helvetica, Arial, sans-serif!important;
}