@charset "UTF-8";
/*!
Theme Name: Campterra
Theme URI: https://motopress.com/products/campterra/
Author: MotoPress
Author URI: http://motopress.com
Description: Professional online presence for your campground. Rent out campsite units with the online booking system, customize the theme visually, tell your story.
Version: 1.7.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: campterra
Tags:  custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Campterra is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.hidden {
  display: none;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! 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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #66676d;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 1.5em 0 .5em;
  line-height: 1.4;
  color: #333;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 39px;
  font-size: 2.4375rem;
}

h2 {
  font-size: 31px;
  font-size: 1.9375rem;
}

h3 {
  font-size: 25px;
  font-size: 1.5625rem;
}

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

h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.entry-title {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  position: relative;
  margin: 1.5em 0;
  padding: 2.5rem 2.5rem 2.5rem 4rem;
  background: #f3f3f3;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  blockquote {
    padding: 2.5rem 2.5rem 2.5rem 7.5rem;
  }
}

blockquote p {
  margin-top: 0;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote:before {
  position: absolute;
  top: 2.125rem;
  left: 1.25rem;
  font-size: 50px;
  font-size: 3.125rem;
  content: '“';
  color: #f6af1f;
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 768px) {
  blockquote:before {
    left: 2.5rem;
    font-size: 80px;
    font-size: 5rem;
  }
}

blockquote cite {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f3f3f3;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.75;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  padding: 0.1em .25em;
  background: #e9e9e9;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  border: 0;
  border-bottom: 2px dashed #e9e9e9;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 0;
  padding-left: 1.5em;
}

ul li, ol li {
  margin-bottom: .875em;
  padding-left: .5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-top: .875em;
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

th,
td {
  border: 1px solid #e9e9e9;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5rem;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

thead th {
  font-weight: 700;
  background: #f3f3f3;
}

th,
td {
  padding: 0.8em;
}

@media (min-width: 992px) {
  th,
  td {
    padding: 1.3em;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link {
  font-family: "Montserrat", sans-serif;
  border: 1px solid;
  border-color: #ffd900;
  border-radius: 0;
  background: #ffd900;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 1.063rem 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.more-link:hover {
  color: #333;
  border-color: #f6af1f;
  background-color: #f6af1f;
  text-decoration: none;
  cursor: pointer;
}

button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited,
.button:visited,
.more-link:visited {
  color: #333;
}

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,
.button:active,
.button:focus,
.more-link:active,
.more-link:focus {
  color: #333;
  border-color: #f6af1f;
  background-color: #f6af1f;
  text-decoration: none;
}

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,
select {
  display: block;
  color: #66676d;
  border: 1px solid #e9e9e9;
  background: #f3f3f3;
  border-radius: 0;
  padding: .625rem 1.25rem;
  width: 100%;
}

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,
select:focus {
  color: #333;
  border-color: #9b9ca4;
  background-color: #fff;
  outline: none;
}

input[type="text"][disabled], input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled]
input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled]
input[type="url"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled]
input[type="password"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled]
input[type="search"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled]
input[type="number"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled]
input[type="tel"],
input[type="range"][disabled],
input[type="range"][readonly],
fieldset[disabled]
input[type="range"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled]
input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled]
input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled]
input[type="week"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled]
input[type="time"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled]
input[type="datetime-local"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled]
input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled]
textarea,
select[disabled],
select[readonly],
fieldset[disabled]
select {
  background-color: #fff;
  border-color: #f3f3f3;
}

input[type="text"][disabled],
fieldset[disabled] input[type="text"],
input[type="email"][disabled],
fieldset[disabled]
input[type="email"],
input[type="url"][disabled],
fieldset[disabled]
input[type="url"],
input[type="password"][disabled],
fieldset[disabled]
input[type="password"],
input[type="search"][disabled],
fieldset[disabled]
input[type="search"],
input[type="number"][disabled],
fieldset[disabled]
input[type="number"],
input[type="tel"][disabled],
fieldset[disabled]
input[type="tel"],
input[type="range"][disabled],
fieldset[disabled]
input[type="range"],
input[type="date"][disabled],
fieldset[disabled]
input[type="date"],
input[type="month"][disabled],
fieldset[disabled]
input[type="month"],
input[type="week"][disabled],
fieldset[disabled]
input[type="week"],
input[type="time"][disabled],
fieldset[disabled]
input[type="time"],
input[type="datetime"][disabled],
fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled],
fieldset[disabled]
input[type="datetime-local"],
input[type="color"][disabled],
fieldset[disabled]
input[type="color"],
textarea[disabled],
fieldset[disabled]
textarea,
select[disabled],
fieldset[disabled]
select {
  cursor: not-allowed;
}

select {
  border: 1px solid #e9e9e9;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/dropcaps/dropcaps_light_passive.svg");
  background-repeat: no-repeat;
  background-position: right 1.25rem top 1.35rem;
  padding-right: 2.5rem;
}

select:active, select:focus {
  background-image: url("images/dropcaps/dropcaps_light_hover.svg");
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 1.2em 0.2em 0;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
}

label {
  display: inline-block;
  margin-bottom: 4px;
  color: #333;
}

form > p {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ed8a0a;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

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

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 2px 0 5px rgba(41, 41, 41, 0.15);
  box-shadow: 2px 0 5px rgba(41, 41, 41, 0.15);
  background: #333;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  padding: 10px 0;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

@media (min-width: 992px) {
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%;
  }
}

.main-navigation ul ul a {
  width: 200px;
}

@media (min-width: 992px) {
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
  }
}

.main-navigation li {
  position: relative;
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .main-navigation li {
    float: left;
  }
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  color: #e7e7e7;
  font-weight: 700;
  padding: 10px 20px;
}

.main-navigation a:hover {
  color: #ffd900;
}

@media (min-width: 992px) {
  .main-navigation .menu > li:first-child > a {
    padding-left: 0;
  }
}

.main-navigation .menu > li > a {
  padding: 1.25rem;
  text-transform: uppercase;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #ffd900;
}

.main-navigation .current_page_item .dropdown-toggle,
.main-navigation .current-menu-item .dropdown-toggle,
.main-navigation .current_page_ancestor .dropdown-toggle,
.main-navigation .current-menu-ancestor .dropdown-toggle {
  color: #ffd900;
}

.main-navigation .menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Free";
}

@media (min-width: 992px) {
  .main-navigation .menu-item-has-children > a:after {
    content: '\f0d7';
    font-weight: 900;
    margin-left: .75em;
  }
}

/* Small menu. */
.menu-toggle {
  z-index: 1;
  border: 0;
  background: transparent;
  padding: 1.375rem 0;
  position: absolute;
  top: 0;
}

.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
  border: 0;
  background: transparent;
}

.menu-toggle[aria-expanded="true"] .bars i:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
  width: 25px;
}

.menu-toggle[aria-expanded="true"] .bars i:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .bars i:last-child {
  width: 25px;
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.menu-toggle .bars i {
  display: block;
  width: 18px;
  height: 3px;
  background: #9b9ca4;
  margin-bottom: 4px;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-toggle .bars i:last-child {
  margin-bottom: 0;
}

.dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: 0;
  font-size: inherit;
  padding: .75rem 1em;
  line-height: 1.75;
  color: #e7e7e7;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .dropdown-toggle {
    display: none;
  }
}

.dropdown-toggle:hover, .dropdown-toggle:focus, .dropdown-toggle:active {
  background: transparent;
  border: 0;
  color: #ffd900;
}

@media screen and (max-width: 991px) {
  .main-navigation.toggled {
    padding: 2.5rem 0;
  }
  .main-navigation.toggled .menu-item-has-children > a {
    padding-right: 45px;
  }
  .main-navigation.toggled .menu-item-has-children:hover .dropdown-toggle {
    color: #ffd900;
  }
  .main-navigation.toggled ul.sub-menu {
    position: relative;
    display: none;
    left: 0;
    padding: 0;
    float: none;
    padding-left: 1.25rem;
  }
  .main-navigation.toggled ul.sub-menu.toggled-on {
    display: block;
  }
  .main-navigation.toggled ul li a {
    padding: .9375rem 0;
  }
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 992px) {
  .footer-menu {
    width: auto;
  }
}

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

.footer-menu li a {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 .75rem;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination.navigation {
  margin-top: 6.25rem;
}

.pagination.navigation .nav-links:after {
  display: table;
  clear: both;
  content: '';
}

.pagination.navigation .page-numbers {
  float: left;
  margin: 0 4px 4px 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  background: transparent;
  color: #66676d;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.pagination.navigation .page-numbers:focus, .pagination.navigation .page-numbers:active {
  text-decoration: none;
}

.pagination.navigation .page-numbers:hover:not(.dots), .pagination.navigation .page-numbers.current {
  color: #333;
  background: #ffd900;
  text-decoration: none;
}

.pagination.navigation .page-numbers.prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
}

.pagination.navigation .page-numbers.next:before {
  display: block;
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-size: 1.5rem;
}

.navigation.post-navigation {
  margin-top: 3.75rem;
  padding: 2.5rem 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.navigation.post-navigation a {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navigation.post-navigation a:hover {
  color: #f6af1f;
  text-decoration: none;
}

.navigation.post-navigation a:hover .post-title {
  color: currentColor;
}

.navigation.post-navigation a:focus, .navigation.post-navigation a:active {
  outline: none;
  text-decoration: none;
}

.navigation.post-navigation a .meta-nav {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #9b9ca4;
  text-transform: lowercase;
  margin-bottom: 1em;
}

.navigation.post-navigation a .post-title {
  font-size: inherit;
  margin: 0;
  width: 100%;
  word-wrap: break-word;
}

.navigation.post-navigation .nav-previous,
.navigation.post-navigation .nav-next {
  width: 100%;
}

@media (min-width: 768px) {
  .navigation.post-navigation .nav-previous,
  .navigation.post-navigation .nav-next {
    width: 50%;
  }
}

.navigation.post-navigation .nav-previous {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .navigation.post-navigation .nav-previous {
    margin-bottom: 0;
    padding-right: 1.25rem;
  }
}

.navigation.post-navigation .nav-previous a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .navigation.post-navigation .nav-next {
    padding-left: 1.25rem;
  }
}

.navigation.post-navigation .nav-next a {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  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;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: block;
  margin: 0 auto 1.5em;
}

@media (min-width: 768px) {
  .alignleft {
    display: inline;
    float: left;
    margin: 0 2.5em 1.5em 0;
  }
}

.alignright {
  display: block;
  margin: 0 auto 1.5em;
}

@media (min-width: 768px) {
  .alignright {
    display: inline;
    float: right;
    margin: 0 0 1.5em 2.5em;
  }
}

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

@media (min-width: 992px) {
  .aligncenter {
    margin: 0 auto 2.5em;
  }
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area .widget {
  margin: 0 0 5rem;
  font-size: 14px;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}

.widget-area .widget:last-child {
  margin-bottom: 0;
}

.widget-area .widget select {
  max-width: 100%;
}

.widget-area .widget h1 {
  font-size: 26px;
  font-size: 1.625rem;
}

.widget-area .widget h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

.widget-area .widget h3 {
  font-size: 22px;
  font-size: 1.375rem;
}

.widget-area .widget h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

.widget-area .widget h5 {
  font-size: 16px;
  font-size: 1rem;
}

.widget-area .widget h6 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.widget-area .widget .widget-title {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  padding-bottom: .625rem;
  margin-bottom: 2.5rem;
}

.widget-area .widget .widget-title:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #f6af1f;
}

.widget-area .widget .widget-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 0;
  height: 1px;
  background: #e9e9e9;
}

.widget-area .widget_tag_cloud .tagcloud a {
  display: inline-block;
  margin: 0 .45rem .45rem 0;
  padding: .25rem .625rem;
  border: 1px solid #e9e9e9;
  color: #66676d;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.widget-area .widget_tag_cloud .tagcloud a:hover {
  background: #f3f3f3;
  color: currentColor;
  text-decoration: none;
}

.search-form {
  position: relative;
}

.search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 55px;
  border: 0;
  background: transparent;
  color: #9b9ca4;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.search-form .search-submit:hover {
  color: #f6af1f;
}

.search-form label {
  display: block;
  width: 100%;
}

.search-form input {
  width: 100%;
  max-width: 100%;
  padding-right: 55px;
  padding-left: 20px;
}

.widget_calendar th, .widget_calendar td {
  border-width: 0;
}

.widget_calendar th {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.66667;
  padding: 0.7em 0 0.4em;
  background: transparent;
  color: #9b9ca4;
}

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

.widget_calendar tbody td, .widget_calendar thead td {
  padding: 0.25em 0;
}

.widget_calendar tfoot td {
  padding: 0.92857em 1.07143em;
  font-weight: 700;
}

.widget_calendar table {
  margin: 0;
}

.widget_calendar caption {
  padding: 1em;
  text-align: center;
  font-weight: 700;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}

.widget_calendar #next {
  text-align: right;
}

.footer-widgets {
  background: #333;
  color: #9b9ca4;
  padding: 7rem 0 3.75rem;
  position: relative;
}

.footer-widgets:last-child:after {
  display: none;
}

.footer-widgets:after {
  content: '';
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  display: block;
  height: 34px;
  background: url("images/footer_black_grunge_stripe.png") center repeat-x;
  z-index: 1;
}

.footer-widgets .content-bottom-widgets {
  margin: 0 -30px;
}

.footer-widgets .content-bottom-widgets:after {
  display: table;
  content: '';
  clear: both;
}

.footer-widgets .content-bottom-widgets .widget-area {
  float: left;
  width: 100%;
  margin-bottom: 3.75rem;
  padding: 0 30px;
}

@media (min-width: 992px) {
  .footer-widgets .content-bottom-widgets .widget-area {
    width: 25%;
    margin-bottom: 0;
  }
}

.footer-widgets .widget .widget-title {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}

.footer-widgets .widget .widget-title:after {
  background-color: #66676d;
}

.footer-widgets .widget.widget_calendar caption {
  color: #fff;
}

.footer-widgets .widget.widget_tag_cloud .tagcloud a {
  color: #9b9ca4;
  border-color: #494A48;
  text-decoration: none;
}

.footer-widgets .widget.widget_tag_cloud .tagcloud a:hover {
  text-decoration: none;
  background-color: #474747;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.wrapper {
  max-width: 1480px;
  padding: 0 1.5625rem;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .wrapper {
    padding: 0 3.125rem;
  }
}

@media (min-width: 992px) {
  .wrapper {
    padding: 0 6.25rem;
  }
}

.wrapper:after {
  display: table;
  content: '';
  clear: both;
}

.content-area {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

@media (min-width: 992px) {
  .content-area {
    float: left;
    width: 71.33%;
    max-width: 900px;
    padding-right: 2.5rem;
  }
}

.site-content .widget-area {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

@media (min-width: 992px) {
  .site-content .widget-area {
    float: right;
    width: 28.67%;
    max-width: 328px;
  }
}

.site-footer {
  clear: both;
  width: 100%;
}

.content-area.boxed {
  float: none;
  width: 100%;
  max-width: 844px;
  margin: 0 auto;
  padding-right: 0;
}

.content-area.boxed .page-header {
  text-align: center;
}

.content-area.no-sidebar {
  float: none;
  max-width: none;
  padding-right: 0;
  width: 100%;
}

.content-area.no-sidebar .page-header {
  text-align: center;
}

body.page-template-template-front-page .site-content.wrapper {
  max-width: none;
  padding: 0;
}

.content-area.front-page {
  padding-right: 0;
  width: 100%;
  float: none;
  max-width: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

html, body {
  overflow-x: hidden;
  /**
    * legacy, media added to prevent empty space above admin bar on mobile devices
    */
}

@media screen and (min-width: 601px) {
  html, body {
    position: relative;
  }
}

.updated:not(.published) {
  display: none;
}

.related-posts-title,
.comments-title,
.comment-reply-title {
  margin-bottom: 1em;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-content > p:first-child {
  margin-top: 0;
}

.page-title,
.entry-title {
  word-wrap: break-word;
}

.entry-title a {
  color: #333;
}

.entry-title a:hover {
  text-decoration: none;
  color: #ed8a0a;
}

.entry-meta {
  color: #9b9ca4;
  font-size: 12px;
  font-size: 0.75rem;
}

.entry-meta > span {
  margin-right: 1rem;
}

.entry-meta i {
  margin-right: .5em;
}

.entry-meta a {
  color: currentColor;
}

.entry-meta a:hover {
  text-decoration: none;
  color: #ed8a0a;
}

.post-thumbnail {
  display: block;
}

.post-thumbnail img {
  display: block;
  margin: 0 auto;
}

.has-post-thumbnail .post-thumbnail-wrapper .featured-post {
  bottom: 0;
  top: auto;
}

.post-thumbnail-wrapper {
  position: relative;
}

.post-thumbnail-wrapper .featured-post {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  background: #ffd900;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: .5em 1em;
  color: #333;
}

body.blog .site-main > .hentry, body.archive .site-main > .hentry, body.search .site-main > .hentry {
  -webkit-box-shadow: 0 5px 10px rgba(150, 150, 150, 0.15);
  box-shadow: 0 5px 10px rgba(150, 150, 150, 0.15);
  background: #fff;
}

body.blog .site-main > .hentry .entry-content-wrapper, body.archive .site-main > .hentry .entry-content-wrapper, body.search .site-main > .hentry .entry-content-wrapper {
  padding: 1.25rem;
}

@media (min-width: 768px) {
  body.blog .site-main > .hentry .entry-content-wrapper, body.archive .site-main > .hentry .entry-content-wrapper, body.search .site-main > .hentry .entry-content-wrapper {
    padding: 1.875rem;
  }
}

@media (min-width: 992px) {
  body.blog .site-main > .hentry .entry-content-wrapper, body.archive .site-main > .hentry .entry-content-wrapper, body.search .site-main > .hentry .entry-content-wrapper {
    padding: 3.125rem;
  }
}

body.blog .site-main > .hentry .entry-content-wrapper .entry-content p:last-child, body.archive .site-main > .hentry .entry-content-wrapper .entry-content p:last-child, body.search .site-main > .hentry .entry-content-wrapper .entry-content p:last-child {
  margin-bottom: 0;
}

body.blog .site-main > .hentry + .hentry, body.archive .site-main > .hentry + .hentry, body.search .site-main > .hentry + .hentry {
  margin-top: 3.75rem;
}

body.blog .site-main > .hentry .entry-title, body.archive .site-main > .hentry .entry-title, body.search .site-main > .hentry .entry-title {
  margin-bottom: 1rem;
}

body.blog .site-main > .hentry .more-link, body.archive .site-main > .hentry .more-link, body.search .site-main > .hentry .more-link {
  margin-top: .875rem;
}

body.page .site-main > article > .entry-header, body.single .site-main > article > .entry-header, body.archive .site-main > article > .entry-header, body.search .site-main > article > .entry-header {
  display: none;
}

body.page .site-main > article > .post-thumbnail, body.single .site-main > article > .post-thumbnail, body.archive .site-main > article > .post-thumbnail, body.search .site-main > article > .post-thumbnail {
  display: none;
}

body.page .site-main > .page-header, body.single .site-main > .page-header, body.archive .site-main > .page-header, body.search .site-main > .page-header {
  display: none;
}

.breadcrumbs {
  text-transform: lowercase;
  font-size: 14px;
  font-size: 0.875rem;
  color: #e9e9e9;
}

.breadcrumbs li a {
  color: #ffd900;
}

.site-content {
  position: relative;
}

.site-content:before {
  content: '';
  position: absolute;
  bottom: -34px;
  left: 50%;
  display: block;
  height: 34px;
  background: url("images/footer_white_grunge_stripe.png") center repeat-x;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
}

.content-area.front-page {
  padding: 0;
}

.entry-author {
  margin-top: 8.75rem;
  border-top: 1px solid #e9e9e9;
  text-align: center;
}

.entry-author .author-avatar {
  margin-top: -40px;
}

.entry-author .author-avatar img {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
}

.entry-author .name {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 2.5rem 0 1.875rem;
}

.entry-author .description {
  margin-bottom: 1.875rem;
}

.related-posts {
  margin-top: 6.25rem;
}

.related-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .related-posts ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.related-posts ul li {
  padding: 0 22px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 33.33%;
  margin-bottom: 3.75rem;
}

@media (min-width: 768px) {
  .related-posts ul li {
    margin-bottom: 0;
  }
}

.related-posts ul li img {
  display: block;
  margin-bottom: 1rem;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}

.related-posts ul li a.post-title {
  margin: 0;
  display: block;
  font-weight: 700;
  color: #333;
  font-family: "Montserrat", sans-serif;
  word-wrap: break-word;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 16px;
  font-size: 1rem;
}

.related-posts ul li a.post-title:hover {
  text-decoration: none;
  color: #f6af1f;
}

.related-posts ul li a.post-title:focus, .related-posts ul li a.post-title:active {
  outline: none;
  text-decoration: none;
}

.activities-wrapper {
  margin: 0 -.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.activities-wrapper:after {
  display: table;
  content: '';
  clear: both;
}

@media (min-width: 992px) {
  .activities-wrapper.columns-1 .type-cptp-activity {
    width: 100%;
  }
  .activities-wrapper.columns-1 .type-cptp-activity:nth-last-child(-n + 1) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .activities-wrapper.columns-2 .type-cptp-activity {
    width: 50%;
  }
  .activities-wrapper.columns-2 .type-cptp-activity:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .activities-wrapper.columns-3 .type-cptp-activity {
    width: 33.33%;
  }
  .activities-wrapper.columns-3 .type-cptp-activity:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .activities-wrapper.columns-4 .type-cptp-activity {
    width: 25%;
  }
  .activities-wrapper.columns-4 .type-cptp-activity:nth-last-child(-n + 4) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .activities-wrapper.columns-1 .type-cptp-activity {
    width: 100%;
  }
}

.activities-wrapper .type-cptp-activity {
  padding: 0 0.9375rem;
  margin-top: 0;
  margin-bottom: 1.875rem;
  width: 100%;
}

@media (min-width: 768px) {
  .activities-wrapper .type-cptp-activity {
    width: 50%;
  }
}

.activities-wrapper .type-cptp-activity .post-thumbnail {
  margin: 0;
  display: block;
}

.activities-wrapper .type-cptp-activity .post-thumbnail img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.activities-wrapper .type-cptp-activity .post-thumbnail:hover img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.activities-wrapper .type-cptp-activity a.post-thumbnail {
  position: relative;
}

.activities-wrapper .type-cptp-activity a.post-thumbnail:after {
  content: '';
  display: block;
  opacity: 0;
  background: rgba(36, 36, 36, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.activities-wrapper .type-cptp-activity a.post-thumbnail:hover:after {
  opacity: 1;
}

.activities-wrapper .type-cptp-activity a.post-thumbnail:hover i {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.activities-wrapper .type-cptp-activity a.post-thumbnail i {
  width: 50px;
  height: 50px;
  background: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  color: #9b9ca4;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.6);
  transform: translateY(-50%) translateX(-50%) scale(0.6);
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.activities-wrapper .type-cptp-activity .entry-header {
  margin-top: 2rem;
  padding: 0 2.5rem;
}

.activities-wrapper .type-cptp-activity .entry-header .entry-title {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
}

.activities-wrapper .type-cptp-activity .entry-content {
  margin-top: 1rem;
  padding: 0 2.5rem 2.5rem;
}

.activities-wrapper .type-cptp-activity .entry-content p:last-child {
  margin-bottom: 0;
}

.activities-wrapper .type-cptp-activity .entry-content .more-link {
  margin-top: 0;
  background: transparent;
  border: 0;
  color: #f6af1f;
  padding: 0;
}

.activities-wrapper .type-cptp-activity .entry-content .more-link:after {
  font-family: "Font Awesome 5 Free";
  content: '\f30b';
  font-weight: 900;
  margin-left: .5em;
}

.activities-wrapper .type-cptp-activity .entry-content .more-link:hover {
  text-decoration: none;
  color: #ffd900;
}

.activities-wrapper .type-cptp-activity .entry-content .more-link:focus {
  outline: none;
}

.activities-wrapper .type-cptp-activity .activity-wrapper {
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(150, 150, 150, 0.15);
  box-shadow: 0 3px 10px rgba(150, 150, 150, 0.15);
}

.testimonials-wrapper {
  margin: 0 -.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonials-wrapper:after {
  display: table;
  content: '';
  clear: both;
}

@media (min-width: 992px) {
  .testimonials-wrapper.columns-1 .type-cptp-testimonial {
    width: 100%;
  }
  .testimonials-wrapper.columns-1 .type-cptp-testimonial:nth-last-child(-n + 1) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .testimonials-wrapper.columns-2 .type-cptp-testimonial {
    width: 50%;
  }
  .testimonials-wrapper.columns-2 .type-cptp-testimonial:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .testimonials-wrapper.columns-3 .type-cptp-testimonial {
    width: 33.33%;
  }
  .testimonials-wrapper.columns-3 .type-cptp-testimonial:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .testimonials-wrapper.columns-4 .type-cptp-testimonial {
    width: 25%;
  }
  .testimonials-wrapper.columns-4 .type-cptp-testimonial:nth-last-child(-n + 4) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .testimonials-wrapper.columns-1 .type-cptp-testimonial {
    width: 100%;
  }
}

.testimonials-wrapper .type-cptp-testimonial {
  padding: 0 0.9375rem;
  margin-top: 0;
  margin-bottom: 6.25rem;
  width: 100%;
}

@media (min-width: 768px) {
  .testimonials-wrapper .type-cptp-testimonial {
    width: 50%;
  }
}

.testimonials-wrapper .type-cptp-testimonial .entry-content {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.testimonials-wrapper .type-cptp-testimonial .entry-content > p:last-child {
  margin-bottom: 0;
}

.testimonials-wrapper .type-cptp-testimonial .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-wrapper .type-cptp-testimonial .entry-header .post-thumbnail {
  position: relative;
  margin-right: 1.875rem;
}

.testimonials-wrapper .type-cptp-testimonial .entry-header .post-thumbnail:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '“';
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #ffd900;
  padding-top: 5px;
}

.testimonials-wrapper .type-cptp-testimonial .entry-header .post-thumbnail img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.testimonials-wrapper .type-cptp-testimonial .entry-header .entry-title-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 12px;
  font-size: 0.75rem;
}

.testimonials-wrapper .type-cptp-testimonial .entry-header .entry-title-wrapper > p {
  margin: 0;
}

.testimonials-wrapper .type-cptp-testimonial .entry-header .entry-title-wrapper .entry-title {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}

body.single.single-cptp-team .site-main > .type-cptp-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 2px dashed #e9e9e9;
  padding-bottom: 3.75rem;
}

@media (min-width: 992px) {
  body.single.single-cptp-team .site-main > .type-cptp-team {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

body.single.single-cptp-team .site-main > .type-cptp-team .post-thumbnail {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 3.75rem;
}

@media (min-width: 992px) {
  body.single.single-cptp-team .site-main > .type-cptp-team .post-thumbnail {
    margin-bottom: 0;
    margin-right: 2.5rem;
  }
}

body.single.single-cptp-team .site-main > .type-cptp-team .entry-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

body.single.single-cptp-team .site-main > .type-cptp-team .entry-content .job-title {
  margin-bottom: 1.875rem;
  font-weight: 700;
}

body.single.single-cptp-team .site-main > .type-cptp-team .entry-content .job-title p {
  margin: 0;
}

.team-wrapper {
  margin: 0 -.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-wrapper:after {
  display: table;
  content: '';
  clear: both;
}

@media (min-width: 992px) {
  .team-wrapper.columns-1 .type-cptp-team {
    width: 100%;
  }
  .team-wrapper.columns-1 .type-cptp-team:nth-last-child(-n + 1) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .team-wrapper.columns-2 .type-cptp-team {
    width: 50%;
  }
  .team-wrapper.columns-2 .type-cptp-team:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .team-wrapper.columns-3 .type-cptp-team {
    width: 33.33%;
  }
  .team-wrapper.columns-3 .type-cptp-team:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .team-wrapper.columns-4 .type-cptp-team {
    width: 25%;
  }
  .team-wrapper.columns-4 .type-cptp-team:nth-last-child(-n + 4) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .team-wrapper.columns-1 .type-cptp-team {
    width: 100%;
  }
}

.team-wrapper .type-cptp-team {
  padding: 0 .9375rem;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .team-wrapper .type-cptp-team {
    width: 50%;
  }
}

.team-wrapper .type-cptp-team .post-thumbnail img {
  display: block;
  width: 100%;
}

.team-wrapper .type-cptp-team .post-thumbnail a {
  position: relative;
  display: block;
}

.team-wrapper .type-cptp-team .post-thumbnail a:after {
  content: '';
  display: block;
  opacity: 0;
  background: rgba(36, 36, 36, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.team-wrapper .type-cptp-team .post-thumbnail a:hover:after {
  opacity: 1;
}

.team-wrapper .type-cptp-team .post-thumbnail a:hover i {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.team-wrapper .type-cptp-team .post-thumbnail a i {
  width: 50px;
  height: 50px;
  background: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  color: #9b9ca4;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.6);
  transform: translateY(-50%) translateX(-50%) scale(0.6);
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.team-wrapper .type-cptp-team .entry-wrapper {
  -webkit-box-shadow: 0 3px 10px rgba(150, 150, 150, 0.15);
  box-shadow: 0 3px 10px rgba(150, 150, 150, 0.15);
}

.team-wrapper .type-cptp-team .entry-wrapper .entry-title {
  display: block;
  text-align: center;
  margin: 0;
}

.team-wrapper .type-cptp-team .entry-wrapper .job-title {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  text-align: center;
  color: #9b9ca4;
}

.team-wrapper .type-cptp-team .entry-wrapper .job-title p {
  margin: 0;
}

.team-wrapper .type-cptp-team .entry-wrapper .entry-content-wrapper {
  padding: 1.875rem;
}

body.error404 .error-404 .page-header {
  display: none;
}

body.error404 .error-404 .search-form {
  margin-bottom: 1.875rem;
}

body.home.blog .custom-header-wrapper {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  margin-top: 3.75rem;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 3.75rem;
  border-bottom: 2px dashed #e9e9e9;
}

.comments-area .comment-list .children {
  list-style: none;
  margin-top: 1.875rem;
  padding-left: 1.25rem;
}

.comments-area .comment-list .comment {
  padding: 0;
  margin: 0 0 1.875rem 0;
}

.comments-area .comment-list .comment .comment-author .fn a {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.comments-area .comment-list .comment .comment-author .says {
  display: none;
}

.comments-area .comment-list .comment .comment-metadata a {
  line-height: 1;
  color: #9b9ca4;
  font-size: 12px;
  font-size: 0.75rem;
}

.comments-area .comment-list .comment .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comments-area .comment-list .comment .comment-meta .comment-reply-link {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  color: #9b9ca4;
}

.comments-area .comment-list .comment .comment-meta .comment-reply-link:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f3e5';
  margin-right: .625rem;
}

.comments-area .comment-list .comment .comment-meta .comment-reply-link:hover {
  text-decoration: none;
  color: #f6af1f;
}

.comments-area .comment-list .comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .comments-area .comment-list .comment-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.comments-area .comment-list .comment-body img {
  border-radius: 100%;
  margin-top: 1.25rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .comments-area .comment-list .comment-body img {
    margin-right: 1.875rem;
    margin-bottom: 0;
  }
}

.comments-area .comment-list .comment-body .comment-body-wrapper {
  position: relative;
  width: 100%;
  padding: 2.5rem;
  background: white;
  -webkit-filter: drop-shadow(1px 0 10px rgba(150, 150, 150, 0.15));
  filter: drop-shadow(1px 0 10px rgba(150, 150, 150, 0.15));
}

@media (min-width: 768px) {
  .comments-area .comment-list .comment-body .comment-body-wrapper {
    width: calc( 100% - 110px);
  }
}

.comments-area .comment-list .comment-body .comment-body-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  border-width: 0 15px 13px 15px;
  border-color: transparent transparent #fff transparent;
  width: 0;
  height: 0;
  border-style: solid;
}

@media (min-width: 768px) {
  .comments-area .comment-list .comment-body .comment-body-wrapper:before {
    left: 0;
    top: 45px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-width: 15px 13px 15px 0;
    border-color: transparent #fff transparent transparent;
  }
}

.comments-area .comment-list .comment-body .comment-content {
  margin-top: 1.875rem;
}

.comments-area .comment-list .comment-body .comment-content > p:first-child {
  margin-top: 0;
}

.comments-area .comment-list .comment-body .comment-content > p:last-child {
  margin-bottom: 0;
}

.comments-area .comment-list .pingback {
  padding-left: 0;
  margin-bottom: 1.875rem;
}

.comments-area .comment-list .pingback .comment-body-wrapper {
  width: 100%;
}

.comments-area .comment-list .pingback .comment-body-wrapper:before {
  display: none;
}

.comment-respond {
  margin-top: 6.25rem;
}

.comment-respond .comment-notes {
  font-size: 12px;
  font-size: 0.75rem;
  color: #9b9ca4;
}

.comment-respond .comment-form {
  margin: 0 -11px;
}

.comment-respond .comment-form:after {
  display: table;
  content: '';
  clear: both;
}

.comment-respond .comment-form > * {
  padding: 0 11px;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .comment-respond .comment-form .comment-form-author,
  .comment-respond .comment-form .comment-form-email {
    width: 50%;
  }
}

.comment-respond .comment-form .form-submit {
  margin-top: 1em;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header .header-top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .site-header .header-top .wrapper {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}

.site-header .site-branding .site-title {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.site-header .site-branding .site-title a {
  color: #333;
}

.site-header .site-branding .site-title a:hover, .site-header .site-branding .site-title a:focus, .site-header .site-branding .site-title a:active {
  color: #333;
  text-decoration: none;
}

.site-header .site-branding .site-description {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  color: #66676d;
}

.site-header .site-branding .custom-logo-link {
  display: block;
}

.site-header .site-branding .custom-logo-link img {
  display: block;
}

.site-header .header-additional-info {
  display: none;
}

@media (min-width: 992px) {
  .site-header .header-additional-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2rem;
  }
}

.site-header .header-additional-info .header-additional-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  margin-right: 10px;
  border-left: 1px solid #e9e9e9;
}

.site-header .header-additional-info .header-additional-info-block > i {
  font-size: 16px;
  font-size: 1rem;
  color: #f6af1f;
  margin-right: 10px;
  padding-top: 5px;
}

.site-header .header-additional-info .header-additional-info-block .block-content .title {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #9b9ca4;
}

.site-header .header-additional-info .header-additional-info-block .block-content .value {
  display: block;
  font-weight: 700;
  word-wrap: break-word;
  -ms-hyphens: auto;
  hyphens: auto;
}

.site-header .header-top .header-additional-info-block {
  line-height: 1;
}

.site-header .header-top .header-additional-info-block > i {
  padding-top: 0;
}

.site-header .header-top .header-additional-info-block .title {
  margin-bottom: 5px;
}

.site-header .header-top .header-additional-info-block.e-mail .value {
  word-break: break-all;
}

.site-header .header-bottom {
  background: #333;
  min-height: 61px;
}

.site-header .header-bottom .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-header .header-bottom .inner-wrapper.opened .header-additional-info {
  display: block;
}

@media (min-width: 992px) {
  .site-header .header-bottom .inner-wrapper.opened .header-additional-info {
    display: none;
  }
}

.site-header .header-bottom .inner-wrapper .main-navigation {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 992px) {
  .site-header .header-bottom .inner-wrapper .main-navigation {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    width: auto;
    max-width: 98%;
  }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  .site-header .header-bottom .inner-wrapper .main-navigation {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.site-header .header-bottom .inner-wrapper .main-navigation .main-navigation-container {
  max-width: 336px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .site-header .header-bottom .inner-wrapper .main-navigation .main-navigation-container {
    max-width: 100%;
    margin: initial;
  }
}

.site-header .header-bottom .inner-wrapper .header-search {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
}

@media (min-width: 992px) {
  .site-header .header-bottom .inner-wrapper .header-search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: initial;
    width: 2%;
  }
}

.site-header .header-bottom .inner-wrapper .header-search .header-search-toggle {
  padding: 1.45rem 0 1.45rem .625rem;
  background: transparent;
  border: 0;
  color: #9b9ca4;
  float: right;
}

.site-header .header-bottom .inner-wrapper .header-search .header-search-toggle:hover {
  color: #f6af1f;
}

.site-header .header-bottom .inner-wrapper .header-search .search-form {
  display: none;
  position: absolute;
  z-index: 10;
  margin: auto;
  left: 0;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-header .header-bottom .inner-wrapper .header-search .search-form label {
  margin-bottom: 0;
}

.site-header .header-bottom .inner-wrapper .header-search .search-form input {
  color: #9b9ca4;
  background: #f3f3f3;
  border-color: #434343;
}

.site-header .header-bottom .inner-wrapper .header-additional-info {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  display: none;
  width: 100%;
  max-width: 336px;
  margin: 0 auto 3.75rem;
}

@media (min-width: 992px) {
  .site-header .header-bottom .inner-wrapper .header-additional-info {
    display: none;
  }
}

.site-header .header-bottom .inner-wrapper .header-additional-info .header-additional-info-block {
  border-left: 0;
  border-top: 1px solid #434343;
  padding: 1.25rem 0 0;
  margin: 0 0 1.875rem;
}

.site-header .header-bottom .inner-wrapper .header-additional-info .button {
  width: 100%;
  text-align: center;
}

.custom-header-wrapper {
  position: relative;
  min-height: 260px;
  padding: 10rem 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: rgba(40, 40, 40, 0.5);
}

.custom-header-wrapper:after {
  content: '';
  display: block;
  height: 34px;
  width: 100%;
  background: url("images/subpages_header_grunge_stripe.png") center repeat-x;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

@media (min-width: 992px) {
  .custom-header-wrapper.has-post-thumbnail {
    min-height: 60vh;
  }
}

.custom-header-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.custom-header-wrapper .campterra-page-title {
  font-size: 39px;
  font-size: 2.4375rem;
  color: #f3f3f3;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 1.25rem;
  line-height: 1.4;
  word-wrap: break-word;
}

.custom-header-wrapper .wrapper {
  width: 100%;
}

.custom-header-wrapper .entry-meta {
  color: #e9e9e9;
}

.custom-header-wrapper .entry-meta i {
  color: #e9e9e9;
}

.custom-header-wrapper.boxed .inner-wrapper {
  max-width: 844px;
  margin: 0 auto;
}

.front-page-header-wrapper {
  position: relative;
}

.front-page-header-wrapper:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 140px;
  background: url("images/main_page_header_grunge_stripe.png") center no-repeat;
  background-size: cover;
}

.front-page-header-wrapper:hover .slick-arrow {
  opacity: 1;
}

.front-page-header-wrapper .fp-header-slider-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.front-page-header-wrapper .fp-header-slider-controls .slick-dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .front-page-header-wrapper .fp-header-slider-controls .slick-dots {
    -webkit-transform: translateY(-50%) translateX(-200%);
    transform: translateY(-50%) translateX(-200%);
  }
}

@media (min-width: 1470px) {
  .front-page-header-wrapper .fp-header-slider-controls .slick-dots {
    -webkit-transform: translateY(-50%) translateX(-150%);
    transform: translateY(-50%) translateX(-150%);
  }
}

.front-page-header-wrapper .fp-header-slider-controls .slick-dots li {
  padding: 0;
  margin: 0;
}

.front-page-header-wrapper .fp-header-slider-controls .slick-dots button {
  background: transparent;
  border: transparent;
  padding: .5rem 1rem;
  width: 100%;
}

.front-page-header-wrapper .fp-header-slider-controls .slick-dots button:hover .index, .front-page-header-wrapper .fp-header-slider-controls .slick-dots button:hover .square {
  opacity: 1;
}

.front-page-header-wrapper .fp-header-slider-controls .slick-dots .index {
  opacity: 0;
  color: #fff;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: none;
}

@media (min-width: 1470px) {
  .front-page-header-wrapper .fp-header-slider-controls .slick-dots .index {
    display: inline;
  }
}

.front-page-header-wrapper .fp-header-slider-controls .slick-dots .square {
  display: none;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  background: white;
  opacity: .5;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media (min-width: 768px) {
  .front-page-header-wrapper .fp-header-slider-controls .slick-dots .square {
    display: inline-block;
  }
}

.front-page-header-wrapper .fp-header-slider-controls .slick-dots .slick-active .square {
  opacity: 1;
}

.front-page-header-wrapper .fp-header-slider-controls .slick-dots .slick-active .index {
  opacity: 1;
}

.front-page-header-wrapper .slick-arrow {
  display: none;
}

@media (min-width: 992px) {
  .front-page-header-wrapper .slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
  }
}

.front-page-header-wrapper .page {
  display: none;
}

.front-page-header-wrapper .page .entry-content-wrapper {
  display: none;
}

.front-page-header-wrapper .page:first-child {
  display: block;
}

.front-page-header-wrapper .page:first-child .entry-content-wrapper {
  display: block;
}

.front-page-header-wrapper .slick-initialized .page {
  display: block;
}

.front-page-header-wrapper .slick-initialized .page .entry-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.front-page-header {
  position: relative;
}

.front-page-header .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.front-page-header .page {
  height: auto;
  position: relative;
  min-height: 690px;
}

.front-page-header .post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.front-page-header .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.front-page-header .entry-content-wrapper {
  max-width: 900px;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  padding-top: 6.75rem;
  padding-bottom: 9rem;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media (min-width: 768px) {
  .front-page-header .entry-content-wrapper .entry-title,
  .front-page-header .entry-content-wrapper .entry-content {
    padding: 0 3.75rem;
  }
}

@media (min-width: 992px) {
  .front-page-header .entry-content-wrapper .entry-title,
  .front-page-header .entry-content-wrapper .entry-content {
    padding: 0 2.5rem;
  }
}

.front-page-header .entry-content-wrapper .entry-title {
  color: #fff;
  font-size: 39px;
  font-size: 2.4375rem;
}

.front-page-header .entry-content-wrapper .entry-content {
  color: #fff;
}

.front-page-header .slick-slide .entry-content-wrapper {
  -webkit-transition: all 1.25s ease;
  transition: all 1.25s ease;
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
  opacity: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .front-page-header .slick-slide .entry-content-wrapper .entry-header,
  .front-page-header .slick-slide .entry-content-wrapper .entry-content {
    max-width: 100%;
  }
}

.front-page-header .slick-slide.slick-active .entry-content-wrapper {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background: #242424;
  padding: 4.375rem 0 2.5rem;
  position: relative;
}

.site-footer .site-info {
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  color: #9b9ca4;
  width: 100%;
  text-align: center;
  margin-bottom: 1.875rem;
}

@media (min-width: 992px) {
  .site-footer .site-info {
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }
}

.site-footer .footer-menu {
  float: right;
}

.site-footer.no-footer-menu .site-info {
  float: none;
  text-align: center;
}

/*--------------------------------------------------------------
## Misc
--------------------------------------------------------------*/
.mailchimp_form_simple, .mailchimp_form_placeholder {
  max-width: 630px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mailchimp_form_simple p, .mailchimp_form_placeholder p {
  padding: 0 .625rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.mailchimp_form_simple p:last-of-type, .mailchimp_form_placeholder p:last-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.mailchimp_form_simple p.notification, .mailchimp_form_placeholder p.notification {
  width: 100%;
  margin-bottom: 1.25rem;
  text-align: center;
}

.mailchimp_form_simple p input, .mailchimp_form_simple p label, .mailchimp_form_placeholder p input, .mailchimp_form_placeholder p label {
  width: 100%;
}

.mailchimp_form_simple p input[type="email"], .mailchimp_form_simple p input[type="text"], .mailchimp_form_placeholder p input[type="email"], .mailchimp_form_placeholder p input[type="text"] {
  background: #fff;
}

.icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-text i {
  margin-right: .75em;
}

.icon-text .text {
  display: inline;
}

.wpcf7-form > p > label > span {
  display: block;
  margin-top: 4px;
}

.wpcf7-form > p > label {
  width: 100%;
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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: 1.875rem 0 0;
}

.wp-caption-text {
  font-size: 12px;
  font-size: 0.75rem;
  color: #9b9ca4;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin: .625rem -.3125rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: .3125rem;
  margin: 0;
}

.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;
}

/*--------------------------------------------------------------
# Vendor
--------------------------------------------------------------*/
.slick-slider {
  position: relative;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  padding: 0;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
  color: #333;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  background-color: #ffd900;
}

.slick-slider .slick-prev {
  left: 40px;
}

.slick-slider .slick-prev:before {
  content: "\f104";
}

.slick-slider .slick-next {
  right: 40px;
}

.slick-slider .slick-next:before {
  content: "\f105";
}
