/*!
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: #424241;
    font-family: circe, sans-serif;
    font-size: 1.15rem;
	line-height: 1.25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #004833;
	font-family: spectral, sans-serif;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 1.5rem;
}

h1 {
	font-size: 4rem;
}

h2 {
	font-size: 3.125rem;
	font-weight: 400;
}

h3 {
	font-size: 2.25rem;
}

h4 {
	font-family: circe, sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
}

h5 {
	font-family: circe, sans-serif;
	font-size: 1.375rem;
	font-style: italic;
	font-weight: 700;
}

h6 {
	font-family: circe, sans-serif;
	font-size: 1.25rem;
	font-style: italic;
}

/* Title with orange lines */
.section-title {
	font-style: italic;
	font-weight: 400;
	position: relative;
	margin-bottom: 1.5rem;
	padding-bottom: 50px;
}

.section-title:before,
.section-title:after {
	background: #EF9001;
	content: "";
	height: 1px;
	position: absolute;
		left: 0;
}

.section-title:before {
	bottom: 10px;
	width: 70px;
}

.section-title:after {
	bottom: 17px;
	width: 90px;
}

.text-center .section-title:before,
.section-title.text-center:before,
.section-title[style*="text-align: center"]:before {
	left: calc(50% - 35px);
}

.text-center .section-title:after,
.section-title.text-center:after,
.section-title[style*="text-align: center"]:after {
	left: calc(50% - 45px);
}


p {
	line-height: 1.5;
	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: 1200px) {
	h1 {
		font-size: 3rem;
	}
	
	h2 {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 800px) {
	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: #ffffff;
}

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

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

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

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

.two-column-list li,
.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
--------------------------------------------- */
/* regular text links */
a,
a:visited {
	color: #004833;
	position: relative;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #ef9001;
}

a:focus {
	outline: thin dotted;
}

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

/* CTA/more links */
.cta,
.cta:visited {
	color: #034934;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.18px;
	padding-right: 30px;
	padding-bottom: 10px;
	position: relative;
	text-decoration: none;
}

.builder-block .cta,
.builder-block .cta:visited {
	font-size: 1rem;
}

.cta:hover,
.clickable-div:hover .cta {
	color: #EF9001;
}

.cta:after {
	background: #034934;
	content: "";
	height: 2px;
	position: absolute;
		bottom: 7px;
		left: 0;
		right: 30px;
	transition: 0.2s;
}

.cta:hover:after,
.clickable-div:hover .cta:after {
	background: #EF9001;
	left: calc(100% - 70px);
	right: 1px;
	transition: 0.2s;
}

.cta:before {
	border-top: 2px solid transparent;
	border-right: 2px solid transparent;
	content: "";
	display: inline-block;
	height: 10px;
	width: 10px;
	position: absolute;
		right: 0;
		bottom: 3px;
	transform: rotate(45deg);
}

.cta:hover:before,
.clickable-div:hover .cta:before {
	border-top-color: #EF9001;
	border-right-color: #EF9001;
	transition: 0.2s;
}

/* more */
a.more {
	display: inline-block;
	position: relative;
	color: #ffffff;
	font-weight: 700;
	padding-right: 1.5rem;
	text-decoration: none;
}
  
a.more::after {
	background: url('/wp-content/themes/centurygolf/assets/right-arrow.png') no-repeat center center;
	background-size: contain;
	content: '';
	height: 18px;
	position: absolute;
		top: 50%;
		right: 0;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
	width: 18px;
}
  
a.more:hover::after {
	transform: translate(4px, -50%);
}

/* buttons */
.button,
.button:visited {
	background: #004833;
	border: 2px solid #004833;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 1.125rem;
	line-height: 1.2;
	padding: 7px 40px 7px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-wrap: balance;
}

.button:active,
.button:focus,
.button:hover {
	background: #ffffff;
	color: #004833;
	padding: 7px 50px 7px 20px;
	transition: padding 0.2s;
}

.button::after {
	background-color: #ffffff;
	content: "";
	display: inline-block;
	height: 2px;
	margin-left: 10px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.25s, width 0.25s;
	width: 15px;
}

.button::before {
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	content: "";
	display: inline-block;
	height: 10px;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: border-color 0.25s;
	width: 10px;
}

.button:hover::after {
	background-color: #004833;
	width: 25px;
	transition: 0.2s;
}

.button:hover::before {
	border-color: #004833;
}

/* 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-style: italic;
	padding: 5px 15px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
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;
	padding: 5px 15px !important;
}

.gform-footer input[type="submit"] {
	background: #004833;
	border: 2px solid #004833;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 1.125rem;
	font-style: normal;
	line-height: 1.2;
	padding: 7px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-wrap: balance;
}

.gform-footer input[type="submit"]:hover {
	background: #ffffff;
	color: #004833;
	padding: 7px 20px;
}

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-style: italic;
	font-weight: normal !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: 'circe', sans-serif;
	font-size: 0.875rem !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
	display: inline-block !important;
	inset-inline-start: 0 !important;
	position: relative !important;
	padding-right: 8px;
	vertical-align: middle;
}

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

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* header basics */
.site-header {
	background: #F5F5F5;
	box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
	font-family: spectral, sans-serif;
	padding: 20px 0;
	position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1000;
}

.site-header .inner-wide {
	padding-left: 35px;
	padding-right: 35px;
	width: 1800px;
}

.scrolled .site-header {
	padding: 10px 0;
}

.site-main {
	margin-top: 96px;
}

@media screen and (max-width: 1200px) {
	.site-header .inner-wide {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 1024px) {
	.site-header .inner-wide {
		padding-left: 25px;
		padding-right: 25px;
	}

	.site-main {
		margin-top: 76px;
	}
}

@media screen and (max-width: 640px) {
	.site-header .inner-wide {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* logo(s) */
.site-branding {
	padding-right: 20px;
}

.site-branding a,
.site-branding a:active,
.site-branding a:focus,
.site-branding a:hover,
.site-branding a:visited {
	text-decoration: none;
}

.site-branding img {
	vertical-align: middle;
}

.site-logo {
	opacity: 1;
	transition: opacity 0.2s;
	width: 140px;
}

.scrolled .site-branding img {
	max-width: 80px;
}

.site-logo-scrolled {
	height: 0;
	opacity: 0;
	width: 0;
	transition: opacity 0.2s;
}

.scrolled .site-logo {
	opacity: 0;
	height: 0;
	width: 0;
	transition: opacity 0.2s;
}

.scrolled .site-logo-scrolled {
	height: auto;
	opacity: 1;
	transition: opacity 0.2s;
	width: auto;
}

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

.main-navigation ul ul {
	background: #ffffff;
	border-radius: 0px 0px 6px 6px;
	box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.14);
	float: left;
	font-family: circe, sans-serif;
	padding: 20px;
	position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
}

.main-navigation ul ul li {
	margin-bottom: 5px;
	padding: 0;
	width: 200px;
}

.main-navigation ul ul li:last-child {
	margin-bottom: 0;
}

.main-navigation ul ul a {
	border: 1px solid transparent;
	border-radius: 4px;
	display: inline-block !important;
	font-size: 1.125rem;
	line-height: 1.2;
	padding: 5px 10px;
}

.main-navigation ul ul a:active,
.main-navigation ul ul a:focus,
.main-navigation ul ul a:hover,
.main-navigation ul ul .current_page_item a {
	background: #C6D9D3;
	color: #004833;
}

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

.main-navigation li {
	display: inline-flex;
	position: relative;
	padding: 0 12px;
}

.main-navigation ul > li:not(.menu-button) {
	margin-top: -2px;
}

.main-navigation a,
.main-navigation a:visited {
	color: #004833;
	display: block;
	font-weight: 500;
	line-height: 1.35;
	padding: 0;
	text-decoration: none;
}

.main-navigation a:active,
.main-navigation a:focus,
.main-navigation a:hover,
.main-navigation li:hover > a,
.main-navigation li.current_page_item > a,
.main-navigation li.current-page-ancestor > a {
	color: #000000;
}

.expand,
.expand:active,
.expand:focus,
.expand:hover {
	border: 0;
	outline: 0;
	padding: 0 2px;
	position: relative;
	top: -2px;
}

.chevron-icon::after {
	border: solid #004833;
	border-width: 0 2px 2px 0;
	content: "";
	display: inline-block;
	height: 6px;
	margin-left: 6px;
	transform: rotate(45deg);
	transition: transform 0.25s;
	width: 6px;
}

.expand:hover .chevron-icon:after,
.main-navigation li:hover .expand .chevron-icon:after,
.main-navigation li.current-page-ancestor .expand .chevron-icon:after,
.main-navigation li.current_page_item .expand .chevron-icon:after {
	border-color: #000000;
}

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

	.chevron-icon::after {
		margin-left: 3px;
	}
}

@media screen and (max-width: 1023px) {
	.expand,
	.expand:active,
	.expand:focus,
	.expand:hover {
		border: 1px solid #004833;
		border-radius: 3px;
		height: 42px;
		width: 42px;
	}

	.expand .chevron-icon:after {
		border-color: #004833 !important;
		height: 9px;
		position: relative;
			top: -4px;
			left: -1px;
		width: 9px;
	}

	.active .expand .chevron-icon:after {
		border-width: 2px 0 0 2px;
		top: 0;
	}
}

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

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

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

	.main-navigation ul {
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.main-navigation ul ul,
	.main-navigation ul ul ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.active .chevron-icon::after {
		transform: rotate(-135deg);
	}
}

@media screen and (max-width: 1023px) {
	.site-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.menu-main-menu-container {
		background: #f5f5f5;
		position: absolute;
			top: 76px;
			left: 0;
			right: 0;
	}
	
	.scrolled .menu-main-menu-container {
		top: 59px;
	}
		
	.toggled .menu-main-menu-container {
		padding: 10px 20px;		
	}
		
	.main-navigation ul ul {
		background: transparent;
		border-radius: 0;
        box-shadow: none;
		display: none;
		float: none;
		margin: 0;
		padding: 0 0 0 15px;
		position: relative;
			left: auto;
			top: auto;
	}
	
	.main-navigation ul.sub-menu {
		flex-basis: 100%;
	}
	
	.main-navigation li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 10px;
		padding: 0;
	}

	.main-navigation a,
	.main-navigation a:active,
	.main-navigation a:focus,
	.main-navigation a:hover,
	.main-navigation a:visited,
	.main-navigation li:hover > a, 
	.main-navigation li.current_page_item > a, 
	.main-navigation li.current-page-ancestor > a {
		color: #004833;
		font-size: 1rem;
		min-height: 42px;
	}
	
	.main-navigation ul ul li {
		margin-bottom: 0;
	}
	
	.main-navigation ul a:after {
		display: none;
	}
	
	.main-navigation ul ul a,
	.main-navigation ul ul a:active,
	.main-navigation ul ul a:focus,
	.main-navigation ul ul a:hover,
	.main-navigation ul ul a:visited {
		background: transparent;
		border: 0;
		border-radius: 0;
		padding: 0;
		width: auto;
	}
	
	.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;
	}
}

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

/* menu buttons */
.main-navigation li.menu-button {
	padding: 0 6px;
}

.menu-button a,
.menu-button a:visited {
	background: #004833;
	border: 1px solid #004833;
	border-radius: 5px;
	color: #ffffff;
	font-family: circe, sans-serif;
	font-size: 1.25rem;
	padding: 3px 12px 2px 12px;
	position: relative;
		top: -2px;
}

.menu-button a:active,
.menu-button a:focus,
.menu-button a:hover,
.main-navigation li.menu-button:hover > a,
.main-navigation li.menu-button.current_page_item > a {
	background: #ffffff;
	color: #004833;
}

@media screen and (max-width: 1200px) {
	.main-navigation a {
		font-size: 1rem;
	}
	
	.menu-button a,
	.menu-button a:visited {
		font-size: 1rem;
		padding: 3px 7px 2px 7px;
	}

	.main-navigation ul ul li {
		width: 175px;
	}

	.main-navigation ul ul a {
		font-size: 1rem;
	}

	.expand, .expand:active, .expand:focus, .expand:hover {
		top: -5px;
	}

	.main-navigation ul > li:not(.menu-item-has-children, .menu-button) {
		margin-top: -5px;
	}
}

@media screen and (max-width: 1023px) {
	.site-header {
		font-family: circe, sans-serif;
	}

	.main-navigation a,
	.main-navigation a:visited {
		font-weight: 700;
	}

	.main-navigation ul ul a,
	.main-navigation ul ul a:visited {
		font-weight: 500;
	}

	.main-navigation li.menu-button {
		display: inline-block;
	}

	.menu-button a {
		padding: 10px;
		text-align: center;
		width: 200px;
	}

	.main-navigation ul > li:not(.menu-item-has-children, .menu-button),
	.main-navigation ul > li:not(.menu-button) {
		margin-top: 0;
	}
}

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

.image-caption {
	font-size: 0.9375rem;
	color: #666666;
	margin-top: 0.5rem;
	text-align: center;
}

/*--------------------------------------------------------------
# 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: 800px) {
	.alignleft {
		display: block;
		float: none;
		margin-right: 0;
	}
	
	.alignright {
		display: block;
		float: none;
		margin-left: 0;
	}
}

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

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

.text-green {
	color: #004833;
}

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

.flex-vtop {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

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

.wow {
	visibility: hidden;
}

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

.owl-carousel button.owl-dot {
	background: #ADADAD;
	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-radius: 50%;
}

/*--------------------------------------------------------------
# Back to Top Link
--------------------------------------------------------------*/
.back-top-container {
	background: rgba(0, 72, 51, 0.5);
	border: 1px solid #ffffff;
	display: block;
	height: 50px;
	opacity: 0;
	position: fixed;
		bottom: 50px;
		right: 50px;
		z-index: 50;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	width: 50px;
}

.back-top-icon {
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	display: block;
	height: 20px;
	margin: 20px auto;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	width: 20px;
}

.scrolled.back-top-container {
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.back-top-container:hover {
	background: rgba(0, 72, 51, 1);
	border: 1px solid #FCFBF7;
}

@media screen and (max-width: 640px) {
	.back-top-container {
		bottom: 25px;
		right: 25px;
	}
}

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

.footer-row-1 a,
.footer-row-1 a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.footer-row-1 a:active,
.footer-row-1 a:focus,
.footer-row-1 a:hover {
	color: #f5f5f5;
	text-decoration: dotted;
}

.footer-row-1 .button,
.footer-row-1 .button:visited {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #004833;
	margin: 0 12px 12px 0;
	padding: 3px 12px;
	text-decoration: none;
}

.footer-row-1 .button:active,
.footer-row-1 .button:focus,
.footer-row-1 .button:hover {
	background: #004833;
	color: #ffffff;
}

.footer-row-1 .button:before,
.footer-row-1 .button:after {
	display: none;
}

.footer-row-1 h2 {
	color: #ffffff;
	font-family: circe, sans-serif;
	font-size: 1.5rem;
	margin-top: 1.5rem;
  	margin-bottom: 3.5rem;
}

.footer-row-1 p {
	margin: 2.5rem 0;
}

.footer-col-2 p {
	margin: 1.5rem 0;
}

.footer-col-1,
.footer-col-2 {
    flex-basis: 25%;
}

.footer-col-3 {
	flex-basis: 50%;
}

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

.footer-col-1 p:first-child {
	margin-top: 0;
}

.footer-col-1 em {
  	display: block;
  	font-size: 1rem;
  	line-height: 1.5;
	max-width: 100%;
	width: 196px;
}

.footer-row-2 {
	background: #F5F5F5;
	padding-bottom: 125px;
	position: relative;
}

.footer-row-2:after {
	background: transparent url('/wp-content/themes/centurygolf/assets/pattern-row-min.png') repeat-x center center;
	background-size: cover;
	content: "";
	height: 100px;
	position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
}

.footer-row-2 .inner-wide {
	padding-top: 35px;
}

.footer-menu-container ul {
	font-family: spectral, sans-serif;
	font-weight: 500;
	list-style: none;
	margin: 0;
	padding: 0;
}

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

.footer-menu-container a {
	text-decoration: none;
}

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

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

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

.footer-logos {
	margin: 40px auto;
}

.footer-logos ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	gap: 40px;
	justify-content: center;
	margin: 0;
	padding: 0;
	text-align: center;
}

.footer-logos img {
	max-height: 60px;
	max-width: 200px;
	vertical-align: middle;
}

#gform_wrapper_1 {
	margin: 0;
}

#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: 1rem;
	padding: 3px;
}

#gform_wrapper_1 input[type="submit"] {
	font-size: 1.125rem;
	font-style: italic;
	padding: 3px 0;
}

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

@media screen and (max-width: 1200px) {
	.footer-row-1-flex {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.footer-col-1,
	.footer-col-2 {
		flex-basis: 300px;
		max-width: 100%;
	}

	.footer-col-3 {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 640px) {
	.footer-row-1 h2,
	.footer-row-1 p,
	.footer-col-2 p {
		margin: 0 0 1.5rem 0;
	}

	.footer-menu-container li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

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

/* Home Hero Section
--------------------------------------------- */
.hero-home-container {
	overflow: hidden;
	position: relative;
}

.hero-home-container:before {
	background: transparent url('/wp-content/themes/centurygolf/assets/century-golf-pattern-1-min.png') no-repeat bottom left;
	background-size: cover;
	content: "";
	height: 86px;
	position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1;
}

.hero-home {
	display: flex;
	margin: 0 auto;
	max-width: 100%;
	padding-left: 35px;
	position: relative;
	width: 1800px;
}

@media screen and (max-width: 1800px) {
	.hero-home {
		padding-left: calc(50vw - 630px);
	}

	.home-hero-slides-container .owl-carousel {
		max-width: 1260px;
	}
}

@media screen and (max-width: 1330px) {
	.hero-home {
		padding-left: 35px;
	}
}

.home-hero-slides-container {
	position: relative;
		z-index: 2;
	width: 100%;
}

.home-hero-slides-container .owl-dots {
	position: absolute;
		bottom: 80px;
		left: 50%;
	transform: translateX(-50%);
}

.hero-home-slide {
	padding-top: 100px;
	padding-bottom: 100px;
}

.home-hero-media {
	display: flex;
	gap: 15px;
	overflow: hidden;
	padding-bottom: 150px;
	position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	width: 55%;
}

.home-hero-video-slide {
	aspect-ratio: 4/3;
	padding-right: 1px;
}

.home-hero-video {
	overflow: hidden;
}

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

.home-hero-image {
	flex-basis: 134px;
	min-width: 134px;
	position: relative;
}

.home-hero-image .owl-carousel {
	height: 100%;
}

.home-hero-image-1 {
	margin-bottom: -75px;
}

.home-hero-image-2 {
	margin-bottom: -150px;
}

.home-hero-image-slide:after {
	background: #90B2A9;
	content: "";
	opacity: 1;
	mix-blend-mode: color;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
}

.home-hero-image-2 .home-hero-image-slide:after {
	background: #EF9001;
}

.home-hero-image .owl-carousel,
.home-hero-image .owl-stage-outer,
.home-hero-image .owl-stage,
.home-hero-image .owl-item,
.home-hero-image-slide {
	height: 100%;
}

.home-hero-slice {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.home-hero-image {
		flex-basis: 100px;
		min-width: 100px;
	}
}

@media screen and (max-width: 1024px) {
	.hero-home-slide {
		padding-bottom: 0;
	}

	.home-hero-slides-container .owl-dots {
		position: relative;
		bottom: auto;
	}

	.home-hero-image {
		flex-basis: 80px;
		min-width: 80px;
	}

	.home-hero-media {
		width: 75%;
	}
}

@media screen and (max-width: 640px) {
	.home-hero-media {
		gap: 10px;
		width: 100%;
	}
}

/* hero content */
.hero-home-content .eyebrow {
	background: rgba(255, 255, 255, 0.6);
	color: #004833;
	display: inline-block;
	font-family: spectral, sans-serif;
	font-size: 1.75rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding: 5px 10px 1px 10px;
}

.hero-home-content .headline {
	background: rgba(255, 255, 255, 0.6);
	color: #004833;
	display: inline-block;
	font-family: spectral, sans-serif;
	font-size: 3.25rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 20px 0;
	padding: 0 10px 5px 10px;
}

.hero-home-intro p {
	color: #424241;
	max-width: 100%;
	padding-left: 10px;
	width: 426px;
}

.hero-home-intro p {
	font-size: 1.125rem;
	margin-top: 0;
	margin-bottom: 1rem;
}

.hero-home-intro p strong {
	font-size: 1.25rem;
}

.hero-home-intro .button {
	margin-top: 40px;
}

@media screen and (max-width: 1200px) {
	.hero-home-content .eyebrow {
		font-size: 1.5rem;
	}

	.hero-home-content .headline {
		font-size: 3.5rem;
	}
}

@media screen and (max-width: 1024px) {
	.hero-home-content {
		margin-top: 135px;
		padding-right: 35px;
	}

	.hero-home-content .eyebrow {
		font-size: 1.33rem;
		padding: 5px 10px 1px 10px;
	}

	.hero-home-content .headline {
		font-size: 3rem;
		margin: 0 0 30px 0;
		padding: 5px 10px;
	}

	.hero-home-intro .button {
		margin-top: 30px;
	}

	.hero-home-intro {
		background: rgba(255, 255, 255, 0.6);
		padding: 5px 10px;
	}
}

@media screen and (max-width: 640px) {
	.hero-home {
		padding-left: 15px;
	}

	.hero-home-content {
		padding-right: 15px;
	}

	.hero-home-content .eyebrow {
		font-size: 1.25rem;
	}

	.hero-home-content .headline {
		font-size: 2.5rem;
		margin: 0 0 10px 0;
	}

	.hero-home-intro .button {
		margin-top: 10px;
	}
}

/* Home About Section
--------------------------------------------- */
.home-about-container {
	background: transparent url('/wp-content/themes/centurygolf/assets/repeating-pattern-tile-v2.png') repeat center center;
	background-size: 120px;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 60px;
	position: relative;
}

.home-about-container:before {
	background: #FFFFFF;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 359px;
	position: absolute;
		top: 0;
		right: 0;
		left: 0;
}

@media screen and (max-width: 640px) {
	.home-about-container {
		background-size: 90px;
	}
}

/* about intro  */
.home-about-intro {
	position: relative;
}

.home-about-headline {
	flex-basis: calc(45% - 20px);
}

.home-about-subhead {
	flex-basis: calc(55% - 20px);
}

.home-about-headline p {
	color: #004833;
	font-family: spectral, sans-serif;
	font-size: 3.75rem;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	text-wrap: balance;
}

.home-about-subhead p {
	color: #004833;
	font-family: spectral, sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.42;
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.home-about-intro .flex-container {
		flex-wrap: wrap;
	}

	.home-about-headline {
		flex-basis: 100%;
	}

	.home-about-subhead {
		flex-basis: 100%;
		margin-top: 1.5rem;
	}
}

@media screen and (max-width: 800px) {
	.home-about-headline p {
		font-size: 2.5rem;
	}

	.home-about-subhead p {
		font-size: 1.25rem;
	}
}

/* about callout */
.home-about-container .inner {
	width: 1300px;
}

.home-callout-container {
	position: relative;
	margin: 60px 0;
}

.home-callout {
	background-position: center center;
	background-size: cover;
	min-height: 450px;
	padding: 100px;
	position: relative;
	z-index: 2;
}

.home-callout-fadey {
	background: #90B2A9;
	content: "";
	opacity: 0.25;
	position: absolute;
	top: 25px;
	right: -25px;
	bottom: -25px;
	left: 25px;
	z-index: 1;
}

.home-callout-flex {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	position: absolute;
		top: 50%;
		right: 100px;
	transform: translateY(-50%);
}

.home-callout-flex p {
	background: rgba(255, 255, 255, 0.8);
	color: #004833;
	flex-basis: 500px;
	font-family: Spectral;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.43;
	margin: 0 20px 0 0;
	max-width: calc(100% - 40px);
	padding: 10px;
	text-align: center;
	text-wrap: balance;
}

.home-callout-flex img {
	margin-left: 20px;
	vertical-align: middle;
	width: 256px;
}

@media screen and (max-width: 1200px) {
	.home-callout-container {
		margin-left: 15px;
		margin-right: 35px;
	}
}

@media screen and (max-width: 1024px) {
	.home-callout {
		padding: 100px 30px;
	}

	.home-callout-flex {
		right: 30px;
	}

	.home-callout-flex p {
		font-size: 1.5rem;
	}

	.home-callout-flex img {
		width: 200px;
	}
}

@media screen and (max-width: 800px) {
	.home-callout-flex {
		flex-wrap: wrap;
		right: 15px;
	}

	.home-callout-flex p {
		flex-basis: 100%;
		font-size: 1.25rem;
		margin: 0;
	}

	.home-callout-flex img {
		margin: 1.5rem auto 0 auto;
	}
}

@media screen and (max-width: 640px) {
	.home-callout-flex img {
		width: 150px;
	}
}

/* about intro */
.two-col-accent-block {
	align-items: center;
	display: flex;
	margin: 150px auto 50px auto;
	max-width: 100%;
	width: 1800px;
}

.two-col-accent {
	flex-basis: calc(45% - 35px);
	justify-self: flex-start;
	padding: 0 35px 35px 0;
	position: relative;
}

.two-col-content {
	flex-basis: calc(55% - 35px);
	max-width: 700px;
	padding: 0 0 0 50px;
}

.two-col-content p {
	text-wrap: balance;
}

.foreground-video {
	position: relative;
		z-index: 2;
	vertical-align: middle;
	width: 100%;
}

.two-col-accent:after {
	background: #90B2A9;
	content: "";
	opacity: 0.25;
	position: absolute;
	top: 25px;
	right: 5px;
	bottom: 5px;
	left: 25px;
	z-index: 1;
}

@media screen and (max-width: 1300px) {
	.two-col-accent {
		flex-basis: calc(50% - 20px);
		padding: 0 35px 35px 0;
	}

	.two-col-content {
		flex-basis: calc(50% - 20px);
		max-width: 100%;
		padding: 0 0 0 40px;
	}
}

@media screen and (max-width: 1024px) {
	.two-col-accent-block {
		flex-wrap: wrap;
		justify-content: center;
	}

	.two-col-accent {
		flex-basis: calc(100% - 50px);
	}

	.two-col-content {
		flex-basis: 100%;
		padding: 35px 15px 0 15px;
	}
}

/* Home Values Section
--------------------------------------------- */
.home-values-container {
	background: #C6D9D3 url('/wp-content/themes/centurygolf/assets/repeating-pattern-texture-v2.jpg') repeat center center;
	/* background-size: cover; */
	padding-top: 100px;
	padding-bottom: 40px;
}

.home-values-flex {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.home-values-col:first-child {
	flex-basis: calc(30% - 35px);
}

.home-values-col:last-child {
	flex-basis: calc(70% - 35px);
}

.home-values-container h2 {
	font-style: italic;
	line-height: 1.2;
	margin: 0.5rem 0 0 0;
}

.home-values-tiles {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.home-value-tile {
	display: flex;
	flex-basis: calc(25% - 10px);
	flex-wrap: wrap;
	position: relative;
	padding-top: 20px;
	padding-bottom: 80px;
}

.home-value-image {
	aspect-ratio: 1/1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	flex-basis: 100%;
}

.home-value-panel {
	flex-basis: 100%;
	text-align: center;
}

.home-value-panel h3 {
	font-size: 1.875rem;
	font-style: italic;
	font-weight: 500;
	margin: 0.25rem auto 0.5rem auto;
}

.home-value-panel p {
	margin: 0 auto;
	visibility: hidden;
}

.home-value-tile:hover {
	padding-top: 0;
	padding-bottom: 80px;
}

.home-value-tile:hover .home-value-image {
	aspect-ratio: 14/19;
	transition: 0.5s;
}

.home-value-tile:hover .home-value-panel {
	align-items: flex-end;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
	display: flex;
	justify-content: center;
	padding: 10px;
	position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 80px;
}

.home-value-tile:hover .home-value-panel h3 {
	color: #EFDCBF;
}

.home-value-tile:hover .home-value-panel p {
	visibility: visible;
}

@media screen and (max-width: 800px) {
	.home-values-flex {
		flex-wrap: wrap;
	}
	
	.home-values-col:first-child {
		flex-basis: 100%;
	}
	
	.home-values-col:last-child {
		flex-basis: 100%;
	}

	.home-values-tiles {
		flex-wrap: wrap;
	}

	.home-value-tile,
	.home-value-tile:hover {
		flex-basis: calc(50% - 10px);
		padding: 10px 0;
	}

	.home-value-tile:hover .home-value-image {
		aspect-ratio: 1/1;
	}

	.home-value-tile:hover .home-value-panel,
	.home-value-panel {
		align-items: flex-end;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
		display: flex;
		justify-content: center;
		padding: 10px;
		position: absolute;
			top: 10px;
			right: 0;
			left: 0;
			bottom: 10px;
	}

	.home-value-panel h3 {
		color: #EFDCBF;
	}
	
	.home-value-panel p {
		visibility: visible;
	}
}

@media screen and (max-width: 640px) {
	.home-value-tile, 
	.home-value-tile:hover {
		flex-basis: 100%;
	}

	.home-value-image,
	.home-value-tile:hover .home-value-image {
		aspect-ratio: 2/1;
	}
}

/* Home Services Section
--------------------------------------------- */
.home-services-section {
	padding-top: 120px;
	padding-bottom: 60px;
	position: relative;
}

.home-services-section .inner-wide {
	width: 1400px;
}

.home-services-section:before {
	background: transparent url('/wp-content/themes/centurygolf/assets/repeating-pattern-tile-v2.png') repeat bottom center;
	background-size: 120px;
	content: "";
	height: 238px;
	position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1;
}

.home-services-flex {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
		z-index: 2;
}

.home-services-intro {
	flex-basis: 40%;
	max-width: 400px;
}

.home-services {
	align-items: flex-start;
	display: flex;
	flex-basis: 60%;
	justify-content: space-between;
}

.home-service-item {
	display: flex;
	flex-wrap: wrap;
    flex-basis: calc(50% - 25px);
	margin: 10px;
	overflow: hidden;
	position: relative;
}

.home-service-item:last-child {
	margin-top: 70px;
}

.home-service-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	flex-basis: 100%;
	height: 470px;
	position: relative;
}

.home-service-peek {
	flex-basis: 100%;
	opacity: 1;
	padding: 10px 20px 20px 20px;
	text-align: center;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.home-service-peek h3 {
	font-style: italic;
	margin: 0;
}

.home-service-panel {
	color: #ffffff;
	height: 100%;
	opacity: 0;
	position: absolute;
		top: 100%;
		right: 0;
		left: 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;
	font-style: italic;
	line-height: 1.2;
	margin: 0.5rem auto 1.5rem auto;
	max-width: 100%;
	width: 400px;
}

.team-flex .home-service-panel h3 {
	margin-bottom: 0;
}

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

.home-service-item:hover .home-service-peek {
	opacity: 0;
}

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

.home-service-item:hover .home-service-panel h3 {
	color: #EFDCBF;
}

.home-service-item:hover .home-service-image:after {
	content: "";
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	opacity: 0.7;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.home-service-item:hover .home-service-image:before {
	background: #004833;
	content: "";
	opacity: 0.6;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
}

.home-service-item.no-hover:hover .home-service-image:after,
.home-service-item.no-hover:hover .home-service-image:before {
	display: none;
}

@media screen and (max-width: 1200px) {
	.home-service-panel-inner {
		padding: 20px;
	}
}

@media screen and (max-width: 1024px) {	
	.home-services-flex {
		flex-wrap: wrap;
	}
	
	.home-services-intro {
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.home-services {
		flex-basis: 100%;
		margin-top: 25px;
	}

	.home-services .home-service-image {
		height: 300px;
	}

	.home-services .home-service-item {
		flex-basis: calc(50% - 10px);
		margin: 0 0 1.5rem 0 !important;
	}

	.home-services .home-service-peek {
		display: none;
	}

	.home-services .home-service-panel {
		top: 0;
		opacity: 1;
	}

	.home-services .home-service-image:after {
		content: "";
		position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		opacity: 0.7;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
	}
	
	.home-services .home-service-image:before {
		background: #004833;
		content: "";
		opacity: 0.6;
		position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
	}

	.home-services .home-service-panel h3 {
		color: #EFDCBF;
		margin: 0 auto 1.5rem auto;
	}

	.home-services .home-service-panel p {
		margin-bottom: 0;
		text-wrap: balance;
	}
}

@media screen and (max-width: 640px) {	
	.home-services {
		flex-wrap: wrap;
	}

	.home-services .home-service-item {
		flex-basis: 100%;
		margin-bottom: 25px;
	}

	.home-services .home-service-item:last-child {
		margin-bottom: 0;
	}

}

/* Home Networks Section
--------------------------------------------- */
.home-networks-section {
	background: #ffffff;
	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 10px -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;
}

.home-networks-intro p {
	/* line-height: 2; */
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 780px;
}

@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: transparent url('/wp-content/themes/centurygolf/assets/repeating-pattern-tile-v2.png') repeat bottom center;
	background-size: 120px;
	padding: 25px 15px 50px 15px;
	position: relative;
	overflow: hidden;
}

.interior-hero:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 75px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	pointer-events: none;
}

.interior-hero .inner {
	padding: 0;
	position: relative;
}

.interior-hero-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 380px;
	padding: 40px;
	position: relative;
		z-index: 2;
	width: calc(100% - 25px);
}

.interior-hero .inner:after {
	background: #90B2A9;
	content: "";
	opacity: 0.25;
	position: absolute;
		top: 25px;
		right: 0;
		bottom: -25px;
		left: 25px;
		z-index: 1;
}

.interior-hero-image h1 {
	color: #ffffff;
	margin: 0;
	max-width: calc(100% - 80px);
	position: absolute;
		top: 50%;
	transform: translateY(-50%);
}

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

@media screen and (max-width: 640px) {	
	.interior-hero-long-title h1 {
		font-size: 1.5rem;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.background-white {
	background: #ffffff;
}

.background-gray,
.background-off-white {
	background: #f5f5f5;
}

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

.background-pattern {
	background: transparent url('/wp-content/themes/centurygolf/assets/repeating-pattern-tile-v2.png') repeat bottom center;
    background-size: auto;
  	background-size: 120px;
}

.background-pattern_fade {
	background: transparent url('/wp-content/themes/centurygolf/assets/repeating-pattern-tile-v2.png') repeat bottom center;
    background-size: auto;
  	background-size: 120px;
	position: relative;
}

.background-pattern_fade:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 75px;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	pointer-events: none;
}

.background-pattern_fade:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 75px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	pointer-events: none;
}

.background-texture {
	background: #C6D9D3 url('/wp-content/themes/centurygolf/assets/repeating-pattern-texture-v2.jpg') repeat center center;
  	/* background-size: contain; */
}

.builder-block:first-child h2 {
	margin-top: 0;
}

.inline-headers h2,
.inline-headers h3,
.inline-headers h4,
.inline-headers h5,
.inline-headers h6 {
	clear: none;
	display: block;
}

/* Table of contents
--------------------------------------------- */
.table-contents {
	column-count: 2;
	column-gap: 40px;
	list-style: none;
	margin: 0;
	padding: 40px;
}

.table-contents li {
	page-break-inside: avoid;
    break-inside: avoid-column; 
    display: table; 
	line-height: 1.2;
	margin-bottom: 1rem;
}

a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

@media screen and (max-width: 800px) {
	.table-contents {
		padding: 20px;
	}
}

@media screen and (max-width: 640px) {
	.table-contents {
		column-count: 1;
		column-gap: 0;
	}
}

/* Two-column Content Block 
--------------------------------------------- */
.content-col {
	flex-basis: calc(50% - 30px);
}

@media screen and (max-width: 900px) {
	.content-two-column {
		flex-wrap: wrap;
	}

	.content-col {
		flex-basis: 100%;
	}

	.content-col-1 {
		padding-bottom: 1.5rem;
	}
}

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

.zero-bottom-spacing .content-with-accent {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

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

.two-column-align-top .content-with-accent {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.two-column-align-top .flex-container {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.content-accent-image img {
	vertical-align: middle;
}

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

/* Content Block w/ Quote Slider
--------------------------------------------- */
.block-quote-sidebar .content-col-1 {
	flex-basis: calc(68% - 30px);
	width: calc(68% - 30px);
}

.block-quote-sidebar .content-col-2 {
	flex-basis: calc(32% - 30px);
	width: calc(32% - 30px);
}

.quote-sidebar-slide {
	padding: 1rem;
}

.quote-sidebar-slide blockquote {
	color: #004833;
	font-family: spectral, sans-serif;
	font-size: 1.75rem;
	font-style: italic;
	font-weight: 500;
}

.quote-sidebar-slide p {
	color: #004833;
	line-height: 1.2;
	margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
	.block-quote-sidebar .content-col-1 {
		flex-basis: calc(60% - 15px);
		width: calc(60% - 15px);
	}

	.block-quote-sidebar .content-col-2 {
		flex-basis: calc(40% - 15px);
		width: calc(40% - 15px);
	}
}

@media screen and (max-width: 900px) {
	.block-quote-sidebar {
		flex-wrap: wrap;
	}

	.block-quote-sidebar .content-col-1 {
		flex-basis: 100%;
		width: 100%;
	}

	.block-quote-sidebar .content-col-2 {
		flex-basis: 100%;
		width: 100%;
	}
}

/* Gallery Block
--------------------------------------------- */
.builder-block-gallery {
	padding-bottom: 80px;
}

.gallery-copy {
	max-width: 100%;
	width: 10h00px;
}

.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;
	margin-top: 100px;
}

.gallery-container.remove-top-spacing {
	margin-top: 60px;
}

.gallery-item {
	aspect-ratio: 1/1;
	-ms-flex-preferred-size: calc(33.3% - 20px);
	    flex-basis: calc(33.3% - 20px);
	margin: 10px;
	overflow: hidden;
	position: relative;
}

.gallery-item:nth-child(3n+2) {
	transform: translateY(-60px);
}

.gallery-item img {
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center center;
	position: absolute;
		z-index: 1;
	vertical-align: middle;
	transform: scale(1);
	transition: transform 0.3s ease;
	width: 100%;
}

.gallery-item a:hover img {
	transform: scale(1.2);
	transition: transform 0.3s ease;
}

.gallery-item a {
	position: relative;
	display: block;
	height: 100%;
	overflow: hidden;
}

.gallery-item .plus {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	transform: translate(-50%, -50%) scale(0.5) rotate(-90deg);
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
	pointer-events: none;
	z-index: 5;
}

.gallery-item .plus::before,
.gallery-item .plus::after {
	content: "";
	position: absolute;
	background: white;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	transform: translateY(-50%);
}

.gallery-item .plus::after {
	transform: rotate(90deg) translateY(-50%);
}

.gallery-item a:hover .plus {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

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: 900px) {
	.gallery-item {
		-ms-flex-preferred-size: calc(50% - 20px);
		    flex-basis: calc(50% - 20px);
	}

	.gallery-item:nth-child(3n+2) {
		transform: none; /* reset previous rule */
	}

	.gallery-item:nth-child(even) {
		transform: translateY(-40px); /* slightly less height for smaller screens */
	}
}

@media screen and (max-width: 640px) {
	.gallery-container {
		margin-left: -5px;
		margin-right: -5px;
	}

	.gallery-container.remove-top-spacing {
		margin-top: 0;
	}
	
	.gallery-item {
		-ms-flex-preferred-size: calc(50% - 10px);
		    flex-basis: calc(50% - 10px);
		margin: 5px;
		transform: none !important; /* remove all staggering */
	}

	.gallery-item .plus {
		height: 40px;
		width: 40px;
	}
}

/* Pull Quote
--------------------------------------------- */
.builder-block-pullquote {
	padding-top: 80px;
	padding-bottom: 60px;
}

.pullquote-container {
	display: flex;
	padding-left: 100px;
	padding-top: 40px;
	position: relative;
}

.pullquote-headshot {
	flex-basis: 280px;
}

.pullquote-headshot img {
	position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
	width: 340px;
}

.pullquote-content {
	flex-basis: calc(100% - 280px);
	padding: 40px 40px 0 40px;
	position: relative;
}

.pullquote-content:after {
	background: #C6D9D3 url('/wp-content/themes/centurygolf/assets/repeating-pattern-texture-v2.jpg') repeat center center;
	content: "";
	opacity: 0.8;
	position: absolute;
		top: 0;
		right: 0;
		bottom: -60px;
		left: -200px;
		z-index: -1;
}

.pullquote-content {
	position: relative;
		z-index: 2;
}

.quote-attribution {
	font-size: 1.75rem;
	margin: 0 0 0.75rem 0;
}

.quote-attribution-2 {
	color: #424241;
	font-size: 1.25rem;
	margin: 0;
}

.quote-block {
	margin: 2rem 0 0 0;
	position: relative;
}

.quote-svg {
	position: absolute;
	pointer-events: none; /* Let text be selectable */
}

.quote-top-left {
	top: 1rem;
	left: 0.5rem;
	transform: translate(-50%, -50%);
}

.quote-bottom-right {
	bottom: 0;
	right: 1rem;
	transform: translate(50%, 50%);
}

blockquote {
	/* line-height: 2; */
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1024px) {
	.pullquote-headshot {
		flex-basis: 120px;
	}

	.pullquote-headshot img {
		width: 200px;
	}

	.pullquote-content {
		flex-basis: calc(100% - 120px);
	}
}

@media screen and (max-width: 640px) {
	.pullquote-container {
		background: #C6D9D3 url('/wp-content/themes/centurygolf/assets/repeating-pattern-texture-v2.jpg') repeat center center;
		flex-wrap: wrap;
		padding: 15px;
	}

	.pullquote-headshot {
		flex-basis: 100%;
		padding: 15px 15px 0 15px;
	}

	.pullquote-headshot img {
		position: relative;
		top: auto;
		left: auto;
	}

	.pullquote-content {
		flex-basis: 100%;
		padding: 15px;
	}

	.pullquote-content:after {
		display: none;
	}

	.quote-bottom-right { 
		right: 0.5rem;
	}

	blockquote {
		/* line-height: 1.75; */
	}
}

/* Quote Slider
--------------------------------------------- */
.quote-slide-text {
	color: #004833;
	font-family: spectral, sans-serif;
	font-size: 2.875rem;
	font-style: italic;
	font-weight: 500;
	line-height: 1.21;
	margin: 0.5rem 0 1.5rem 0;
	text-align: center;
	text-wrap: balance;
}

.quote-slide-attribution {
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.quote-slide-text {
		font-size: 2.25rem;
	}
}

@media screen and (max-width: 640px) {
	.quote-slide-text {
		font-size: 1.5rem;
	}
}

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

.block-slider-content {
	background: rgba(0, 72, 51, 0.8);
	padding: 12px;
	position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
}

.media-slider {
	padding: 0 60px;
	position: relative;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	background: none;
	border: none;
	padding: 0;
	width: 40px;
	height: 92px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev {
	left: 0;
}

.owl-carousel .owl-nav button.owl-next {
	right: 0;
}

.owl-carousel .owl-nav button:focus {
	outline: 0;
}

.owl-carousel .owl-nav button:hover svg path {
	stroke: #004833;
}

@media screen and (max-width: 1024px) {
	.block-slider-image {
		height: 500px;
	}
}

@media screen and (max-width: 640px) {
	.media-slider {
		padding: 0;
	}

	.block-slider-image {
		height: 400px;
	}
}

/* Video block
--------------------------------------------- */
.builder-block-video {
	padding-bottom: 60px;
}

.builder-block-video video,
.builder-block-video iframe {
	width: 100%;
}

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

/* Accordion block
--------------------------------------------- */
.builder-block-accordions {
	padding-bottom: 60px;
}

.accordion-item:first-child {
	border-top: 1px solid #424241;
}

.accordion-item {
	border-bottom: 1px solid #424241;
}

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

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

.background-light_green .accordion-title {
	background: #e6f6f1;
}

.accordion-title:active,
.accordion-title:focus,
.accordion-title:hover {
	outline: 0;
	padding: 0 !important;
}

.accordion-title h3 {
	font-size: 2rem;
	line-height: 1.2;
	margin: 0;
	padding: 20px 60px 30px 20px;
	position: relative;
}

.accordion-title h3:before,
.accordion-title h3:after {
	background: #004833;
	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(45deg);
	    transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
}

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

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

.background-gray .accordion-content {
	background: #f2f2f2;
}

.background-light_green .accordion-content {
	background: #e6f6f1;
}

.accordion-content p,
.accordion-content h1,
.accordion-content h2,
.accordion-content h3,
.accordion-content h4,
.accordion-content h5,
.accordion-content h6 {
	margin-top: 0;
}

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

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

@media screen and (max-width: 640px) {
	.accordion-title h3 {
		font-size: 1.5rem;
		padding-bottom: 22px;
	}
}

/* Cards Block , Properties, Case Studies
--------------------------------------------- */
/* static cards (less than 4) */
.cards-static {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 40px 0 0 0;
}

.cards-static .card-item {
	flex-basis: calc(33.3% - 1rem);
	margin: 1rem 0.5rem;
}

.properties-featured .card-item {
	flex-basis: calc(50% - 1rem);
}

.properties-featured .card-content {
	background: #ffffff;
}

@media screen and (max-width: 900px) {
	.cards-static {
		flex-wrap: wrap;
		justify-content: center;
	}

	.cards-static .card-item {
		flex-basis: calc(50% - 1rem);
		margin: 0.5rem;
	}

	.properties-featured .card-item {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 640px) {
	.cards-static .card-item {
		flex-basis: 100%;
		margin: 0.5rem 0;
	}
}

/* Card content styles: universal whether slider or static */
.card-item {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.card-image {
	background-size: cover;
	background-position: center;
	height: 200px;
	width: 100%;
}

.card-content {
	background-color: #EFF6F4;
	padding: 1rem;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 0.75rem;
}

.card-content h3 {
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0;
}

.card-content p {
	line-height: 1.5;
	margin: 0;
}

.map-icon {
	display: inline-block !important;
	height: 1.5rem;
	vertical-align: middle;
	width: auto !important;
}

.map-icon + em {
	display: inline-block;
	vertical-align: middle;
}

/* Slider styles */
.cards-slider-inner {
	max-width: none;
	overflow: visible;
	padding-left: calc(50vw - 585px); 
	position: relative;
	width: 100vw;
}

.cards-slider {
	align-items: center;
	display: flex;
	overflow: visible;
}

.cards-slider .owl-stage {
	align-items: stretch;
	display: flex;
}

.cards-slider .owl-item {
	display: flex;
	flex-direction: column;
	width: auto !important;
}

.cards-slider .card-item {
	flex: 0 0 auto;
	width: 380px;
	height: 100%;
}

.card-filler {
	pointer-events: none;
	visibility: hidden;
	width: 380px;
}

@media screen and (max-width: 1200px) {
	.cards-slider-inner {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.cards-slider {
		justify-content: flex-start;
	}

	.cards-slider .owl-item {
		width: 100% !important;
	}

	.cards-slider .card-item {
		width: 100%;
	}

	.cards-slider .card-item.card-filler {
		width: 0;
	}

	.cards-slider .owl-item:has(.card-filler) {
		display: none !important;
	}
}

@media screen and (max-width: 639px) {
	.cards-slider .owl-item {
		width: calc(100vw - 30px) !important;
	}
}

/* Card Slider Navigation */
.card-navigation {
	padding-right: 0;
}

.card-navigation span {
	color: #ADADAD;
	font-size: 2rem;
}

.card-navigation button,
.card-navigation button:active,
.card-navigation button:hover,
.card-navigation button:focus {
	border: 0;
	font-style: normal;
	outline: 0;
}

.card-navigation button:active span,
.card-navigation button:hover span,
.card-navigation button:focus span {
	color: #424241
}

@media screen and (max-width: 1200px) {
	.card-navigation {
		padding-right: 15px;
	}
}

/* Logo Wall block (piggybacks off home page)
--------------------------------------------- */
.logo-wall {
	margin-top: 40px;
	margin-bottom: 20px;
}

.logo-wall .home-network-item img {
	max-height: 80px;
}


/* Team Block 
--------------------------------------------- */
.team-flex {
	flex-wrap: wrap;
	justify-content: center;
	margin: 25px auto 0 auto;
	max-width: 100%;
	width: 1100px;
}

.team-member-item {
	-ms-flex-preferred-size: 33.3%;
	    flex-basis: 33.3%;
	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: 1rem;
	font-style: italic;
	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;
	line-height: 1.5;
}

.no-hover .home-service-item .home-service-image::before,
.no-hover .home-service-item .home-service-image::after {
	display: none !important;
}

@media screen and (max-width: 1300px) {
	.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%;
	}

	.team-display-condensed .team-member-item {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
	}

	.team-display-condensed .home-service-image {
		height: 250px;
	}
}

/* Partners Block
--------------------------------------------- */
.partner-container {
	margin-bottom: 60px;
	margin-top: 70px;
}

.partner-slider-container {
	display: inline-block;
	margin-right: -4.5px;
	padding-right: 40px;
	vertical-align: top;
	width: 55%;
}

.partner-navigation-container {
	display: inline-block;
	margin-right: -4.5px;
	padding-left: 40px;
	vertical-align: top;
	width: 45%;
}

.partner-slide {

}

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

.partner-navigation {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 15px;
}

.partner-navigation-item {
	display: flex;
	flex-basis: calc(50% - 15px);
}

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

.partner-navigation-item .partner-image {
	transition: width 0.4s ease-in;
	position: relative;
	width: 70%;
}

.partner-navigation-item .partner-image img {
	object-fit: cover;
	object-position: center center;
	/* position: absolute; */
		z-index: 1;
	vertical-align: middle;
	transform: scale(1);
	transition: transform 0.3s ease;
	vertical-align: middle;
}

.partner-navigation-item:nth-child(odd) .partner-image {
	margin-left: auto;
}

.partner-navigation-item:nth-child(1),
.partner-navigation-item:nth-child(2) {
	align-items: flex-end;
}

.partner-navigation-item.active .partner-image {
	transition: width 0.4s ease-in;
	width: 100%;
}

.partner-navigation-item:not(.active) a:hover img {
	transform: scale(1.1);
	transition: transform 0.4s ease;
}

.partner-navigation-item a {
	position: relative;
	display: block;
	/* height: 100%; */
	overflow: hidden;
}

.partner-navigation-item .plus {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	transform: translate(-50%, -50%) scale(0.5) rotate(-90deg);
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
	pointer-events: none;
	z-index: 5;
}

.partner-navigation-item .plus::before,
.partner-navigation-item .plus::after {
	content: "";
	position: absolute;
	background: white;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	transform: translateY(-50%);
}

.partner-navigation-item .plus::after {
	transform: rotate(90deg) translateY(-50%);
}

.partner-navigation-item:not(.active) a:hover .plus {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

@media screen and (max-width: 1024px) {
	.partner-container {
		display: flex;
		flex-wrap: wrap;
	}

	.partner-navigation-container {
		flex-basis: 100%;
		order: 1;
		padding-left: 0;
	}

	.partner-slider-container {
		flex-basis: 100%;
		order: 2;
		padding-right: 0;
	}

	.partner-navigation {
		margin-bottom: 30px;
	}

	.partner-navigation-item {
		flex-basis: calc(25% - 15px);
		max-width: 200px;
	}
	
	.partner-navigation-item .partner-image,
	.partner-navigation-item img {
		opacity: 0.5;
		width: 200px;
	}

	.partner-navigation-item.active .partner-image,
	.partner-navigation-item.active img  {
		opacity: 1;
		width: 200px;
	}
}

@media screen and (max-width: 640px) {
	.partner-navigation-item {
		flex-basis: calc(50% - 5px);
		max-width: 150px;
	}

	.partner-navigation-item img {
		width: 150px;
	}

	.partner-navigation-item.active img  {
		width: 150px;
	}
}

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

.property-amenities {
	padding-top: 25px;
	padding-bottom: 50px;
}

.property-about-container h1 {
	font-size: 3.5rem;
	line-height: 1;
	margin: 0;
	text-wrap: balance;
}

.property-about-container p:last-child,
.property-amenities p:last-child {
	margin-bottom: 0;
}

.property-about-container .content-two-column,
.property-amenities .content-two-column {
	align-items: center;
}

.property-intro-container {
	padding-top: 100px;
	padding-bottom: 25px;
}

.property-intro-flex {
	align-items: center;
    justify-content: space-between;
	margin-bottom: 50px;
}

.property-intro-flex img {
	vertical-align: middle;
}

.property-intro-flex p {
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0.75rem;
}

.property-intro-flex a,
.property-intro-flex a:visited {
	font-weight: bold;
}

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

/* Property Nav */
.property-navigation-container {
	margin-bottom: 100px;
	margin-top: 50px;
}

.property-nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}

.property-nav-item.center {
    text-align: center;
    flex: 1;
}

.property-nav-item.prev,
.property-nav-item.next {
    width: 33%;
}

.property-nav-item.next {
	text-align: right;
}

.property-nav-item a {
    font-weight: 600;
}

@media screen and (max-width: 640px) {
	.property-nav-inner {
		flex-wrap: wrap;
	}

	.property-nav-item {
		flex-basis: 100%;
	}
}

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

.cs-intro-top {
	margin-bottom: 40px;
}

.cs-intro-special p {
	color: #004833;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

.cs-intro-address p {
	line-height: 1.2;
	margin: 0.5rem 0 1rem 0;
}

.cs-intro-address p:last-child {
	margin: 0;
}

.cs-intro-address a,
.cs-intro-address a:visited {
	font-weight: bold;
}

.case-study-intro {
	align-items: center;
	-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;
}

.cs-intro-top .inner,
.case-study-intro-image .inner {
	position: relative;
		z-index: 2;
	width: 1000px;
}

.case-study-intro-image {
	padding-bottom: 25px;
	position: relative;
}

.case-study-intro-image:after {
	background: #C6D9D3 url('/wp-content/themes/centurygolf/assets/repeating-pattern-texture-v2.jpg') repeat center center;
  	/* background-size: contain; */
	content: "";
	height: 40%;
	position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
}

.case-study-logo {
	height: 100px;
	position: absolute;
		bottom: -50px;
		left: 50%;
	transform: translateX(-50%);
	vertical-align: middle;
}

@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%;
	}

	.cs-intro-special {
		margin-bottom: 30px;
	}

	.case-study-logo {
		height: 70px;
		bottom: -35px;
	}
}

/*--------------------------------------------------------------
# Listing page
--------------------------------------------------------------*/
.list-container {
	display: flex;
	flex-wrap: wrap;
}

.list-item {
	flex-basis: calc(50% - 20px);
	margin: 10px 10px 20px 10px;
	padding: 20px;
	transition: margin 0.3s;
}

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

.list-item-cta p {
	margin-bottom: 0.5rem;
	text-align: right;
}

.list-item:hover {
	background: #EFF6F4;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	margin: 0 10px 30px 10px;
	transition: margin 0.3s;
}

.list-item-title-flex {
	align-items: center;
	justify-content: space-between;
}

.list-item-title-flex div:first-child {
	flex-basis: calc(60% - 5px);
}

.list-item-title-flex div:last-child {
	flex-basis: calc(40% - 5px);
}

.list-item-title-flex img {
	vertical-align: middle;
}

@media screen and (max-width: 1024px) {
	.list-item-title-flex {
		flex-wrap: wrap;
	}

	.list-item-title-flex div:first-child {
		flex-basis: 100%;
		order: 2;
	}

	.list-item-title-flex div:last-child {
		flex-basis: 100%;
		order: 1;
		margin-bottom: 0.5rem;
		text-align: right;
	}

	.list-item-title-flex img {
		width: 150px;
	}
}

@media screen and (max-width: 800px) {
	.list-item {
		flex-basis: 100%;
	}
}

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

.blog-list-item {
	margin-bottom: 20px;
}

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

.blog-list-flex:hover {
	background: #EFF6F4;
}

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