/*
1) html tags and general elements
	1.1) reset
	1.2) body and headings
	1.3) html elements
	1.4) form elements
	1.5) buttons
	1.6) rows
	1.7) misc

2) hero
	2.1) hero layout
	2.2) header
	2.3) main menu
	2.4) mobile menu

3) booking

4) blog
	4.1) comments
	4.2) sidebar
	4.3) misc

5) layouts
	5.1) gallery layout
	5.2) map layout

6) footer

7) slick slider

8) widgets
	8.1) multilingual plugins widgets
	8.2) social widget
	8.3) contact widget

9) misc

10) WordPress styles
*/

/* --------------------------------------------------------------------------------- */
/* 1) html tags and general elements */
/* --------------------------------------------------------------------------------- */

/* 1.1) reset */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, blockquote {
	margin: 0;
	padding: 0;
}

/* 1.1) end reset */

/* 1.2) body and headings */

body {
	background: #fff;
	color: #555;
	font-size: 16px;
	line-height: 26px;
	-webkit-text-size-adjust: none;
}

h1, h2, h3 {
	font-weight: normal;
}

h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 96px;
	line-height: 104px;
	margin-bottom: 42px;
	padding-top: 36px;
}

h2 {
	font-size: 32px;
	line-height: 52px;
	margin-bottom: 31px;
	padding-top: 21px;
}

.row h2 {
	font-size: 48px;
	margin-bottom: 37px;
	padding-top: 15px;
}

h3 {
	font-size: 24px;
	line-height: 39px;
	margin-bottom: 22px;
	padding-top: 4px;
}

h4 {
	font-size: 16px;
	margin-bottom: 13px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

.section-title p,
.hero-caption .tagline {
	color: #aaa;
	margin-bottom: 13px;
	text-transform: uppercase;
}

.hero-caption h1,
.hero-slide-caption,
.hero-home-title {
	padding-top: 0;
	text-shadow: 0 1px 4px rgba(0,0,0,0.1), 0 0 60px rgba(0,0,0,0.4);
}

.hero-title-only .hero-caption h1,
.hero-home-title {
	text-shadow: none;
}

.hero-title-only .tagline,
.hero-caption .tagline {
	color: #fff;
	font-weight: bold;
	margin-bottom: 22px;

	text-transform: uppercase;
}

.hero-caption .tagline {
	text-shadow: 0 1px 3px rgba(0,0,0,0.33);
}

/* end 1.2) body and headings */

/* 1.3) html elements */

p, ol, ul {
	margin-bottom: 26px;
}

a {
	color: #555;
	text-decoration: none;
	text-decoration-color: rgba( 0, 0, 0, 0.2 );
	transition: color 0.4s, text-decoration-color 0.4s;
}

table {
	background: #fff;
	border-collapse: collapse;
	margin-bottom: 26px;
	width: 100%;
	word-wrap: break-word;
}

th, td {
	padding: 17px 20px 18px;
}

blockquote {
	font-size: 24px;
	font-style: italic;
	line-height: 39px;
	margin-bottom: 26px;
	padding: 12px 18px 14px 20px;
	position: relative;
}

blockquote p {
	margin-bottom: 0;
}

ul {
	list-style-type: none;
}

ol {
	list-style: none;
	counter-reset: item;
}

ol li {
	counter-increment: item;
}

ol li::before {
	content: counter(item) ". ";
}

ul ul,
ol ol {
	margin: 0 0 0 30px;
}

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

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

hr {
	border: none;
	border-bottom: 1px solid;
	margin: 0;
	padding-top: 32px;
	margin-bottom: 58px;
}

hr + h2 {
	margin-top: -5px;
	padding-top: 0;
}

/* end 1.3) html elements */

/* 1.4) form elements */

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
select,
textarea {
	background: rgba(0,0,0,0);
	border: 2px solid;
	border-radius: 2px;
	box-shadow: none;
	box-sizing: border-box;
	color: #555;
	font-size: 16px;
	margin-bottom: 7px;
	outline: none;
	padding: 14px 10px;
	transition: border 0.4s;
	width: 100%;
}

option {
	background: #fff;
}

textarea {
	height: 130px;
}

label {
	display: table;
	font-weight: bold;
	margin-bottom: 7px;
}

.maestrel-checkbox-wrapper + label,
.hb-checkbox-wrapper + label,
input[type="checkbox"] + label,
.maestrel-radio-wrapper + label,
.hb-radio-wrapper + label,
input[type="radio"] + label {
	display: inline;
	font-weight: normal;
	margin-left: 5px;
}

.maestrel-select-wrapper {
	display: block;
	position: relative;
}

.maestrel-select-wrapper select {
	appearance: none;
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.maestrel-select-arrow:before {
	content: "\f107";
	display: none;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.maestrel-select-arrow svg {
	top: 19px;
	font-size: 15px;
	position: absolute;
	right: 8px;
}

.maestrel-checkbox-wrapper input[type="checkbox"],
.hb-checkbox-wrapper input[type="checkbox"],
.maestrel-radio-wrapper input[type="radio"],
.hb-radio-wrapper input[type="radio"] {
	opacity: 0;
}

.maestrel-checkbox-wrapper label,
.hb-checkbox-wrapper label,
.maestrel-radio-wrapper label,
.hb-radio-wrapper label {
	position: relative;
}

.maestrel-checkbox-wrapper label::before,
.hb-checkbox-wrapper label::before,
.maestrel-radio-wrapper label::before,
.hb-radio-wrapper label::before {
	content: "";
	border: 2px solid;
	display: inline-block;
	height: 16px;
	left: -26px;
	opacity: 0.8;
	position: absolute;
	top: -1px;
	transition: opacity 0.4s, border 0.4s;
	width: 16px;
}

.maestrel-checkbox-wrapper label::before,
.hb-checkbox-wrapper label::before {
	border-radius: 2px;
}

.maestrel-radio-wrapper label::before,
.hb-radio-wrapper label::before {
	border-radius: 10px;
}

.maestrel-checkbox-wrapper label::after,
.hb-checkbox-wrapper label::after {
	content: "";
	display: inline-block;
	height: 6px;
	left: -21px;
	position: absolute;
	top: 3px;
	transform: rotate(-45deg);
	transition: width 0.1s;
	width: 0;
}

.maestrel-radio-wrapper label::after,
.hb-radio-wrapper label::after {
	background: #777;
	border-radius: 3px;
	content: "";
	display: inline-block;
	height: 6px;
	left: -19px;
	position: absolute;
	top: 6px;
	transform: scale(0);
	transition: transform 0.1s;
	width: 6px;
}

.maestrel-checkbox-wrapper input[type="checkbox"]:checked + label::after,
.hb-checkbox-wrapper input[type="checkbox"]:checked + label::after {
	border-left: 2px solid #555;
	border-bottom: 2px solid #555;
	width: 9px;
}

.maestrel-radio-wrapper input[type="radio"]:checked + label::after,
.hb-radio-wrapper input[type="radio"]:checked + label::after {
	transform: scale(1)
}

/* end 1.4) form elements */

/* 1.5) buttons */

.button,
input[type="button"],
input[type="submit"],
.page-numbers,
.page-numbers-paginated {
	background: rgba(0,0,0,0);
	box-sizing: content-box;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	font-size: 16px;
	line-height: 26px;
	outline: none;
	padding: 10px 23px 11px;
	text-shadow: none;
	text-transform: uppercase;
	transition: background 0.4s, border 0.4s, color 0.4s, opacity 0.4s;
}

input[type="button"]:disabled,
input[type="submit"]:disabled {
	cursor: default;
	opacity: 0.5;
}

/* end 1.5) buttons */

/* 1.6) rows */

.row {
	padding: 111px 0 77px;
}

.row-without-title {
	padding-top: 85px;
}

/* end 1.6) rows */

/* 1.7) misc */

::selection {
	color: #fff;
}

::-moz-selection {
	color: #fff;
}

.section-title {
	padding-bottom: 59px;
	text-align: center;
}

.the-content a:hover {
	text-decoration: underline;
}

.back-to-top {
	background: rgba(0,0,0,0.4);
	border-radius: 3px;
	bottom: 20px;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	transition: background 0.4s, opacity 0.4s;
	width: 40px;
	z-index: 999;
}

.back-to-top:hover {
	background: rgba(0,0,0,0.8);
	color: #fff;
}

/* 1.7) end misc */

/* end 1) html tags and general elements */

/* --------------------------------------------------------------------------------- */
/* 2) hero */
/* --------------------------------------------------------------------------------- */

/* 2.1) hero layout */

.hero {
	background: #000;
	position: relative;
}

.hero-media-wrapper {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.hero.hero-custom {
	height: auto;
	padding-bottom: 0;
}

.hero.hero-no-padding {
	padding-bottom: 0;
}

.hero-img {
	display: block;
	max-width: none;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s;
}

.hero-slider {
	height: 100%;
}

.hero-slide-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.hero-slide-wrapper img {
	position: relative;
}

.hero-slider .slick-prev {
	left: 46px;
}

.hero-slider .slick-next {
	right: 46px;
}

.hero-caption {
	position: absolute;
	text-align: center;
	width: 100%;
}

.hero-caption-content-wrapper {
	margin: 0 94px;
}

.hero-caption-content {
	color: #fff;
	margin: 0 auto;
	max-width: 800px;
	padding: 81px 40px 75px;
	text-align: center;
}

.hero-slider .hero-caption-content {
	padding: 50px 0;
}

.hero-home-title,
.hero-slide-caption {
	font-size: 96px;
	line-height: 104px;
}

.hero-title-only .hero-caption-content h1 {
	margin-bottom: 26px;
	padding-top: 0;
}

/* end 2.1) hero layout */

/* 2.2) header */

.top-header {
	font-size: 13px;
	min-height: 50px;
	overflow: hidden;
}

.top-header .full-width-content {
	margin-bottom: 0;
}

.top-header-widgets {
	padding-bottom: 13px;
	padding-top: 12px;
	position: relative;
}

.top-header-widgets p {
	margin-bottom: 0;
}

.top-header-2-widgets .top-header-left-widget {
	float: left;
}

.top-header-right-widget {
	display: flex;
	justify-content: flex-end;
}

.top-header-2-widgets .top-header-left-widget,
.top-header-2-widgets .top-header-right-widget {
	box-sizing: border-box;
}

.top-header-2-widgets-even .top-header-left-widget,
.top-header-2-widgets-even .top-header-right-widget {
	width: 50%;
}

.top-header-2-widgets-uneven .top-header-left-widget,
.top-header-2-widgets-uneven .top-header-right-widget {
	width: 25%;
}

.top-header-left-has-contact-details .top-header-left-widget {
	width: 75%;
}

.top-header-right-has-contact-details .top-header-right-widget {
	width: 75%;
}

.mobile-top-header-2-widgets-even .top-header-left-widget,
.mobile-top-header-2-widgets-even .top-header-right-widget {
	width: 50%;
}

.top-header-2-widgets .top-header-left-widget {
	padding-right: 10px;
}

.top-header-2-widgets .top-header-right-widget {
	padding-left: 10px;
}

.top-header a {
	color: #555;
	text-decoration-line: underline;
}

.top-header h4 {
	display: none;
}

.header {
	background: #fff;
	box-shadow: 0 10px 10px rgba(0,0,0,0.05);
	position: relative;
	transition: height 0.4s;
	width: 100%;
	z-index: 99;
}

.header .container,
.header .full-width-content,
.header-content {
	height: 100%;
	position: relative;
}

.logo img {
	position: absolute;
	top: 50%;
	transition: height 0.4s;
}

.site-name {
	display:inline-block;
	margin-bottom: 0;
	padding-top: 0;
}

.site-name a {
	color: #555;
	display: block;
	float: left;
	font-size: 28px;
	font-weight: bold;
	margin-top: -2px;
	transition: color 0.4s, font-size 0.4s, line-height 0.4s;
}

.small-header .site-name a {
	font-size: 21px;
}

.header.is-fixed-header {
	background: rgba(255, 255, 255, 0.9);
	left: 0;
	position: fixed;
	top: 0;
	z-index: 99;
}

.admin-bar .is-fixed-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .is-fixed-header {
		top: 46px;
	}
}

@media screen and (max-width: 600px) {
	.admin-bar .is-fixed-header {
		top: 0px;
	}
}

/* end 2.2) header */

/* 2.3) main menu */

.header-menu {
	opacity: 0;
}

.header-menu {
	font-size: 14px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
}

.header-menu > * {
	float: left;
}

.list-menu,
.list-menu * {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-menu {
	float: left;
}

.list-menu li {
	position: relative;
}

.list-menu a {
	color: #555;
	display: block;
	position: relative;
}

.list-menu > li > a {
	border-bottom: 2px solid rgba(0,0,0,0);
	box-sizing: border-box;
	position: relative;
	transition: border 0.4s, color 0.4s, height 0.4s, line-height 0.4s;
}

.list-menu > li {
	float: left;
	margin-left: 40px;
}

.list-menu ul {
	background: #fff;
	background: rgba(255,255,255,0.95);
	border-bottom: 2px solid;
	box-shadow: 0 3px 4px rgba(0,0,0,0.1), 2px 1px 3px rgba(0,0,0,0.2), -2px 1px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	width: 195px;
}

.list-menu li:hover > ul,
.list-menu li.sfHover > ul {
	display: block;
}

.list-menu ul li {
	border-top: 1px solid;
	line-height: 24px;
}

.list-menu ul li a {
	padding: 11px 25px 12px 20px;
}

.list-menu ul ul {
	border-top: none;
	left: 196px;
	top: -1px;
}

.list-menu > li.menu-item-has-children > a:after {
	content: '\f107';
	display: none;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}

.list-menu > li.menu-item-has-children > a svg {
	margin-left: 5px;
}

.list-menu li.menu-item-has-children li.menu-item-has-children > a:after {
	content: '\f105';
	display: none;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}

.list-menu li.menu-item-has-children li.menu-item-has-children > a svg {
	left: 88%;
	margin-top: -6px;
	position: absolute;
	top: 50%;
}

.list-menu span {
	display: none;
}

.menu-sub-left {
	left: -196px !important;
}

/* end 2.3) main menu */

/* 2.4) mobile menu */

.mobile-header .list-menu,
.mobile-menu-trigger {
	display: none;
}

.mobile-header .mobile-menu-trigger {
	display: block;
}

.mobile-header .list-menu {
	position: absolute;
	right: 0px;
	width: 278px;
}

.mobile-header .list-menu ul {
	border: none;
	border-top: 1px solid;
	box-shadow: none;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.mobile-header .list-menu li:hover > ul,
.mobile-header .list-menu li.sfHover > ul {
	display: none;
}

.mobile-header .list-menu li {
	border: none;
	border-bottom: 1px solid;
	margin: 0;
	padding: 0;
	width: 100%;
}

.mobile-header .list-menu li:last-child {
	border-bottom: none;
}

.header.mobile-header .list-menu li a {
	border: none;
	line-height: 26px;
	padding: 13px 45px 12px 20px;
}

.header.mobile-header .header-menu .list-menu li a {
	height: auto;
}

.header.mobile-header .list-menu li li a {
	padding-left: 40px;
}

.header.mobile-header .list-menu li li li a {
	padding-left: 60px;
}

.mobile-header .list-menu > li.menu-item-has-children > a:after,
.mobile-header .list-menu > li.menu-item-has-children > a:before,
.mobile-header .list-menu li.menu-item-has-children li.menu-item-has-children > a:after,
.mobile-header .list-menu li.menu-item-has-children li.menu-item-has-children:before {
	display: none;
}

.mobile-header span.menu-plus-minus {
	cursor: pointer;
	display: block;
	font-size: 28px;
	height: 26px;
	line-height: 25px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 11px;
	width: 26px;
}

.header.mobile-header span.menu-plus-minus span.menu-plus {
	display: block;
	font-weight: 400;
	margin-left: 1px;
}

.header.mobile-header span.menu-plus-minus span.menu-minus {
	display: none;
	font-size: 26px;
	font-weight: 700;
	margin-top: -12px;
}

.menu-open > span .menu-minus {
	display: block !important;
}

.menu-open > span .menu-plus {
	display: none !important;
}

/* end 2.4) mobile menu */

/* end 2) hero */

/* --------------------------------------------------------------------------------- */
/* 3) booking */
/* --------------------------------------------------------------------------------- */

.hero-booking-form .hb-title-search-form {
	display: none;
}

.hero-booking-form .hb-datepick-check-in-out-trigger {
	bottom: 12px;
	cursor: pointer;
	font-family: 'Font Awesome 6 Free';
	font-size: 18px;
	right: 10px;
}

.hero-booking-form .hb-datepick-check-in-out-trigger:before {
	content: "\f073";
	display: none;
}

.hero-booking-form .hb-datepick-check-in-out-trigger,
.hero-booking-form .maestrel-select-arrow svg {
	color: #fff;
}

.hbook-wrapper .hb-stripe-expiration {
	width: 65px;
}

.maestrel-select-hb-stripe-expiration {
	display: inline-block;
	width: 65px;
}

/* end 3) booking */

/* --------------------------------------------------------------------------------- */
/* 4) blog */
/* --------------------------------------------------------------------------------- */

/* 4.1) comments */

/* 4.2) comments */

#post-comment {
	margin-bottom: 59px;
}

/* end 4.2) comments */

/* 4.3) misc */

.page-numbers-paginated,
.page-numbers {
	display: block;
	float: left;
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	margin-right: 8px;
	padding: 0;
	text-align: center;
	width: 38px;
}

.page-numbers.prev,
.page-numbers.next {
	font-size: 25px;
	line-height: 32px;
}

.page-numbers-paginated,
.page-numbers.current,
.page-numbers.dots {
	cursor: default;
}

a .page-numbers-paginated {
	cursor: pointer;
}

a .page-numbers-paginated,
span.page-numbers.dots {
	background: #fff;
}

.nav-links {
	margin-bottom: 26px;
}

.nav-links:after {
	content: "";
	display: table;
	clear: both;
}

.nav-previous {
	float: left;
}

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

.nav-previous,
.nav-next {
	max-width: 48%;
}

/* end 4.3) misc */

/* end 4) blog */

/* --------------------------------------------------------------------------------- */
/* 5) layouts */
/* --------------------------------------------------------------------------------- */

/* 5.1) gallery layout */

.gallery-wrapper {
	margin-bottom: 26px;
}

.gallery-column {
	float: left;
	overflow: hidden;
	position: relative;
}

.gallery-item {
	overflow: hidden;
	position: absolute;
	transition: background 0.4s;
}

.gallery-column img {
	display: block;
	max-width: 101%;
	position: absolute;
	transition: opacity 0.4s;
	width: 101%;
	-webkit-backface-visibility: hidden;
}

.gallery-column .gallery-img-mobile {
	display: none;
}

.gallery-column:hover img {
	opacity: 0.4;
}

/* end 5.1) gallery layout */

/* 5.2) map layout */

.map-canvas {
	height: 500px;
	margin-bottom: 40px;
}

.map-marker-container {
	background-color: rgba(255,255,255,0.8);
	border: 2px solid;
	font-size: 15px;
	font-weight: 800;
	min-width: 100px;
	padding: 13px 16px 12px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
}

.map-marker-container:before,
.map-marker-container:after {
	border-right-color: transparent!important;
	border-bottom-color: transparent!important;
	border-left-color: transparent!important;
	border-style: solid;
	content: ' ';
	height: 0;
	left: 50%;
	position: absolute;
	width: 0;
}

.map-marker-container:before {
	border-width: 12px 10px 0 10px;
	bottom: -12px;
	margin-left: -10px;
}

.map-marker-container:after {
	border-top-color: rgba(255,255,255,0.8);
	border-width: 8px 7px 0 7px;
	bottom: -8px;
	margin-left: -7px;
}

.map-marker-dot {
	border: 2px solid;
	border-radius: 6px;
	bottom: -35px;
	height: 10px;
	left: 50%;
	margin-left: -6px;
	position: absolute;
	transform: rotate(45deg);
	width: 10px;
}

.map-marker-dot-inner {
	height: 6px;
	left: 1px;
	position: absolute;
	top: 1px;
	width: 6px;
}

/* end 5.2) map layout */

/* end 5) layouts */

/* --------------------------------------------------------------------------------- */
/* 6) footer */
/* --------------------------------------------------------------------------------- */

footer,
footer a {
	color: #555;
}

footer a {
	text-decoration-line: underline;
}

.bottom-footer {
	padding-top: 40px;
	font-size: 13px;
}

.bottom-footer h4 {
	display: none;
}

.bottom-footer-1-widget {
	text-align: center;
}

.bottom-footer-2-widgets .bottom-footer-left-widget {
	float: left;
}

.bottom-footer-2-widgets .bottom-footer-right-widget {
	display: flex;
	float: right;
	justify-content: flex-end;
}

.bottom-footer-2-widgets .bottom-footer-left-widget,
.bottom-footer-2-widgets .bottom-footer-right-widget {
	box-sizing: border-box;
	width: 50%;
}

.bottom-footer-2-widgets .bottom-footer-left-widget {
	padding-right: 10px;
}

.bottom-footer-2-widgets .bottom-footer-right-widget {
	padding-left: 10px;
}

/* end 6) footer */

/* --------------------------------------------------------------------------------- */
/* 7) slick slider */
/* --------------------------------------------------------------------------------- */

.slick-slide {
	outline: none;
}

.slick-dots {
	bottom: -30px;
	left: 50%;
	margin-bottom: 0;
	position: absolute;
	transform: translateX(-50%);
}

.slick-dots li {
	float: left;
	margin-left: 16px;
}

.slick-dots li:first-child {
	margin-left: 0;
}

.slick-dots li:before {
	display: none;
}

.slick-dots .slick-active button {
	cursor: default;
}

.slick-dots button:before {
	background: rgba(255,255,255,0);
	content: '';
	transition: background 0.4s;
}

.slick-dots .slick-active button:before,
.slick-dots button:hover:before {
	background: #fff;
	content: '';
	display: block;
	height: 6px;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 6px;
}

.slick-dots button,
.slick-arrow {
	background: none;
	cursor: pointer;
	display: block;
	outline: none;
	padding: 0;
	text-indent: -99999px;
}

.slick-arrow {
	background-color: rgba(255, 255, 255, 0.1);
	background-clip: content-box;
	border: 2px solid rgba(255, 255, 255, 0.6);
	border-radius: 4px;
	color: #fff;
	font-size: 30px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	transition: background 0.4s, border 0.4s;
	width: 40px;
	z-index: 1;
}

.slick-arrow:before {
	border-bottom: 2px solid;
	border-right: 2px solid;
	border-color: rgba(255,255,255,0.8);
	content: '';
	display: block;
	height: 8px;
	position: absolute;
	top: 12px;
	left: 12px;
	width: 8px;
}


.slick-arrow:hover:before {
	border-color: #fff;
}

.slick-prev {
	transform: rotate(135deg);
}

.slick-next {
	transform: rotate(-45deg);
}

/* end 7) slick slider */

/* --------------------------------------------------------------------------------- */
/* 8) widgets */
/* --------------------------------------------------------------------------------- */

/* 8.1) multilingual plugins widgets */

/* 8.2) social widget */

/* 8.3) contact widget */

/*
.widget_maestrel_contact_details {
	width: 100%;
}
*/

.top-header-right-widget .widget-contact-content,
.bottom-footer-right-widget .widget-contact-content {
	float: right;
}

.top-header-left-widget .widget-contact-content span,
.bottom-footer-left-widget .widget-contact-content span {
	margin-right: 40px;
}

.top-header-right-widget .widget-contact-content span,
.bottom-footer-right-widget .widget-contact-content span {
	margin-left: 40px;
	text-align: right;
}

.top-header-left-widget .mobile-widget-contact .widget-contact-content span,
.bottom-footer-left-widget .mobile-widget-contact .widget-contact-content span {
	margin-right: 0;
}

.top-header-right-widget .mobile-widget-contact .widget-contact-content span,
.bottom-footer-right-widget .mobile-widget-contact .widget-contact-content span {
	margin-left: 0;
}

.contact-details-trigger {
	display: none;
}

.contact-details-trigger .fa-angle-up,
.contact-details-active .fa-angle-down {
	display: none;
}

.contact-details-active .fa-angle-up {
	display: inline;
}

.mobile-widget-contact .widget-contact-content {
	display: none;
}

.mobile-widget-contact .contact-details-trigger {
	display: block;
}

.top-header-right-widget .contact-details-trigger,
.bottom-footer-right-widget .contact-details-trigger {
	text-align: right;
}

.mobile-widget-contact .widget-contact-content span {
	display: block;
}

.widget_maestrel_contact_details:not(.mobile-widget-contact) .widget-contact-content {
	display: block !important;
}

/* end 8.3) contact widget */

/* end 8) widgets */

/* --------------------------------------------------------------------------------- */
/* 9) misc */
/* --------------------------------------------------------------------------------- */

.intro-text {
	font-size: 21px;
	font-weight: bold;
	line-height: 39px;
	margin-bottom: 21px;
}

.the-content ul:not(.no-bullets-list) li:before,
.list-with-bullets li:before {
	border-radius: 50%;
	content: "";
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 2px;
	height: 5px;
	width: 5px;
}

.list-without-top-margin {
	margin-top: -26px;
}

.top-header .widget_polylang .lang-item {
	float: left;
	margin-left: 20px;
}

/*
.top-header .widget_polylang .lang-item:first-of-type {
	margin-left: 0;
}
*/

.mobile-display {
	display: none;
}

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

/* end 9) misc */

/* --------------------------------------------------------------------------------- */
/* 10) WordPress styles */
/* --------------------------------------------------------------------------------- */

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.alignleft {
	float: left;
	margin: 6px 20px 7px 0;
}

.alignright {
	float:right;
	margin: 6px 0 7px 20px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.wp-caption {
	margin-bottom: 24px;
	max-width: 100%;
}

.wp-caption img {
	display: block;
}

/* end 10) WordPress styles */

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




/* Copyright Maestrel https://maestrel.com */