/*
Theme Name: 5020byx
Theme URI: 
Author: Miguel
Author URI: https://www.wega.ws/
Description: 5020byx is a custom TT4 Child Theme for Fifty Twenty custom byx
Requires at least: 6.8
Tested up to: 6.8.3
Requires PHP: 5.7
Version: 0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: 5020byx
Tags: 
*/

:where(.wp-site-blocks) > * {
    margin-block-start: 0 !important;
}

/** Hero section **/
.byx-title-cover {
	height: calc(100vh - 140px); /* minus header height */
}

@media (min-width: 485px) {
.byx-home-logo img {
	height: 50vh;
    width: auto;
}

/** Reverse Columns **/
@media (max-width: 782px) {
    .byx-reverse-columns {
        flex-direction: column-reverse;
    }
}
	

/** Buttons Hover **/
:root :where(.wp-element-button:hover, .wp-block-button__link:hover) {
	border-color: var(--wp--preset--color--base);
}
.is-style-outline a.wp-block-button__link.wp-element-button:hover {
	border-color: var(--wp--preset--color--accent-3);
	background-color: var(--wp--preset--color--accent-3);
}
.is-style-outline--3 a.wp-block-button__link.wp-element-button:hover, .is-style-outline--4 a.wp-block-button__link.wp-element-button:hover {
	border-color: var(--wp--preset--color--contrast-2);
	background-color: var(--wp--preset--color--contrast-2);
}

	