/*
Theme Name: MySportshunter
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: Gionnakis87
Author URI: http://www.warriorpanda.com/
Description: MySportshunter custom Wordpress
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Custom Website, Warriorpanda
Text Domain: mysportshunter
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
    font-family: Manrope,sans-serif,Helvetica,Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Manrope,sans-serif,Helvetica,Arial,sans-serif;
}

header,
.wc-blocks-pattern-header-essential {
    background-color: #000;
    color: #fff;
}
header h1, 
header h1 a {
    color: #fff;
}

.custom-logo-link img {
    border-radius: 0 !important;
}

.is-layout-constrained .wp-block-post-title {
    max-width: var(--wp--style--global--wide-size);
}
.wp-block-spacer {
    height: 30px !important;
}

h1 {
    font-size: var(--wp--preset--font-size--x-large);
    line-height: 1.25;
}

/* Back to top */
.cd-top {
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 70px;
    right: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    overflow: hidden;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s;
    color: rgba(242,57,0,.8);
    z-index: 50;
}
.cd-top svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px;
    -webkit-transition: margin .3s 0s;
    -moz-transition: margin .3s 0s;
    transition: margin .3s 0s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition:opacity .3s 0s,visibility 0s 0s;
    -moz-transition:opacity .3s 0s,visibility 0s 0s;
    transition:opacity .3s 0s,visibility 0s 0s
}
.cd-top.cd-is-visible {
    visibility:visible;
    opacity:1
}
.cd-top.cd-fade-out {
    opacity:.8
}
.no-touch .cd-top:hover svg {
    margin:-12px -8px
}