/*
Theme Name: Multiplex
Theme URI: 
Author: HotThemes
Author URI: 
Description: Multiplex is a multipurpose WordPress block theme based on a clean design. It is bundled with many block patterns and several page templates that lets you create your pages using the block editor quickly.
Requires at least: 6.9
Tested up to: 7.0
Requires PHP: 7.4
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: multiplex
Tags: block-patterns, full-site-editing, custom-logo, editor-style, featured-images, translation-ready, wide-blocks
*/

.sticky {
    background-color: var(--wp--preset--color--custom-color-6);
    padding: 1.5rem;
    margin-bottom: 3rem;
}

ul {
    list-style-type: disc;
}

body.page-template-bike header.wp-block-template-part,
body.page-template-corporate header.wp-block-template-part,
body.page-template-fitness header.wp-block-template-part,
body.page-template-gadgets header.wp-block-template-part,
body.page-template-portfolio header.wp-block-template-part {
    position: absolute;
    width: 100%;
    z-index: 1;
}

blockquote {
    font-size: var(--wp--preset--font-size--large);
    font-weight: 300;
}

blockquote::before {
    content: " ";
    display: block;
    height: 50px;
    margin-bottom: 15px;
    margin-inline: -4px;
    background: url(assets/images/quote-left-solid-full.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.wp-block-separator {
    border: none;
    border-top: 1px solid;
}

.wp-block-navigation__submenu-container {
    font-size: 1rem;
}

header .wp-block-navigation > .wp-block-navigation-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.wp-block-navigation .is-style-outline > .wp-block-navigation-item__content {
    border: 2px solid currentColor;
    padding: 0.7em 1.4em !important;
    border-radius: 30px;
    text-decoration: none;
    opacity: 0.9;
}

.wp-block-navigation .is-style-outline > .wp-block-navigation-item__content:hover {
    opacity: 1;
}
