/*

 Theme Name:   Twenty Twenty-One Child

 Theme URI:    matthewfonda.com

 Description:  A child theme of Twenty Twenty-One WordPress theme.

 Author:       matthewfonda

 Author URI:   https://www.matthewfonda.com/

 Template:     twentytwentyone

 Version:      1.0.0

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

*/

p {
    margin: 0 0 24px;
    line-height: 1.625;
    font-size: 18px;
}

body {
    line-height: 1.625;
    font-size: 18px;
}
div#comments {
    display: none !important;
}
:root {
    --global--font-primary: inherit;
    --heading--font-weight: inherit;
    --heading--letter-spacing-h1: -3px;
    /* Font Family */
    --global--font-primary: var(--font-headings, -apple-system, BlinkMacSystemFont, "Source Sans Pro", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
    --global--font-secondary: var(--font-base, -apple-system, BlinkMacSystemFont, "Source Sans Pro", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
    /* Font Size */
    --global--font-size-base: 1.25rem;
    --global--font-size-xs: 1.25rem;
    --global--font-size-sm: 1.125rem;
    --global--font-size-md: 1.25rem;
    --global--font-size-lg: 1.5rem;
    --global--font-size-xl: 2.25rem;
    --global--font-size-xxl: 4rem;
    --global--font-size-xxxl: 5rem;
    --global--font-size-page-title: var(--global--font-size-xxl);
    --global--letter-spacing: normal;
    --heading--font-family: ;
    /* Line Height */
    --global--line-height-body: 1.625;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    clear: both;
    font-family: var(--heading--font-family);
    font-weight: var(--heading--font-weight);
}

.heading-h2 h2 {
    font-size: 3.5rem !important;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    font-family: Source Sans Pro;
}

img.custom-logo {
    width: 90px !important;
    margin: 0;
    animation: spinit2 1s ease;
}

/*
.spinit .custom-logo {
    animation: spinit 3s ease;
}

@keyframes spinit {
    30% {
        transform: rotate(180deg);
    }

    70% {
        transform: rotate(300deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinit2 {
    30% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(220deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/
.wp-custom-logo .site-header, footer#colophon {
    width: 100%;
    max-width: 1340px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0;
}

footer#colophon .site-info {
    margin: 0;
    padding: 0;
    border: 0;
}

.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .default-max-width {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.primary-navigation a {
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-size: 22px;
}

.powered-by {
    font-family: Source Sans Pro;
    font-size: 16px;
}

ul.footer-socials {
    list-style: none;
    padding: 0;
}

ul.footer-socials li img {
    display: inline-block;
    width: 20px;
}

ul.footer-socials li {
    display: inline-block;
    margin-right: 5px;
}

.page-template-default .entry-header.alignwide, .single-concepts .entry-header.alignwide h1, .single-projects .entry-header.alignwide h1 {
    display: none;
}

.list-post-type.list-concepts figure, .list-post-type.list-projects figure {
    float: none;
    width: 65%;
    margin: auto;
    margin-top: 0;
}

.list-post-type.list-concepts .post-content, .list-post-type.list-projects .post-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-between;
    flex-direction: row;
    align-items: stretch;
}

.list-post-type.list-concepts .post-data-to-right, .list-post-type.list-projects .post-data-to-right {
    width: 35%;
    padding-left: 4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list-post-type.list-concepts figure img, .list-post-type.list-projects figure img, .single .attachment-post-thumbnail {
    border: 3px solid #000;
}

.list-post-type.list-concepts .list-item h3 a, .list-post-type.list-projects .list-item h3 a {
    font-family: 'Teko', sans-serif;
    font-size: 3.5rem !important;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
}

.list-post-type.list-concepts .text, .list-post-type.list-projects .text {
    font-size: 18px !important;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
    color: #000;
}

.list-post-type.list-concepts .kc-read-more, .list-post-type.list-projects .kc-read-more {
    width: 100%;
    text-align: right;
    border: 0;
    text-decoration: none;
    font-style: italic;
    font-size: 18px;
}

.list-post-type.list-concepts .kc-read-more:hover, .list-post-type.list-projects .kc-read-more:hover {
    background: #000000;
    border-color: #000000;
    color: #fff;
}

.list-post-type.list-concepts .list-item, .list-post-type.list-projects .list-item {
    padding-bottom: 0;
    margin-bottom: 55px;
    border: 0;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a {
    padding-left: 25px;
    padding-right: 25px;
}

footer.entry-footer.default-max-width {
    width: 100%;
    max-width: 1340px;
    padding-right: 15px;
    padding-left: 15px;
}

span.dropdown-icon.open {
    font-size: 0;
}

span.dropdown-icon.open svg {
    width: 36px;
    height: 36px;
}

@media (min-width: 1025px) {
    .site-branding {
        margin-right: initial;
        margin-top: 4px;
        position: fixed;
        top: 0;
    }
}

@media only screen and (min-width: 822px) {
    .site-header {
        padding-top: calc(.5 * var(--global--spacing-vertical));
        padding-bottom: calc(.5 * var(--global--spacing-vertical));
    }
}

@media (max-width: 820px) {
    footer#colophon {
        text-align: center !important;
    }
}

@media (max-width: 480px) {
    img.custom-logo {
        width: 45px !important;
        margin: 0;
    }
}

@media only screen and (min-width: 822px) {
    :root {
        --responsive--aligndefault-width: min(calc(100vw - 11 * var(--global--spacing-horizontal)), 610px);
        --responsive--alignwide-width: min(calc(100vw - 11 * var(--global--spacing-horizontal)), 1240px);
    }
    
}

@media (max-width: 1024px) {
    .wp-custom-logo .site-header, footer#colophon {
        padding-top: 0;
        padding-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .list-post-type.list-concepts .post-content, .list-post-type.list-projects .post-content {
        flex-direction: column;
    }

    .list-post-type.list-concepts .post-data-to-right, .list-post-type.list-projects .post-data-to-right {
        width: 100%;
        padding: 0;
    }

    .list-post-type.list-concepts figure, .list-post-type.list-projects figure {
        width: 100%;
        margin-bottom: 36px;
    }
    .menu-button-container {
        display: flex;
        padding-top: 0;
    }
    .primary-navigation .primary-menu-container > ul > .menu-item > a {
        text-align: center;
        font-size: 35px;
        margin: 10px 0;
        font-weight: 700;
        letter-spacing: 2px;
    }
    .list-post-type.list-concepts .list-item h3 a, .list-post-type.list-projects .list-item h3 a {
        font-size: 2.5rem !important;
        line-height: 0.9;
    }
}
.kc-read-more:hover {
    background: #020202;
    border-color: #020202;
    color: #fff;
}
header.entry-header.alignwide {
    max-width: 1117px;
    padding-left: 15px;
    padding-right: 15px;
}

.singular .entry-title {
    font-size: 3rem;
    margin-bottom: -10px;
    font-weight: bold;
}
.post-taxonomies {
    display: none;
}
span.byline {
    display: block;
}
.singular .has-post-thumbnail .entry-header {
    padding-bottom: 0;
}
.single .site-main > article > .entry-footer {
    margin-top: calc(1.4 * var(--global--spacing-vertical));
    margin-bottom: calc(1.4 * var(--global--spacing-vertical));
}.single div#primary {
    padding-top: 4vw;
}
.post-content figure:before {
    content: "LOADING";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.post-content figure {
    position: relative;
}