/*
Theme Name: Advisor 12 Child - Dukes
Template: advisor12
Author: Amanda Martin
Version: 1.0
Updated: 2016-12-14 07:20:09
*/

/* 30395C */


@charset "UTF-8";
@import url('../advisor12/style.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat|Playfair+Display');

body {
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3 {
    font-family: 'Playfair Display', serif;
}
h1.title-section {
    font-size: 34px;
}
h2 {
    font-size: 20px;
}
p {
    color: #444;
    font-size: 16px;
    line-height: 28px;
}
.lead {
    font-size: 24px;
}

/* top */
.navbar-default .navbar-nav>li>a {
    color: #555;
    text-transform: uppercase;
}
.top-bar {
    background: #30395C;
}
.hero .logo {
    display: none;
}
.hero .gps-carousel-caption img {
    width: 450px;
}
.hero .gps-carousel-caption {
    top: 3em;
    left: 30%;
    right: 30%;
    text-align: center;
}
.gps-carousel-caption p {
    max-width: 100%;
}

/* btn */
.btn-primary {
    background: #30395C;
}
.btn-primary:hover, .btn-primary:focus {
    background: rgba(48, 57, 92, 0.8);
}
.alert-success {
    background-color: #5C8C8A;
}

/* sections */
.light-bg {
    background: #ECECEC;
}
.dk-bg {
    background: rgba(107, 112, 132, 0.49);
}
.section-pad-bottom {
    padding: 90px 0 0px;
}
.section-pad-top {
    padding: 0 0 100px;
}

/* colors */
.text-white, .text-white a {
    color: #FFF;
}
.overlay {
    background: rgba(32, 59, 86, 0.5);
}

/* video */
.mfp-wrap {
    z-index: 1051 !important;
}

/* bottom */
.disclosure {
    text-align: center;
}

/* forms */
.alert-success {
    color: #6c7185;
    background-color: #727890;
    border-color: #85878d;
}


@media (min-width: 1200px) {
    #cta {
        display: none;
    }
}

@media (max-width: 1199px) {
    .top-bar {
        padding: 60px 0 10px;
    }
    #cta {
        visibility: visible;
    }
    .gps-carousel-caption {
        display: none;
    }
    .item {
        height: 420px;
    }
}

@media (max-width: 991px) {
    .navbar-default .navbar-brand {
        color: #fff;
        font-size: medium;
    }
    .top-bar {
        margin-top: 3em;
    }
    .hero .logo {
        top: 5.5em;
    }
    .item {
        height: 330px;
    }
}


@media (max-width: 767px) {
    .top-bar {
        margin-top: -3em;
    }
    .navbar-default .navbar-toggle {
        border-color: #FFF;
        border-radius: 1px
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #30395C;
    }
    .navbar-default .navbar-brand {
        color: #fff;
        font-size: small;
    }
    .hero .logo {
        top: 1.5em;
    }
    .item {
        height: 260px;
    }
    #schedule-your-analysis {
        padding: 20px 0;
    }
}

@media (max-width: 520px) {
    .item {
        display: none;
    }
}

@media (max-width: 414px) {
    .navbar-default .navbar-brand {
        padding-right: 0;
        padding-left: 0;
        font-size: smaller;
    }
    .logo img {
        width: 275px;
    }
    .overlay-wrap .img {
        margin: auto !important;
    }
}