#categories a,
.blogbox h2 a {
    color: var(--colour-secondary-400)
}

.flex__col-8 {
    flex: 0 0 66.6666666667%
}

.blogroll.container,
.single.container {
    max-width: 1080px
}

.border-bottom {
    border-bottom: 1px var(--colour-grey-200) solid
}

#cat-dropdown {
    margin-bottom: 2em;
    width: 100%;
    margin-top: 1em;
    text-align: center;
    font-size: 1.5em
}

.blogroll.container {
    align-items: center;
    justify-content: center
}

.blogroll h1 {
    margin-bottom: .5em;
    line-height: 1.1;
    text-align: center
}

.blogroll .subheader {
    display: block;
    font-size: .7em;
    font-weight: 100 !important;
    color: var(--colour-grey-800)
}

#categories {
    display: flex;
    padding: 0;
    line-height: 3em;
    margin: 1.5em 0 3em;
    justify-content: center;
    flex-wrap: wrap
}

#categories .cat-item {
    list-style: none;
    padding: 0 1.1em
}

#categories a {
    white-space: nowrap
}

#categories .current-cat a {
    border: 1px solid #183666;
    padding: .4em 1em;
    border-radius: 1.5em;
    margin: 0 -1em
}

#recentposts {
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    margin-bottom: 2em;
    padding-bottom: 2em
}

.blogbox {
    margin-bottom: 4em;
    border: 1px solid #cdcdcd;
    position: relative;
    flex: 0 0 calc(33.3333333333% - 2.15rem);
    box-shadow: 0 0 2em 0 rgba(0, 0, 0, .15)
}

@media only screen and (max-width:1000px) {
    .blogbox {
        flex: 0 0 100% !important
    }

    .blogbox img {
        width: 100% !important
    }
}

.blogbox:hover {
    box-shadow: 0 0 2em 0 rgba(0, 0, 0, .3)
}

.primary_catergory {
    color: var(--colour-primary-600);
    font-size: .8em;
    letter-spacing: .05em;
    font-weight: 600;
    margin-bottom: .5em;
    text-transform: uppercase
}

.blogbox h2 {
    font-size: 1.25em;
    line-height: 1.3em;
    margin: 0
}

.blogbox h2 a {
    font-weight: 600
}

.blogroll .wp-post-image {
    width: 100%
}

.summary {
    padding: 1.3em 1em 3em
}

.date {
    font-size: .6em;
    color: #333;
    font-weight: 400;
    display: block;
    margin-top: .3em
}

.blogroll .date {
    position: absolute;
    left: 1.5em;
    bottom: 1em
}

.single h1 {
    margin-bottom: .15em
}

#the_post h3 {
    font-weight: 600;
    margin-bottom: 1.5em;
    font-size: 1.3em
}

.wp-block-cover,
.wp-block-post-featured-image {
    margin-bottom: 2em;
    margin-top: 2em
}

.wp-block-cover img,
.wp-block-post-featured-image img {
    border-radius: .75em;
    box-shadow: 0 0 2em 0 rgba(0, 0, 0, .15);
    width: 100%
}

.yoast-table-of-contents {
    margin-bottom: 2em;
    padding: 1.5em 1.5em 2em;
    border-radius: 1em;
    border: 1px solid #ababab
}

.yoast-table-of-contents a {
    color: #333;
    font-weight: 500
}

.yoast-table-of-contents ul li {
    list-style: decimal;
    padding-left: .2em;
    margin: .4em 0
}

.no-numbering ul li,
.sidebar ul {
    list-style: none
}

.sidebar {
    border-left: 1px var(--colour-grey-200) solid;
    font-size: .9em;
    line-height: 1.3em;
    padding: 0 0 0 3.5em
}

.sidebar ul {
    padding: 0 0 3em;
    margin-bottom: 3em
}

.sidebar h4 {
    margin-bottom: 1em;
    font-size: 1.3em
}

.sidebar li {
    margin-bottom: .75em
}

.sidebar a {
    color: var(--colour-grey-900);
    font-weight: 400
}

#sharethis-wrapper {
    margin-bottom: 3em;
    height: 5.2em
}

#st-1 {
    display: flex;
    justify-content: space-between
}

#st-1 .st-btn>img {
    height: 2em;
    width: 2em;
    top: .7em
}

#st-1 .st-btn[data-network=email],
#st-1 .st-btn[data-network=facebook],
#st-1 .st-btn[data-network=linkedin],
#st-1 .st-btn[data-network=twitter] {
    background-color: #203864;
    filter: invert(1) hue-rotate(163deg) saturate(.1) brightness(1.2)
}

.page-load-status {
    width: 100%;
    display: none;
    position: absolute;
    bottom: 0
}

.no-numbering ul {
    list-style: none;
    padding-left: 1em
}

@media only screen and (min-width:1280px) {
    .flex:not(footer .flex)::after {
        content: "";
        flex: 0 0 calc(33.3333333333% - 1.85rem)
    }

    #recentposts {
        flex-direction: row;
        flex-wrap: wrap
    }

    .single h1 {
        font-size: 3rem;
        line-height: 3.4rem;
        letter-spacing: -.03em
    }
}

.single.container.flex.related {
    margin-top: -1em;
    margin-bottom: 1em
}

#get-quote-float.wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    margin-bottom: 0;
    font-size: .8em
}

#get-quote-float a.button {
    font-size: .7em
}

#get-quote-float .container.padding-min {
    padding-top: .55rem;
    padding-bottom: .35rem;
    margin-bottom: 0 !important
}

#get-quote-float p.h2 {
    font-size: 1.8em
}

#get-quote-float {
    opacity: 1;
    transition: opacity .5s ease-in-out
}

#get-quote-float.fade-out {
    opacity: 0
}

#get-quote-float .container .flex__col-12 {
    margin-bottom: 0 !important
}

#posts_nav {
    clear: both;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.main-content #get-quote,
.main-content #get-quote .container,
.main-content #get-quote .container>div {
    margin-bottom: 0
}