/*
Theme Name: Advisor 9 Child - Gandy
Template: advisor9
Author: Child Theme Configurator by Lilaea Media
Version: 1.0
Updated: 2014-10-15 15:51:04
*/

@charset "UTF-8";

@import url('../advisor9/style.css');

.site-title a {
	background: url(i/isthmus-logo.jpg);
	height: 70px;
	width: 244px;
  margin-top: 15px;
}
.splash {
  height: auto;
}
.splash img, .bx-wrapper img {
  width: 100%;
  min-height: 0;
  height: auto;
}
a {
	color: #6b6c6e;
}
a:hover {
	color: #5F5F5F;
	text-decoration: underline;
}
h1, h2, h3, h4 {
		font-family: "junge", serif;
}
.action h3 {
	font-size: 36px;
}
.action a {
	color: rgb(199, 36, 36);
  font-weight: 400;
}
.service h3 {
	font-size: 30px;
}
.section-pad1 {
	padding-bottom: 1em;
}
.section-pad3 {
	padding-bottom: 3em;
}
.section-pad-2 {
  padding: 2em 0 3em 0;
}
.vid-pad {
	margin: 1em 0;
}
span.wpcf7-list-item {
display:block;
}

/*nav*/
.navbar-main-customized {
  background: white;
  color: black;
  height: 100px;
}
.navbar-main-customized .navbar-nav > li > a:hover, .navbar-main-customized .navbar-nav > li > a:focus {
	color: white;
	font-weight: bold;
}
.navbar-nav {
	margin-top: 8px;
}
.navbar-secondary-customized {
	display: none;
  background-color: #7C532E;
  color: black;
}
.navbar-secondary-customized .navbar-nav>li>a {
  	color: white;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover {
  	background-color: #A5B2BA;
}
.gps-carousel-caption {
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);
	padding: 10px 0 10px;
  text-align: center;
}
.gps-carousel-caption h1 {
	padding-bottom: 5px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background-color: white;
  margin-top: 40px;
}
.navbar-main-customized .navbar-nav > li > a {
	color: black;
}
.navbar-main-customized .navbar-nav > li > a:hover, .navbar-main-customized .navbar-nav > li > a:focus {
  color: black;
  font-weight: normal;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: white;
}
.menu-second-nav-container {
	padding: 0 1.25em;
	text-transform: uppercase;
}
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #231F20;
}
.form-border {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1em 2em 0 1em;
  margin: 0 2em 0 0;
}

/*footer*/
.site-footer .widget-title {
	border-bottom: none;
}
.menu-footer-nav-about-container ul, .menu-footer-nav-services-container ul {
  list-style-type: none;
  padding-left: 0;
}

/*widgets*/
.widget_sp_image-description {
	margin: 1em 0 0 0;
}
.panel-default {
	border: 1px solid #6b6c6e;
	border-radius: 6px;
	font-size: 17px;
	background-color: whitesmoke;
}
.panel-customized > .panel-heading {
  color: white;
  background-color: #A5B2BA;
  border-color: #6b6c6e;
  border-bottom: 3px solid #6b6c6e;
  text-align: center;
}
.cta .panel-customized .wpcf7 {
  padding: 1em;
}

/*buttons*/
.btn-primary {
  color: white;
  background-color: #242021;
 	border-color: #242021;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white;
  background-color: #A5B2BA;
  border-color: #959DA3;
}
.btn-quote {
  font-size: 19px;
  border-radius: 1px;
}

@media (max-width: 500px) {
  .site-header {
    display: none;
  }
}



