/* FONTS */

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700|Hind:400,700);
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.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%;
    /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* ALL SIZES */

body {
    font-family: 'Hind', sans-serif;
    font-weight: normal;
    color: #303030;
    font-size: 15px;
    line-height: 1.5;
	transition: padding 0.5s;
}

p {
    margin: 0 0 20px 0;
}

h1,
.h1,
h2,
h3,
.h3,
h4,
h5,
.h5,
h6 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #2c2c2c;
    margin: 0;
    padding: 0;
}

h1,
.h1 {
    margin: 10px 0 20px 0;
    letter-spacing: 1px;
}

h2 {
    letter-spacing: 1px;
}

h3,
.h3 {
    margin: 10px 0 20px 0;
    letter-spacing: 1px;
}

h4 {
    margin: 10px 0 20px 0;
}

h5,
.h5 {
    margin: 10px 0;
}

h6 {}

hr {
    border-color: #e3e3e3;
}

a,
a:visited,
a:active {
    color: #b90f37;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a:hover {
    color: #303030;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a.no-deco {
    color: #303030;
}

a.no-deco:hover {
    color: #303030;
}

h1 a,
h1 a:visited,
h1 a:active,
h2 a,
h2 a:visited,
h2 a:active,
h3 a,
h3 a:visited,
h3 a:active,
h4 a,
h4 a:visited,
h4 a:active,
h5 a,
h5 a:visited,
h5 a:active,
h6 a,
h6 a:visited,
h6 a:active {
    color: #303030;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #b90f37;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.italic {
    font-style: italic;
}

img {
    max-width: 100%;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.noshow {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}

.container-wide {
    width: 1400px;
    max-width: 100%;
}

.top-row {
    padding-top: 30px;
}

.top-row-archive {
    padding-top: 60px;
}

.inner-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.row-330 {
    padding-right: 330px;
    overflow: hidden;
    margin: 0 -15px;
}

.col-left {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 15px;
}

.col-330 {
    width: 330px;
    float: right;
    margin: 0;
    margin-right: -330px;
}

.border-side-right {
    border-right: 1px solid #e1e1e1;
}

.border-side-left {
    border-left: 1px solid #e1e1e1;
}

.border-bottom {
    border-bottom: 1px solid #e1e1e1;
}

.border-side-right-dk {
    border-right: 1px solid #ccc;
}

.row-no-margin {
    margin: 0;
}

.row-no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.button {
    background-color: #b90f37;
    color: #fff;
    border: none;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px 6px 20px;
    line-height: 1;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.button:hover {
    background-color: #ccc;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

nav ul li {
    display: inline-block;
    float: left;
    padding: 10px 7px;
    font-size: 1.2em;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; overflow: hidden; max-width: 100%;
}

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

/* Am I Using These??? */

.row-padded {
    padding: 10px 0;
}

input[type=text],
input[type=email],
textarea,
.input-group-addon {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    box-shadow: none;
}


/* Advertisements */

.ad-above-header {
    padding: 20px 0;
    background: #f7f7f7;
}

.ad-leader {
    width: 728px;
    height: 90px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.ad-half-page {
    width: 300px;
    height: 600px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.med-rect {
    text-align: center;
    vertical-align: middle;
    margin: 0 0 20px 20px;
    float: right;
}

.half-ad {
    width: 300px;
    height: 600px;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*  Header  */

header.header {
    background: #fff;
}

.logo-row {
    padding-top: 10px;
}

.logo-row .vcenter {
    margin-right: -4px;
}

img.logo {
    max-height: 110px;
}

.social-header {
    color: #b90f37;
    text-align: right;
    margin-bottom: -20px;
}

.social-header i {
    margin-left: 10px;
}

.tagline {
    color: #b90f37;
    font-size: 16px;
    margin: 0 0 20px 20px;
}

.header-search {
    position: relative;
    z-index: 10;
}
/*
.header-search:after{
    content: "\f002";
        color: #ccc;
    font-family: FontAwesome;
z-index: -1;
font-size: 3em;
    position: absolute;
    top: -2px;
    right: 0;
    line-height: 1;
}
*/

.header-search input::-webkit-search-decoration,
.header-search input::-webkit-search-cancel-button {
  display: none;
}

.header-search input[type=search] {
    font-family: inherit;
    font-size: 100%;
    color: transparent;
    background: transparent;
    background-image: url(../images/search.png);
    background-repeat:  no-repeat;
    background-size: auto 80% ;
    background-position: right center;
    border: 0;
    outline: 0;
    padding: 10px 30px 10px 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    box-shadow: none;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -webkit-transition:  all .5s ease;
    -moz-transition:  all .5s ease;
    transition: all .5s ease;

}

.header-search input[type=search]:focus {
    width: 300px;
    padding-right: 0;
/*    margin-right: 46px;*/
    cursor: auto;
    color: #333;
    border: 0;
    box-shadow: none;
    outline: 0;
    opacity: 1;
    background-color: #f7f7f7;
    -webkit-transition:  all .5s ease;
    -moz-transition:  all .5s ease;
    transition: all .5s ease;
}

.header-search input::-webkit-input-placeholder {
      color: transparent;
}

.header-search input:-moz-placeholder {
      color: transparent;
}

.header-search input::-moz-placeholder {
      color: transparent;
}

.header-search input:-ms-input-placeholder {
      color: transparent;
}

.header-search input[type=search]:focus::-webkit-input-placeholder {
      color: #909090;
}

.header-search input[type=search]:focus:-moz-placeholder {
      color: #909090;
}

.header-search input[type=search]:focus::-moz-placeholder {
      color: #909090;
}

.header-search input[type=search]:focus:-ms-input-placeholder {
      color: #909090;
}

/* Image Overlays */

.gradient-overlay:hover {
    background: rgba(185, 15, 55, .25);
    background-image: url(../images/gradient-overlay.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: contain;
    width: 100%;
    height: 100%;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
}

a.image-hover {
    background: #b90f37;
    display: inline-block;
    width: 100%;
}

a.image-hover img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a.image-hover:hover img {
    opacity: .8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}


/* Homepage */

.gradient-overlay {
    background-image: url(../images/gradient-overlay.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: contain;
    width: 100%;
    height: 100%;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
}

.gradient-overlay h4 {
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 15px;
    margin-bottom: 10px;
}

.featured-post-lg {
    background-position: center center;
    background-size: cover;
    width: auto;
    height: 325px;
}

.featured-post-md {
    background-position: center center;
    background-size: cover;
    width: auto;
    height: 220px;
}

.hotspot-headshot {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

.hotspot-mask {
    background-image: url(../images/bubble-home.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.hotspot-mask img {
    width: 100%;
}

.concierge-hot-spots {
    background-color: #e1e1e1;
    border-top: 6px solid #f7f7f7;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
}

.concierge-hot-spots ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.hot-spots-icon {}

.attachment-headshot {
    float: left;
    margin-right: 15px;
}

.below-the-fold {
    background-color: #f7f7f7;
}

.mid-page-ad {
    padding: 40px 0;
}

.blogs-home {
    background: #ffffff;
    border-bottom: 6px solid #e1e1e1;
}

.blog-home-title {
    text-align: center;
    padding: 30PX 15px;
}

.blog-home-title .col {
    padding-bottom: 30px;
    border-bottom: 6px solid #e1e1e1;
}

.blogs-home-title img {
    max-height: 30px;
}

.article-home {
    /* margin-right: 5px;
    margin-left: 5px; */
}

.article-home-more {
    text-align: center;
    padding-bottom: 10px;
}

.article-home-more h4 a {
    color: #b90f37;
}

.article-home-more h4 a:hover {
    color: #303030;
}

.article-home-more h4 a span {
    padding: 0 0 0 6px;
    position: absolute;
    top: 12%;
}

.meta-category {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #9e9e9e;
}

.meta-category a {
    color: #9e9e9e;
}

.meta-category a::after {
    content: ', ';
}

.meta-category a:last-of-type::after {
    content: ' ';
}

.meta-category a:hover::after {
    color: #9e9e9e;
}

.meta-category a:hover {
    color: #b90f37;
}

.meta-author-date {
    font-size: 14px;
    color: #b90f37;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.meta-author-date a {
    color: #9e9e9e;
}

.meta-author-date a:hover {
    color: #b90f37;
}

.blogs-home h3 {
    margin: 4px 0;
}


/* Sharing Buttons */

i.heateorSssSharing {
    margin-right: 8px;
}

i.heateorSssSharing.heateorSssTwitterBackground {
    background-color: #55acee;
}

i.heateorSssSharing.heateorSssEmailBackground {
    background-color: #909090;
}

i.heateorSssSharing {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

i.heateorSssSharing:hover {
    background-color: #ccc;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}


/* Related Posts */

.related-stories {
    margin-top: 40px;
}

.related-stories h4 {
    margin: 10px 0;
}

.related-post {
    padding-top: 10px;
    padding-bottom: 10px;
}

.related-post .category-link {
    margin: 16px 0 0 0;
    line-height: 1;
}

.related-post .category-link a {
    font-size: 11px;
}

.related-post h5 {
    font-size: 16px;
    margin-top: 5px;
}


/* Subscribe */

.home #mc_embed_signup_scroll {
    padding: 10px 10px 14px 10px;
    margin: 0;
    background: #fff;
}

#mc_embed_signup_scroll {
    padding: 0;
    background: #fff;
}

#mc_embed_signup_scroll p {
    font-size: 13px;
    text-align: left;
}

img.weekender {
    padding-bottom: 20px;
}

.margin-bottom-sm {
    margin-bottom: 10px;
}

.input-group-addon {
    background: #fff;
    color: #ccc;
}

.form-control::-webkit-input-placeholder {
    padding-top: 3px;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    padding-top: 3px;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    padding-top: 3px;
}

.form-control:-ms-input-placeholder {
    padding-top: 3px;
}

.subscribe-form.form-control {
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #303030;
}

.form-control:focus,
.form-control:focus .input-group-addon {
    border-color: #e3e3e3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .075), 0 0 3px 0 rgba(185, 15, 55, 0.6);
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .075), 0 0 3px 0 rgba(185, 15, 55, 0.6);
}

.indicates-required {
    color: #b90f37;
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
}

#mc_embed_signup_scroll .button {
    width: 100%;
    padding: 10px 10px 6px 10px;
}

.subscribe-form {
    width: 300px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 40px;
}

.home .subscribe-form {
    padding-top: 0;
}


/* Subscribe Pop-Up */

.featherlight-content {
    max-width: 350px;
}

#popup-cta-new .modal-content{
    background-image: url(../images/chicago-weekender-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 5px solid black;
    border-radius: 0;
    text-align: center;
}
#popup-cta-new #mc_embed_signup_scroll {
    background: transparent !important;
}
#popup-cta-new .modal-header {
    border: 0;
    padding: 0;
    margin-bottom: 15px;
}
#popup-cta-new .weekender{
    width: 75%;
    margin: auto;
}
#popup-cta-new h4.modal-title {
    color:#909090;
    font-weight: bold;
}
.modal-header .close {
    background: #000;
    font-size: 24px;
    color: #fff;
    opacity: 1;
    padding: 6px 4px 4px 8px;
    font-weight: normal;
}
#popup-cta-new .modal-body{
    padding: 15px 25px 25px;
}

#popup-cta-new #mce-EMAIL {
    border-radius: 0;
    width: 80%;
    float: left;
}

#popup-cta-new #mce-EMAIL::-webkit-input-placeholder {
color: #555;
}

#popup-cta-new #mce-EMAIL:-moz-placeholder {
color: #555;
}

#popup-cta-new #mce-EMAIL::-moz-placeholder {
color: #555;
}

#popup-cta-new #mce-EMAIL:-ms-input-placeholder {
color: #555;
}

#popup-cta-new #mc-embedded-subscribe {
    border-radius: 0;
    width: 20%;
    border: 1px solid #e3e3e3;
    padding-bottom: 7px;
}
#popup-cta-new #mc-embedded-subscribe:hover {
background: #909090;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-backdrop
{
    opacity:0.8 !important;
}
/* Category Pages */

.featured-article h2 {
    font-size: 40px;
    margin: 10px 0 20px;
}

.featured-article p {
    font-size: 18px;
    line-height: 1.7;
}

.featured-article {
    padding-bottom: 20px;
}

.styled-select-wrapper {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    border: 1px solid #e3e3e3;
    border-bottom: none;
}

.styled-select-wrapper:after {
    content: "\f078";
    font-family: FontAwesome;
    position: relative;
    padding: 0 23px 0 0;
    top: -2px;
    z-index: -1;
    color: #b90f37;
    font-size: 15px;
}

select#cat {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    background: transparent;
    border: none;
    color: #b90f37;
    padding: 10px 10px 6px 30px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    line-height: 1.8;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.styled-select {
    padding: 0;
}

.what-happening {
    margin-bottom: 20px;
}

.category-link a {
    color: #737373;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}


/* Full-Width Featured Single Post Page */

.grey-overlay {
    background-color: rgba(0, 0, 0, .25);
    width: 100%;
    height: 100%;
}

.featured-article-header {
    color: #fff;
    height: 50vh;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.featured-article-header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

.featured-article-header span {
    width: 150px;
    height: 3px;
    background: #fff;
    display: block;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.featured-article-header h1 {
    font-size: 50px;
    padding-bottom: 0;
    margin-bottom: 20px;
    color: #fff;
}

.featured-article-header h4 {
    color: #fff;
    text-transform: none;
    font-family: 'Hind', sans-serif;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 30px;
}

.featured-article-header .image-credit {
    color: #fff;
    position: absolute;
    bottom: 20px;
    width: 50%;
}

hr.full-width-meta {
    margin-top: 30px;
    margin-bottom: 40px;
}

.white-fade {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1) 100%);
}


/* Standard Posts  */

.heateor_sss_sharing_container {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 5px;
    margin-left: 10px;
}

.archive-title,
.page-title {
    font-size: 60px;
    text-transform: none;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

h1.post-title {
    font-size: 60px;
    text-transform: none;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.archive-title {
    border-bottom: 1px solid #e3e3e3;
}

.article-header {
    padding-bottom: 10px;
    margin-bottom: 30px;
}

p.byline {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

p.byline a {
    color: #fff;
    background: #b90f37;
    padding: 4px 8px 2px;
}

.featured-image {
    padding-bottom: 10px;
}

.image-credit {
    padding-bottom: 20px;
    font-size: 13px;
    color: #909090;
}

.post-entry-content {
    font-size: 18px;
    line-height: 1.7;
    padding-bottom: 20px;
}

.section h3 {
    text-transform: none;
    margin-top: 40px;
}

.section h3:first-of-type {
    margin-top: 0;
}

.author-bio {
    padding-top: 20px;
    font-size: 13px;
    line-height: 1.7;
}

nav.pagination {
    float: right;
    padding: 0 0 20px 0;
    margin: 0;
    color: #737373;
    font-weight: bold;
}

ul.page-numbers {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    padding: 0;
    font-size: 13px;
}

ul.page-numbers li {
    padding: 10px 5px;
}

ul.page-numbers span.current {
    font-weight: 600;
    color: #b90f37;
}

ul.page-numbers li a {
    color: #737373;
}

ul.page-numbers li a:hover {
    color: #b90f37;
}


/* Concierges' Favorites */

.breadcrumbs {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.breadcrumbs span.sep {
    font-size: 1.5em;
    line-height: 1;
}

.breadcrumbs .current {
    color: #b90f37;
}

.breadcrumbs a {
    color: #303030;
}

.favorite-header {}

.archive-concierge-content {
    padding-bottom: 10px;
}

.concierge-search {
    border: 1px solid #e3e3e3;
    margin-bottom: 50px;
}

.concierge-search .form-control {
    background: #f7f7f7;
    border-color: #e3e3e3;
    color: #9e9e9e;
}

select#concierge-cat {
    font-family: 'Hind', sans-serif;
    font-size: 15px;
    color: #9e9e9e;
    background: #f7f7f7;
    width: 100%;
    border-color: #e3e3e3;
}

.concierge-search .button {
    margin: 20px 0;
}

h4 span.optional {
    color: #9e9e9e;
    font-size: 10px;
}

.concierge-listings h3 {
    margin: 0 0 10px;
}

.favorite-meta {
    font-size: 16px;
    display: table;
}

.favorite-meta .fa {
    display: table-cell;
    padding-top: 12px;
}

.favorite-meta span {
    display: table-cell;
    padding-left: 8px;
    padding-top: 10px;
}

.favorite-meta a {
    padding-top: 12px;
    display: table-row;
    line-height: 1.1;
}

.category-concierges-favorites h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.category-concierges-favorites h3 {}

.category-concierges-favorites h4 {
    margin: 20px 0 10px;
}

.category-concierges-favorites h5 {
    font-size: 16px;
    margin: 15px 0 4px 0;
}

.single-post .category-concierges-favorites .entry-content {
    margin-bottom: 40px;
}

.favorite-headshot {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    margin-bottom: 10px;
}

.favorite-mask {
    background-image: url(../images/bubble-favorite.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.favorite-mask img {
    width: 100%;
}

.concierge-tip {
    margin: 40px 0;
}

hr.concierge-favorite-border {
    margin-top: 0;
}


/* NEIGHBORHOODS */

.featured-neighborhood a {
    color: #9e9e9e;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}


/* CONCIERGE BLOG */

.blog-page-title {
    padding-bottom: 36px;
}

h2.blog-post-title {
    font-size: 36px;
    margin: 30px 0 20px;
}

p.blog-byline {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #b90f37;
}

.blog-entry-content {
    margin-bottom: 50px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 50px;
}

.blog-entry-content .button {
    padding-left: 40px;
    padding-right: 40px;
}

a.button {
    color: #fff;
}

p.read-more {
    padding-top: 20px;
    margin-bottom: 0;
}

.wp-prev-next {
    margin-top: -20px;
    padding-bottom: 30px;
}

ul.blog-nav-links {
    padding: 0;
    margin: 0;
    font-size: 15px;
}

ul.blog-nav-links li {
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

li.previous-link {
    float: left;
}

li.next-link {
    float: right;
}


/* COMMENTS */

#comments {
    border-top: 1px solid #e3e3e3;
    margin-top: 20px;
}

h3#wc-comment-header {
    font-size: 26px;
}

#wpcomm {
    border: none;
}

#wpcomm textarea {
    border-color: #e3e3e3 !important;
    border-radius: 4px !important;
    color: #555;
}

#wpcomm .wpdiscuz-item input {
    border-color: #e3e3e3 !important;
    font-family: 'Hind', sans-serif;
    border-radius: 4px !important;
}

.wc_comm_form textarea {
    box-shadow: none;
    border-radius: 4px !important;
}

.wpdiscuz-item textarea:focus,
.wpdiscuz-item input:focus:not([type="checkbox"]),
.wpdiscuz-item textarea:focus {
    border-color: #b90f37 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .075), 0 0 3px 0 rgba(185, 15, 55, 0.6);
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .075), 0 0 3px 0 rgba(185, 15, 55, 0.6);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/* PAGES */

.sections-row {
    margin-bottom: 40px;
    margin-top: 40px;
}

.sections-row h3 {
    text-transform: none;
}

.gform_wrapper input[type=text] {
    height: 34px;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #555;
    text-indent: 0 !important;
}

.gform_wrapper textarea {
    padding: 6px 12px !important;
    font-size: 15px !important;
    line-height: 1.42857143;
    color: #555;
    text-indent: 0 !important;
}

.gform_wrapper input::-webkit-input-placeholder {
    padding-top: 3px;
}

.gform_wrapper input:-moz-placeholder {
    /* Firefox 18- */
    padding-top: 3px;
}

.gform_wrapper input::-moz-placeholder {
    /* Firefox 19+ */
    padding-top: 3px;
}

.gform_wrapper input:-ms-input-placeholder {
    padding-top: 3px;
}

.gform_wrapper textarea::-webkit-input-placeholder {
    padding-top: 3px;
}

.gform_wrapper textarea:-moz-placeholder {
    /* Firefox 18- */
    padding-top: 3px;
}

.gform_wrapper textarea::-moz-placeholder {
    /* Firefox 19+ */
    padding-top: 3px;
}

.gform_wrapper textarea:-ms-input-placeholder {
    padding-top: 3px;
}

.gform_wrapper textarea:focus,
.gform_wrapper input:focus:not([type="checkbox"]),
.gform_wrapper textarea:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .075), 0 0 3px 0 rgba(185, 15, 55, 0.6);
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .075), 0 0 3px 0 rgba(185, 15, 55, 0.6);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.gform_wrapper .ginput_complex.ginput_container {
    overflow: visible !important;
}

label.gfield_label {
    display: none !important;
}

.ginput_complex label {
    display: none !important;
}

.gfield {
    padding-bottom: 10px;
}

.gfield_checkbox label {
    color: #555;
    font-weight: normal;
}

.gfield_checkbox li input[type=checkbox]:checked+label {
    font-weight: normal !important;
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}


/*  FOOTER  */

footer {
    background: #000;
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 60px;
    color: #fff;
}

footer a,
footer a:visited,
footer a:active {
    font-weight: bold;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .footer-social a:hover {
    color: #b90f37;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.footer-icon {
    color: #303030;
}

footer a:hover .footer-icon {
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

li.footer-logo {
    padding-right: 40px;
}

li.footer-logo img {
    height: 90px;
}

ul.footer-nav {
    margin: 30px 0 40px 0;
}

ul.footer-nav li {
    border-right: 1px solid #fff;
}

ul.footer-nav li:last-of-type {
    border-right: none;
}

ul.footer-nav a {
    /* font-weight: normal; */
    text-transform: uppercase;
    font-size: 16px;
}

.show-me {
    padding-top: 6px !important;
    bottom: -10px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sticky-cta {
    z-index: 1000;
    height: 44px;
    background-color: #fff;
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    padding: 10px 10px 30px 10px;
    position: fixed;
    bottom: -32px;
    right: 5%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sticky-cta:hover,
.sticky-cta:focus,
.sticky-cta:active {
    z-index: 100;
    padding-top: 6px;
    bottom: -10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sticky-cta .star {
    height: 16px;
    padding-right: 4px;
}

.sticky-cta a {
    text-transform: uppercase;
    font-weight: 700;
    color: #303030;
}

.sticky-cta a:hover {
    color: #b90f37;
}
.sticky-cta-new {
   z-index: 1000;
    background-color: #000;
    padding: 10px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .02em;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.sticky-cta-new a{
/*
    background: #b90f37;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 2px 10px 0px;
    line-height: 1;
    margin-left: 15px;
    border-radius: 4px;
    margin-top: 2px;
*/
	    background: #b90f37;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 6px 10px 5px;
    line-height: 1;
    margin-left: 15px;
    border-radius: 4px;
    margin-top: 3px;
    display: inline-block;
}
.sticky-cta-new a:hover, .sticky-cta-new a:focus {
    background: #fff;
    color: #b90f37;
}
/* MENU STYLING */

#navigation .noonav.noosticky > div {
    width: 100%;
}

#navigation .noonav {
    background: #000000;
    z-index: 1001;
}

#navigation .noonav .noo-menu-search,
#navigation .noonav .noo-menu-collapse-bar {
    line-height: 60px;
}

#navigation .noonav .noo-menu-search-show-hover .field:focus,
#navigation .noonav .noo-menu-search-show-alway .field {
    background: #fff;
}

#navigation .noonav .noo-menu-search i {
    color: #fff;
}

#navigation .noonav .noo-nav > li > a .noo-icon {
    font-size: 0px;
}

#navigation .noonav .noo-nav > li > a {
    font-family: 'Josefin Sans', sans-serif;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 700;
}

#navigation .noonav .noo-nav > li:hover > a,
#navigation .noonav .noo-nav > li.open > a,
#navigation .noonav .noo-nav > .current-menu-item > a,
#navigation .noonav .noo-nav > .current-menu-ancestor > a,
#navigation .noonav .noo-nav > .current_page_item > a,
#navigation .noonav .noo-nav > .current_page_ancestor > a {
    color: #B90F37;
    background: #fff;
}

#navigation .noonav .noo-toggle-icon,
#navigation .noonav .navbar-brand {
    color: #ffffff;
}

#navigation .noonav .navbar-brand {
    display: none;
}

#navigation .noonav .noo-megamenu .caret {
    border-top-color: #ffffff;
}

#navigation .noonav .noo-nav li.dropdown.open .caret,
#navigation .noonav .noo-nav li.dropdown.open.active .caret,
#navigation .noonav .noo-nav li.dropdown.open a:hover .caret,
#navigation .noonav .noo-nav .dropdown-toggle:hover .caret,
#navigation .noonav .noo-nav > li:hover > a > .caret,
#navigation .noonav .noo-nav > .current-menu-item > a > .caret,
#navigation .noonav .noo-nav > .current-menu-ancestor > a > .caret,
#navigation .noonav .noo-nav > .current_page_item > a > .caret,
#navigation .noonav .noo-nav > .current_page_ancestor > a > .caret {
    border-top-color: #b90f37;
    border-bottom-color: #b90f37;
}

#navigation .noonav .noo-megamenu .dropdown-menu,
#navigation .noonav .noo-megamenu .dropdown-submenu > .dropdown-menu {
    border-radius: 0px;
    background-color: #fff;
    padding: 0;
}

#navigation .noonav .noo-megamenu .dropdown-menu .mega-nav > li > a {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 14px 15px 16px 15px;
}

#navigation .noonav .noo-megamenu .dropdown-menu .mega-nav > li:hover > a:not(.mega-group-title) {
    color: #ffffff;
    background: #b90f37;
}

span.noo-menu-logo img {
    max-height: inherit !important;
    margin-top: -12px;
}

span.noo-menu-logo {
    visibility: hidden;
    opacity: 0;
    width: 0;
    padding: 0;
    margin: 0;
    /* -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; */
}

.noo-sticking span.noo-menu-logo {
    visibility: visible;
    opacity: 1;
    width: 84px;
    padding: 0;
    margin: 0 -104px -12px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.noo-menu-search .field {
    width: 32px !important;
    height: 50px !important;
    color: #303030;
    line-height: 1;
}

.noo-menu-search .field:focus {
    width: 200px !important;
    padding-left: 15px !important;
    border: none !important;
}

.noo-menu-search .field::-webkit-input-placeholder {
    padding: 0;
    line-height: 1.5;
    visibility: hidden;
    opacity: 0;
}

.noo-menu-search .field:-moz-placeholder {
    /* Firefox 18- */
    padding: 0;
    line-height: 1.5;
    visibility: hidden;
    opacity: 0;
}

.noo-menu-search .field::-moz-placeholder {
    /* Firefox 19+ */
    padding: 0;
    line-height: 1.5;
    visibility: hidden;
    opacity: 0;
}

.noo-menu-search .field:-ms-input-placeholder {
    padding: 0;
    line-height: 1.5;
    visibility: hidden;
    opacity: 0;
}

.noo-menu-search .field:focus::-webkit-input-placeholder {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.noo-menu-search .field:focus:-moz-placeholder {
    /* Firefox 18- */
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.noo-menu-search .field:focus::-moz-placeholder {
    /* Firefox 19+ */
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.noo-menu-search .field:focus:-ms-input-placeholder {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

li.noo-menu-search-box {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}

.noo-sticking li.noo-menu-search-box {
    visibility: visible;
    opacity: 1;
}

.dropdown-menu {
    border: none;
}

.noo-col.noo-span6 {
    width: 50% !important;
    margin: 0 !important;
}

.noo-megamenu .dropdown-menu .mega-nav>li,
.noo-megamenu .mega-nav>li {
    width: 100%;
}

li.noo-nav-item h2.widgettitle {
    display: none;
}

.noo-col-widget {
    background: #f7f7f7;
    border-right: 1px solid #e3e3e3;
    padding-bottom: 10px;
}

.noo-col-widget .menu-feature-inner {
    padding: 15px;
    font-size: 13px;
}

.noo-col-widget h5 {
    margin: 5px 0 10px 0;
    font-size: 17px;
}

.noo-nav .noo-col-widget a {
    color: #303030;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.noo-nav .noo-col-widget a:hover h5 {
    color: #b90f37;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.noo-col-widget span.read-more {
    color: #b90f37;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}


/* Media Queries */

@media screen and (max-width: 1199px) {
    #navigation .noonav .noo-nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (max-width: 1090px) {
    .noo-sticking li.noo-menu-search-box {
        visibility: hidden;
        opacity: 0;
        width: 0;
        height: 0;
    }
    .noo-sticking span.noo-menu-logo {
        visibility: hidden;
        opacity: 0;
        width: 0;
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width: 991px) {
    .border-side-right-dk {
        border: none;
    }
    .mobile-pad {
        padding-top: 20px;
    }
    .row-330 {
        padding: 0;
        overflow: visible;
    }
    .col-330 {
        width: 100%;
        float: none;
        margin: 0;
        padding-top: 40px;
        clear: both;
    }
    li.footer-logo {
        padding: 0 0 20px 0;
        display: block;
    }
    .border-side-left {
        border: none;
    }
    .border-side-right {
        border: none;
    }
    .related-post img.img-responsive {
        width: 50%;
        height: auto;
    }
    .related-stories {
        text-align: center;
    }
    .sections-row {
        margin-top: 0;
    }
    .home .row-no-margin .col-xs-12 {
        padding: 0;
    }
    .related-stories {
        margin-top: 0;
    }
}

@media (min-width: 880px) {
    #navigation .noonav .noo-megamenu.animate .mega > .mega-dropdown-menu {
        transition-duration: 200ms;
        -moz-transition-duration: 200ms;
        -webkit-transition-duration: 200ms;
        transition-delay: 0ms;
        -moz-transition-delay: 0ms;
        -webkit-transition-delay: 0ms;
    }
    #navigation .noonav .noo-megamenu.horizontal {
        height: 60px;
    }
}

@media screen and (max-width: 879px) {
    #navigation .noonav .noo-nav > li.mega > a:after {
        border-color: #ffffff rgba(0, 0, 0, 0)
    }
    #navigation .noonav .noo-nav > li.mega:hover > a:after,
    #navigation .noonav .noo-nav > li.mega.open > a:after,
    #navigation .noonav .noo-nav > li.mega.current-menu-item > a:after,
    #navigation .noonav .noo-nav > li.mega.current_page_item > a:after,
    #navigation .noonav .noo-nav > li.mega.current_page_ancestor > a:after {
        border-color: #b90f37 rgba(0, 0, 0, 0)
    }
    #navigation .noonav .noo-megamenu .dropdown-menu .mega-nav > li > a:after {
        border-color: rgba(0, 0, 0, 0)
    }
    #navigation .noonav .noo-megamenu .dropdown-submenu > a:after,
    #navigation .noonav .noo-megamenu .mega-group > a:after {
        border-color: #b90f37 rgba(0, 0, 0, 0)
    }
    .noo-nav>li {
        float: none !important;
    }
    #navigation .noonav .noo-nav > li > a {
        padding: 15px;
    }
    .noo-menu-collapse-bar {
        display: block !important;
    }
    .noonav .button-bar {
        display: block !important;
        padding: 0 15px !important;
        height: auto !important;
        width: auto !important;
        border: none !important;
        float: none !important;
    }
    .noonav .button-bar i {
        color: #ccc !important;
        font-size: 40px !important;
        cursor: pointer;
    }
    .noo-col-widget {
        display: none !important;
    }
    .noo-collapse-open {
        float: none !important;
    }
    .no-span6 {
        width: 100% !important;
    }
    .noonav .noo-nav>li.mega:not(.sub-hidden-collapse)>a:after {
        right: 15px;
    }
    .noo-col.noo-span6 {
        width: 100% !important;
        margin: 0 !important;
    }
    #navigation .noonav .noo-megamenu .dropdown-menu .mega-nav > li:hover > a:not(.mega-group-title) {
        color: #b90f37;
    }
    .top-row {
        padding-top: 20px;
    }
    .top-row-archive {
        padding-top: 20px;
    }
}


/* TABLET */

@media screen and (max-width: 769px) {
	.modal-open{
		overflow: auto;
		padding-top: 340px;
		transition: padding 0.5s;
	}
	.modal-backdrop{
		display: none;
	}
	.modal {
/*		position: absolute;*/
		bottom: auto;
	}
	.modal-dialog{
		margin: auto;
		width: 100%;
	}
	#popup-cta-new .weekender{
		max-width: 200px;
	}
	nav#navigation{
		z-index: 1000000;
	}
}


@media screen and (max-width: 767px) {
    .header-search {
    position: absolute;
    right: 15px;
    top: 0;
    }
    .logo-wrapper {
        text-align: center;
    }
    nav#navigation {
        display: block;
        clear: both;
        position: absolute;
        top: 0;
    }
    nav#navigation .open {
        width: 100%;
    }
    #navigation .noonav {
        background: transparent;
    }
    .noonav>div>.noo-megamenu.noocollapse.noo-collapse-open {
        margin-top: -70px !important;
        padding-top: 70px !important;
    }
    .noonav .button-bar {
        padding: 0 !important;
        margin: 0 !important;
        width: 60px !important;
    }
    .noonav .button-bar i {
        padding: 15px;
    }
    .noo-collapse-open {
        background: #000;
    }
    .noo-nav>li {
        float: none !important;
    }
    .search-icon {
        position: absolute;
        top: 15px;
    }
    .favorite-meta {
        margin: 0 auto;
    }
    .col-pad {
        padding-top: 40px;
    }
    .ad-above-header,
    .ad-leader {
        display: none;
    }
    .related-stories {
        margin-top: 40px;
    }
    .top-row {
        padding-top: 10px;
    }
    .top-row-archive {
        padding-top: 10px;
    }
    .med-rect {
        float: none;
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 750px) {
    .tagline {
        text-align: center;
    }
    .border-side-right-dk {
        border-right: none;
        border-bottom: 1px solid #ccc;
        padding-bottom: 40px;
    }
    .blogs-home .col-xs-4 {
        padding-right: 0;
    }
    .featured-post-lg,
    .featured-post-md {
        height: 200px;
    }
    .concierge-listings .col-xs-3,
    .article-category .col-xs-3,
    .author-bio .col-xs-3 {
        padding-right: 0;
    }
}


/* MOBILE ONLY */

@media screen and (max-width: 600px) {
    #wpcomm .wc-comment .wc-comment-right {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 481px) {
    a {
        word-wrap: break-word;
    }
    h3 a {
        word-wrap: normal;
    }
    .article-home h3 {
        font-size: 20px;
    }
    h1.archive-title,
    h1.post-title {
        font-size: 45px;
    }
    .featured-article-header .container {
        padding-top: 20px;
    }
    .featured-article-header h1 {
        font-size: 45px;
        margin-bottom: 10px;
        line-height: 1.05;
    }
    .featured-article-header h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .featured-article h2 {
        font-size: 30px;
    }
/*
    .header-search:hover #searchform {
        width: 225px;
    }
*/
    select#cat {
        padding: 10px 0px 6px 10px;
        font-size: 18px;
    }
    .sticky-cta {
        bottom: -100px;
    }
    .col-330 .col-sm-6 {
        padding-left: 0;
        padding-right: 0;
    }
    .featured-article-header .image-credit {
        width: auto;
        bottom: 0;
    }
	#popup-cta-new #mce-EMAIL{
		width: 100%;
		float: none;
	}
	#popup-cta-new #mc-embedded-subscribe{
		    display: block;
    float: none;
    width: 100%;
	}
	#popup-cta-new .modal-header{
		margin-bottom: 0;
	}
	#popup-cta-new .modal-body{
		padding: 0 15px 15px;
	}
	#popup-cta-new .weekender {
    max-width: 180px;
	}
	.sticky-cta-new a{
		display: block;
	}
.sticky-cta-new {
    font-size: 12px;
    line-height: 1.3;
}
	.sticky-cta-new span{
	display: none;
	}
	footer{
		padding-bottom: 100px;
	}
	.modal-open{
		padding-top: 380px;
	}
}
@media screen and (max-width: 380px) {
.header-search input[type=search]:focus {
    width: 230px;
}
    .featured-article-header h1{
        font-size: 35px;
    }
    .featured-article-header h4 {
    font-size: 20px;
    }
}
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333;
        background: rgba(0, 0, 0, 0)
    }
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, .8)
    }
    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.25em
    }
    .featherlight .featherlight-content {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        min-width: 30%;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        background: #fff;
        cursor: auto;
        white-space: normal
    }
    .featherlight .featherlight-inner {
        display: block
    }
    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #fff;
        background: rgba(255, 255, 255, .3);
        color: #000
    }
    .featherlight .featherlight-image {
        width: 100%
    }
    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0
    }
    .featherlight iframe {
        border: 0
    }
}



/* IE9 Styles */

.ie9 .noo-menu-align-center > div {
    left: 0!important;
}

.ie9 .noosticky.noonav > div {
    width: auto !important;
}

#navigation .noonav .noo-megamenu .mega:focus-within > .mega-dropdown-menu {
    opacity: 1;
    visibility: visible;
}
