/*
Theme Name: Belona
Theme URI: 
Author: Sebastian Nowak
Author URI: nowakstudio@outlook.com
Description: Responsive Worpress Theme for Belona Gdynia
Requires at least: WordPress 5.5
Version: 1.0
License: 
License URI: 
Text Domain: belona
Tags:
*/

/*
font-family: 'playlistscript';
font-family: 'Josefin Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Great Vibes', cursive;
*/

/*
-------------------
GRID
-------------------
*/

:root {
	--white: #fff;
	--beige: #DDA77D;
	--lightgrey: #F5F5F5;
	--darkgrey: #222222;
	--blue: #37538C;
	--darkblue: #022840;
	--black: #000000;
  }

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Josefin Sans', serif;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 500;
	line-height: 1.2;
}
  
h1 {
	font-size: 1.75rem;
}
@media (min-width: 1200px) {
	h1 {
	  font-size: 2.5rem;
	}
}
  
h2 {
	font-size: 1.5rem;
}
@media (min-width: 1200px) {
	h2 {
	  font-size: 2rem;
	}
}
  
h3 {
	font-size: 1.35rem;
}
@media (min-width: 1200px) {
	h3 {
	  font-size: 1.75rem;
	}
}
  
h4 {
	font-size: 1.25rem;
}
@media (min-width: 1200px) {
	h4 {
	  font-size: 1.5rem;
	}
}
  
h5 {
	font-size: 1.125rem;
 }
  
h6 {
	font-size: 1rem;
}
  
p {
	margin-top: 0;
	margin-bottom: 15px;
}

figure {
	display: block;
	margin: 0 0 15px;
}

figure img {
	line-height: 1;
}

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

img.aligncenter {
	margin: 0 auto;
}

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

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

.container-full {
	padding: 0;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
	padding-left: 15px;
	padding-right: 15px;
	flex: 1 0 0%;
	position: relative;
}

.col-1 {
	flex: 0 0 auto;
    width: 100%;
}

.col-2 {
	flex: 0 0 auto;
    width: 50%;
}

.col-3 {
	flex: 0 0 auto;
    width: 33.33%;
}

.col-4 {
	flex: 0 0 auto;
    width: 25%;
}

.col-5 {
    width: 20%;
}

.col-6 {
	flex: 0 0 auto;
    width: 16.66%;
}

@media (max-width: 767px) {
	.col-3 {
		flex: 0 0 auto;
		width: 100%;
	}

	.col-4 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-6 {
		flex: 0 0 auto;
		width: 33.33%;
	}
}

@media (max-width: 576px) {
	.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
		flex: 0 0 auto;
		width: 100%;
	}
}

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

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

label,
.form-label {
	display: block;
	margin-bottom: 15px;
}

input,
textarea,
.form-input,
.form-textarea {
	border: 2px solid #ced4da;
	padding: 6px 12px;
	font-size: 1rem;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	background: rgba(255,255,255,.15);
	color: #fff;
	background-clip: padding-box;
	line-height: 1.5;
}

input.button {
	display: inline-block;
	width: auto;
}

input:focus,
textarea:focus,
.form-input:focus,
.form-textarea:focus {
	outline: none;
	border-color: #DDA77D;
}

input[type="checkbox"] {
	display: inline-block;
	width: auto;
}

select {
	display: block;
}

select option {
	color: #222;
}

hr {
	display: inline-block;
}

.embed {
	width: 100%;
	overflow: hidden;
}

iframe {
	max-width: 100%;
	border: 0;
	display: block;
}

strong {
	font-weight: 600;
}

/*
-------------------
GLOBAL
-------------------
*/

body {
	font-family: 'Montserrat', sans-serif;
	color: var(--white);
	overflow-x: hidden;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	background: var(--darkblue);
	margin: 0;
	padding: 0;
}

.site {
	position: relative;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.page-loaded .site {
	visibility: visible;
	opacity: 1;
}

a {
	color: inherit;
}

a, button, .button {
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	text-decoration: none;
}

a:not([href]) {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

a:focus, button:focus, .button:focus {
	outline: none;
	box-shadow: none;
}

.button,
.wp-block-button a {
	cursor: pointer;
	font-size: .75rem;
 	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	background-color: #DDA77D;
	padding: 12px 24px;
	border: 2px solid #DDA77D;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.button.outline,
.wp-block-button.is-style-outline a.wp-block-button__link {
	background: transparent;
	color: #fff;
	border: 2px solid #DDA77D;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
	padding: 12px 24px;
}

.wp-block-buttons > .wp-block-button {
	margin-bottom: 0;
}

.wp-block-button a:not([href]):not([tabindex]) {
	color: #fff;
}

.button:hover,
.wp-block-button a:hover,
.wp-block-button a:not([href]):not([tabindex]):hover {
	background: none;
}

.button.outline:hover,
.wp-block-button.is-style-outline a:hover,
.wp-block-button.is-style-outline a:not([href]):not([tabindex]):hover {
	background: #DDA77D;
	color: #fff;
	border-color: #DDA77D;
}

.wp-block-buttons.aligncenter {
	justify-content: center;
}

.wp-block-cover {
	padding: 30px;
	min-height: 50px;
}

.wp-block-separator {
	display: block;
	border-top: 1px solid #DDA77D;
	border-bottom: 1px solid #DDA77D;
	border-left: none;
	border-right: none;
	width: 80px;
	height: 4px;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-separator.alignwide {
	width: 75%;
}

.wp-block-separator.is-style-wide,
.wp-block-separator.alignfull {
	width: 100%;
}

.wp-block-separator.is-style-dots {
	border-top: 1px dashed #DDA77D;
	border-bottom: none;
	height: 1px;
}

.wp-block-separator.is-style-dots::before {
	display: none;
}

.has-beige-background-color {
	background-color: var(--beige);
}

.has-light-grey-background-color {
	background-color: var(--lightgrey);
}

.has-dark-grey-background-color {
	background-color: var(--darkgrey);
}

.has-blue-background-color {
	background-color: var(--blue);
}

.has-dark-blue-background-color {
	background-color: var(--darkblue);
}

.has-beige-color {
	color: var(--beige);
}

.has-light-grey-color {
	color: var(--lightgrey);
}

.has-dark-grey-color {
	color: var(--darkgrey);
}

.has-blue-color {
	color: var(--blue);
}

.has-dark-blue-color {
	color: var(--darkblue);
}

.wp-block-image {
	margin: 0 0 15px 0;
}


.wp-block-image figcaption {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

@media (min-width: 787px) {
	.wp-block-image.no-margin {
		margin-bottom: 0;
	}

	.wp-block-image.column-fill-l {
		margin-left: -15px;
	}

	.wp-block-image.column-fill-r {
		margin-right: -15px;
	}
}

.wp-block-image > figure {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-image.img-line {
	position: relative;
	padding: 30px 30px 0;
}

.wp-block-image.img-line::before,
.wp-block-image.img-line::after {
	content: "";
	position: absolute;
	border: 1px solid #DDA77D;
	display: block;
	z-index: -1;
}

.wp-block-image.img-line::before {
	top: 0;
	right: 0;
	bottom: 30px;
	left: 60px;
}

.wp-block-image.img-line::after {
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 45px;
}

.wp-block-image.is-style-rounded.img-line {
	margin-bottom: 0;
	position: relative;
	padding: 10px 30px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
}

.wp-block-image.is-style-rounded.img-line::before,
.wp-block-image.is-style-rounded.img-line::after {
	display: none;
}

.wp-block-image.is-style-rounded.img-line::before,
.wp-block-image.is-style-rounded.img-line::after {
	content: "";
	position: absolute;
	border: 1px solid #DDA77D;
	display: block;
	z-index: -1;
	width: 50px;
	transform:skewX(-30deg);
	top: -40px;
	bottom: -40px;
	right: 0;	
	left: 50%;
}

.wp-block-image.is-style-rounded.img-line::before {
	margin-left: 25px;
}

.wp-block-image.is-style-rounded.img-line::after {
	margin-left: -75px;
}

.screen-reader-text {
	display: none;
}

/*
-------------------
TOP BAR
-------------------
*/

.top-bar {
	background: #022e40;
	color: #fff;
	font-size: .875rem;
	height: 38px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.top-bar .top-bar-inner {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	padding:  10px 0;
}

.top-bar .top-bar-inner > span {
	display: block;
	line-height: 1.25;
}

.top-bar i {
	color: #DDA77D;
	margin-right: 5px;
}

@media (max-width: 767px) {
	.top-bar .top-bar-inner {
		flex-direction: column;
		justify-content: stretch;
		align-items: center;
	}

	.top-bar {
		font-size: .75rem;
		height:  55px;
	}

	.top-bar .header-phone {
		margin-top: 5px;
	}
}

.header-scrolled .top-bar {
	opacity: 0;
	height: 0;
	visibility: hidden;
}

/*
-------------------
TOP NAV
-------------------
*/

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10001;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.site-header.header-scrolled {
	background: rgba(2, 46, 64, .95);
}

.header-inner {
	position: relative;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	height: 100px;
}

.header-scrolled .header-inner {
	height: 100px;
}

.branding {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
}

.branding img {
	height: 80px;
}

.site-nav a,
.mobile-nav a {
	color: #fff;
	font-weight: 500;
}

.show-mobile {
    margin-left: 20px;
	height: 40px;
	width: 40px;
	text-align: center;
	display: none;
	position: relative;
	cursor: pointer;
}

.show-mobile span {
	display: inline-block;
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 7px;
	right: 0;
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
}

.show-mobile span.line-2 {
	top: 19px;
	width: 20px;
}

.show-mobile span.line-3 {
	top: 31px;
	width: 30px;
}

.show-mobile:hover span {
	width: 100%;
	background: #DDA77D;
}

.close-mobile {
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	font-size: .75rem;
	padding: 12px 24px;
	border: 2px solid #DDA77D;
	display: inline-block;
}

.close-mobile i {
	margin-left: 5px;
}

@media (min-width: 1200px) {
	.mobile-nav,
	.submenu-toggle {
		display: none;
	}

	.site-nav .menu {
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}

	.site-nav .menu > li {
		margin-right: 30px;
		position: relative;
	}

	.site-nav .menu > li:last-child {
		margin-right: 0;
	}

	.site-nav a {
		position: relative;
		display: block;
		color: #ffffff;
		text-transform: uppercase;
		padding: 10px 0;
		font-size: .875rem;
		
	}

	.site-nav .menu > li > a::before,
	.site-nav .menu > li > a::after {
		position: absolute;
		content: "";
		display: block;
		height: 1px;
		width: 0;
		background: #DDA77D;
		transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}

	.site-nav .menu > li > a::before {
		bottom: 0;
		left: 0;
	}

	.site-nav .menu > li > a::after {
		bottom: 3px;
		right:0;
	}

	.site-nav .menu > li:not(.active-item) > a:hover::before,
	.site-nav .menu > li:not(.active-item) > a:hover::after,
	.site-nav .menu > li.active-item > a::before,
	.site-nav .menu > li.active-item > a::after {
		width: 100%;
	}

	.sub-menu {
        position: absolute;
        top: 40px;
        left: -15px;
		padding-top: 10px;
        width: 200px;
        visibility: hidden;
        opacity: 0;
        display: block;
        z-index: 9;
		transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-o-transition: all 300ms ease;
	}

	.site-nav li.has-sub-menu:hover .sub-menu {
        visibility: visible;
        opacity: 1;
    }

    .sub-menu li {
		background: #dda77d;
		background: rgba(221,167,125, .95);
		display: block;
		text-align: center;
    }

    .sub-menu li:last-child {
    	border: 0;
    }

    .site-header .site-nav .sub-menu a {
        color: #fff;
        padding: 10px 15px 0;
        display: block;
		font-size: .8125rem;
    }

	.site-header .site-nav .sub-menu li:last-child a {
		padding-bottom: 10px;
	}
    
    .site-header .site-nav .sub-menu a:hover,
    .site-header .site-nav .sub-menu li.active-item a {
        color: #222;
    }

} 
@media (max-width:1199px) {
	.site-nav {
		display: none;
	}

    .show-mobile {
        display: block;
    }

    .mobile-nav .submenu-toggle {
    	display: inline-block;
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 36px;
	    line-height: 36px;
	    text-align: center;
	    cursor: pointer;
	    font-size: 2rem;
	}

	.mobile-nav .submenu-toggle::after {
	    display: block;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
	    content: "\f078";
	    line-height: 36px;
	}

	.mobile-nav .submenu-on .submenu-toggle::after {
	    content: "\f077";
	}

    .mobile-nav {
		display: block;
        position: fixed;
        z-index: 10003;
        background: #022840;
		background: rgba(2, 46, 64, .95);
		text-align: left;
        top: 0;
        right: -100%;
        width: 85%;
        height: 100%;
        padding: 30px;
        overflow-y: auto;        
        transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		visibility: hidden;
		opacity: 0;
    }

	.nav-overlay {
		position: fixed;
		content: "";
		display: block;
		background: rgba(0,0,0,.75);
		width: 100%;
		left: 0;
		top: 0;
		height: 100%;
		z-index: 10002;
		transition: all .5s ease;
		-moz-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		visibility: hidden;
		opacity: 0;
	}

    .mobile-nav.nav-on {
        visibility: visible;
		opacity: 1;
		right: 0;
    }

	.nav-overlay.nav-on {
		visibility: visible;
		opacity: 1;
	}

    .mobile-menu {
        width: 100%;
        padding-top: 30px;
		border-top: 1px solid #fff;
		margin-top: 30px;
    }

    .mobile-menu li {
        position: relative;
        padding-bottom: 15px;
    }

    .mobile-menu li a {
        color: #fff;
        font-size: 1.5rem;
        display: inline-block;
    }

    .mobile-menu li.active-item > a {
        color: #DDA77D;
    }

    .mobile-menu a:not([href]) {
		cursor: auto;
	}

    .mobile-menu li.has-sub-menu {
        padding-right: 50px;
    }

    .sub-menu {
        display: none;
        margin-top: 15px;
    }

    .mobile-menu .sub-menu li:last-child {
    	padding-bottom: 0;
    }

    .mobile-menu .sub-menu a {
    	font-size: 1rem;
    }

	.mobile-menu .shop-button a {
		font-size: .9375rem;
		text-transform: uppercase;
	}
}

.social-block ul {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-left: 30px;
}

.social-block li {
	margin-right: 10px;
}

.social-block li:last-child {
	margin-right: 0;
}

.social-block a {
	color: #ffffff;
	font-size: 1.875rem;
}

/*
-------------------
PAGE HEADER
-------------------
*/
.page-header,
.post-header {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	min-height: 400px;
	background-image: url("assets/img/header-default.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	text-align: center;
	width: 100%;
}

.page-header::before,
.post-header::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #022840;
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
}

.page-header h1,
.post-header h1 {
	font-family: 'playlistscript';
	font-size: 4rem;
	color: #DDA77D;
	margin-top: 70px;
	margin-bottom: 0;
	position: relative;
	display: inline-flex;
	align-items: center;
}

.page-header h1::before,
.page-header h1::after,
.post-header h1::before,
.post-header h1::after {
	height: 1px;
	width: 80px;
	background: #DDA77D;
	display: block;
	content: "";
}

.page-header h1::before,
.post-header h1::before {
	margin-right: 30px;
}

.page-header h1::after,
.post-header h1::after {
	margin-left: 30px;
}

@media (max-width: 991px) {
	.page-header h1,
	.post-header h1 {
		font-size: 3rem;
	}

	.page-header h1::before,
	.post-header h1::before {
		margin-right: 15px;
	}
	
	.page-header h1::after,
	.post-header h1::after {
		margin-left: 15px;
	}
}

/*
-------------------
COLUMNS
-------------------
*/

.wp-block-columns {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}

.wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
	position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0px 15px;
    margin-left: 0 !important;
	margin-right: 0 !important;
}

.wp-block-columns.no-padding > .wp-block-column {
	padding: 0;
}

.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start;
	-ms-grid-row-align: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
	align-self: center;
	-ms-grid-row-align: center;
}

.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end;
	-ms-grid-row-align: flex-end;
}

.content-section .wp-block-columns {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 35px;
	margin-right: 35px;
}

.section-page .content-section .wp-block-columns {
	margin-left: 0;
	margin-right: 0;
}

.section-page .content-section.alignfull .wp-block-columns {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.section-page .wp-block-columns {
	max-width: 100%;
	margin-left: auto;
	margin-right:  auto;
}

@media (min-width: 576px) {
	.section-page .wp-block-columns {
		max-width: 540px;
	}

	.section-page .content-section .wp-block-columns {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (min-width: 768px) {
	.section-page .wp-block-columns {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.section-page .wp-block-columns {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.section-page .wp-block-columns {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.section-page .wp-block-columns {
		max-width: 1320px;
	}
}

.section-page .wp-block-columns.alignfull {
	max-width: 100%;
}

@media (max-width: 787px) {
	.wp-block-columns .wp-block-column {
		width: 100%;
		max-width: 100%;
		flex-basis: 100% !important;
		margin-bottom: 15px;
		order: 2;
	}
	
	.wp-block-columns .wp-block-column:last-child {
		margin-bottom: 0;
	}
	
	.wp-block-column .wp-block-image img {
		margin: 0 auto;
	}

	.wp-block-column.small-first {
		order: 1;
	}

	.wp-block-columns.small-2 .wp-block-column {
		width: 50%;
		flex-basis: 50% !important;
	}
}

/* 
-------------------
SECTIONS
-------------------
*/

.content-section {
	position: relative;
	padding: 50px 0;
}

.content-section.no-padding {
	padding: 0;
}

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

.content-section .container {
	position: relative;
	z-index: 1;
}

.content-section.alignfull .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.content-section.has-cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	color: #fff;
}

.content-section.parallax {
	background-attachment: fixed;
	min-height: 300px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.content-header,
.content-header.align-header-center {
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
	position: relative;
	padding-bottom: 20px;
}

.content-header h2 {
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
}

.content-header p {
	font-family: 'playlistscript';	
	margin-bottom: 20px;
	font-size: 1.75rem;
}

.content-header::after {
	content: "";
	display: inline-block;
	width: 80px;
	height: 4px;
	border-top: 1px solid #DDA77D;
	border-bottom: 1px solid #DDA77D;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 0;
}

.content-header.align-header-left {
	text-align: left;
}

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

.content-header.align-header-left::before {
	left: 0;
	margin-left: 0;
}

.content-header.align-header-right::before {
	left: auto;
	right: 0;
	margin-left: 0;
}

/* 
-------------------
SECTIONS WAVES
-------------------
*/

.content-section.wave1,
.content-section.wave1-top,
.content-section.wave1-bottom,
.content-section.wave2,
.content-section.wave2-top,
.content-section.wave2-bottom,
.content-section.wave3,
.content-section.wave3-top,
.content-section.wave3-bottom,
.content-section.wave,
.content-section.wave4-top,
.content-section.wave4-bottom {
	background-color: #193B51;
}

.content-section.wave1,
.content-section.wave2 {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.content-section.wave1-top,
.content-section.wave2-top {
	margin-top: 30px;
	padding-top: 30px;
}

.content-section.wave1::before,
.content-section.wave1-top::before,
.content-section.wave2::before,
.content-section.wave2-top::before {
	content: "";
	display: block;
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background-repeat: repeat-x;
	background-position: bottom center;
	z-index: 2;
}

.content-section.wave1::before,
.content-section.wave1-top::before {
	background-image: url("assets/img/waves/section-wave-1-top.png");
}

.content-section.wave2::before,
.content-section.wave2-top::before {
	background-image: url("assets/img/waves/section-wave-2-top.png");
}

.content-section.wave1-bottom,
.content-section.wave2-bottom {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.content-section.wave1::after,
.content-section.wave1-bottom::after,
.content-section.wave2::after,
.content-section.wave2-bottom::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background-repeat: repeat-x;
	background-position: top center;
	z-index: 2;
}

.content-section.wave1::after,
.content-section.wave1-bottom::after {
	background-image: url("assets/img/waves/section-wave-1-bottom.png");
}

.content-section.wave2::after,
.content-section.wave2-bottom::after {
	background-image: url("assets/img/waves/section-wave-2-bottom.png");
}

.content-section.wave3,
.content-section.wave4 {
	margin-top: 80px;
	margin-bottom: 80px;
	padding-top: 30px;
	padding-bottom: 30px;;
}

.content-section.wave3-top,
.content-section.wave4-top {
	margin-top: 80px;
	padding-top: 30px;
}

.content-section.wave3::before,
.content-section.wave3-top::before,
.content-section.wave4::before,
.content-section.wave4-top::before {
	content: "";
	display: block;
	position: absolute;
	top: -80px;
	left: 0;
	width: 100%;
	height: 80px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	z-index: 2;
}

.content-section.wave3::before,
.content-section.wave3-top::before {
	background-image: url("assets/img/waves/section-wave-3-top.png");
}

.content-section.wave4::before,
.content-section.wave4-top::before {
	background-image: url("assets/img/waves/section-wave-4-top.png");
}

.content-section.wave3-bottom,
.content-section.wave4-bottom {
	margin-bottom: 80px;
	padding-bottom: 30px;
}

.content-section.wave3::after,
.content-section.wave3-bottom::after,
.content-section.wave4::after,
.content-section.wave4-bottom::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 100%;
	height: 80px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	z-index: 2;
}

.content-section.wave3::after,
.content-section.wave3-bottom::after {
	background-image: url("assets/img/waves/section-wave-3-bottom.png");
}

.content-section.wave3::after,
.content-section.wave4-bottom::after {
	background-image: url("assets/img/waves/section-wave-4-bottom.png");
}

.content-section.wave5,
.content-section.wave6 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.content-section.wave5-top,
.content-section.wave6-top {
	padding-top: 80px;
}

.content-section.wave5::before,
.content-section.wave5-top::before,
.content-section.wave6::before,
.content-section.wave6-top::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-repeat: repeat-x;
	background-position: top center;
	z-index: 2;
}

.content-section.wave5::before,
.content-section.wave5-top::before {
	background-image: url("assets/img/waves/section-wave-5-top.png");
}

.content-section.wave6::before,
.content-section.wave6-top::before {
	background-image: url("assets/img/waves/section-wave-6-top.png");
}

.content-section.wave5-bottom,
.content-section.wave6-bottom {
	padding-bottom: 80px;
}

.content-section.wave5::after,
.content-section.wave5-bottom::after,
.content-section.wave6::after,
.content-section.wave6-bottom::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-repeat: repeat-x;
	background-position: bottom center;
	z-index: 2;
}

.content-section.wave5::after,
.content-section.wave5-bottom::after {
	background-image: url("assets/img/waves/section-wave-5-bottom.png");
}

.content-section.wave6::after,
.content-section.wave6-bottom::after {
	background-image: url("assets/img/waves/section-wave-6-bottom.png");
}

/* 
-------------------
GALLERY
-------------------
*/
.blocks-gallery-grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
}

.wp-block-gallery .blocks-gallery-item {
	margin: 0;
	overflow: hidden;
}

.wp-block-gallery .blocks-gallery-item::before {
	display: none;
}

.wp-block-gallery .blocks-gallery-item a {
	background: #022840;
	display: block;
}

.wp-block-gallery .blocks-gallery-item img {
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.wp-block-gallery .blocks-gallery-item a:hover img {
	opacity: 0.75;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.wp-block-gallery.columns-2 .blocks-gallery-item {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
	margin: 0;
}

.wp-block-gallery.columns-3 .blocks-gallery-item {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33%;
	margin: 0;
}

.wp-block-gallery.columns-4 .blocks-gallery-item {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%;
	margin: 0;
}

.wp-block-gallery.columns-5 .blocks-gallery-item {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 20%;
	margin: 0;
}

.wp-block-gallery.columns-6 .blocks-gallery-item {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.66667%;
	margin: 0;
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
	max-width: 100%;
	width: 100%;
	justify-content: flex-start;
}

.wp-block-gallery.alignleft ul,
.wp-block-gallery.alignright ul {
	max-width: 50%;
}

.wp-block-gallery.alignright {
	justify-content: flex-end;
}

@media (max-width: 991px) {
	.wp-block-gallery .blocks-gallery-item,
	.wp-block-gallery.columns-2 .blocks-gallery-item,
	.wp-block-gallery.columns-3 .blocks-gallery-item,
	.wp-block-gallery.columns-4 .blocks-gallery-item,
	.wp-block-gallery.columns-5 .blocks-gallery-item,
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33%;
	}
}

@media (max-width: 567px) {
	.wp-block-gallery .blocks-gallery-item,
	.wp-block-gallery.columns-2 .blocks-gallery-item,
	.wp-block-gallery.columns-3 .blocks-gallery-item,
	.wp-block-gallery.columns-4 .blocks-gallery-item,
	.wp-block-gallery.columns-5 .blocks-gallery-item,
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
}

/* 
-------------------
CONTENT
-------------------
*/

.site-main {
	position: relative;
}

.page-content,
.post-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-page .page-content {
	padding: 0;
}

.read-more i {
	margin-left: 5px;
}

.page-content ul.list {
	margin-bottom: 15px;
}

.page-content ul.list li {
	position: relative;
	padding-left: 25px;
	background: url("assets/img/read-more-arrow-white.png");
	background-repeat: no-repeat;
	background-position: 0 8px;
}

.animate {
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	-moz-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.animate.animated {
	transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.wp-block-table th,
.wp-block-table td {
	padding: 5px;
	line-height: 2;
	text-align: center;
	border: 1px solid #fff;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	border: 1px solid #fff;
}

.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table.is-style-stripes tbody tr {
	background: #fafafa;
}

.wp-block-table th {
	background: #70ABC9;
	color: #fff;
}

.animated-title {
	text-align: center;
	padding: 15px 15px 0;
	position: relative;
	margin-bottom: 15px;
}

.animated-title h3 {
	font-family: 'Great Vibes', cursive;
	font-weight: 600;
	font-size: 2.5rem;
	color :#DDA77D;
	position: relative;
	overflow: hidden;
}

.animated-title h3::after {
	content: "";
	background: #022840;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-webkit-transition: all 1.5s linear;
	-o-transition: all 1.5s linear;
}

.animated-title.show-title h3::after {
	width: 0;
}

.animated-title p {
	margin-bottom: 0;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transition: all .5s linear 1s;
	-moz-transition: all .5s linear 1s;
	-webkit-transition: all .5s linear 1s;
	-o-transition: all .5s linear 1s;
}

.animated-title.show-title p {
	transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	opacity: 1;
}

.menu-carte-btn,
.menu-wine-btn {
	border: 2px solid #fff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
	position: relative;
}

.menu-carte-btn a,
.menu-wine-btn a {
	position: relative;
	display: block;
	padding: 40px 20px;
	line-height: 1;
	font-weight: 400;
	font-size: 1.5rem;
}

.menu-carte-btn::after,
.menu-wine-btn::after {
	content: "";
	width: 40px;
	height: 40px;
	background-color: #fff;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
}

.menu-carte-btn::after {
	background-image: url("assets/img/menu-carte.png");
}

.menu-wine-btn::after {
	background-image: url("assets/img/menu-wine.png");
}

.menu-carte-btn a:hover,
.menu-wine-btn a:hover {
	background-color: rgba(255, 255, 255, .15);
}

.counter {
	text-align: center;
	padding: 15px;
}
.counter span {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 3.75rem;
	color: #DDA77D;
}

.counter h3 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 600;
}

@media (max-width: 991px) {
	.counter span {
		font-size: 3rem;
	}

	.counter h3 {
		font-size: 1.25rem;
	}
}

@media (max-width: 767px) {
	.counter {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.wp-block-latest-posts li {
	color: #222;
	background: #fff;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image {
	position: relative;
	overflow: hidden;
}

.wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image {
	width: 100%;
	margin: 0 auto;
	background: #022840;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image a {
	display: block;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image .latest-mask {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #022840;
	opacity: 0;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image .img-read-more {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: .8125rem;
	text-transform: uppercase;
	font-weight: 600;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	opacity: 0;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image .img-read-more::before {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 0;
	height: 1px;
	background: #DDA77D;
	width: 0;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image .img-read-more::after {
	content: "";
	position: absolute;
	bottom: -10px;
	right: 0;
	height: 1px;
	background: #DDA77D;
	width: 0;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image .latest-mask,
.wp-block-latest-posts .wp-block-latest-posts__featured-image .img-read-more,
.wp-block-latest-posts .wp-block-latest-posts__featured-image .img-read-more::before,
.wp-block-latest-posts .wp-block-latest-posts__featured-image .img-read-more::after {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image:hover .img-read-more {
	opacity: 1;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image:hover .img-read-more::before,
.wp-block-latest-posts .wp-block-latest-posts__featured-image:hover .img-read-more::after {
	width: 100%;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image:hover .latest-mask {
	opacity: .5;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date {
	color: #DDA77D;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 600;
}

.wp-block-latest-posts .latest-post-content {
	padding: 15px;
	background: #fff;
}

.wp-block-latest-posts .latest-post-content > a {
	color: #222;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	margin-bottom: 15px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
	margin-top: 0;
	margin-bottom: 0;
	color: #222;
	font-size: .875rem;
}

.wp-block-latest-posts:not(.is-grid) li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
	background: #fff;
}

.wp-block-latest-posts:not(.is-grid) .wp-block-latest-posts__featured-image {
	width: 30%;
}

@media (min-width: 768px) {
	.wp-block-latest-posts:not(.is-grid) li:nth-child(even) .wp-block-latest-posts__featured-image {
		order: 2;
	}
}

.wp-block-latest-posts:not(.is-grid) .latest-post-content {
	width: 70%;
}

.wp-block-latest-posts:not(.is-grid) .wp-block-latest-posts__featured-image img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	min-height: 300px;
}

@media (max-width: 767px) {
	.wp-block-latest-posts:not(.is-grid) li,
	.wp-block-latest-posts.is-grid li {
		width: 100%;
		background: none;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.wp-block-latest-posts:not(.is-grid) .latest-post-content,
	.wp-block-latest-posts.is-grid .latest-post-content {
		width: 100%;
		background: #fff;
		text-align: center;
	}
}

.read-more a {
	background: url("assets/img/read-more-arrow.png");
	background-repeat: no-repeat;
	background-position: center right;
	padding: 15px 30px 15px 0;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	font-size: .8125rem;
}

.read-more a::before,
.read-more a::after {
	position: absolute;
	content: "";
	display: block;
	height: 1px;
	width: 0;
	background: #DDA77D;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.read-more a::before {
	bottom: 0;
	left: 0;
}

.read-more a::after {
	bottom: 3px;
	right:0;
}

.read-more a:hover::before,
.read-more a:hover::after {
	width: 100%;
}

/* 
-------------------
SLIDES
-------------------
*/

#carousel-slides {
	position: relative;
}

#carousel-slides .wpcp-carousel-section {
	padding: 0;
}

#carousel-slides .slick-slide {
	margin: 0;
}

#carousel-slides img {
	object-fit: cover;
	object-position: center;
	display: block;
	width: 100%;
	height: 100vh;
}

#carousel-slides .wpcp-single-item {
	display: block;
	border: none;
}

#carousel-slides .slick-list {
	position: relative;
	margin: 0;
}

#carousel-slides .slick-list::after {
	content: "";
	background: #022840;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#carousel-slides .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
}

#carousel-slides .slides-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	z-index: 9;
}

#carousel-slides .button {
	margin: 0 auto;
	color: #fff;
}

#carousel-slides .button:hover {
	background: #DDA77D;
	border-color: #DDA77D;
}

#carousel-slides .slides-content h1 {
	font-family: 'playlistscript';
	color: #DDA77D;
	font-size: 4rem;
	margin-bottom: 30px;
}

#carousel-slides .slides-content span {
	font-family: 'Montserrat', sans-serif;
	font-size: 3rem;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-bottom: 50px;
}

#carousel-slides .carousel-mouse {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -13px;
	width: 26px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	display: inline-block;
	cursor: pointer;
}

#carousel-slides .carousel-mouse span {
	position: absolute;
	left: 50%;
	margin-left: -3px;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	animation: mouseScroll ease-in-out 1.2s infinite;
	-webkit-animation: mouseScroll ease-in-out 1.2s infinite;
}

@keyframes mouseScroll {
	0% {
		top: 6px;
		transform: scale(0);
	}
	
	10% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		top: 28px;
		transform: scale(.3);
		opacity: 0;
	}
}

@-webkit-keyframes mouseScroll {
	0% {
		top: 6px;
		-webkit-transform: scale(0);
	}
	
	10% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		top: 28px;
		-webkit-transform: scale(.3);
		opacity: 0;
	}
}

@media (max-width: 991px) {
	#carousel-slides .slides-content h2 {
		font-size: 3rem;
		margin-bottom: 30px;
	}
	
	#carousel-slides .slides-content span {
		font-size: 2rem;
		font-weight: 700;
		margin-bottom: 30px;
	}
}

/* 
-------------------
SINGLE POSTS
-------------------
*/

.single-post .post-meta {
	text-align: center;
	color: #fff;
	position: relative;
	margin-top: 15px;
}

.single-post .post-meta > span {
	color: #fff;
}

.single-post .post-subtitle {
	text-align: center;
	padding: 15px 0 10px;
	border-top: 1px solid #37538C;
	border-bottom: 1px solid #37538C;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.single-post .post-thumbnail {
	width: 100%;
}

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

.post-meta {
	margin-bottom: 15px;
}

.post-meta > span {
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
	color: #DDA77D;
	font-weight: 600;
	text-transform: uppercase;
	font-size: .8125rem;
}

.post-meta > span:last-child {
	margin-right: 0px;
}

.nav-links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
    justify-content: space-between;
}

.nav-links .nav-next a,
.nav-links .nav-previous a {
	font-size: .75rem;
 	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border: 2px solid #DDA77D;
	padding: 12px 20px;
}

.nav-links a:hover {
	background: #DDA77D;
}

.nav-links .nav-next,
.nav-links .nav-previous {
	flex: 1;
	margin: 5px 0;
}

.nav-links .nav-next {
	text-align: right;
}

.nav-links .nav-next i {
	margin-left: 5px;
}

.nav-links .nav-previous i {
	margin-right: 5px;
}

@media (max-width: 767px) {
	.nav-links {
		display: block;
	}

	.nav-links .nav-next a,
	.nav-links .nav-previous a {
		width: 100%;
		display: block;
		text-align: center;
	}
}

.comments-area {
	margin-top: 30px;
	padding-top: 30px;
	background: url("assets/img/waves/wave-3.png");
	background-repeat: no-repeat;
	background-position: top center;
}

.comment-form-cookies-consent {
	margin-top: 15px;
	margin-bottom: 0;
}

.comment-form-cookies-consent label {
	display: inline-block;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	width: 50%;
	position: relative;
}

.comment-form .comment-form-author i,
.comment-form .comment-form-email i,
.comment-form .comment-form-url i {
	position: absolute;
	top: 11px;
	left: 0;
	width: 40px;
	text-align: center;
}

.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input {
	padding-left: 40px;
}

@media (max-width: 991px) {
	.comment-form .comment-form-author,
	.comment-form .comment-form-email,
	.comment-form .comment-form-url {
		width: 100%;
	}
}

.comment-list {
	margin-bottom: 20px;
}

.comment-list .comment {
	padding: 10px 0;
}

.comment-list > .comment:not(:last-child),
ol.children .comment:not(:last-child) {
	border-bottom: 1px solid #eee;
}

.comment-list .children {
	margin-left: 40px;
}

.comments-title {
	padding: 10px 0;
	margin-bottom: 15px;
	font-size: 1.5rem;
}

.comment-body {
	position: relative;
	padding-left: 80px;
}

.comment-author img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.comment-list .reply a {
	display: inline-block;
	color: #fff;
	background-color: #DDA77D;
	padding: 8px 16px;
	text-transform: uppercase;
	font-size: .75rem;
	font-weight: 600;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	line-height: 1;
}

/* 
-------------------
ARCHIVE
-------------------
*/

.blog .article, 
.archive .article {
	margin-bottom: 50px;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: center;
	background: url("assets/img/waves/wave-3.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 60px;
}

.blog .article:last-child, 
.archive .article:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}

.blog .article-content,
.archive .article-content {
	padding:30px;
	width: 50%;
	text-align: center;
}

.blog .post-thumbnail,
.archive .post-thumbnail {
	margin: 0;
	width: 50%;
}

.blog .post-thumbnail img,
.archive .post-thumbnail img {
	margin: 0 auto;
}

.blog .article:nth-child(even) .post-thumbnail,
.archive .article:nth-child(even) .post-thumbnail {
	order: 2;
}

.blog .article-title,
.archive .article-title {
	text-transform: uppercase;
	font-size: 1.75rem;
}

.blog .read-more a,
.archive .read-more a {
	background: url("assets/img/read-more-arrow-white.png");
	background-repeat: no-repeat;
	background-position: center right;	
}

@media (max-width: 991px) {
	.blog .article-content,
	.archive .article-content,
	.blog .post-thumbnail,
	.archive .post-thumbnail {
		width: 100%;
	}

	.blog .article-title,
	.archive .article-title {
		font-size: 1.5rem;
	}
}

.pagination {
	border-top: 1px solid #9a9a9a;
	padding-top: 15px;
}

@media (max-width: 991px) {
	.pagination {
		padding-top: 15px;
	}
}

.pagination .nav-links {
	display: block;
	width: 100%;
	text-align: center;
}

.pagination .nav-links * {
	display: inline-block;
}

.pagination .nav-links a {
	color: #222;
}

.pagination .nav-links a:hover {
	color: #DDA77D;
	background: none;
}

.pagination .nav-links .page-numbers {
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0 4px;
}

.pagination .nav-links .page-numbers.current {
	color: #DDA77D;
}

.pagination .nav-links .page-numbers.next,
.pagination .nav-links .page-numbers.prev {
	margin-left: 5px;
	width: auto;
	background: none;
}

.pagination .nav-links .page-numbers.prev {
	margin-left: 0;
	margin-right: 5px;
}

/* 
-------------------
FOOTER
-------------------
*/

.site-footer {
	position: relative;
	background: url("assets/img/footer-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding-top: 50px;
	padding-bottom: 30px;
	color: #fff;
}

.site-footer::before {
	content: "";
	background: #022840;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
}

.site-footer > * {
	position: relative;
}

.site-footer a {
	color: #ffffff;
}

.site-footer a:hover {
	color: #DDA77D;
}

.site-info p {
	margin: 0;
	margin-bottom: 0;
	font-size: .85rem;
}

.site-footer .footer-title {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 50px;
	font-weight: 600;
}

.site-footer .footer-title::after {
	content: "";
	display: inline-block;
	width: 80px;
	height: 4px;
	border-top: 1px solid #DDA77D;
	border-bottom: 1px solid #DDA77D;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 0;
}

.footer-widgets .widget {
	margin-bottom: 30px;
	font-size: .875rem;
	line-height: 2;
}

.footer-widgets h3 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 30px;
}

.footer-widgets .clock-icon::before,
.footer-widgets .phone-icon::before,
.footer-widgets .marker-icon::before,
.footer-widgets .info-icon::before {
	margin-right: 10px;
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #DDA77D;
}

.footer-widgets .clock-icon::before {
	content: "\f017";
	font-weight: 400;
}

.footer-widgets .phone-icon::before {
	content: "\f879";
}

.footer-widgets .marker-icon::before {
	content: "\f3c5";
}

.footer-widgets .info-icon::before {
	content: "\f05a";
}

.footer-extra {
	text-align: center;
	margin-bottom: 30px;
}

.footer-extra img {
	display: inline-block;
	margin: 0 15px;
}

@media (max-width: 991px) {
	.footer-widgets .wp-block-column {
		width: 100%;
		max-width: 100%;
		flex-basis: 100% !important;
	}
	
	.footer-widgets {
		text-align: center;
	}
}

/* 
-------------------
BACK 2 TOP
-------------------
*/

.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	z-index: 99;
	bottom: 15px;
	right: 0;
	color: #fff;
	background-color: #DDA77D;
	width: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
}

.back-to-top.show {
	visibility: visible;
	opacity: 1;
}

.back-to-top:hover {
	background-color: #37538c;
}

/* 
-------------------
FIND US
-------------------
*/

.find-us ul {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.find-us li {
	margin-right: 10px;
}

.find-us li:last-child {
	margin-right: 0;
}

.find-us a {
	display: block;
	font-size: 1.875rem;
	color: #DDA77D;
}

.find-us a:hover {
	color: #fff;
}

@media (max-width: 991px) {
	.find-us ul {
		justify-content: center;
	}
}

/* 
-------------------
LANDING PAGE
-------------------
*/
.landing-page {
	overflow: hidden;
	width: 100%;
	height: 100vh;
	text-shadow: 0 0 10px #333;
}

.landing-page .page-content {
	padding: 0;
}

.landing-page .wp-block-columns {
	margin: 0;
}

.landing-page .wp-block-column {
	padding: 0;
	margin: 0;
}

.landing-page .wp-block-cover {
	height: 100vh;
}

.landing-page .wp-block-cover.has-background-dim::before {
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.landing-page .wp-block-cover.has-background-dim:hover::before {
	opacity: .1;
}

.landing-page .wp-block-button.wp-block-button a {
	margin-bottom: 0;
}

.landing-page .wp-block-button.wp-block-button.is-style-outline a {
	color: #fff;
	background: #DDA77D;
}

@media (min-width: 768px) {
	.landing-page .wp-block-button.wp-block-button.is-style-outline a {
		transform: translateY(30px);
		-moz-transform: translateY(30px);
		-webkit-transform: translateY(30px);
		-o-transform: translateY(30px);
		-ms-transform: translateY(30px);
		opacity: 0;
	}
	
	.landing-page .wp-block-cover:hover .wp-block-button.wp-block-button.is-style-outline a {
		transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		opacity: 1;
	}
}

.landing-page .wp-block-cover h2 {
	font-family: 'playlistscript';
	font-size: 4rem;
	color: #DDA77D;
}

.landing-page .wp-block-cover h2::after {
	content: "";
	display: block;
	width: 300px;
	height: 1px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

.landing-page .wp-block-cover h3 {
	font-size: 1.875rem;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

@media (max-width: 767px) {
	.landing-page .wp-block-cover {
		height: 50vh;
	}
}

/* 
-------------------
GALLERY PAGE
-------------------
*/

.gallery-page .page-content,
.gallery-single-page .page-content {
	padding-top: 0;
	padding-bottom: 0;
}

.gallery-page .wp-block-columns {
	margin: 0;
}

.gallery-page .wp-block-column {
	padding: 0;
	margin: 0;
}

.gallery-page .wp-block-image {
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
}

.gallery-page .wp-block-image a {
	position: relative;
	display: block;
}

.gallery-page .wp-block-image figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.gallery-page .wp-block-image figcaption::before {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 0;
	height: 1px;
	background: #DDA77D;
	width: 0;
}

.gallery-page .wp-block-image figcaption::after {
	content: "";
	position: absolute;
	bottom: -15px;
	right: 0;
	height: 1px;
	background: #DDA77D;
	width: 0;
}

.gallery-page .wp-block-image .caption-mask {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #022840;
	opacity: .25;
}

.gallery-page .wp-block-image .caption-mask,
.gallery-page .wp-block-image .caption-mask::after,
.gallery-page .wp-block-image figcaption::before,
.gallery-page .wp-block-image figcaption::after {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.gallery-page .wp-block-image:hover .caption-mask {
	opacity: .5;
}

.gallery-page .wp-block-image:hover figcaption::before,
.gallery-page .wp-block-image:hover figcaption::after {
	width: 100%;
}

/* 
-------------------
CONTACT FORM
-------------------
*/

.wpcf7-form .form-label,
.wpcf7-form > p {
	text-align: center;
}

.wpcf7-form .form-textarea {
	height: 223px;
}

.wpcf7-form .wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-form .wpcf7-acceptance label {
	display: block;
}

.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
	margin: 0 5px 0 0;
}