/**
 * Vanilla Styles
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */
#slideout-menu h3.widget-title {
    line-height: 1em !important;
    padding-bottom: 25px;
}

@media (min-width: 897px),(min-width: 768px)and (max-width: 991px)and (orientation: portrait) {
    .section-three_columns .grid.grid-12-col .cell.span-4 {
        flex: 0 0 calc(50% - 20px)
    }

    .section-three_columns .grid.grid-12-col {
        display: flex
    }
}

@media (max-width: 1099px) {
    .section-three_columns .cell:nth-child(3) {
        display: none
    }

    .section-three_columns.expanded .cell:nth-child(3) {
        display: block
    }

    .section-three_columns .grid:not(.header-grid) .cell:nth-child(2) p:last-child:after {
        content: "... Read More";
        display: inline-block;
        text-transform: uppercase
    }

    .section-three_columns.expanded .grid:not(.header-grid) .cell:nth-child(2) p:last-child:after {
        content: "... Read Less"
    }

    .section-three_columns .grid:not(.header-grid) .cell:nth-child(2) p:last-child:hover:after {
        text-decoration: underline
    }
}

@media (min-width: 768px)and (max-width: 1099px) {
    .section-three_columns .grid.header-grid .cell:nth-child(2) {
        transform: translate(calc(-50% - 20px), 0px)
    }

    .section-three_columns .cell:first-child p img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: "object-fit: cover;"
    }

    .section-three_columns .cell:first-child p {
        padding-top: 4px;
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        align-self: flex-start
    }
}

@media (min-width: 1100px)and (max-width: 1320px) {
    .section-three_columns .cell:first-child p {
        height: 100%
    }

    .section-three_columns .cell p {
        font-size: 15px
    }

    .section-three_columns .cell:first-child p > img {
        height: 90%;
        object-fit: cover
    }
}

@media (min-width: 1100px) {
    .section-three_columns .grid.grid-12-col .cell.span-4 {
        flex: 0 0 calc(33.333% - 55px)
    }

    .section-three_columns .grid.grid-12-col.header-grid .cell.span-4:nth-child(2), .section-three_columns .grid.grid-12-col:not(.header-grid) .cell.span-4:nth-child(1) {
        flex: 0 0 calc(33.333% - 10px)
    }

    .section-three_columns .grid:not(.header-grid) .cell:first-child {
        order: 2
    }

    .section-three_columns .grid:not(.header-grid) .cell:nth-child(2) {
        order: 1
    }

    .section-three_columns .grid:not(.header-grid) .cell:nth-child(3) {
        order: 3
    }
}

.section-three_columns .container h2 {
    margin-bottom: 40px;
    display: block;
    position: relative;
    display: flex;
    justify-content: space-between
}

.section-three_columns .container h2:after {
    content: "";
    background-color: #000;
    border: 1px solid #000;
    width: 4px;
    height: 4px;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.section-three_columns .container p {
    text-align: justify
}

#as-seen-in ul {
    list-style: none;
    line-height: 1.5;
    max-width: 1065px;
    margin: 0 auto;
    padding: 0 10% 0 20%
}

@media (min-width: 575px) {
    #as-seen-in ul {
        columns: 2
    }
}

.page-about .instagram {
    margin-top: 90px;
}

.single-format-standard .post-legacy.container {
    max-width: 640px;
}

.single-format-standard .post-legacy.container img {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    #linkbar .nav-list li {
        padding-left: 35px;
        padding-right: 35px;
    }
}

.post-navigation, #navigation {
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 18px;
}

.post-navigation .arrows, .post-navigation .link, #navigation .nav-previous, #navigation .nav-next {
    display: inline;
}

.post-navigation .arrows svg {
    width: 22px;
}

.post-navigation .arrows.prev-arrow svg {
    transform: rotate(180deg);
}

.post-navigation .dot, #navigation .dot {
    padding: 0 20px;
}

#navigation .pagination .nav-previous, #navigation .pagination .nav-next {
    float: none;
}

.page-picks .cat-menu ul.sub-menu li ul.sub-menu, body.tax-spcategory .cat-menu ul.sub-menu li ul.sub-menu {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    display: none;
}

.page-picks .cat-menu a {
    font-size: 14px;
    letter-spacing: 0.1em;
}

.subbie {
    display: none;
}

.tax-spcategory .cat-item .title {
    margin: 0;
}


@media (max-width: 599px) {
    body.with-sidebar .header-logo {
        max-width: 120px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}

.postid-33920 img {
	max-height: none;
}