/* Start Theme styles */
#featured #slider{
    float: right;
    padding-left: 3.5%;
    padding-right: 0;
    border-right: none;
    border-left: 1px solid #eee;
}

#featured .featured-widgets{
    float: left;
}

.single .entry-content > p:first-child:first-letter {
    float: unset !important;
    font-weight: unset !important;
    margin: unset !important;
    font-size: unset !important;
    line-height: unset !important;
    text-shadow: unset !important;
    padding: unset !important;
}

#header #header-inner {
    padding: 7px 0 !important;
}

#slider #slidemain .slide_content p{
    text-align: left !important;
}

#slider #slidemain .slide_content h2{
    text-align: left !important;
}

ol.popular-posts li span {
    display: none !important;
}

#featured #slider .wp-post-image {
    width: 600px !important;
}



.homecat {
    position: relative;
}

.homecat > a {
    position: absolute;
    top: 9px;
    right: 17px;
}
#main .homecat {
    margin-bottom: 0 !important;
}
    /* End Theme styles */

.header-area-widget {
    text-align: center;
}


/* Start Widget styles */
.newsusa-views ol.popular-posts li,
.press-release-views ol.popular-posts li,
.napsnet-views ol.popular-posts li {
    background: url(../img/dot_list.png) no-repeat 0 calc(50% - 4px);
    padding: 0 0 10px 30px !important;
    list-style-type: none !important;
    margin: 10px 0 10px 0 !important;
}

.newsusa-views ol.popular-posts li:last-child,
.press-release-views ol.popular-posts li:last-child,
.napsnet-views ol.popular-posts li:last-child {
    padding: 0 0 10px 30px !important;
}

.featured-widgets .widget h3.title,
.popular-views h3.title {
    text-transform: uppercase;
    font-size: 25px !important;
}

#main .homepage-widgets .homecat ul.featured-stories li {
    margin: 0 2.75% 0 0;
}
#main .homepage-widgets .homecat ul.featured-stories {
    margin: 0 !important;
}

.flex-control-nav {
    display: none !important;
}
/* End Widget styles */

/* Start Print Edition Page Styles */
.publication-posts article {
    display: inline-block;
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.publication-posts .article-wrap {
    width: 100%;
    margin-bottom: 20px;
}

.publication-posts .post-thumb {
    width: 100%;
    float: none;
    margin-bottom: 15px;
}

.publication-posts .post-thumb a {
    display: block;
    width: 100%;
}

.publication-posts .post-thumb img {
    height: 200px;
    max-height: 200px;
    width: auto;
    margin: 0 auto;
}

.publication-posts h3.entry-title {
    line-height: 1;
    font-size: 17px;
}

.pdfemb-viewer {
    display: block;
    margin: 0 auto !important;
    width: 100% !important;
}

.category-print-edition .entry-author {
    display: none;
}
/* End Print Edition Page Styles */

/* Start Print Edition Widget Styles */
.print-edition-views .post-thumb {
    width: 100%;
    display: inline-block;
    padding-right: 10px;
}

.print-edition-views .edition-block {
    width: 100%;
    float: none;
}

.print-edition-views .edition-block a {
    color: #0c0303;
    font-size: 14px;
    vertical-align: middle;
    font-weight: bold;
}

.print-edition-views .edition-block a.btn {
    display: block;
    margin-top: 10px;
    width: 100%;
}

.print-edition-views .edition-block a.btn button {
    width: 100%;
}

.widget div[data-url]{
    max-width: 100%;
}
/* End Print Edition Widget Styles */

@media screen and (min-width: 1110px) {
    .widget .feature-posts-list img,
    .widget .feature-posts-list li {
        max-width: 100%;
    }

    .featured-widgets {
        width: 26.5% !important;
    }

    #featured #slider {
        width: 70%;
    }


}

@media screen and (max-width: 1110px) and (min-width: 980px) {
    .widget .feature-posts-list img {
        width: 150px !important;
        margin-bottom: 0 !important;
    }
    .widget .feature-posts-list li {
        width: unset !important;
    }
}

@media screen and (max-width: 980px) and (min-width: 740px) {
    .widget .feature-posts-list img,
    .widget .feature-posts-list li {
        max-width: 100%;
    }

    #featured #slider {
        width: 68%;
    }

    .featured-widgets {
        width: 28.5% !important;
    }
}

@media screen and (max-width: 740px) {
    .widget .feature-posts-list img {
        width: 150px !important;
        margin-bottom: 0 !important;
    }

    .widget .feature-posts-list li {
        width: unset !important;
    }
}

@media screen and (max-width: 550px) {
/* Start Print Edition Page Styles */
    .publication-posts article {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
    }
/* End Print Edition Page Styles */
}


/* Start single-page-author-info-box Styles */
#single-page-author-info-box {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
}

#single-page-author-info-box .left {
    margin-right: 20px;
}

#single-page-author-info-box .author-name {
    text-decoration: none;
    color: inherit;
}

#single-page-author-info-box .author-img {
    width: 150px;
    height: 150px;
    background-size: cover;
    border-radius: 75px;
}

#single-page-author-info-box .desc {
    margin-bottom: 0.5em;
}

#single-page-author-info-box .profile-link {
    font-size: 10px;
}
/* End single-page-author-info-box Styles */

