/* 
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:last-of-type {
    margin-left: 33%;
}

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

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

.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:last-of-type .text-container {
    bottom: 0px;
}
.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: 0 0 10px;
    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,
    .landing-recent .single:last-of-type {
        width: 100%;
        margin-left: 0;
    }

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

.page-vote-nicest-place {font-family: Montserrat, sans-serif;width:100%;}
.page-vote-nicest-place h4{font-family: "Playfair Display", serif;}
.page-vote-nicest-place .np-logo {margin:10px auto;}
.page-vote-nicest-place .entry-header{display: none; }
.page-vote-nicest-place .entry-content{max-width:800px; margin:0 auto;}
.two-column-form div ul li{margin-bottom: 1.5em!important;}
.two-column-form .gfield_radio li input[type="radio"] {
    display: none;
    opacity: 0;
}
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label{
    margin: 5% auto!important;
    max-width: 90%!important;
    white-space: normal!important;
}
.gfield_label{display: none!important;}
.gf_list_2col label {
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

.gf_list_2col label:before {
    background-color: rgba(16, 65, 99, 0.32 );
    text-align:center;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    /*   border: 1px solid grey; */
    position: absolute;
    top:25%;
    left: 35%;
    z-index:1;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.gf_list_2col label img {
    transition-duration: 0.1s;
    max-height: 220px;
}

.gf_list_2col :checked + label {
    font-weight: 400!important;
}

.gf_list_2col :checked + label:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 3.5em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: scale(1);
    line-height: 100px;
}

.gf_list_2col input[type="radio"] + label:after {
    background-color: rgba(16, 65, 99, 0.32 );
    text-align:center;
    color: white;
    content: "VOTE HERE";
    display: block;
    border-radius: 50%;
    position: absolute;
    top:25%;
    left: 35%;
    z-index:1;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    transition-duration: 0.4s;
    transform: scale(1);
    font-weight: 800;
}
.gf_list_2col input[type="radio"]:checked + label:after {
    content: "";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    transform: scale(0);
    line-height: 100px;
}

.gf_list_2col :checked + label img {
    z-index: -1;
}
.gform_footer{text-align: center;}
.gform_footer input[type=submit]{
    background-color: #00aeef;
    border-radius: 5px;
    border:0;
    color: #fff;
    display: inline-block;
    font-size: 1.4em!important;
    margin: 15px auto;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    outline: 0;
}
.gform_footer input[type=submit]:hover, .gform_footer input[type=submit]:focus, .gform_footer input[type=submit]:active{
    background-color: #ccc;
    color: #101010;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label{
    font-weight:400!important;
}

.np-email .ginput_container_email input{
    padding: .5em 1em!important;
    height: 3em;
    line-height: 2em;
    border-width: 2px;
    outline: 0;
}
h4{color:#101010!important;}
