/*
 Theme Name:   Maloney Hardwood Floors (2020 Child)
 Description:  Maloney Hardwood Floors - Twenty Twenty Child Theme
 Author:       Tim Maxwell
 Version: 1.0
 License: GNU General Public License, version 3 (GPLv3)
 License URI: http://www.gnu.org/licenses/gpl-3.0.txt
 Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
 Template: twentytwenty
*/


#editor .editor-styles-wrapper p,
#editor .editor-styles-wrapper ol,
#editor .editor-styles-wrapper ul,
#editor .editor-styles-wrapper dl,
#editor .editor-styles-wrapper dt {
    font-family: Gotham, Arial, sans-serif !important;
}

@media (max-width: 700px) {
	#site-header .header-titles {
		width: 70%;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-around;
	}
}

@media (max-width: 1050px) {
	#site-header .primary-menu li#menu-item-229, #site-header .primary-menu li#menu-item-230 {
		display:none;
	}
}

@media (min-width: 700px) {
	#site-header .header-titles {
		width: 70%;
	    display: flex;
	    justify-content: space-around;
	}
}

@media (max-width: 1000px) {
    img#mhwlogo {
        margin: 0 auto;
    }
}


@media (min-width: 1000px) {
	#site-header .header-inner {
	    padding: 10px 0;
	}

	#site-header .header-titles {
		width: 100%;
		justify-content: space-between;
	}
}

body {
    font-family: Gotham, Arial, sans-serif !important;
}

body .entry-content p, 
body .entry-content ol, 
body .entry-content ul, 
body .entry-content dl, 
body .entry-content dt,
body .widget_text p, 
body .widget_text ol, 
body .widget_text ul, 
body .widget_text dl, 
body .widget_text dt, 
body .widget-content .rssSummary {
    font-family: inherit;
}

#site-content .entry-content > .alignfull {
    margin: 0;
}

body h3 {
    font-size: 3rem;
}

body p {
    font-size: 2rem;
}

body h3, body .heading-size-3 {
    font-size: 2.4rem;
}

body .footer-social a {
    background: #228a22;
}

body h1.entry-title {
    position: relative;
    background: #222;
    padding: 20px 30px 20px 20px;
    font-size: 4rem;
    font-weight: bold;
    border-right: 10px solid #a98955;
    display: table;
}

body header.entry-header.has-text-align-center.header-footer-group {
    position: absolute;
}

body .wp-block-pullquote::after {
    background: #fff;
    border-radius: 50%;
    color: #228a22;
    content: "”";
    display: block;
    font-size: 12rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 auto 1.5rem auto;
    text-align: right;
    height: 4.4rem;
    width: 100%;
    font-family: Times, serif;
}

body .wp-block-pullquote::before {
    color: #228a22;
    text-align: left;
    width: 100%;
    font-family: Times, serif;
    content: "“";
    font-size: 12rem;
}

body .wp-block-pullquote blockquote p {
    font-size: 2.4rem;
    line-height: 1.6em;
    margin: 0 40px;
    text-align: justify;
    font-weight: 500;
}

body .wp-block-pullquote cite {
    font-size: 3rem;
    color: #222;
    font-style: italic;
}

body .wp-block-pullquote cite:before {content: "– ";}


/* Header Styles */

#site-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

#site-header .header-titles {
    margin: 0;
}

#site-header nav.primary-menu-wrapper {
    height: 44px;
}

#site-header nav.primary-menu-wrapper ul.primary-menu {
    margin: 4px 0;
}

#site-header .header-inner .header-titles-wrapper {
    height: 44px;
}



img#mhwlogo {
    width: 100%;
    max-width: 200px;
}

div#logodiv {
    width: 100%;
    vertical-align: top;
}



#site-header .primary-menu li {
    font-size: 12px;
    color: #222;
}

#site-header .primary-menu > li {
    margin-top: 1.1rem
}

#site-header .primary-menu li a {
    color: #222;
    text-transform: uppercase;
}

#site-header .primary-menu li#menu-item-46 {
    margin-top: 0rem;
}

#site-header .primary-menu li#menu-item-46 a {
    background-color: #228a22;
    font-size: 14px;
    color: #fff;
    padding: 10px;
}

#site-header .primary-menu .sub-menu li a {
    color: #fff;
}

#site-header .primary-menu li a:hover {
    color: #228a22;
    text-decoration: none;
}

#site-header .primary-menu li#menu-item-46 a:hover {
    background-color: #207ede;
}

#site-header .primary-menu li a:active {
    text-decoration: none;
}

#site-header .primary-menu > li > .icon {
    display: none;
}

#site-header .primary-menu > li.menu-item-has-children > a {
    padding-right: 0;
}

.menu-modal .modal-menu > li > a, .menu-modal .modal-menu > li > .ancestor-wrapper > a {
    font-size: 1.8rem;
    color: #228a22;
}

.wp-block-cover.alignfull.has-background-dim.has-parallax {
    margin: 0;
    padding: 0;
}

.post-inner.thin {
    padding: 0;
}

header.entry-header.has-text-align-center.header-footer-group {
    position: fixed;
    z-index: 20;
    background: none;
    width: 100%;
    color: #fff;
    text-align: right;
}

body.home .entry-header-inner.section-inner.medium {
    width: calc(100% - 6em);
    max-width: none;
}

/* Footer Styles */


body ul.footer-social {
    justify-content: center;
}

.footer-widgets-wrapper .widget li {
    font-size: 1.4rem;
    margin: 1rem 0 0 0;
}

body .footer-widgets .widget {margin-top: 40px;}

.footer-widgets-wrapper .widget .widget-title {
    margin-bottom: 2rem;
}

body .footer-widgets-wrapper p {
    font-size: 1.6rem;
}

#site-footer .section-inner p {
    font-size: 1.2rem;
}

body .footer-nav-widgets-wrapper, body #site-footer {
    background-color: #eee;
}