/*
Theme Name:   larrysummers21 child theme
Description:  Write here a brief description about your child-theme
Author:       Write here the author's name
Author URL:   Write here the author's blog or website url
Template:     larrysummers21
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  larrysummers21-child
*/

/* Write here your own personal stylesheet */
.site-info h1 {
    /* color: #fff; */
    overflow: hidden;
    font-family: 'Merriweather';
    font-size: 8em;
    font-weight: 300;
    line-height: 1;
    padding: 16px 0 !important;
    color: #c00 !important;
}
header#branding {
    height: 121px;
    background: transparent;
}

.site-info {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.site-info h1 a[href] {
    color: #BB271A !important;
}

#page .wrapper {
    float: left;
    width: 100%;
    margin: 0 0 26px 0;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
#page .wrapper div#main {
    float: left;
    width: 100%;
    margin: 26px 0;
    -webkit-box-shadow: 0px 28px 15px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 28px 15px rgba(50, 50, 50, 0.3);
    box-shadow: 8px 9px 15px rgb(50 50 50 / 30%);
}
.header-form div {
    border: 1px solid #666;
    margin: 0 0 !important;
    margin-bottom: 11px !important;
}

.header-form {
    float: unset;
    width: 100% !important;
}
.site-info h1 a[href]:hover {
    text-decoration: unset;
}
.widget.widget_personal {
    background: #CCCCCC !important;
}
.larrysummers-cat-section-wrapper {
    width: 100% !important;
    max-width: calc(100vw - 30px);
}

.front-cats .larrysummers-cat-section-wrapper.cat h3 {
    display: inline-block !important;
    width: unset !important;
    min-width: unset !important;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 700;
    background: #ccc !important;
    padding: 3px 10px;
}
.lcsw-header-wrapper img {
    display: inline-block;
    width: 100px;
    margin-bottom: -11px;
    margin-right: 6px;
}

.lcsw-header-wrapper {
    padding: 10px 0px;
}

.lcsw-header-wrapper > * {
    display: inline-block;
}
.front-cats .cat .post h4 {
    font-family: 'Merriweather';
    font-size: 18px;
}

.larrysummers-cat-section-wrapper .post p:nth-last-child(2), .larrysummers-cat-section-wrapper .post p:nth-last-child(1) {
    display: contents;
    float: left;
}
.larrysummers-cat-section-wrapper p {
    font-size: 14px;
}
.hide-desktop {
    display: none;
}


.widget.widget_gray_cat.red_cat {
	background: #f6c7c5 !important
	
}