@charset "UTF-8";
/*
	Theme Name: CYC Child Theme 
	Theme URI: https://github.com/copyblogger/genesis-sample
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Dee Teal - The Web Princess
	Author URI: http://www.thewebprincess.com/
	Text Domain: cyc-child
	
	Version: 2.1.1
	
	Tags: black, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
	
	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/
/* Compass & Variables */
/*********************
THEME VARIABLES
*********************/
/*********************
SIZES
*********************/
/*********************
FONTS
*********************/
/*********************
COLORS
*********************/
/*********************
SOCIAL COLORS - http://designpieces.com/2012/12/social-media-colours-hex-and-rgb/
*********************/
/*********************
SPRITES
*********************/
/*********************
TYPOGRAPHY - http://cssfontstack.com/
*********************/
html {
  font-size: 62.5%;
  /* 10px browser default */ }

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #333; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* ## Float Clearing
--------------------------------------------- */
.author-box:before, .clearfix:before, .entry:before, .entry-content:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {
  content: " ";
  display: table; }

.author-box:after, .clearfix:after, .entry:after, .entry-content:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after {
  clear: both;
  content: " ";
  display: table; }

/* ## Box Sizing
--------------------------------------------- */
*, input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
body {
  background-color: #fff;
  color: #656565;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.625;
  margin: 0; }

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

::-moz-selection {
  background-color: #656565;
  color: #fff; }

::selection {
  background-color: #656565;
  color: #fff; }

a {
  color: #009fb4;
  text-decoration: none; }

a:hover {
  color: #656565; }

.entry-author-link, .entry-comments-link a, .entry-content a {
  color: #e1251b; }

p {
  margin: 0 0 28px;
  padding: 0; }

ol, ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

b, strong {
  font-weight: 700; }

blockquote, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 40px; }

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

.quick-contact {
  margin-top: 8px; }

.quick-contact span:first-child {
  text-transform: uppercase; }

.quick-contact.freecall .media__body {
  font-size: 40px;
  position: relative;
  top: -5px;
  font-weight: 400;
  letter-spacing: -2px; }

.quick-contact.freecall, .quick-contact.email {
  display: table-row;
  line-height: 1;
  font-weight: 500; }
  .quick-contact.freecall span, .quick-contact.email span {
    display: table-cell; }

.quick-contact.email {
  margin-top: 0; }

.small {
  font-size: 12px;
  font-size: 1.2rem; }

/* ## Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  color: #009fb4;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px; }

h1 {
  font-size: 36px;
  font-size: 3.6rem; }

h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  padding: 25px 0 10px; }

.home h2 {
  color: #e1251b; }

.featured-pages .entry-title a {
  font-family: 'Roboto Condensed', sans-serif; }

.featured-pages .entry-header h2, .featured-blogs .entry-header h2 {
  padding: 0;
  font-weight: 300; }
  
.featured-blogs {
  padding-bottom: 30px; }

h3 {
  font-size: 24px;
  font-size: 2.4rem; }

h4 {
  font-size: 20px;
  font-size: 2rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

/* ## Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
  max-width: 100%; }

img {
  height: auto; }

.featured-content img, .gallery img {
  width: auto; }

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px; }

.gallery img:hover {
  border: 1px solid #999; }

/* Media Patterns */
.media {
  display: block; }

.media__img {
  float: left;
  margin-right: 10px; }

/**
     * Reversed image location (right instead of left).
     */
.media__img--rev {
  float: right;
  margin-left: 10px; }

.media__img img, .media__img--rev img {
  display: block; }

.media__body {
  overflow: hidden;
  line-height: 1; }

.media__body, .media__body > :last-child {
  margin-bottom: 0; }

.fp-gallery-container {
  /*width: 360px;
  height: 220px;*/
  position: relative;
  margin-bottom: 30px; }

.fp-gallery-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  
.fp-gallery-image { 
	height: auto;
}
  
/*.fp-gallery-container div {
  display: inline-block; }*/

.fp-gallery--caption {
  position: absolute;
  left: 0;
  bottom: -35px;
  background: #009fb4;
  width: 100%;
  color: #fff;
  padding: 5px 15px; }
  .fp-gallery--caption .fa-stack {
    float: right;
	width: 24px;
	padding-top: 3px;
}
    .fp-gallery--caption .fa-stack .fa-play:before {
      color: #009fb4; }

.fp-gallery-overlay {
  z-index: 100; }
  
.gallery-link-wrap {
  margin-bottom: 35px; }
  
.fp-gallery {
  padding-bottom: 35px; }

/* Logo Image */
.backtomain.logoimage {
  position: relative;
  padding-top: 15px;
  z-index: 1500; }

.backtomain.logoimage.mainlogo {
	width: 320px;
	height: auto;
	text-align: left;
	margin-left: -14px;
}
.backtomain.logoimage.mainlogo img, .backtomain.logoimage.mainlogo a {
	display: block;
	width: 100%;
	height: auto;
}
.backtomain.logoimage.mainlogo a {
	padding: 14px 0;
}

/* ## Forms
--------------------------------------------- */
input, select, textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #656565;
  font-weight: 300;
  padding: 16px;
  width: 100%; }

input:focus, textarea:focus {
  border: 1px solid #999;
  outline: none; }

input[type="checkbox"], input[type="image"], input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #656565;
  font-weight: 300;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #656565;
  font-weight: 300; }

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  background-color: #009fb4;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  padding: 16px 24px;
  width: auto; }

.footer-widgets button, .footer-widgets input[type="button"], .footer-widgets input[type="reset"], .footer-widgets input[type="submit"], .footer-widgets .button {
  background-color: #009fb4;
  color: #fff; }

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover {
  background-color: #009fb4;
  color: #fff; }

.entry-content .button:hover {
  color: #fff; }

.footer-widgets button:hover, .footer-widgets input:hover[type="button"], .footer-widgets input:hover[type="reset"], .footer-widgets input:hover[type="submit"], .footer-widgets .button:hover {
  background-color: #fff;
  color: #656565; }

.button {
  display: inline-block; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
  display: none; }

.content .gss-form {
  width: 50%;
  margin-bottom: 20px;
  border-radius: 4px; }

.front-page-picker-widget .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0; }

.global-site-search, .gss-form {
  margin: 1em 0; }

.gss-form input, .global-site-search input {
  padding: .4rem;
  border-radius: 4px;
  padding-left: 22px; }

.gss-results div:first-child {
  padding: 10px;
  margin-bottom: 5px; }

.site-picker_wrapper.gform_wrapper .top_label .gfield_label {
  font-family: 'Dosis';
  font-weight: 400;
  color: #e6343c;
  font-size: 24px;
  font-size: 2.4rem; }

.site-picker_wrapper.gform_wrapper .top_label select.medium {
  height: 30px; }

.global-site-search h4 {
  margin: .625em 0 .75em 0;
  font-size: 24px;
  font-size: 2.4rem; }

.front-page-search-widget {
  margin-top: 34px; }
  .front-page-search-widget h4 {
    color: #e6343c; }
  .front-page-search-widget input {
    border-radius: 4px;
    padding-left: 30px; }

.front-page-search-widget .wrapper input[type="text"] {
  position: relative;
  font-family: 'Roboto Condensed'; }

.front-page-search-widget input {
  font-family: 'FontAwesome'; }

/* This is for the placeholder */
.wrapper:before {
  font-family: 'FontAwesome', 'Roboto Condensed';
  content: "\f002";
  position: absolute;
  z-index: 1200;
  padding: 2px 0 0 5px;
  font-size: 15px;
  font-size: 1.5rem;
  width: 30px; }

.wrapper:before input:focus {
  content: ""; }

.gform_wrapper .gsection.noborder {
  border-bottom: none;
  margin-bottom: 0; }

.booking-form .entry-content {
  padding: 40px 40px 0;
  background: #ebebeb; }

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%; }

tbody {
  border-bottom: 1px solid #ddd; }

td, th {
  text-align: left; }

td {
  border-top: 1px solid #ddd;
  padding: 6px 0; }

th {
  font-weight: 400; }

.tablepress-id-1 .column-3 {
  width: 200px; }

.tablepress {
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem; }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Column Widths and Positions
--------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner, .wrap {
  margin: 0 auto;
  max-width: 1170px;
  background-color: transparent; }

.wrap {
  padding: 0 15px; }

.site-inner {
  clear: both;
  padding-top: 40px; }

/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  width: 83.7606838%; }

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left; }

.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  float: right; }

/* ### Content */
.content {
  float: right;
  width: 64.1025641%; }

.content-sidebar .content {
  float: left; }

.site-search p {
  margin: 0px;
  padding: 0 0 28px 15px; }

.site-search h3 {
  padding-left: 15px; }

/*
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 49.572649572649574%;
}
*/
.full-width-content .content {
  width: 100%; }

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 30.7692308%; }

.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
  float: left; }

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 15.384615384615385%; }

.content-sidebar-sidebar .sidebar-secondary {
  float: right; }

/* ### Front Page Areas */
.banner-images {
  font-size: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  position: static; }

.neutral {
  background: #ebebeb; }

.callout-box {
  font-family: 'Dosis', sans-serif;
  background: #009fb4;
  padding: 20px 0;
  clear: both; }
  .callout-box p {
    color: #fff; }

.callout-left {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300; }

.logo-banner {
  position: relative; }

.logo-banner img {
  margin-top: 7px; }

.logo-banner .wrap {
  height: 100px;
  padding-top: 15px; }

.logo-banner .two-thirds {
  max-height: 85px; }

.logo-banner img {
  width: 160px; }

.home .logo-banner img {
  width: auto;
  position: relative;
  z-index: 1; }

.featured-content {
  margin-top: 30px;
  float: left;
  margin-left: 2.5641%; }

.featured-content:first-child {
  margin-left: 0; }

.featured-content.featuredpost {
  width: 100%;
  padding: 0; }
  .featured-content.featuredpost .entry {
    float: left;
    padding: 0; }
    .featured-content.featuredpost .entry:first-child {
      clear: both;
      margin-left: 0;
      padding: 0; }

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
/* Column Classes
 *
 * Width: 1140px
 * Gutter: 30px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */
.five-sixths, .four-sixths, .four-fifths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-fifths, .three-sixths, .two-fourths, .two-fifths, .two-sixths, .two-thirds {
  float: left;
  margin-left: 2.63158%; }

.one-half, .three-sixths, .two-fourths {
  width: 48.68421%; }

.child-front-page-widget .featuredpage {
  width: 350px; }

.child-front-page-widget .widget.featuredpage:nth-of-type(even) {
  margin-left: 30px; }

.one-third, .two-sixths {
  width: 31.57895%; }

.four-sixths, .two-thirds {
  width: 65.78947%; }

.one-fourth, .front-page-widget .featuredpage {
  width: 23.02632%; }

.three-fourths {
  width: 74.34211%; }

.one-fifth {
  width: 17.89474%; }

.two-fifths {
  width: 38.42105%; }

.three-fifths {
  width: 58.94737%; }

.four-fifths {
  width: 79.47368%; }

.one-sixth {
  width: 14.47368%; }

.five-sixths {
  width: 82.89474%; }

.first, .child-front-page-widget .widget.featuredpage:nth-of-type(odd) {
  clear: both;
  margin-left: 0; }

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left; }

.alignleft .avatar, .author-box .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

.comment .avatar {
  margin: 0 16px 24px 0; }

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px; }

.archive-description, .author-box {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  padding: 40px; }

.author-box-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px; }

.archive-description p:last-child, .author-box p:last-child {
  margin-bottom: 0; }

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.site-header .search-form {
  float: right;
  margin-top: 12px; }

.entry-content .search-form, .site-header .search-form {
  width: 50%; }

.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* ## Titles
--------------------------------------------- */
.archive-title {
  font-size: 20px;
  font-size: 2rem; }

.entry-title {
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Dosis', sans-serif;
  font-weight: bold; }

.entry-title a, .sidebar .widget-title a {
  color: #009fb4; }

.entry-title a:hover {
  color: #009fb4; }

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px; }

.footer-widgets .widget-title {
  color: #009fb4; }

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft, a.alignnone, a.alignright {
  max-width: 100%; }

img.centered, .aligncenter {
  display: block;
  margin: 0 auto 24px; }

img.alignnone, .alignnone {
  margin-bottom: 12px; }

a.alignleft, img.alignleft, .wp-caption.alignleft {
  margin: 0 24px 24px 0; }

a.alignright, img.alignright, .wp-caption.alignright {
  margin: 0 0 24px 24px; }

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

/*------------------------------------*\
    $BEAUTONS.CSS
\*------------------------------------*/
/**
 * beautons is a beautifully simple button toolkit.
 *
 * LICENSE
 * 
 * Copyright 2013 Harry Roberts
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 * http://apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * 
 */
/*!*
 * 
 * @csswizardry -- csswizardry.com/beautons
 * 
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base button styles.
 *
 * 1. Allow us to better style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Stop buttons wrapping and looking broken.
 * 4. Make buttons inherit font styles.
 * 5. Force all elements using beautons to appear clickable.
 * 6. Normalise box model styles.
 * 7. If the button’s text is 1em, and the button is (3 * font-size) tall, then
 *    there is 1em of space above and below that text. We therefore apply 1em
 *    of space to the left and right, as padding, to keep consistent spacing.
 * 8. Basic cosmetics for default buttons. Change or override at will.
 * 9. Don’t allow buttons to have underlines; it kinda ruins the illusion.
 */
.btn, .button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button, .more-link {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  font-family: inherit;
  /* [4] */
  font-size: 100%;
  /* [4] */
  cursor: pointer;
  /* [5] */
  border: none;
  /* [6] */
  margin: 0;
  /* [6] */
  padding-top: 0;
  /* [6] */
  padding-bottom: 0;
  /* [6] */
  /*     line-height: 3em;              /* [7] */
  padding-right: 1em;
  /* [7] */
  padding-left: 1em;
  /* [7] */
  border-radius: 4px;
  /* [8] */ }

input#gform_submit_button_1 {
  padding: 1rem .5rem;
  border: none; }

.site-picker .gform_footer button.gform_submit_button {
  display: none; }

.btn, .btn:hover, .button, .button:hover, .entry-content .button, .entry-content .button:hover, input#gform_submit_button_1, input#gform_submit_button_1:hover {
  text-decoration: none;
  /* [9] */
  background-color: #009fb4;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase; }
.btn:active, .btn:focus, .button:active, .button:focus, .entry-content .button:active, .entry-content .button:focus, input#gform_submit_button_1:active, input#gform_submit_button_1:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.featuredpage .more-link {
  display: block;
  line-height: 1.5;
  padding: 5px 0;
  background: transparent;
  color: red;
  font-weight: 500;
  text-transform: uppercase; }

/*------------------------------------*\
    $SIZES
\*------------------------------------*/
/**
 * Button size modifiers.
 *
 * These all follow the same sizing rules as above; text is 1em, space around it
 * remains uniform.
 */
.btn--small {
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 2; }

.btn--large {
  padding-right: 1.5em;
  padding-left: 1.5em;
  line-height: 4; }

.btn--huge {
  padding-right: 2em;
  padding-left: 2em;
  line-height: 5; }

/**
 * These buttons will fill the entirety of their container.
 *
 * 1. Remove padding so that widths and paddings don’t conflict.
 */
.btn--full {
  width: 100%;
  padding-right: 0;
  /* [1] */
  padding-left: 0;
  /* [1] */
  text-align: center; }

/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Button font-size modifiers.
 */
.btn--alpha {
  font-size: 30px;
  font-size: 3rem; }

.btn--beta {
  font-size: 20px;
  font-size: 2rem; }

.btn--gamma {
  font-size: 10px;
  font-size: 1rem; }

/**
 * Make the button inherit sizing from its parent.
 */
.btn--natural {
  vertical-align: baseline;
  font-size: inherit;
  line-height: inherit;
  padding-right: 0.5em;
  padding-left: 0.5em; }

/*------------------------------------*\
    $FUNCTIONS
\*------------------------------------*/
/**
 * Button function modifiers.
 */
/**
 * Positive actions; e.g. sign in, purchase, submit, etc.
 */
.btn--positive {
  background-color: #4A993E;
  color: #fff; }

/**
 * Negative actions; e.g. close account, delete photo, remove friend, etc.
 */
.btn--negative {
  background-color: #b33630;
  color: #fff; }

/**
 * Inactive, disabled buttons.
 * 
 * 1. Make the button look like normal text when hovered.
 */
.btn--inactive, .btn--inactive:hover, .btn--inactive:active, .btn--inactive:focus {
  background-color: #ddd;
  color: #777;
  cursor: text;
  /* [1] */ }

/*------------------------------------*\
    $STYLES
\*------------------------------------*/
/**
 * Button style modifiers.
 *
 * 1. Use an overly-large number to ensure completely rounded, pill-like ends.
 */
.btn--soft {
  border-radius: 200px;
  /* [1] */ }

.btn--hard {
  border-radius: 0; }

/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td, .widget_calendar th {
  text-align: center; }

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  min-height: 300px; }

.child-front-page-widget .featured-content .entry {
  min-height: 0; }

.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem; }

/* Quick Facts */
.qf-unit {
  background: #ebebeb; }

.qf-unit .inquiry-panel {
  background: transparent; }

.qf-unit .inquiry-panel .ask-about-dates a {
  font-size: 20px;
  font-size: 2rem; }

.qf-unit .inquiry-panel .were-available a {
  font-size: 25px;
  font-size: 2.5rem;
  display: block; }

.qf-unit .inquiry-panel .fa-calendar {
  color: #fff; }

.qf-unit h3 {
  color: #fff;
  padding: 10px;
  text-transform: uppercase; }

.qf-unit .media__body {
  padding-left: 10px; }

.qf-suitablility h4 {
  padding: 0;
  text-transform: uppercase;
  font-weight: 500; }

.qf-attributes, .qf-suitablility {
  margin: 20px; }
  .qf-attributes p, .qf-suitablility p {
    margin-bottom: 0; }

.qf-attributes li {
  background: #fff;
  padding: 10px; }

.qf-attributes span {
  display: table-cell;
  line-height: 1.1;
  font-weight: 500;
  color: #009fb4; }

.qf-attributes span:first-child {
  color: red;
  font-weight: 500;
  text-transform: uppercase;
  float: left;
  width: 45%; }

.quick-facts-container, .quick-facts-container .slick-dots {
  background: #ebebeb;
  padding-bottom: 30px; }

a.more-activities {
  margin-left: 5px; }

.quick-facts-container .slick-dots {
  bottom: auto; }

.cyc-camps .slick-prev:before, .cyc-camps .slick-next:before {
  color: #009fb4 !important; }

.gfield_html p {
  margin-right: -60%; }

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget, .enews-widget .widget-title {
  color: #fff; }

.sidebar .widget.enews-widget {
  background-color: #ebebeb; }

.enews-widget input, .enews-widget input:focus {
  border: 1px solid #333; }

.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px; }

.enews-widget input[type="submit"] {
  background-color: #009fb4;
  color: #fff;
  margin: 0;
  width: 100%; }

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #656565; }

.enews form + p {
  margin-top: 24px; }

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  min-height: 160px; }

.site-header .wrap {
  padding: 40px 0; }

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 10px 0;
  width: 360px; }

.header-full-width .title-area {
  width: 100%; }

.site-title {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.2; }

.site-title a, .site-title a:hover {
  color: #656565; }

.header-image .site-title > a {
  background: url(images/logo.png) no-repeat left;
  float: left;
  min-height: 60px;
  width: 100%; }

.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5; }

.menu-secondary .menu-description {
  display: none; }

.site-description, .site-title {
  margin-bottom: 0; }

.header-image .site-description, .header-image .site-title {
  display: block;
  text-indent: -9999px; }

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 800px; }

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  font-family: 'Dosis', sans-serif; }

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left; }

.genesis-nav-menu a {
  color: #656565;
  display: block;
  padding: 16px 18px 15px; }

.menu-secondary li:first-child a {
  margin-left: -18px; }

.menu-secondary .sub-menu li:first-child a {
  margin-left: 0; }

.genesis-nav-menu.menu-secondary a, .genesis-nav-menu.menu-secondary .sub-menu a {
  padding: 20px 18px 19px; }

.cyc-camps .genesis-nav-menu a {
  padding: 39px 18px 20px; }

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #009fb4; }

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 9999; }

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px;
  position: relative;
  width: 200px; }

.genesis-nav-menu .sub-menu li:first-child a {
  border-top: 1px solid #eee; }

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px; }

.genesis-nav-menu .menu-item:hover {
  position: static; }

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1; }

.genesis-nav-menu > .first > a {
  padding-left: 0; }

.genesis-nav-menu > .last > a {
  padding-right: 0; }

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0; }

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0; }

.genesis-nav-menu > .rss > a {
  margin-left: 48px; }

.genesis-nav-menu > .search {
  padding: 10px 0 0; }

.genesis-nav-menu .menu-item-has-children > a:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 10px;
  padding-left: 1rem;
  vertical-align: bottom;
  position: relative;
  top: 3px; }

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
  border-top: 1px solid #eee; }

.site-header .sub-menu .sub-menu {
  margin-top: -56px; }

.site-header .genesis-nav-menu li li {
  margin-left: 0; }

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #fff;
  text-align: right; }

.nav-primary .genesis-nav-menu a {
  color: #656565; }

.nav-primary .genesis-nav-menu .sub-menu a {
  color: #656565; }

.nav-primary .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu .current-menu-item > a {
  color: #009fb4; }

.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #009fb4; }

.nav-primary .menu-description {
  display: none; }

.leftmenu {
  display: none!important; }
  .leftmenu a {
    padding: 10px 0 10px 10px;
    color: white !important; }

.leftmenu .menu-description {
  display: block;
  margin-top: -10px;
  font-size: 13.25px;
  font-size: 1.325rem;
  color: white; }

.backtomain {
  float: left;
  color: white;
  padding: 0; }

.cyc-camps a.backtomain {
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 9999;
  top: 50px;
  left: 50px; }

.home.cyc-camps .backtomain img {
  width: auto; }

.cyc-camps .backtomain img {
  width: 200px; }

.cyc-camps .leftmenu {
  display: none; }

.genesis-nav-menu .backtomain a {
  padding: 0;
  color: white; }

.backtomain img {
  width: 45px;
  position: relative;
  left: 15px; }

.genesis-nav-menu a.backtomain.subsite {
	padding: 14px 14px 10px 0;
}

.backtomain.subsite img {
	width: 150px;
	height: 20px;
	left: 0;
}

#menu-quick-links li.backtomain {
  display: none; }

.fa-play:before {
  color: #009fb4; }

.cyc-camps .nav-primary .wrap {
  height: 100px; }


.home.cyc-camps .genesis-nav-menu {
  overflow: hidden; }

.cyc-camps .genesis-nav-menu {
  overflow: visible; }

.genesis-nav-menu .menu-item.parenthomelink {
  display: none; }

.cyc-camps .genesis-nav-menu .menu-item.parenthomelink {
  display: inline-block; }

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff;
  clear: both;
  border-bottom: 1px solid #fff; }
  
/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px; }

.content .entry {
  background-color: #fff; }

.entry-content ol, .entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

ol.conditions li {
  list-style-type: lower-alpha; }

.entry-content ol ol, .entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #ebebeb;
  color: #ddd; }

.child-front-page-widget .featured-content .entry {
  margin: 0;
  padding: 0; }

.home .content h2 {
  padding-top: 0; }

.entry-content .media {
  position: relative; }
  
.more-button-link .entry-content .media {
  position: absolute; }

.entry-content .more-button-link img {
	width: 16px;
}

.entry-content .media__img {
  left: 0; }
  .entry-content .media__img .fa-stack-1x, .entry-content .media__img .fa-stack-2x {
    text-align: left; }

.entry-content .media__img .fa-circle {
  font-size: 1.8rem; }

.entry-content .media__img .fa-play:before {
  color: white; }

.entry-content .media__img .fa-play {
  font-size: 1rem;
  left: 5px;
  top: 1px; }
  .entry-content .media__img .fa-play a {
    color: white; }

.entry-content .media__body {
  font-family: 'Dosis';
  font-weight: 500;
  text-transform: uppercase;
 }

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
  color: #959595; }

.entry-header .entry-meta {
  margin-bottom: 24px; }

.entry-footer .entry-meta {
  padding-top: 24px; }

.entry-categories, .entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #ebebeb;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 12px; }

.archive-pagination li a:hover, .archive-pagination .active a {
  background-color: #009fb4; }

/* ## Comments
--------------------------------------------- */
.comment-respond, .entry-comments, .entry-pings {
  background-color: #fff;
  margin-bottom: 40px; }

.comment-header {
  font-size: 16px;
  font-size: 1.6rem; }

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none; }

.comment-content {
  clear: both; }

.comment-list li {
  margin-top: 24px;
  padding: 32px; }

.comment-list li li {
  margin-right: -32px; }

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.entry-comments .comment-author {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 24px; }

.inquiry-panel {
  background: white;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  max-width: 360px; }

.inquiry-panel .media__img--rev {
	margin-top: 12px;
}

.inquiry-panel .fa-calendar {
  color: #ebebeb;
  font-size: 55px;
  font-size: 5.5rem; }

.inquiry-panel .fa-circle {
  color: #e1251b;
  font-size: 40px;
  font-size: 4rem;
  left: -10px;
  top: 5px; }

.callout-right .inquiry-panel .fa-circle {
  left: 0; }

.callout-right .inquiry-panel .fa-stack-1x {
  left: 3px; }

.inquiry-panel .fa-play:before {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem; }

.inquiry-panel .fa-stack-1x {
  top: 9px;
  left: -5px; }

.inquiry-panel .were-available a {
  color: #e1251b;
  font-family: 'Dosis';
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 500; 
  display: block}

.inquiry-panel .ask-about-dates a {
  color: #009fb4;
  font-family: 'Roboto Condensed';
  font-size: 25.5px;
  font-size: 2.55rem; }

.inquiry-panel a {
  color: #009fb4; }

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem; }

.sidebar li {
  margin-bottom: 10px;
  padding-bottom: 10px; }

.sidebar p:last-child, .sidebar ul > li:last-child {
  margin-bottom: 0; }

.sidebar .widget {
  background-color: #fff;
  margin-bottom: 40px; }

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #ebebeb;
  clear: both;
  padding-top: 40px; }

.footer-widgets a {
  color: #009fb4; }

.footer-widgets {
  color: #464646;
  font-weight: 500; }

.footer-widgets input {
  border: 1px solid #333; }

.footer-widgets a.button, .footer-widgets a:hover {
  color: #fff; }

.footer-widgets li a {
  color: #656565; }
  .footer-widgets li a:hover {
    color: #009fb4; }

.footer-widgets .widget {
  margin-bottom: 40px; }

.footer-widgets img {
	max-width: 211px!important;
	height: auto;
}

.footer-widgets p:last-child {
  margin-bottom: 0; }

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
  width: 340px; }

.footer-widgets-1 {
  margin-right: 60px; }

.footer-widgets-1, .footer-widgets-2 {
  float: left; }

.footer-widgets-3 {
  float: right; }

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #009fb4;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 20px 0;
  text-align: center; }

.site-footer .creds img {
  margin-right: 1em;
  padding-top: 12px;
  position: relative;
  text-align: center; }

.site-footer p {
  margin-bottom: 0;
  color: #fff; }

.site-footer a {
  color: #fff; }
  .site-footer a:hover {
    text-decoration: underline; }

.footer-logos {
  padding: 40px 0 20px; }

.footer-logos .wrap {
  padding: 0; }

/* # Color Variations
---------------------------------------------------------------------------------------------------- */
/* ## All Themes  
--------------------------------------------- */
.theme-city .nav-primary, .theme-piar .nav-primary, .theme-adanac .nav-primary, .theme-forest-edge .nav-primary, .theme-colonnades .nav-primary, .theme-island .nav-primary {
  background-color: #009fb4; }
  .theme-city .nav-primary a, .theme-piar .nav-primary a, .theme-adanac .nav-primary a, .theme-forest-edge .nav-primary a, .theme-colonnades .nav-primary a, .theme-island .nav-primary a {
    color: #80d0da; }
    .theme-city .nav-primary a:hover, .theme-piar .nav-primary a:hover, .theme-adanac .nav-primary a:hover, .theme-forest-edge .nav-primary a:hover, .theme-colonnades .nav-primary a:hover, .theme-island .nav-primary a:hover {
      color: white; }
  .theme-city .nav-primary .leftmenu a, .theme-piar .nav-primary .leftmenu a, .theme-adanac .nav-primary .leftmenu a, .theme-forest-edge .nav-primary .leftmenu a, .theme-colonnades .nav-primary .leftmenu a, .theme-island .nav-primary .leftmenu a {
    color: white; }
    .theme-city .nav-primary .leftmenu a:hover, .theme-piar .nav-primary .leftmenu a:hover, .theme-adanac .nav-primary .leftmenu a:hover, .theme-forest-edge .nav-primary .leftmenu a:hover, .theme-colonnades .nav-primary .leftmenu a:hover, .theme-island .nav-primary .leftmenu a:hover {
      color: #80d0da; }

.theme-piar #primary-menu-icon::before, .theme-piar #primary-menu-icon:hover::before {
  color: #fff; }

.theme-city .genesis-nav-menu.menu-secondary a, .theme-piar .genesis-nav-menu.menu-secondary a, .theme-adanac .genesis-nav-menu.menu-secondary a, .theme-forest-edge .genesis-nav-menu.menu-secondary a, .theme-colonnades .genesis-nav-menu.menu-secondary a, .theme-island .genesis-nav-menu.menu-secondary a {
  color: #fff; }

#menu-top-level-menu .current-menu-item > a:hover, #menu-top-level-menu .current-menu-item > a, #menu-top-level-menu .genesis-nav-menu a:hover #menu-top-level-menu .current_page_ancestor > a, #menu-top-level-menu .sub-menu .current-menu-item > a:hover, #menu-top-level-menu.genesis-nav-menu a:hover {
  color: #80d0da; }

.theme-city .site-footer a, .theme-piar .site-footer a, .theme-adanac .site-footer a, .theme-forest-edge .site-footer a, .theme-colonnades .site-footer a, .theme-island .site-footer a {
  color: #fff; }
  .theme-city .site-footer a:hover, .theme-piar .site-footer a:hover, .theme-adanac .site-footer a:hover, .theme-forest-edge .site-footer a:hover, .theme-colonnades .site-footer a:hover, .theme-island .site-footer a:hover {
    text-decoration: underline; }

/* ## Phillip Island Adventure Resort
--------------------------------------------- */
.theme-piar .genesis-nav-menu a:hover, .theme-piar .genesis-nav-menu .current-menu-item > a, .theme-piar .genesis-nav-menu .current_page_ancestor > a, .theme-piar .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #fff; }

.theme-piar .genesis-nav-menu.menu-secondary a {
  background: #ff4713;
  color: #fff; }

.theme-piar .genesis-nav-menu.menu-secondary a:hover {
  background-color: #f5845b; }

.theme-piar .nav-secondary, .fp-gallery--caption.theme-piar, .qf-unit.theme-piar h3 {
  background-color: #ff4713; }

.fp-gallery--caption.theme-piar .fa-play:before, .theme-piar .inquiry-panel .fa-circle, .theme-piar .inquiry-panel .were-available a, .theme-piar .footer-widgets a, .theme-piar .qf-attributes li span:first-child, .theme-piar .qf-suitablility h4, .theme-piar .media, .theme-piar.home h2, .theme-piar a, .theme-piar .featuredpage .more-link {
  color: #ff4713; }

/* ## CYC City
--------------------------------------------- */
.theme-city .genesis-nav-menu a:hover, .theme-city .genesis-nav-menu .current-menu-item > a, .theme-city .genesis-nav-menu .current_page_ancestor > a, .theme-city .qf-unit h4 {
  color: #009fb4; }

.theme-city .genesis-nav-menu.menu-secondary a {
  background: #34799b;
  color: #fff; }

.theme-city .genesis-nav-menu.menu-secondary a:hover {
  background-color: #3386c2; }

.theme-city .nav-secondary, .fp-gallery--caption.theme-city, .theme-city .genesis-nav-menu.menu-secondary a, .qf-unit.theme-city h3 {
  background-color: #34799b;
  color: #fff; }

.fp-gallery--caption.theme-city .fa-play:before, .theme-city .inquiry-panel .fa-circle, .theme-city .inquiry-panel .were-available a, .theme-city .footer-widgets a, .theme-city .qf-attributes li span:first-child, .theme-city .qf-suitablility h4, .theme-city .media, .theme-city.home h2, .theme-city .featuredpage .more-link, .theme-city a {
  color: #34799b; }

/* ## ADANAC
--------------------------------------------- */
.theme-adanac .genesis-nav-menu a:hover, .theme-adanac .genesis-nav-menu .current-menu-item > a, .theme-adanac .genesis-nav-menu .current_page_ancestor > a, .theme-adanac .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #e1251b; }

.theme-adanac .genesis-nav-menu.menu-secondary a {
  background: #e1251b;
  color: #fff; }

.theme-adanac .genesis-nav-menu.menu-secondary a:hover {
  background-color: #f15850; }

.theme-adanac .nav-secondary, .fp-gallery--caption.theme-adanac, .qf-unit.theme-adanac h3 {
  background-color: #e1251b; }

.theme-adanac .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  background-color: #f15850; }

.fp-gallery--caption.theme-adanac .fa-play:before, .theme-adanac .inquiry-panel .fa-circle, .theme-adanac .inquiry-panel .were-available a, .theme-adanac .footer-widgets a, .theme-adanac .qf-attributes li span:first-child, .theme-adanac .qf-suitablility h4, .theme-adanac .media, .theme-adanac.home h2, .theme-adanac a, .theme-adanac .featuredpage .more-link {
  color: #e1251b; }

/* ## Forest Edge
--------------------------------------------- */
.theme-forest-edge .genesis-nav-menu a:hover, .theme-forest-edge .genesis-nav-menu .current-menu-item > a, .theme-forest-edge .genesis-nav-menu .current_page_ancestor > a, .theme-forest-edge .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #656565; }

.theme-forest-edge .genesis-nav-menu.menu-secondary a {
  background: #80bc00;
  color: #fff; }

.theme-forest-edge .genesis-nav-menu.menu-secondary a:hover {
  background-color: #aad571; }

.theme-forest-edge .nav-secondary, .fp-gallery--caption.theme-forest-edge, .theme-forest-edge .genesis-nav-menu.menu-secondary a, .qf-unit.theme-forest-edge h3 {
  background-color: #80bc00; }

.fp-gallery--caption.theme-forest-edge .fa-play:before, .theme-forest-edge .inquiry-panel .fa-circle, .theme-forest-edge .inquiry-panel .were-available a, .theme-forest-edge .footer-widgets a, .theme-forest-edge .qf-attributes li span:first-child, .theme-forest-edge .qf-suitablility h4, .theme-forest-edge .media, .theme-forest-edge.home h2, .theme-forest-edge .featuredpage .more-link, .theme-forest-edge a {
  color: #80bc00; }

/* ## The Colonnades
--------------------------------------------- */
.theme-colonnades .genesis-nav-menu a:hover, .theme-colonnades .genesis-nav-menu .current-menu-item > a, .theme-colonnades .genesis-nav-menu .current_page_ancestor > a, .theme-colonnades .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #fff; }

.theme-colonnades .genesis-nav-menu.menu-secondary a {
  background: #a2968a;
  color: #fff; }

.theme-colonnades .genesis-nav-menu.menu-secondary a:hover {
  background-color: #b5aba1; }

.theme-colonnades .nav-secondary, .fp-gallery--caption.theme-colonnades, .theme-colonnades .genesis-nav-menu.menu-secondary a, .qf-unit.theme-colonnades h3 {
  background-color: #a2968a; }

.fp-gallery--caption.theme-colonnades .fa-play:before, .theme-colonnades .inquiry-panel .fa-circle, .theme-colonnades .inquiry-panel .were-available a, .theme-colonnades .footer-widgets a, .theme-colonnades .qf-attributes li span:first-child, .theme-colonnades .qf-suitablility h4, .theme-colonnades .media, .theme-colonnades.home h2, .theme-colonnades a, .theme-colonnades .featuredpage .more-link {
  color: #a2968a; }
  

/* ## The Island
--------------------------------------------- */
.theme-island .genesis-nav-menu a:hover, .theme-island .genesis-nav-menu .current-menu-item > a, .theme-island .genesis-nav-menu .current_page_ancestor > a, .theme-island .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #fff; }

.theme-island .genesis-nav-menu.menu-secondary a {
  background: #00a7e1;
  color: #fff; }

.theme-island .genesis-nav-menu.menu-secondary a:hover {
  background-color: #33b6e9; }

.theme-island .nav-secondary, .fp-gallery--caption.theme-island, .theme-island .genesis-nav-menu.menu-secondary a, .qf-unit.theme-island h3 {
  background-color: #00a7e1; }

.fp-gallery--caption.theme-island .fa-play:before, .theme-island .inquiry-panel .fa-circle, .theme-island .inquiry-panel .were-available a, .theme-island .footer-widgets a, .theme-island .qf-attributes li span:first-child, .theme-island .qf-suitablility h4, .theme-island .media, .theme-island.home h2, .theme-island a, .theme-island .featuredpage .more-link {
  color: #00a7e1; }

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
/* CSS Media Queries for Print
------------------------------------------------------------ */
@media print {
  /**
	 * @section layout
	 * @css-for (not required sections)
	 */
  .site-header .widget-area, .site-header img, .site-header form, .nav-primary, .nav-secondary, .breadcrumb, .footer-widgets, .site-footer .gototop, .gototop, #searchform, #s, #submit, .sidebar-primary, .sidebar-secondary, #wp-calendar, #respond, #comments, .entry-comments, .entry-pings, #commentform, #commentform p, .entry-header .entry-meta .entry-comments-link, .entry-header .entry-meta .post-edit-link, #cachestats, select, input, textarea, checkbox, dd, hr, #wp-admin-bar, .gspn-area, .wpspn-area, #gwfoot-footer-disclaimer-area, .backstretch, .sharedaddy, .post-edit-link {
    display: none !important; }
  /**
	 * @section layout
	 * @css-for (print basics)
	 */
  body {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L", Times, "Times New Roman", serif;
    font-size: 12pt;
    color: #000;
    background: #fff !important;
    background-image: none !important; }
  .site-header, .title-area, .site-title, .site-description, .site-container, .wrap, .site-inner, .content-sidebar-wrap, .content, .author-box, .site-footer .creds {
    border: 0 !important;
    clear: both;
    float: none;
    max-width: 100%; }
  .site-header {
    position: static; }
  .site-inner, .content-sidebar-wrap, .wrap, .content, .content .entry-content {
    width: 100%; }
  .title-area, .site-header .site-title {
    text-align: left !important;
    width: 98% !important; }
  .site-header .site-title {
    font-size: 1.7em; }
  html .site-title a {
    color: #000 !important; }
  p.site-description {
    color: #666 !important;
    margin-left: 30px; }
  body.home p.site-description {
    margin-bottom: 40px !important;
    margin-top: 10px !important;
    width: 100% !important; }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin: .75em 0 .5em;
    text-align: left; }
  h1 {
    text-align: center;
    padding: 0 0 .5em;
    border-bottom: 1px solid #ccc; }
  p {
    margin: .5em; }
  .entry-header .entry-meta, .entry-footer .entry-meta {
    text-transform: none !important; }
  .content .entry-header .entry-meta {
    font-size: 0.7em !important; }
  /*.content-sidebar-wrap,*/
  .content .entry-content, .author-box {
    margin-right: 5%; }
  .content .entry-content {
    clear: both;
    /*display: inline-block;*/
    float: none;
    overflow: hidden; }
  #genesis-box, .genesis-box {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    font-size: 0.85em; }
  #genesis-box img, .genesis-box img {
    float: right;
    clear: right; }
  .site-footer {
    background: #fff !important;
    border-top: 2px solid #ccc;
    margin-top: 10px;
    font-size: 0.8em; }
  .site-footer .creds {
    float: left !important;
    clear: left; }
  /**
	 * @section links
	 * @css-for (optimize links for print)
	 */
  a, a:visited, a:hover, a:visited:hover {
    color: #000;
    background: transparent;
    text-decoration: none; }
  .site-header a[href]:after, .site-footer a[href]:after, .content span a[href]:after, .content p a[href]:after, #genesis-box a[href]:after, .genesis-box a[href]:after {
    content: " <" attr(href) "> ";
    background-color: inherit;
    font-style: italic;
    font-size: 0.85em;
    text-transform: none; }
  *[name]:after {
    content: " [#" attr(name) "]";
    background-color: inherit;
    font-style: italic;
    font-size: .7em; }
  *[title]:after {
    content: " (" attr(title) ") ";
    background-color: inherit;
    font-style: italic;
    font-size: .7em; }
  /**
	 * @section quotes
	 * @css-for (advanced output of cite)
	 */
  *[cite]:after {
    content: close-quote " (Source: " attr(cite) ")";
    font-size: .7em; }
  * {
    quotes: "\201E" "\201C" "\201A" "\2018"; }
  q:before, blockquote:before {
    content: open-quote; }
  q:after, blockquote:after {
    content: close-quote; }
  blockquote, q, cite {
    padding-left: .1em; }
  acronym, abbr {
    border: none; }
  /**
	 * @section Code
	 * @css-for (not required sections)
	 */
  .code, pre {
    font: .8em 'Courier New', Courier, Fixed;
    padding-left: 1em; }
  .code a[href]:after {
    content: ""; }
  /**
	 * @section layout
	 * @css-for (image format)
	 */
  img {
    padding: .5em; }
  img:after {
    display: block;
    content: " attr(title) "; }
  .content img a[href]:after {
    display: none !important;
    content: " attr(none) " !important; }
  /**
	 * Keep regular image alignment
	 */
  img.centered, .aligncenter {
    display: block;
    margin: 0 auto 10px; }
  img.alignnone {
    display: inline;
    margin: 0 0 10px; }
  img.alignleft {
    display: inline;
    margin: 0 10px 10px 0; }
  img.alignright {
    display: inline;
    margin: 0 0 10px 10px; }
  .alignleft {
    float: left;
    margin: 0 10px 0 0; }
  .alignright {
    float: right;
    margin: 0 0 0 10px; }
  .wp-caption {
    padding: 5px;
    text-align: center; }
  p.wp-caption-text {
    font-size: .9em;
    font-style: italic;
    line-height: 1.4em;
    padding: 5px 0; }
  /**
	 * @section Special: Big G Ads
	 * @css-for (not required sections)
	 */
  .ad, .adc, #google_ads_frame0, #google_ads_frame1, #google_ads_frame2, #google_ads_frame3, #google_ads_frame4, #google_ads_frame5, #google_ads_frame6, #google_ads_frame7, #google_ads_frame8, #google_ads_frame9, #google_ads_frame10, #ads {
    display: none !important;
    height: 1px !important; } }

/* Print Page Layout
------------------------------------------------------------ */
@page {
  orphans: 4;
  widows: 2; }

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .site-inner, .wrap {
    max-width: 960px; }
  .content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px; }
  /*.content, .site-header .widget-area {
    width: 620px; }*/
  .sidebar-content-sidebar .content, .sidebar-sidebar-content .content, .content-sidebar-sidebar .content {
    width: 400px; }
  .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .sidebar-primary, .title-area {
    width: 300px; }
  .footer-widgets-1 {
    margin-right: 30px; }
  .home.cyc-camps .genesis-nav-menu {
  overflow: visible;
  text-align: center; }
  .backtomain.logoimage {
    padding-bottom: 15px; }
  .cyc-camps .genesis-nav-menu a {
    padding: 39px 18px 10px; }
  .genesis-nav-menu .backtomain a {
    padding: 0; }
  .genesis-nav-menu .sub-menu a {
    padding: 20px; }
  .genesis-nav-menu, .site-description, .site-header .title-area, .site-header .search-form, .site-title {
    text-align: center; }
  .genesis-nav-menu a, .genesis-nav-menu > .first > a, .genesis-nav-menu > .last > a {
    padding: 20px 16px; }
  .front-page-picker-widget .gform_wrapper {
	max-width: 100%; }
  .front-page-picker-widget .gform_wrapper .top_label li.gfield.gf_right_half select.medium {
    width: 100%; }
  .fp-gallery-overlay {
    display: none; }
  .home .sidebar-primary,
  .home .content {
	width: 100%; }
  .inquiry-panel {
	display: block;
	margin: 0 auto; }
  .inquiry-panel .media__body span {
	display: block; }
  .slick-slide img {
    margin: 0 auto; }
  .child-front-page-widget .featuredpage {
	width: 48%;} }

@media only screen and (max-width: 960px) {
  .site-inner, .wrap {
    max-width: 800px; }
  .content, .content-sidebar-sidebar .content, .content-sidebar-sidebar .content-sidebar-wrap, .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .sidebar-content-sidebar .content, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-primary, .sidebar-secondary, .sidebar-sidebar-content .content, .sidebar-sidebar-content .content-sidebar-wrap, .site-header .widget-area, .title-area {
    width: 100%; }
  .site-header .wrap {
    padding: 20px 5%; }
  .header-image .title-area {
    background-position: center top; }
  /*.genesis-nav-menu li, .site-header ul.genesis-nav-menu, .site-header .search-form {
    float: none; }*/
  .genesis-nav-menu, .site-description, .site-header .title-area, .site-header .search-form, .site-title {
    text-align: center; }
  .genesis-nav-menu a, .genesis-nav-menu > .first > a, .genesis-nav-menu > .last > a {
    padding: 20px 16px; }
  .site-header .search-form {
    margin: 16px auto; }
  /*.genesis-nav-menu li.right {
    display: none; }*/
  .footer-widgets-1 {
    margin-right: 0; }
  .callout-right,
  .callout-left {
    margin: 0;
    width: 100%; }
  .callout-left {
	text-align: center; }
  .fp-gallery .one-third {
	  margin-bottom: 30px;
  }

@media only screen and (max-width: 800px) {
  body {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem; }
  .site-inner, .wrap {
    padding-left: 5%;
    padding-right: 5%; }
  .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings, .sidebar .widget, .site-header {
    padding: 0; }
  .archive-pagination li a {
    margin-bottom: 4px; }
  .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds, .front-page-widget .featuredpage {
    margin: 0;
    width: 100%; }
  .footer-logos {
    text-align: center; }
  /*.fp-gallery-container {
    width: 290px;
    height: 180px; }
  .fp-gallery-overlay {
    background-size: 280px 140px !important; }*/
  .sidebar .widget.enews-widget {
    padding: 40px; }
  .cyc-camps .nav-primary .wrap {
    height: auto; }
  .footer-logos .wrap {
    padding: 0 15px; }
  .slick-slide img {
    margin: 0 auto; }
  /*.fp-gallery .one-third.first {
    padding-left: 0; }*/
  .front-page-search-widget {
    margin-top: 0; }
  .front-page-search-widget .global-site-search,
  .front-page-search-widget .global-site-search h4 {
	margin-top: 0; }
  .front-page-picker-widget .gform_wrapper .top_label li.gfield.gf_right_third {
	display: none; }
  /* turn fp-gallery into two column layout */
  /*.fp-gallery .one-third,
  .fp-gallery .one-third.first:nth-child(5) {
    width: 48.6842%;
    margin-left: 2.63158%; }
  .fp-gallery .one-third.first,
  .fp-gallery .one-third:nth-child(4),
  .fp-gallery .one-third:nth-child(6) {
	margin-left: 0; }
  .fp-gallery-overlay {
	display: block;
    top: -35px;
    left: 0; }*/
  .featured-content .entry {
    min-height: auto; }
  .featured-blogs .entry-content {
	margin-bottom: 40px; }
  .logo-banner .two-thirds {
    max-height: none; }
  .logo-banner {
	width: 100%;
  }
  .logo-banner img,
  .quick-contact.freecall span,
  .quick-contact.email span { 
	display: block;
	margin: 0 auto; }
  .quick-contact {
	margin-top: 20px; }
  .quick-contact:last-of-type {
	margin-bottom: 20px; }
  .quick-contact.freecall,
  .quick-contact.email {
   text-align: center; }
  .quick-contact span.media__img {
    display: none;}
  .child-front-page-widget .featuredpage,
  .child-front-page-widget .widget.featuredpage:nth-of-type(2n) {
	width: 100%;
	margin-left: 0;} }

@media only screen and (max-width: 1200px) {
  .content.banner-images {
	  height: 420px;
  }
}

@media only screen and (max-width: 768px) {
  /* Primary Navigation Menu Icon properties */
  #primary-menu-icon {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    display: block;
    padding: 24px 24px;
    padding: 2.4rem 2.4rem;
    text-align: center; }
  #primary-menu-icon::before {
    color: #ffffff;
    content: 'CYC Main Menu \2630';
    font-weight: bold;
    letter-spacing: 1px; }
  #primary-menu-icon:hover::before {
    color: #ffffff;
    content: 'CYC Main Menu \2637'; }
  #primary-menu-icon:active::before {
    color: #ffffff;
    content: 'CYC Main Menu \2637'; }
  .cyc-camps #primary-menu-icon::before {
    color: #00A0B4; }
  .cyc-camps #primary-menu-icon:hover::before {
    color: #00A0B4; }
  .cyc-camps #primary-menu-icon:active::before {
    color: #00A0B4; }
  /* Hide Primary Navigation Menu until it's toggled via script */
  /* Primary Navigation Menu misc properties */
  .nav-primary {
    clear: both;
    color: #009fb4;
    font-family: 'Dosis', sans-serif;
    line-height: 1.5;
    width: 100%;
    z-index: 9999; }
  .nav-primary .wrap {
    padding-left: 0;
    padding-right: 0; }
  .nav-primary .menu-item {
    display: block;
    text-align: left; }
  .nav-primary .genesis-nav-menu a {
    color: #fff; }
  .nav-primary a {
    background-color: #009fb4;
    color: #fff;
    display: block;
    padding: 20px 24px;
    padding: 2rem 2.4rem;
    position: relative; }
  .nav-primary a:hover, .nav-primary .current-menu-item > a, .nav-primary .sub-menu .current-menu-item > a:hover {
    background-color: white;
    color: #009fb4; }
  .nav-primary .sub-menu .current-menu-item > a {
    color: #999; }
  .nav-primary > .menu-item > a {
    text-transform: uppercase; }
  .nav-primary .sub-menu {
    left: 0px;
    opacity: 1;
    position: relative;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 9999; }
  .nav-primary .sub-menu a {
    background-color: #80d0da;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 18px 30px;
    padding: 1.8rem 3rem;
    position: relative;
    width: 100%; }
  .nav-primary .sub-menu a::before {
    content: "- ";
    font-size: 14px;
    font-size: 1.4rem; }
  .nav-primary .sub-menu a:hover {
    background-color: #f7f7f7; }
  .nav-primary .sub-menu li li a {
    padding: 18px 40px;
    padding: 1.8rem 4rem; }
  .nav-primary .sub-menu .sub-menu {
    margin: 0; }
  .nav-primary .menu-item:hover {
    position: static; }
  .nav-primary .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1; }
  .nav-primary .backtomain.logoimage {
    display: none; }
  .cyc-camps .genesis-nav-menu .menu-item.parenthomelink {
    display: block; }
  .site-id-1 .menu-item-30 {
    display: none; }
  .content.banner-images {
    height: 320px; }
  .cyc-camps.home .nav-primary .wrap, .cyc-camps .nav-primary .wrap {
    height: auto; }
  .cyc-camps .genesis-nav-menu a {
    padding: 19px 18px 20px; }
  .site-inner {
    padding: 20px 0; }
  .accomm {
    width: 25%;
    word-break: break-word; }
  .cyc-camps .gform_wrapper .top_label li.gfield.gf_left_half, .cyc-camps .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100%; }
  .gfield_html p {
    margin-right: 0; }
  .qf-attributes li span {
    display: block;
    width: 100% !important;
    text-align: center; }
  .child-front-page-widget .featuredpage {
    width: 100%; }
  .child-front-page-widget .widget.featuredpage:nth-of-type(even) {
    margin-left: 0; }
  .first, .child-front-page-widget .widget.featuredpage:nth-of-type(odd) {
    clear: none; }
  .front-page-picker-widget .gform_wrapper .top_label li.gfield.gf_left_half select.medium {
    width: 100%; } }

/*
@media only screen and (min-width:320px) and (max-width: 768px) {
	.fp-gallery-container {
		width: 300px;
		height: 183px;
	}
}
*/
@media only screen and (max-width: 320px) {
  .inquiry-panel.media .media__img {
    display: none; }
  .fp-gallery .one-third {
    width: 100%; } }

.theme-island #primary-menu-icon {
	background: #00a7e1;
	color: #fff;
}

