@media only screen and (max-width: 767px) {
    .site-info h1 {
        font-size: 34px;
        text-align: left;
        margin: 0;
        padding: 0 !important;
    }

    header#branding {
        height: auto;
        box-shadow: 1px 1px 5px rgb(0 0 0 / 13%) !important;
    }
    body.home.blog {
        background: transparent;
    }
    .site-info {
        padding: 14px 20px;
        margin: 12px 0 12px 0 !important;
        position: relative;
    }
    .mobile-menu-triger {
        height: 28px;
        width: 35px;
        position: absolute;
        top: 16px;
        right: 20px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        cursor: pointer;
    }

    .mobile-menu-triger span {
        height: 4px;
        width: 100%;
        background: #6F767C;
        display: inherit;
    }
    #access {
        background: transparent !important;
    }

    #access .mobile-wrapper {
        border: none !important;
    }
    #access .mobile-wrapper {
        background: transparent !important;
        border-radius: 10px !important;
    }

    #access li {
        border-top: 1px solid #6663 !important;
        border-bottom: 0 !important;
        padding: 2px 0 !important;
    }
    #access {
        display: none;
        padding: 0 20px 10px 20px !important;
    }
    .entry-content iframe {
        max-width: 100%;
    }
    .widget.subscribe {

    }
    #page .wrapper div#main {
        box-shadow: none !important;
        margin-bottom: 5px !important;
    }
    #access li a:hover, #access ul > li.triangle_menu_rotate > a {
        background: #ccc !important;
    }
    #access li a:hover, #access ul > li.triangle_menu_rotate >ul li{
        background: #fff;
    }

    #content .hentry {
        border: none !important;
        background: unset !important;
        box-shadow: unset !important;
        margin: 0 0 20px 0 !important;
    }

    .home #content .hentry > * {
        display: none;
    }

    #content .hentry > h2 {
        display: unset !important;
        font-size: 20px !important;
    }

    .larrysummers-cat-section-wrapper {
        display: none;
    }
    .larrysummers-twitter-profile {
        display: flex;
        align-items: center;
        column-gap: 10px;
        padding: 20px;
    }

    .larrysummers-twitter-profile img {
        width: 120px;
        border-radius: 50%;
    }

    .larrysummers-twitter-profile a {
        color: #3E4245 !important;
        font-weight: 900;
        font-size: 22px;
        border: 1px solid #ebebeb;
        padding: 16px 23px;
        border-radius: 6px;
    }
    .larrysummers-twitter-profile img {
        width: 100px;
    }

    .larrysummers-twitter-profile h2 {
        font-size: 20px;
        line-height: 1.4;
    }
    #colophon .social-block {
        margin: 0 !important;
    }
    .header-form input[type=submit] {
        background: #999 !important;
    }
    .header-form form.searchform div {
        display: flex;
        flex-direction: row;
        width: 100% !important;
        max-width: unset !important;
        column-gap: 10px;
        border: unset;
    }

    .header-form form.searchform div input {
        width: 100%;
        position: unset;
        height: 37px !important;
    }

    .header-form form {
        width: 100% !important;
        max-width: unset !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .header-form form.searchform div input:last-child {
        max-width: 162px;
    }
    h4.widget-title, .widget-title {

        font-weight: 900 !important;
    }
    #page .wrapper div#main {
        margin-top: 0 !important;
    }

}

@media only screen and (max-width: 600px) {

    .larrysummers-twitter-profile img {
        width: 90px;
    }

    .larrysummers-twitter-profile h2 {
        font-size: 18px;
    }

    .larrysummers-twitter-profile a {
        font-size: 18px;
        padding: 12px 22px;
    }
}

@media only screen and (max-width: 500px) {

    .larrysummers-twitter-profile h2 {
        font-size: 16px;
    }

    .larrysummers-twitter-profile img {
        width: 80px;
    }

    .larrysummers-twitter-profile a {
        font-size: 16px;
        padding: 10px 16px;
    }
}

@media only screen and (max-width: 400px) {

    .larrysummers-twitter-profile img {
        width: 70px;
    }

    .larrysummers-twitter-profile h2 {
        font-size: 14px;
    }

    .larrysummers-twitter-profile a {
        font-size: 14px;
    }

    .larrysummers-twitter-profile {
        column-gap: 6px;
    }

}

@media only screen and (max-width: 350px) {
    .site-info h1 {
        font-size: 29px;
    }
}

@media(min-width:768px){
h3.page-title.recent_posts.mobile_design {
    display: none;
}
.cat.cat-peach.larrysummers-cat-section-wrapper .lcsw-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
}

.cat.cat-peach.larrysummers-cat-section-wrapper .lcsw-header-wrapper img {
    flex-basis: 20%;
}

.front-cats .larrysummers-cat-section-wrapper.cat h3 {
    flex-basis: 80%;
    padding: 8px 10px;
}
}

@media(max-width:767px){
h3.page-title.recent_posts.mobile_design {
    display: block;
}

.posts_mob h3.page-title.recent_posts.mobile_design a {
    color: #000 !important;
    border-color: #fff;
}
.posts_mob .type-post {position: relative;}
.type-post::before {content: "";position: absolute;width: 90%;height: 1px;background: black;bottom: -10px;}
	
.type-post:last-child:before {
    height: 0;
}
h3.page-title.recent_posts.mobile_design {
    background: #036;
    color: #fff !important;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 10px 15px;
}
}

