/*

Theme Name: Workspace Theme
Theme URI: http://geoffhill.com.au/
Author: Geoff Hill
Author URI: http://geoffhill.com.au/

Description: Evans Head & District Workspace Inc. theme - 4 menus - 3 sidebars.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/


/* link to bootstrap css */
@import url("css/bootstrap.min.css");

/* add custom styles for site */

body {background: #343; color: #eee;}
/* PAGE LAYOUT */
.page {width:100%; max-width:1010px; margin:0 auto; background: #fff; color: #333; border-radius: 7px;}
.container-fluid {padding-left: 0px; padding-right: 0px;}
.banner {text-align: center;}
.row {margin-left: 0px; margin-right: 0px;}
.panel {width: 90%; margin: 10px auto; text-align: center; border: none; box-shadow: 0 0 0 rgba(0,0,0,0); font-weight: bold;}
.col-md-12 {padding:0 20px;}
.col-md-4 {padding: 0 20px;}
.well {width: 95%; margin: 20px auto; height: 350px; overflow:auto; background: rgba(245, 245, 245, 0.23);}
.well h4 {text-align: center; color: #0F582D;}
.well li {margin: 3px auto; width: 90%;}
.front-page{text-align: center; font-weight: bold;}
.social {}
.social img {display: inline-block; width:32px; height: 32px;} 
.contact {margin-left: 80px;}
.feature-image {margin-top:10px;}
.feature-image img  {max-width: 98%; box-shadow: 2px 2px 4px rgba(50,50,50,0.2); margin-top:18px;}

/* NAVIGATION */
a {color: rgb(37,94,15);}
a:hover {color:rgb(47,124,20);}
.nav-green {background:rgba(160,172,144,0.46);height:95px;}
.navbar-default {background: rgba(160,172,144,0.00); border:none !important;}
img.navbar-brand {height:auto; padding:0px;}
div.navbar-brand {padding: 30px; color: #000 !important; max-width:400px;}
nav ul {margin-top: 20px !important; font-size: 16px;}
nav ul li:hover {background:#419a1c; border-radius: 5px; }
nav ul>li>a {color: #153607 !important;}
nav ul>li>a:hover {color:#fff !important;}
.navbar-nav>.active>a {background: #419a1c !important; color:#f2e416 !important; border-radius: 5px;}
.navbar-nav>.active>a:hover {background: #337a14 !important; border-radius: 5px;}
ul.dropdown-menu li {background:rgba(160,172,144,0.95); }
ul.dropdown-menu a {color: #000 !important; background: #eee;}
ul.dropdown-menu a:hover {color: #fff !important; background: #419a1c;}
.open > a:focus {background:#419a1c !important; color:#f2e416 !important; border-radius: 5px;}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {background:#419a1c !important; color: #fff; }
.footer-menu ul {padding: 0; list-style: none;}
.footer-menu ul li {display: inline-block; margin:0px 6px;}

/* LINKS MENU */
.links-menu ul {list-style: none; padding:0;}

/* SIDEBARS */
.sidebar h2 {font-size: 18px;}
.sidebar li {list-style: none;}
/* CAROUSEL */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.carousel-inner > .active { margin:0 auto;}
.carousel-indicators {margin-bottom: -15px !important;}

/* JUMBOTRON */
.jumbotron h1, .jumbotron .h1 {font-size: 40px;}
.jumbotron {padding:10px 60px; margin-bottom: 0; background: #fefefe;}

/* FORMS */
form { float:left; width: 45%; }
input,
textarea {width:300px;}
.quiz {width:50px;}
form>p{margin-left:0px;}

/* MAP */
.map {float:left; width:400px;}

@media (max-width:768px){
	.navbar-default {background:rgba(160,172,144,1);}
	.nav>li {background:rgba(160,172,144,1); z-index: 100;}
	.contact {margin-left: 0px;}
	.banner img {width:100%;}
	.map {width:350px !important;}
}