@font-face {
    font-family: 'Ringbearer';
    src: url('/assets/fonts/RingbearerMedium.eot');
    src: url('/assets/fonts/RingbearerMedium.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/RingbearerMedium.woff2') format('woff2'),
        url('/assets/fonts/RingbearerMedium.woff') format('woff'),
        url('/assets/fonts/RingbearerMedium.ttf') format('truetype'),
        url('/assets/fonts/RingbearerMedium.svg#RingbearerMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


:root {
	--color-primary: #733b7a;
	--color-primary-alt: #4a3276;
	--color-secondary: #72a2b5;
	--color-secondary-rgb: 34, 54, 140;
	--color-secondary-alt: #5991a8;
	--color-tertiary: rgb(183, 101, 165);
	--color-tertiary-alt: rgb(184, 70, 159);
	--link-color: #ebe1cf;
	--color-green: #46812b;
	--color-moss: #646b46;
}

body{
	font-size:.9rem;
	font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	color: #333;
	overflow-x:hidden;

	display: flex;
	min-height: 100vh;
	flex-direction: column;

	background-image: url('/assets/images/body-bg.jpg');
}

html {
	overflow-x: hidden;
}

.main-content {
	/* background: #f1f1f1; */
	flex: 1;
	margin-top: 9.5rem;
}

@media (min-width: 576px) {
	.main-content {
		margin-top: 7.5rem;
	}
}

img {
	max-width: 100%;
}

a.overlay{
   position: absolute;
   top:0px;
   left:0px;
   height:100%;
   width:100%; 
}

a {
	color: var(--color-primary);
}

a:hover {
	text-decoration: none;
	color: var(--color-primary-alt);
}

.container{
   max-width:1200px;
}


.watercolor-bg {
	position: relative;
}

.watercolor-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-position: center;
	background-image: url('/assets/images/blue-water-bg.jpg');
	/* filter: hue-rotate(52deg); */
}

.watercolor-bg--purple::before {
	background-image: url('/assets/images/purple-water-bg.jpg');
}

.watercolor-bg--rough::before {
	display: block;
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-mask-image: url(/assets/images/watercolor-rough-1.png),url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="),url(/assets/images/watercolor-rough-2.png);
    mask-image: url(/assets/images/watercolor-rough-1.png),url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="),url(/assets/images/watercolor-rough-2.png);
    -webkit-mask-position: center top,0 119px,center bottom;
    mask-position: center top,0 119px,center bottom;
    -webkit-mask-size: 1000px 120px,100% calc(100% - 238px),1000px 120px;
    mask-size: 1000px 120px,100% calc(100% - 238px),1000px 120px;
    -webkit-mask-repeat: repeat-x,no-repeat,repeat-x;
    mask-repeat: repeat-x,no-repeat,repeat-x;
}


.green-bg {
	background-color: var(--color-green);
}

.bg--rough {
	padding-top: 7rem;
	padding-bottom: 7rem;

    -webkit-mask-image: url(/assets/images/section-rough-1.png),url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="),url(/assets/images/section-rough-2.png);
    mask-image: url(/assets/images/section-rough-1.png),url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="),url(/assets/images/section-rough-2.png);
    -webkit-mask-position: center top,0 87px,center bottom;
    mask-position: center top,0 87px,center bottom;
    -webkit-mask-size: 700px 88px,100% calc(100% - 174px),700px 88px;
    mask-size: 700px 88px,100% calc(100% - 174px),700px 88px;
    -webkit-mask-repeat: repeat-x,no-repeat,repeat-x;
    mask-repeat: repeat-x,no-repeat,repeat-x;
}

.bg--reverse {
	transform: scaleX(-1);
}

.moss-bg {
	background-color: var(--color-moss);
}

.decor-bg {
	position: relative;
}
.decor-bg-left {
	position: absolute;
	width: calc(50% - 30px);
	max-width: 700px;
	top: 6%;
	right: 50%;
	text-align: left;
	z-index: -1;
}
.decor-bg-right {
	position: absolute;
	width: calc(50% - 30px);
	max-width: 700px;
	top: 2%;
	left: 50%;
	text-align: right;
	z-index: -1;
}
/*  ----------------------------------------------------------	*/
/*  					Sticky Footer 	 						*/
/*  ----------------------------------------------------------	*/




/* ---------------------------------------------------- */
/* 						Styling							*/
/* ---------------------------------------------------- */
.text-primary {
	color: var(--color-primary) !important;
}

.text-secondary {
	color: var(--color-secondary) !important;
}

.form-field-wrong {
	background-color: rgba(255, 0, 0, .06);
	border: 1px solid rgba(255, 0, 0, .5);
}
.form-field-ok {
	background-color: rgba(0, 255, 0, .07);
	border: 1px solid rgba(0, 255, 0, .5);
}

.bg-blue {
	background: #35A7FF;
}

.bg-yellow {
	background: #FFE74C;
}

.bg-red {
	background: #ff0000;
}

.error, .hasError{
	border: 1px solid #db2b25;
}

input.error, .hasError{
	border: 1px solid #db2b25;
}


.btn{
	border-radius: 0px;
	font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	transition: .4s;
	text-transform: uppercase;
	padding: .4rem 1rem;
}

.btn:not(.btn--no-mask) {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='50' preserveAspectRatio='none'%3E%3Cpath fill='none' d='M.07 0h10v50h-10z'/%3E%3Cpath d='M5 1.17c-1 0-1.27.69-1.62 1.41l-.18.07-.2-.08c-.21-.45-.75-.66-1.33-.89-.31-.12.38-.25.13-.41a1.68 1.68 0 00-1.73-.06c0 1 .43 1.82 1 1.57.07 0 .17.48.25.48.35-.19.33.15.35.45s-.44.3-.24.68C2.56 6.27 3.06 9 4.36 10.91c.75.88.39 1.49.58 2.43a3.78 3.78 0 01.74 2.34c0 .14.58-.25.65-.14s-.41.67-.34.69c.38.19 2 .87 1.24 0 0 0 1 1.83 1 1.93.41 1.36-.34 1 .19 2.24.1.23-.19.47-.09.7s-.15 1-.07 1.21c.84 1 1 2.41 1.78 3.47V1.45A44.58 44.58 0 015 1.17zM9.72 26.38C8.29 28.84 7.21 31.67 6 34.21c-.62-.59-1.16.25-1 .83.38.82-.34 1.76-.88 2.26-.06-.06-.2-.18-.43.21a2.6 2.6 0 000 2.18c-1 2.13-4.36 3.79-3.53 7.05.57-.27 2.09 0 2 .54 0 .16 0 .3.23.29 1.46.43 4.92-.15 5.55.92.68 0 1.47-.05 2.16-.08V25.8c-.1.2-.27.38-.38.58z'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='50' preserveAspectRatio='none'%3E%3Cpath d='M177.71 48.06c.23.1.08.35.17.43.67 0 1.44-.05 2.12-.08v-47c-2.32.54-6.89-1.8-7.8 1.51-1.44-3.55-16.66-1.07-21.4-2.5-.36 1.9-1.75 2.34-3.42 1.37-.67-.41-1.09 0-1.79.08-1.22-.36-1.6-1.27-3.22-.73-4.14.64-8.63-.57-12.46 0-.21 1.28-2.93 1.88-4 .72-.51-.88-.19-1.23-1.8-1-4.26.63-9.11.39-13.58.57-6.2-.4-12 .08-18.35-.85-2.27-.44-2.45 1.07-4 1.53C87 2.11 86.59.78 85.57.55L74.14.59c-3.33-.95-4.37 2.35-7.35 1-1.52-.92-3.79 1.6-5.19.22.15-3.41-8.87.07-11.71-.77C42 1.44 32 .76 23.84.63c-.7.8-1.85 2.44-3 1.53-.69-.56-.87-.52-1.7-.14A2.92 2.92 0 0115 .1c-3.13-.45-6.5 1.18-9.59.9-.93.45-2.64.76-3.06 1.79C1.77 1.69 1.27 1.11 0 1.45v47c4-.07 1.17-.73 3.35-1.78 1.38-.12 1.35.64 2.32.87 2.14.32 5.06 1.79 7.1.84a1.28 1.28 0 00.56-1c.07-.46 1-.41 1.34-.32.14.07.21.17.18.27-.18.55.4 1.09.2 1.65-.1.3.15.27.37.26 9.55-1.05 21.11-.51 30.4.18 0-1.41 1.28-1.24 2.28-1a10.39 10.39 0 005.8-.9c.7.07.7.67.88 1.07 4.74.2 9.89-.43 14.56.44 1.8.6 2.5-.72 4.31-.69 4.51 1.09 9.35-.9 13.72-.16 1 .18 1.33-.54 2.16-.74 1.32.34 1.57 2 2.65 2.57a60 60 0 0120-.87c.46-.84 2.49-2.22 3.06-.9a4.46 4.46 0 002.59.41c.69-.38.49-1 1.6-.94 1.74.39-.25 1.54 2.1 1.18 6.84-.51 14.9 1.67 21-2.2 1 .8.49 2.56 2.16 2.3 5.46 0 10.73-.79 16.21 0 2 .36 2.62-1.62 5.29-1.76.73-.27 2 .32 2.74.32.78-.23 1.15-1.05 2.27-.9.92 0 1 .41 1.06.74 1.45.61 3.74.38 5.45.67z'/%3E%3Cpath fill='none' d='M0 0h180v50H0z'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='50' preserveAspectRatio='none'%3E%3Cpath d='M9.42 47C8.15 45.1 6.81 44.13 8 41.81c-1.35-.47-2-2.87-3.1-3.9-.7-.79-.64-2.3-.73-3.28-.62-1.84-1.68-1.74-2.46-3.35a5.11 5.11 0 00-.74-3c.16-.36.52-.31.27-1.06-.2-.6-.27-.41-.52-.5-.6-.09-.56-.79-.72-1.27v23c.67-.25 2 .15 2.42-.44 1-4.09 5.56 2.5 7.58.29zM2.72 18.64s.64-.66.63-.67c.56-1.3.36-2.61.86-3.68C5.45 14 5.46 12.53 6 11.55a2.65 2.65 0 01.1-1.93c.2-.38.32-.26.37-.2a2.48 2.48 0 00.78-2.15c-.21-.47.21-1.61.81-.93.16-.3.47-1.32.68-1.73-.29-1.56.85-1.93 1.26-3.29C9.73-.06 8 1.05 6.91 1c-.5.24-1.23-.13-1.78.06-.78.63-2.43.66-2.74 1.71C1.8 1.68 1.28 1.11 0 1.45v24c.08-.07.14-.09.19-.06a1.42 1.42 0 001.17-1.91c-.2-1.48.98-3.25 1.36-4.84z'/%3E%3Cpath fill='none' d='M0 0h10v50H0z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='50' preserveAspectRatio='none'%3E%3Cpath fill='none' d='M.07 0h10v50h-10z'/%3E%3Cpath d='M5 1.17c-1 0-1.27.69-1.62 1.41l-.18.07-.2-.08c-.21-.45-.75-.66-1.33-.89-.31-.12.38-.25.13-.41a1.68 1.68 0 00-1.73-.06c0 1 .43 1.82 1 1.57.07 0 .17.48.25.48.35-.19.33.15.35.45s-.44.3-.24.68C2.56 6.27 3.06 9 4.36 10.91c.75.88.39 1.49.58 2.43a3.78 3.78 0 01.74 2.34c0 .14.58-.25.65-.14s-.41.67-.34.69c.38.19 2 .87 1.24 0 0 0 1 1.83 1 1.93.41 1.36-.34 1 .19 2.24.1.23-.19.47-.09.7s-.15 1-.07 1.21c.84 1 1 2.41 1.78 3.47V1.45A44.58 44.58 0 015 1.17zM9.72 26.38C8.29 28.84 7.21 31.67 6 34.21c-.62-.59-1.16.25-1 .83.38.82-.34 1.76-.88 2.26-.06-.06-.2-.18-.43.21a2.6 2.6 0 000 2.18c-1 2.13-4.36 3.79-3.53 7.05.57-.27 2.09 0 2 .54 0 .16 0 .3.23.29 1.46.43 4.92-.15 5.55.92.68 0 1.47-.05 2.16-.08V25.8c-.1.2-.27.38-.38.58z'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='50' preserveAspectRatio='none'%3E%3Cpath d='M177.71 48.06c.23.1.08.35.17.43.67 0 1.44-.05 2.12-.08v-47c-2.32.54-6.89-1.8-7.8 1.51-1.44-3.55-16.66-1.07-21.4-2.5-.36 1.9-1.75 2.34-3.42 1.37-.67-.41-1.09 0-1.79.08-1.22-.36-1.6-1.27-3.22-.73-4.14.64-8.63-.57-12.46 0-.21 1.28-2.93 1.88-4 .72-.51-.88-.19-1.23-1.8-1-4.26.63-9.11.39-13.58.57-6.2-.4-12 .08-18.35-.85-2.27-.44-2.45 1.07-4 1.53C87 2.11 86.59.78 85.57.55L74.14.59c-3.33-.95-4.37 2.35-7.35 1-1.52-.92-3.79 1.6-5.19.22.15-3.41-8.87.07-11.71-.77C42 1.44 32 .76 23.84.63c-.7.8-1.85 2.44-3 1.53-.69-.56-.87-.52-1.7-.14A2.92 2.92 0 0115 .1c-3.13-.45-6.5 1.18-9.59.9-.93.45-2.64.76-3.06 1.79C1.77 1.69 1.27 1.11 0 1.45v47c4-.07 1.17-.73 3.35-1.78 1.38-.12 1.35.64 2.32.87 2.14.32 5.06 1.79 7.1.84a1.28 1.28 0 00.56-1c.07-.46 1-.41 1.34-.32.14.07.21.17.18.27-.18.55.4 1.09.2 1.65-.1.3.15.27.37.26 9.55-1.05 21.11-.51 30.4.18 0-1.41 1.28-1.24 2.28-1a10.39 10.39 0 005.8-.9c.7.07.7.67.88 1.07 4.74.2 9.89-.43 14.56.44 1.8.6 2.5-.72 4.31-.69 4.51 1.09 9.35-.9 13.72-.16 1 .18 1.33-.54 2.16-.74 1.32.34 1.57 2 2.65 2.57a60 60 0 0120-.87c.46-.84 2.49-2.22 3.06-.9a4.46 4.46 0 002.59.41c.69-.38.49-1 1.6-.94 1.74.39-.25 1.54 2.1 1.18 6.84-.51 14.9 1.67 21-2.2 1 .8.49 2.56 2.16 2.3 5.46 0 10.73-.79 16.21 0 2 .36 2.62-1.62 5.29-1.76.73-.27 2 .32 2.74.32.78-.23 1.15-1.05 2.27-.9.92 0 1 .41 1.06.74 1.45.61 3.74.38 5.45.67z'/%3E%3Cpath fill='none' d='M0 0h180v50H0z'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='50' preserveAspectRatio='none'%3E%3Cpath d='M9.42 47C8.15 45.1 6.81 44.13 8 41.81c-1.35-.47-2-2.87-3.1-3.9-.7-.79-.64-2.3-.73-3.28-.62-1.84-1.68-1.74-2.46-3.35a5.11 5.11 0 00-.74-3c.16-.36.52-.31.27-1.06-.2-.6-.27-.41-.52-.5-.6-.09-.56-.79-.72-1.27v23c.67-.25 2 .15 2.42-.44 1-4.09 5.56 2.5 7.58.29zM2.72 18.64s.64-.66.63-.67c.56-1.3.36-2.61.86-3.68C5.45 14 5.46 12.53 6 11.55a2.65 2.65 0 01.1-1.93c.2-.38.32-.26.37-.2a2.48 2.48 0 00.78-2.15c-.21-.47.21-1.61.81-.93.16-.3.47-1.32.68-1.73-.29-1.56.85-1.93 1.26-3.29C9.73-.06 8 1.05 6.91 1c-.5.24-1.23-.13-1.78.06-.78.63-2.43.66-2.74 1.71C1.8 1.68 1.28 1.11 0 1.45v24c.08-.07.14-.09.19-.06a1.42 1.42 0 001.17-1.91c-.2-1.48.98-3.25 1.36-4.84z'/%3E%3Cpath fill='none' d='M0 0h10v50H0z'/%3E%3C/svg%3E");
    -webkit-mask-position: left top,center top,right top;
    mask-position: left top,center top,right top;
    -webkit-mask-size: 10px 100%,calc(100% - 18px) 100%,10px 100%;
    mask-size: 10px 100%,calc(100% - 18px) 100%,10px 100%;
    -webkit-mask-repeat: no-repeat,no-repeat,no-repeat;
    mask-repeat: no-repeat,no-repeat,no-repeat;
}

.btn.disabled, .btn:disabled {
	/* pointer-events: none; */
	background-color: rgb(133, 133, 133) !important;
	border-color: rgb(133, 133, 133) !important;
	color: #fff !important;
}

.card .btn, .modal-body .btn{
	/*box-shadow:none;*/
}

.btn:hover{
    cursor:pointer;
}
.btn-sm{
	
}

@media(max-width: 335px){
	.btn-sm {
		width: 120px;
	}
}

.btn-lg{
	
}

/* Green */
.btn-primary{
	background: #46812b;
	border-color:  #46812b;
	color: #fff;
}

.btn-primary:hover, .btn-primary:active {
	background: #366421 !important;
	border-color:  #366421 !important;
	color: #fff !important;
}

.btn-primary.active {
	background-color: #fff !important;
	border-color: #92C13B !important;
	color:#92C13B !important;
}

/* Red */
.btn-secondary{
	background-color:  var(--color-secondary);
	border-color: var(--color-secondary);
	color: #FFFFFF;
}

.btn-secondary:hover, .btn-secondary:active {
	background-color: var(--color-secondary-alt) !important;
	border-color: var(--color-secondary-alt) !important;
	color:#FFFFFF;
}

.btn-secondary.active {
	background-color: #fff !important;
	border-color: var(--color-secondary-alt) !important;
	color:var(--color-secondary-alt) !important;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background: var(--color-primary);
	border-color:  var(--color-primary);
	color: #fff;
}

/* Purple */
.btn-tertiary{
	background-color: var(--color-tertiary);
	border-color: var(--color-tertiary);
	color: #FFFFFF;
}

.btn-tertiary:hover, .btn-tertiary:active {
	background-color: var(--color-tertiary-alt);
	border-color: var(--color-tertiary-alt);
	color:#FFFFFF;
}

.btn-tertiary.active {
	background-color: #fff !important;
	border-color: var(--color-tertiary) !important;
	color:var(--color-tertiary) !important;
}



.btn-outline-secondary{
	color: var(--color-secondary);
	border-color:  var(--color-secondary);
    box-shadow: none;
    text-shadow: none;
}

.btn-outline-secondary:hover{
    border-color: #35A7FF;
    background-color: #35A7FF;
    color: #fff;
}

/* Other */
.btn-unstyled {
	border: none;
	background-color: transparent;
}

.btn-link {
	color: #fff;
}
.btn-link:hover {
	text-decoration: none;
	color: #92C13B;
}

.btn.btn-order{
    background-color: #849aa5;
    border-color: #849aa5;
    color: #fff;
}

.btn-white{
	background-color: #FFFFFF;
	border-color:  #333333;
	color: #333333;
}

.btn-number{
	background: #FFF;
	text-decoration: none;
	line-height: 20px;
	border: 1px solid #333333;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .6px;
	color: #333333;
	text-align: center;
	height: 60px;
	width: 60px;
	padding-top: 6px;
}

.btn-number.disabled{
	color: #dfe0e2;
	border: 1px solid #dfe0e2;
	pointer-events: none;
}

.btn-orange{
    background-color: #e7b255;
    border-color: #e7b255;
    color: #fff;
}

.btn-pgreen{
    color: #fff;
    background-color: #739e83;
    border-color: #739e83;
}

/***************/

/* .dropdown-toggle::after {
    display: inline-block;
	opacity:0.8;
	vertical-align:middle;
    margin-left: .5em;
    content: "";
	height: 15px;
	width: 15px;
	border:0px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	background-image: url(/assets/images/icon-chevron-down.svg);
	filter: brightness(0.8);
}

.sticky .dropdown-toggle::after {
	filter: brightness(0.2);
} */


select.form-control{
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	padding-right: 25px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMTYuMDAzIDE4LjYyNmw3LjA4MS03LjA4MUwyNSAxMy40NmwtOC45OTcgOC45OTgtOS4wMDMtOSAxLjkxNy0xLjkxNnoiLz48L3N2Zz4=');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right 5px top 50%;
}

.input-group .form-control {
	height: unset;
}

/* The switch - the box around the slider */
.toggleSwitch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.toggleSwitch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.toggleSlider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.toggleSlider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .toggleSlider {
	background-color: var(--color-secondary);
}

input:focus + .toggleSlider {
	box-shadow: 0 0 1px var(--color-secondary);
}

input:checked + .toggleSlider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.toggleSlider.round {
	border-radius: 34px;
}

.toggleSlider.round:before {
	border-radius: 50%;
} 

input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.qty[type=number] {
	-moz-appearance: textfield;
	width: 64px;
	flex-grow: 0;
	line-height:40px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 42px;
}

.btn.qtyminus, .btn.qtyplus{
	padding:0px;
	padding-left: 10px;
	padding-right:10px;
	min-width:40px;
	font-size:24px;
	line-height:40px;
}

.btn-disabled{
	opacity:0.5;
	cursor: default !important;
}


/* ---------------------------------------------------- */
/* 					Activity location page	 			*/
/* ---------------------------------------------------- */
.location-card {
	position: relative;
	cursor: pointer;
	transition: .2s all ease-in-out;
}

.location-card__name {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .2s all ease-in-out;
	text-align: center;
	width: 75%;
	padding: .5rem;
	background-color: #fff;
}

.location-card:hover .location-card__name {
	width: 100%;
}

@media (max-width: 575px) {
	.location-card {
		transform: skewX(0deg);
	}
}

.locations .location:nth-of-type(odd) {
	color: #E35C5B;
}

.locations .location:nth-of-type(even) {
	color: #4598CB;
}

/* ---------------------------------------------------- */
/* 						H Tags							*/
/* ---------------------------------------------------- */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Ringbearer', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: var(--color-primary);
}

h1, .h1{
	font-size: 28px;
}

h2, .h2{
	font-size: 23px;
}

h3, .h3{
	font-size: 20px;
}

h4, .h4{
	font-size: 17px;
}

h5, .h5{
	font-size: 15px;
}

h6, .h6{
	font-size: 13px;
}

@media (min-width: 576px) {
	h1, .h1{
		font-size: 30px;
	}
	
	h2, .h2{
		font-size: 25px;
	}
	
	h3, .h3{
		font-size: 22px;
	}
	
	h4, .h4{
		font-size: 19px;
	}
	
	h5, .h5{
		font-size: 17px;
	}
	
	h6, .h6{
		font-size: 15px;
	}
}

@media (min-width: 768px) {
	h1, .h1{
		font-size: 32px;
	}
	
	h2, .h2{
		font-size: 27px;
	}
	
	h3, .h3{
		font-size: 24px;
	}
	
	h4, .h4{
		font-size: 22px;
	}
	
	h5, .h5{
		font-size: 20px;
	}
}

@media (min-width: 1024px) {
	h1, .h1{
		font-size: 35px;
	}
	
	h2, .h2{
		font-size: 31px;
	}
}

/*  ----------------------------------------------------------	*/
/*  						Banners 	  						*/
/*  ----------------------------------------------------------	*/


/*  ----------------------------------------------------------	*/
/*  						Categories 	  						*/
/*  ----------------------------------------------------------	*/
.page__banner {
	padding-bottom: 100%;
	height: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

@media (min-width: 576px) {
	.page__banner {
		padding-bottom: 56.25%;
	}
}
@media (min-width: 768px) {
	.page__banner {
		padding-bottom: 50%;
	}
}
@media (min-width: 1200px) {
	.page__banner {
		padding-bottom: 35%;
	}
}


.breadcrumb {
	border-radius: 0;
	margin: 0;
	color: #fff;
	background-color: var(--color-moss);
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;

	position: absolute;
	/* top: -35px; */
	bottom: calc(100% - 15px);
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	/* max-width: 300px; */
	padding: .5rem 1rem 1.5rem 1rem;

	-webkit-mask-position: left top;
    mask-position: left top;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	-webkit-mask-image: url(/assets/images/banner-content-mask.png);
    mask-image: url(/assets/images/banner-content-mask.png);
}

@media (min-width: 576px) {
	.breadcrumb {
		/* width: auto; */
		max-width: 550px;
		padding: .5rem 1.5rem 1.5rem 1.5rem;
	}
}
@media (min-width: 768px) {
	.breadcrumb {
		max-width: 730px;
	}
}
@media (min-width: 992px) {
	.breadcrumb {
		max-width: 800px;
		padding: .5rem 3rem 1.5rem 3rem;
	}
}

.breadcrumb__list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.breadcrumb__item {
	list-style: none;
	color: #fff;
	position: relative;

}
.breadcrumb__link {
	color: #fff;
}

.breadcrumb__item--active .breadcrumb__link:hover {
	color: #fff;
}

.breadcrumb__item:not(.breadcrumb__item--active) {
	padding-right: 2rem;
}

.breadcrumb__item:not(.breadcrumb__item--active)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: .6rem;
	width: 0.8rem;
	height: 0.8rem;
	transform: translateY(-50%);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M216.464 36.465l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L387.887 239H12c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h375.887L209.393 451.494c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l211.051-211.05c4.686-4.686 4.686-12.284 0-16.971L233.434 36.465c-4.686-4.687-12.284-4.687-16.97 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
}






.card{
	transition: all .5s;
	border-radius: 0px;
}

.card-img-top{
	border-radius:0px;
}

.catItem.card:hover{
	transition: all  .5s;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.catItem.card .card-image{
	overflow:hidden;
}

.catItem.card .card-img-top{ transition: all .5s ease-in-out; }
.catItem.card:hover .card-img-top { transform: scale(1.05); }

.catItem.card .card-body{
	border-color: transparent;
}

.catItem.card .card-footer{
	border-color: transparent;
	background-color:transparent;
	color: #333333;
}

/* .catItem .catName {
	color: #35A7FF;
	text-shadow:
		3px 3px 0 #000,
		-1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
} */

.catItem .catDesc{
	font-size:90%;
	font-weight:300;
}
.catItem.card .card-footer .fa{
	font-size:12px;
}

@media only screen and (max-width: 391px){
	.card-footer{
		font-size: 14px;
	}
}

/*  ----------------------------------------------------------	*/
/*  			Date selection (category page)  	 			*/
/*  ----------------------------------------------------------	*/
.dateSelectionLabel {
	margin-bottom: 0;
	width: 100%;
	padding: .3rem .6rem;
	background-color:  var(--color-secondary);
	border-color: var(--color-secondary);
	color: #FFFFFF;
	cursor: pointer;

	display: flex;
	justify-content: center;
	align-items: center;

	transition: .1s all ease-in-out;
}

.dateSelectionRadio {
	display: none;
}

.dateSelectionRadio:checked + .dateSelectionLabel {
	background-color:  var(--color-primary);
	border-color: var(--color-primary);
	color: #FFFFFF;
}

/*  ----------------------------------------------------------	*/
/*  						Products  	  						*/
/*  ----------------------------------------------------------	*/
.prodItem {
	transition: all .5s;
	position: relative;
	/* border: none; */
}

.prodItem:hover {
	/* border: none; */
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.prodItem.unavailable {
	transform: scale(.98);
	pointer-events: none;
	user-select: none;
}

.prodItem.unavailable .prodItem__unavailable-cross {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 7rem;
	height: 7rem;
}

.prodItem__unavailable-notice {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.5);
}

.prodItem.unavailable .prodItem__unavailable-notice {
	display: block;
}

.prodItem__unavailable-cross::before, .prodItem__unavailable-cross::after {
	content: "";
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
}

.prodItem__unavailable-cross::before {
	transform: translate(-50%, -50%) rotate(-45deg);
	border: 1px solid var(--color-primary);
	background-color: var(--color-primary);
}

.prodItem__unavailable-cross::after {
	transform: translate(-50%, -50%) rotate(45deg);
	border: 1px solid var(--color-secondary);
	background-color: var(--color-secondary);
}

.prodItem.card .card-image{
	overflow:hidden;
}

.prodItem.card .card-img-top{ transition: all .5s ease-in-out; }
.prodItem.card:hover .card-img-top { transform: scale(1.05); }

.prodItem .card-footer{
	background:  transparent;
	border-top:0px;
	font-size:85%;
}

.prodItem .card-footer form{
	margin-bottom: 0px;
}

.prodItem{
	
}

/*  ----------------------------------------------------------	*/
/*  						Pagination  	  						*/
/*  ----------------------------------------------------------	*/
.pagination {
	border-radius: 0 !important;
	-webkit-mask-position: left top;
    mask-position: left top;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	-webkit-mask-image: url(/assets/images/banner-content-mask.png);
    mask-image: url(/assets/images/banner-content-mask.png);
}
.page-item .page-link {
	border-radius: 0 !important;
    background-color: #46812b;
	color: #fff;
	line-height: 1.2 !important;
	padding: .6rem 1.15rem;
	transition: .2s all ease-in-out;
}
.page-item .page-link:hover {
	background-color: #589b38;
}


/*  ----------------------------------------------------------	*/
/*  						Breadcrumb  	  						*/
/*  ----------------------------------------------------------	*/
/* .breadcrumbWrap{
	background: var(--color-secondary);

	color: rgba(255, 255, 255, 0.664);
	text-align:center;
}

.breadcrumb{
	background: transparent;
	margin: 0;
}

.breadcrumbWrap .breadcrumb p{
	margin-bottom: 0px;
	display: none;
}

.breadcrumbWrap .breadcrumb .active p{
	display:block;
}

.breadcrumbWrap.custom .breadcrumb-item + .breadcrumb-item::before{
	display:none;
}

.breadcrumbWrap:not(.custom) .breadcrumb-item + .breadcrumb-item::before {
	color: rgba(255,255,255,.7);
	padding-left: .5rem;
}

.breadcrumbWrap:not(.standard) .breadcrumb-item{
	opacity: 0.6;
}
.breadcrumbWrap .number{
	background: var(--color-primary);
    color: #fff;
	display:inline-block;
	height: 25px;
	width: 25px;
	text-align:center;
	line-height: 25px;
	border-radius: 50%;
	margin-bottom: 5px;
	margin-top:10px;
	margin-bottom:15px;
	font-weight:600;
	font-size:0.8rem;
}

.breadcrumbWrap .breadcrumb-item a {
	color: #fff;
}

.breadcrumbWrap .breadcrumb-item.active {
    color: #fff;
	opacity: 1;
	font-weight: bold;
}

.breadcrumbWrap .breadcrumb-item.active .number{
	opacity: 1;
	height: 40px;
	width:40px;
	margin-top:0px;
	margin-bottom: 10px;
	line-height: 40px;
	font-size:1rem;
}

.breadcrumbWrap .breadcrumb-item + .breadcrumb-item {
    padding-left: 0rem;
}

.breadcrumbNumber::after {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(20px);
    content: "";
    width: 160%;
    right: 0px;
    margin-right: -184%;
    height: 1px;
    background-color: #c1c1c1;
    display: block;
    z-index: 0;
    color: #f4f6f7;
}

.breadcrumbNumber.last::after{
    content: '';
    display: none;
}

@media only screen and (max-width: 1081px){
    .breadcrumbNumber::after{
        margin-right: -170%;
    }
}

@media only screen and (max-width: 992px){
    .breadcrumbNumber::after {
        margin-right: -150%;
    }
}

@media only screen and (max-width: 850px){
    .breadcrumbNumber::after {
        margin-right: -140%;
    }
}

@media only screen and (max-width: 800px){
    .breadcrumbNumber::after {
        margin-right: -120%;
        width: 130%;
    }
}

@media only screen and (max-width: 768px){
    .breadcrumbNumber::after {
        margin-right: -110%;
        width: 120%;
    }
}

@media only screen and (max-width: 720px){
    .breadcrumbNumber::after {
        margin-right: -95%;
        width: 110%;
    }
}

@media only screen and (max-width: 650px){
    .breadcrumbNumber::after {
        margin-right: -80%;
        width: 95%;
    }
}

@media only screen and (max-width: 590px){
    .breadcrumbNumber::after {
        margin-right: -60%;
        width: 75%;
    }
}

@media only screen and (max-width: 576px){
    .breadcrumbNumber::after {
        display: none;
    }
}

@media (min-width: 576px) {
	.breadcrumbWrap .breadcrumb p{
		display: block;
		min-width:120px;
	}
} */



.home__main-heading {
	font-size: 2.7rem;
	color: var(--color-primary);
	text-transform: uppercase;
}
.home__main-heading span {
	font-size: 3.8rem;
}

@media (max-width: 991px) {
	.home__main-heading {
		font-size: 2.1rem;
		color: var(--color-primary);
		text-transform: uppercase;
	}
	.home__main-heading span {
		font-size: 2.9rem;
	}
}
@media (max-width: 575px) {
	.home__main-heading {
		font-size: 1.6rem;
		color: var(--color-primary);
		text-transform: uppercase;
	}
	.home__main-heading span {
		font-size: 2.4rem;
	}
}

/*  ----------------------------------------------------------	*/
/*  						HOME - BANNER 						*/
/*  ----------------------------------------------------------	*/

/* 
20:7 - min-width: 1200
2:1 - min-width: 768
16:9 - min-width 576
default 1:1
*/

.home__slider .owl-image {
	padding-bottom: 100%;
	height: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (min-width: 576px) {
	.home__slider .owl-image {
		padding-bottom: 56.25%;
	}
}
@media (min-width: 768px) {
	.home__slider .owl-image {
		padding-bottom: 45%;
	}
}
@media (min-width: 1200px) {
	.home__slider .owl-image {
		padding-bottom: 40%;
	}
}
@media (min-width: 1400px) {
	.home__slider .owl-image {
		padding-bottom: 35%;
	}
}
/* @media (min-width: 1600px) {
	.home__slider .owl-image {
		padding-bottom: 20%;
	}
} */

.home__slider .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	margin: 0 !important;

	display: flex;
	justify-content: space-between;
}

.home__slider .owl-nav .owl-prev, .home__slider .owl-nav .owl-next {
	z-index: 2;
	position: absolute;
}

.home__slider .custom-owl-nav {
	background-color: rgba(0, 0, 0, 0.4) !important;
	color: #fff;
	border-radius: 0 !important;
	font-size: 1.8rem !important;
	padding: .8rem 0rem !important;
	margin: 0 !important;
}
.home__slider .custom-owl-nav:hover {
	background-color: var(--color-primary) !important;
}

.home__slider .owl-nav .owl-prev {
	top: 50%;
	transform: translateY(-50%);
	left: 1%;
}

.home__slider .owl-nav .owl-next {
	top: 50%;
	transform: translateY(-50%);
	right: 1%;
}

/* .home__slider .owl-nav [class*=owl-]:hover {
    background: transparent !important;
	text-decoration: none;
} */

.home__slider .owl-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home__slider .owl-dot span {
	width: 13px !important;
	height: 13px !important;
	border: 2px solid #fff;
	background: var(--color-primary) !important;
	transition: .2s all !important;
}

.home__slider .owl-dot.active span {
	background-color: var(--color-primary) !important;
	border-color: var(--color-primary);
}

.home__slider .owl-dot span:hover {
	background: #fff !important;
}

.home__slider .slide-content {
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #646b46;
	width: 90%;
	max-width: 510px;
	padding: 1rem 1rem 2rem 1rem;
	text-align: center;
	color: #fff;

	-webkit-mask-position: left top;
    mask-position: left top;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	-webkit-mask-image: url(/assets/images/banner-content-mask.png);
    mask-image: url(/assets/images/banner-content-mask.png);
}

@media (min-width: 768px) {
	.home__slider .slide-content {
		max-width: 690px;
		padding: 1.5rem 1.5rem 2rem 1.5rem;
	}
}
@media (min-width: 992px) {
	.home__slider .slide-content {
		max-width: 730px;
	}
}

.home__slider .slide-content__heading {
	text-transform: uppercase;
	font-size: 1.5rem;
	color: #fff;
}
.home__slider .slide-content__paragraph {
	color: var(--link-color);
	font-size: 1.2rem;
}


/*  ----------------------------------------------------------	*/
/*  			HOME - RIPPED/FLAG PANEL 	 						*/
/*  ----------------------------------------------------------	*/
.ripped-panel-container {
	margin-top: 4rem;
	position: relative;
	max-width: 1200px;
}

.ripped-panel-container--over-banner {
	margin-top: -90px;
	height: 100px;
}

.ripped-panel {
	position: relative;
    display: inline-flex;
	margin: 0 auto;
    background-color: transparent;
    min-height: 120px;
    padding: 15px 30px 15px;
    justify-content: center;
	align-items: center;
    /* margin-left: -15px;
    margin-right: -15px; */
    width: 100%;
}

.ripped-panel::before {
	display: block;
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
    z-index: 1;
	/* background-image: url('/assets/images/tear-border.svg');
	background-repeat: repeat-x;
	background-position: center;
	background-size: cover; */
	/* max-width: 1200px; */

	
	border-top: 30px solid transparent;
	border-right: 0;
	border-bottom: 30px solid transparent;
	border-left: 0;
	border-image-repeat: round;
	border-image-slice: 30 0 30 0 fill;
    border-image-source: url(/assets/images/tear-border.svg);
}

@media (min-width: 992px) {
	.ripped-panel::before {
		left: -100px;
		width: calc(100% + 220px);

		height: 120%;
		border-top: 34px solid transparent;
		border-right: 169px solid transparent;
		border-bottom: 71px solid transparent;
		border-left: 169px solid transparent;
		border-image-slice: 34 169 71 169 fill;
		border-image-source: url(/assets/images/ripped-flag.svg);
	}
}



.ripped-pannel__list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	z-index: 2;
	margin: 1rem 0;
	width: 100%;
}

.ripped-panel__link-column {
	z-index: 1;
}

.ripped-panel__list-link {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .8rem 0rem;
}

.ripped-panel__icon {
	width: 3rem;
	height: 3rem;
	margin-right: .7rem;
}

.ripped-panel__heading {
	text-align: center;
	font-size: 1.3rem;
}

.ripped-panel__paragraph {
	text-align: center;
	font-size: 1.1rem;
	margin: 0;
}

@media (min-width: 576px) {
	.ripped-panel::before {
		background-size: contain;
	}
	.ripped-pannel__list {
		flex-direction: row;
	}	
	.ripped-panel__list-item {
		flex: 1 0 50%;
		margin: 0 !important;
	}
}

@media (min-width: 900px) {
	.ripped-panel__list-item {
		flex: 1;
	}
	.ripped-panel__heading {
		font-size: 1.1rem;
	}
	
	.ripped-panel__paragraph {
		font-size: .9rem;
	}
}

/* this padding is specific for homepage */
.whats-new-section {
	padding-top: 15.5rem;
}

@media (min-width: 576px) {
	.whats-new-section {
		padding-top: 7rem;
	}
}

@media (min-width: 992px) {
	.whats-new-section {
		padding-top: 2.5rem;
	}
}
/*  ----------------------------------------------------------	*/
/*  			HOME - NEWS ARTICLES 	 						*/
/*  ----------------------------------------------------------	*/
.home__news-section {
	background-color: #F7F7F7;
	padding: 3rem 0 2rem 0;
}

.articleCard {
	color: #666666;
	background-color: #fff;
	border: none;
}

.articleCard:hover {
	box-shadow: 0 1px 2px rgba(0,0,0,0.02), 
	0 2px 4px rgba(0,0,0,0.02), 
	0 4px 8px rgba(0,0,0,0.02), 
	0 8px 16px rgba(0,0,0,0.02),
	0 16px 32px rgba(0,0,0,0.02), 
	0 32px 64px rgba(0,0,0,0.02);
}

.articleCard__image {
	object-fit: cover;
}

.articleCard__card-body {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.articleCard__title {
	color: var(--color-secondary);
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 5px;
}

.articleCard__date {
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}

.articleCard__read-more {
	font-weight: bold;
	color: var(--color-secondary);
	margin-top: auto;
	align-self: flex-end;
}

@media (min-width: 768px) {
	.articleCard__title {
		/* font-size: 26px; */
	}
}

/*  ----------------------------------------------------------	*/
/*  			HOME - NEWS ARTICLES 	 						*/
/*  ----------------------------------------------------------	*/
.blog-post {

}

.blog-post__header {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

	height: 0;
	padding-bottom: 31.25%;
	position: relative;
}

.blog-post__header-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(2,0,36,0.45) 0%, rgba(0,0,0,0.60) 47%, rgba(0,0,0,0.35) 100%);
	color: #fff;

	display: flex;
	align-items: center;
	justify-content: center;

	padding: 1rem;
}

.blog-post__header-content::before, .blog-post__header-content::after {
	display: flex;
    flex: 1;
    content: "";
    border-top: .1rem solid #fff;
    margin: 0 1rem;
    /* transform: translateY(-1rem); */
	
}

.blog-post__title {
	margin: 0;
	color: #fff;
}

.blog-post__date-container {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background-color: var(--color-secondary);
	color: #fff;
	font-weight: bold;
	padding: .6rem 1rem;
}

.blog-post__date {
	display: block;
}

.blog-post__content {
	margin-top: 1rem;
}

.blog-post__buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.blog-post__previous-wrapper {
	flex: 0 0 20%;
}

.blog-post__all-btn-wrapper {
	flex: 1;
	display: flex;
	justify-content: center;
}

/* .blog-post__all-btn {
	flex: 1;
} */

.blog-post__next-wrapper {
	flex: 0 0 20%;

	display: flex;
	justify-content: flex-end;
}

.blog-post__prev-btn,
.blog-post__next-btn {
	width: 100%;
}

@media (max-width: 1240px) {
	.blog-post__header-content {
		overflow: hidden;
	}
}

@media (max-width: 768px) {
	.blog-post__header {
		padding-bottom: 43.75%;
	}
}

@media (max-width: 576px) {
	.blog-post__header {
		padding-bottom: 50%;
	}
}

/*  ----------------------------------------------------------	*/
/*  					Time slots 	 						*/
/*  ----------------------------------------------------------	*/

.time-slot{
	display:block;
	font-weight: 400;
	text-align:center;
	background: var(--color-primary);
	color: #fff;
	font-size:1.2rem;
	padding: 10px;
	line-height: ;
	transition: all .5s ease;
	backface-visibility: hidden;
	transform: translate3d(0,0,0);
	cursor:pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.time-slot.timeslotInPast{
	opacity: 0.4;
}

.time-slot:not(.timeslotUnavailable):hover{
	transform: translate3d(0,0,0) scale(1.02);
	text-decoration: none;
	color: #fff;
	background: var(--color-secondary);
}

.pricingType_Saver, .pricingType_Peak, .pricingType_Peak_Plus, .pricingType_Peak_Plus_Party{
    width: 100px;
    /*color: #222d5b;*/
}

@media only screen and (max-width: 800px){
	.time-slot{
		font-size: 1rem;
		padding: 4px;
	}
}

.time-slot.sold-out {
    background: #adadad;
    color: #fff;
    cursor: default;
    border: 1px solid #adadad;
    text-decoration: line-through;
    font-size: 85%;
	pointer-events: none;
}
.time-slot.sold-out > * {
    line-height: normal;
} 




/*  ----------------------------------------------------------	*/
/*  						MY ACCOUNT 	 						*/
/*  ----------------------------------------------------------	*/
#navbarMyAccount .list-group-item{
	padding: 5px 10px;
	border: 0px;
	border-radius: 0;
	background: none;
	position: relative;
}

#navbarMyAccount .list-group-item.active{
	color: #fff;
	font-weight: bold;
	background-color: var(--color-primary);
	/* transform: rotate(-1deg); */
	/* border-color:  #4598CB; */
}


#navbarMyAccount .list-group-item.list-group-item-parent{
	margin-top:15px;
}

@media (min-width: 576px) {
	.collapse-sm-none:not(.show) {
		display: block;
	}
	
	.w-sm-auto{
		width: auto !important;
	}
}

@media (min-width: 768px) {
	.collapse-md-none:not(.show) {
		display: block;
	}
	.w-md-auto{
		width: auto !important;
	}
}

@media (min-width: 992px) {
	.collapse-lg-none:not(.show) {
		display: block;
	}
	.w-lg-auto{
		width: auto !important;
	}
}

@media (min-width: 1200px) { 
	.collapse-xl-none:not(.show) {
		display: block;
	}
	.w-xl-auto{
		width: auto !important;
	}
	
}

.dashboard-box {
	height: 0;
	overflow: hidden;
	padding-top: 75%;
	background: white;
	position: relative;
	background-color: #F7F8F7;
	transition: .3s all ease-in-out;
}

.dashboard-box:hover {
	box-shadow: 0 1px 2px rgba(0,0,0,0.02), 
	0 2px 4px rgba(0,0,0,0.02), 
	0 4px 8px rgba(0,0,0,0.02), 
	0 8px 16px rgba(0,0,0,0.02),
	0 16px 32px rgba(0,0,0,0.02), 
	0 32px 64px rgba(0,0,0,0.02);
}

.dashboard-box__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.dashboard-box__icon {
	font-size: 40px;
	margin-bottom: 20px;
}


/* FAQS */
.faq__wrapper {

}

.faq__header {
	background-color: var(--color-primary);
	border: none;
	color: #fff;
	transition: .1s all ease-in-out;

	display: flex;
	justify-content: space-between;
}
.faq__header:hover {
	color: #fff;
}
.faq__header:not(.collapsed) {
	background-color: var(--color-primary-alt);
	color: #fff;
}

.faq__question {
	color: #fff;
}

.faq__arrow {
	transition: .1s transform ease-in-out;
}

.faq__header:not(.collapsed) .faq__arrow {
	transform: rotate(90deg);
}

.faq__body {
	
}

.faq__answer {
	border: 1px solid #e8e8e8;
}


/* NEWS */
.section-heading {
	color: var(--color-primary);
	font-size: 2.3rem;
	text-align: center;

}

.section-description {
	text-align: center;
	font-size: 1rem;
}

@media (min-width: 768px) {
	.section-heading {
		font-size: 3.3rem;
	}
	.section-description {
		font-size: 1.1rem;
	}
}


.card-ripped-edges {
	display: block;
    position: relative;
    box-sizing: border-box;
	background-color: transparent;
    border-radius: 0;
    border: 15px solid transparent;
    border-image-repeat: round;
    border-image-slice: 10 fill;
    border-image-source: url('/assets/images/ripped-edge-white.png');
    margin: 0 auto;
	padding: 5px;
	filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.4));
	position: relative;
	width: 100%;
}

.card-ripped-edges:after {
    display: block;
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    z-index: -1;
    background: #f9f7f1;
}

.custom-card__body {
	background-color: #f9f7f1;
	padding: 1rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.card-ripped-edges .custom-card__body {
	padding: 0;
	/* padding-bottom: 1rem; */
}

.custom-card__image-wrapper {
	overflow: hidden;

	display: block;


	display: flex;
    /* flex: 1; */
}
.custom-card__image {
	transition: .3s transform ease-in-out;
	width: 100%;
	backface-visibility: hidden;
}
.custom-card:hover .custom-card__image {
	transform: scale(1.07);
}

.custom-card__heading {
	color: var(--color-primary);
	margin-top: 1rem;
	font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}

.custom-card__paragraph {
	margin-bottom: 1rem;
}

.custom-card__note {
	background-color: var(--color-primary);
	color: #fff;
	padding: .3rem;
	margin-bottom: .7rem;
	font-size: .8rem;
	text-align: center;
	text-transform: uppercase;
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom-card__price-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	line-height: normal;
	text-transform: uppercase;
	color: var(--color-primary);
	font-size: .8rem;
	margin-bottom: 1.3rem;
}

@media (min-width: 400px) {
	.custom-card__price-wrapper {
		flex-direction: row;
	}
}

.custom-card__before-price {
	flex: 0 0 25%;
	color: #414042;
}
.custom-card__price {
	font-size: 2.1rem;
	color: var(--color-primary-alt);
	flex: 0 0 50%;
}
.custom-card__after-price {
	flex: 0 0 25%;
	color: #414042;
}

.custom-card__summary {
	display: inline-block;
	text-align: left;
	margin-bottom: 2rem;
	font-size: .75rem;
	margin-bottom: 1rem;
	align-self: center;
}

.custom-card__summary-row {
	margin-bottom: 0.3rem;
}

.custom-card__btn-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}

.custom-card__btn-wrapper .btn {
	flex: 1;
	margin: .3rem 0;
}

@media (min-width: 400px) {
	.custom-card__btn-wrapper {
		flex-direction: row;
	}
	
	.custom-card__btn-wrapper .btn {
		flex: 1 1 47%;
		margin: 0;
	}
}

.custom-card__btn {
	position: absolute;
	bottom: 7%;
	left: 50%;
	transform: translateX(-50%);
}

.custom-card__abs-button {

}

/* Moss homepage section */
.custom-frame {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    background-color: transparent;
    width: 100%;
    max-width: 800px;
    padding: 21px !important;
}

.custom-frame:before {
    display: block;
    pointer-events: none;
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 0;
    border: 30px solid transparent;
    border-image-repeat: stretch;
    border-image-slice: 30 30 30 30 fill;
    border-image-source: url('/assets/images/custom-frame.svg');
}


/* TESTIMONIALS CAROUSEL */
.testimonials-carousel-wrapper {
	/* max-width: 930px; */
}

.testimonials-carousel .carousel-control-prev,
.testimonials-carousel .carousel-control-next {
	display: none;
	width: 5%;
}

.testimonials-carousel__item {
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.4;
	min-height: 550px;
	/* display: flex;
	flex-direction: column;
	justify-content: center; */
	position: relative;
    height:100%;
}

.testimonials-carousel__item-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	/* max-width: 930px; */
}

.testimonials-carousel__stars {
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}

.testimonials-carousel__stars svg {
	width: 2rem;
	height: 2rem;
}

.testimonials-carousel .carousel-indicators {
	bottom: -40px;
}

.testimonials-carousel__author {
	font-weight: bold;
	font-size: 1rem;
}
.testimonials-carousel__date {
	font-size: 1rem;
}

@media (min-width: 576px) {
	.testimonials-carousel__item {
		padding: 0 4rem;
	}

	.testimonials-carousel__item-content {
		max-width: 480px;
	}
}

@media (min-width: 768px) {
	.testimonials-carousel__item {
		padding: 0 8rem;
		font-size: 1.4rem;
		min-height: 350px;
	}

	.testimonials-carousel__item-content {
		max-width: 670px;
	}

	.testimonials-carousel .carousel-control-prev,
	.testimonials-carousel .carousel-control-next {
		display: flex;
	}
}

@media (min-width: 992px) {
	.testimonials-carousel__item-content {
		max-width: 810px;
	}
}

/* AWARDS CAROUSEL */
.awards-carousel {
	padding: 0 5rem;
}

.awards-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.awards-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.awards-carousel .owl-prev,
.awards-carousel .owl-next {
	transition: .2s all ease-in-out;
}

.awards-carousel .owl-prev:hover,
.awards-carousel .owl-next:hover {
	background: none !important;
}
.awards-carousel .owl-prev:hover{
	transform: translateX(-2px);
}
.awards-carousel .owl-next:hover {
	transform: translateX(2px);
}

.awards-carousel__prev,
.awards-carousel__next {
	width: 3rem;
	height: auto;
}
.awards-carousel__prev {
	transform: rotate(-180deg) rotateX(180deg);
}
.awards-carousel__next {

}




/* OPENING TIMES CALENDAR */
/* .weekdays {
	padding: 0;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 5px;
}

.weekdays__day {
	list-style: none;
	background-color: red;
	color: #fff;
	text-align: center;
}

.days {
	padding: 0;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-template-rows: repeat(6, minmax(1fr, 20px));
	gap: 5px;
	grid-auto-rows: auto;
}

.days__day {
	list-style: none;
	color: #fff;
}

.day {
}

.day__button {
	width: 100%;
	background-color: cadetblue;
}

.date-details {
	position: relative;
	overflow: hidden;
	padding: 1rem;
	background-color: black;
	color: #fff;
	display: block;

	grid-row-start: 6;
	grid-row-end: 7;
	grid-column-start: 1;
	grid-column-end: 8;
}

.date-details.hidden {
	display: none;
}

.date-details__close-btn {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: 2rem;
} */

.opening-times--month {
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
  }
  
  .opening-times--month li {
	display: inline-flex;
	font-size: 1rem;
	min-width: 100%;
	margin: 0 !important;
	padding: 5px 0;
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.25));
	will-change: transform;
  }
  
  .opening-times--month li.other-month {
	display: none;
  }
  
  .opening-times--month li > button, .opening-times--month li > span, .opening-times--month li .day-detail--wrapper {
	position: relative;
  }
  
  .opening-times--month li > button:before, .opening-times--month li > span:before, .opening-times--month li .day-detail--wrapper:before {
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mask-image: url(/img/icsa_569c184997f485233a46c1a413de4999.svg);
	mask-position: left top;
	mask-size: 100% 100%;
	mask-repeat: no-repeat;
  }
  
  .opening-times--month li button.unstyled, .opening-times--month li span.unavailable {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 15px 15px 15px 75px;
	background-clip: padding-box;
	border: 0;
	background-color: transparent;
	color: #414042;
	text-align: left;
	outline: none;
  }
  
  .opening-times--month li button.unstyled:before, .opening-times--month li span.unavailable:before {
	background-color: white;
  }
  
  .opening-times--month li button.unstyled .date .day, .opening-times--month li span.unavailable .date .day {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 3rem;
	line-height: 3rem;
	color: #4a3276;
  }
  
  .opening-times--month li.today button.unstyled {
	color: #46812b;
  }
  
  .opening-times--month li.today button.unstyled .date .day {
	color: #46812b;
  }
  
  .opening-times--month li.today button.unstyled:before {
	background-color: white;
  }
  
  .opening-times--month li button.unstyled {
	transition: color 300ms linear;
  }
  
  .opening-times--month li button.unstyled:before {
	transition: background-color 300ms linear;
	background-color: white;
  }
  
  .opening-times--month li button.unstyled:after {
	display: block;
	content: '';
	position: absolute;
	z-index: 2;
	top: calc(100% -1px);
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 0 solid white;
	will-change: border-top;
	transition: all 300ms linear;
  }
  
  .opening-times--month li button.unstyled:hover, .opening-times--month li button.unstyled:focus {
	transition: color 100ms linear;
	color: white;
  }
  
  .opening-times--month li button.unstyled:hover .weekday, .opening-times--month li button.unstyled:hover .date .day, .opening-times--month li button.unstyled:focus .weekday, .opening-times--month li button.unstyled:focus .date .day {
	color: white;
  }
  
  .opening-times--month li button.unstyled:hover:before, .opening-times--month li button.unstyled:focus:before {
	transition: background-color 100ms linear;
	background-color: #72a2b5;
  }
  
  .opening-times--month li button.unstyled:hover:after, .opening-times--month li button.unstyled:focus:after {
	transition-duration: 100ms;
	border-top-color: #72a2b5;
  }
  
  .opening-times--month li button.unstyled[aria-expanded="true"] {
	transition: color 200ms linear;
	color: white;
  }
  
  .opening-times--month li button.unstyled[aria-expanded="true"] .weekday, .opening-times--month li button.unstyled[aria-expanded="true"] .date .day {
	color: white;
  }
  
  .opening-times--month li button.unstyled[aria-expanded="true"]:before {
	transition: background-color 100ms linear;
	background-color: #4a3276;
  }
  
  .opening-times--month li button.unstyled[aria-expanded="true"]:after {
	transition-duration: 200ms;
	border-top: 10px solid #4a3276;
  }
  
  .opening-times--month li.day-detail {
	position: relative;
	overflow: hidden;
	max-height: 0;
	transition: max-height 300ms ease-in-out;
  }
  
  .opening-times--month li.day-detail .day-detail--wrapper {
	position: relative;
	width: 100%;
	height: intrinsic;
	height: max-content;
	padding: 45px 30px 30px;
	background-color: transparent !important;
  }
  
  .opening-times--month li.day-detail .day-detail--wrapper:before {
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	width: auto;
	height: auto;
	background-color: #646b46;
  }
  
  .opening-times--month li.day-detail button.close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: white;
	text-shadow: none;
  }
  
  @media (min-width: 576px) {
	.opening-times--month li button.unstyled .open-hours:after, .opening-times--month li span.unavailable .open-hours:after {
	  display: inline;
	  content: '. ';
	}
  }
  
  @media (min-width: 768px) {
	.opening-times--month li {
	  padding: 5px;
	  min-width: calc(100% / 7);
	  max-width: calc(100% / 7);
	}
	.opening-times--month li.other-month {
	  display: inline-flex;
	  opacity: 0.5;
	}
	.opening-times--month li.other-month span.unavailable {
	  color: #646b46;
	}
	.opening-times--month li.other-month span.unavailable .date .day {
	  color: #646b46;
	}
	.opening-times--month li.other-month span.unavailable:before {
	  background-color: white;
	}
	.opening-times--month li span.weekday-label {
	  display: block;
	  width: 100%;
	  text-align: center;
	  font-size: 0.8rem;
	  text-transform: uppercase;
	  padding: 5px;
	  color: white;
	}
	.opening-times--month li span.weekday-label:before {
	  background-color: #a79386;
	}
	.opening-times--month li button.unstyled, .opening-times--month li span.unavailable {
	  padding: 10px 1px 15px;
	  text-align: center;
	  font-size: 0.77778rem;
	}
	.opening-times--month li button.unstyled .date .weekday, .opening-times--month li span.unavailable .date .weekday {
	  display: none;
	}
	.opening-times--month li button.unstyled .date .day, .opening-times--month li span.unavailable .date .day {
	  position: relative;
	  top: auto;
	  left: auto;
	  font-size: 2rem;
	  line-height: 2rem;
	}
	.opening-times--month li button.unstyled .open-hours:after, .opening-times--month li span.unavailable .open-hours:after {
	  display: none;
	  content: '';
	}
	.opening-times--month li.day-detail {
	  min-width: 100%;
	  max-width: 100%;
	}
  }



/* grid gallery layout */
.grid-gallery__item {
	display: flex;
	margin: .2rem;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.grid-gallery__image {
	transition: .3s all ease-in-out;
	backface-visibility: hidden;
	position: relative;
}



.grid-gallery__link {
	width: 100%;
}

.grid-gallery__image {
	width: 100%;
	height: 100%;
}

.grid-gallery__image-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid-gallery__image-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1);
	z-index: 1;
	transition: .3s all ease-in-out;
}

.grid-gallery__item:hover .grid-gallery__image {
	transform: scale(1.05);
}
.grid-gallery__item:hover .grid-gallery__image-content::before {
	background-color: rgba(0,0,0,.4);
}

.grid-gallery__heading {
	position: absolute;
	z-index: 2;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	color: #fff;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, .5);
	font-size: 1.5rem;
	padding: .3rem .6rem;
	margin: 0;
	text-align: center;
}

@media (min-width: 768px) {
	.grid-gallery__heading {
		font-size: 1.8rem;
	}
}


/* CMS */
/* .cms-include is a class that wraps contents of "blank template" */
.cms-include {
	font-size: 1rem;
}

.cms-include h2,
.cms-include .h2{
	font-size: 2.3rem;
}

@media (min-width: 768px) {	
	.cms-include {
		font-size: 1.1rem;
	}

	.cms-include h2,
	.cms-include .h2{
		font-size: 3.3rem;
	}
}
.special-event strong {
	white-space: break-spaces;
}

.timeslotAmber{
	padding-top: 0px;
	font-size:18px;
	line-height:27px;
}
.timeslotAmber::after{
	width:70px !important;
	content: 'Last few';
	font-size:12px;
	display: inline-block;
	position: relative;
	background-color:rgb(232,138,50);
	border-radius:6px;
	border: 2px solid white !important;
	line-height: 18px;
	margin-top: 2px;
	margin-bottom: -5px;
}

.time-slot .badge{
	font-size:12px;
	display: inline-block;
	position: relative;
	background-color:rgb(232,138,50);
	border-radius:6px;
	border: 2px solid white !important;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: -5px;
}

.time-slot.unavailable {
	padding-top:7px;
}

.time-slot .badge-danger{
	background: #dc3545;
}

.time-slot small{
	line-height:normal;font-weight:bold;
	font-size: 60%;
}

#divGroupedProducts .list-group-item {
  background: none;
  border: none;
}

.modal{
	z-index: 9999;
}

.time-slot-qty {
	margin-top:8px;
	font-size: 0.7rem;
	text-transform: none;
}

#extras-container .spanExtraPrice {
	font-size: 2.1rem;
	color: var(--color-primary-alt);
	flex: 0 0 50%;
}

#extras-container .prodItem {
    position: relative;
    box-sizing: border-box;
	background-color: transparent;
    border-radius: 0;
    border: 15px solid transparent;
    border-image-repeat: round;
    border-image-slice: 10 fill;
    border-image-source: url('/assets/images/ripped-edge-white.png');
    margin: 0 auto;
	padding: 0;
	filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.4));
	position: relative;
	width: 100%;
}
#extras-container .card-body {
	background-color: #f9f7f1;
}
#extras-container .card-footer {
	background-color: #f9f7f1;
}


#extras-container .card {
    position: relative;
    box-sizing: border-box;
	background-color: transparent;
    border-radius: 0;
    border: 15px solid transparent;
    border-image-repeat: round;
    border-image-slice: 10 fill;
    border-image-source: url('/assets/images/ripped-edge-white.png');
    margin: 0 auto;
	padding: 0;
	filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.4));
	position: relative;
	width: 100%;
}