/*
 Theme Name:   Advisor 9 Child - Anselmo Tax
 Description:  Advisor 9 Child Theme
 Template:     advisor9
*/

@charset "UTF-8";
@import url('../advisor9/style.css');
@import url('https://fonts.googleapis.com/css?family=Lora');

html {
    -webkit-font-smoothing: antialiased;
}
body {
    background-color: #d5d5cd;
    color: #1a3249;
    font-family: 'Lora', serif;
    font-size: 18px;
}
a {
    color: #1a3249;
}
hr {
    border-top: 1px solid #1a3249;
}
label {
    color: #777;
    font-weight: 100;
    font-size: 14px;
}
input.form-control {
    border-radius: 0px;
}
h1.entry-title {
    font-weight: 100;
    text-transform: uppercase;
}
h3.panel-title {
    text-transform: uppercase;
    text-align: center;
}
.widget-title {
    border-bottom: none;
}
.lead {
    font-size: 24px;
}
.center-justify {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.pt-1 {
    padding-top: 1em;
}

/* top section */
.top-section {
    background-color: #000;
}
.top-section .widget {
    margin-bottom: 0;
}
.contact {
    color: #a19d3d;
    font-size: 30px;;
}
.contact a {
    color: #a19d3d;
}

/* top nav */
.navbar-main-customized {
    background: #798b9e;
    border-top: 2px solid #ddd;
}
.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: #788b9e;
    color: #0e2841; 
}
.navbar-main-customized .navbar-nav > li > a {
    color: #0e2841;
    font-size: 15px;
	font-weight: bold;
    text-transform: uppercase;
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-main-customized .navbar-nav > li > a:hover, .navbar-main-customized .navbar-nav > li > a:focus {
    background-color: #788b9e;
    color: #0d2941;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #05487e;
    background-color: #ffffff;
}
.dropdown-menu>li>a {
    color: #05487e;
    font-size: 14px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #788b9e;
}
.navbar-toggle {
    border-radius: 0px;
}
.gv {
    background: #63466c;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #a74d74;
}

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

/* slider */
.gps-carousel-caption {
    background: none repeat scroll 0% 0% rgba(120, 139, 158, 0.8);
    color: #0e2841;
    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: 34px;
    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 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 20px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 15px 25px 15px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 30px;
}
.btn-primary {
    color: #fff;
    background-color: #576b80;
    border-color: #576b80;
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #113b5c;
    border-color: #040404;
}

/* home widgets */
.company {
    font-size: 32px;
    line-height: 50px;
}
.home .widget-title {
    border-bottom: none;
    color: #05487e;
    text-align: center;
    text-transform: uppercase;
}
.home-service h3 {
    color: #05487e;
    font-size: 24px;
    text-align: center;
}
.home-service .icon {
    color: #05487e;
    padding: 15px 0;
    text-align: center;
}
.service-body {
    margin: 0 auto;
    padding: 5px 15px 20px;
    text-align: center;
}
.fa-5x {
    font-size: 5em;
}
.home-service p {
    margin: 0 20px;
}
.panel-body {
    background-color: #eee;
}
.panel {
    border-radius: 0px;
}
.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-customized > .panel-heading {
    background: #1a3249;
    border-color: #1a3249;
    border-bottom: none;
    margin: 0 -1px;
}
.panel-customized > .panel-heading > .panel-title {
    font-size: 17px;
    font-weight: bold;
}

/* inner */
.splash {
    display: none;
}
#accordion .btn h3 {
    margin-top: 15px;
    text-align: left;
}
#secondary {
    margin-top: 4em;
}

/* footer */
.site-footer {
    background: #000;
    color: #788b9e;
}
.site-footer .widget-title {
    border-bottom: none;
    color: #788b9e;
    text-transform: uppercase;
    font-size: 20px;
    text-align: left;
}
.site-footer a {
    color: #788b9e;
}
.site-footer ul {
    list-style-type: none;
    padding-left: 0;
}

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

@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 (max-width: 767px) {
    .lead {
        font-size: 18px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #2f4060;
    }
    .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;
    }
}



#ac-wrapper {
    overflow:auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    z-index: 1001;
}

#popup {
    width: 555px;
    
    background: #FFFFFF;
    border: 5px solid #a19d3d;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: #64686e 0px 0px 3px 3px;
    -moz-box-shadow: #64686e 0px 0px 3px 3px;
    -webkit-box-shadow: #64686e 0px 0px 3px 3px;
    position: relative;
    top: 150px;
    margin-right: auto;
    margin-left: auto;
    width:60%;
}


@media (max-width: 767px) {
     #popup {
        width:80%;
    }
}











