/* 
Nicest Places Colors
Green: #8ebd38;
Blue:  #00aeef;
Grey:  #ccc; HR Color
*/

/* Helper Classes */
.np-green {
    background-color: #8ebd38; 
}
.text-red{color:#EC1C24;}
.text-uppercase{text-transform: uppercase;}
.np-blue {
    background-color: #00aeef; 
}

.center {
    text-align: center;
}


/* Landing Page */
.nicest-landing-page {
    margin: 0 auto;
    max-width: 800px;
}

.nicest-landing-page .logo img {
    margin: 30px auto 10px;
    max-width: 100%;
}

.nicest-landing-page h1,
.nicest-landing-page h4 {
    color: #000;
    font-family: "Playfair Display", serif;
    text-align: center !important;
}

.nicest-landing-page h4 {
    font-size: 1.8em;
}

.nicest-landing-page .np-intro-text {
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 30px;
}

.nicest-landing-page p {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
    line-height: 1.5;
}

.nicest-landing-page iframe {
    display: block;
    margin: 40px auto;
}

.landing-btn {
    text-align: center;
}


.landing-btn .btn-class {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 1.6em;
    margin: 15px auto;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
}

.landing-btn .btn-class:hover {
    background-color: #ccc;
}

.landing-btn a {
    color: #fff;
    font-family: Montserrat, sans-serif;
    text-decoration: none;
}

.landing-btn a:hover {
    color: #fff;
    text-decoration: none;
}

.nicest-landing-page hr,
.nicest-landing-page hr {
    background-color: #ccc;
    margin-top: 1.5em;
}

.nicest-landing-archive h4 {
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 2em;
    text-transform: capitalize;
    text-align: center !important;
}

.landing-recent .single {
    display: block;
    float: left;
    position: relative;
    width: 33%;
}

.landing-recent .single:hover .text-container {
    background-color: rgba( 0, 0, 0, 1);
}

.landing-recent .single .img-container {
    margin: 20px 2%;
    width: 96%;
	height: 190px;
	background-size:cover;
}

.landing-recent .single .img-container img {
    max-width: 100%;
}

.landing-recent .single .text-container {
    background-color: rgba( 0, 0, 0, 0.8);
    padding: 6px 16px 0 6px;
    position: absolute;
        bottom: 20px; right: 2%;
    text-align: right;
    width: 96%;
}

.landing-recent .single .text-container a {
    color: #fff;
    font-family: "Playfair Display", serif;
}

.landing-recent .single .text-container a:hover {
    text-decoration: none;
}

.nicest-landing-page a.links {
    color: #00aeef;
    display: inline-block;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
    text-decoration: underline;
}

.nicest-landing-page a.grey {
    color: #aaa;
}

.nicest-landing-page a:hover {
    color: #222;
}


/* Single Entry Page */
.nicest-places-page {
    margin: 0 auto;
    max-width: 800px;
}

.nicest-places-page hr {
    background-color: #ccc;
    margin-top: 1.5em;
}

.nicest-places-page h1 {
    margin-bottom: 0;
}

.nicest-places-page .tagline,
.nicest-places-page h4 {
    color: #000;
    font-family: "Playfair Display", serif;
}

.nicest-places-page .tagline {
    font-size: 1.6em;
}

.nicest-logo-container img {
    margin: 10px auto;
}

.nicest-places-page .np-ad-spot {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 30px 0;
}

.nicest-places-page .np-ad-spot img {
    margin: 30px auto;
}

.nicest-places-page .embedded-video {
    margin: 20px auto;
    text-align: center;
}

.nicest-places-page .more-stories h4 {
    text-align: center;
}

.nicest-places-page .additional-links a {
    color: #00aeef;
    font-family: "Playfair Display", serif;
    text-decoration: underline;
}

.nominated-by {
    color: #000;
    font-family: "Playfair Display", serif;
    margin: 15px 0;
    padding: 25px 0;
    text-transform: uppercase;
}

.get-involved {
    font-family: Montserrat, sans-serif;
    text-decoration: none;
    text-align: center;
}

.get-involved h4,
.facebook-comments h4 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.get-involved .btn-class {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 1.8em;
    margin: 15px auto;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
}

.get-involved .btn-class:hover {
    background-color: #ccc;
}

.get-involved a {
    color: #fff;
    text-decoration: none;
}

.get-involved a:hover {
    color: #fff;
    text-decoration: none;
}


/* Archive Page */
.nicest-landing-archive {
    margin: 0 auto;
    max-width: 800px;
}

.nicest-landing-archive .logo img {
    margin: 30px auto 10px;
    max-width: 100%;
}

.nicest-landing-archive h1 {
    color: #000;
    text-align: center !important;
}

.nicest-landing-archive .np-intro-text {
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 30px;
}

.nicest-landing-archive p {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
    line-height: 1.5;
}

.nicest-landing-archive .links {
    color: #00aeef;
    display: inline-block;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
    text-decoration: underline;
}

.nicest-landing-archive a.grey {
    color: #aaa;
}

.nicest-landing-archive a:hover {
    color: #222;
}

.bottom-links {
    clear: left;
    display: block;
    width: 100%;
}

/* Pagination */
.np-pagination {
    clear: left;
    display: block;
    margin: 10px auto;
    text-align: center;
    width: 60%;
}

.np-pagination a,
.np-pagination span,
.np-pagination .page-numbers,
.np-pagination .current {
    color: #00aeef;
    font-family: Montserrat, sans-serif;
    font-size: 2.5em;
    margin: 0 10px;
}

.np-pagination a:hover,
.np-pagination span:hover,
.np-pagination a:link,
.np-pagination a:visited {
    text-decoration: none;
}

.np-pagination .prev,
.np-pagination .next {
    background-color: #00aeef;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 6em;
    height: 60px;
    line-height: 0.45;
    margin-top: 10px;
    width: 60px;
}

.np-pagination .prev:hover,
.np-pagination .next:hover {
    background-color: #ccc;
}

.np-pagination .prev {
    float: left;
}

.np-pagination .next {
    float: right;
}

.np-pagination span.current {
    color: #ccc;
}

/* Media Queries */
@media only screen and (max-width: 600px) {

    .landing-recent .single {
        width: 100%;
    }

    .landing-recent .single .img-container {
        margin: 20px 0;
        width: 100%;
    }

    .landing-recent .single .img-container img {
        width: 100%;
    }

    .landing-recent .single .text-container {
        bottom: 20px; right: 0;
        width: 100%;
    }

    .landing-btn .btn-class {
        font-size: 0.8em;
        padding: 5px 8px;
    }

    .nicest-places-page iframe,
    .nicest-landing-page iframe {
        max-width: 100%;
    }

    .get-involved .btn-class {
        font-size: 1em;
        padding: 7px 10px;
    }

    .np-pagination {
        width: 100%;
    }

    .np-pagination a,
    .np-pagination span,
    .np-pagination .page-numbers,
    .np-pagination .current {
        font-size: 1.5em;

    }
    .np-pagination .prev,
    .np-pagination .next {
        font-size: 3em;
        height: 40px;
        line-height: 0.65;
        margin-top: 0;
        width: 40px;
    }
}




