@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);

/* Custom CSS for Historic House Guy */
h1, h2, h3, h4, h5, h6 {
	color: #6E1332;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
p {
	font-weight: 400;
}
.alert-success {
    color: #3c763d !important;
    background-color: #DFF0D8 !important;
    border-color: #d6e9c6 !important;
    font-size: 15px;
    font-weight: 400;
}
body {
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 300;
}
body > .container:first-child, body > div.navbar-fixed-top + .container {
    width: 100%;
    background: url(/assets/img/WWR-bg-top.png) repeat-x 0 0 transparent;
}
.home .main_content h1:first-child {
    display: none;
}

header {
    background: url(/assets/img/WWR-header-bg-1170.jpg) no-repeat 0 -17px;
    min-height: 250px;
}
#logo {
    display: block;
}
#logo img {
    margin-top: 77px;
    margin-left: 20px;
}
#nav-collapse-top {
    float: left;
    margin-top: 23px;
}
.span12 hr {
    visibility: hidden;
}
.blue a {
    color: #6e1430;
    font-weight: 400;
}
.blue a:hover {
    color: #596537;
}
.blue .btn {
    background-color: #6d7f39 !important;
}
.blue .btn:hover {
    background-color: #8ca445 !important;
}
.blue .nav-pills a {
	color: white;
	font-size: 15px;
	text-transform: uppercase;
	padding: 6px 14px;
	letter-spacing: 0.03em;
}
.blue .nav-collapse .nav .active a, .blue .nav-collapse .nav .active a:hover,
.blue .nav-pills .active a,
.blue .nav-pills .active a:hover,
.blue .nav-list .active a,
.blue .nav-list .active a:hover {
	color: #bfd77d;
	background-color: transparent; 
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
}
.blue .nav-tabs .open .dropdown-toggle:hover, .blue .nav-pills .open .dropdown-toggle:hover {
    color: #bfd77d;
}
.blue .nav-tabs .open .dropdown-toggle, .blue .nav-pills .open .dropdown-toggle, .blue .nav > li.dropdown.open.active > a:hover, .blue .nav > li.dropdown.open.active > a:focus {
    color: #bfd77d;
    background-color: transparent;
    border-color: transparent;
}
.blue .dropdown-menu > li > a:hover, .blue .dropdown-menu > li > a:focus, .blue .dropdown-submenu:hover > a, .blue .dropdown-submenu:focus > a {
    color: #bfd77d;
	background-color: transparent;
}
.blue .dropdown-menu > li > a:hover:hover, .blue .dropdown-menu > li > a:focus:hover, .blue .dropdown-submenu:hover > a:hover, .blue .dropdown-submenu:focus > a:hover {
	background-color: transparent;
}
.open > .dropdown-menu li { clear: both; }
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: transparent !important;
}
.nav-pills ul.dropdown-menu li a {
    color: #596537 !important;
}
.nav-pills ul.dropdown-menu li a:hover {
    color: #6e1332 !important;
    text-decoration: underline;
}
/* This does the down up arrow indicator for drop down menus - START */
ul.nav.nav-pills li.dropdown a.dropdown-toggle:after { 
    color: #FFF;
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 17px;
    margin-left: 5px;
    float: right;
}
ul.nav.nav-pills li.dropdown a.dropdown-toggle:hover:after {
    color: #bfd77d;
}
ul.nav.nav-pills li.dropdown.open a.dropdown-toggle:after {
    color: #bfd77d;
    content: '\f106';
    font-family: 'FontAwesome';
    font-size: 17px;
    line-height: 1;
    margin-left: 5px;
    float: right;
}
/* This does the down up arrow indicator for drop down menus - END */

/* left sidebar menu */
.panel-default > .panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #fff;
}
h4.panel-title.nav-header.collapsed big a:after {
    color: #6e1430;
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 17px;
    float: right;
}
.well {
    background-color: #fff;
}
.blue .nav-list a {
    color: #6e1430;
    font-weight: 400;
}
.blue .nav-list a:hover {
	color: #596537;
	text-decoration: underline;
}
.blue .nav-collapse .nav a:hover, .blue .nav-pills a:hover {
    color: #bfd77d;
    background-color: transparent;
}
/* 
.col-md-12 {
    min-height: 500px;
}
 */
/* 
.main_content {
    min-height: 500px;
}
 */
* {
  margin: 0;
}

html, body {
  height: 100%;
}
.main_content {
  min-height: 66%;
  height: auto !important;
  /* equal to footer height */
  margin-bottom: -214px; 
}
.main_content:after {
  content: "";
  display: block;
}
footer .container, .main_content:after {
  height: 214px; 
}


/* Footer */
footer {
    background-color: #596537;
    border-top: 12px solid #6e1430;
    box-shadow: inset 0px 1px 0px #b2b2b2;
}
footer p {
    color: white;
    font-weight: 300;
}

footer a {
    color: white !important;
}
footer p.call-today {
    margin-bottom: 0;
}
footer p.number {
    font-size: 17px;
}
footer a img {
    vertical-align: bottom;
}
footer .container .row:first-child {
    width: 62%;
    float: left;
    padding-left: 30px;
}
footer .container .row:last-child {
    width: 38%;
    height: auto;
    margin-left: 30px;
    float: left;
}
footer #social {
    float: right;
}
#social {
    float: left;
    margin-top: 10px;
    margin-left: 30px;
}

/* Media Queries */
@media (min-width: 768px) {
	.col-md-12 {
		padding: 0 20px;
	}
}
@media (min-width: 768px) {
	nav .nav-pills li:first-child a {
		padding-left: 6px !important;
	}
	.nav-pills ul.dropdown-menu li:first-child {
		padding-left: 9px !important;
	}
	nav .nav-pills li.dropdown-menu:first-child a {
		padding-left: 12px !important;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.container.main_content {
		width: 97%;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#admin-nav {
        width: 62%;
        float: right;
    }	
    #admin-nav ul li a {
		color: #c4c4c4;
		font-size: 12px;
	}
	.navbar-nav > li > a {
		padding-top: 4px !important;
		padding-bottom: 4px !important;
    }
    .col-md-12 {
		padding: 0 10px;
	}
}    
@media (max-width: 1199px) {
    header {
        width: 100%;
        background-size: 100% 213px !important;
    }
}
@media (max-width: 1024px) {
    body > .container:first-child, body > div.navbar-fixed-top + .container {
		padding: 0 !important;
	}
	header {
		background: url(/assets/img/WWR-header-bg-1024.jpg) no-repeat 0 -1px;
		background-size: 100% 197px !important;
		min-height: 250px;
	}
}
@media (max-width: 768px) {
	header {
        background-size: 903px 197px !important;
    }
    #logo img {
		margin-top: 74px;
    }
}
@media (max-width: 767px) { 
    /* Top nav */
	.navbar-collapse {
		max-height: none !important;
		border-top: 0 !important;
		box-shadow: none !important;
	}
	#nav-collapse-top {
		width: 100%; /* This sets the top nav so it's full width */
		background-color: #596537;
		margin-top: 1px;
	}
	.navbar-inverse .navbar-toggle {
		margin-top: 10px;
	}
	.blue .btn.navbar-toggle {
		background-color: #6f8334;
		color: #fff;
		margin-right: 29px;
	}
	.blue .btn.navbar-toggle:hover {
		background-color: #6f8334;
		color: #fff;
	}
	nav .nav-pills li a {
		background-color: rgba(255,255,255,0);
		border-radius: 0 !important;
	}
	.nav-pills > li + li {
		margin-left: 0 !important;
	}
	/* Start fix for top nav drop down menus on mobile */
	.nav-pills ul.dropdown-menu {
		position: relative !important;
		top: -3px !important;
		left: 0 !important;
		z-index: 5 !important;
		display: block !important;
		clear: both;
		float: none !important;
		background-color: transparent;
		background-color: rgba(0,0,0,0);
		border: 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
    }
    .nav-pills ul.dropdown-menu li a {
    	color: white !important;
    	font-weight: 300;
		padding-left: 40px !important;
	}
    ul.nav-pills li.dropdown a.dropdown-toggle {
		font-weight: 300;
		margin-bottom: 3px;
	}
	ul.nav.nav-pills li.dropdown a.dropdown-toggle:after { 
		display: none;
	}
	/* END fix for drop down menus on mobile */
	
	.blue .nav-pills a, .blue .nav-list a {
		font-size: 14px;
    }
}
@media (max-width: 600px) {
	footer .container .row:first-child {
		width: 100%;
		padding-left: 20px;
    }
    footer .container .row:last-child {
		width: 172px;
		margin-left: 0;
    }
}
@media (max-width: 425px) {
	header {
        background-size: 771px 197px !important;
    }
    #logo img {
        width: 85%;
        margin-top: 86px;
    }
}
@media (max-width: 375px) {
	header {
        background-size: 676px 163px !important;
    }
    body > .container:first-child, body > div.navbar-fixed-top + .container {
		background-position: 0 -34px;
	}
    #logo img {
        margin-top: 60px;
    }
}
@media (max-width: 360px) {
	#logo img {
        margin-top: 65px;
    }
}
@media (max-width: 320px) {
	header {
        background-size: 578px 142px !important;
    }
    body > .container:first-child, body > div.navbar-fixed-top + .container {
		background-position: 0 -54px;
	}
	#logo img {
        margin-top: 51px;
    }
    .nav-pills ul.dropdown-menu li a {
    	font-size: 13px !important;
    	padding-left: 30px !important;
	}
	.blue .nav-pills a, .blue .nav-list a {
		font-size: 13px !important;
		padding: 6px 14px 6px 4px !important;
	}
	footer .container {
        padding: 0 0 0 8px !important;
    }
    p.footer-logo img {
        width: 100% !important;
        height: auto !important;
    }
}