/*
Theme Name: The Boys' Club of New York
Author: Proof
Author URI: https://proofbranding.com
Description: Custom theme starter
Text Domain: thm
Version: 1.0.1
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.clearfix {
	content: "";
  display: table;
  clear: both;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 50px;
  line-height: 3.125rem;
  margin: 0 0 20px;
}

h1.page-title {
	color: #606c73;
}

.post .entry-header h1 {
  margin-bottom: 0; }

.hero h1,
.hero-slider h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 45px;
  line-height: 2.8125rem;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  padding-top: 22px;
  color: #ffffff; }

.hero h2 {
	color: #fff;
}
.home .hero h2 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 36px;
	line-height: 2.25rem;
	}

h2 {
  color: #1a9cdc;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem; }

h3 {
  color: #1a9cdc;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-top: 0; }

h3.pr {
	margin-bottom: -10px;
	margin-top: 40px;
	color: #000;
}

.h3-icon {
  font-size: 16px;
  padding-left: 10px;
}

h2.accent,
h3.accent {
  position: relative;
  text-transform: uppercase;
  padding-top: 22px;
  max-width: 300px;
  margin-top: 40px; }

.hero h1:before,
.hero-slider h2:before,
h2.accent:before,
h3.accent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #ffbc44; }

h2.has-icon img {
  position: relative;
  top: 12px;
  margin-right: 20px; }

.hero p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #ffffff;
  margin: 40px 0 25px; }
.home .hero p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
}
ul {
  margin: 0 0 40px 1em;
  padding: 0;
  list-style: disc; }

ul ul {
  margin: 0;
  list-style: circle; }

ul li {
  margin: 0 0 0 1em; }

ul ul li {
  margin-left: 1.25em; }

ul.padded li {
  margin: 0 0 30px 1em; }

ul.board-list {
  margin-top: 52px; }
ul.no-bullets {
	margin-left: 0;
	list-style: none;}
ul.no-bullets li {
	margin-left: 0;}
ol {
  margin: 0 0 40px;
  padding: 0;
  list-style: decimal; }

ol li {
  margin: 0 0 30px 1em; }

blockquote {
  border-left: 9px solid #ffbc44;
  padding: 30px 40px;
  margin: 40px 0; }

blockquote p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem; }

blockquote .callout {
  margin: 0 !important; }

.callout {
  color: #1a9cdc;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: bold;
  margin: 30px 0; }
.color-blue {
  color: #1a9cdc;}
.uppercase {
  text-transform: uppercase; }

hr {
	border: none;
	margin: 40px 0;
	background: #1a9cdc;
	width: 100%;
	height: 2px;
}

hr.yellow {
	background: #ffbc44;
}

@media (max-width: 991px) {
  p.center-mobile {
    text-align: left;
  }

  h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 34px;
    line-height: 2.125rem;
  }

  h2.has-icon {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }

  .callout {
    font-size: 20px;
    font-size: 1.255rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

@media (min-width: 992px) {
  .pullquote-left,
  .pullquote-right {
    display: inline-block;
    max-width: 50%; }
  .pullquote-left {
    float: left; }
  .pullquote-right {
    float: right; } }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  background: #fff;
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased; }

img,
embed,
video {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a, a:visited {
  color: #1a9cdc;
  text-decoration: none; }

a:hover, a:focus, a:active {
  color: #606c73;
  text-decoration: underline; }

a:focus {
  outline: thin dotted; }

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

a.btn {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 17px;
  line-height: 1.0625rem;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  border-radius: 50px;
  padding: 15px 35px 13px;
  transition: all ease-in-out 0.15s;
  background-color: #ffffff;
  color: #606c73;
  border-color: #ffbc44;
  text-align: center; }

a.btn-fullwidth {
  display: block; }

.hero a.btn,
.banner a.btn,
.footer-widgets a.btn {
  background-color: transparent;
  color: #ffffff; }

a.btn:hover {
  background-color: #ffbc44;
  color: #ffffff; }

a.btn + a.btn {
	margin-top: 10px;
}

@media (min-width: 992px) {
	a.btn + a.btn {
		margin-top: 0;
		margin-left: 10px;
	}

	a[href*="tel"] {
		color: #000;
		text-decoration: none
	}
}

.row {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%; }

.expanded.row {
  max-width: 100%; }

.row:before {
  content: " ";
  display: table; }

.row:after {
  content: " ";
  display: table;
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto; }

.row .row:before {
  content: " ";
  display: table; }

.row .row:after {
  content: " ";
  display: table;
  clear: both; }

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto; }

.row .row.collapse:before {
  content: " ";
  display: table; }

.row .row.collapse:after {
  content: " ";
  display: table;
  clear: both; }

.column, .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child, .columns + .column:last-child, .column + .columns:last-child, .columns + .columns:last-child {
  float: right; }

.column + .column.end, .columns + .column.end, .column + .columns.end, .columns + .columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered, .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 48em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered, .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column, .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 62em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered, .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column, .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
      font-size: 12px;
    font-size: 0.75rem;
    line-height: 17px;
    line-height: 1.0625rem;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    border-radius: 50px;
    padding: 15px 35px 13px;
    transition: all ease-in-out 0.15s;
    background-color: #ffffff;
    color: #606c73;
    border-color: #ffbc44;
    text-align: center;
    cursor: pointer;
    outline:0; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #ffbc44;
    color: #ffffff; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    background-color: #ffbc44;
    color: #ffffff;
	outline:0;}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover {
  color: #111;
  border-color: #1a9cdc
}

select {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 8px 0px 8px 8px;
  width: 100%;
  outline: none;
  }

textarea {
  width: 100%; }
.gform_wrapper .form-narrow {
	max-width: 570px;
	width: 100%;
}
.gform_wrapper .gform_description {
	font-weight: 700;
}
.gform_wrapper .gsection_title {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}
.gform_fields{
	list-style: none;
	margin: 0 0 24px;
}
.gform_fields li.gfield {
	margin: 0 0 20px;
	clear: both;
}
.gform_fields li.gfield.gsection{
	margin-bottom: 0;
}
.gform_fields input[type="text"],
.gform_fields input[type="email"],
.gform_fields textarea {
	display: block;
	width: 100%;
	outline: 0;
	padding: 10px;
}

.gform_fields li.gfield > label{
	display: block;
	font-weight: 700;
	margin-bottom: 0px;
}
.gform_fields ul.gfield_checkbox,
.gform_fields ul.gfield_radio {
	list-style: none;
	margin: 0;
}
.gform_fields ul.gfield_radio li label {
	margin-left: 5px;
}
.gform_fields ul.gfield_checkbox li,
.gform_fields ul.gfield_radio li {
	margin: 0;
}
.gform_fields .gfield_description.validation_message {
	color: #c44658;
	font-size: 14px;
	line-height: 16px;
	padding-top: 3px;
}
.gform_fields li.gfield_error input[type="text"],
.gform_fields li.gfield_error input[type="email"],
.gform_fields li.gfield_error textarea {
	border-color: #c44658
}
.gform_wrapper .validation_error {
	font-weight: 700;
	color: #c44658;
	margin-bottom: 10px;
}
.gform_fields .clear-multi{
	clear: both;
}
.gform_fields .gfield_time_hour,
.gform_fields .gfield_time_minute,
.gform_fields .gfield_time_ampm {
	width: 100%;
	max-width: 60px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.gform_fields .gfield_time_hour {
	margin-left: 0;
}
.gform_fields .gfield_time_hour i {
	display: none;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Colours and Backgrounds
--------------------------------------------------------------*/
.bg-light-grey {
  background-color: #f5f8f9; }

/* Comments Container --------------------------------------- */
.comments-container {
  background: #fafafa;
  border-top: 1px solid #ddd;
  margin-top: 20px; }

.comments-inner,
.comment-respond form {
  width: 520px;
  max-width: 85%;
  padding-bottom: 80px;
  margin: 0 auto; }

.comments-inner {
  padding-bottom: 100px; }

.comments-inner + .comment-respond {
  border-top: 1px solid #ddd; }

/* Comments Title --------------------------------------- */
.comments-title,
.comment-reply-title {
  display: block;
  margin: 0 auto 54px auto;
  text-align: center;
  position: relative;
  top: -24px; }

.comments-title .inner,
.comment-reply-title .inner {
  display: inline-block;
  padding: 15px;
  background: #ddd;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  position: relative; }

/* Comment --------------------------------------- */
.commentlist div.comment {
  margin-top: 40px;
  border-top: 1px solid #ddd;
  padding-top: 40px;
  position: relative; }

.commentlist > li.comment:first-child > div.comment:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0; }

.commentlist .children {
  padding-left: 7.7%; }

.comment-title {
  margin-bottom: 21px;
  position: relative;
  font-size: 1.125em;
  font-weight: 700;
  color: #333;
  text-transform: uppercase; }

.comment-title .url {
  color: #333; }

.comment-title .url:hover {
  color: #3bc492; }

.comment-title span {
  margin-left: 10px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #999; }

.comment-date-link {
  color: #999; }

.comment-date-link:hover {
  color: #666; }

/* Comment Actions --------------------------------------- */
.comment-actions {
  margin-top: 21px;
  font-size: 0.875em;
  text-transform: uppercase; }

.comment-actions a {
  color: #3bc492; }

.comment-actions a + a {
  margin-left: 10px; }

.comment-actions a:hover {
  color: #3bc492;
  text-decoration: underline; }

.comment-awaiting-moderation {
  color: #999; }

/* Pingbacks --------------------------------------- */
.comments .pingbacks {
  margin-top: 40px;
  border-top: 1px solid #ddd;
  padding-top: 40px; }

.pingbacks-title {
  margin-bottom: 15px;
  font-size: 0.875em;
  font-weight: 700;
  color: #333;
  text-transform: uppercase; }

.comments .pingbacks li {
  padding: 12px 0;
  border-bottom: 1px dotted #ddd; }

.comments .pingbacks li:first-child {
  border-top: 1px dotted #ddd; }

.comments .pingbacks li .url {
  line-height: 140%;
  color: #666; }

.comments .pingbacks li .comment-edit-link {
  margin-left: 4px;
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  color: #999; }

.comments .pingbacks li a:hover {
  color: #3bc492; }

/* Comment navigation --------------------------------------- */
.comments-nav {
  padding-top: 40px;
  border-top: 1px solid #ddd;
  margin-top: 40px;
  font-size: 14px;
  text-transform: uppercase; }

.comments-nav a {
  color: #999; }

.comments-nav a:hover {
  color: #666; }

/* -------------------------------------------------------------------------------- */
/*	9. Respond
/* -------------------------------------------------------------------------------- */
.comment-form p {
  margin-top: 20px; }

.comment-form p:first-child {
  margin-top: 0; }

.logged-in-as {
  margin-bottom: 40px;
  font-family: 'Droid Serif', Georgia, serif;
  font-size: 0.925em;
  text-align: center;
  font-style: italic;
  color: #666; }

.logged-in-as a {
  color: #666; }

.comment-form-comment + .comment-form-author,
.comment-form-comment + .comment-form-author + .comment-form-email {
  margin-top: 20px; }

p.comment-form-author,
p.comment-form-email {
  width: 47.5%;
  float: left;
  margin: 0 0 20px; }

p.comment-form-author {
  margin-right: 5%; }

.comment-form label {
  display: block;
  margin-bottom: 6px; }

.comment-form input[type="checkbox"] + label {
  display: inline;
  margin: 0 0 0 5px;
  text-transform: none; }

.comment-form .required {
  color: red;
  margin-left: 2px; }

.comment-subscription-form + .comment-subscription-form {
  margin-top: 12px; }

/* When In Comment List... --------------------------------------- */
.commentlist .comment-respond {
  max-width: 100%;
  margin: 40px 0 0;
  padding: 0; }

.commentlist .comment-respond form {
  max-width: 100%;
  padding-bottom: 0; }

.commentlist .comment-reply-title {
  top: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  text-align: left; }

#cancel-comment-reply-link {
  margin-left: 10px;
  font-size: 15px;
  text-transform: uppercase;
  color: #999; }

#cancel-comment-reply-link:hover {
  color: #666; }

.commentlist form p {
  text-align: left; }

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: background ease-in-out 0.25s; }

.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 767px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

.notification-bar {
	background: red;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	padding: 5px 0;
	font-weight: 700;
}

.notification-bar a {
	color: #fff;
	text-decoration: underline;
}

.notification-bar a:hover {
	color: #fff;
	text-decoration: underline;
}

.header-main {
  padding-top: 20px;
  padding-bottom: 20px; }

.nav-toggle {
  background: #ffffff; }

h1.site-title,
p.site-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  margin: 0; }

.site-title a {
  display: block; }

.site-branding {
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 24.95%;
	max-width: 292px;
}

#logo-small {
	display: none;
}
@media (max-width: 991px) {
  .site-branding img {
    max-width: 208px; } }

@media screen and (max-width: 1090px) {
	.site-branding{
		width: 20%;
	}
	#logo-big {
		display: none;
	}
	#logo-small {
		display: block;
		max-width: 130px;
	}
}
@media screen and (max-width: 1024px) {
	.site-branding{
		float: none;
		width: 100%;
	}
	#logo-small {
		display: none;
	}
	#logo-big {
		display: block;
	}
}
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
.menu-wrapper {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 75.05%;
}

@media screen and (max-width: 1090px) {
	.menu-wrapper {
		width: 80%;
	}
}
@media screen and (max-width: 1024px) {
	.menu-wrapper {
		float: none;
		width: 100%;
	}
}

#nav {
  display: block;
  position: relative;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.responsive-menu-icon {
  display: none; }

.responsive-menu-icon::before {
  color: #1a9cdc;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c9";
  font-size: 25px; }

.openwide .responsive-menu-icon::before {
  content: "\f00d"; }

#nav .menu {
  clear: both;
  float: right;
  width: auto; }

#nav li.menu-item {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  margin-left: 0;
  }

#nav li.mobile-only {
  display: none; }

#nav .menu a {
  display: block;
  padding: 10px;
  position: relative;
  color: #606c73;
  font-weight: bold;
  text-decoration: none; }

#nav .menu a:hover,
#nav .menu > li:hover > a {
  color: #1a9cdc; }

/* Top Level Menu Items */
#nav .menu > li > a {
  padding: 10px 20px;
  text-transform: uppercase; }

#nav .menu > li.current-menu-item > a,
#nav .menu > li.current-page-parent > a,
#nav .menu > li.current-page-ancestor > a {
  color: #1a9cdc; }

#nav .menu > li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 11px; }

#nav .menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 15px; }
#nav .menu > li.menu-donate > a{
	text-decoration: none;
	border-width: 2px;
	border-style: solid;
	border-radius: 50px;
	padding: 8px 15px 7px;
	background-color: #ffffff;
	color: #606c73;
	border-color: #ffbc44;
	text-align: center;
	transition:all ease-in-out 0.15s
}
#nav .menu > li.menu-donate > a:hover{
	background-color: #ffbc44;
	color: #ffffff;
}


#nav .menu > li.menu-search {
	position: relative;
	margin-left: 15px;
	width: 32px;

}
#nav .menu > li.menu-search > a {
	outline: 0;
  display: block;
  padding: 0;
  width: 32px;
  height: 32px;
  text-indent: 1000px;
  background: url(images/search-icon@2x.png) right 10px top 0 no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 13px;
  left: 0;
  bottom: 0; }

#nav .menu > li.menu-search > a:hover {
  cursor: pointer;
  color: #fff;
  width: 32px;
  height: 32px; }

/* Sub-menu Menu Items */
#nav .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  transition: opacity .4s ease-in-out;
  width: 220px;
  z-index: 99;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
 }

#nav ul.sub-menu li {
  margin: 0;
  padding: 0; }

#nav .sub-menu a {
  position: relative;
  width: 220px;
  padding: 10px 20px;
  background: #fff; }

#nav .sub-menu a:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 190px;
  left: 15px;
  bottom: 0; }

#nav .sub-menu > li:last-child > a:after {
  height: 0; }

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

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

/* 2nd level and below Menu Items */
#nav .sub-menu .sub-menu {
  margin: -48px 0 0 219px; }

@media screen and (max-width: 1024px) {
  .responsive-menu-icon {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: -41px;
    right: 10px;
    z-index: 1;
    text-align: center; }
  .menu-wrapper {
    width: 100%;
    padding: 0;
    float: none; }
  #nav .menu > .menu-item > .sub-menu,
  #nav .menu {
    display: none;
    float: none;
    width: 100%; }
  #nav .menu {
    height: 100vh;
    overflow-y: scroll;
    padding-left: 15px;
    padding-right: 15px;
    background: #1a9cdc;
    padding-top: 30px;
    }
  #nav .menu .menu-item {
    display: block;
    float: none; }
  #nav .menu li.menu-item {
    margin-left: 0;
    margin-bottom: 0; }
  #nav .menu li a,
  #nav .menu li a:hover {
    display: block;
    line-height: 1;
    padding: 10px 0;
    max-width: 300px;
    color: #fff;
    }
  #nav .menu li.menu-item-has-children {
    cursor: pointer;
    position: relative; }
  #nav .menu > li.menu-item-has-children > a {
    padding-right: 0; }
  #nav .menu > li.menu-item-has-children:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 16px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    right: 0;
    top: 0;
    z-index: 999;
    position: absolute;
    color: #fff;
   }

  #nav .menu > li.menu-open.menu-item-has-children:before {
    content: "\f077"; }
    #nav .menu > li:hover > a,
    #nav .menu > li.menu-item-has-children > a {
	    color: #fff;
    }
  #nav .menu .sub-menu {
    border: none;
    left: auto;
    opacity: 1;
    position: relative;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    margin-bottom: 10px;}
  #nav .menu .sub-menu .sub-menu {
    margin: 0; }
  #nav .menu .sub-menu li a,
  #nav .menu .sub-menu li a:hover {
    padding: 10px 0;
    position: relative;
    text-transform: none;
    width: 100%; }
  #nav .menu .current-menu-item > a,
  #nav .menu .sub-menu a,
  #nav .menu .sub-menu a:hover,
  #nav .menu a:hover,
  #nav .menu li:hover {
    background: none; }
  #nav .sub-menu a:after {
    display: none; }
  #nav .menu > li.menu-item-has-children > a:after {
    display: none; }
  #nav li.mobile-only {
    display: block;
    margin: 0; }
    #nav .menu > li.current-menu-item > a, #nav .menu > li.current-page-parent > a, #nav .menu > li.current-page-ancestor > a {
	    color: #fff;
    }}
#nav #search-form {
	position: absolute;
	right: 0;
	top: 0;
}
#nav #search-form a{
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 7px;
	right: 3px;
	cursor: pointer;

}

#nav #search-form .search-field {
  display: block;
  width: 0;
  margin: 0;
  padding: 8px 0px 7px 10px;
  background: #ddd;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
   -webkit-transition: width 250ms linear;
  -o-transition: width 250ms linear;
  -moz-transition: width 250ms linear;
  -ms-transition: width 250ms linear;
  transition: width 250ms linear;
  position: absolute;
  right: 35px;
  top: 7px;
  opacity: 0;
}


#nav #search-form:hover .search-field,
#nav #search-form .search-field:focus {
  width: 200px;
  text-indent: 0;
  outline: none;
  opacity: 1;
  }
  @media screen and (max-width: 1024px) {
  	#nav .menu-donate,
  	#nav .menu-search{
  		display: none !important;
  	}
  }
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.topbar {
  background: #f5f8f9;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none; }

.topbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right; }

.topbar.is-searching ul {
  position: relative;
  left: -200px; }

.topbar li {
  display: inline-block;
  margin: 0 20px;
  position: relative; }

.topbar a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  background-position: left top;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}

.topbar a svg {
	display: inline;
	width: 27px;
	padding-right: 10px;
	position: relative;
	top: 2px;
}

.topbar a svg path {
	 -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}

.topbar .header-blog a {
  color: #ffbc44;
}

.topbar .header-blog a svg path {
	fill: #ffbc44;
    fill-rule: evenodd;
}

.topbar .header-blog a:hover {
	color: #606c73;
}

.topbar .header-blog a:hover svg path {
	fill: #606c73;
}

.topbar .header-donate a {
  color: #1a9cdc;
}

.topbar .header-donate a svg path {
	fill: #1a9cdc;
    fill-rule: evenodd;
}

.topbar .header-donate a:hover {
	color: #606c73;
}

.topbar .header-donate a:hover svg path {
	fill: #606c73;
}




.topbar ul li + .header-search:before {
  margin-top: -12px; }

.header-search .search-form {
  width: auto;
  position: relative; }

.topbar .search-field {
  display: block;
  width: 0;
  margin: 0;
  padding: 8px 32px 7px 10px;
  background: none;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: width 250ms linear;
  -o-transition: width 250ms linear;
  -moz-transition: width 250ms linear;
  -ms-transition: width 250ms linear;
  transition: width 250ms linear; }


.header-search form:hover .search-field,
.header-search .search-field:focus {
  width: 200px;
  text-indent: 0;
  outline: none;
  background: #ffffff; }

@media (min-width: 992px) {
  .topbar {
    display: block; } }

.mobile-only #searchform {
	padding-top: 20px;
}

.mobile-only #searchform input[type=text] {
	padding: 10px;
	border: none;
	border-radius: 0;
	height: 38px;
	text-align: left;
	min-width: 220px;
}

.mobile-only #searchform input[type=submit] {
	background: #ffbc44;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	padding: 10px 25px;
	text-align: center;
	height: 38px;
	font-weight: bold;
	border: none;
	border-radius: 0;
}


@media (max-width: 320px) {
	.mobile-only #searchform input[type=text] {
		min-width: 180px;
	}

	.mobile-only #searchform input[type=submit] {
		padding: 10px;
	}
}

/*--------------------------------------------------------------
# Main Content Area
--------------------------------------------------------------*/
#content {
	margin-top: 59px;
}

.show-notification-bar #content {
	margin-top: 79px;
}

.admin-bar #content {
	 margin-top: 91px;
 }

.search-results .content-area {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (max-width: 767px) {
  #content {
    margin-top: 76px;
  }

  .show-notification-bar #content {
	 margin-top: 160px;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.posts-wrapper {
  padding-top: 80px; }

.pagination {
  padding-top: 40px;
  padding-bottom: 80px;
  text-align: center; }

.pagination .nav-links span,
.pagination .nav-links a {
  border: 1px solid #e8ebed;
  padding: 5px 10px;
  display: inline-block;
  margin: 0 4px;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  font-weight: bold; }

.pagination .nav-links span:hover,
.pagination .nav-links a:hover {
  background: #fafafa;
  text-decoration: none; }

/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/
.single-post .entry-header {
  padding-top: 80px;
  margin-bottom: 40px; }

.single-post .entry-footer {
  clear: both;
  margin-top: 40px;
  margin-bottom: 40px;
  font-style: italic;
  display: none; }

.post-navigation {
  padding: 40px 0;
  clear:both; }

.post-navigation a {
  font-weight: bold; }

/*--------------------------------------------------------------
# Footer Widgets
--------------------------------------------------------------*/
.footer-widgets {
  background: #1a9cdc;
  color: #ffffff;
  padding-top: 40px; }

.footer-widgets a {
  color: #ffffff;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  text-decoration: none; }

.social-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center; }

.social-menu li {
  display: inline-block;
  margin: 0 5px;
  text-align: center; }

.social-menu a {
  display: block;
  width: 34px;
  height: 34px;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 99px;
  position: relative;
  line-height: 34px; }

.social-menu a:hover {
  background: #ffffff;
  color: #1a9cdc; }

.social-menu li a::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 16px;
  text-align: center;
  position: relative;
  top: -2px; }

.wp-is-mobile .social-menu li a::before {
  margin-top: -7px; }

.social-menu li a[href*="facebook.com"]::before {
  content: '\f39e'; }

.social-menu li a[href*="instagram.com"]::before {
  content: '\f16d'; }

.social-menu li a[href*="linkedin.com"]::before {
  content: '\f0e1'; }

.social-menu li a[href*="twitter.com"]::before {
  content: '\f099'; }

.social-menu li a[href*="vimeo.com"]::before {
  content: '\f194'; }

.social-menu li a[href*="wordpress.org"]::before,
.social-menu li a[href*="wordpress.com"]::before {
  content: '\f19a'; }

.social-menu li a[href*="youtube.com"]::before {
  content: '\f167'; }

.social-menu li a[href*="mailto"]::before {
  content: '\f0e0'; }

.footer-bbb-logo{
	display: block;
	margin: 10px auto 15px; }

@media (min-width: 992px) {
  .footer-widgets {
    padding-top: 60px;
    padding-bottom: 30px; }
  .social-menu {
    text-align: left; }
  .social-menu li {
    margin: 0 10px 0 0; }
    .site-footer .row {
    	display: flex;
    	align-items: center;
    }
    .footer-bbb-logo{
    	margin: 3px 15px 0 0;
    	float: left;
    }
    .footer-bbb-logo + .widget_text {
    	float: left;
    }
}

.footer-widgets .menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-widgets .menu li {
  margin: 0;
  padding: 0 0 10px; }

.footer-widgets .menu a {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase; }

.footer-widgets .menu > li.menu-donate > a {
	text-decoration: none;
	border-width: 2px;
	border-style: solid;
	border-radius: 50px;
	padding: 8px 15px 7px;
	background-color: #ffbc44;
	color: #fff;
	border-color: #ffbc44;
	text-align: center;
	transition: all ease-in-out 0.15s;
}
.footer-widgets .menu > li.menu-donate > a:hover{
	background-color: transparent;
}
.footer-widgets .menu a:hover {
  color: #ffbc44; }

.footer-widgets h3.widget-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
}

.address-widget-area {
  text-align: center; }

.address-widget-area p {
  margin-top: 0;
  margin-bottom: 10px; }

.footer-mobile-logo {
  margin: 0 0 20px; }

.address-widget-area a {
  font-weight: bold; }

.address-widget-area .textwidget a:hover {
  color: #ffbc44; }

@media (max-width: 991px) {
  .menu-widget-area {
    display: none; }
    .footer-widgets {
	    text-align: center !important;
    }

    .social-menu {
	    margin: 20px 0;
    }

    }

@media (min-width: 992px) {
  .address-widget-area {
    text-align: left; } }

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  background: #1a9cdc;
  color: #ffffff;
  padding-bottom: 40px; }

.site-footer a {
  color: #ffffff;
  text-decoration: none; }

.site-footer a:hover {
  color: #ffbc44; }

.site-footer .copyright {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem; }

.site-footer .sep {
  padding: 0 10px; }

.footer-desktop-logo {
  display: none; }

.copyright {
  text-align: center; }

@media (min-width: 992px) {
  .site-footer {
    padding-bottom: 60px; }
  .footer-mobile-logo {
    display: none; }
  .footer-desktop-logo {
    display: block; }
  .copyright {
    text-align: left; } }

 @media (max-width:767px) {
	 .site-footer a.designer {
		 clear: both;
		 display: block;
	 }
	 .site-footer .sep.hide {
	 	display: none;
	 }
 }

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero {
  position: relative; }

.hero-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
	position: relative;
}

.hero-img:after {
	content: "";
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.hero-slider {
	max-width: 1440px;
	margin: 0 auto;
	height: 550px;
}
.flexslider .slides > li,
.hero-slider .columns {
	height: 550px;

}
.hero-slider .columns {
	display: flex;
	align-items: center;
}
.hero-slider .columns .valign {
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
}
.hero-slider .slideshow-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}

 @media (min-width: 768px) {
	 .hero-slider {
		 height: 600px;
	 }
	  .flexslider .slides > li,
	.hero-slider .columns {
		height: 600px;

	}
 }

 @media (min-width: 1441px) {
	 .hero-slider {
		 padding-top: 20px;
	 }
 }

.hero-slider .cycle-slideshow {
	position: relative;
}

.hero-slider .slide-wrap {
	display: none;
	width: 100%;
	height: 100%;
}
.hero-slider {
	overflow: hidden;
}


@media (max-width: 991px) {
  .hero-content {
    background: -moz-linear-gradient(left, rgba(26, 156, 220, 0.8) 0%, rgba(11, 112, 162, 0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(26, 156, 220, 0.8) 0%, rgba(11, 112, 162, 0.8) 100%);
    background: linear-gradient(to right, rgba(26, 156, 220, 0.8) 0%, rgba(11, 112, 162, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#991a9cdc', endColorstr='#990b70a2',GradientType=1 ); }
  .hero .valign {
    padding: 40px 0; }
    .flexslider .slides > li,
	.hero-slider .columns {
	/*
		height: 400px;
	*/
	}
    }

@media screen and (min-width: 992px) {

  .hero-media {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%; }
  .hero-img {
    min-height: 100%; }
  .hero .columns {
    display: flex;
    align-items: center;
    min-height: 450px; }
    .hero-slider .columns {
	/*min-height: calc(100vh - 95px);*/
	height: 600px;
}
  .hero .valign {
    padding: 40px 70px;
    margin-left: -70px;
    background: -moz-linear-gradient(left, rgba(26, 156, 220, 0.8) 0%, rgba(11, 112, 162, 0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(26, 156, 220, 0.8) 0%, rgba(11, 112, 162, 0.8) 100%);
    background: linear-gradient(to right, rgba(26, 156, 220, 0.8) 0%, rgba(11, 112, 162, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#991a9cdc', endColorstr='#990b70a2',GradientType=1 ); }
  .hero,
  .hero-img {
    min-height: 450px; }
  .slide-img {
	  min-height: 500px;
  }
  .slider-content-wrapper {
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  z-index: 200;
  }

  .slider-content-wrapper .hero-content {
	  height: 100%;
  }

  .slider-content-wrapper .columns {
	  min-height: 500px;
  }

  .home .hero .valign {
  	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 700px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 30px 40px;
  }
  .home .hero p {
  	margin-top: 10px;
  }
  .home .hero p:last-child {
  	margin-bottom: 0;
  }
  .single-post .hero,
  .single-post .hero-img,
  .single-post .hero .columns {
    min-height: 400px; }
  .single-post .hero.no-hero-img,
  .single-post .hero.no-hero-img .columns {
  	min-height: 200px;
  }
  .single-post .hero {
    margin-bottom: 80px; }
  .single-post .hero.no-hero-img{
   	margin-bottom: 20px;}
   	.hero-slider .slideshow-overlay {
   		display: none;
   	}
}

@media (min-width: 1441px) {
	.hero-slider .columns {
		height: 580px;
	}
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner {
  position: relative; }

.banner-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  position: relative;
/*   background-attachment: fixed; */
 }

.banner h2 span {
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block; }

.banner p {
  color: #ffffff; }

.banner-media {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%; }

.banner-media:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background: -moz-linear-gradient(left, rgba(26, 156, 220, 0.8) 0%, rgba(11, 112, 162, 0.8) 100%);
  background: -webkit-linear-gradient(left, rgba(26, 156, 220, 0.8) 0%, rgba(11, 112, 162, 0.8) 100%);
  background: linear-gradient(to right, rgba(26, 156, 220, 0.8) 0%, rgba(11, 112, 162, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#991a9cdc', endColorstr='#990b70a2',GradientType=1 ); }

.banner-img {
  min-height: 100%; }

.banner .columns {
  display: flex;
  align-items: center;
  min-height: 300px;
  padding-top: 40px;
  padding-bottom: 30px; }

@media screen and (min-width: 992px) {
  .banner .columns {
    min-height: 650px; }
  .banner .valign {
    border: 2px solid #ffbc44;
    border-top: none;
    border-bottom: none;
    padding: 0 30px;
    text-align: center; }
  .banner .inner {
    text-align: center; }
  .banner .columns {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0; }
  .banner h2 {
    text-align: center;
    position: relative;
    top: -20px;
    display: inline-block;
    margin-top: 0; }
  .banner h2:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    right: 100%;
    height: 2px;
    background: #ffbc44; }
  .banner h2:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    left: 100%;
    height: 2px;
    background: #ffbc44; }
  .banner h2 span {
    text-align: center;
    padding: 0 20px; }
  .banner h2 + p {
    margin-top: -20px; }
  .banner p.center-mobile {
    text-align: center;
    position: relative;
    display: inline-block;
    bottom: -40px;
    margin-top: -40px; }
  .banner a.btn {
    margin-left: 30px;
    margin-right: 30px; }
  .banner p.center-mobile:before {
    content: "";
    width: 125%;
    position: absolute;
    top: 50%;
    right: 100%;
    height: 2px;
    background: #ffbc44; }
  .banner p.center-mobile:after {
    content: "";
    width: 125%;
    position: absolute;
    top: 50%;
    left: 100%;
    height: 2px;
    background: #ffbc44; }
  .banner,
  .banner-img {
    min-height: 650px; } }

/*--------------------------------------------------------------
# imageblock
--------------------------------------------------------------*/
.imageblock {
  position: relative; }

.image-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  position: relative; }

@media (min-width: 992px) {
  .image-img {
    height: 450px; } }

/*--------------------------------------------------------------
# Image Box
--------------------------------------------------------------*/
.image-box {
  padding: 0;
  position: relative; }

.image-box-img {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.image-box .valign {
  padding: 15px 0; }

@media (min-width: 768px) {
  .image-box,
  .image-box-img,
  .image-box .columns {
    min-height: 350px; }
  .image-box-media {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 50%; }
  .image-box .columns {
    display: flex;
    align-items: center; }
  .image-box .valign {
    padding: 0 25px; } }

@media screen and (min-width: 992px) {
  .image-box,
  .image-box-img,
  .image-box .columns {
    min-height: 450px; }
  .image-box .valign {
    padding: 0 30px 0 0; } }

/*--------------------------------------------------------------
# Text Editor
--------------------------------------------------------------*/
.text-editor {
  padding-top: 40px;
  padding-bottom: 40px; }

@media (min-width: 992px) {
  .text-editor {
    padding-top: 70px;
    padding-bottom: 35px; } }

/* Custom Blocks */
.watermark {
  background-image: url(images/watermark.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 25%;
 }

.home .watermark {
  padding-top: 100px;
  padding-bottom: 100px; }
  .home .watermark h2.accent {
    margin-top: -20px; }
#clubhouses h3 {
	margin-bottom: 0px;
	}
.home #clubhouses {
	margin-bottom: 80px;
}
#clubhouses h3 + p{
	margin-top: 0;}
#editor-inquiry-form .form-narrow {
	margin: 0 auto 50px;
}
#editor-inquiry-form h3+p {
	margin-bottom: 50px;
}
#stayuptodate .form-narrow {
	margin: 0 0 50px;
}
.program-block h3.accent{
	margin-bottom: 0;
}
.program-block h3.accent+p{
	margin:0 0 40px;
}
.editor-registration-dates h2.accent {
	max-width: 100%
}
@media (max-width: 767px) {
  .home .watermark {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home .watermark h2.accent {
    margin-top: 0; }
}

/*--------------------------------------------------------------
# Two Columns
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Three Columns
--------------------------------------------------------------*/
.about-stats p {
  max-width: 300px; }

.contact-columns h3{
	margin-bottom: 0;}
.contact-columns h3+p{
	margin-top: 0;
	margin-bottom: 30px;}

/*--------------------------------------------------------------
# Events Block
--------------------------------------------------------------*/
.events-block {
  background: #e39100;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px; }

.events-block a {
  color: #ffffff;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s; }

.events-block h2 {
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff; }

.events-block h2 span {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  padding-left: 20px; }

/* Upcoming Events */
ul.upcoming-events {
list-style: none;
border-top: 1px solid #ffbc44;
margin: 0;
padding: 0; }

ul.upcoming-events li {
border-bottom: 1px solid #ffbc44;
margin: 0;
padding: 0; }

ul.upcoming-events li span {
display: block;
float: left;
width: 60%;
clear: both; }

ul.upcoming-events li a {
display: block;
overflow: hidden;
background: transparent;
-webkit-transition: all ease-in-out 0.15s;
transition: all ease-in-out 0.15s;
padding: 15px 0; }

ul.upcoming-events li a:hover {
background: #e79505; }

/* Clubhouse Events tabs */
ul.calendar-tabs {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
  display: inline-block;
  position: relative;
  top: -4px; }
  ul.calendar-tabs li {
    display: inline-block;
    margin: 0 4px; }
    ul.calendar-tabs li a {
      display: block;
      text-decoration: none;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 12px;
      line-height: 0.75rem;
      padding: 10px 12px;
      border: 1px solid #ffbc44;
      text-transform: uppercase;
      font-weight: 900;
      border-radius: 20px;
      outline: none; }
      ul.calendar-tabs li a:hover, ul.calendar-tabs li a.active {
        background: #ffbc44;
        border-color: #ffbc44; }

.tab-pane {
  display: none; }

.tab-pane.active {
  display: block; }

.tab-content ul {
  list-style: none;
  border-top: 1px solid #ffbc44;
  margin: 0;
  padding: 0; }
  .tab-content ul li {
    border-bottom: 1px solid #ffbc44;
    margin: 0;
    padding: 0; }
    .tab-content ul li p {
      margin: 0;
      padding: 15px; }
    .tab-content ul li span {
      display: block;
      float: left;
      width: 60%;
      clear: both; }
    .tab-content ul li a {
      display: block;
      overflow: hidden;
      background: transparent;
      -webkit-transition: all ease-in-out 0.15s;
      transition: all ease-in-out 0.15s;
      padding: 15px 0; }
      .tab-content ul li a:hover {
        background: #e79505; }

.events-block li span:nth-child(even) {
  float: right;
  width: auto;
  clear: none; }

.events-block li .event-date {
  font-weight: 400;
  text-transform: uppercase; }

.events-block li .event-time {
  font-weight: 700;
  text-transform: uppercase; }

.events-block li .event-title {
  font-weight: 700; }

.events-block li .event-venue {
  font-weight: 400; }

@media (max-width: 767px) {
  .events-block h2 span {
    display: none;
  }

  ul.calendar-tabs {
    margin-left: 0;
    margin-bottom: 10px;
  }

  ul.calendar-tabs li a {
    padding: 10px;
  }

  ul.upcoming-events li span,
  .events-block li span:nth-child(even) {
    float: none;
    width: 100%;
    clear: both;
  }
}
.cal-cats {
	text-align: center;
	padding: 20px 0 0;
}
.cal-cats a{
	width: 100%;
	max-width: 200px;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# The Events Calendar
--------------------------------------------------------------*/
.tribe-events-calendar .tribe-events-tooltip { margin-bottom: 50px; }

.tribe-events-calendar .tribe-events-tooltip-flipdown { margin-bottom: -50px; }

@media (max-width: 768px) {
	#tribe-events-header .tribe-events-sub-nav li a {
	    display: block;
	}
}

/*--------------------------------------------------------------
#Posts Block
--------------------------------------------------------------*/
.posts-block {
  padding-top: 80px;
  padding-bottom: 80px; }
.home .posts-block {
	padding-top: 0;
	padding-bottom: 40px;
}
.posts-block .section-heading {
  position: relative;
  text-align: center; }
  .posts-block .section-heading h2 {
    margin: 0 auto;
    text-align: left;
    font-size: 48px;
    font-size: 3rem;
    max-width: 100%; }
  .posts-block .section-heading a.btn {
    position: absolute;
    top: 0;
    right: 0; }

.post-teaser {
  width: 22%;
  float: left;
  margin-left: 4%;
  margin-bottom: 40px;
  border: 1px solid #e8ebed;
  border-radius: 3px;
  background: #ffffff;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s; }

.post-teaser:hover {
  background: #fafafa; }

.post-teaser:nth-child(4n+1) {
  clear: both;
  margin-left: 0; }

.post-teaser h2 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin: 0;
  padding: 10px; }

.post-teaser h2 a:hover,
.post-teaser:hover h2 a {
  text-decoration: none; }

.post-teaser .post-thumbnail img {
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
  .posts-block .section-heading h2 {
    font-size: 32px;
    font-size: 2rem;
    max-width: 100%;
  }

  .posts-block .section-heading a.btn {
    position: relative;
    top: auto;
    right: auto;
    display: none;
  }

  .posts-wrapper {
    padding: 30px 15px;

  }

  .post-teaser {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
}

/*--------------------------------------------------------------
# Teasers Block
--------------------------------------------------------------*/
.teasers-block .teaser {
  margin-bottom: 50px; }

.no-top-margin {
  padding-top: 0; }

.no-bottom-margin {
  padding-bottom: 0; }

.no-margin {
  padding-top: 0;
  padding-bottom: 0; }

.separator {
  padding-top: 60px;
  padding-bottom: 60px; }

.separator hr {
  width: 100%;
  height: 1px;
  border: none;
  background: #dce2e5; }

@media (max-width: 767px) {
  .separator {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*-------------------------------------------------
# Toggles Block
-------------------------------------------------*/
ul.toggles-list {
     list-style: none;
     margin-left: 0;
     padding-left: 0;
}
 ul.toggles-list > li {
     background: #f1f1f1;
     border: 1px solid #ddd;
     margin:0;
     margin-bottom: 1rem;
     overflow: hidden;
     padding: 20px;
     position: relative;
}
 ul.toggles-list > li .toggle-heading {

     display: block;
     text-decoration: none;
     outline: 0;
     padding-right: 40px;
     position: relative;
     color: #1a9cdc;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 30px;
	line-height: 1.875rem;
	margin: 0;
}
 ul.toggles-list > li .toggle-heading .toggle-marker {
     color: #999;
     display: block;
     width: 20px;
     height: 20px;
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     right: 0px;
}
 ul.toggles-list > li .toggle-content {
     display: none;
}
 ul.toggles-list > li .toggle-content p:first-child {
     margin-top: 15px;
}
 ul.toggles-list > li .toggle-content p:last-child {
     margin-bottom: 0;
}
ul.toggles-list > li ul {
	list-style: disc;
	margin-bottom: 22px;
}
/*--------------------------------------------------------------
# Youtube Block
--------------------------------------------------------------*/
.video-block {
  padding-top: 80px;
  padding-bottom: 40px;
}

.video-results .columns {
  margin-top: 30px;
  margin-bottom: 30px;
}

.video-results .columns:nth-child(4n+1) {
  clear: both;
}

.video-results .columns:last-child {
  float: left;
}

.video-results h4 {
  margin-top: 0;
}


.video-results a:hover {
  text-decoration: none;
}
/*-------------------------------------------------
# Icon Text Block
-------------------------------------------------*/
.icontext {
	margin-bottom: 40px;
}
.icontext .icon,
.icontext .text {
	margin: 0 auto;
	float: none;
	width: 100%;
}
.icontext .icon{
	max-width: 100px;
	width: 100%;
	margin: 0 0 20px;
}
.icontext .icon img {
	display: block;
}


@media only screen and (min-width: 768px) {
	.icontext {
		overflow: hidden;
		clear: both;
		margin-bottom: 40px;
		font-size: 16px;
	}

	.icontext .icon {
		float: left;
		width: 10%;
		text-align: left;
	}

	.icontext .text {
		float: right;
		width: 85%;
		text-align: left;
		font-size: 20px;
	}
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.wow {
	visibility: hidden;
}


/*--------------------------------------------------------------
# Newsletter Form
--------------------------------------------------------------*/
.widget_text .BBFormContainer[data-bbox-part-id="c3d11f9a-61b6-43f1-973f-2ca1c49bc445"] {
	padding: 0 !important;
}

.widget_text label.BBFormFieldLabelEdit {
	color: #fff !important;
	font-size: 16px !important;
	font-size: 1rem !important;
	margin: 0 !important;
	display: none !important;
}

.widget_text input.BBFormTextbox {
	background: #fff !important;
	border: none !important;
	padding: 10px !important;
	font-size: 12px !important;
	font-size: 0.75rem !important;
	color: #606c73 !important;
	opacity: 1 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	width: 100% !important;
}

.widget_text input.BBFormSubmitbutton {
	font-size: 12px !important;
	font-size: 0.75rem !important;
	line-height: 17px !important;
	line-height: 1.0625rem !important;
	display: inline-block !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	font-weight: bold !important;
	text-decoration: none !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-radius: 50px !important;
	padding: 15px 35px 13px !important;
	transition: all ease-in-out 0.15s !important;
	background-color: #ffbc44 !important;
	color: #fff !important;
	border-color: #ffbc44 !important;
	text-align: center !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.widget_text input.BBFormSubmitbutton:hover {
	background-color: transparent !important;
	color: #fff !important;
}
@media only screen and (max-width: 991px) {
	#scroll2newsletter{
		display: none;
	}
}
.bwg_container {
	margin-bottom: 50px;
}
.ui-datepicker{width:216px;height:auto;margin:5px auto 0;font:9pt Arial,sans-serif;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ui-datepicker a{text-decoration:none}.ui-datepicker table{width:100%;border-collapse:collapse}.ui-datepicker-header{background-color:#666;color:#e0e0e0;font-weight:700;-webkit-box-shadow:inset 0 1px 1px 0 rgba(250,250,250,.2);-moz-box-shadow:inset 0 1px 1px 0 rgba(250,250,250,.2);box-shadow:inset 0 1px 1px 0 rgba(250,250,250,.2);text-shadow:1px -1px 0 #000;filter:dropshadow(color=#000, offx=1, offy=-1);line-height:30px;min-height:30px!important;border-width:1px 0 0;border-style:solid;border-color:#666}.ui-datepicker tbody tr,.ui-datepicker thead{border-bottom:1px solid #bbb}.ui-datepicker-title{text-align:center}.ui-datepicker-title select{margin-top:2.5%}.ui-datepicker-next,.ui-datepicker-prev{display:inline-block;width:30px;height:30px;text-align:center;cursor:pointer;background-image:url(../images/datepicker/arrow.png);background-repeat:no-repeat;line-height:600%;overflow:hidden}.ui-datepicker-prev{float:left;background-position:center -30px}.ui-datepicker-next{float:right;background-position:center 0}.ui-datepicker thead{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#f7f7f7 0,#f1f1f1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f7f7),color-stop(100%,#f1f1f1));background:-webkit-linear-gradient(top,#f7f7f7 0,#f1f1f1 100%);background:-o-linear-gradient(top,#f7f7f7 0,#f1f1f1 100%);background:-ms-linear-gradient(top,#f7f7f7 0,#f1f1f1 100%);background:linear-gradient(to bottom,#f7f7f7 0,#f1f1f1 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0 )}.ui-datepicker th{text-transform:uppercase;text-align:center;font-size:6pt;padding:5px 0;color:#666;text-shadow:1px 0 0 #fff;filter:dropshadow(color=#fff, offx=1, offy=0)}.ui-datepicker tbody td{padding:0;border-top:1px solid #bbb;border-right:1px solid #bbb}.ui-datepicker tbody td:last-child{border-right:0}.ui-datepicker tbody tr:last-child{border-bottom:0}.ui-datepicker td a,.ui-datepicker td span{display:inline-block;font-weight:700;text-align:center;width:30px;height:30px;line-height:30px;color:#666;text-shadow:1px 1px 0 #fff;filter:dropshadow(color=#fff, offx=1, offy=1)}.ui-datepicker-calendar .ui-state-default{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#ededed 0,#dedede 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ededed),color-stop(100%,#dedede));background:-webkit-linear-gradient(top,#ededed 0,#dedede 100%);background:-o-linear-gradient(top,#ededed 0,#dedede 100%);background:-ms-linear-gradient(top,#ededed 0,#dedede 100%);background:linear-gradient(to bottom,#ededed 0,#dedede 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede', GradientType=0 );-webkit-box-shadow:inset 1px 1px 0 0 rgba(250,250,250,.5);-moz-box-shadow:inset 1px 1px 0 0 rgba(250,250,250,.5);box-shadow:inset 1px 1px 0 0 rgba(250,250,250,.5)}.ui-datepicker-calendar .ui-state-hover{background:#f7f7f7}.ui-datepicker-calendar .ui-state-active{background:#FFF2AA;border:1px solid #c19163;color:#666;-webkit-box-shadow:inset 0 0 10px 0 rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 10px 0 rgba(0,0,0,.1);box-shadow:inset 0 0 10px 0 rgba(0,0,0,.1);text-shadow:0 1px 0 #FFF;filter:dropshadow(color=#FFF, offx=0, offy=1);position:relative;margin:-1px}.ui-datepicker-unselectable .ui-state-default{background:#f4f4f4;color:#b4b3b3}.ui-datepicker-calendar td:first-child .ui-state-active{width:29px;margin-left:0}.ui-datepicker-calendar td:last-child .ui-state-active{width:29px;margin-right:0}.ui-datepicker-calendar tr:last-child .ui-state-active{height:29px;margin-bottom:0}td.ui-datepicker-unselectable.ui-state-disabled{background-color:#d7d7d7}table.ui-datepicker-calendar{margin:0!important}body div#ui-datepicker-div[style]{z-index:9999!important}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flexslider .slides > li {
	display: none;
	background-size: cover;
	background-position: center;
}

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  zoom: 1;
  }
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  position: absolute;
  top: 45%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
   -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline:0;
}
.flex-direction-nav a:before {
  font-family: "fontawesome";
  font-size: 60px;
  display: inline-block;
  content: '\F104';
  color: rgba(255, 255, 255, 0.8);

}
.flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.9;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "fontawesome";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/*--------------------------------------------------------------
# Print Styles
--------------------------------------------------------------*/
@media print {
	.post-type-archive-tribe_events .site-header,
	.post-type-archive-tribe_events .footer-widgets,
	.post-type-archive-tribe_events .site-footer,
	.post-type-archive-tribe_events .hero,
	.post-type-archive-tribe_events .cal-cats,
	.post-type-archive-tribe_events .tribe-events-nav-pagination,
	.post-type-archive-tribe_events .tribe-events-ical {
		display: none;
	}

	.post-type-archive-tribe_events .text-editor {
		padding-top: 0;
		padding-bottom: 0;
	}

	.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
		background: #fff;
	}

	.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured a {
		color: #1a9cdc;
	}
}


/*--------------------------------------------------------------
# WP Caption styles
--------------------------------------------------------------*/
.post .wp-caption,
.page-id-115 .wp-caption {
	padding: 10px;
	background: #f2f2f2;
}

.post .wp-caption.alignleft,
.page-id-115 .wp-caption.alignleft {
	margin: 0 1.5em 1.5em 0;
}

.post .wp-caption.aligncenter,
.page-id-115 .wp-caption.aligncenter{
	margin: 0 1.5em 1.5em;
}

.post .wp-caption.alignright,
.page-id-115 .wp-caption.alignright {
	margin: 0 0 1.5em 1.5em;
}

.post .wp-caption .wp-caption-text,
.page-id-115 .wp-caption .wp-caption-text {
	font-size: 13px;
	font-style: italic;
}
