/* ----------------
1 - BASE
2 - NAV BAR
3 - SEARCH BAR
4 - LIFESTYLE & ADVICE
5 - SOCIAL MEDIA BUTTONS
---------------- */

/* ============== 1 - BASE ============== */
.header {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover !important;
}
.header {
    min-width: 990px !important
}

.main-content-area {
    background-color: #FFF
}
.hero-0 {
    background-image: url('/static/1474367603/www/w/primelocation/images/landing/hero_1x.jpg')!important;
}
.hero-1 {
    background-image: url('/static/1474367603/www/w/primelocation/images/landing/hero1_1x.jpg')!important;
}
.hero-2 {
    background-image: url('/static/1474367603/www/w/primelocation/images/landing/hero2_1x.jpg')!important;
}
.hero-3 {
    background-image: url('/static/1474367603/www/w/primelocation/images/landing/hero3_1x.jpg')!important;
}
.hero-4 {
    background-image: url('/static/1474367603/www/w/primelocation/images/landing/hero5_1x.jpg')!important;
}

.social-media-share-buttons {
text-shadow: #333 0.1em 0.1em 0.2em
}

@media only screen and (min-device-pixel-ratio: 2),
       only screen and (min-resolution: 192dpi) {

    .hero-0 {
        background-image: url('/static/1474367603/www/w/primelocation/images/landing/hero_2x.jpg')!important;
    }
    .hero-1 {
        background-image: url('/static/1474367603/www/w/primelocation/images/landing/hero1_2x.jpg')!important;
    }
    .hero-2 {
        background-image: url('/static/1474367603/www/w/primelocation/images/landing/hero2_2x.jpg')!important;
    }
    .hero-3 {
        background-image: url('/static/1474367603/www/w/primelocation/images/landing/hero3_2x.jpg')!important;
    }
    .hero-4 {
        background-image: url('/static/1474367603/www/w/primelocation/images/landing/hero5_2x.jpg')!important;
    }
}

#bhome {
    background: #FFFFFF;
}

h1, h2, h3 {
    font-family: Merriweather!important;
    font-weight: normal;
}

/* ============== 2 - NAV BAR ============== */
#bhome .header-utilities {
    background: none;
}

#bhome #pl-main-nav {
    background: none;
}

#bhome .header-utilities .header-sub-user {
    color: #FFFFFF;
}

#bhome .header-main #logo {
    margin-top:0;
    z-index: 10000002;
}

#bhome .header-register-login:link,
#bhome .header-register-login:visited,
#bhome .myaccount-nav-link:link,
#bhome .myaccount-nav-link:visited {
    color: #fff !important;
}

/* ============== 3 - SEARCH BAR ============== */
#bhome .search {
    background: none;
    border: none;
}

#bhome .search-wrapper-inner {
    width: 600px;
    margin: 0 auto;
}

.search-home .search-top {
    margin-top: 100px;
    margin-bottom: 160px;
    padding: 0;
    box-shadow: 0 0 10px #444444;
}

.search-home .search-attributes-col {
    margin-right:0;
    width: 110px;
}

.search-home .selectboxit-container .selectboxit {
    width: 104px;
    background-color: #3e8abe;
    color: white;
    border-radius: 0;
    border: none;
    padding: 3px;
}

#search-input-location-wrapper {
    max-width: 445px;
    float: left;
}

.search-bottom {
    padding: 0;
}

.search-input-wrapper--focus span {
    color: #408fcd;
}

.btn-landing-search {
    border-radius: 0;
    padding: 10.5px 12px;
    width: 45px;
}


/* ============== 4 - LIFESTYLE & ADVICE ============== */
.pl-advice h1 {
    margin-top: 2em;
}

.pl-lifestyle .col-bg-1 .underline {
    border-color: #339fff;
}

.pl-lifestyle .col-bg-2 .underline {
    border-color: #4de31f;
}

.pl-lifestyle .col-bg-3 .underline {
    border-color: #3cdcda;
}

.pl-lifestyle .col-bg-4 .underline {
    border-color: #2fa0fe;
}

.pl-lifestyle .col-bg-5 .underline {
    border-color: #24a62c;
}

.pl-lifestyle .col-bg-6 .underline {
    border-color: #dce321;
}

.pl-lifestyle .col-bg-7 .underline {
    border-color: #78a5b8;
}

/* ============== 5 - SOCIAL MEDIA BUTTONS ============== */
#bhome header .social-media-share-buttons h2 {
    color: #FFFFFF;
}