/*
	Theme Name: Lynn Item Live
	Theme URI: http://sperlinginteractive.com
	Description: Lynn Item Theme based on HTML5 Blank by Todd Motto
	Version: 1.4.3
	Author: Sperling Interactive, based on HTML5 Blank by Todd Motto (@toddmotto)
	Author URI: http://sperlinginteractive.com

*/

@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Secular+One');
@import url('js/jquery.modal.min.css');
@import url('js/slick-theme.css');
@import url('js/slick.css');
@import url('js/drawer.min.css');

/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html {
    /*font-size: 62.5%;*/
}

body {
    font: 300 16px/1.4 'Lora', 'Helvetica Neue', Helvetica, sans-serif;
    color: #444;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}

#panel {
    background-color: #fff;
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background-color: #FFF;
    min-height: 100vh;
    position: absolute;
    width: 100%;
}


}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
    clear: both;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #444;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: #f01616;
    cursor: pointer
}

button:hover {
    cursor: pointer
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

.events-buttons .button-link,
.button {
    width: 100%;
}

.button-link,
.button {
    background-color: #000;
    color: #fff !important;
    border: 0;
    padding: 5px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: 'Secular One', sans-serif;
    font-weight: lighter;
    width: 80%;
    text-transform: uppercase;
    font-weight: lighter;
    border: 1px solid #000;
    min-width: 100px;
}

.local-link {
    max-width: 150px;
}

.button-link:hover,
.button:hover {
    background-color: #fff;
    color: #000 !important;
    border: 1px solid #000;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Secular One', sans-serif;
    margin: 0;
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 20px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    max-width: 1280px;
    /*max-width: 1400px;*/

    width: 95%;
    margin: 0 auto;
    position: relative;
}

.toolbar-clear {
    /*margin-top: 100px;*/

    margin-top: 80px;
}

/* header */

/*.header {
  margin-top: 50px;
}*/
.weather-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.weather-description {
    display: inline-block;
    font-family: 'Secular One', sans-serif;
    text-transform: uppercase;
    font-weight: lighter;
    height: 30px vertical-align: middle;
}

.user-info {
    float: right;
    font-size: 16px;
    display: block;
    text-align: right;
}

.user-info .fa-user-circle-o {
    font-size: 25px
}

.user-info>div {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
}

.user-info>div:first-of-type,
.user-info>div:nth-of-type(2),
.user-info>div:nth-of-type(3) {
    /*border-right: solid 1px #000;*/
    /*padding: 0 20px;*/

    margin: 0 20px;
}

.subscribe-button {
    line-height: 30px;
    vertical-align: text-top;
}

.subscribe-button a {
    font-family: 'Secular One', sans-serif;
    text-transform: uppercase;
    font-weight: lighter;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    padding: 2px 4px;
    vertical-align: bottom;
    line-height: 30px;
    border: solid 1px #000
}

.subscribe-button a:hover {
    background-color: #fff;
    color: #000;
}

.users {
    font-family: 'Secular One', sans-serif;
    text-transform: uppercase;
    font-weight: lighter;
    min-width: 132px;
}

.users img {
    height: 25px;
    width: 25px;
    border-radius: 18px;
    margin-right: 3px !important;
}

.toolbar {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    border-bottom: 3px solid #000;
    padding: 10px;
    background-color: #fff;
}

.admin-bar .toolbar {
    top: 30px;
}

#wp-admin-bar-wp-logo {
    display: none !important;
}

.toolbar .location-dropdown select {
    font-family: 'Secular One', sans-serif;
    text-transform: uppercase;
    font-weight: lighter;
    background-color: #fff;
    border: 0
}

#location-nav,
.account-drop-down {
    font-family: 'Secular One', sans-serif;
    text-transform: uppercase;
    font-weight: lighter;
    background-color: #fff;
    border: 0;
    height: 30px;
}

#location-nav>a {
    display: none;
}

#location-nav li,
.account-drop-down li {
    position: relative;
    list-style-type: none;
    background-color: #fff;
    margin: 0;
    padding: 0px;
    /*height: 30px;*/
}

.account-drop-down li {
    text-align: left;
    width: 100%;
}

.account-drop-down img {
    float: left;
}

.account-drop-down li>ul>li {
    min-width: 180px;
}

/* first level */
#location-nav>ul,
.account-drop-down {
    margin: 0;
    padding: 0;
    height: 30px;
    /*height: 3.75em;*/

    background-color: #fff;
}

#location-nav>ul>li,
.account-drop-down>li {
    height: 30px;
    line-height: 30px;
    float: left;
}

/* second level */
#location-nav li ul,
.account-drop-down>li ul {
    display: none;
    position: absolute;
    top: 100%;
}

#location-nav li ul li,
.account-drop-down>li ul li {
    padding: 5px;
    text-align: left;
}

#location-nav li:hover ul,
.account-drop-down>li:hover ul {
    display: block;
    margin: 0;
    padding: 0
}

.toggle-button {
    border: 0;
    background-color: #fff;
    color: #000;
    width: 30px;
    font-size: 20px;
    z-index: 9999999;
    padding: 0px;
}

/* logo */
.logo {
    display: block;
    width: 80%;
    margin: 20px auto;
    max-width: 600px;
}

.logo-img {
    width: 100%;
    min-height: 1px;
    height: auto;
    max-width: 900px;
    margin: 0 auto;
    display: block;
}

/* Slide-out Menu */

/* nav */
.nav {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 1%;
    font-family: 'Secular One', sans-serif;
    text-transform: uppercase
}

.nav ul {
    text-align: center;
    padding: 0;
}

.nav ul li {
    text-align: center;
    list-style-type: none;
    display: inline-block;
    margin: 5px 20px;
}

#toggle-menu .search {
    width: 95%;
    margin: 20px auto;
    display: block;
}

.nav .search-input {
    background-color: #000;
    border: 0;
    border-bottom: 2px #ccc solid;
    display: inline-block;
    width: 60%;
    color: #fff;
}

.nav .search-submit {
    background-color: #fff;
    color: #000;
    display: inline-block;
    width: 30%;
    text-transform: uppercase;
    font-weight: lighter;
    border: 0;
    text-align: center;
}

.drawer-nav {
    z-index: 9999999999 !important;
}

#toggle-menu {
    background-color: #000;
}

#toggle-menu.hide-while-loading {
    display: none;
}

#toggle-menu .nav ul li {
    text-align: left;
    list-style-type: none;
    display: block;
    margin: 0 20px;
}

#toggle-menu h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

#toggle-menu a {
    color: #fff;
}

#toggle-menu .nav {
    display: block;
    padding: 1%;
    font-family: 'Secular One', sans-serif;
    text-transform: uppercase;
}

#toggle-menu .nav>ul {
    /*border-top: 1px solid #fff;*/

    border-bottom: 1px solid #fff;
    padding: 0 0 20px 0;
}

/* sidebar */
.sidebar-message {
    display: block;
    position: relative;
    margin: 0 0 50px 0;
    background-color: #424242;
    color: #fff;
    padding: 20px;
    border-bottom: solid 10px #f01616;
    border-top: solid 10px #f01616;
    font-weight: lighter
}

.sidebar-message a {
    color: #fff;
}

.sidebar-message h3 {
    text-transform: uppercase;
    font-size: 20px;
}

/* footer */
.footer {
    background-color: #424242;
    border-bottom: solid 10px #f01616;
    clear: both;
    border-top: solid 5px #f01616;
    padding-top: 2%;
}

footer h4 {
    text-transform: uppercase;
    color: #fff;
}

footer a {
    color: #fff;
    font-family: 'Secular One', sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
}

footer .stories {
    display: inline-block;
    margin: 20px 20px 0 0;
    vertical-align: top;
    width: 25%;
}

footer .reader-services {
    display: inline-block;
    margin: 20px 20px 0 0;
    vertical-align: top;
    width: 25%;
}

footer .publications {
    width: 40%;
    vertical-align: top;
    margin: 20px 0 0 5%;
    display: inline-block;
}

footer .publications ul {
    padding: 0;
    margin: 0
}

footer .publications ul li {
    list-style-type: none;
    display: inline-block;
    margin: 10px;
}

.footer .copyright a {
    color: #b5b5b5
}

.copyright {
    color: #b5b5b5;
    text-align: center;
    font-size: 12px;
}

footer ul li {
    list-style-type: none;
    margin-bottom: 2px;
}

/*.social-icons {
  text-align:center
}*/
.social-icons li {
    display: inline-block;
    font-size: 25px;
    margin: 0 20px 0 0
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.hidden {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

a.hidden:active,
a.hidden:focus,
a.hidden:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
    z-index: 99999999999;
    background-color: #fff;
    border: solid 1px #1977bc;
    padding: 5px
}

/* home slider */
.tp-tab.selected .tp-tab-title {
    border-left: #f01616 solid 5px;
}

/*Home */
.breaking-news {
    background-color: #bf171e;
    padding: 30px;
    position: relative;
    display: block;
    color: #fff;
    margin: 40px 0;
    border-bottom: solid 10px #930b10;
    border-top: solid 10px #930b10;
}

.breaking-news-banner {
    background-color: #bf171e;
    margin-top: 54px;
    min-height: 60px;
    height: auto;
    text-align: center;
    position: relative;
    vertical-align: middle;
    padding-top: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Secular One', sans-serif;
}

.admin-bar .breaking-news-banner {
    margin-top: 82px;
}

.breaking-news-banner a {
    color: #fff;
}

.breaking-news a {
    color: #fff;
}

.breaking-news img {
    width: 35%;
    float: left;
    margin-right: 5%;
}

.breaking-news h1 {
    margin: 0 0 20px 0 !important;
    padding: 0;
    line-height: 100% !important;
}

.breaking-text {
    width: 60%;
    float: right;
}

.breaking-text .button-link {
    width: 100px;
    margin: 20px 0 40px 0;
}

.breaking-more {
    display: block;
    margin: 40px 0 0 0;
}

.breaking-more h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.breaking-more ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.breaking-more ul li {
    list-style-type: square;
}

#latest-news {
    /*width: 70%;*/

    width: 65%;
    display: inline-block;
    white-space: nowrap;
}

#trending {
    /*width: 27%;*/

    width: 33%;
    margin-left: 1%;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    vertical-align: top;
    /*border-left: solid 1px #000*/
}

#trending .headlines,
#trending h2,
#trending h3 {
    margin-left: 30px;
}

#trending .headlines-text {
    width: 100% !important;
}

.border-left {
    border-left: solid 1px #000;
    position: absolute;
    top: 10%;
    bottom: 0;
    height: 80%;
    width: 10px;
    display: block;
}

.headlines,
.events-calendar {
    margin: 0;
    padding: 0;
}

.headlines li,
.events-calendar li {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
    clear: both;
    display: block;
    white-space: normal;
}

.events-calendar .headlines-text,
.events-calendar .event-date {
    vertical-align: middle;
}

.headlines img.headline-square {
    width: 100px;
    height: 100px;
    float: left;
}

.event-date {
    width: 50px;
    /*height: 50px;*/

    float: left;
}

.slideshow-container {
    width: 100%;
    float: none;
    display: block;
    position: relative;
}

.slick-slider {
    border-top: solid 2px #f01616;
    border-bottom: solid 2px #f01616;
    height: 80vh;
    overflow: hidden;
    max-height: 550px;
}

.slick-slide {
    position: relative;
}

.slick-track {
    background-color: #1e1d1d
}

/*#trending .headlines hr {
  margin: 20px auto 0 auto;
}*/
.slider-image {
    width: 60%;
    overflow: hidden;
    float: left;
    display: block;
    height: 80vh;
    position: relative;
    max-height: 550px;
}

.slider-image img {
    display: block;
    /*height: auto;*/
    /*height: 100%;*/

    width: auto;
    max-height: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slideshow-caption {
    float: right;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    width: 35%;
    padding-right: 2%;
    padding-top: 10vh;
}

.slideshow-caption h2 {
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
}

.slick-prev {
    left: auto !important;
    right: 35px !important;
}

.slick-next {
    right: 10px !important
}

.slick-prev,
.slick-next {
    top: 20px !important;
    z-index: 9 !important
}

.slick-prev:before,
.slick-next:before {
    /*color: #000 !important*/
}

.headlines hr {
    clear: both;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    width: 80%;
    margin: 20px auto 10px auto
}

hr.double-border {
    border-top: 3px double #666666;
}

hr.strong {
    border-top: 3px solid #666666;
}

.headlines:before,
.headlines:after {
    content: ' ';
    display: table;
}

.headlines:after {
    clear: both;
}

.headlines .paceholder {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
}

.headlines-text {
    /*width: calc(100% - 60px);*/

    width: calc(100% - 120px);
    float: right;
    display: block;
}

.headline-text {
    text-transform: uppercase;
    font-family: 'Secular One', sans-serif;
    display: block;
}

h6.headline-text {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: lighter
}

.headline-sections h2,
.headline-sections h3 {
    color: #f01616;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Secular One', sans-serif;
}

.headline-byline {
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 11px;
}

.entry-date {
    font-weight: lighter;
    font-size: 11px;
}

.headlines-text .divider {
    font-weight: lighter;
    color: #ccc;
    font-size: 11px;
}

.post-details .divider {
    font-size: 9px;
    margin: 5px;
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 2px;
}

.excerpt-text {
    display: block;
    margin-top: 5px;
}

.excerpt-text p {
    margin: 0;
    font-weight: 500;
}

.subscribe-box-long {
    width: 100%;
    border: 1px solid #000;
    padding: 2%;
    margin-bottom: 20px;
}

.subscribe-box-long .g-recaptcha {
    /*display: none;*/
}

.subscribe-box-long h3,
.subscribe-box-long h4 {
    text-transform: uppercase;
    margin: 0;
}

.subscribe-box-long h4 {
    font-weight: lighter;
}

.rev_slider_wrapper {
    margin-top: 20px !important;
}

#rev_slider_1_1 .zeus .tp-tab-title {
    height: 100%;
}

.tp-tab {
    min-height: 108px !important;
}

.subscribe-box-long .frm_forms {
    float: right;
    /*width: 50%;*/

    width: 355px !important
}

.subscribe-box-long fieldset {
    border: 0;
    text-transform: uppercase;
    margin: 0;
    padding: 0
}

.subscribe-box-long fieldset input {
    border: 1px solid #000;
    height: 40px;
    display: inline-block;
}

.subscription-heading {
    font-size: 20px;
    font-weight: lighter;
}

.subscribe-box-long fieldset button,
.email-subscription fieldset input[type=submit],
#newsletter-submit {
    background-color: #000;
    color: #fff;
    border: 0;
    height: 42px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #000
}

.email-subscription fieldset input[type=submit] {
    margin: 20px 0;
}

.subscribe-box-long fieldset button:hover,
.email-subscription fieldset input[type=submit]:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000
}

.subscribe-box-long .frm_submit,
.subscribe-box-long .frm_form_field {
    display: inline-block;
}

.subscribe-text {
    float: left;
    width: calc(100% - 355px)
}

.half {
    display: inline-block;
    white-space: nowrap;
    width: 46%;
    vertical-align: text-top;
}

.half section {
    white-space: normal;
}

#lifestyle .half:nth-of-type(1) {
    margin-right: 3%;
}

.third,
.two-thirds {
    display: inline-block;
    vertical-align: top;
    margin: 40px 0
}

.third {
    width: 30%;
    margin-left: 3%;
}

.two-thirds {
    width: 66%;
}

.partner-300 {
    width: 300px;
    margin-left: 0
}

.mobile-spacer {
    display: none !important;
    height: 1px !important;
}

/*.mobilePartner {
  position: fixed;
  top: 0;
  visibility: hidden;
  z-index: 999999999
}*/
.subscription-box {
    width: 300px;
    height: 300px;
    background-image: url('https://www.itemlive.com/wp-content/uploads/2020/10/LDI100820PgA1-scaled-1.jpg');
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: auto;
    margin: 20px 0;
    border: 1px solid #000;
}

.subscription-box:hover>span {
    background-color: #fff;
    color: #000 !important;
    border-top: 1px solid #000;
}

.subscription-box span {
    position: absolute;
    bottom: 0;
    width: 100%;
}

..subscription-box span.button-link {
    border: 0;
    border-top: 1px solid #000
}

/*.subscription-box:hover >span {
  background-color: #fff;
color: #000 !important;
border: 1px solid #000;
}*/
.subscription-box .highlight {
    display: block;
    margin: 30px auto;
    width: 90%;
    padding: 5%;
    background-color: rgba(255, 255, 255, 0.8);
}

.highlight h4 {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
}

.highliht p {
    font-weight: lighter
}

.partner-300 .partner-placeholder {
    width: 300px;
    height: 250px;
    position: relative;
    /*background-color: #ccc;*/

    display: block;
    margin: 20px 0;
}

.beside-partner {
    width: calc(100% - 350px);
    margin-right: 40px;
}

.long-partner {
    width: 970px;
    height: 90px;
    overflow: hidden !important;
    display: block;
    margin: 40px auto;
    clear: both;
}

.long-partner.header-partner {
    margin: 20px auto 10px auto;
}

.mobile-partner,
.mobile-only {
    display: none;
}

.margin-top {
    margin-top: 55px;
}

.mobile-partner-placeholder {
    width: 320px;
    height: 50px;
    /*background-color: #ccc;*/

    display: block;
    margin: 0 auto;
}

.featured-video .video-container {
    border-top: solid 2px #f01616;
    border-bottom: solid 2px #f01616;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 2%;
    margin-top: 1.3em;
}

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

.publications-row {
    display: block;
    margin-top: 40px;
}

.publications-row h4 {
    color: #f01616;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Secular One', sans-serif;
}

.publications-row ul {
    padding: 0;
    margin: 0
}

.publications-row ul.logos li {
    list-style-type: none;
    display: inline-block;
    margin: 3%;
    width: 17%;
    vertical-align: text-top;
    white-space: nowrap
}

.publications-row ul li {
    list-style-type: none;
    display: inline-block;
    margin: 10px;
    width: 13%;
    vertical-align: text-top;
}

.publications-row ul li img {
    width: 100%;
    height: auto;
    min-height: 1px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: filter .5s
}

.publications-row ul li img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/* Single Post View */
.post-content a {
    color: #f01616;
}

.single .third.partner-300,
.page .third.partner-300 {
    float: right;
    position: relative;
    /*min-height: 700px;*/
}

.home .partner-300 {
    min-height: auto !important;
}

.post-categories {
    text-transform: uppercase;
    font-family: 'Secular One', sans-serif;
}

.post-categories a {
    color: #f01616;
}

.cat-link-sponsored:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: '\f155';
    border: 1px solid #f01616;
    border-radius: 17px;
    background-color: #f01616;
    height: 18px;
    width: 18px;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

article.post,
.single-classifieds article,
.single-obituaries article {
    margin-top: 50px;
}

.no-posts {
    text-align: center;
}

.archive .third {
    float: right;
}

.post h1,
.archive h1,
.page h1,
.search-results h1,
.classifieds h1 {
    text-transform: uppercase;
    margin: 0;
    font-size: 50px;
}

.page h1,
.archive h1,
.search-results h1,
.type-attachment h1 {
    margin-top: 20px;
}

.archive h1,
.search-results h1,
h1.classifieds-heading {
    text-align: center;
}

.headline-description {
    margin: 0;
}

.byline {
    display: block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 20px 0;
    padding: 10px 0;
}

.byline .author {
    text-transform: uppercase;
}

.byline a {
    color: #f01616;
}

.byline .share-icons {
    float: right;
    /*width: 200px;*/
}

.byline .share-icons ul {
    margin: 0;
    padding: 0;
}

.byline .share-icons ul li {
    list-style-type: none;
    text-align: right;
    display: inline-block;
    vertical-align: top;
}

.share-icons ul li.facebook span {
    vertical-align: top !important;
}

.byline .post-details {
    float: left;
    display: block;
    /*width: calc(100% - 200px);*/
    padding-right: 20px;
}

.photo-meta {
    display: block;
    font-style: italic;
    color: #8c8b8b
}

.hero-image,
.thumbnail {
    position: relative;
}

.hero-image {
    width: 100%;
}

.hero-image img {
    border-bottom: solid 4px #f01616;
    margin-bottom: 10px;
    width: 100%;
    min-height: 1px;
    height: auto;
}

.smugmug-hover {
    display: none;
    position: absolute;
    top: 10px;
    /*left: 10px;*/

    right: 10px;
    background-color: #f01616;
    padding: 5px;
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
    font-family: 'Secular One', sans-serif;
    border-radius: 4px;
    z-index: 9999;
}

.purchase-button-link {
    background-color: #f01616;
    padding: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Secular One', sans-serif;
    border-radius: 4px;
    color: #fff !important;
    /*position: absolute;
  bottom: 10px;
  right: 10px;*/
}

.purchase-button-link:hover {
    color: #fff;
}

.smugmug-hover a {
    color: #fff;
}

.smugmug-hover:hover,
.purchase-button-link:hover {
    background-color: #b71016
}

.smugmug-hover a:hover {
    color: #fff;
}

.wp-caption {
    position: relative;
}

.hero-image:hover>.smugmug-hover,
.slider-image:hover>.smugmug-hover,
.image:hover>.smugmug-hover,
.wp-caption:hover>.smugmug-hover {
    display: block;
}

.vertical-hero-image {
    /*background-color: #424242;*/
}

.vertical-hero-image .image {
    display: inline-block;
    width: 40%;
    max-width: 700px;
    vertical-align: middle;
    position: relative;
}

.image-container {
    height: 550px;
    width: 100%;
}

.image-container img {
    height: 100%;
    width: auto;
    min-width: 1px;
    display: block;
    margin: 0 auto;
}

.vertical-hero-title {
    display: inline-block;
    width: 54%;
    margin-left: 4%;
    /*vertical-align: middle;*/

    vertical-align: top;
}

.vertical-hero-title.full-width {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}

.pre-content {
    margin-top: 50px
}

#seasonal-stories,
#local-stories {
    width: 100%;
    background-color: #424242;
    padding: 30px;
    border-bottom: solid 10px #212121;
    border-top: solid 10px #212121;
    color: #fff;
    display: block;
    position: relative;
    margin-bottom: 40px;
}

#seasonal-stories ul {
    margin: 0;
    padding: 0
}

#seasonal-stories a,
#local-stories a {
    color: #fff;
}

#seasonal-stories ul li,
#local-stories ul li {
    display: inline-block;
    /*margin: 0 1%;*/

    padding: 0 2%;
    margin: 0;
    /*padding: 0 2% 0 0;*/

    border-right: solid 5px #212121;
    vertical-align: text-top;
    min-height: 200px;
}

#seasonal-stories ul li:last-of-type,
#local-stories ul li:last-of-type {
    border: 0;
}

#seasonal-stories ul li:first-of-type,
#local-stories ul li:first-of-tye {
    border-left: solid 5px #212121
}

#seasonal-stories ul li img,
#local-stories ul li img {
    width: 100%;
    height: auto;
    min-height: 1px;
}

#seasonal-stories h3,
#local-stories h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}

#seasonal-stories .full,
#local-stories .full {
    width: 100%;
}

#seasonal-stories .half,
#local-stories .half {
    /*width: 48%;*/

    width: 50%;
}

#seasonal-stories .third {
    width: 33%;
}

#local-stories .third {
    width: 31%;
}

#seasonal-stories .fourth,
#local-stories .fourth {
    width: 23%;
}

#seasonal-stories .button-link,
#local-stories .button-link {
    max-width: 200px;
}

.seasonal-title {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Secular One', sans-serif;
    text-align: center;
    margin: 20px auto;
}

.author-footer {
    display: block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 20px 0;
    padding: 20px;
    clear: both;
}

.author-avatar {
    width: 96px;
    display: inline-block;
    vertical-align: text-top
}

.author-bio {
    width: calc(100% - 125px);
    display: inline-block;
    margin-left: 20px;
    vertical-align: text-top
}

.author-bio .author {
    display: block;
}

.author-bio .author a {
    color: #f01616;
}

.author-top .author-bio p:first-of-type {
    margin-top: 0
}

.author-top h1 {
    text-align: center;
}

.archive.author .author-avatar .alignnone {
    margin: 0;
}

.post-content img {
    height: auto;
}

.post-content {
    /*width: calc(100% - 320px);*/
    /*display: inline-block;*/
    /*float: left;*/

    vertical-align: top
}

.post-sidebar {
    width: 300px;
    display: inline-block;
    vertical-align: top
}

.post-story-thumb {
    display: block;
    width: 100%
}

.related-stories {
    /*width: 300px;
  float: right;*/

    margin-top: 20px;
    width: 100%;
    position: relative;
    bottom: 0;
}

.related-posts {
    display: block;
    width: 70%;
    float: left;
    padding: 2%;
    border-right: solid 3px #cbcbcb;
    border-left: solid 3px #cbcbcb;
}

.related-posts .headline-text {
    margin-top: 5px;
}

.related-posts .mobile-only {
    margin-top: 20px;
}

.related-posts .headlines li {
    display: inline-block;
    width: 37%;
    margin: 0 4.5%;
    vertical-align: top;
}

.entry-time {
    font-weight: lighter;
    font-size: 11px;
}

.related-posts .headlines li:first-child {
    border-right: solid 2px #cbcbcb;
    padding-right: 6%;
    /*width: 45%;*/

    width: 43.5%
}

.local-stories,
.footer-trending h3,
.related-stories h3 {
    color: #f01616;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Secular One', sans-serif;
}

.post-edit-link {
    text-transform: uppercase;
    color: #f01616;
    font-weight: lighter;
    font-size: 11px;
    text-align: right;
    display: block;
}

.local-stories {
    margin: 40px auto;
}

.footer-trending {
    display: block;
    float: left;
    width: 25%;
    margin-left: 4%;
}

.footer-trending .headlines-text {
    width: 100%;
}

.callout-box {
    border: 4px solid;
    padding: 20px;
    margin: 25px 0;
}

h2.callout-title {
    border-bottom: 2px solid;
}

.callout-box :first-child {
    margin-top: 0;
}

.callout-box :last-child {
    margin-bottom: 0;
}

/* ACF */
.map-row {
    width: 100%;
    height: 604px;
    background-color: #1e1d1d;
    border-top: solid 2px #f01616;
    border-bottom: solid 2px #f01616;
    margin-bottom: 40px;
}

.map-description {
    width: 300px;
    display: block;
    float: left;
    padding: 2%;
    color: #fff;
}

.map-description h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.map-heading {
    font-size: 16px;
    text-transform: uppercase;
}

.acf-map {
    width: calc(100% - 300px);
    display: block;
    float: left;
    height: 600px;
    border: #ccc solid 1px;
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

.category-archive article {
    width: 20%;
    display: inline-block;
    vertical-align: text-top;
    margin: 2%;
    padding: 1%;
}

.category-archive article.type-classifieds {
    width: 45%;
    /*width: auto;*/

    display: block;
    float: left;
    padding-bottom: 30px;
    border-bottom: solid #000 7px;
    padding-top: 10px;
}

.category-archive article:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.category-archive article:hover>a {
    color: #f01616;
}

.pagination {
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

.page-numbers {
    font-family: 'Secular One', sans-serif;
    background-color: #f01616;
    color: #fff !important;
    padding: 5px
}

.page-numbers:hover {
    color: #fff;
}

.page-numbers.current {
    color: #f01616 !important;
    background-color: #fff;
}

.tag-description {}

.tag-featured-image {
    width: 30%;
    float: left;
    vertical-align: text-top;
    margin-right: 30px;
}

.tag-featured-image img {
    width: 100%;
    height: auto;
    min-height: 1px
}

.staff-directory dd {
    margin-left: 0
}

.staff-directory dt {
    margin-top: 30px;
}

/*-----------------------------------*\
    CLASSIFIEDS
\*-----------------------------------*/
.real-estate-body .vertical-hero-title {
    margin-left: 0
}

.classifieds-cat-header {
    font-family: 'Secular One', sans-serif;
    text-transform: uppercase;
}

.classifieds-nav {
    float: left;
    width: 30%;
    margin: 0;
    padding: 0;
    font-family: 'Secular One', sans-serif;
    text-transform: uppercase;
    font-weight: lighter;
}

.classifieds-container {
    float: left;
    width: 70%;
    display: block;
}

.classifieds-nav .sidebar-message {
    margin-top: 50px;
}

.classifieds-nav .sidebar-message h3 {
    text-align: center;
}

.classifieds-nav ul {
    margin: 0;
    padding: 0;
}

.post-content .classifieds-nav a {
    color: #000;
    font-family: 'Secular One', sans-serif;
}

.post-content .classifieds-nav a:hover {
    color: #f01616;
}

.classifieds-nav ul {
    padding: 0;
    margin: 0;
}

.classifieds ul li>ul {
    margin-left: 20px;
}

.classifieds-nav li {
    list-style-type: none;
}

.classifieds-nav-head span {
    display: none;
}

.classifieds-content {
    float: left;
    width: 60%;
    display: block;
}

.classified {
    width: 45%;
    display: inline-block;
    margin: 2%;
}

.classified img {
    width: 100%;
    min-height: 1px;
    height: auto;
}

.submit-classified {
    width: 200px;
    float: right;
    font-size: 16px;
}

.real-estate-call {
    text-align: center;
    text-transform: uppercase;
}

.real-estate-contact {
    text-align: center;
    font-style: italic;
}

.classifieds address {
    font-size: 30px;
    font-style: italic;
}

.classifieds .byline .share-icons {
    float: left;
}

/*-----------------------------------*\
    OBITUARIES
\*------------------------------------*/
.obituary-table {
    width: 100%;
    margin: 0 auto 50px auto;
    max-width: 500px;
}

.obituary-table td,
.obituary-table tr {
    width: 50%;
    text-align: left;
}

.single-obituaries h1 {
    text-transform: capitalize;
}

.post-type-archive-obituaries .archive-meta {
    text-align: center;
}

.single-obituaries .vertical-hero-title {
    width: 27%;
}

.single-obituaries .vertical-hero-title .post-content {
    width: 100%;
    float: none
}

.single-obituaries .vertical-hero-image img {
    margin: 0 auto;
    display: block;
}

.submit-an-obituary .third,
.submit-an-obituary .two-thirds {
    margin-top: 0;
}

/*.single-obituaries .post-content
{
  width: calc(100% - 321px)
}*/

/*------------------------------------*\
    WOOCOMMERCE
\*------------------------------------*/
.cart-icon {
    position: fixed;
    top: 500px;
    right: 0;
    z-index: 9999;
    width: 100px;
    background-color: #000;
    padding: 20px;
    border-top: #bf171e solid 4px;
    border-left: #bf171e solid 4px;
    border-bottom: #bf171e solid 4px;
    display: block;
    color: #fff;
    font-size: 30px;
}

.woocommerce-checkout h3 {
    text-transform: uppercase;
}

.woo-products h3 {
    font-size: 24px;
    margin: 20px;
    text-align: center;
    text-transform: uppercase;
}

#customer_details .col-1,
#customer_details .col-2 {
    margin-top: 50px;
}

#order_review_heading {
    text-transform: uppercase;
    display: block;
    margin-top: 50px;
}

.cart_item {
    border-bottom: solid 1px #000;
    padding: 10px;
}

.cart-subtotal th,
.tax-rate th,
.order-total th {
    text-align: right;
    text-transform: uppercase;
    font-family: 'Secular One', sans-serif;
}

.shop_table td {
    padding: 10px;
}

th.product-name {
    text-align: left;
    text-transform: uppercase;
    font-family: 'Secular One', sans-serif;
}

th.product-total {
    text-transform: uppercase;
    font-family: 'Secular One', sans-serif;
}

.post-type-archive-product ul.products {
    margin-top: 5%;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none;
}

.shop_table.woocommerce-checkout-review-order-table {
    margin-top: 50px;
}

.woocommerce-result-count,
.woocommerce-ordering {
    display: none;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 5%;
}

.woocommerce-Address h3 {
    text-transform: uppercase;
}

.single_add_to_cart_button.button {
    background-color: #000;
    color: #fff;
    height: 42px;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    border: 1px solid #000;
}

.quantity {
    display: inline-block;
    width: auto;
}

.quantity input {
    width: 50px;
    height: 42px;
}

.single_add_to_cart_button.button:hover {
    background-color: #fff;
    color: #000;
    border: 1px #000 solid;
}

.single_add_to_cart_button.disabled:hover {
    background-color: #000 !important;
    color: #fff !important;
}

ul.products {
    margin: 0;
    padding: 0;
}

ul.products li {
    list-style-type: none;
}

ul.products li .add_to_cart_button {
    display: none;
    position: relative;
}

ul.products li:hover .add_to_cart_button {
    display: block;
    position: absolute;
    top: 30%;
    width: 70%;
    left: 15%;
}

/*.product-template-default .type-product {
  position: relative;
}*/
.single-product .related.products:after {
    content: ' ';
    display: table;
}

.single-product .related.products:after {
    clear: both;
}

.single-product .related.products {
    *zoom: 1;
    clear: both;
    padding-top: 15px;
}

.single-product .related.products h2 {
    margin: 40px 0 20px 0;
    text-transform: uppercase;
    padding-top: 20px;
    border-top: solid 3px #cbcbcb;
}

.single-product .related.products .products h2 {
    border-top: 0;
    padding: 0;
    margin: 3% 0;
}

.woocommerce-result-count {
    font-family: 'Secular One', sans-serif;
    text-transform: uppercase;
    font-weight: lighter;
}

.up-sells {
    clear: both;
    position: relative;
    display: block;
    padding-top: 50px;
}

.up-sells h2:first-child {
    margin: 3% 0;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 5px #f01616;
}

.woocommerce-loop-product__title {
    font-size: 20px;
    margin-top: 3%;
    text-transform: uppercase;
}

table.variations {
    margin: 20px 0
}

table.variations td.value {
    padding-left: 10px;
}

.woocommerce-variation-price {
    margin: 20px 0;
    font-size: 25px;
    text-transform: uppercase;
}

/*.attachment-shop_single {
  width: 40%;
  float: left;
  height: auto;
  min-height: 1px;
}*/
.woocommerce main {
    margin-top: 40px;
}

.woocommerce-Price-amount,
.price {
    color: #0d823c
}

.price {
    font-size: 20px;
}

.woocommerce-variation-price .price {
    font-size: 16px;
}

.woocommerce-message {
    width: 80%;
    margin: 30px auto 50px auto;
    background-color: #434240;
    padding: 50px;
    clear: both;
    color: #fff;
    border: solid 5px #f01616;
}

.woocommerce-message a.wc-forward {
    width: 30%;
}

.woocommerce-MyAccount-content .woocommerce-message {
    text-align: center;
}

.woocommerce-MyAccount-content .woocommerce-message .woocommerce-Button {
    float: none;
    display: block;
    margin-bottom: 20px;
}

.attribute_length-of-subscription {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
    height: 52px
}

.attribute_length-of-subscription:after {
    content: '\f0dc';
    font-family: 'FontAwesome';
    color: #000;
    padding: 12px 8px;
    position: absolute;
    right: 0;
    top: 0;
    background: #f01616;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

.attribute_length-of-subscription>option {
    font-family: 'Secular One', sans-serif;
    text-transform: uppercase;
    font-weight: lighter;
    background-color: #fff;
    border: 0;
    height: 30px;
}

.woocommerce .product_meta,
.tabs.wc-tabs {
    display: none;
}

.reset_variations {
    padding: 5px;
    font-size: 11px;
    color: #f01616;
}

td.product-thumbnail {
    max-width: 100px;
}

.shop_table {
    /*border-spacing: 40px;*/

    border-collapse: collapse;
    width: 100%;
    margin-bottom: 50px;
}

.shop_table td {
    text-align: center;
}

.shop_table td.product-name,
.shop_table.subscription_details td,
.woocommerce-account .shop_table.order_details th {
    text-align: left;
}

dl.variation {
    margin: 0;
}

dt.variation-LengthofSubscription {
    display: inline-block;
}

dd.variation-LengthofSubscription {
    display: inline-block;
    margin-left: 5px;
}

td.product-name {
    padding-left: 20px;
}

input[name="update_cart"] {
    width: auto;
    float: right;
}

.coupon {
    min-width: 300px;
    float: left;
    margin: 20px auto;
    text-align: left;
}

.coupon input[name="coupon_code"] {
    width: 125px !important;
    display: inline-block;
    height: 40px;
}

.coupon input[name="apply_coupon"] {
    display: inline-block;
    width: auto;
}

.cart_totals table {
    width: 100%;
}

.cart_totals table th {
    text-align: left;
}

/*------------------------------------*\
    SEARCH
\*------------------------------------*/
form.search {
    position: relative;
    /*width: 30rem;*/

    height: 3rem;
    /*margin: 25px auto;
  border: 1px solid #dcdcdc;
  background-color: #eee;*/

    display: inline-block;
    clear: both;
}

.search-box {
    float: right;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    padding-left: 0.75rem;
    /*font-style: italic;*/

    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: -webkit-transform ease 500ms;
    transition: -webkit-transform ease 500ms;
    transition: transform ease 500ms;
    transition: transform ease 500ms, -webkit-transform ease 500ms;
}

.search-box:focus {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.search-box:focus+.search-box-label {
    z-index: -1;
    opacity: 0;
}

.search-box:focus~.search-close {
    z-index: 3;
    opacity: 1;
}

.search-box-label,
.search-close {
    position: absolute;
    right: 0;
    z-index: 2;
    cursor: pointer;
    /*height: 100%;*/

    height: 20px;
    width: 3rem;
    -webkit-transition: opacity ease 250ms 250ms;
    transition: opacity ease 250ms 250ms;
}

.search-close {
    opacity: 0;
    z-index: 0;
}

.search-icon,
.search-close-icon {
    position: absolute;
    /*top: 50%;*/

    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path fill='#555' d='M15.477 13.356C16.437 11.98 17 10.306 17 8.5 17 3.806 13.194 0 8.5 0S0 3.806 0 8.5 3.806 17 8.5 17c1.805 0 3.48-.563 4.855-1.522l6.304 6.303c.114.12.3.12.42 0l1.7-1.696c.116-.116.11-.31 0-.423l-6.305-6.303zM8.5 15c3.59 0 6.5-2.91 6.5-6.5S12.09 2 8.5 2 2 4.91 2 8.5 4.91 15 8.5 15z' id='a'/></defs><g fill='none' fill-rule='evenodd'><use xlink:href='#a'/></g></svg>");
}

.search-close-icon {
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><path fill='#555' d='M77.6 21.1l-28 28.1-28.1-28.1-1.9 1.9 28 28.1-28 28.1 1.9 1.9L49.6 53l28 28.1 2-1.9-28.1-28.1L79.6 23z'/></svg>");
}

.search-icon,
.search-close-icon {
    text-indent: 100%;
    overflow: hidden;
}

.search-icon,
.search-close-icon {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.search-results .post-story-thumb,
.archive.author .post-story-thumb {
    width: 20%;
    display: inline-block;
    height: auto;
    min-height: 1px;
    vertical-align: middle
}

.search-results article,
.archive.author article {
    /*clear: both;*/

    border-top: 1px solid #ccc;
    /*border-bottom: 1px solid #ccc;*/

    vertical-align: middle;
    padding: 3% 0 0 0
}

.search-results .archive-meta,
.archive.author .archive-meta {
    width: 65%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4%;
}

.search .third {
    float: right;
}

.search-term {
    color: #f01616;
}

/* Forms */
select {
    border-radius: 0;
    /*-webkit-appearance: none;*/

    border: #ccc solid 1px;
}

button,
input[type="text"] {
    -webkit-appearance: none;
}

select * {
    /*margin: 40px;*/

    background-color: #fff;
    color: #000;
    /*-webkit-appearance: none;*/

    padding: 4px;
    -webkit-box-sizing: border-box;
}

.email-subscription span {
    display: block;
}

.email-subscription input[type="checkbox"] {
    display: inline-block;
    width: 40px;
}

.email-subscription label {
    display: inline-block;
}

.e-edition-sub .frm_combo_inputs_container {
    margin-top: -20px;
}

.frm_description {
    font-weight: 100;
    text-transform: uppercase;
    line-height: 120%;
    font-size: 12px;
    margin-top: 5px;
}

.frm_form_fields input,
.frm_form_fields textarea,
.frm_form_fields input[type='tel'] {
    width: 100%;
}

label {
    display: block;
    font-family: 'Secular One', sans-serif;
    text-transform: uppercase;
    font-weight: lighter;
}

fieldset {
    border: 0
}

input,
textarea {
    width: 250px;
    padding: 5px;
    border: #ccc solid 1px
}

input:active,
input:focus,
select:active,
select:focus {
    border-color: #000 !important;
}

.frm_form_field {
    margin: 20px 0;
    display: block;
}

.success-message {
    color: #48b532
}

.error-message {
    color: #ff0000
}

fieldset button {
    background-color: #000;
    color: #fff;
    border: 0;
    height: 42px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0;
    min-width: 100px
}

#loginform,
.register-container {
    width: 80%;
    min-width: 200px;
    margin: 0 auto;
    display: block;
}

#loginform input {
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */

    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */

    box-sizing: border-box;
    /* Opera/IE 8+ */
}

#loginform input[type="checkbox"] {
    width: 20px;
}

#loginform input[type="submit"] {
    background-color: #000;
    color: #fff;
    border: 0;
    height: 42px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0;
    border: #000 solid 1px
}

#loginform input[type="submit"]:hover {
    background-color: #fff;
}

#post-404 h1 {
    text-transform: uppercase;
    margin: 0;
    font-size: 50px;
    text-align: center;
}

#post-404 h2 {
    text-align: center;
}

.error-search-field {
    text-align: center;
    display: block;
    margin: 20px auto;
}

.error-search-field input {
    height: 42px;
}

.error-search-field button.search-submit {
    background-color: #000;
    color: #fff;
    border: 0;
    height: 42px;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px;
}

.register-container {
    display: block;
    margin: 30px 0 20px 0;
    width: 100%;
}

.register-copy {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 78%;
}

.forgotten-password {
    display: block;
    text-align: center;
    font-size: 11px;
}

a.register-link {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    border: #fff solid 1px;
    padding: 5px;
    background-color: #bf171e;
    float: right;
    text-transform: uppercase;
    font-family: 'Secular One', sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

a.register-link:hover {
    color: #fff;
    background-color: #000;
    border: #000 solid 1px;
}

/*-----------------------------------*\
  Digital Edition
\*-----------------------------------*/
.current-e-edition {
    width: 100%;
    background-color: #424242;
    padding: 30px;
    border-bottom: solid 10px #212121;
    border-top: solid 10px #212121;
    color: #fff;
    display: block;
    position: relative;
    margin: 40px auto;
    max-width: 500px;
}

.current-e-edition ul {
    margin: 0 auto;
    max-width: 400px;
    display: block;
}

.current-e-edition .excerpt {
    width: calc(100% - 150px);
    margin-left: 150px;
    display: block;
}

.current-e-edition h5 {
    /*width: calc(100% - 150px);*/
    /*margin-left: 150px;*/

    margin-top: 30px;
    display: block;
    text-transform: uppercase;
}

.current-e-edition a {
    color: #fff;
}

.current-e-edition a.button-link {
    width: 200px;
    margin: 30px auto 0 auto;
}

.current-issue {
    list-style-type: none;
    clear: both;
}

.current-issue img {
    display: block;
    width: 120px;
    min-height: 1px;
    height: auto;
}

.previous-issues {
    list-style-position: inside;
    padding: 0 0 0 10px;
    list-style-type: none;
    border-left: #f01616 solid 6px;
    transition: border 3s
}

.previous-issues:hover {
    border-left: #f01616 solid 12px;
    padding-left: 4px
}

.issue-title {
    display: block;
    font-family: 'Secular One', sans-serif;
    text-transform: uppercase;
}

.current-issue-sub {
    font-size: 16px;
    display: block;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Secular One', sans-serif;
}

.current-issue .issue-title {
    font-size: 30px;
    text-transform: uppercase;
}

article.digital-edition {
    margin-top: 50px
}

.post-content .subscribe-button {
    font-family: 'Secular One', sans-serif;
    text-transform: uppercase;
    font-weight: lighter;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    vertical-align: bottom;
    border: solid 1px #000;
    text-align: center;
    font-size: 50px;
    margin: 0 auto;
    display: block;
    max-width: 300px;
}

.ajax-loading {
    display: none;
}

.loading-button {
    color: #ccc;
    border-color: #ccc;
}

.subscribe-login {
    display: block;
    text-align: center;
    margin: 10px auto;
}

.digital-preview {
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
}

.post-content .digital-preview .button-link {
    color: #fff !important;
    width: 100%;
}

.digital-preview {
    cursor: pointer;
}

.post-content .digital-preview .button-link:hover,
.post-content .digital-preview:hover .button-link {
    color: #000 !important;
    background-color: #fff;
    border: 1px solid #000;
}

button:disabled,
input:disabled,
button.disabled {
    opacity: .6
}

.login-subscribe {
    text-align: center;
    padding: 25px;
    background: black;
    color: white;
    margin-top: 10px;
    font-weight: bold;
    position: relative;
}

.login-subscribe:before {
    content: '';
    height: 60px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(32, 89, 154, 0) 1%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    top: -60px;
    left: 0;
}

.login-subscribe.article-left:before {
    display: none;
}

.login-subscribe p {
    margin-top: 0;
    font-size: 18px
}

.login-subscribe a {
    color: white;
    text-decoration: underline;
}

a.red-button {
    background: #f01616;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    width: 200px;
    margin: 5px
}

/*------------------------------------*\
	EVENTS CALENDAR
\*------------------------------------*/
.tribe-events-page-title,
.tribe_community_edit h1 {
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
}

#tribe-events .tribe-events-before-html {
    display: none;
}

.tribe-events-list .tribe-events-event-image {
    max-width: 100px;
}

.tribe-events-loop .tribe-events-event-meta {
    font-size: 16px;
}

#my-events {
    display: none;
}

.tribe_community_edit .tribe-button.submit,
.tribe_community_list .tribe-button.submit,
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #000 !important;
    color: #fff;
    border: 0;
    height: 42px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 10px !important;
    border-radius: 0;
    font-size: inherit;
    font-weight: 100;
    font-family: 'Secular One', sans-serif;
}

.choose-file.button {
    background-image: none !important;
    border: 1px solid #000;
    padding: 10px;
    background-color: #000 !important;
    color: #fff;
    text-transform: uppercase;
    font-family: "Lora", "Helvetica Neue", Helvetica, sans-serif;
    border-radius: 0;
}

.choose-file.button:hover {
    background-color: #fff;
    color: #000;
}

#tribe-events .tribe-events-button:hover,
#tribe-events .tribe-events-button:hover:hover,
#tribe_events_filters_wrapper input[type=submit]:hover,
.tribe-events-button:hover,
.tribe-events-button.tribe-active:hover:hover,
.tribe-events-button.tribe-inactive:hover,
.tribe-events-button:hover:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a:hover {
    background-color: #fff !important;
    color: #000 !important;
    font-family: 'Secular One', sans-serif;
    font-weight: 100;
}

.tribe_community_edit .submit-event-button,
.tribe_community_edit .tribe-events-before-html {
    display: none;
}

#add-new a,
.table-menu-wrapper a,
.my-events-display-options a {
    background-color: #f01616;
    background-image: none;
    border-radius: 3px;
    border: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
    padding: 6px 9px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    zoom: 1;
    margin-top: 20px;
}

.table-menu-wrapper {
    float: right;
    width: 100px;
    position: relative
}

.table-menu-wrapper a {
    float: right;
}

.table-menu-wrapper .table-menu {
    top: 50px
}

.table-menu-wrapper .table-menu input[type="checkbox"] {
    width: 30px;
    display: inline-block
}

.table-menu-wrapper .table-menu label {
    display: inline-block;
}

.table-menu-wrapper .table-menu ul {
    margin: 0;
    padding: 5px;
}

#add-new a {
    float: left;
}

#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val,
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical {
    color: #f01616
}

#not-user {
    clear: both;
    margin: 20px 0;
    display: block;
    padding-top: 20px;
}

.events-buttons {
    margin: 0;
    padding: 0;
}

.events-buttons li {
    display: inline-block;
    width: 50%;
    list-style-type: none;
}

.my-events-table-wrapper {
    background: none !important;
    display: block;
    margin: 20px 0;
}

.my-events-table-wrapper table {
    width: 100%;
}

.my-events-table-wrapper td {
    border: 1px solid #000;
    padding: 2%;
}

.my-events-table-wrapper th {
    background-color: #ccc;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 2%;
}

.table-menu ul {
    margin: 0;
    padding: 0;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
    background-color: #000;
    color: #fff;
    border: 0;
    height: 42px;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px;
    line-height: 0 !important;
}

#tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.submit-event-button .tribe-events-button {
    width: 100%;
    display: block;
    margin: 50px auto;
    color: #fff !important;
}

.tribe-events-event-image {
    float: left;
    width: 30%;
    max-width: 200px;
    margin-right: 50px;
}

.tribe-community-events {
    border: none !important;
    background: transparent !important;
    font-family: inherit !important;
    padding: 0 !important;
}

.tribe-community-events input,
.tribe-community-events li,
.tribe-community-events p,
.tribe-community-events textarea {
    font-family: 'Lora', 'Helvetica Neue', Helvetica, sans-serif !important;
    font-size: 16px !important;
    letter-spacing: inherit !important;
}

.tribe-community-events .button,
.tribe-community-events button,
.tribe-community-events label,
.tribe-community-events select {
    font-family: 'Secular One', sans-serif !important;
}

.tribe-community-events a {
    color: #f01616 !important;
}

.tribe-community-events a.button {
    color: #fff !important
}

.tribe-community-events a.select2-choice,
#saved_tribe_venue,
.tribe-community-events a.button:hover {
    color: #000 !important
}

.events-community-post-content input,
.events-community-post-content textarea,
.events-community-post-title input,
.events-community-post-title textarea {
    width: 100% !important;
    border-radius: 0 !important padding: 10px
}

.tribe-events-community-footer .button,
a.tribe-add-post {
    background: #000 !important;
    color: #fff !important;
    border: 0 !important;
    /*height: 42px !important;*/

    border-radius: 0px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    /*padding: 0 !important;*/

    min-width: 100px !important;
    text-transform: uppercase !important;
    text-align: center;
}

.tribe-community-events input[type=checkbox] {
    width: 30px !important
}

.tribe-community-events input[type=date],
.tribe-community-events input[type=text],
.tribe-community-events input[type=textarea],
.tribe-community-events textarea {
    border-radius: 0 !important
}

.tribe-community-events input[type=text] {
    display: block !important
}

.tribe-community-events input[type=date],
.tribe-community-events input[type=text],
.tribe-community-events input[type=textarea],
.tribe-community-events textarea {
    border-radius: 0 !important;
}

.tribe-community-events input[type='text'],
.tribe-community-events input[type=textarea],
.tribe-community-events textarea {
    width: 100% !important;
}

.tribe-community-events input.event-currency-symbol {
    width: 60px !important
}

.tribe-community-events input#EventCost {
    width: 175px !important;
}

.tribe-community-events input,
.tribe-community-events label,
.tribe-community-events li,
.tribe-community-events p,
.tribe-community-events select,
.tribe-community-events textarea {
    font-size: inherit;
    letter-spacing: inherit;
}

.tribe-events-community-details {
    border-radius: 0 !important;
}

.events-community-submit {
    max-width: 200px;
}

.tribe-events-list .tribe-events-event-image+div.tribe-events-content {
    width: 80%;
    padding: 0;
}

.tribe-bar-collapse-toggle,
.tribe-bar-views-list,
.tribe-events-button {
    font-size: 16px !important;
}

.tribe-bar-views-list span.tribe-icon-list {
    background-size: 16px 12px;
}

#tribe-bar-form input[type=text] {
    font-size: 16px;
}

.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
    max-width: 100%
}

.tribe-event-url {
    text-transform: capitalize;
}

.tribe_community_edit #tribe-add-exclusion,
.tribe_community_edit .button,
.tribe_community_edit .button-primary,
.tribe_community_edit .button-secondary,
.tribe_community_edit .tribe-add-recurrence.tribe-button,
.tribe_community_edit .tribe-button,
.tribe_community_list #tribe-add-exclusion,
.tribe_community_list .button,
.tribe_community_list .button-primary,
.tribe_community_list .button-secondary,
.tribe_community_list .tribe-add-recurrence.tribe-button,
.tribe_community_list .tribe-button {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 0 !important;
}

.my-events-header {
    display: none !important;
}

/*-----------------------------------*\
  CONTACT
\*-----------------------------------*/
.contact-list {
    width: 100%;
    margin: 0 auto;
}

.contact-list tr {
    border-bottom: solid 1px #000;
}

.contact-list tr td {
    padding-bottom: 5%;
    padding-top: 5%;
    vertical-align: text-top
}

.contact-list tr td.contact-name {
    width: 60%;
    /*display: block;*/
}

.contact-list tr td.contact-name span {
    font-family: 'Secular One', sans-serif;
    text-transform: uppercase;
    font-weight: lighter;
    display: block;
}

.contact-list tr td.contact-email {
    width: 40%;
}

address {
    font-style: normal
}

.contact-button-list {
    padding: 0;
    margin: 0 0 40px 0;
}

.contact-button-list button {
    background-color: #000;
    color: #fff !important;
    border: 0;
    padding: 5px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: 'Secular One', sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
    font-weight: lighter;
    border: 1px solid #000;
}

.contact-button-list li {
    display: inline-block;
    text-align: center;
    list-style-type: none;
    margin: 0 10px;
}

.contact-phone {
    font-family: 'Secular One', sans-serif;
    text-transform: uppercase;
    font-weight: lighter;
    display: block;
    font-size: 30px;
    margin-top: 50px;
    text-align: center;
}

.contact-address {
    text-transform: uppercase;
    text-align: center;
    font-style: italic;
    display: block;
    margin-bottom: 30px;
}

.contact-list tr td.contact-name span.contact-ext {
    font-style: italic;
    font-family: Lora, "Helvetica Neue", Helvetica, sans-serif;
}

.contact-form-hide {
    display: none;
}

.contact-form-hide h2 {
    text-transform: uppercase;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 1000px) {

    .post-content.two-thirds,
    .single .third.partner-300,
    .page .third.partner-300 {
        min-height: 650px;
    }
}

@media only screen and (max-width: 1020px) {
    footer .publications {
        width: 80%;
        margin: 20px auto;
    }

    .partner-300 {
        display: none;
    }

    footer .reader-services {
        width: 40%;
    }

    footer .stories {
        width: 40%;
        margin: 20px 5% 0 20px
    }

    .slick-slider {
        height: 50vh
    }

    .slider-image {
        height: 50vh
    }

    .user-info {
        float: right;
        font-size: 13px;
        display: block;
    }

    .third:not(.opinion-column) .headlines-text {
        width: 100%;
        display: block;
        float: none
    }
}

@media only screen and (max-width: 1024px) {
    .partner-300 .partner-placeholder {
        width: auto;
        height: auto;
    }
}

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

    .post h1,
    .archive h1,
    .page h1,
    .search-results h1,
    .classifieds h1 {
        font-size: 30px
    }

    .current-issue img {
        float: left;
    }

    .previous-issues {
        width: calc(100% - 150px);
        margin: 10px 0px 10px 150px;
    }

    .previous-issues:hover {
        border-left: #f01616 solid 12px;
        padding-left: 4px
    }

    .issue-title {
        width: calc(100% - 150px);
        margin-left: 150px;
    }

    .current-issue-sub {
        margin: 0 0 0 150px;
    }
}

@media only screen and (max-width:550px) {
    .third:not(.opinion-column) .headlines img.headline-square {
        display: block;
        float: none;
        margin: 0 auto 10px auto;
    }

    .register-container {
        margin: 20px auto;
    }

    .register-copy,
    a.register-link {
        display: block;
        width: 100%;
        margin: 5px auto;
    }

    .subscribe-box-long .frm_forms {
        width: 100% !important;
    }

    .subscribe-box-long fieldset input,
    .subscribe-box-long fieldset button {
        display: block;
        width: 80%;
        margin: 10px auto;
    }

    .current-issue img {
        float: none;
        margin: 0 auto;
        display: block;
        width: 80%;
        max-width: 200px;
    }

    .contact-list tr td {
        width: 100% !important;
        display: block;
        padding: 0;
    }

    .contact-list tr td.contact-name {
        padding-top: 5%;
    }

    .contact-list tr td.contact-email {
        padding-bottom: 5%;
    }

    .current-e-edition .excerpt,
    .current-e-edition h5,
    .previous-issues,
    .issue-title,
    .current-issue-sub {
        margin: 0 auto;
        width: 100%;
    }

    .current-issue-sub,
    .current-e-edition h5 {
        margin-top: 50px;
    }

    .current-e-edition h5 {
        font-size: 16px
    }

    .nav .search-submit {
        width: 35%;
    }

    .nav .search-input {
        width: 55%
    }

    .subscribe-box-long fieldset button,
    .email-subscription fieldset input[type=submit],
    #newsletter-submit {
        display: block !important;
        width: 80%;
        margin: 10px auto;
    }
}

@media only screen and (max-width: 600px) {
    #rev_slider_1_1_wrapper {
        display: none !important;
    }

    .breaking-news img {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .breaking-text {
        width: 100%;
        float: none;
    }

    .headline-sections {
        width: 100%;
    }

    .location-dropdown {
        display: none !important;
    }

    .admin-bar .toolbar {
        top: 50px;
        position: absolute;
    }

    .headlines img.headline-square {
        display: none;
        height: 0;
        width: 0;
        float: none
    }

    .headline-text {
        width: 100%;
        float: none;
    }

    .map-description,
    .acf-map {
        width: 100%;
        display: block;
        float: none;
    }

    .acf-map {
        height: 300px;
    }

    .map-row {
        height: auto;
    }

    .logo {
        width: 95%
    }

    .author-avatar {
        display: block;
        margin: 0 auto;
    }

    .author-bio {
        width: 100%;
        display: block;
        margin: 0
    }

    .author-bio .author {
        text-align: center;
        margin: 5px auto 10px auto;
    }

    .author-footer {
        padding: 20px 0
    }

    .subscribe-text {
        width: 100%;
    }

    .related-posts .headlines li:first-child,
    .related-posts .headlines li {
        width: 100%;
        border: 0;
        padding: 0;
        margin: 0
    }

    .wrapper {
        width: 90%
    }

    .related-posts {
        display: block;
        float: none;
        width: 100%;
        border: 0;
    }

    .footer-trending {
        width: 100%;
        display: block;
        float: none;
        margin: 0
    }

    article.post,
    .single-classifieds article,
    .single-obituaries article {
        margin-top: 20px;
    }

    .byline .post-details {
        width: 100%;
        display: block;
    }

    .vertical-hero-title,
    .vertical-hero-image .image {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .vertical-hero-title {
        margin-top: 100px;
    }

    .photo-meta {
        margin-top: 20px;
    }

    .post-details {
        margin-bottom: 10px;
    }

    .current-e-edition a.button-link {
        margin: 20px auto;
        clear: both;
    }

    .single-obituaries .vertical-hero-title {
        width: 100%;
    }

    .category-archive article.type-classifieds {
        width: 100%;
    }

    .slider-image img,
    .slider-image {
        width: 100%;
        height: auto;
    }

    .slider-image img {
        position: relative;
        top: 0;
        left: 0;
        transform: none
    }
}

@media only screen and (min-width:601px) and (max-width:800px) {
    .subscribe-text {
        float: none;
        width: 80%;
    }
}

@media only screen and (max-width:700px) {
    .admin-bar .logo {
        margin-top: 100px;
    }

    .logo {
        margin-top: 80px
    }

    .slideshow-caption {
        padding-top: 10%;
    }

    .image-container {
        height: 300px;
        width: 100%;
    }

    .user-info {
        width: calc(100% - 30px);
        text-align: right;
    }

    h2.woocommerce-loop-product__title {
        font-size: 16px;
        margin-top: 5%;
    }

    .user-info>div:first-of-type,
    .user-info>div:nth-of-type(2),
    .user-info>div:nth-of-type(3) {
        margin: 0 10px;
    }

    .users {
        min-width: 110px;
    }

    .toggle-button {
        padding-left: 0;
        padding-right: 0;
    }

    .toolbar-clear {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 450px) {
    .woocommerce-ordering {
        display: none;
        /*clear:both;
    text-align:left;
    float:none !important;
    margin-bottom:5%;*/
    }

    .share-icons {
        text-align: center;
    }

    .woocommerce-result-count {
        width: 100%;
    }
}

@media only screen and (max-width: 430px) {
    .tag-featured-image {
        width: 100%;
        float: none;
        vertical-align: text-top;
        margin-right: 30px;
    }

    nav.nav {
        display: none;
    }

    footer .publications {
        width: 80%;
        margin: 20px auto;
    }

    footer .reader-services {
        width: 80%;
        margin: 20px auto;
    }

    footer .stories {
        width: 90%;
        margin: 20px auto;
    }
}

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

    #seasonal-stories .half,
    #seasonal-stories .third,
    #seasonal-stories .fourth,
    #local-stories .half,
    #local-stores .third,
    #local-stories .fourth {
        width: 100%;
    }

    #seasonal-stories ul li {
        border: 0 !important;
    }

    .category-archive article {
        width: 100%;
    }

    .slideshow-caption {
        padding: 10vh 5%;
        width: 100%;
        display: block;
        float: none;
        height: auto;
    }

    .slick-slide {
        height: auto;
    }

    .slick-slider {
        height: auto;
        max-height: none;
    }

    .slider-image {
        width: 100%;
        display: block;
        float: none;
        /*height:auto;*/
    }

    .subscribe-box-long .frm_forms {
        float: none;
    }

    .third,
    .two-thirds,
    .half {
        width: 100%;
        margin: 20px auto;
    }

    .mobile-only {
        display: block;
    }

    .hide-mobile {
        display: none !important;
    }

    .headlines img.headline-square {
        display: none;
    }

    .headlines-text {
        width: 100%;
    }

    .byline .share-icons {
        float: none;
        display: block;
        width: 100%;
    }

    .location-dropdown .ui-select span {
        display: none;
    }

    .single .third {
        min-height: auto;
    }

    .classifieds-content {
        display: block;
        float: none;
        width: 100%;
    }

    .classifieds-nav,
    .classifieds-container {
        display: block;
        float: none;
        width: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        /*height: 30px;*/
        background-color: #fff;
        /*font-family: 'Secular One', sans-serif;*/
        /*text-transform: uppercase;*/
        font-weight: lighter;
        z-index: 999999;
    }

    /*.classifieds-container {
    float:left;
    width: 70%;
    display: block;
  }*/

    .classifieds-nav>li ul {
        display: none;
        position: absolute;
        background-color: #fff;
        /*top: 100%;*/
        height: 200px;
        overflow-y: scroll;
    }

    .classifieds-nav>li ul li {
        padding: 5px;
        text-align: left;
        background-color: #fff;
    }

    .classifieds-nav>li ul li {
        padding: 5px;
        text-align: left;
        background-color: #fff;
    }

    .classifieds-nav>li:hover>ul {
        display: block;
        margin: 0px;
    }

    .classifieds-nav li>ul li {
        height: 30px;
        line-height: 30px;
        /*float: left;*/
    }

    .classifieds-nav-head span {
        display: block;
    }
}

@media only screen and (min-width:900px) and (max-width: 1100px) {
    .publications-row ul.logos li {
        margin: 4%;
        width: 25%;
    }
}

@media only screen and (max-width:900px) {
    .publications-row ul.logos li {
        margin: 4%;
        width: 40%;
    }

    .publications-row ul.logos {
        margin: 0 0 50px 0;
    }
}

@media only screen and (min-width:601px) and (max-width: 1000px) {
    .single-obituaries .vertical-hero-title {
        width: 50%;
    }
}

@media only screen and (min-width:800px) and (max-width: 1000px) {
    /*.third {
    width: 42%;
    margin-left: 3%;
  }*/

    .subscription-box,
    .third .partner-placeholder {
        display: inline-block;
        vertical-align: top;
        margin: 0 5%;
    }

    .border-left {
        display: none;
    }

    .partner-300 {
        display: block;
        width: 100%;
        float: none !important;
    }

    .two-thirds,
    .beside-partner,
    .third.opinion-column {
        width: 100%;
    }
}

@media only screen and (min-width:701px) and (max-width: 970px) {
    .user-info {
        width: calc(100% - 30px);
    }
}

@media only screen and (max-width: 768px) {
    .tribe-events-button {
        display: block;
    }
}

@media only screen and (min-width: 601px) and (max-width: 970px) {
    .image-container {
        height: 400px;
        width: 100%;
    }

    .image-container img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 970px) {
    .post h1 {
        font-size: 30px;
    }

    .woocommerce-message {
        width: 100%;
    }

    .woocommerce-message a.wc-forward {
        float: none !important;
        display: block;
        margin: 0 auto 20px auto;
        width: auto;
    }

    .long-partner,
    .partner-placeholder {
        display: none !important;
    }

    .archive .partner-300,
    .search .partner-300 {
        display: none !important;
    }

    #trending .headlines {
        margin-left: 0px;
    }

    .partner-border,
    .double-border {
        display: none !important;
    }

    .mobile-only {
        display: block;
    }

    .mobile-partner {
        display: block;
        width: 100%;
        height: 60px;
    }

    .aas_whole_wrapper {
        display: block;
        margin: 0 auto;
    }

    .persist-partner {
        /*width: 100%;*/
        transform: translate3d(0, 0, 0);
    }

    .tp-caption.slider-excerpt,
    .tp-caption.slider-byline {
        display: none !important;
    }

    .subscription-box {
        margin: 0 auto 40px auto;
    }

    .border-left {
        display: none;
    }

    /*.post-content { width: 100%; }*/
}

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

    #trending,
    #latest-news {
        display: block;
        width: 100%;
        margin: 0 auto;
        border: 0;
    }

    #trending .headlines,
    #trending h2 {
        margin-left: 0;
    }

    .nav ul li {
        margin: 5px 10px;
    }

    .border-left {
        display: none;
    }
}

@media only screen and (min-width:550px) and (max-width:970px) {
    .category-archive article {
        width: 44%;
    }
}

@media only screen and (min-width:1001px) and (max-width: 1200px) {
    .single-obituaries .vertical-hero-image .image {
        width: 30%;
    }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
figure {
    border: 0
}

figure img {
    margin: 0 auto;
    display: block;
}

figure .photo-meta {
    text-align: left;
}

.alignnone,
.alignNone {
    /*margin: 5px 20px 20px 0;*/

    margin: 20px auto 20px auto;
    display: block;
}

.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;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    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 .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

.featured-content>.caption {
    /*height: 1px;
  width: 1px;
  display: block;
  font-size: 1px;
  position: absolute;
  top: -999999px;
  left: -999999999px;*/
}

.featured-content {
    font-size: 11px;
    color: #888;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {

    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*a[href]:after {
      content: " (" attr(href) ")";
    }*/

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    .logo {
        margin: 0 auto;
        width: 50%;
    }

    .beside-partner {
        width: 100%;
        page-break-before: avoid;
        clear: both;
        display: block;
        margin-top: auto;
        height: auto !important;
    }

    .hero-image {
        page-break-inside: avoid;
    }

    .author-footer {
        margin-top: 100px;
        clear: both;
    }

    .breaking-news-banner,
    .header-partner,
    #toggle-menu,
    .toolbar,
    .nav,
    .share-icons,
    .subscribe-box-long,
    .local-stories,
    .related-posts,
    .footer-trending,
    .footer,
    .partner-300,
    .long-partner {
        display: none !important;
    }

    section {
        page-break-inside: auto;
    }

    article {
        clear: both;
        display: block;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    p {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}