/*
Theme Name: CHHP
Description: Default CHHP Template
Author: Sport Specific
Version: 1.0
*/

html {
  overflow-y: scroll;
}

body {
  background: #fff;
  color: #77787a;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-size: 0.9rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
legend {
    clear: both;
    font-size: 1.6rem;
    font-weight: normal;
}

.lead {
  margin-bottom: 1rem;
}

.entry-title {
  line-height: 1rem;
  color: #9f9d9d;
}

.text-muted {
  color: #ccc !important;
}

h2 {
  font-size: 1rem;
  margin-bottom: 10px;
}

h3 {
    font-size: 1.2rem;
}

a {
    color: #21b0b1;
    outline: none;
    text-decoration: none;
}

a:hover,
a:active {
    color: #7abfe8;
    text-decoration: none;
}

a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

a img {
    border: none;
}

.section-subtitle {
  color: #00a2a3 !important;
}

#main-navigation .current-menu-item,
#main-navigation .current-page-ancestor,
#main-navigation .current-menu-item a,
#main-navigation .current-page-ancestor a,
#main-navigation .current-menu-item a:hover {
  color: #00a2a3 !important;
}

/* book online link */
#menu-item-1818 a {
  /*color: #00a2a3 !important;*/
}

.wrapper-white {
  background-color: #fff;
}

.wrapper-grey {
  background: #fafafa url('img/bg_grey_pixels.png') 0 100% repeat-x;
}

.wrapper-gradient {
  background: linear-gradient(to right, #07a7e3, #37d6c0);
  color: #fff;
}

.wrapper-gradient h1,
.wrapper-gradient .section-subtitle {
  color: #fff !important;
}

.homepage-panel {
  color: #fff;
}

.homepage-panel a {
  color: #fff;
}

.homepage-panel h4 {
  font-size: 1.4rem
}

.wrapper-91d1ca {
  background-color: #91d1ca;
}

.wrapper-6fcde5 {
  background-color: #6fcde5;
}

.wrapper-51c2eb {
  background-color: #51c2eb;
}

/* SVG - unused styles */

.gradient__brand-secondary {
  stop-color: #fff !important;
}

.gradient__brand {
  stop-color: #fff !important;
}

/* sub-page navigation */
.page-navigation {
    background-color: #fff;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.page-navigation li a {
    border-bottom: 1px dotted #ccc;
    color: #21b0b1;
    display: block;
    padding: 8px 0;
    padding-right: 10px;
}

.page-navigation li a:hover {
    color: #666;
}

.page-navigation li:last-child a {
    border: 0;
}

.page-navigation .current_page_item a {
    color: #666;
}

/* pagination */
.page-item.active .page-link {
    background-color: #00a2a3 !important;
    border-color: #00a2a3 !important;
}

/* footer */
.footer-container {
  background-color: #444f5d;
  color: #e6e8e9;
}

.footer-container h4 {
  color: #e6e8e9;
  font-size: 1.2rem;
  position: relative;
}

.footer-container h4:before {
  background-color: #47d9c3;
  content: '';
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.footer-container a {
  color: #e6e8e9;
}

.footer-container a:hover {
  color: #21b0b1;
}

/* mobile styles - need a clean up */
@media (max-width: 767px) {
    header {
        border-bottom: 1px solid #ccc;
        margin-bottom: 16px;
        padding-bottom: 10px;
    }

    .sitetitle {
        max-width: 75%;
    }

    .page-container {
        padding: 0
    }

    .page-container h1 {
        font-size: 2em;
        padding: 10px;
    }

    .page-navigation {
        background-color: #e8e8e8;
        min-height: 0;
        width: 100%;
    }

    .page-navigation li a {
        background-color: #e8e8e8;
        border-bottom: 1px solid #ccc;
        padding: 10px;
    }

    .page-navigation li a:hover {
        color: #666;
    }

    .page-section {
        margin-bottom: 0;
    }

    .page-content {
        padding-bottom: 10px;
    }

    .sidebar-heading {
        margin-bottom: 0;
        padding: 10px;
    }

    h1.visible-phone {
        margin-bottom: 10px;
    }

    .introduction {
        border-bottom: 0;
        padding: 10px;
    }

    .home .introduction {
        padding: 0;
    }

    .content-box .padding {
        padding: 10px;
    }

    .entry-content {
        padding: 10px;
    }

    .panel {
        margin-bottom: 20px;
        max-width: 280px
    }

    .panel img {
        max-width: 280px;
    }

    .caption {
        max-width: 280px;
    }

    .fullheight {
      height: auto !important;
    }

    footer .span3 {
        padding: 10px;
    }
}

div#CQCWidget-1-458564144-1 {
    color: #888 !important;
}

.wf-responsive-widget {
  border: none;
  display: block;
  height: 50px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/* mobile styles - need a clean up */
@media (max-width: 767px) {
  .wf-responsive-widget {
    position: relative;
  }
}