/*
Theme Name: Advisor 9 Child - wolfe
Template: advisor9
Author: Shawn Travers
Version: 1.0
Updated: 2015-07-09 07:20:09
*/

@charset "UTF-8";

@import url('../advisor9/style.css');
body {
	font-family: 'Goudy', serif;
}
a {
	color: #fff;
}
.site-footer a {
	color: #000;
}

a:hover {
	color: #0c8940;
}
h1, h3 {
	color: #0c8940;
}
.top-section {
	background-color: #f1f1f1;
}
#comra-modal {
	color: black;
}
.navbar-header {
    padding-top: 1em;
}
.main-logo {
	padding-top: 3%;
	padding-bottom: 3%;
	width:55%;
}
.phone-text {
    color: #535353;
    font-weight: 700;
    /*padding: 0em 6em 0em 1em;*/
    padding-bottom: 3%;
}
.phone-text a {
    color: #535353;
   /* font-size: 20px;*/
}
.phone-text a:hover {
	color: #8C7A16;
}
.contact-info a {
	color: #000;
}
.site-title a {
	display:none;
}
.gps-carousel-caption {
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);
}
.post-120 .entry-header hr {
	border-top: 1px solid #333;
}
.home {
	min-height: 0px;
}
.bx-wrapper img {
  	min-height: 0px;
}
.splash img {
  	min-height: 0px;
}
.gps-events {
    border-bottom: 1px solid;
    border-top:  none;
}
.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}
.navbar-main-customized {
  	background: #fff;
}
.navbar-main-customized .navbar-nav > li > a {
	color:#535353;
}
.navbar-main-customized .navbar-nav > li > a:hover, .navbar-main-customized .navbar-nav > li > a:focus {
  	color: #8C7A16;
}
.navbar-secondary-customized .navbar-nav > li > a:hover, .navbar-secondary-customized .navbar-nav > li > a:focus {
  	color: #0c8940;
}
.navbar-main-customized .navbar-nav > .active > a, .navbar-main-customized .navbar-nav > .active > a:hover, .navbar-main-customized .navbar-nav > .active > a:focus {
	color: #fff;
    background-color: #8C7A16;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus {
	color: #535353;
    background-color: #8C7A16;
}
.navbar-secondary-customized .navbar-nav > .active > a, .navbar-secondary-customized .navbar-nav > .active > a:hover, .navbar-secondary-customized .navbar-nav > .active > a:focus {
	color: #fff;
    background-color: #8C7A16;
}
.dropdown-menu>li>a:hover {
	background-color: #8C7A16;
	color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #0c8940;
}
.navbar-secondary-customized {
	background-color: #dddddd;
}
.navbar-secondary-customized .navbar-nav > li > a {
	color: #8c7a16;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #535353;
}
.well {
	padding: 5px;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}
/*buttons*/
.btn-primary {
    background-color: #0c8940;
    border-color: #469600;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	background-color: #8C7A16;
	border-color: #896e25;
}
.btn-secondary {
	color: #fff;
	background-color: #8C7A16;
	border-color: #896e25;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
	color: #fff;
	background-color: #0c8940;
	border-color: #469600;
}
.btn-default:hover {
	color: #fff;
	background-color: #0c8940;
	border-color: #469600;
}
.btn {
	font-size: 16px;
	border-radius: 10px;
}
/*widgets*/
.panel-customized > .panel-heading {
	background-color: #0c8940;
}
.pwm-btn {
	padding-top: 1em;
}
/*footer*/
.site-footer {
	background-color: #dddddd;
	border-top: 1px solid #0c8940;
}
.site-footer .widget-title {
	color: #0c8940;
  	border-bottom: none;
}

/*long-term care modal*/

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


@media (max-width: 991px) {
	.site-footer .widget {
		  text-align: center;
	}
	.float {
		float: right;
	}
}

@media (max-width: 767px) {
	.site-title {
		position: relative;
	}
	.splash {
		height: 0px;
	}
	.splash img {
  		display: none;
	}
	.gps-carousel-caption, .menu-second-nav-container {
		display: none;
	}
	.navbar-secondary-customized {
		display: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    	color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #8C7A16;
	}
}

@media (max-width: 600px) {
	.home .site-title {
		position: relative;
	}
	.bx-wrapper {
		visibility: visible;
	}
	.home .site-branding {
		margin-bottom: 1em;
	}
	.site-main {
    	margin-top: 1em;
	}
}
@media (max-width: 500px) {
	.site-title a  {
		background: url(i/Logo.png);
		width: 360px;
		height: 55px;
		margin: 0.5em auto;
	}
}
.textwidget .custom-html-widget{
	max-height:200px;
}