/*
Theme Name:     Template
Template:       twentythirteen
Theme URI: http://acceleration.net
Description: A theme for fiberhood. This is a twentythirteen child theme
Version: 1
Author: Acceleration.net
Author URI: http://www.acceleration.net/
Tags: custom
*/
body {
  background-color: #fafafa;
  font-size: 16px;
  overflow-x: hidden;
}
a, .entry-content a {
  color: #234882;
}
a:visited, .entry-content a:visited {
  color: #666;
}
a:hover, .entry-content a:hover {
  color: #e7972c;
}
h1, h2, h3, h4, h5 {
  color: #234882;
  font-weight: normal;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}
hr {
  clear: both;
  margin-top: 20px;
}
blockquote {
  margin-left: 0;
  font-style: normal;
}
.wrapper {
  margin: auto;
  max-width: 1200px;
  position: relative;
}
.wrapper-padded {
  margin: auto;
  max-width: 1200px;
  position: relative;
  padding: 10px 25px;
}
.site {
  background-color: #fafafa;
  border-left: none;
  border-right: none;
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 643px) {
  .mobile-hide {
    display: none;
  }
}
.mobile-show {
  display: none;
}
@media only screen and (max-width: 643px) {
  .mobile-show {
    display: block;
  }
}
.mobile-block {
  /* Header ---------------------*/
}
@media only screen and (max-width: 643px) {
  .mobile-block {
    display: block;
  }
}
.site-header {
  background: #fff;
  border-bottom: solid 5px #234882;
  /* Menu ------------------------*/
}
.site-header .home-link {
  color: #fff;
  float: left;
  width: 30%;
  padding: 10px 20px;
  min-height: 30px;
}
@media only screen and (max-width: 643px) {
  .site-header .home-link {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.site-header .site-title {
  color: #fff;
  padding-top: 10px;
}
.site-header .logo {
  width: 250px;
}
.navbar {
  background-color: transparent;
  padding-left: 25px;
  margin-top: 8px;
  float: right;
  width: 60%;
  text-align: right;
}
@media only screen and (max-width: 643px) {
  .navbar {
    background: #e7972c;
    padding-left: 0px;
    float: none;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
}
.navbar .address-form {
  position: absolute;
  right: 0px;
  z-index: 1;
  width: 95%;
  background: #fff;
  padding: 10px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.main-navigation {
  max-width: 1200px;
}
.nav-menu li a {
  color: #234882;
  font-size: 17px;
  padding: 15px;
}
@media only screen and (max-width: 643px) {
  .nav-menu li a {
    font-size: 18px;
  }
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
  background-color: transparent;
  color: #e7972c;
  outline: none;
}
@media only screen and (max-width: 643px) {
  .nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    color: #fff;
  }
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
  color: #234882;
  font-style: normal;
}
.nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
  color: #234882;
}
.nav-menu .sub-menu, .nav-menu .children {
  background-color: #234882;
  border: 2px solid #f7f5e7;
  border-top: 0;
  padding: 0;
  position: absolute;
  left: -2px;
  z-index: 99999;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.nav-menu ul li {
  /* mobile menu */
}
.nav-menu ul li a:hover {
  background: #e7972c;
}
.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
  color: #234882;
  padding-right: 15px;
}
.menu-toggle {
  display: none;
  /* Hidding MENU dropdown */
}
@media only screen and (max-width: 643px) {
  ul.nav-menu, div.nav-menu > ul {
    display: block;
    padding-right: 0;
  }
}
.toggled-on .nav-menu > li a:hover, .toggled-on .nav-menu > ul a:hover {
  background-color: #e7972c;
  color: #fff;
  /* Content ------------------------*/
  /* Fix absolute positioning layout
(If you want a relative sidebar layout, uncomment code) */
}
.sidebar #primary.content-area {
  width: 68%;
  float: left;
}
@media only screen and (max-width: 766px) {
  .sidebar #primary.content-area {
    width: 100%;
    float: none;
  }
}
.sidebar .site-main .sidebar-container {
  position: static;
  float: right;
  width: 30%;
  padding: 50px 25px;
  height: auto;
}
@media only screen and (max-width: 766px) {
  .sidebar .site-main .sidebar-container {
    width: 100%;
    float: none;
  }
}
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
  padding: 0;
  /* end fix */
}
.site-content {
  padding: 0 25px;
}
.entry-content, .entry-summary, .entry-meta {
  margin: 0px auto;
  max-width: 1100px;
  padding: auto 25px;
  width: 100%;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  /* General ---------------------*/
}
@media only screen and (max-width: 643px) {
  .home #content .entry-content {
    padding: 0;
  }
}
.entry-header {
  background: #234882;
  max-width: 100%;
  margin-bottom: 0;
}
.entry-title {
  color: #fff;
  margin-bottom: 30px;
  max-width: 1150px;
  margin: 0px auto;
  padding: 10px 15px 20px;
}
.entry-title a {
  color: #e7972c;
}
.entry-title a:hover {
  color: #234882;
  text-decoration: underline;
}
.home .entry-title {
  display: none;
  /* Images */
}
.entry-content img.alignright, .entry-content .wp-caption.alignright {
  margin-right: 0px;
}
.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
  margin-left: 0px;
  /* Home page --------------------*/
}
.home {
  /* Custom Classes -----------------*/
}
.home .site-header {
  border-bottom: none;
}
.home .splash-area {
  background: #234882 url('/wp-content/uploads/2016/03/gainesville-map-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 50px;
  padding: 7% 20px 8%;
  text-align: center;
}
.home .splash-area h1, .home .splash-area h2, .home .splash-area h3 {
  color: #fff;
  margin: 0 0 25px;
  padding: 0px;
  clear: none;
}
.home .splash-area h1 {
  font-size: 3.25em;
  font-weight: 900;
  margin-bottom: 10px;
}
@media only screen and (max-width: 643px) {
  .home .splash-area h1 {
    font-size: 2.5em;
    line-height: 1.15em;
  }
}
.home .splash-area h2 {
  font-style: italic;
  font-size: 2.75em;
}
@media only screen and (max-width: 643px) {
  .home .splash-area h2 {
    font-size: 2em;
  }
}
.home .splash-area .btn {
  background: #e7972c;
  color: #234882 !important;
  border-color: #e7972c;
  margin: 2px 10px;
}
.home .splash-area .btn:hover {
  background: #234882;
  color: #fff !important;
}
.home .splash-area input {
  margin: 0 3px;
}
.home .hentry {
  padding-top: 0px;
}
.home .site-content {
  padding: 0;
}
.home .entry-content {
  max-width: 100%;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.smd-txt {
  font-size: 18px;
}
.md-txt {
  font-size: 21px;
}
.lg-txt {
  font-size: 28px;
}
.xl-txt {
  font-size: 36px;
}
.primary {
  color: #234882;
}
.accent {
  color: #e7972c;
}
.col-2 {
  float: left;
  width: 48%;
  margin: 0 1%;
}
@media only screen and (max-width: 643px) {
  .col-2 {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.col-3 {
  float: left;
  width: 31%;
  margin: 0 1%;
}
@media only screen and (max-width: 643px) {
  .col-3 {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.col-4 {
  float: left;
  width: 25%;
}
@media only screen and (max-width: 643px) {
  .col-4 {
    float: none;
    width: 100%;
  }
}
.lt-bg {
  background: #eaeaea;
  padding: 15px 10px;
}
.bdr-radius {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.underline {
  border-bottom: solid 1px #4f6a93;
}
.btn {
  display: inline-block;
  background: #234882;
  color: #fff !important;
  padding: 10px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.btn:hover {
  background: #e7972c;
  text-decoration: none;
}
.btn-red {
  background: #cc181e !important;
  /* Form style ------------------- */
}
.btn-red:hover {
  background: #234882 !important;
  text-decoration: none;
}
.check-address {
  cursor: pointer;
}
.address-form {
  display: none;
}
.address-form .address {
  width: 60%;
}
@media only screen and (max-width: 643px) {
  .address-form input {
    width: 95%;
    margin-bottom: 5px;
  }
  .address-form .address {
    width: 95%;
  }
}
input, textarea, button {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
input {
  border-color: #ccc;
}
button, input[type="submit"], input[type="button"], input[type="reset"] {
  background: #234882;
  border-color: #234882;
  font-weight: bold;
  padding: 7px 12px 6px;
}
input[type="submit"]:hover {
  background: #e7972c;
}
.wpcf7-form {
  /* Footer ------------------------*/
}
.wpcf7-form input, .wpcf7-form textarea {
  border: 2px solid #4f6a93;
  font-family: inherit;
  padding: 5px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"] {
  width: 90%;
}
.wpcf7-form textarea {
  width: 90%;
}
.wpcf7-form button, .wpcf7-form input[type="submit"], .wpcf7-form input[type="button"], .wpcf7-form input[type="reset"] {
  background: #e7972c;
  border-color: #e7972c;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 25px;
  font-weight: bold;
}
.wpcf7-form input[type="submit"]:hover {
  background: #234882;
}
@media only screen and (max-width: 600px) {
  .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"] {
    width: 100%;
  }
  .wpcf7-form textarea {
    width: 100%;
  }
}
.sidebar .site-footer, .site-footer {
  background-color: #234882;
  clear: both;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.sidebar .site-footer a, .site-footer a, .sidebar .site-footer a:visited, .site-footer a:visited {
  color: #fff;
}
.sidebar .site-footer a:hover, .site-footer a:hover {
  color: #4f6a93;
}
.sidebar .site-footer .sidebar-container, .site-footer .sidebar-container {
  background-color: #234882;
  color: #fff;
}
.sidebar .site-footer .site-info, .site-footer .site-info {
  color: #fff;
  padding: 40px 20px;
}
