/*
// ------------------------------------------ //
//             TABLE OF CONTENTS              //
// ------------------------------------------ //

01. Settings
02. Reset
03. Default
04. Notifications
05. Cookie
06. Sticky Cart

*/
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							GLOBAL DESIGN
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
* {
    color: #777778;
}

html {
    font-size: 16px;
}

ul {
    padding: 0;
    margin-bottom: 0 !important;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
legend {
    font-family: "Lustria", sans-serif;
    color: #777778;
    margin-bottom: 24px;
}

h1 a {
    font-family: "Lustria", sans-serif;
    font-size: 36px;
}

p,
li,
a,
span {
    font-family: "Lato", sans-serif;
    color: #777778;
    font-size: 16px;
    line-height: 1.4;
}

img {
    margin-bottom: 24px;
    display: block;
    max-width: 100%;
    height: auto;
}

blockquote {
    margin: 72px 0 48px;
    padding: 0;
    font-size: 18px;
    border-left: none;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    color: #777778;
    position: relative;
}

blockquote::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10d";
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -48px;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}

fieldset {
    border: 1px solid #e5e5e5;
    margin: 0 2px;
    padding: 24px;
}

legend {
    margin: 0;
    padding: 0;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=datetime],
input[type=datetime-local],
input[type=url],
input[type=date],
input[type=week],
input[type=month],
input[type=time],
input[type=search] {
    height: 40px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    width: 100%;
}

input[type=color],
input[type=range] {
    width: 100%;
}

textarea {
    border: 1px solid #e5e5e5;
    padding: 6px 12px;
    width: 100%;
}

textarea:hover,
textarea:active,
textarea:focus,
button:focus,
button:active,
button:hover,
select:focus,
select:active,
select:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=url]:hover,
input[type=date]:hover,
input[type=week]:hover,
input[type=month]:hover,
input[type=time]:hover,
input[type=search]:hover,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=week]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=search]:focus,
input[type=text]:active,
input[type=password]:active,
input[type=email]:active,
input[type=tel]:active,
input[type=number]:active,
input[type=datetime]:active,
input[type=datetime-local]:active,
input[type=url]:active,
input[type=date]:active,
input[type=week]:active,
input[type=month]:active,
input[type=time]:active,
input[type=search]:active {
    outline: 0 !important;
    -webkit-appearance: none;
}

select {
    border: 1px solid #e5e5e5;
    padding: 6px 12px;
    width: 100%;
    height: 40px;
    line-height: normal;
}

input[type=submit],
input[type=reset],
.button {
    padding: 10px;
    border: none;
    line-height: normal;
    background: #4fb2d9;
    color: #fff;
    margin-top: 12px;
}

input[type=file] {
    border: none;
    line-height: normal;
    padding: 0;
}

input[type=radio],
input[type=checkbox] {
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 6px;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #4fb2d9;
}

a:active,
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

a.more-link:parent {
    position: relative;
}

table {
    width: 100%;
}

.gossip-post-heading {
    font-family: "Lustria", sans-serif;
    font-size: 36px;
}

.more-link {
    margin-top: 24px;
    font-size: 14px;
    font-style: italic;
    width: 120px;
    height: 40px;
    background: #4fb2d9;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
}

.more-link:hover {
    color: #fff;
}

.more-link::after {
    content: "";
    background: #e5e5e5;
    width: 100%;
    height: 1px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: -1;
}

.gossip-margin {
    margin-top: 72px;
    position: relative;
}

.gossip-banner img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.gossip-meta {
    margin: 24px auto 24px;
}

.gossip-single-content {
    margin-bottom: 48px;
}

.gossip-tags {
    margin: 0 auto 48px;
}

.gossip-meta ul {
    display: inline;
}

.gossip-meta div {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-style: italic;
}

.gossip-meta div::before {
    content: "[";
    margin-right: 5px;
}

.gossip-meta div::after {
    content: "]";
    margin-left: 5px;
}

.gossip-meta div a {
    font-size: 14px;
    font-style: italic;
}

.gossip-meta-category li {
    display: inline-block;
}

.gossip-meta-category li::after {
    content: ", ";
}

.gossip-meta-category li:last-child::after {
    content: "";
}

.gossip-comments-closed {
    margin-top: 48px;
}

.form-control {
    height: 48px;
    padding: 6px 12px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #a7a7a7;
    border-color: #e5e5e5;
    background-color: #f9fafa;
    border-radius: 0;
    box-shadow: none;
}

.gossip-form-control:focus {
    border-color: #e5e5e5;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group {
    margin-bottom: 30px;
}

.gossip-btn {
    min-width: 100%;
    height: 40px;
    border-radius: 0;
    background: #4fb2d9;
    color: #fff;
    border: none;
}

.gossip-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.gossip-embed-container iframe,
.gossip-embed-container object,
.gossip-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
						WordPress Core
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-title {
    display: table;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
 /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
 /* Above WP toolbar. */
}

.gossip-body-section {
    margin-bottom: 72px;
}

.sticky li {
    list-style: square;
    margin-top: 12px;
}

.has-gossip-heading-color {
    color: var(--wp--preset--color--gossip-heading);
}

.has-gossip-heading-background-color {
    background-color: var(--wp--preset--color--gossip-heading);
}

.has-gossip-border-color {
    color: var(--wp--preset--color--gossip-border);
}

.has-gossip-border-background-color {
    background-color: var(--wp--preset--color--gossip-border);
}

.has-gossip-primary-color {
    color: var(--wp--preset--color--gossip-primary);
}

.has-gossip-primary-background-color {
    background-color: var(--wp--preset--color--gossip-primary);
}

.has-gossip-99-gray-color {
    color: var(--wp--preset--color--gossip-99-gray);
}

.has-gossip-99-gray-background-color {
    background-color: var(--wp--preset--color--gossip-99-gray);
}

.has-gossip-66-gray-color {
    color: var(--wp--preset--color--gossip-66-gray);
}

.has-gossip-66-gray-background-color {
    background-color: var(--wp--preset--color--gossip-66-gray);
}

.has-gossip-dark-33-color {
    color: var(--wp--preset--color--gossip-dark-33);
}

.has-gossip-dark-33-background-color {
    background-color: var(--wp--preset--color--gossip-dark-33);
}

.has-gossip-form-text-color {
    color: var(--wp--preset--color--gossip-form-text);
}

.has-gossip-form-text-background-color {
    background-color: var(--wp--preset--color--gossip-form-text);
}

.has-gossip-form-bg-color {
    color: var(--wp--preset--color--gossip-form-bg);
}

.has-gossip-form-bg-background-color {
    background-color: var(--wp--preset--color--gossip-form-bg);
}

.has-gossip-light-gray-color {
    color: var(--wp--preset--color--gossip-light-gray);
}

.has-gossip-light-gray-background-color {
    background-color: var(--wp--preset--color--gossip-light-gray);
}

.has-gossip-light-gray-bg-color {
    color: var(--wp--preset--color--gossip-light-gray-bg);
}

.has-gossip-light-gray-bg-background-color {
    background-color: var(--wp--preset--color--gossip-light-gray-bg);
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							GOSSIP WP CALENDAR
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.widget_calendar {
    float: left;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    color: #fff;
    background: #777778;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 700;
}

#wp-calendar caption thead {
    font-size: 0.8125rem;
    color: #777778;
}

#wp-calendar caption thead th {
    padding: 0.625rem 0;
    text-align: center;
    border: 1px solid #e5e5e5;
}

#wp-calendar caption tbody {
    color: #777778;
}

#wp-calendar caption tbody td {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 0.5rem;
}

#wp-calendar caption tbody td:hover {
    background: #fff;
}

#wp-calendar caption tbody .pad {
    background: transparent;
}

#wp-calendar caption tbody .pad:hover {
    background: transparent;
}

#wp-calendar caption tfoot {
    background: #777778;
    color: #fff;
}

#wp-calendar caption tfoot a {
    color: #fff;
}

#wp-calendar caption tfoot #next {
    padding: 0.375rem 0;
    padding-right: 0.75rem;
    text-align: right;
}

#wp-calendar caption tfoot #prev {
    padding: 0.375rem 0;
    padding-left: 0.75rem;
}

.gossip-footer-widget #wp-calendar thead {
    background: #fff;
}

.gossip-footer-widget #wp-calendar tbody .pad {
    background: #fff;
}

.gossip-footer-widget #wp-calendar tbody .pad:hover {
    background: #fff;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							GOSSIP LOGO
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.gossip-logo {
    text-align: center;
}

.gossip-logo h1 {
    font-size: 3.25rem;
    font-weight: 700;
    margin: 3rem auto 0.75rem;
    color: #777778;
    text-align: center;
}

.gossip-logo p {
    text-align: center;
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

.gossip-logo a img {
    margin: 1.5rem auto;
}

@media only screen and (max-width: 783px) {
    .gossip-logo {
        margin: 48px auto;
        padding: 0 30px;
    }
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							GOSSIP SOCIAL ICON
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.gossip-social {
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

.gossip-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 0.3125rem;
}

.gossip-social ul li a i {
    font-size: 2rem;
    color: #777778;
}

.gossip-social ul li a i.fa-facebook-square:hover {
    color: #3b5998;
}

.gossip-social ul li a i.fa-twitter-square:hover {
    color: #00aced;
}

.gossip-social ul li a i.fa-youtube-square:hover {
    color: #b00;
}

.gossip-social ul li a i.fa-google-plus-square:hover {
    color: #dd4b39;
}

.gossip-social ul li a i.fa-behance-square:hover {
    color: #1769ff;
}

.gossip-social ul li a i.fa-linkedin-square:hover {
    color: #0077b5;
}

.gossip-social ul li a i.fa-instagram:hover {
    color: #3f729b;
}

@media only screen and (max-width: 783px) {
    .gossip-social {
        text-align: left;
        margin-bottom: 0;
    }
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
						GOSSIP SERACHFORM
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.search-form {
    width: 100%;
    position: relative;
}

.search-form label {
    min-width: 100%;
}

.search-form .search-field {
    height: 2.5rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    padding: 6px 12px;
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
}

.search-form .search-field::-moz-placeholder {
    font-weight: 300;
    color: #999;
    opacity: 1;
}

.search-form .search-field:-ms-input-placeholder {
    color: #999;
}

.search-form .search-field::-webkit-input-placeholder {
    color: #999;
}

.search-form .search-submit {
    position: absolute;
    font-family: "FontAwesome";
    background: #777778;
    box-shadow: none;
    border: 0;
    color: #fff;
    height: 2.5rem;
    width: 2.5rem;
    text-align: center;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

.search-form .search-field {
    background-color: #fff;
}

.gossip-search-social .search-form {
    margin: 0 auto;
}

.page-content .search-form {
    margin-top: 1.5rem;
}

.gossip-upper-search {
    max-width: 300px;
    margin: auto;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							GOSSIP NAVIGATION
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* MObile Navigation */
@media only screen and (max-width: 783px) {
    .gossip-mobile-container {
        position: relative;
    }

    .gossip-mobile-container nav {
        position: fixed;
        width: 300px;
        height: 100%;
        overflow: scroll;
        background: #fff;
        top: 0;
        right: -300px;
        padding: 3rem 1.5rem;
        z-index: 999999;
        -webkit-box-shadow: 0 0 2px 2px rgba(119, 119, 120, 0.4);
        -moz-box-shadow: 0 0 2px 2px rgba(119, 119, 120, 0.4);
        box-shadow: 0 0 2px 2px rgba(119, 119, 120, 0.4);
        transition-property: right;
        transition-duration: 1s;
        transition-timing-function: ease-out;
    }

    .gossip-mobile-container .gossip-nav-open {
        right: 0;
    }

    .gossip-nav li a {
        overflow: hidden;
        display: block;
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        color: #777778;
    }

    .gossip-nav .search-form {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .gossip-nav .gossip-social {
        margin-top: 1.5rem;
    }

    .gossip-mobile-navigation li ul {
        padding-left: 0.75rem;
        display: block;
    }

    .gossip-mobile-navigation .menu li {
        border-top: 1px solid #e5e5e5;
    }

    .gossip-mobile-navigation .menu:first-child {
        border-top: none;
    }

    .gossip-mobile-navigation .menu ul li {
        border-top: 1px solid #e5e5e5;
    }

    .gossip-side-trigger {
        padding: 0.75rem 0 0.75rem 0;
        background: #777778;
    }

    .gossip-side-trigger i {
        font-size: 1.125rem;
        color: #fff;
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        text-align: center;
        border: 1px solid #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 0.1875rem;
        -o-border-radius: 0.1875rem;
        border-radius: 0.1875rem;
    }

    .gossip-side-trigger i:hover {
        background: #fff;
        color: #777778;
        border: none;
    }

    .gossip-close-trigger i {
        font-size: 1.5rem;
        color: #777778;
    }

    .gossip-search-social {
        display: none;
    }

    ul.mtree li.mtree-open > a::after {
        content: "-";
        margin-left: 0.75rem;
    }

    ul.mtree li.mtree-closed > a::after {
        content: "+";
        margin-left: 0.75rem;
    }
}

@media only screen and (min-width: 784px) {
    .gossip-nav .gossip-desktop-navigation {
        background: #fff;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }

    .gossip-nav .gossip-desktop-navigation ul li {
        list-style: none;
        display: inline-block;
        margin-right: 1.5rem;
        position: relative;
    }

    .gossip-nav .gossip-desktop-navigation ul li:last-child {
        margin-right: 0;
    }

    .gossip-nav .gossip-desktop-navigation ul li a {
        margin: 1.5rem auto;
        font-family: "Lato", sans-serif;
        font-size: 0.8125rem;
        font-weight: 700;
        color: #777778;
        text-transform: uppercase;
        display: inline-block;
    }

    .gossip-nav .gossip-desktop-navigation ul li a:hover {
        text-decoration: none;
        display: block;
    }

    .gossip-nav .gossip-desktop-navigation ul li ul {
        background: #fff;
        width: 200px;
        position: absolute;
        top: 67px;
        left: 0;
        display: none;
        z-index: 9999;
        -webkit-box-shadow: 0 0 2px 2px rgba(119, 119, 120, 0.4);
        -moz-box-shadow: 0 0 2px 2px rgba(119, 119, 120, 0.4);
        box-shadow: 0 0 2px 2px rgba(119, 119, 120, 0.4);
    }

    .gossip-nav .gossip-desktop-navigation ul li ul li {
        display: block;
        text-align: left;
        margin-right: 0;
    }

    .gossip-nav .gossip-desktop-navigation ul li ul li a {
        margin: 0 auto;
        font-weight: 700;
        padding: 0.875rem 1.5rem;
        display: block;
        border-bottom: 1px solid #e5e5e5;
        display: block;
    }

    .gossip-nav .gossip-desktop-navigation ul li ul li ul {
        top: 0;
        left: -99999999999999px;
    }

    .gossip-nav .gossip-desktop-navigation ul li ul li ul li:hover a {
        color: #4fb2d9;
    }

    .gossip-nav .gossip-desktop-navigation ul li ul li ul li:hover ul {
        left: 200px;
    }

    .gossip-nav .gossip-desktop-navigation ul li ul li ul li:hover ul li a {
        color: #777778;
    }

    .gossip-nav .gossip-desktop-navigation ul li ul li ul li:hover ul li a:hover {
        color: #4fb2d9;
    }

    .gossip-nav .gossip-desktop-navigation ul li ul li ul li ul {
        top: 0;
        left: 1.25rem;
        display: none;
    }

    .gossip-nav .gossip-desktop-navigation ul li ul li:hover ul {
        left: 200px;
    }

    .gossip-nav .gossip-desktop-navigation ul li ul li:hover ul li a {
        color: #777778;
    }

    .gossip-nav .gossip-desktop-navigation ul li ul li:hover ul li a:hover {
        color: #4fb2d9;
    }

    .gossip-nav .gossip-desktop-navigation ul li ul li:hover a {
        color: #4fb2d9;
    }

    .gossip-nav .gossip-desktop-navigation ul li ul li.has-child-2 > a::after {
        font-family: "FontAwesome";
        position: absolute;
        content: "\f105  ";
        right: 1.5rem;
    }

    .gossip-nav .gossip-desktop-navigation ul li:hover a {
        color: #4fb2d9;
    }

    .gossip-nav .gossip-desktop-navigation ul li:hover > ul {
        display: block;
    }

    .gossip-nav .gossip-desktop-navigation ul li:hover ul li a {
        color: #777778;
        display: block;
    }

    .gossip-nav .gossip-desktop-navigation ul li:hover ul li a:hover {
        color: #4fb2d9;
    }

    .gossip-nav .gossip-desktop-navigation ul li.has-child > a::after {
        font-family: "FontAwesome";
        content: "\f107  ";
        margin-left: 0.625rem;
    }

    .gossip-nav .gossip-side-trigger {
        display: none;
    }

    .gossip-nav .gossip-social {
        display: none;
    }

    .gossip-search-trigger {
        display: none;
    }
}

.mobile-toggle {
    display: block !important;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
						GOSSIP LINK POST
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.gossip-link-post {
    background: #777778;
    padding: 3rem 1.5rem;
    text-align: center;
    width: 100%;
    height: 100%;
}

.gossip-link-details a {
    font-size: 1.5rem;
    font-family: "Lustria", sans-serif;
    color: #fff;
}

.gossip-link-details span {
    display: block;
}

.gossip-link-details span i {
    color: #4fb2d9;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
						GOSSIP GALLERY POST
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.gallery-item {
    display: inline-table;
    width: 24%;
    margin-right: 1%;
}

.gallery-item:nth-child(n+4) {
    clear: both;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
						GOSSIP QUOTE POST
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.gossip-quote-post {
    background: #777778;
    padding: 1.5rem;
    text-align: center;
}

.gossip-quote-details blockquote {
    font-size: 1.5rem;
    margin: 1.5rem;
    margin-top: 4.5rem;
    font-family: "Lustria", sans-serif;
    color: #fff;
}

.gossip-quote-details::before {
    color: #4fb2d9;
    font-size: 1.5rem;
}

.gossip-quote-details a,
.gossip-quote-details p {
    clear: both;
    text-align: center;
    display: block;
    font-size: 0.8125rem;
    font-family: "Lustria", sans-serif;
    font-style: italic;
    color: #4fb2d9;
    padding-top: 1.5rem;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							GOSSIP SIDEBAR
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.gossip-sidebar-container {
    margin-top: 3rem;
    padding: 3rem 1.5rem;
    outline: 1px solid #e5e5e5;
    overflow: hidden;
}

.gossip-sidebar-container h2 {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3rem;
}

.gossip-sidebar-container li .page_item_has_children a {
    margin-bottom: 0;
}

.gossip-sidebar-container ul li {
    border-top: 1px solid #e5e5e5;
}

.gossip-sidebar-container ul li:first-child {
    border-top: none;
}

.gossip-sidebar-container ul li a {
    padding: 0.75rem 0;
    display: block;
    line-height: 1;
}

.gossip-sidebar-container .children {
    padding-left: 1.5rem;
    border-top: 1px solid #e5e5e5;
    list-style: square;
}

.gossip-about-author {
    text-align: center;
}

.gossip-about-author img {
    margin: 1.5rem auto 0;
    padding-bottom: 0;
}

#recentcomments li {
    padding: 0.625rem 0;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							GOSSIP COMMENTS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.gossip-comment-form p label {
    display: none;
}

.gossip-comment-container {
    clear: both;
    border-top: 1px solid #e5e5e5;
}

.gossip-post-comment {
    margin-top: 1.5rem;
}

.comment-list {
    padding-left: 0;
}

.comments-title, .comment-reply-title {
    font-family: "Lato", sans-serif;
    font-size: 2.25rem;
    color: #777778;
    text-align: center;
    font-weight: 700;
    padding-top: 3rem;
}

.comment-meta {
    font-family: "Lustria", sans-serif;
    overflow: hidden;
    padding-top: 3rem;
    position: relative;
}

.children .comment-meta {
    padding-top: 1.5rem;
}

.comment-author img {
    float: left;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    width: 3.125rem;
    height: auto;
    border: 1px solid #777778;
    position: relative;
}

.comment-author .fn {
    font-family: "Lustria", sans-serif;
}

.gossip-comment-container a {
    font-family: "Lustria", sans-serif;
    color: #4fb2d9;
}

.gossip-comment ol,
.gossip-comment li {
    list-style: none;
}

.comment-metadata a {
    font-size: 0.9375rem;
    font-weight: 300;
    font-style: italic;
    color: #4fb2d9;
}

.comment-metadata .edit-link a {
    font-size: 0.875rem;
    font-style: normal;
    color: #777778;
    margin-left: 0.75rem;
}

.comment-metadata .edit-link a::before {
    content: "\f044  ";
    font-family: "FontAwesome";
}

.comment-content {
    clear: both;
}

.reply a {
    font-size: 0.9375rem;
}

.reply a::before {
    content: "\f122  ";
    font-family: "FontAwesome";
}

.gossip-comment-form {
    clear: both;
}

.gossip-comment-form textarea {
    height: 336px;
}

@media only screen and (max-width: 783px) {
    .comment-author {
        overflow: hidden;
        clear: both;
        height: auto;
        padding-top: 0;
        padding-bottom: 1.5rem;
    }

    .gossip-post-comment-reply {
        margin-left: 3rem;
    }
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							GOSSIP SINGLE POST AUTHOR
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.gossip-post-author {
    margin-bottom: 3rem;
    overflow: hidden;
}

.gossip-post-author-img {
    float: left;
    width: 150px;
    margin-right: 1.5rem;
}

.gossip-post-author-img img {
    border: 5px solid #777778;
}

.gossip-post-author-details {
    overflow: hidden;
}

.gossip-post-author-details h3 {
    margin-top: 0;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #777778;
    text-transform: uppercase;
}

@media only screen and (max-width: 783px) {
    .gossip-post-author-details {
        overflow: unset;
        clear: both;
    }

    .gossip-post-author-details h3 {
        margin-top: 1.5rem;
    }
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							GOSSIP PAGINATION
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.gossip-pagination {
    margin-top: 3rem;
}

.page-links {
    margin-top: 1.5rem;
}

.page-numbers,
.page-links a,
.nav-previous a,
.nav-next a {
    padding: 0.625rem;
    margin: 0 0.125rem 0 0;
    border: 1px solid #e5e5e5;
    line-height: 1;
    text-decoration: none;
    border-radius: 0.125rem;
    font-weight: 700;
    font-size: 0.875rem;
}

.page-numbers.current,
a.page-numbers:hover,
.page-links a:hover {
    background: #f9f9f9;
}

.comment-navigation {
    margin-top: 1.5rem;
}

.nav-previous {
    float: left;
}

.nav-previous a::before {
    font-family: "FontAwesome";
    content: "\f177  ";
}

.nav-next {
    float: right;
}

.nav-next a::after {
    font-family: "FontAwesome";
    content: " \f178";
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							GOSSIP FOOTER WIDGET
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.gossip-footer-widget {
    background: #474747;
    padding-bottom: 3rem;
    overflow: hidden;
}

.gossip-footer-widget h2 {
    margin: 3rem auto 1.5rem;
    font-size: 1.25rem;
    color: #b9b9b9;
    line-height: 1;
}

.gossip-footer-widget p {
    color: #8a8a8a;
    font-size: 1rem;
}

.gossip-footer-widget li {
    border-bottom: 1px solid #383838;
    border-top: 1px solid #535353;
}

.gossip-footer-widget li:first-child {
    border-top: none;
}

.gossip-footer-widget li:last-child {
    border-bottom: none;
}

.gossip-footer-widget li a {
    color: #8a8a8a;
    font-size: 1rem;
    padding: 0.3125rem 0;
    display: block;
}

.gossip-footer-widget li a:hover {
    color: #4fb2d9;
}

.gossip-footer-widget li .children {
    padding-left: 1.5rem;
    list-style: square;
    border-top: 1px solid #535353;
    -webkit-box-shadow: 0 -1px 0 #383838;
    -moz-box-shadow: 0 -1px 0 #383838;
    box-shadow: 0 -1px 0 #383838;
}

.gossip-footer-widget li #recentcomments li {
    padding: 0.3125rem 0;
}

.gossip-about img {
    width: 140px;
    height: auto;
    margin-top: 0.1875rem;
    margin-bottom: 0;
}

.gossip-about p i {
    font-size: 0.875rem;
    height: 2.25rem;
    width: 2.25rem;
    color: #b9b9b9;
    background: #666;
    text-align: center;
    line-height: 2.25rem;
    border-radius: 0.1875rem;
    margin-right: 0.75rem;
}

.tagcloud a {
    padding: 2.875rem 0.625rem;
    background: #4fb2d9;
    color: #fff;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							GOSSIP FOOTER COPYRIGHT
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.coffee-house-footer-branding a {
    color: #fff;
}

.gossip-copyright-area {
    background: #333;
    padding: 1.5rem 0;
    color: #4fb2d9;
}

.gossip-copyright-area p {
    line-height: 1;
    margin-bottom: 0;
}

.gossip-copyright-area a {
    color: #4fb2d9;
}

.gossip-nav li.menu-item-has-children ul {
    display: none;
}