.breadcrumbs {
    display: none;
}
.nav-sections {
    margin-bottom: 42px;
}
.block.widget:nth-of-type(odd):before {
    display: none !important;
}
.block.widget:nth-of-type(odd):after {
    display: none !important;
}
#article-main {
    position: relative;
}

#article-main #head-holder {
    width: 650px;
    position: relative;
    margin: 0 auto;
}

#article-main #article-holder {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
    gap: 42px;
    transition: 0.2s;
}

#article-main .article {
    color: #fff;
    display: inline-table;
    position: relative;
    transition: 0.5s;
    min-width: 100%;
}

#article-main .article img {
    display: block;
}
#article-main .head-text {
    background: #f2f3f4;
    color: #373737;
    padding: 32px 32px 90px;
    height: 70px;
    transition: 0.2s;
}
#article-main .head-text h1 {
    margin-bottom: 0.4em;
    font-size: 24px;
    font-family: gothambook, helvetica neue, Helvetica, Arial, sans-serif;
}
#article-main .head-text h2 {
    margin: 0;
    font-size: 18px;
}
#article-main .article h2 {
    font-weight: 400;
}
#article-main h2 {
    font-weight: 500;
    font-size: 32px;
    color: #373737;
}
#article-main #header {
    text-align: center;
    background-image: url('https://www.perfectcircuit.mom/media/wysiwyg/articles/signal-header-2760x848.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
    transition: 0.5s;
    height: 420px;
    box-sizing: border-box;
}

#article-main .top-block {
    display: block;
    font-size: 18px;
    line-height: 55px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.2s;
    padding: 0;
}

#article-main #feature {
    color: #fff;
    background: #373737;
}

#article-main #categories {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
#article-main #categories .top-block {
    width: calc(100% / 4 - 15px);
    background: unset;
    color: #373737;
    border: 3px solid #373737;
}
#article-main #category-header {
    text-transform: uppercase;
    font-weight: 500;
    height: 60px;
    line-height: 59px;
    font-size: 18px;
}

#article-main #category-header #category-text {
    display: none;
    float: left;
}

#article-main #category-header #category-link {
    display: none;
    cursor: pointer;
    float: right;
}

#article-main #category-header #category-link:after {
    content: '\f138';
    font-family: FontAwesome;
    margin-left: 5px;
    display: inline-block;
    text-decoration: none !important;
}

#article-main #signal-logo {
    width: 300px;

    margin: 0 auto;
}

#article-main .article:hover {
    transition: 0.1s;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 8px 1px;
}
#article-main .tag {
    background: #373737;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 20px;
    z-index: 1;
    transition: 0.1s;
    box-shadow: none;
}

#article-main #top {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

#article-main .read-holder {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding-top: 32px;
}
#article-main #read-more {
    background: #34b4c9;
    padding: 0;
    height: 50px;
    line-height: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: gothambook, helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    border-radius: 0;
    box-sizing: border-box;
    vertical-align: middle;
    width: calc(100% / 3 - 20px);
}

#article-main #read-more span {
    font-size: 1.8rem;
    display: block;
}
#article-main #read-more img {
    display: none;
}
#article-main #search-input {
    height: 46px;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid #c2c2c2;
    width: 100%;
    font-family: gothambook, helvetica neue, Helvetica, Arial, sans-serif;

    text-align: center;
    font-size: 18px;
}
#article-main #search-input:focus {
    outline: 0;
    box-shadow: 0 0 3px 0 #7f8990;
}

#article-main #livesearch {
    border: 1px solid #dcdcdc;
    width: 100%;
    display: none;
    text-align: left;
    box-sizing: border-box;
    padding: 5px 0;
    position: absolute;
    background: #fff;
    z-index: 2;
}
#article-main #header a.suggestion {
    color: #373737;
    height: unset;
    line-height: unset;
    display: block;
    box-sizing: border-box;
    padding: 5px 15px;
    text-decoration: none;
}
#article-main #header a.suggestion:hover {
    box-shadow: none;
    background: #34b4c952;
}
#article-main #header .suggestion-title {
    font-weight: 700;
    display: block;
}
@media (max-width: 1250px) and (min-width: 1024px) {
    #article-main .head-text {
        padding: 20px 20px 90px;
    }
    #article-main .head-text h1 {
        font-size: 1.4em;
    }
    #article-main #article-holder {
        gap: 30px;
    }
}
@media (max-width: 1023px) {
    #article-main #category-header {
        height: 50px;
        line-height: 49px;
    }
    #article-main #article-holder {
        grid-template-columns: auto auto;
        gap: 20px;
    }
    #article-main #header {
        height: unset;
    }
    .nav-sections {
        margin-bottom: 20px;
    }

    #article-main .read-holder {
        padding-top: 0;
    }

    #article-main #read-more {
        width: 50%;
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .breadcrumbs {
        display: block;
    }
    #article-main #category-header {
        height: 41px;
        line-height: 40px;
        font-size: 15px;
    }
    #article-main h2 {
        font-size: 22px;
    }
    #article-main #categories .top-block {
        width: calc(100% / 4 - 10px);
    }

    #article-main #head-holder {
        width: 100%;
    }
    #article-main .top-block {
        font-size: 14px;
        line-height: 36px;
    }

    #article-main #header {
        padding: 30px 20px;
    }

    #article-main #signal-logo {
        width: 200px;
    }
    #article-main #livesearch {
        top: 37px;
    }

    #article-main #read-more {
        width: 100%;
        margin-top: 15px;
    }
    #article-main .head-text {
        height: auto;
        padding: 24px 24px 46px;
    }
    #article-main .head-text h1 {
        font-size: 1.5em;
    }
    #article-main .head-text h2 {
        font-size: 1.2em;
    }
    #article-main #search-input {
        height: 38px;
        font-size: 16px;
    }
    #article-main #top {
        margin-top: 15px;
    }
}

@media (max-width: 560px) {
    #article-main #article-holder {
        grid-template-columns: auto;
    }
}

@media (max-width: 450px) {
    #article-main #category-header {
        font-size: 13px;
    }
    #article-main #header {
        background-image: url('https://d2wclktjr2mmlu.cloudfront.net/media/wysiwyg/articles/signal-header-mobile-a.jpg');
    }
    #article-main .top-block {
        text-transform: none;
    }
    #article-main h2 {
        font-size: 20px;
        margin: 1rem 0;
    }
    #article-main #categories {
        margin: 10px 0;
    }
    #article-main #categories .top-block {
        border: unset;
        font-weight: 500;
    }
}
