/*
Theme Name: Canoa HOA
Theme URI: http://www.boundlessdm.com
Description: A custom theme built by Boundless
Version: 1.0
Author: Josh White
Author URI: http://boundlessdm.com
Tags: Clean, Basic, Blanc
*/
.mobile-hide {
  display: auto;
}

@media screen and (max-width: 600px) {
  .mobile-hide {
    display: none;
  }
}

* {
  margin: 0px;
  padding: 0px;
  /* This brings padding inside of the box */
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.clearfix {
  clear: both;
}

.left, .alignleft {
  float: left;
  padding-right: 15px;
}

.right, .alignright {
  float: right;
  padding-left: 15px;
}

.clear {
  clear: both;
}

.aligncenter {
  display: block;
  margin: auto;
}

body {
  background: url("images/body-bg.jpg");
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
}

.topheaderhero {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 600px;
  background: url("images/header-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .topheaderhero {
    top: auto;
  }
}

.inner-body {
  background: url("images/texture.png") repeat;
}

.pagewrap {
  max-width: 1000px;
  margin: 200px auto 25px auto;
  z-index: 10;
  position: relative;
}

.header {
  height: 100px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 600px) {
  .header {
    height: 100px;
  }
}

.logo {
  position: absolute;
  width: 600px;
  top: -20px;
  left: 50%;
  margin-left: -300px;
}

.logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .logo {
    width: 300px;
    margin-left: -150px;
  }
}

.logo-icon {
  position: absolute;
  width: 190px;
  height: 190px;
  left: 25px;
  top: 25px;
}

@media screen and (max-width: 600px) {
  .logo-icon {
    display: none;
  }
}

.outter-container {
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.inner-container {
  background: #fff;
  width: 100%;
  padding: 10px 0 0 0;
}

.homepage-slideshow {
  width: 700px;
  height: 375px;
  display: block;
  overflow: hidden;
  margin: 0px auto 10px auto;
}

.sidebar {
  float: left;
  width: 250px;
}

@media screen and (max-width: 1024px) {
  .sidebar {
    width: 20%;
  }
}

@media screen and (max-width: 600px) {
  .sidebar {
    display: none;
  }
}

.content {
  width: 720px;
  float: left;
  padding: 0 0 50px 0px;
  min-height: 400px;
}

.content a {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}

.content ul, .content ol {
  padding: 0px;
  margin: 5px 5px 5px 30px;
}

.content li {
  color: #403324;
  padding: 5px;
}

.content img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .content {
    width: 80%;
    padding: 0 0 50px 90px;
  }
}

@media screen and (max-width: 600px) {
  .content {
    width: 100%;
    padding: 5px;
  }
}

.login-form {
  background: url("images/login-form-bg.png") no-repeat;
  width: 600px;
  height: 600px;
  margin: auto;
  padding: 125px 50px 50px 125px;
}

.members-login {
  background-color: #e0b86d;
  /* Fallback */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1c779), to(#e0b86d));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f1c779, #e0b86d);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f1c779, #e0b86d);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f1c779, #e0b86d);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f1c779, #e0b86d);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f1c779, #e0b86d);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f1c779', EndColorStr='#e0b86d');
  min-height: 150px;
  width: 200px;
  position: relative;
  left: -10px;
  margin: 20px auto;
}

.members-login h4 {
  color: #70531f;
  font-size: 1em;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #f8d38f;
}

.members-login p {
  color: #70531f;
  font-size: .7em;
  padding: 2px 5px;
  text-align: center;
}

.members-login a {
  color: black;
}

.members-login a:hover {
  color: #2e5b77;
}

.homepage-banner {
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
}

.homepage-banner img {
  width: 100%;
  height: auto;
}

.members-menu {
  margin: 10px auto;
}

.members-menu h2 {
  font-size: 1.4em;
}

.members-menu p {
  padding: 5px;
}

.members-menu a.sm-link {
  border-radius: 3px;
  font-size: .8em;
  padding: 3px 6px;
  color: #fff;
  background: #222;
}

.members-menu a.sm-link:hover {
  color: #40769a;
}

.members-menu ul {
  padding: 0px;
  margin: 0px;
}

.members-menu li {
  list-style-type: none;
}

.members-menu li a {
  background: #335f8e;
  margin: 5px;
  display: block;
  width: 90%;
  padding: 12px;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  font-size: 16px;
  box-shadow: 0px 2px 5px #eee;
}

.members-menu li a:hover {
  background: #1e4875;
  box-shadow: 0px 1px 2px #222;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 600px) {
  .slicknav_menu {
    display: block;
  }
}

.announcement-box {
  margin: 10px 10px 20px 10px;
  background: #fbfbfb;
  border-radius: 10px;
  border: 1px solid #efefef;
  padding: 20px;
}

.main-menu {
  width: 250px;
  position: relative;
  left: -15px;
}

@media screen and (max-width: 600px) {
  .main-menu {
    display: none;
  }
}

.main-menu ul {
  margin: 0px;
  padding: 0px;
}

.main-menu li {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  list-style-type: none;
  background: #383a64;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5689be 0%, #4e7dae 71%, #2d5888 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5689be 0%, #4e7dae 71%, #2d5888 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5689be 0%, #4e7dae 71%, #2d5888 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5689be', endColorstr='#2d5888',GradientType=1 );
  /* IE6-9 */
}

.main-menu li:first-child {
  border-top: none;
}

.main-menu li:last-child {
  border-bottom: none;
}

.main-menu li a {
  display: block;
  font-size: 1.2em;
  padding: 15px 25px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  border-left: 8px solid #fef4dc;
}

.main-menu li a:hover {
  text-shadow: 1px 1px 2px #04090c;
  background: rgba(0, 0, 0, 0.35);
  border-left: 8px solid #e3d2a8;
}

.footer {
  background: url("images/footer-bg.png") top center no-repeat;
  min-height: 100px;
  padding: 30px 0px;
}

.footer p {
  text-align: center;
}

.footer a {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  padding: 3px;
  border-radius: 3px;
}

.footer a:hover {
  color: #fff;
  background: #57a2d0;
}

.flexslider ul {
  margin: 0px;
  padding: 0px;
}

.flexslider li {
  list-style-type: none;
  padding: 0px;
}

.accordion dt, .accordion dd {
  padding: 10px;
  border: 1px solid black;
  border-bottom: 0;
}

.accordion dt:last-of-type, .accordion dd:last-of-type {
  border-bottom: 1px solid black;
}

.accordion dt a, .accordion dd a {
  display: block;
  color: black;
  font-weight: bold;
}

.accordion dd {
  border-top: 0;
  font-size: 12px;
}

.accordion dd:last-of-type {
  border-top: 1px solid white;
  position: relative;
  top: -1px;
}

h1 {
  font-size: 2em;
  font-family: 'Libre Baskerville', serif;
  color: #2b5686;
  padding: 15px 10px 10px 10px;
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 1.6em;
  }
}

h2 {
  font-size: 1.8em;
  color: #4e7eaf;
  font-weight: 400;
  padding: 10px;
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 1.6em;
  }
}

h3, h4 {
  color: #222;
  font-size: 1.4em;
  padding: 10px;
  font-weight: 400;
}

p {
  color: #000;
  font-size: 1em;
  padding: 10px 10px 20px 10px;
  line-height: 1.5;
}

strong {
  font-weight: 500;
  font-weight: bold;
}

a {
  color: #3f7698;
  text-decoration: none;
}

a:hover {
  color: #57a2d0;
}

hr {
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-top: none;
  border-right: none;
  width: 90%;
  margin: 10px auto;
}

a.fancy-button {
  background: #222;
  border-radius: 3px;
  padding: 3px 6px;
  color: #fff;
  -webkit-transition: all .10s ease-in-out;
  -moz-transition: all .10s ease-in-out;
  -o-transition: all .10s ease-in-out;
}

a.fancy-button:hover {
  background: #40769a;
  color: #fff;
}

.date {
  width: 80px;
  height: 80px;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  margin: auto;
  position: relative;
  background: #747474;
  padding: 8px 0 0 0;
}

.posted-on {
  color: #4f4f4f;
  vertical-align: middle;
  border-bottom: 1px dotted #ccc;
  padding: 10px 20px 5px 20px;
}

table td.heading {
  font-weight: bold;
  font-weight: 600;
}

table td {
  padding: 5px;
  border: 1px solid #ccc;
}

ul.gallery {
  margin: 5px;
}

ul.gallery li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 29%;
  margin: 10px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  border: 5px solid #fff;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

ul.gallery li img {
  width: 100%;
  height: auto;
}

ul.gallery li:hover {
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
}

ul.documents {
  margin: 5px 5px 5px 10px;
}

ul.documents li {
  list-style-type: none;
  position: relative;
  padding: 10px;
  border-radius: 3px;
  margin: 2px 0px;
  display: block;
  border: 1px solid e7e7e7;
  background: #f8f8f8;
}

ul.documents li a {
  font-size: 1.2em;
  display: inline;
  color: #4f80b1;
  padding: 0 0 0 5px;
}

ul.documents li a:hover {
  color: #222;
}

.gform_wrapper {
  margin: 5px 10px !important;
}

.resource-box {
  width: 45%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 10px;
  background: #fff8eb;
  border: 5px solid #feecca;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  padding: 10px;
}

ul.files {
  margin: 10px;
}

ul.files li {
  display: block;
  padding: 5px 0px;
}

ul.files li a {
  color: #f30000;
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  background: #eee;
  max-width: 60%;
  border-radius: 4px;
}

ul.files li a:hover {
  color: #000;
}

.bulletin-board {
  background: url("images/bulletin-board-bg.jpg");
  border: 5px solid #856f5a;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  padding: 15px;
  width: 95%;
  margin: auto;
}

.bulletin-board h1 {
  font-size: 1.8em;
  color: #000;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff;
}

.bulletin-board h2 {
  font-size: 1.4em;
  color: red;
}

.bulletin-board p {
  font-size: 1em;
  color: #222;
}

.bulletin-board hr {
  border-bottom: 1px solid #fff;
  width: 90%;
  margin: 5px auto;
  border-top: none;
  border-left: none;
  border-right: none;
}

.board-post {
  background-color: #eee;
  /* Fallback */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #fff, #eee);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #fff, #eee);
  /* IE10 */
  background-image: -o-linear-gradient(top, #fff, #eee);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fff', EndColorStr='#eee');
  width: 95%;
  margin: 10px auto;
  padding: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.one-third {
  width: 32%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

.two-third {
  width: 65%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

.one-half {
  width: 49%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

.resource-box {
  width: 45%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  background: #fff6da;
  box-shadow: inset 0px 0px 25px #e7dbb8;
  margin: 10px;
  padding: 10px;
}

.footer-one-third {
  width: 29%;
  padding: 10px 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

a.read-more {
  padding: 3px 8px;
  background: #eee;
  font-size: 14px;
  color: #333;
  border-radius: 4px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}

a.read-more:hover {
  background: #fff;
  box-shadow: 0px 1px 2px #000;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=password],
textarea {
  border-radius: 3px;
  background: #fff;
  font-size: 1em;
  padding: 5px;
}
