/*
Theme Name: newcity
Author: the City543 team
Description: The 2015 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: city543

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body {
    font-family: Georgia,Helvetica,Arial,sans-serif;
    padding-top: 30px;
    background: #f1f4f9;
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.container.main
{
    background: #fff;
    border: 1px solid #f1f1f1;
    margin: 30px auto 0;
    padding: 12px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    transition: all 700ms ease;
}

.yello-background {
    background: #fff120;
}

.red-background {
    background: #fa3447;
}

.full-width {
    width: 100%;
}

/* navbar-header */
.navbar-brand {
    padding: 2px 15px;
}

.logo {
    height: 48px;
}

/* footer */
footer {
    background: #222;
    width: 100%;
    margin-top: 20px;
}

footer .container .title {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 6px;
}

footer .container div.row {
    margin: 80px 0;
}

footer .newsletter-subscribe {
    background: #fff;
    color: #666;
    padding: 20px 35px 25px 35px;
    width: 100%;
}

footer .newsletter-subscribe .subscribe {
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 8px;
    width: 100%;
}

footer .newsletter-subscribe input[type="email"] {
    display: inline-block;
    line-height: 40px;
    margin-right: 0;
    height: 42px;
    width: 63%;
    border: 1px solid #c8c8c8;
    color: #999;
    font-size: 12px;
    padding: 10px 10px;
}

footer .newsletter-subscribe button.btn-newletter-subscribe,
#sidebar_mc_embed_signup_scroll button.btn-newletter-subscribe,
.subscribe-banner-inner button.btn-newletter-subscribe {
    background: #333;
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    width: 35%;
    border: 0;
    color: #fff;
    font-family: VFSans,Futura-Medium,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    letter-spacing: .1em;
    min-width: 90px;
    padding: 12px 0 10px;
    text-align: center;
    text-transform: uppercase;
}

footer .newsletter-subscribe input#mce-EMAIL,
#sidebar_mc_embed_signup_scroll input#mce-EMAIL,
.subscribe-banner-inner input#mce-EMAIL {
    display: inline-block;
    line-height: 40px;
    margin-right: 0;
    height: 42px;
    width: 63%;
    border: 1px solid #c8c8c8;
    color: #999;
    font-size: 12px;
    padding: 10px 10px;
}

#sidebar_mc_embed_signup_scroll input#mce-EMAIL {
    width: 58%;
}

#sidebar_mc_embed_signup_scroll button.btn-newletter-subscribe {
    width: 40%;
}

footer a {
    display: block;
    margin: 3px 0;
    color: #fff;
}

footer .container .row:last-child {
    margin-bottom: 40px;
    padding-top: 40px;
    border-top: 1px solid #666;
}

footer .copyright {
    color: #fff;
}

footer a:hover,
footer a:focus {
    opacity: .7;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    text-decoration: none;
    color: #fff;
}

footer a span.fa {
    margin-right: 10px;
}

.no-underline:focus,
.no-underline:hover {
    text-decoration: none;
    color: inherit;
}

.top-buffer {
    margin-top:20px;
}

.load-more {
    cursor: pointer;
    margin: 24px auto;
    white-space: nowrap;
    -webkit-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-family: inherit;
    height: 42px;
    padding: 10px 14px;
    font-size: 16px;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #07e;
    color: #07e;
    background: none;
    width: 50%;
    max-width: 350px;
    display: block;
}

.load-more:hover {
    transition: background-color 0.3s ease 0s;
    color: #fff;
    background-color: #07e;
}

/* Contributor */
.section-title {
    text-transform: uppercase;
    display: block;
    margin-bottom: 24px;
    padding-top: 24px;
    color: #999;
    border-top: 1px solid #e2e2e2;
    font-weight: bold;
    font-size: 19px;
    line-height: 19px;
}

.row.featured-contributor {
    margin-top: 18px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    overflow: hidden;
}

.row.featured-contributor:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}

.contributor h3 {
    font-size: 18px!important;
    font-weight: 600;
    line-height: 20px!important;
    margin: 0;
}

.contributor h3 a,
.contributor a.byline {
    color: #252525;
}

.contributor h3 a.popular-series {
    color: #2093d2;
    font-family: VFSans,Futura-Medium,Helvetica Neue,Helvetica,Arial,sans-serif;
    letter-spacing: 0.1em;
}

.contributor div.proh {
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    color: #999;
    margin-top: 6px;
}

.thumbnail .caption a {
    color: #252525;
}

.thumbnail.front-page-bottom a img {
    width:100%;
    height: auto;
}

@media (min-width: 1200px) {
    .thumbnail.front-page-bottom a img {
        height: 280px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .thumbnail.front-page-bottom a img {
        height: 213px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .thumbnail.front-page-bottom a img {
        height: 253px;
    }
}

@media (min-width: 1200px) {
    .thumbnail.front-page-bottom a img {
        height: 280px;
    }
}

@media (min-width: 992px) {
    h2.section-title.contributor-title {
        border-top:0;
        padding-top: 0;
    }
}

/* Sidebar */
@media (min-width: 992px) {
    .img-popular-post {
        padding-right: 0;
    }
}

/* Posts used by front-page & author page */
.media.post:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 24px;
    padding-bottom: 24px;
    overflow: hidden;
    color: #252525!important;
}

.media.post .media-left {
    padding-right: 24px;
}

.media.post .media-left a .media-object {
    width: 270px;
}

.media.post .media-body .media-heading a,
.media.post .media-body .media-heading a:hover {
    color: #252525;
}

@media (min-width: 768px) {
    body {
        padding-top: 70px;
    }

    .container.main {
        margin: 0 auto;
    }

    body.logged-in nav.navbar-fixed-top {
        top: 32px;
    }

    footer .newsletter-subscribe {
        padding: 15px 20px 17px 20px;
    }
}

/* page-header page-title page-content for 404 & no search result */
.page-header {
    background-color: #fff;
    margin: 40px 20px 20px;
}

.page-title {
    font-size: 2.7rem;
    line-height: 1.1852;
}

.page-content {
    margin-top: 40px;
}

/* header search form */
form#head-search {
    margin-left: 0;
    margin-right: 0;
}

form#head-search .form-group {
    vertical-align: top;
}

form#head-search input {
    background: #f9f9f9;
    border: 1px solid #cccccc;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    padding: 10px 30px 10px 8px;
    color: #999999;
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin: 0 -10px 0 0;
    text-transform: lowercase;
}

form#head-search button {
    color: #000000;
    border: medium none;
    padding: 7px 12px;
}

@media (min-width: 59.6875em) {

    .page-header {
        padding: 4.1666% 8.3333%;
    }

    .page-content {
        margin: 40px 8.3333% 0 8.3333%;
    }
}

@media (min-width: 38.75em) {
    .page-header {
        border-bottom: 0;
        border-left: 7px solid #333;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    }

    .page-header {
        padding: 3.8461% 7.6923%;
    }
}

@media (max-width: 768px) {
    .container div.row.margin-right-12 {
        margin-right: -13px;
    }

    .media.post .media-left a .media-object {
        width: 100%;
    }

    .media.post .media-left {
        display: block;
    }
}