/*
 Theme Name:   Advisor 9 Child - Andrew, Arons 2020
 Description:  Advisor 9 Child Theme
 Template:     advisor9
*/

@charset "UTF-8";
@import url('../advisor9/style.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif|Old+Standard+TT');

html {
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: 'Noto Serif', serif;
    font-size: 2.1rem;
}
a {
    color: hsl(210, 79%, 28%);
}
label {
    color: #777;
    font-weight: 100;
    font-size: 14px;
}
input.form-control {
    border-radius: 0px;
}
h1, h2, h3, h4 {
    font-family: 'Old Standard TT', serif;
}
h1.entry-title {
    font-weight: 100;
    text-transform: capitalize;
}
h3.panel-title {
    text-transform: capitalize;
    text-align: center;
}
.widget-title {
    border-bottom: none;
}
.lead {
    font-family: 'Old Standard TT', serif;
    font-size: 24px;
}

/* header */
.alert {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}
.alert-light {
    background-color: hsl(0, 0%, 79%);
    border-bottom: 1px solid #2d2d2d;
    color: #555;
    display: table;
    font-size: 15px;
    width: 100%;
}
.alert-light .dismiss {
    background-color: transparent;
    border: none;
    font-size: 18px;
    opacity: 0.9;
}
.alert-light .dismiss-cell {
    display: table-cell;
    vertical-align: middle;
}
.alert-light span {
  padding-right: 5px;
}

/* top section */
.contact {
    font-family: 'Old Standard TT', serif;
    font-size: 30px;
    font-style: italic;
}

/* top nav */
.navbar-main-customized {
    background: none;
}
.navbar-main-customized .navbar-nav > .active > a, .navbar-main-customized .navbar-nav > .active > a:hover, .navbar-main-customized .navbar-nav > .active > a:focus {
    background-color: hsl(0, 0%, 100%, 0);
    color: hsl(211, 78%, 28%);
}
.navbar-main-customized .navbar-nav > li > a {
    color: hsl(211, 78%, 28%);
    font-size: 2rem;
    text-transform: capitalize;
    font-family: 'Old Standard TT', serif;
}
.navbar-main-customized .navbar-nav > li > a:hover, .navbar-main-customized .navbar-nav > li > a:focus {
    background-color: hsl(0, 0%, 100%, 0);
    color: hsl(210, 79%, 28%);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: hsl(210, 79%, 28%);
    background-color: hsl(0, 0%, 100%, 0);
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: hsl(0, 0%, 100%, 0);
    color: #415a79;
}
.dropdown-menu>li>a {
    color: #0a4056;
    font-family: 'Old Standard TT', serif;
    font-size: 18px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: hsl(0, 0%, 0%);
    background-color: hsla(204, 65%, 58%, 0.55);
}
.navbar-toggle {
    border-radius: 0px;
}
.gv {
    background: #63466c;
}

/* logo */
.site-title a {
    display: none;
}

/* slider */
.gps-carousel-caption {
    background: none repeat scroll 0% 0% hsl(210, 79%, 28%, .8);
    padding: 20px 25px 25px;
    text-align: center;
}
.gps-carousel-caption h2 {
    font-size: 48px;
    font-weight: inherit;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
}
.gps-carousel-caption h4 {
    font-size: 36px;
    font-weight: inherit;
    font-style: italic;
    letter-spacing: 1px;
}

/* second nav */
.navbar-secondary-customized {
    display: none;
}

/* buttons */
.btn {
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
    font-weight: 700;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 17px;
    line-height: 1.5;
    border-radius: 15px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 15px 25px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 30px;
}
.btn-primary {
    background-color: hsl(210, 79%, 28%);
    border-color: #b9cccb;
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.btn-primary.dropdown-toggle {
    background-color: hsl(210, 79%, 40%);
    border-color: #859493;
}
.btn-success {
    background-color: hsl(210, 79%, 28%);
    border-color: #b9cccb;
}
.btn-success:hover {
    background-color: hsl(210, 79%, 28%);
    border-color: #859493;
}

/* home widgets */
.cta {
    text-align: center;
}
.cta a {
    font-size: 30px;
    white-space: normal;
    word-break: break-word;
}
.home-center h3 {
    text-align: center;
    font-size: 3rem;
}
.widget-title h3 {
    border-bottom: none;
    color: #e8e8e8;
    text-align: center;
    text-transform: uppercase;
}
.company h3 {
    font-size: 34px;
}
.home-service h3 {
    color: #0a4056;
    font-size: 24px;
    text-align: center;
}
.home-service .icon {
    color: #0a4056;
    padding: 15px 0;
    text-align: center;
}
.service-body {
    margin: 0 auto;
    padding: 5px 15px 20px;
    text-align: center;
}
.fa-5x {
    font-size: 8em;
}
.home-service p {
    margin: 0 20px;
}
.panel {
    border-radius: 0px;
}
.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-customized > .panel-heading {
    background: hsl(210, 79%, 28%);
    border-color: #b9cccb;
    border-bottom: none;
    margin: 0 -1px;
}
.panel-customized > .panel-heading > .panel-title {
    font-size: 2rem;
    font-weight: bold;
}
.panel {
    background-color: hsla(0, 0%, 100%, 0)
}

/* inner */
.splash {
    display: none;
}
#accordion .btn h3 {
    margin-top: 15px;
    text-align: left;
}
#secondary {
    margin-top: 4em;
}
.color1 {
    background-color: #6d94ba;
}
.color2 {
    background-color: #5780A8;
}
.color3 {
    background-color: #497097;
}
.color4 {
    background-color: #395F84;
}
.color5 {
    background-color: #0a4056;
}

/* text */
.text-primary {
    color: hsl(211, 78%, 28%);
}
.text-info {
    color: hsl(210, 98%, 33%);
}

/* footer */
.site-footer {
    background: hsl(210, 79%, 28%);
    color: #fff;
}
.site-footer .widget-title {
    border-bottom: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-align: left;
}
.site-footer a {
    color: #fff;
}
.site-footer ul {
    list-style-type: none;
    padding-left: 0;
}

@media (min-width: 500px) {
    .gutter-left {
        float: left;
        margin-right: 25px;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: none !important;
    }
    .navbar-nav>li {
        float: none;
        display: table-cell;
        width: 1%;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .contact {
        text-align: right;
    }
}

@media (max-width: 991px) {
    .top-section img {
        margin: 0 auto;
    }
    .contact {
        text-align: center;
    }
    .home-service .icon {
        display: none;
    }
    .site-footer {
        text-align: center;
    }
    .site-footer .widget-title {
        text-align: center;
    }
}

@media (min-width: 768px) {
.navbar-right {
    float: right!important;
    margin-right: -62px;
}

@media (max-width: 767px) {
    .lead {
        font-family: 'Noto Serif', serif;
        font-size: 18px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: hsl(210, 79%, 28%);
    }
    .gps-carousel-caption h2 {
        font-size: 30px;
    }
    .footer-before {
        display: none;
    }
}

@media (max-width: 600px) {
    .gps-carousel-caption h2, .gps-carousel-caption h4 {
        font-size: 24px;
    }
    .cta a {
    font-size: 24px;
    }
}

@media (max-width: 500px) {
    .site-header {
        display: none;
    }
    .splash, .splash img, .bx-wrapper img {
        height: 100px;
        min-height: 100px;
    }
    .site-main {
        margin-top: 1em;
    }
    .company {
        text-align: left;
        text-align-last: left;
    }
    .company h3 {
        text-align: left !important;
    }
}