/*
 Theme Name:   Critical Frequency
 Description:  Critical Frequency default theme
 Author:       Dan Staples
 Template:     twentytwenty
 Version:      1.0.0
 Text Domain:  critfreq
*/

@import 'fonts/stylesheet.css';

a {
    color: rgb(237, 21, 102);
    text-decoration: none;
    font-weight: bold;
}

.home .entry-header {
    display: none;
}

.home .featured-media {
    margin-top: 10rem;
}

.home .page .featured-media:before {
    background-color: transparent;
}

.home .featured-media img {
    width: 760px;
}

.entry-header {
    background-color: transparent !important;
}

body,
.entry-content {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

.entry-content {
    font-size: 1.8rem;
}

.social-wrapper ul.social-menu {
    justify-content: center;
}

.social-wrapper ul.social-menu li.menu-item a {
    background-color: #fff;
    height: 3rem;
    width: 3rem;
}

.social-wrapper ul.social-menu li.menu-item a > svg {
    width: 20px;
}

.social-wrapper ul.social-icons li {
    margin: 0.9rem 0 0 1.5rem;
}

.to-the-content-wrapper {
    position: static;
    margin-top: 4rem;
}

.to-the-content-wrapper > a > svg,
.to-the-content:focus svg,
.to-the-content:hover svg {
    transform: rotate(-90deg);
    width: 5rem;
    color: #fff;
}

.home .post-inner {
    padding-top: 0;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 90rem;
}

.footer-credits {
    width: 100%;
    justify-content: space-between;
}

.footer-credit-item {
    flex-grow: 1;
    flex-basis: 0;
}

.footer-social-wrapper {
    margin: auto;
    width: auto;
}

.footer-email-contact {
    text-align: right;
    display: block;
    margin: 0 0 0 2.4rem;
    font-weight: bold;
}

.footer-email-contact a {
    color: #fff;
}

#site-footer {
    background-color: transparent !important;
}
.footer-nav-widgets-wrapper {
    border: none;
}

.wp-block-button__link:hover {
    text-decoration: none;
    transform: scale(1.1);
}

.wp-block-button__link a {
    color: #fff;
}

:root a {
    color: rgb(237,21,102);
}

:root .wp-block-button__link {
    color: #fff;
}

a:hover,
button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    text-decoration: none;
}