/*
Theme Name: Advisor 12 Child - J. Johnson
Template: advisor12
Author: Liz Johnson
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|Open+Sans&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3 {
    font-family: 'Open Sans', sans-serif;
}
h1.title-section {
    font-size: 34px;
    color:black;
}
h2 {
    font-size: 20px;
}

.callout h2, .callout p {
    color:#444;
}
p {
    color: #444;
    font-size: 16px;
    line-height: 28px;
}
.lead {
    font-size: 24px;
}

/* top */
.navbar-default .navbar-nav>li>a {
    color: white;
    text-transform: uppercase;
}
.top-bar {
    background: #02699e;
    padding-top: 1%;
}

.hero .logo {
    display: none;
}
.hero .gps-carousel-caption img {
    width: 450px;
}
.hero .gps-carousel-caption {
    top: 3em;
    left: 30%;
    right: 30%;
    text-align: center;
    margin: 30px;
    
}
.gps-carousel-caption p {
    max-width: 100%;
}
.navbar-default {
    background-color: #0171a3;
}

.nav>li>a {
    padding: 20px 44px;
}

nav ul li {
    border-bottom:none;
}

/*.size-full wp-image-460 image-responsive {
    width:95%;
    padding-top: 2%;
    padding-bottom: 2%;
}*/

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

/* sections */
.light-bg {
    background: #F4F9FB;
}
.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;
}

.img hover{
    padding-top: 13%;
}
/* bottom */
.disclosure {
    text-align: center;
}

footer{
    background-color: #30395c;
}

/* 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;
    }
}
div.background {
  background: none;
}

div.transbox {
  margin: 30px;
  background-color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color:#000000; 
}

div.transbox p {
  color: #000000;
  font-weight: 800;
}

div.transbox h1 {
  color: #000000;}


