@charset "UTF-8";

/*!
Theme Name: Africamps
Theme URI: http://underscores.me/
Author: Matt Royal
Author URI: https://mattroyal.co.za
Description: A custom bespoke theme for africamps.com
Version: 1.1.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: httpsafricamps-com
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.

Africamps 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
--------------------------------------------------------------*/
:root {
	--africamps-red: #aa2d26;
	--africamps-yellow: #e2ac42;
	--africamps-dark-grey: #404040;
	--africamps-medium-grey: #757575;
	--africamps-light-grey: #abadb0;
	--africamps-blue-gree: #83b2ad;
	--africamps-white: #fff;
	--africamps-off-white: #f4f4f4;
}

/* 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 {
	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;
	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 {
	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"] {
	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 {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
input,
select,
optgroup,
textarea {
	color: #706153;
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #706153;
	font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

button,
.wp-block-button__link {
	color: #404040;
	font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

b,
strong {
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

.column-heading-flush > .wp-block-heading:first-child {
	margin-top: 0;
	line-height: 1;
}

.headings-lh1-0 .wp-block-heading {
	line-height: 1;
}

.headings-lh1-0 .wp-block-heading.heading-separator {
	padding-top: 1rem;
	padding-bottom: 0.75rem;
}

.headings-lh1-2 .wp-block-heading {
	line-height: 1.2;
}

.headings-lh1-2 .wp-block-heading.heading-separator {
	padding-top: 1rem;
	padding-bottom: 0.75rem;
}

.wp-block-heading {
	font-weight: 300;
	letter-spacing: 0.1vw;
	line-height: 2;
	position: relative;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1200px) {

	.wp-block-heading {
		margin-bottom: 2.5rem !important;
	}
}

.wp-block-columns .wp-block-heading {
	max-width: 100%;
}

.wp-block-heading.heading-separator::after {
	content: "";
	width: 27%;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: -1rem;
	left: 0;
}

@media screen and (max-width: 1200px) {

	.wp-block-heading.heading-separator::after {
		bottom: -0.5rem;
	}
}

h1,
h1.wp-block-heading {
	font-size: 1.8em;
	line-height: 1.75;
	letter-spacing: 0.3vw;
	font-weight: 300;
}

h2,
h2.wp-block-heading
.has-large-font-size {
	font-size: 1.65em;
	letter-spacing: 0.1vw;
	font-weight: 300;
}

.wp-block-cover h2,
.wp-block-cover
h2.wp-block-heading
.has-large-font-size {
	font-size: 2em;
	font-weight: 800;
	letter-spacing: 0.3vw;
}

h3 {
	font-size: 1.25em;
	font-weight: 300;
	letter-spacing: 0.2vw;
}

h4 {
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

p {
	font-size: 1rem;
	line-height: 1.75;
	letter-spacing: 0.1vw;
	font-weight: 300;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.wp-block-columns p {
	max-width: 100%;
}

.wp-block-cover p {
	font-size: 1.1em;
}

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

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

.has-africamps-blue-green-background-color ul,
.has-africamps-light-grey-background-color ul,
.has-africamps-brown-background-color ul,
.has-africamps-blue-green-background-color
ol,
.has-africamps-light-grey-background-color
ol,
.has-africamps-brown-background-color
ol {
	color: #fff;
}

ul li,
ol li {
	line-height: 1.5;
}

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 {
	max-width: 100%;
}

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

.flush figure {
	margin: 0;
}

.flush :where(figure) {
	margin: 0 0 0;
}

.flush:where(.wp-block-columns.is-layout-flex) {
	gap: 0;
}

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

.wp-block-table tr td {
	border: 1px solid #333 !important;
	padding: 10px !important;
}

.single-farm .wp-block-africamps-accordion-item .wp-block-table table tr td {
	font-size: 0.9rem;
	padding: 6px !important;
}

.single-farm .wp-block-africamps-accordion-item .wp-block-table table:not(.has-fixed-layout) tr td {
	white-space: nowrap;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #aa2d26;
	text-decoration: none;
}

a:visited {
	color: #aa2d26;
}

a:hover,
a:focus,
a:active {
	color: #951f19;
}

a:focus {
	outline: thin dotted;
}

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

.has-africamps-blue-green-background-color a {
	color: #fff;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus {
	border-color: #aaa #bbb #bbb;
}

button:visited,
input[type="button"]:visited,
input[type="reset"]:visited {
	color: rgba(0, 0, 0, 0.8);
}

.wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button__link {
	font-size: 0.9em;
	line-height: 1.5;
	letter-spacing: 0;
	font-weight: 500;
	text-transform: uppercase;
}

.wp-block-africamps-block-booking-cta .wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-africamps-block-booking-cta
.wp-block-button__link {
	border-radius: 10px;
	font-size: 1.125em;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover,
.wp-block-button__link:hover {
	color: #fff;
	opacity: 0.9;
}

.wp-block-button.is-style-outline > .wp-block-button__link:visited,
.wp-block-button__link:visited {
	color: #fff;
}

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"],
select,
textarea,
.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
	-webkit-appearance: none;
	background-color: #eee !important;
	width: 100%;
	border-width: 0;
	border-radius: 0;
	color: #999 !important;
	font-size: 0.85rem !important;
	padding: 1rem !important;
}

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,
select:focus,
textarea:focus,
.gform_wrapper.gravity-theme input[type="color"]:focus,
.gform_wrapper.gravity-theme input[type="date"]:focus,
.gform_wrapper.gravity-theme input[type="datetime-local"]:focus,
.gform_wrapper.gravity-theme input[type="datetime"]:focus,
.gform_wrapper.gravity-theme input[type="email"]:focus,
.gform_wrapper.gravity-theme input[type="month"]:focus,
.gform_wrapper.gravity-theme input[type="number"]:focus,
.gform_wrapper.gravity-theme input[type="password"]:focus,
.gform_wrapper.gravity-theme input[type="search"]:focus,
.gform_wrapper.gravity-theme input[type="tel"]:focus,
.gform_wrapper.gravity-theme input[type="text"]:focus,
.gform_wrapper.gravity-theme input[type="time"]:focus,
.gform_wrapper.gravity-theme input[type="url"]:focus,
.gform_wrapper.gravity-theme input[type="week"]:focus,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme textarea:focus {
	outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

input[type="submit"] {
	font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
	font-size: 0.85rem;
	background-color: #aa2d26;
	border-radius: 0;
	line-height: 1.7;
	font-weight: 500;
	color: #fff;
	padding: 14px 26px;
	border: none;
	cursor: pointer;
}

.gform_wrapper.gravity-theme .gform_footer {
	display: flex;
	justify-content: end;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
:where(.wp-block-columns) {
	margin-bottom: 0;
}

.wp-block-columns.columns-mb-3 {
	margin-bottom: 3rem;
}

.wp-block-columns .wp-block-column.vertical-center-content {
	flex-direction: column;
	justify-content: center;
	display: flex;
}

.wp-block-column.has-background > * {
	margin: 1.5rem;
}

.columns-container {
	width: 82%;
	max-width: 1480px;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {

	.columns-container {
		width: 94%;
	}
}

@media screen and (max-width: 480px) {

	.columns-container.wp-block-columns {
		flex-wrap: wrap !important;
		gap: 0;
	}
}

@media screen and (max-width: 1024px) {

	.columns-container.wp-block-columns {
		flex-direction: row;
	}

	.columns-container.wp-block-columns:not(.media-tablet-nostack) {
		flex-wrap: wrap !important;
		gap: 0;
	}
}

@media screen and (max-width: 480px) {

	.columns-container.wp-block-columns .wp-block-column {
		flex-basis: 100% !important;
	}
}

@media screen and (max-width: 1024px) {

	.columns-container.wp-block-columns .wp-block-column {
		flex-basis: 100% !important;
	}
}

@media screen and (max-width: 1024px) {

	.columns-container.wp-block-columns.two-column-stack {
		flex-wrap: wrap !important;
		flex-direction: row;
		gap: 0;
	}
}

@media screen and (max-width: 480px) {

	.columns-container.wp-block-columns.two-column-stack {
		flex-direction: column;
		flex-wrap: nowrap !important;
	}
}

@media screen and (max-width: 1024px) {

	.columns-container.wp-block-columns.two-column-stack .wp-block-column {
		flex-basis: 48% !important;
	}
}

@media screen and (max-width: 1024px) {

	.wp-block-columns {
		flex-direction: column;
	}

	.wp-block-columns.mobile-reverse {
		flex-direction: column-reverse;
	}

	.wp-block-columns .wp-block-column.has-background {
		padding: 0 0 3rem 0;
	}

	.wp-block-columns .wp-block-column.vertical-center-content {
		display: block;
	}
}

@media screen and (max-width: 781px) {

	.home .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.site-header {
	position: absolute;
	width: 100%;
	padding: 2% 4% 0;
	z-index: 10;
	display: flex;
	justify-content: space-between;
}

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

	.site-header {
		padding: 2% 9% 0;
	}
}

.site-header .logo.small {
	display: none;
}

.site-header img.logo.default {
	max-width: 230px;
}

.site-header .site-branding {
	z-index: 10;
}

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

	.page-template-page-fullwidth-no-logo .site-header {
		padding: 0.5% 0 0;
		justify-content: center;
	}
}

.site-header.fixed::before {
	content: "";
	background-color: rgba(0, 0, 0, 0);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61) 3%, rgba(0, 0, 0, 0) 43%);
	height: 280px;
	width: 100%;
	z-index: 0;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
}

#hero.wp-block-africamps-block-fullscreen-slider {
	height: 100vh;
	overflow: hidden;
}

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

	#hero.wp-block-africamps-block-fullscreen-slider.majorityscreen {
		height: 86vh;
		overflow: hidden;
	}
}

#hero .swiper-slide {
	background: #333;
}

#hero picture {
	width: 100%;
	height: 100%;
	display: flex;
}

#hero picture img {
	object-fit: cover;
	height: auto;
	width: 100%;
}

.wp-block-africamps-block-image-slider {
	overflow: hidden;
}

.wp-block-africamps-block-image-slider .swiper-slide {
	background: #333;
}

.wp-block-africamps-block-image-slider picture {
	width: 100%;
	height: 100%;
	display: flex;
}

.wp-block-africamps-block-image-slider picture img {
	object-fit: cover;
	height: auto;
	width: 100%;
}

.wp-block-africamps-block-booking-cta {
	position: relative !important;
}

#africamps-date-picker {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 12px 11px -16px rgba(0, 0, 0, 0.3);
	padding: 1% 12%;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}

@media screen and (max-width: 1024px) {

	#africamps-date-picker {
		padding: 4%;
		position: relative;
		background: var(--africamps-off-white) !important;
		box-shadow: none !important;
	}
}

#africamps-date-picker form div {
	position: relative;
	margin: 0;
	width: 23%;
}

#africamps-date-picker form div input,
#africamps-date-picker form div select {
	width: 100%;
	height: 100%;
	padding: 0.5rem;
	border: 1px solid transparent;
	border-radius: 4px;
	margin: 0 0 1rem;
	color: #404040;
	font-size: 0.9em;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 400;
}

@media screen and (max-width: 1024px) {

	#africamps-date-picker form div input,
	#africamps-date-picker form div select {
		padding: 1rem !important;
	}
}

#africamps-date-picker form div input::placeholder,
#africamps-date-picker form div select::placeholder {
	color: #404040;
}

#africamps-date-picker form div input:focus,
#africamps-date-picker form div select:focus {
	border: 1px solid #757575;
	outline: none;
}

#africamps-date-picker form div select {
	-webkit-appearance: none;
}

#africamps-date-picker form div select:focus {
	border: none;
}

#africamps-date-picker form div span {
	position: absolute;
	line-height: 4;
	right: 0.75rem;
	cursor: pointer;
}

@media screen and (max-width: 1024px) {

	#africamps-date-picker form div span {
		line-height: 3.35 !important;
	}
}

#africamps-date-picker form div button {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	padding: 0.5rem 1rem;
	background: #e2ac42;
	border: none;
	cursor: pointer;
	color: #fff;
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 0.9em;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 700;
	text-transform: capitalize;
}

@media screen and (max-width: 1024px) {

	#africamps-date-picker form div button {
		padding: 1rem !important;
	}
}

#africamps-date-picker form div .fa {
	color: #404040;
}

@media screen and (max-width: 1024px) {

	#hero {
		position: relative;
		height: auto;
		transition: padding 1000ms;
	}

	#hero picture img {
		mask-image: none;
		-webkit-mask-image: none;
	}

	#hero.wp-block-africamps-block-fullscreen-slider {
		height: auto;
	}

	header.site-header {
		position: relative;
		padding: 1% 1% !important;
		z-index: 20000;
		display: flex;
		justify-content: space-between;
		background: #aa2d26 !important;
		top: 0;
	}

	header.site-header::before {
		display: none;
	}

	header.site-header .site-branding {
		width: 25%;
		max-width: 120px;
	}

	header.site-header .logo.default {
		display: none;
	}

	header.site-header .logo.small {
		display: block;
		padding: 0.5rem;
	}

	.page-template-page-fullwidth-no-logo header.site-header {
		position: relative;
	}

	header.site-header.fixed {
		position: fixed;
		z-index: 30000;
	}

	.wp-block-africamps-block-video-slider {
		width: 90% !important;
	}
}

.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.mt-0 {
	margin-top: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.lh-0-5 {
	line-height: 0.5;
}

.lh-1 {
	line-height: 1;
}

.lh-1-2 {
	line-height: 1.2;
}

.lh-1-5 {
	line-height: 1.5;
}

.lh-2 {
	line-height: 2;
}

.password-protected {
	position: fixed;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	background: url(https://africamps.com/2024/wp-content/uploads/2020/10/africamps-stanford-hills-glamping-south-africa-007-scaled.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.password-protected div {
	width: 45%;
	background: #fff;
}

.password-protected div img {
	display: block;
	margin: 2rem auto;
	width: calc(193px / 1.5);
}

.password-protected div form input[type="submit"] {
	margin-top: 0.5rem;
}

@media screen and (max-width: 1024px) {

	.password-protected div {
		width: 70%;
	}
}

@media screen and (max-width: 768px) {

	.password-protected div {
		width: 80%;
	}
}

@media screen and (max-width: 480px) {

	.password-protected div {
		width: 90%;
	}
}

.error-404 {
	position: fixed;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	background: url(https://africamps.com/2024/wp-content/uploads/2020/10/africamps-stanford-hills-glamping-south-africa-007-scaled.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.error-404 div {
	width: 45%;
	background: #fff;
	text-align: center;
	padding: 2rem 0;
}

.error-404 div h1 {
	font-weight: 400;
	margin-bottom: 0;
}

.error-404 div p {
	margin-top: 0;
}

.error-404 div img {
	display: block;
	margin: 0 auto;
	width: calc(193px / 1.5);
}

@media screen and (max-width: 1024px) {

	.error-404 div {
		width: 70%;
	}
}

@media screen and (max-width: 768px) {

	.error-404 div {
		width: 80%;
	}
}

@media screen and (max-width: 480px) {

	.error-404 div {
		width: 90%;
	}
}

#spotlight .spl-footer {
	display: none;
}

.page-id-245813 .fc-theme-standard .fc-scrollgrid {
	border: 1px solid var(--fc-border-color, #ddd) !important;
}

.page-id-245813 .fc .fc-daygrid-day-number {
	padding: 6px 6px !important;
}

.page-id-245811 #partner-with-us-icon {
	color: #fff;
	font-size: 180px;
}

@media screen and (max-width: 768px) {

	.page-id-245811 #partner-with-us-icon {
		margin: 2rem auto 0;
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {

	.page-id-245811 #partner-with-us-icon {
		display: none;
		font-size: 90px;
		margin: 2rem auto 0;
		text-align: center;
	}
}

.page-id-247911 #get-started-icon {
	color: #fff;
	font-size: 80px;
}

@media screen and (max-width: 768px) {

	.page-id-247911 #get-started-icon {
		margin: 2rem auto 0;
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {

	.page-id-247911 #get-started-icon {
		display: none;
		font-size: 40px;
		margin: 2rem auto 0;
		text-align: center;
	}
}

.wp-block-separator {
	border: none !important;
	width: 80%;
	max-width: 1080px;
	background: #706153;
}

@media screen and (max-width: 480px) {

	.wp-block-cover.has-parallax {
		min-height: 35vh !important;
	}
}

@media screen and (max-width: 480px) {

	.wp-block-cover.has-parallax .wp-block-cover__image-background.has-parallax {
		background-attachment: scroll;
	}
}

nav.wp-block-query-pagination {
	position: relative;
	text-align: center;
	margin: 0 0 3rem;
	justify-content: center;
}

nav.wp-block-query-pagination .wp-block-query-pagination-previous,
nav.wp-block-query-pagination .wp-block-query-pagination-next {
	background: #aa2d26;
	padding: 0.5rem;
	color: #fff;
	text-decoration: none;
}

nav.wp-block-query-pagination .wp-block-query-pagination-numbers a {
	padding: 6px;
}

nav.wp-block-query-pagination .wp-block-query-pagination-numbers a:visited {
	color: #aa2d26;
}

#camp-selector-image-menu {
	width: 94%;
	margin: 0 auto;
}

#camp-selector-image-menu .section {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

#camp-selector-image-menu .section > div {
	width: 48%;
	aspect-ratio: 1;
	background-size: cover !important;
	background-position: center !important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-weight: 900;
	margin: 0 0 4%;
}

.blog-archive ul {
	padding: 0;
	margin: 0 0 4rem 0;
}

.blog-archive li {
	border: 1px solid #d8d8d8;
	border-radius: 5px;
}

.blog-archive li div,
.blog-archive li h2,
.blog-archive li a {
	padding: 0 1rem;
}

.blog-archive li a {
	display: block;
	margin: 0 0 1rem;
	color: #aa2d26;
}

.single-post .site-header {
	position: fixed;
	padding: 10px 10%;
	background: #fff;
	top: 0;
	border-bottom: 1px solid #ccc;
}

.single-post .site-header img.logo.default {
	max-width: 90px;
}

.single-post .site-header::before {
	display: none;
}

.single-post .site-branding,
.single-post .main-navigation {
	width: auto;
}

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

	.single-post .main-navigation {
		display: flex;
		align-items: center;
	}
}

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

	.single-post .main-navigation a {
		font-weight: 500;
		color: rgba(0, 0, 0, 0.6);
	}

	.single-post .main-navigation a:hover {
		color: rgba(0, 0, 0, 0.8);
	}
}

.single-post .site-main {
	width: 80%;
	max-width: 1080px;
	margin: 150px auto 0;
}

@media screen and (max-width: 480px) {

	.single-post .site-main {
		margin: 120px auto 0;
		width: 90%;
	}
}

@media screen and (max-width: 480px) {

	.single-post .site-main h1 {
		font-size: 1.5em;
		line-height: 1.55;
	}
}

.single-post .site-main p {
	max-width: 100%;
}

.single-post .site-main a {
	color: #aa2d26;
}

.single-farm .wp-block-africamps-block-booking-cta h2,
.page-id-246710 .wp-block-africamps-block-booking-cta h2 {
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	font-size: 1.5em;
	letter-spacing: 0;
	font-weight: 500;
}

.single-farm .wp-block-africamps-block-booking-cta .wp-block-button a,
.page-id-246710 .wp-block-africamps-block-booking-cta .wp-block-button a {
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.7;
}

.single-farm p,
.page-id-246710 p {
	letter-spacing: 0;
	font-weight: 500;
}

.single-farm h3,
.page-id-246710 h3 {
	font-size: 1.5em;
	font-weight: 300;
	letter-spacing: 0.1vw;
	line-height: 1.2;
}

.single-farm .wp-block-africamps-block-carousel-slider .card-container h3,
.page-id-246710 .wp-block-africamps-block-carousel-slider .card-container h3 {
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.15;
}

.single-farm .wp-block-africamps-block-custom-list li,
.page-id-246710 .wp-block-africamps-block-custom-list li {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
}

.single-farm .wp-block-africamps-accordion-container .collapse-header,
.page-id-246710 .wp-block-africamps-accordion-container .collapse-header {
	font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
}

.single-farm .wp-block-africamps-accordion-container .collapse-item p,
.single-farm .wp-block-africamps-accordion-container .collapse-item li,
.page-id-246710 .wp-block-africamps-accordion-container .collapse-item p,
.page-id-246710 .wp-block-africamps-accordion-container .collapse-item li {
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.7;
}

@media screen and (max-width: 480px) {

	.wp-block-embed.is-type-video iframe {
		aspect-ratio: 16 / 9;
		height: auto;
	}
}

.wp-block-africamps-block-progress-bar .progress-bar-container .item_label,
.wp-block-africamps-block-progress-bar .progress-bar-container .item_value {
	font-size: 1rem;
	font-weight: 400;
}

@media screen and (max-width: 480px) {

	.mobile-hidden {
		display: none !important;
	}
}

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

	.tablet-hidden {
		display: none;
	}
}

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

	.desktop-hidden {
		display: none;
	}
}

@media screen and (max-width: 480px) {

	.wp-block-africamps-block-logo-divider.mobile-hidden + .logo-divider-spacer {
		display: none;
	}
}

.site-footer {
	background: #aa2d26;
	color: #fff;
}

.site-footer .columns-container {
	display: flex;
	justify-content: space-between;
	padding: 2.5rem 0 1rem;
}

@media screen and (max-width: 768px) {

	.site-footer .columns-container {
		padding: 1rem;
	}
}

.site-footer .columns-container a {
	color: #fff;
	text-decoration: none;
	line-height: 32px;
}

.site-footer .columns-container a:hover {
	opacity: 0.8;
}

.site-footer .columns-container ul {
	margin: 0;
	padding: 0 0 0 1rem;
}

.site-footer .columns-container h4 {
	color: #fff;
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0;
	margin: 0 0 1rem;
}

.site-footer .columns-container .widget-area {
	width: calc(100% / 3.75);
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	font-weight: 100;
	font-size: 0.875rem;
	letter-spacing: 0;
	position: relative;
}

@media screen and (max-width: 768px) {

	.site-footer .columns-container .widget-area {
		width: 100%;
	}
}

.site-footer .columns-container .widget-area:nth-of-type(2) {
	padding: 0;
}

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

	.site-footer .columns-container .widget-area:nth-of-type(2) {
		padding: 0 5rem 0 0;
	}
}

@media screen and (max-width: 768px) {

	.site-footer .columns-container .widget-area:nth-of-type(2) {
		display: none;
	}
}

.site-footer .columns-container .widget-area:last-of-type {
	width: calc((100% - 15%) / 2);
	padding-left: 3rem;
	font-size: 1rem;
}

.site-footer .columns-container .widget-area:last-of-type section:nth-of-type(2) {
	line-height: 2.5;
}

@media screen and (max-width: 768px) {

	.site-footer .columns-container .widget-area:last-of-type {
		display: none;
	}
}

.site-footer .columns-container .widget-area .widget i {
	font-size: 1rem;
	margin: 0 0.25rem 0 0;
}

.site-footer .columns-container .widget-area .logo.small {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: auto;
	display: block;
	opacity: 0.3;
}

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

	.site-footer .columns-container .widget-area .logo.small {
		display: none;
	}
}

.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover p {
	text-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.4);
}

.wp-block-cover h1 + p:first-of-type,
.wp-block-cover h2 + p:first-of-type {
	margin-top: 0;
	padding-top: 0;
}

.wp-block-cover .has-large-font-size {
	margin-bottom: 0;
}

.iframe-overlay-container {
	position: relative;
}

.iframe-overlay-container .overlay {
	width: 100%;
	background: rgba(255, 255, 255, 0.01);
	height: 100%;
	position: absolute;
	z-index: 1000;
}

.camp.lazy {
	background-image: none !important;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.hamburger {
	display: inline-block;
	cursor: pointer;
}

.hamburger .bar1,
.hamburger .bar2,
.hamburger .bar3 {
	width: 25px;
	height: 3px;
	background-color: #fff;
	margin: 4px 0;
	transition: 0.4s;
	border-radius: 6px;
}

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

	.hamburger .bar1,
	.hamburger .bar2,
	.hamburger .bar3 {
		width: 35px;
		height: 3px;
		margin: 8px 0;
	}
}

.hamburger.change .bar1 {
	transform: translate(0, 3px) rotate(-45deg);
}

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

	.hamburger.change .bar1 {
		transform: translate(0, 11px) rotate(-45deg);
	}
}

.hamburger.change .bar2 {
	opacity: 0;
}

.hamburger.change .bar3 {
	transform: translate(0, -11px) rotate(45deg);
}

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

	.hamburger.change .bar3 {
		transform: translate(0, -11px) rotate(45deg);
	}
}

/* The 'Our Tents' sub menu tweaks */
.main-navigation ul li.tents .menu-depth-1 {
	width: 20vw;
}

.main-navigation ul li.tents .menu-depth-1 li {
	width: 100%;
}

.main-navigation ul li.tents .menu-depth-1 li.nav-column > a {
	display: block !important;
}

.main-navigation ul li.tents:hover .menu-depth-1 {
	left: 0;
}

/* The 'Our Tents' sub menu tweaks */
.main-navigation {
	display: block;
}

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

.main-navigation ul .menu-depth-1 {
	display: flex;
	flex-wrap: wrap;
	width: 60vw;
	background: #fff;
	border-top: 3px solid #aa2d26;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 125%;
	left: -999em;
	z-index: 99999;
	padding: 1rem 0;
}

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

.main-navigation ul .menu-depth-1 li {
	width: calc(100% / 3);
	margin: 0;
	padding: 0;
}

.main-navigation ul .menu-depth-1 li.nav-column {
	padding: 0 1rem !important;
}

.main-navigation ul .menu-depth-1 li.nav-column > a {
	display: none !important;
}

.main-navigation ul .menu-depth-1 li a {
	display: block;
	padding: 10px;
}

.main-navigation ul .menu-depth-1 a {
	display: inline;
	color: #333;
	font-size: 12px;
	padding: 10px 0;
}

.main-navigation ul .menu-depth-2 li {
	width: 100%;
	margin: 0;
	padding: 0;
}

.main-navigation ul .menu-depth-2 li.category-column > a {
	font-weight: 800 !important;
}

.main-navigation ul .menu-depth-2 li a {
	padding: 10px;
}

.main-navigation ul .menu-depth-2 li a:hover,
.main-navigation ul .menu-depth-2 li a.focus {
	background: #eee;
}

.main-navigation ul .menu-depth-2 a {
	display: inline;
	color: #333;
	font-size: 11px;
	padding: 10px 0;
}

.main-navigation ul .menu-depth-3 {
	border-top: 1px solid;
	padding: 0.5rem 0;
}

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

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

	/* Add a transparent pseudo-element buffer zone so
		the mouse doesn’t “fall off” the hover region. */
}

@media screen and (max-width: 1220px) {

	.main-navigation li {
		padding: 0 8px;
	}
}

@media screen and (max-width: 1162px) {

	.main-navigation li {
		padding: 0 4px;
	}
}

.main-navigation li.menu-item-has-children::after {
	content: "";
	position: absolute;
	top: 100%;

	/* directly below parent */
	left: 0;
	width: 100%;
	height: 10px;

	/* adjust to cover the gap */
	pointer-events: auto;

	/* important to catch hover */
	background: transparent;
	z-index: 1;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 14px;
	color: #fff;
	text-transform: uppercase;
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-navigation a:hover {
	opacity: 0.8;
}

/* Small menu. */
.main-navigation .menu-toggle-container {
	display: flex;
	height: 85px;
	position: absolute;
	top: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	width: 4rem;
}

.main-navigation.toggled {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	width: 80%;
	height: 100%;
	z-index: 10000;
	top: 0;
	right: 0;
	transition: 0.5s ease;
}

.main-navigation.toggled .menu-toggle {
	z-index: 1000;
}

.main-navigation.toggled ul#primary-menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 60vh;
	margin-top: 20vh;
}

.main-navigation.toggled ul#primary-menu .active i {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

.main-navigation.toggled ul#primary-menu .sub-menu.menu-depth-1 {
	display: none;
}

.main-navigation.toggled ul#primary-menu .sub-menu.menu-depth-1.active {
	display: block;
}

.main-navigation.toggled ul#primary-menu .sub-menu {
	width: 100%;
	max-height: 0;
	transition: max-height 1s ease-out;
	background: transparent;
	border-top: none;
	box-shadow: none;
	float: none;
	position: relative;
	top: auto;
	left: auto;
}

.main-navigation.toggled ul#primary-menu .sub-menu li {
	display: none;
	border: none;
	width: 100%;
}

.main-navigation.toggled ul#primary-menu .sub-menu li:hover {
	background: none;
}

.main-navigation.toggled ul#primary-menu .sub-menu li a {
	display: block;
	color: #fff;
	font-size: 16px;
}

.main-navigation.toggled ul#primary-menu .sub-menu li a:hover {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.main-navigation.toggled ul#primary-menu .sub-menu.active {
	max-height: 500px;
	transition: max-height 0.5s ease-in;
}

.main-navigation.toggled ul#primary-menu .sub-menu.active li {
	display: block;
}

.main-navigation.toggled ul#primary-menu li {
	width: 100%;
}

.main-navigation.toggled ul#primary-menu li a {
	padding: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.mobile-menu-enabled {
	display: block;
}

.mobile-menu-enabled a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile-menu-disabled {
	display: none;
}

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

	.menu-toggle {
		display: none;
	}

	.mobile-menu-enabled {
		display: none;
	}

	.mobile-menu-disabled {
		display: block;
	}

	.main-navigation ul {
		display: flex;
		flex-wrap: wrap;
	}
}

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/* Swiper js plugin
--------------------------------------------- */
.swiper-pagination-bullet-active {
	background-color: #fff;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
	opacity: 0;
	transition: opacity 0.3s;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
	opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff;
	width: 1.5rem;
	height: 1.5rem;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 1.5rem;
}

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

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.has-africamps-red-background-color {
	background-color: #aa2d26;
}

.has-africamps-red-color {
	color: #aa2d26;
}

.has-africamps-yellow-background-color {
	background-color: #e2ac42;
}

.has-africamps-yellow-color {
	color: #e2ac42;
}

.has-africamps-light-grey-background-color {
	background-color: #abadb0;
}

.has-africamps-light-grey-color {
	color: #abadb0;
}

.has-africamps-blue-green-background-color {
	background-color: #83b2ad;
}

.has-africamps-blue-green-color {
	color: #83b2ad;
}

.has-africamps-white-background-color {
	background-color: #fff;
}

.has-africamps-white-color {
	color: #fff;
}

.has-africamps-brown-background-color {
	background-color: #706153;
}

.has-africamps-brown-color {
	color: #706153;
}

@media screen and (max-width: 1200px) {

	.wp-block-africamps-block-carousel-slider .swiper {
		width: 100%;
		margin: 0 0 3rem !important;
	}
}

/*
 * Carousel Slider
 */
@media screen and (max-width: 1200px) {

	.wp-block-africamps-block-carousel-slider .swiper-button-next,
	.wp-block-africamps-block-carousel-slider .swiper-button-prev {
		display: none;
	}
}

.wp-block-africamps-block-carousel-slider .card-container h3 {
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: 0.1vw;
}

.wp-block-africamps-block-carousel-slider .card-container ul li {
	line-height: 1.6;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	list-style-position: outside;
	margin: 0 0 0 1rem;
}

/*
 * Image Gallery Carousel
 */
@media screen and (max-width: 1200px) {

	.wp-block-africamps-block-carousel-image-gallery .swiper-button-next,
	.wp-block-africamps-block-carousel-image-gallery .swiper-button-prev {
		display: none;
	}
}

@media screen and (max-width: 480px) {

	.wp-block-africamps-block-carousel-image-gallery .swiper {
		width: 100%;
		margin: 0 0 3rem !important;
	}
}

/*
 * Publication Carousel
 */
.wp-block-africamps-block-publication-slider h1 {
	letter-spacing: 0;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	margin: 0;
	line-height: 1.2;
}

.wp-block-africamps-block-publication-slider p {
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.wp-block-africamps-block-publication-slider p:first-of-type {
	margin-top: 0.5;
}

@media screen and (max-width: 1200px) {

	.wp-block-africamps-block-publication-slider .swiper-button-next,
	.wp-block-africamps-block-publication-slider .swiper-button-prev {
		display: none;
	}
}

.wp-block-africamps-block-publication-slider .swiper-wrapper {
	margin: 0 0 1rem;
}

.wp-block-africamps-block-publication-slider .swiper-slide {
	width: 100% !important;
}

@media screen and (max-width: 480px) {

	.wp-block-africamps-block-publication-slider .swiper-slide {
		text-align: left;
	}
}

@media screen and (max-width: 480px) {

	.wp-block-africamps-block-publication-slider .swiper-slide img {
		max-width: 100%;
	}
}

@media screen and (max-width: 1200px) {

	.wp-block-africamps-block-publication-slider .flexslide div {
		width: 100%;
	}
}

@media screen and (max-width: 1200px) {

	.wp-block-africamps-block-publication-slider .flexslide div:first-of-type,
	.wp-block-africamps-block-publication-slider .flexslide div:last-of-type {
		padding: 0;
	}
}

@media screen and (max-width: 768px) {

	.wp-block-africamps-block-publication-slider .flexslide div:last-of-type {
		display: none;
	}
}

@media screen and (max-width: 768px) {

	.wp-block-africamps-block-booking-cta {
		position: relative;
		text-align: center;
		margin: 0 auto;
		box-shadow: none;
		background: var(--africamps-off-white);
		padding: 0 2% 8%;
	}
}

@media screen and (max-width: 1024px) {

	.wp-block-africamps-block-booking-cta {
		position: relative;
		margin: 0 auto;
		box-shadow: none;
		background: var(--africamps-off-white);
		padding: 0 2% 4%;
	}
}

.wp-block-africamps-block-booking-cta h1 {
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 1rem;
}

@media screen and (max-width: 480px) {

	.wp-block-africamps-block-booking-cta h1 {
		font-size: 1.2rem;
		font-weight: 800;
		line-height: 1.2;
		color: #706153;
		margin-bottom: 1rem !important;
	}
}

.wp-block-africamps-block-booking-cta h2 {
	margin-bottom: 1rem;
	line-height: 1;
}

@media screen and (max-width: 480px) {

	.wp-block-africamps-block-booking-cta h2 {
		display: none;
	}
}

@media screen and (max-width: 480px) {

	.wp-block-africamps-block-fullscreen-slider .swiper-pagination {
		bottom: 1rem !important;
	}
}

@media screen and (max-width: 1024px) {

	.wp-block-africamps-block-image-sections {
		flex-direction: column;
	}

	.wp-block-africamps-block-image-sections.mobile-reverse {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 1024px) {

	.wp-block-africamps-block-image-sections > div {
		width: 100%;
		min-height: 40vh;
	}
}

@media screen and (max-width: 1024px) {

	.wp-block-africamps-block-image-sections > div > * {
		margin: 1rem 5%;
	}
}

/* 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);
	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;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	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;
}

/* pages
--------------------------------------------- */
.page-id-245823 .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 180px;
}

.page-id-245823 .mt-0 {
	margin-top: 0;
}

.page-id-245823 .pt-0 {
	padding-top: 0;
}

.page-id-245823 .lineh-1 {
	line-height: 1;
}

.page-id-245821 h2.wp-block-heading {
	font-size: 1.5rem;
	line-height: 1.1;
	margin-bottom: 0.5rem;
}

.page-id-245821 p,
.page-id-245821 li {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0;
}

.page-id-245821 ul {
	margin: 0;
	padding: 0 0 0 1rem;
}

.page-id-245821 .mb-0 {
	margin-bottom: 0;
}

.page-id-245819 .wp-block-africamps-block-carousel-slider .card-content p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0;
}

.page-id-245819 .wp-block-africamps-block-carousel-slider .card-content p:first-of-type {
	margin-top: 0.5rem;
}

.page-id-245819 .wp-block-africamps-block-carousel-slider h3 {
	font-weight: 700;
}

.wp-block-post.post.type-post .wp-block-post-featured-image img {
	object-fit: cover;
}

.wp-block-post.post.type-post .wp-block-post-title {
	font-size: 1.25rem;
	padding-bottom: 10px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 0;
	margin-top: 2rem;
}

.wp-block-post.post.type-post .wp-block-post-date {
	font-size: 1rem;
	line-height: 1.7;
	letter-spacing: 0;
	font-weight: 500;
	color: #666;
	margin: 0 0 6px;
}

.wp-block-post.post.type-post .wp-block-post-excerpt p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0;
}

.wp-block-post.post.type-post .wp-block-read-more,
.wp-block-post.post.type-post .wp-block-post-excerpt__more-link {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0;
	text-decoration: none;
	padding: 0;
}

.wp-block-post.post.type-post .wp-block-read-more:visited,
.wp-block-post.post.type-post .wp-block-post-excerpt__more-link:visited {
	color: #aa2d26;
}

.single.single-post article {
	margin: 0 auto;
	max-width: 1080px;
}

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

	.single.single-post article {
		width: 80%;
	}
}

.single.single-post .entry-title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.1vw;
}

.single.single-post .wp-block-heading {
	margin-left: 0;
	margin-right: 0;
}

.single.single-post p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0;
}

.single.single-post ul.social {
	list-style: none;
	margin: 1rem 0 5rem;
	padding: 0;
	display: flex;
}

.single.single-post ul.social .fa-square.facebook {
	color: #3b5998 !important;
}

.single.single-post ul.social .fa-square.instagram {
	color: #ea2c59 !important;
}

.single.single-post ul.social .fa-square.youtube {
	color: #a82400 !important;
}

.single.single-post ul.social .fa-square.twitter {
	color: #00aced !important;
}

.single.single-post ul.social .fa-stack:hover {
	opacity: 0.8;
}
