/*!
Theme Name: Century Golf
Theme URI: https://www.centurygolf.com/
Author: https://www.centurygolf.com/
Author URI: https://www.centurygolf.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: centurygolf
Tags: custom-background, 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.

Century Golf is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #004833;
	font-family: 'Antic Didone', serif;
	line-height: 1.35;
}

h1 {
	font-size: 4rem;
}

h2 {
	font-size: 3.125rem;
	margin-bottom: 16px;
}

h3 {
	font-size: 2.25rem;
	margin-bottom: 16px;
}

h4 {
	font-size: 1.75rem;
}

h5 {
	font-size: 1.375rem;
}

h6 {
	font-size: 1.25rem;
}

/* Title with one line */
.section-title {
	position: relative;
}

.section-title span {
	background: #f5f5f5;
	display: inline-block;
	padding-right: 10px;
	position: relative;
		z-index: 2;
}

.background-off-white .section-title span {
	background: #f2f2f2;
}

.background-white .section-title span {
	background: #ffffff;
}

.background-mint .section-title span,
.background-light_green .section-title span  {
	background: #e6f6f1;
}

.section-title:after {
	background: #90b2a9;
	content: "";
	height: 2px;
	position: absolute;
		top: 50%;
		right: 0;
	width: 100%;
}

/* Title with two lines */
.section-title-double {
	position: relative;
	text-align: center;
}

.section-title-double span {
	background: #f5f5f5;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
		z-index: 2;
}

.background-off-white .section-title-double span {
	background: #f2f2f2;
}

.background-white .section-title-double span {
	background: #ffffff;
}

.background-light_green .section-title-double span {
	background: #e6f6f1;
}

.section-title-double:before {
	background: #90b2a9;
	content: "";
	height: 2px;
	margin-left: -110px;
	position: absolute;
		top: 50%;
	width: 100px;
}

.section-title-double:after {
	background: #90b2a9;
	content: "";
	height: 2px;
	margin-left: 10px;
	position: absolute;
		top: 50%;
	width: 100px;
}

p {
	line-height: 2;
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	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;
}

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

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

big {
	font-size: 125%;
}

@media screen and (max-width: 900px) {
	h1 {
		font-size: 3rem;
	}
	
	h2 {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 640px) {
	h1 {
		font-size: 2.5rem;
	}
	
	h2 {
		font-size: 2.25rem;
	}
	
	h3 {
		font-size: 2rem;
	}
	
	h4 {
		font-size: 1.5rem;
	}
	
	h5 {
		font-size: 1.25rem;
	}
	
	h6 {
		font-size: 1rem;
	}
}

/* Elements
--------------------------------------------- */
body {
	background: #f5f5f5;
}

hr {
	background-color: #ef9001;
	border: 0;
	height: 2px;
	margin-bottom: 1.5em;
	width: 130px;
}

ul,
ol {
	margin: 0 0 1.5em 0;
	line-height: 2;
}

.three-column-list {
	-webkit-column-count: 3;
	   -moz-column-count: 3;
	        column-count: 3;
	-webkit-column-gap: 40px;
	   -moz-column-gap: 40px;
	        column-gap: 40px;
	line-height: 1.35;
	margin-left: 0;
	padding: 0 20px;
}

.three-column-list li {
	margin-bottom: 1rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

video {
	-o-object-fit: cover;
	   object-fit: cover;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

@media screen and (max-width: 640px) {
	.three-column-list {
		-webkit-column-count: 1;
		   -moz-column-count: 1;
		        column-count: 1;
		-webkit-column-gap: 0;
		   -moz-column-gap: 0;
		        column-gap: 0;
	}
	
	.three-column-list li {
		margin-bottom: 0;
	}
}

/* Links
--------------------------------------------- */
a {
	color: #000000;
	position: relative;
	text-decoration: none;
}

a:visited {
	color: #000000;
}

a:hover,
a:focus,
a:active {
	border-bottom-width: 100%;
	color: #000000;
}

a:focus {
	outline: thin dotted;
}

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

a:after {
	background: #90b2a9;
	height: 1px;
	content: "";
	position: absolute;
		right: calc(50% - 10px);
		bottom: 0;
		left: calc(50% - 10px);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	width: 20px;
}

a:hover:after {
	right: 0;
	left: 0;
	width: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.cta,
.cta:visited {
	color: #004833;
	font-weight: 600;
	position: relative;
}

.cta:after {
	background: #ef9001;
}

.cta:before {
	content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAaklEQVR4nGNgGAWfJzCIUxwKbycweL3vZ/z6vp8hiGLXvO9nvPqun/HP2wkMEdQzrJ8hkvaGvetn7Hk3gXE3Ify+n/HC+wmM/9/1M/7CGmZUM4hugf550BgCAu/6GLypkiAZoK6i2JChCQCQhH8NfcRYvQAAAABJRU5ErkJggg==');
	opacity: 0;
	position: absolute;
		top: -1px;
		right: 0;
}

.cta:hover:before {
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.cta:hover {
	padding-right: 22px;
}

.button,
.button:visited {
	border: 2px solid #ef9001;
	border-radius: 6px;
	color: #004833;
	display: inline-block;
	font-weight: 600;
	line-height: 1.2;
	overflow: hidden;
	max-width: 290px;
	padding: 6px 30px;
	position: relative;
	text-align: center;
	-webkit-transition: padding 0.25s;
	-o-transition: padding 0.25s;
	transition: padding 0.25s;
}

.button:after {
	background: #004833;
	border: 0;
	border-radius: 50%;
	content: "";
	display: block;
	height: 20px;
	opacity: 0;
	position: absolute;
		top: calc(50% - 10px);
		left: calc(50% - 10px);
		z-index: 1;
	-webkit-transition: 0.65s;
	-o-transition: 0.65s;
	transition: 0.65s;
	-webkit-transform: translate3d(0px, 0px, 0px);
	        transform: translate3d(0px, 0px, 0px);
	width: 20px;
}

.button:hover {
	border-color: #004833;
	color: #ffffff;
	padding: 6px 40px 6px 20px;
	-webkit-transition: padding 0.25s;
	-o-transition: padding 0.25s;
	transition: padding 0.25s;
}

.button:hover:after {
	height: 300px;
	top: calc(50% - 150px);
	left: calc(50% - 150px);
	opacity: 1;
	-webkit-transition: 0.65s;
	-o-transition: 0.65s;
	transition: 0.65s;
	width: 300px;
}

.button span {
	position: relative;
	z-index: 2;
}

.button:before {
	content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAUklEQVR4nO2UsQkAIAwEz83cJuto57RqY2Fl5aNiDr7NEUIenFcJI7LhGSgqSQQq0IZIIrFJItvE/pS0DSkriVxw3R3Mhx+pigAk5WPJ69phKx0vBELwTwHqLwAAAABJRU5ErkJggg==');
	-webkit-filter: invert(1);
	        filter: invert(1);
	margin-top: 2px;
	opacity: 0;
	position: absolute;
		right: 6px;
		top: 50%;
		z-index: 11;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	width: 0;
}

.button:hover:before {
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	opacity: 1;
	width: 25px;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #004833;
	border-left: 0;
	border-radius: 0;
	background: transparent;
	color: #004833;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 5px 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-bottom: 1px solid #ef9001;
	color: #004833;
	padding: 5px 15px;
}

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 {
	border-bottom: 1px solid transparent;
	color: #004833;
	outline: 1px solid #ef9001;
}

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: rgba(0, 72, 51, 0.8);
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #90b2a9;
	border-left: 0;
	border-radius: 0;
	padding: 5px 0;
}

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 {
	border-bottom: 1px solid #004833;
	color: #004833;
	outline: 0;
}

select {
	border: 1px solid #90b2a9;
	padding: 5px;
}

select:focus,
textarea:focus {
	border: 1px solid #004833;
}

textarea {
	border: 1px solid #90b2a9;
	padding: 5px;
	width: 100%;
}

.gform_wrapper {
	margin: 0 auto;
	max-width: 100%;
	width: 640px;
}

.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .gfield_header_item, 
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_wrapper.gravity-theme .ginput_complex label {
	font-size: 0.875rem !important;
	font-weight: normal !important;
	margin-bottom: 0 !important;
}

.gform_wrapper .gform_footer {
	-webkit-box-pack: end !important;
	    -ms-flex-pack: end !important;
	        justify-content: flex-end !important;
}

.gform_wrapper .gfield_label {
	font-size: 0.875rem !important;
	font-weight: normal !important;
}

.gform_wrapper .gfield_validation_message, 
.gform_wrapper .validation_message {
	font-size: 0.875rem !important;
	line-height: 1.35 !important;
	padding: 5px !important;
}

.gform_wrapper .gform_validation_errors {
	border-radius: 0 !important;
	line-height: 1.35 !important;
	outline: 0 !important;
	padding: 5px !important;
}

.gform_wrapper .gform_validation_errors h2 {
	font-family: 'Nunito', sans-serif;
	font-size: 0.875rem !important;
	line-height: 1.35 !important;
}

@media screen and (max-width: 640px) {
	.gform_wrapper {
		max-width: calc(100vw - 30px);
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
	background: rgba(0, 45, 32, 0.8);
	padding: 20px 0;
	position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1000;
	-webkit-transition: padding 0.25s;
	-o-transition: padding 0.25s;
	transition: padding 0.25s;
}

.site-branding {
	padding-right: 20px;
}

.site-branding a:after {
	display: none;
}

.site-branding img {
	-webkit-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
	vertical-align: middle;
	width: 180px;
}

.scrolled .site-header {
	padding: 10px 0;
	-webkit-transition: padding 0.25s;
	-o-transition: padding 0.25s;
	transition: padding 0.25s;
}

.scrolled .site-branding img {
	-webkit-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
	width: 160px;
}

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

.main-navigation ul ul {
	background: #004833;
	float: left;
	padding: 0;
	position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
}

.main-navigation ul ul li {
	padding: 0;
}

.main-navigation ul ul a {
	border-left: 1px solid transparent;
	display: inline-block;
	line-height: 1.2;
	padding: 10px;
	width: 150px;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul .current_page_item a {
	background: rgba(0, 45, 32, 1);
	border-left: 1px solid #90b2a9;
	color: #ffffff;
}

.main-navigation ul ul a:after {
	display: none;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

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

.main-navigation a {
	color: #ffffff;
	display: block;
	line-height: 1.35;
	padding: 0;
	text-decoration: none;
}

.main-navigation a:after {
	right: 50%;
	left: 50%;
	width: 0;
}

.main-navigation a:hover:after,
.main-navigation .current_page_item a:after,
.main-navigation .current_page_ancestor a:after {
	right: 0;
	left: 0;
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.main-navigation li {
		padding: 0 10px;
	}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled #primary-menu {
	display: block;
}

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

.expand {
	background: transparent;
	border: 0;
	color: #a38c58;
	height: 20px;
	padding: 0;
	position: absolute;
		right: 10px;
		top: 8px;
	text-align: center;
	width: 30px;
}

.active > .expand .chevron-icon {
	transform: rotate(180deg);	
}

.expand:active,
.expand:focus,
.expand:hover {
	background: transparent;
	border: 0;
	color: #ffffff;
	padding: 0;
}

.chevron-icon {
	background-image: url('/wp-content/themes/centurygolf/assets/chevron-down.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 20px;
	width: 30px;
}

@media screen and (min-width: 900px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.main-navigation ul ul,
	.main-navigation ul ul ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.expand {
		display: none;
	}
}

@media screen and (max-width: 899px) {
	.site-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.menu-main-menu-container {
		background: #004833;
		position: absolute;
			top: 95px;
			left: 0;
			right: 0;
	}
	
	.scrolled .menu-main-menu-container {
		top: 88px;
	}
		
	.toggled .menu-main-menu-container {
		padding: 10px 20px;		
	}
		
	.main-navigation ul ul {
		-webkit-box-shadow: none;
		        box-shadow: none;
		display: none;
		float: none;
		margin: 0 0 0 20px;
		padding: 0;
		position: relative;
			left: auto;
			top: auto;
	}
	
	.main-navigation ul.sub-menu {
		margin-top: 7px;
		margin-bottom: 20px;
	}
	
	.main-navigation li {
		margin-bottom: 10px;
	}
	
	.main-navigation ul ul li {
		margin-bottom: 0;
	}
	
	.main-navigation ul a:after {
		display: none;
	}
	
	.main-navigation ul ul a {
		border-left: 0;
		padding: 0;
		width: auto;
	}
	
	.main-navigation ul ul a:hover {
		background: transparent;
		border-left: 0;
	}

	.menu-item-has-children a {
		position: relative;
	}
	
	.main-navigation ul ul a:hover,
	.main-navigation ul ul .current_page_item a {
		background: transparent;
		border-left: 0;
	}
	
	.expand {
		display: block;
	}

}

@media (hover: hover) and (max-width: 899px) {
	.main-navigation ul li:hover > ul {
		height: auto;
		visibility: visible;
	}
}

/* Page Components and Nav */
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

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

.post,
.page {
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: -ms-grid;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	-ms-grid-columns: (1fr)[7];
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	-ms-grid-columns: (1fr)[8];
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	-ms-grid-columns: (1fr)[9];
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

@media screen and (max-width: 640px) {
	.alignleft {
		display: block;
		float: none;
		margin-right: 0;
	}
	
	.alignright {
		display: block;
		float: none;
		margin-left: 0;
	}
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
html,
body {
	overflow-x: hidden;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	width: 1200px;
}

.inner-skinny {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	width: 900px;
}

.inner-wide {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	width: 1500px;
}

.large-paragraph {
	font-size: 1.75rem;
}

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

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

.text-white {
	color: #f5f5f5;
}

.text-white a,
.text-white a:visited {
	color: #f5f5f5;
}

.text-white a:active,
.text-white a:focus,
.text-white a:hover {
	color: #ef9001;
}

.clickable-div {
	cursor: pointer;
}

.interior-container {
	padding-top: 80px;
	padding-bottom: 80px;
}

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-valign {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.background-white {
	background: #ffffff;
}

.background-off-white {
	background: #f2f2f2;
}

.background-mint {
	background: #e6f6f1;
}

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

.golf-divider {
	background-color: transparent;
	background-image: url('/wp-content/themes/centurygolf/assets/golf-ball.gif');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 1rem auto 1.5rem auto;
	height: 42px;
	position: relative;
	width: 42px;
}

.golf-divider:before,
.golf-divider:after {
	background: #ffffff;
	border: 0;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
		top: 20px;
	width: 90px;
}

.golf-divider:before {
	left: -110px;
}

.golf-divider:after {
	right: -110px;
}

.wow {
	visibility: hidden;
}

@media screen and (max-width: 640px) {
	.golf-divider {
		height: 32px;
		width: 32px;
	}
	
	.golf-divider:before,
	.golf-divider:after {
		top: 16px;
		width: 70px;
	}
	
	.golf-divider:before {
		left: -90px;
	}
	
	.golf-divider:after {
		right: -90px;
	}
}

.owl-carousel .owl-dots {
	margin-top: 10px;
	text-align: center;
}

.owl-carousel button.owl-dot {
	background: #ffffff;
	border: 1px solid #004833;
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	margin-right: 14px;
	width: 12px;
}

.owl-carousel button.owl-dot:last-child {
	margin-right: 0;
}

.owl-carousel button.owl-dot.active {
	background: #004833;
	border: 1px solid #004833;
	border-radius: 50%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background: #004833;
	color: #ffffff;
	padding-top: 75px;
	padding-bottom: 50px;
}

.site-footer a,
.site-footer a:visited {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}

.site-footer a:active,
.site-footer a:focus,
.site-footer a:hover {
	border-bottom: 1px solid #ef9001;
}

.site-footer a:after {
	display: none;
}

.site-footer h2 {
	color: #ffffff;
	font-family: 'Avenir', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5rem;
}

.footer-logo {
	margin-bottom: 25px;
}

.footer-logo img {
	vertical-align: middle;
	width: 175px;
}

.footer-left-column,
.footer-right-column {
	-ms-flex-preferred-size: 40%;
	    flex-basis: 40%;
}

.footer-left-column {
	padding-right: 20px;
}

.footer-right-column {
	padding-left: 20px;
}

.footer-row-2 .inner-wide {
	border-top: 1px solid #ef9001;
	margin-top: 25px;
	padding-top: 25px;
}

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

.footer-menu-container li {
	display: inline-block;
	margin-right: 50px;
}

.footer-menu-container li:last-child {
	margin-right: 0;
}

.footer-copyright {
	margin-top: 25px;
}

.footer-copyright p {
	font-size: 0.75rem;
}

#gform_wrapper_1 input {
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #ffffff;
	border-left: 0;
	border-radius: 0;
	color: #ffffff;
	font-size: 0.875rem;
	padding: 3px;
}

#gform_wrapper_1 input:hover {
	border-bottom: 1px solid #ef9001;
}

#gform_wrapper_1 input:focus {
	outline: 1px solid #ef9001;
}

#gform_wrapper_1 .gfield_required {
	color: #ffffff;
}

#gform_wrapper_1 .gfield_error .gfield_repeater_cell label, 
#gform_wrapper_1 .gfield_error label, 
#gform_wrapper_1 .gfield_error legend, 
#gform_wrapper_1 [aria-invalid="true"] + label, 
#gform_wrapper_1 label + [aria-invalid="true"] {
	color: #ffffff;
}

.linkedin:before {
	background-image: url('/wp-content/themes/centurygolf/assets/century-golf-linked-in.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 18px;
	margin-right: 5px;
	vertical-align: middle;
	width: 18px;
}

@media screen and (max-width: 1350px) {
	.footer-left-column,
	.footer-right-column {
		-ms-flex-preferred-size: 45%;
		    flex-basis: 45%;
	}
}

@media screen and (max-width: 1024px) {
	.footer-row-1-flex {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.footer-left-column,
	.footer-right-column {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	
	.footer-left-column {
		padding-right: 0;
	}
	
	.footer-right-column {
		padding-left: 0;
	}
}

@media screen and (max-width: 640px) {
	.footer-left-column p {
		font-size: 0.875rem;
	}
}

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/

/* Home Hero Section & Tall Hero
--------------------------------------------- */
.home-hero-section {
	height: 100vh;
	position: relative;
}

.home-hero-section .golf-divider {
	background-size: contain;
	height: 84px;
	margin: 0 auto;
}

.home-hero-section .golf-divider:hover {
	background-image: url('/wp-content/themes/centurygolf/assets/golf-ball-hole.gif');
}

.home-hero-section .inner {
	position: absolute;
		top: 50%;
		right: 0;
		left: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.home-hero-section h1 {
	color: #ffffff;
	line-height: 1.25;
	margin: 0 auto 1rem auto;
	max-width: 100%;
	width: 1000px;
}

.home-hero-section h2 {
	color: #ffffff;
	line-height: 1.25;
	margin: -1rem 0 1rem 0;
}

.home-hero-image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.home-hero-video video {
	height: 100vh;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}

@media screen and (max-width: 900px) {
	.home-hero-section h1 {
		width: 800px;
	}
}

/* Home Intro Section
--------------------------------------------- */
.home-intro-section {
	position: relative;
		z-index: 10;
}

.home-intro-section .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.home-intro-section .flex-container {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.home-intro-slideshow {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	max-width: 50%;
}

.home-intro-copy {
	-ms-flex-preferred-size: 45%;
	    flex-basis: 45%;
	padding-left: 25px;
	position: relative;
	z-index: 2;
}

.home-intro-copy h2 {
	margin-bottom: 0;
}

.home-intro-slide {
	position: relative;
}

.home-intro-image {
	border: 5px solid #FFFFFF;
	-webkit-filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.25));
	        filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.25));
	opacity: 0;
}

.home-intro-image-1 {
	position: relative;
		z-index: 1;
	-webkit-transform: rotate(-4.62deg);
	    -ms-transform: rotate(-4.62deg);
	        transform: rotate(-4.62deg);
}

.home-intro-image-2 {
	position: absolute;
		top: 0;
		z-index: 2;
	-webkit-transform: rotate(3.82deg);
	    -ms-transform: rotate(3.82deg);
	        transform: rotate(3.82deg);
}

.home-intro-image-3 {
	position: absolute;
		top: 0;
		z-index: 3;
	-webkit-transform: rotate(-2.58deg);
	    -ms-transform: rotate(-2.58deg);
	        transform: rotate(-2.58deg);
}

.home-intro-slide-2 .home-intro-image-1 {
	z-index: 2;
}

.home-intro-slide-2 .home-intro-image-2 {
	z-index: 3;
}

.home-intro-slide-2 .home-intro-image-3 {
	z-index: 1;
}

.home-intro-slide-3 .home-intro-image-1 {
	z-index: 3;
}

.home-intro-slide-3 .home-intro-image-2 {
	z-index: 1;
}

.home-intro-slide-3 .home-intro-image-3 {
	z-index: 2;
}

.owl-item.active .home-intro-image {
	opacity: 1;
}

@media screen and (max-width: 900px) {
	.home-intro-section .flex-container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.home-intro-slideshow {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		max-width: 100%;
	}
	
	.home-intro-copy {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin-top: 25px;
		padding-left: 0;
	}
}

/* Home Clubs Section
--------------------------------------------- */
.home-clubs-section {
	margin-top: -25px;
	padding-top: 125px;
	padding-bottom: 75px;	
}

.home-clubs-header .flex-container {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.home-clubs-intro,
.home-clubs-link {
	-ms-flex-preferred-size: calc(50% - 15px);
	    flex-basis: calc(50% - 15px);
}

.home-clubs-link {
	text-align: right;
}

.home-clubs-body {
	margin-top: 50px;
}

.home-club-item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-flex-preferred-size: calc(33.3% - 15px);
	    flex-basis: calc(33.3% - 15px);
	height: 420px;
	position: relative;
}

.home-club-item a:after {
	display: none;
}

.home-club-panel {
	background: rgba(0, 72, 51, 0.7);
	color: #ffffff;
	opacity: 0;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.home-club-panel-inner {
	padding: 20px;
	position: absolute;
		top: 50%;
		right: 0;
		left: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.home-club-item h3 {
	color: #ffffff;
	margin: 0;
}

.home-club-item h4 {
	color: #ffffff;
	font-family: 'Archivo', sans-serif;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin: 0;
	text-transform: uppercase;
}

.home-club-item:hover .home-club-panel {
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

@media screen and (max-width: 1024px) {
	.home-clubs-section {
		padding-top: 50px;
		padding-bottom: 50px;	
	}
	
	.home-clubs-body {
		margin-top: 25px;
	}

	.home-clubs-header .flex-container,
	.home-clubs-body .flex-container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.home-clubs-intro,
	.home-clubs-link {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	
	.home-clubs-link {
		text-align: left;
	}
		
	.home-club-item {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin-bottom: 20px;
		height: 320px;
	}
}

/* Home Services Section
--------------------------------------------- */
.home-services-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.home-services-flex {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-left: -10px;
	margin-right: -10px;
}

.home-service-item {
	-ms-flex-preferred-size: calc(50% - 20px);
	    flex-basis: calc(50% - 20px);
	margin: 10px;
	min-height: 300px;
	overflow: hidden;
	position: relative;
}

.home-service-item img {
	height: auto;
	position: relative;
		z-index: 1;
	vertical-align: middle;
	width: 100%;
}

.home-service-peek {
	background: rgba(255, 255, 255, 0.95);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	opacity: 1;
	padding: 20px;
	position: absolute;
		right: 10px;
		bottom: 0;
		left: 10px;
		z-index: 2;
	text-align: center;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.home-service-peek h3 {
	color: #004833;
	margin: 0;
}

.home-service-panel {
	background: rgba(0, 72, 51, 0.8);
	color: #ffffff;
	height: 100%;
	opacity: 0;
	position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 3;
	text-align: center;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.home-service-panel-inner {
	max-height: 100%;
	overflow-y: auto;
	padding: 20px 50px;
	position: absolute;
		top: 50%;
		right: 0;
		left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.home-service-panel h3 {
	color: #ffffff;
	line-height: 1.2;
	margin: 0 auto;
	max-width: 100%;
	width: 400px;
}

.home-service-panel hr {
	background: #ffffff;
	margin: 20px auto;
	width: 100px;
}

.home-service-panel p {
	line-height: 1.5;
	margin: 0.5rem auto 1.5rem auto;
}

.home-service-panel a,
.home-service-panel a:active,
.home-service-panel a:focus,
.home-service-panel a:hover,
.home-service-panel a:visited,
.home-service-panel .button {
	color: #ffffff;
}

.home-service-panel a:after {
	background: #ffffff;
}

.home-service-panel a.cta:after {
	background: #ef9001;
}

.home-service-panel a.cta:before {
	top: 3px;
	right: -2px;
}

.home-service-panel a.button:hover {
	border-color: #ffffff;
	color: #004833;	
}

.home-service-panel a.button:after {
	background: #ffffff;
}

.home-service-panel a.button:before {
	content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAW0lEQVR4nGNgGAVDFTBCMY0M9zCeyOBhNIM2lrgbOzB4GP9j8DD+D7aIRpakIyyhnU/SR6IlHuCIoxAb4bGE5hYMunhwHzV8gIoKRgYP4wm0y1h0KK5HAQNVAQBcRGlKpSwU3gAAAABJRU5ErkJggg==');
	-webkit-filter: none;
	        filter: none;
	right: 8px;
	top: 15px;
}

.home-service-item:hover .home-service-peek {
	bottom: -200px;
	opacity: 0;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.home-service-item:hover .home-service-panel {
	top: 0;
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media screen and (max-width: 1100px) {	
	.home-service-panel-inner {
		padding: 20px;
	}
	
	.home-service-panel p {
		font-size: 0.875rem;
	}
	
	.home-service-peek h3,
	.home-service-panel h3 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 900px) {
	.home-services-flex {
		margin-left: 0;
		margin-right: 0;
	}
	
	.home-service-item {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin: 10px 0;
	}
}

@media screen and (max-width: 640px) {	
	.home-service-peek h3,
	.home-service-panel h3 {
		font-sie: 1.25rem;
	}
	
	.home-service-panel hr {
		display: none;
	}
}

/* Home Entertainment Section
--------------------------------------------- */
.home-entertainment-section {
	padding-top: 75px;
	padding-bottom: 75px;
	position: relative;
}

.home-entertainment-section:after {
	background: #ffffff;
	content: "";
	height: 200px;
	position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
}

.home-entertainment-slider {
	margin-top: 50px;	
	position: relative;
		z-index: 2;
}

.entertainment-slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 40px;
	color: #ffffff;
	min-height: 500px;
	opacity: 0;
	padding: 50px;
	position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.entertainment-slide:after {
	background: -webkit-gradient(linear, left top, right top, color-stop(27.08%, #004833), to(rgba(0, 72, 51, 0)));
	background: -o-linear-gradient(left, #004833 27.08%, rgba(0, 72, 51, 0) 100%);
	background: linear-gradient(90deg, #004833 27.08%, rgba(0, 72, 51, 0) 100%);
	border-radius: 40px;
	content: "";
	mix-blend-mode: multiply;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
}

.entertainment-slide h3,
.entertainment-slide a,
.entertainment-slide a:visited {
	color: #ffffff;
}

.entertainment-slide-content {
	max-width: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	position: relative;
		z-index: 2;
	width: 600px;
}

.entertainment-slide-current .entertainment-slide-content {
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-transition-delay: 0.5s;
	     -o-transition-delay: 0.5s;
	        transition-delay: 0.5s;
}

.entertainment-slide-cta {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.entertainment-slide-cta .button {
	vertical-align: middle;
}

.entertainment-slide-cta img {
	vertical-align: middle;
	margin-right: 50px;
	width: 150px;
}

.preheader {
	font-weight: bold;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 100px;
	max-width: 100%;
	text-transform: uppercase;
	width: 170px;
}

.entertainment-slide-current {
	-webkit-filter: drop-shadow(0px 6px 18px rgba(0, 0, 0, 0.25));
	        filter: drop-shadow(0px 6px 18px rgba(0, 0, 0, 0.25));
	margin-left: 0;
	margin-right: 0;
	opacity: 1;
	position: relative;
		top: 0;
		bottom: 0;
		z-index: 30;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.entertainment-slide-next {
	-webkit-filter: none;
	        filter: none;
	margin-left: 30px;
	margin-right: 30px;
	opacity: 1;
	position: absolute;
		top: 30px;
		bottom: -30px;
		z-index: 20;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.entertainment-slide-last {
	-webkit-filter: none;
	        filter: none;
	margin-left: 60px;
	margin-right: 60px;
	opacity: 1;
	position: absolute;
		top: 60px;
		bottom: -60px;
		z-index: 10;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.entertainment-navigation {
	position: absolute;
		right: 30px;
		bottom: 30px;
		z-index: 50;
	text-align: center;
}

.entertainment-dots {
	list-style: none;
	margin: 0 0 120px 0;
	padding: 0;
}

.entertainment-dot {
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 50%;
	display: block;
	height: 16px;
	margin: 0 0 16px 0;
	padding: 0;
	width: 16px;
}

.entertainment-dot.active,
.entertainment-dot:active,
.entertainment-dot:hover,
.entertainment-dot:focus {
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50%;
	padding: 0;
}

.entertainment-next {
	background: transparent url('/wp-content/themes/centurygolf/assets/century-arrow-down.png') no-repeat center center;
	background-size: contain;
	border: 0;
	border-radius: 0;
	height: 60px;
	padding: 0;
	position: relative;
		top: -10px;
	-webkit-transition: top 0.25s;
	-o-transition: top 0.25s;
	transition: top 0.25s;
	width: 16px;
}

.entertainment-next:active,
.entertainment-next:focus,
.entertainment-next:hover {
	border: 0;
	top: 0;
	outline: 0;
	padding: 0;
	-webkit-transition: top 0.25s;
	-o-transition: top 0.25s;
	transition: top 0.25s;
}

@media screen and (max-width: 900px) {
	.entertainment-slide {
		min-height: 300px;
		padding: 30px;
	}
	
	.entertainment-slide h3 {
		font-size: 1.75rem;
	}
	
	.entertainment-slide p {
		line-height: 1.35;
	}
	
	.entertainment-slide-cta {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.entertainment-slide-cta div {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin: 10px 0;
	}
	
	.preheader {
		font-size: 0.875rem;
		margin-bottom: 16px;
	}
	
	.entertainment-next {
		display: none;
	}
	
	.entertainment-navigation {
		top: 20px;
		right: 30px;
		bottom: auto;
	}
	
	.entertainment-dots li {
		display: inline-block;
		margin: 0 16px 0 0;
	}
	
	.entertainment-dots li:last-child {
		margin-right: 0;
	}
	
	.entertainment-dot {
		margin: 0;
	}
	
	.entertainment-content p {
		line-height: 1.5;
	}
}

/* Home Networks Section
--------------------------------------------- */
.home-networks-section {
	padding-top: 25px;
	padding-bottom: 75px;
}

.home-networks-flex {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 -10px 50px -10px;
}

.home-network-item {
	align-self: center;
	-ms-flex-preferred-size: calc(25% - 20px);
	    flex-basis: calc(25% - 20px);
	margin: 20px 10px;
	text-align: center;
}

.home-network-item img {
	max-width: 80%;
	max-height: 120px;
}

@media screen and (max-width: 900px) {
	.home-network-item {
		-ms-flex-preferred-size: calc(50% - 20px);
		    flex-basis: calc(50% - 20px);
	}
}

/*--------------------------------------------------------------
# Default Page Template
--------------------------------------------------------------*/
/* Interior Hero 
--------------------------------------------- */
.interior-hero {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 540px;
}

.interior-hero .inner {
	padding-top: 240px;
	padding-bottom: 50px;
}

.interior-hero h1 {
	color: #ffffff;
	margin: 0;
}

.interior-hero-long-title h1 {
	font-size: 2.5rem;
}

.interior-hero .golf-divider {
	margin: 1rem auto 0 auto;
}

@media screen and (max-width: 640px) {
	.interior-hero {
		min-height: 440px;
	}
	
	.interior-hero .inner {
		padding-top: 190px;
	}
	
	.interior-hero-long-title h1 {
		font-size: 1.5rem;
	}
}

/* General Block stuff
--------------------------------------------- */
.section-title {
	margin-top: 0;
}

.builder-block {
	padding-top: 75px;
	padding-bottom: 75px;
}

.builder-block.double-spacing {
	padding-top: 150px;
	padding-bottom: 150px;
}

.builder-block.half-spacing {
	padding-top: 40px;
	padding-bottom: 40px;
}

.builder-block.no-spacing,
.builder-block.zero-spacing {
	padding-top: 0;
	padding-bottom: 0;
}

.builder-block.no-bottom-spacing {
	padding-bottom: 0;
}

.builder-block.no-top-spacing {
	padding-top: 0;
}

.builder-block-full.background-white {
	background: #ffffff;
}

.background-white .inner {
	background: #ffffff;
}

.builder-block-full.background-gray {
	background: #f5f5f5;
}

.background-gray .inner {
	background: #f5f5f5;
}

.builder-block-full.background-light_green {
	background: #e6f6f1;
}

.background-light_green .inner {
	background: #e6f6f1;
}

.builder-block-full.background-white .inner,
.builder-block-full.background-gray .inner,
.builder-block-full.background-light_green .inner {
	background: transparent;
	padding-top: 0;
	padding-bottom: 0;
}

.background-white .inner,
.background-gray .inner,
.background-light_green .inner {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
	.builder-block {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.builder-block.double-spacing {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	
	.builder-block.half-spacing {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* Content Block 
--------------------------------------------- */
.content-with-accent {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.content-accent-image,
.content-accent-content {
	-ms-flex-preferred-size: calc(50% - 40px);
	    flex-basis: calc(50% - 40px);
}

.accent_right .content-accent-image,
.video_right .content-accent-image {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.accent_right .content-accent-content,
.video_right .content-accent-content  {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

@media screen and (max-width: 1024px) {
	.content-with-accent {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.content-accent-image,
	.content-accent-content {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	
	.accent_right .content-accent-image,
	.video_right .content-accent-image {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	
	.accent_right .content-accent-content,
	.video_right .content-accent-content  {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	
	.content-accent-content {
		margin-top: 20px;
	}
}

/* Gallery Block
--------------------------------------------- */
.gallery-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-left: -10px;
	margin-right: -10px;
}

.gallery-item {
	-ms-flex-preferred-size: calc(25% - 20px);
	    flex-basis: calc(25% - 20px);
	margin: 10px;
	position: relative;
}

.gallery-item img {
	position: relative;
		z-index: 1;
	vertical-align: middle;
	width: 100%;
}

.gallery-item a {
	display: block;
}

.gallery-item a:before {
	background: transparent url('/wp-content/themes/centurygolf/assets/search.png') no-repeat center center;
	background-size: 40px 40px;
	content: "";
	opacity: 0;
	position: absolute;
		top: 50px;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 3;
}

.gallery-item a:after {
	background: rgba(0, 72, 51, 0.8);
	-webkit-backdrop-filter: blur(2px);
	        backdrop-filter: blur(2px);
	content: "";
	height: 100%;
	opacity: 0;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.gallery-item a:hover:before,
.gallery-item a:hover:after {
	height: 100%;
	top: 0;
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

button.carousel__button:active,
button.carousel__button:focus,
button.carousel__button:hover {
	border: 1px solid #ef9001;
	color: #ef9001;
}

.fancybox__backdrop {
	background: rgba(0, 72, 51, 0.8);
}

@media screen and (max-width: 1024px) {
	.gallery-item {
		-ms-flex-preferred-size: calc(33.3% - 20px);
		    flex-basis: calc(33.3% - 20px);
	}
}

@media screen and (max-width: 700px) {
	.gallery-item {
		-ms-flex-preferred-size: calc(50% - 20px);
		    flex-basis: calc(50% - 20px);
	}
}

@media screen and (max-width: 500px) {
	.gallery-container {
		margin-left: -5px;
		margin-right: -5px;
	}
	
	.gallery-item {
		-ms-flex-preferred-size: calc(50% - 10px);
		    flex-basis: calc(50% - 10px);
		margin: 5px;
	}
}

/* Pull Quote
--------------------------------------------- */
.pullquote-flex {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.pullquote-content {
	-ms-flex-preferred-size: calc(60% - 10px);
	    flex-basis: calc(60% - 10px);
}

.pullquote-attribution {
	-ms-flex-preferred-size: calc(40% - 10px);
	    flex-basis: calc(40% - 10px);
}

blockquote {
	font-family: 'Antic Didone';
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	letter-spacing: 0.01em;
	line-height: 131%;	
	margin: 0;
}

.pullquote-attribution p {
	margin: 0;
}

.pullquote-attribution p,
blockquote strong {
	color: #000000;
	font-family: 'Antic Didone';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
}

.pullquote-attribution p:before,
blockquote strong:before {
	content: "–";
}

@media screen and (max-width: 1024px) {
	blockquote {
		font-size: 40px;
	}
	
	.pullquote-attribution p,
	blockquote strong {
		font-size: 24px;
	}
}

@media screen and (max-width: 640px) {
	blockquote {
		font-size: 32px;
	}
	
	.pullquote-attribution p,
	blockquote strong {
		font-size: 16px;
	}
	
	.pullquote-flex {
		flex-wrap: wrap;
	}
	
	.pullquote-content,
	.pullquote-attribution {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	
	.pullquote-attribution {
		margin-top: 16px;
	}

}

/* Image Slider
--------------------------------------------- */
.block-slider-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50px;
	height: 500px;
	vertical-align: middle;
}

.block-slider-content {
	background: #ffffff;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	margin: -60px auto 0 auto;
	padding: 30px;
	position: relative;
		z-index: 20;
	width: 80%;
}

.block-slider-content h3 {
	margin-bottom: 0;
}

.block-slider-content p:last-child {
	margin-bottom: 0;
}

.background-white .block-slider-content {
	background: #f2f2f2;
}

.background-white .block-slider-content .section-title {
	max-width: 100%;
	width: 400px;
}

.background-white .block-slider-content .section-title span {
	background: #f2f2f2;
}

.background-white .media-slider.owl-carousel .owl-dot {
	background: #f2f2f2;
}

.background-white .media-slider.owl-carousel .owl-dot.active {
	background: #004833;
}

.media-slider.owl-carousel .owl-dots {
	position: absolute;
		top: 467px;
		right: calc(10% + 30px);
}

.block-slider-flex div {
	max-width: 100%;
}

@media screen and (max-width: 900px) {
	.block-slider-content {
		width: 90%;
	}
	
	.block-slider-content .section-title:after {
		display: none;
	}
	
	.media-slider.owl-carousel .owl-dots {
		position: relative;
		top: auto;
		right: auto;
	}
}

/* Image Slider
--------------------------------------------- */
.builder-block-video video,
.builder-block-video iframe {
	width: 100%;
}

.builder-block-video iframe {
	height: 600px;
}

/* Accordion block
--------------------------------------------- */
.accordion-item {
	margin-bottom: 20px;
}

.accordion-title {
	background: #f2f2f2;
	border: 0 !important;
	border-radius: 0;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

.background-gray .accordion-title {
	background: #ffffff;
}

.accordion-title:active,
.accordion-title:focus,
.accordion-title:hover {
	background: #e6f6f1;
	outline: 0;
	padding: 0;
}

.accordion-title:active h3,
.accordion-title:focus h3,
.accordion-title:hover h3 {
	background: #e6f6f1;
}

.accordion-title.accordion-open {
	background: #e6f6f1;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.accordion-title.accordion-open h3 {
	background: #e6f6f1;
}

.accordion-title h3 {
	font-size: 2rem;
	font-style: normal;
	margin: 0;
	padding: 20px 50px 20px 20px;
	position: relative;
}

.accordion-title h3:before,
.accordion-title h3:after {
	background: #90b2a9;	
	content: "";
	display: block;
	height: 25px;
	position: absolute;
		top: calc(50% - 12.5px);
		right: 25px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	width: 2px;
}

.accordion-title:hover h3:before,
.accordion-title:hover h3:after {
	background: #004833;
}

.accordion-title h3:after {
	-ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.accordion-title.accordion-open h3:before {
	-ms-transform: rotate(135deg);
	    transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
}

.accordion-title.accordion-open h3:after {
	-ms-transform: rotate(225deg);
	    transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}

.accordion-content {
	background: #e6f6f1;
	display: none;
	padding: 0 50px 20px 20px;
}

.accordion-content h2 {
	margin-top: 0;
}

.accordion-content.is-visible {
	display: block;
}

.accordion-content hr {
	background: #90b2a9;
	margin: 0;
	width: 100px;
}

@media screen and (max-width: 800px) {
	.accordion-title h3 {
		font-size: 1.25rem;
	}
	
	.accordion-title h3:before,
	.accordion-title h3:after {
		height: 20px;
		top: calc(50% - 10px);
	}
}

/* Cards Block , Properties, Case Studies
--------------------------------------------- */
.builder-block-cards .home-service-item,
.cards-columns-three .home-service-item {
	-ms-flex-preferred-size: calc(33.33% - 20px);
	    flex-basis: calc(33.33% - 20px);
}

.properties-list-intro {
	margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
	.builder-block-cards .home-service-item,
	.cards-columns-three .home-service-item {
		-ms-flex-preferred-size: calc(50% - 20px);
		    flex-basis: calc(50% - 20px);
	}
}

@media screen and (max-width: 900px) {
	.builder-block-cards .home-services-flex,
	.cards-columns-three .home-services-flex {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.builder-block-cards .home-service-item,
	.cards-columns-three .home-service-item {
		margin: 10px;
	}
}

@media screen and (max-width: 700px) {
	.builder-block-cards .home-services-flex,
	.cards-columns-three .home-services-flex {
		margin-left: 0;
		margin-right: 0;
	}
	
	.builder-block-cards .home-service-item,
	.cards-columns-three .home-service-item {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin: 10px 0;
	}
}

/* Team Block 
--------------------------------------------- */
.team-member-item {
	-ms-flex-preferred-size: 25%;
	    flex-basis: 25%;
	margin-bottom: 40px;
}

.team-member-item .home-service-item {
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
	margin: 0 10px;
	min-height: 0;
}

.team-member-content {
	padding: 10px;
}

.team-member-content h3 {
	font-size: 1.5rem;
	line-height: 1.3;
	margin: 0;
}

.team-member-content p,
.team-position {
	font-size: 0.875rem;
	font-style: italic;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
}

.team-member-item .home-service-panel-inner {
	padding: 20px;
}

.team-member-item .home-service-panel-inner p {
	font-size: 0.9375rem;
}

@media screen and (max-width: 1100px) {
	.team-member-item {
		-ms-flex-preferred-size: 33.33%;
		    flex-basis: 33.33%;
	}
}

@media screen and (max-width: 900px) {
	.team-member-item {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
	}
}

@media screen and (max-width: 640px) {
	.team-member-item {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
}

/* Partners Block
--------------------------------------------- */
.partner-slide {
	background: #f2f2f2;
	border-top: 30px solid #ffffff;
	border-left: 30px solid #ffffff;
	padding: 0 50px 50px 0;
}

.owl-carousel .partner-slide {
	padding-bottom: 150px;
}

.background-gray .partner-slide {
	background: #ffffff;
	border-top-color: #f5f5f5;
	border-left-color: #f5f5f5;
}

.background-light_green .partner-slide {
	background: #ffffff;
	border-top-color: #e6f6f1;
	border-left-color: #e6f6f1;
}

.partner-slide-image {
	flex-basis: 450px;
	position: relative;
		top: -30px;
		left: -30px;
}

.partner-slide-image img {
	width: 100%;
}

.partner-slide-image + .partner-slide-content {
	flex-basis: calc(100% - 450px);
	padding-left: 10px;
	padding-top: 30px;
}

.partner-slide-content h3 {
	margin: 0;
}

.partner-slide-content hr {
	background: #90B2A8;
	margin: 1.5rem 0;
}

.partner-navigation {
	position: relative;
		top: -100px;
		z-index: 1;
}

.partner-navigation-flex {
	justify-content: center;
}

.partner-navigation-item {
	padding: 0 5px;
	width: 200px;
}

.partner-navigation-item a {
	display: block;
}

.partner-navigation-item a:hover img {
	border: 1px solid #ef9001;
}

.partner-navigation-item img {
	border: 1px solid transparent;
	vertical-align: middle;
}

@media screen and (max-width: 900px) {
	.partner-slide-image {
		flex-basis: 300px;
	}
	
	.partner-slide-image + .partner-slide-content {
		flex-basis: calc(100% - 300px);
	}
}

@media screen and (max-width: 640px) {
	.partner-slide {
		background: #f2f2f2;
		border-top: 0;
		border-left: 0;
		padding: 10px;
	}
	
	.owl-carousel .partner-slide {
		padding-bottom: 10px;
	}
	
	.partner-slide-flex {
		flex-wrap: wrap;
	}
	
	.partner-slide-image {
		flex-basis: 100%;
		top: auto;
		left: auto;
	}
	
	.partner-slide-image + .partner-slide-content {
		flex-basis: 100%;
		padding-left: 0;
		padding-top: 10px;
	}
	
	.partner-navigation {
		display: none;
	}
}

/*--------------------------------------------------------------
# Individual Property
--------------------------------------------------------------*/
.property-intro-container {
	padding-top: 25px;
	padding-bottom: 25px;
}

.property-intro-flex {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.property-intro-about p {
	line-height: 1.5;
	margin: 0 0 1rem 0;
}

.property-intro-about a {
	color: #004833;
	font-weight: 600;
}

@media screen and (max-width: 500px) {
	.property-intro-flex {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.property-intro-logo,
	.property-intro-about {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		text-align: center;
	}
	
	.property-intro-about {
		margin-top: 1.5rem;
	}
}

/*--------------------------------------------------------------
# Individual Case Study
--------------------------------------------------------------*/
.case-study-intro-container {
	padding-top: 25px;
	padding-bottom: 25px;
}

.case-study-intro {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 50px;
}

.cs-intro-content {
	-ms-flex-preferred-size: calc(65% - 40px);
	    flex-basis: calc(65% - 40px);
}

.cs-intro-sidebar {
	-ms-flex-preferred-size: calc(35% - 40px);
	    flex-basis: calc(35% - 40px);
}

.cs-intro-sidebar h3 {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 900px) {
	.case-study-intro {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.cs-intro-content,
	.cs-intro-sidebar {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
}

/*--------------------------------------------------------------
# Listing page
--------------------------------------------------------------*/
.list-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.list-item h2 {
	font-size: 2rem;
	margin: 0;
}

.list-item-flex {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.list-item-content {
	-ms-flex-preferred-size: calc(70% - 20px);
	    flex-basis: calc(70% - 20px);
}

.list-item-cta {
	-ms-flex-preferred-size: calc(25% - 20px);
	    flex-basis: calc(25% - 20px);
	text-align: center;
}

@media screen and (max-width: 800px) {
	.list-item-content {
		-ms-flex-preferred-size: calc(75% - 20px);
		    flex-basis: calc(75% - 20px);
	}
}

@media screen and (max-width: 640px) {
	.list-item-flex {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.list-item-content {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	
	.list-item-cta {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		text-align: left;
	}
	
	.list-item-content p {
		margin-bottom: 1rem;
	}
	
	.list-item-cta p {
		margin-top: 0;
	}
}

/*--------------------------------------------------------------
#  Blog List Container
--------------------------------------------------------------*/
.blog-list-container {
	padding-top: 75px;
	padding-bottom: 75px;
}

.blog-list-item:first-child .blog-list-flex {
	padding-top: 0;
}

.blog-list-flex {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 40px 0;
}

.blog-list-image {
	-ms-flex-preferred-size: calc(50% - 20px);
	    flex-basis: calc(50% - 20px);
}

.blog-list-image img {
	vertical-align: middle;
}

.blog-list-image + .blog-list-content {
	-ms-flex-preferred-size: calc(50% - 20px);
	    flex-basis: calc(50% - 20px);
}

.blog-list-content h2 {
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 0;
}

.blog-list-content hr {
	background-color: #004833;
	margin-left: 0;
	margin-right: 0;
}

.blog-list-content p:last-child {
	margin-bottom: 0;
}

.pagination {
	margin-top: 75px;
	margin-bottom: 40px;
	text-align: center;
}

.page-numbers {
	border: 1px solid #004833;
	display: inline-block;
	min-width: 34px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}

.page-numbers:after {
	display: none;
}

.page-numbers.current,
.page-numbers:hover {
	background: #004833;
	color: #ffffff;
}

@media screen and (max-width: 1024px) {
	.blog-list-image {
		-ms-flex-preferred-size: calc(40% - 20px);
		    flex-basis: calc(40% - 20px);
	}
		
	.blog-list-image + .blog-list-content {
		-ms-flex-preferred-size: calc(60% - 20px);
		    flex-basis: calc(60% - 20px);
	}
}

@media screen and (max-width: 800px) {
	.blog-list-flex {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.blog-list-image {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin-bottom: 10px;
	}
		
	.blog-list-image + .blog-list-content {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
}