/*
Theme Name: Save The Mira Mar
Theme URI: https://savethemiramar.com/
Template: hello-elementor
Author: Avenue Media
Author URI: https://avenue.to/
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0
*/

body {
	--scrollbar-width: 17px;
}

body #content {
	overflow-x: clip;
}

.elementor-widget-theme-post-excerpt p:last-child,
.elementor-tab-content p:last-child,
.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}

.elementor-widget-icon,
.elementor-icon-box-icon,
.elementor-button-icon {
	line-height: 0;
}

.fadeInTopFixed {
	-webkit-animation-name: fadeInTopFixed;
	        animation-name: fadeInTopFixed;
}

@-webkit-keyframes fadeInTopFixed {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,25px,0);
		        transform: translate3d(0,25px,0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes fadeInTopFixed {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,25px,0);
		        transform: translate3d(0,25px,0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

.clipInLeft {
	-webkit-animation-name: clipInLeft;
	        animation-name: clipInLeft;
}

@-webkit-keyframes clipInLeft {
	from {
		-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
		        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	}
	to {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}

@keyframes clipInLeft {
	from {
		-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
		        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	}
	to {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}


.clipInBottom {
	-webkit-animation-name: clipInBottom;
	        animation-name: clipInBottom;
}

@-webkit-keyframes clipInBottom {
	from {
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
		        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
	}
	to {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}

@keyframes clipInBottom {
	from {
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
		        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
	}
	to {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}

.clipInTop {
	-webkit-animation-name: clipInTop;
	        animation-name: clipInTop;
}

@-webkit-keyframes clipInTop {
	from {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
		        clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
	}
	to {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}

@keyframes clipInTop {
	from {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
		        clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
	}
	to {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.elementor-button:hover,
.elementor-button:focus {
	text-decoration: inherit !important;
}

.elementor-button-content-wrapper {
	align-items: center;
}

.elementor-button-icon svg {
	width: auto !important;
}

.elementor-field-type-acceptance .elementor-field-option,
.elementor-field-type-radio .elementor-field-option,
.elementor-field-type-checkbox .elementor-field-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.elementor-field-type-radio .elementor-field-option,
.elementor-field-type-checkbox .elementor-field-option {
	flex-basis: calc(50% - 10px) !important;
}

@media screen and (max-width: 767px) {
	.elementor-field-type-radio .elementor-field-option,
	.elementor-field-type-checkbox .elementor-field-option {
		flex-basis: 100% !important;
	}
}

.elementor-field-subgroup {
	gap: 20px;
}

.elementor-widget-form .elementor-field-subgroup label {
	font-size: 16px;
}

.elementor-field-type-acceptance .elementor-field-option label {
	font-size: 14px;
}

.elementor-field-type-acceptance .elementor-field-subgroup.elementor-subgroup-inline,
.elementor-field-type-radio .elementor-field-subgroup.elementor-subgroup-inline,
.elementor-field-type-checkbox .elementor-field-subgroup.elementor-subgroup-inline {
	-webkit-column-gap: 28px;
	   -moz-column-gap: 28px;
	        column-gap: 28px;
	row-gap: 10px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.elementor-field-type-acceptance .elementor-field-option a,
.elementor-field-type-radio .elementor-field-option a,
.elementor-field-type-checkbox .elementor-field-option a {
	color: inherit;
	text-decoration: underline;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff !important;
	padding: 0 !important;
	color: #fff;
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 0 !important;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
	-webkit-box-pack: center !important;
	    -ms-flex-pack: center !important;
	        justify-content: center !important;
	margin-right: 10px !important;
	flex-shrink: 0 !important;
}

.elementor-form input[type="radio"],
.elementor-form input[type="checkbox"] {
	border-color: var(--e-global-color-accent) !important;
}

input[type="radio"]:before,
input[type="checkbox"]:before {
	content: '';
	background-color: var(--e-global-color-accent);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 14px;
	height: 14px;
	border-radius: 0;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: 0.1s -webkit-transform ease-in-out;
	transition: 0.1s -webkit-transform ease-in-out;
	transition: 0.1s transform ease-in-out;
	transition: 0.1s transform ease-in-out, 0.1s -webkit-transform ease-in-out;
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.elementor-field-type-upload label {
    position: relative!important;
    top: auto!important;
    width: 100%!important;
    height: auto!important;
    margin: 0!important;
    padding: 13px 18px 13px 18px!important;
    overflow: auto!important;
    clip: auto!important;
    border: 0;
    font-size: 13px;
    color: var(--e-global-color-secondary);
    background-color: #FFFFFF26;
    border-radius: 8px 8px 8px 8px;
    line-height: 1.4!important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyMyAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMi43NjE3IDguNTU1ODFDMjIuNzYxNyA3LjYwNzYyIDIyLjM4NDUgNi42OTg0NSAyMS43MTQ3IDYuMDI3M0MyMC40NjIxIDQuNzc2MDYgMTcuOTg1NyAyLjI5OTU4IDE2LjczNDQgMS4wNDcwNEMxNi4wNjMzIDAuMzc3MTk0IDE1LjE1NDEgMCAxNC4yMDU5IDBDMTIuNTA4NSAwIDkuMTA3MjkgMCA2LjE3ODE4IDBDNC41MzkzNCAwIDIuOTY4MTMgMC42NTAzMzUgMS44MDkyMyAxLjgwOTIzQzAuNjUwMzM1IDIuOTY4MTMgMCA0LjUzOTM0IDAgNi4xNzgxOFYxOS4xODQ5QzAgMjIuNTk2NSAyLjc2NjUyIDI1LjM2MzEgNi4xNzgxOCAyNS4zNjMxSDE2LjU4MzVDMTkuOTk1MiAyNS4zNjMxIDIyLjc2MTcgMjIuNTk2NSAyMi43NjE3IDE5LjE4NDlDMjIuNzYxNyAxNS40MjcyIDIyLjc2MTcgMTAuNjU3NyAyMi43NjE3IDguNTU1ODFaTTE0LjMwNzQgMS45NTM2MUMxNC4yNzM1IDEuOTUyMzEgMTQuMjM5NyAxLjk1MSAxNC4yMDU5IDEuOTUxQzEyLjUwODUgMS45NTEgOS4xMDcyOSAxLjk1MSA2LjE3ODE4IDEuOTUxQzUuMDU3IDEuOTUxIDMuOTgxMzUgMi4zOTU4MyAzLjE4OTI0IDMuMTg5MjRDMi4zOTU4MyAzLjk4MTM1IDEuOTUxIDUuMDU3IDEuOTUxIDYuMTc4MThWMTkuMTg0OUMxLjk1MSAyMS41MTk2IDMuODQzNDggMjMuNDEyMSA2LjE3ODE4IDIzLjQxMjFIMTYuNTgzNUMxOC45MTgyIDIzLjQxMjEgMjAuODEwNyAyMS41MTk2IDIwLjgxMDcgMTkuMTg0OUMyMC44MTA3IDE1LjQyNzIgMjAuODEwNyAxMC42NTc3IDIwLjgxMDcgOC41NTU4MUMyMC44MTA3IDguNTIxOTkgMjAuODA5NCA4LjQ4ODE3IDIwLjgwODEgOC40NTQzNUgxNy44ODQyQzE2LjkzNiA4LjQ1NDM1IDE2LjAyNTYgOC4wNzcxNiAxNS4zNTQ0IDcuNDA3MzFDMTQuNjg0NiA2LjczNjE3IDE0LjMwNzQgNS44MjU3IDE0LjMwNzQgNC44Nzc1MVYxLjk1MzYxWk0xOS40MzA3IDYuNTAzMzVMMTYuMjU4NCAzLjMzMTAxVjQuODc3NTFDMTYuMjU4NCA1LjMwOTMzIDE2LjQzMDEgNS43MjE2NSAxNi43MzQ0IDYuMDI3M0MxNy4wNDAxIDYuMzMxNjYgMTcuNDUyNCA2LjUwMzM1IDE3Ljg4NDIgNi41MDMzNUgxOS40MzA3WiIgZmlsbD0iIzQ5QzNENCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjQyMDYgMS43NjgxTDQuOTA5NDIgMS40NjMyNkwxLjg2MDk4IDMuMTM5OUwwLjY0MTYwMiA2LjY0NTYxTDAuODg1NDc3IDE2LjM3MDFMMS4zNzMyMyAyMS41NTI1TDUuMjQ0NzUgMjMuODY5M0wxNy4xMzM3IDI0LjI5NjFMMTkuNTQyIDIzLjAxNThMMjEuNDAxNSAyMC4zOTQxTDIyLjA0MTcgOS43NTUwM0wyMS40MDE1IDcuNTYwMTVMMTcuMTMzNyA3LjA0MTkxQzE2LjYyNTYgNi44OTk2NSAxNS41OTEyIDYuNTcyNDUgMTUuNTE4IDYuNDAxNzRDMTUuNDI2NiA2LjE4ODM1IDE1LjE4MjcgNC43NTU1OCAxNS4xNTIyIDQuNTExN0MxNS4xMjc4IDQuMzE2NiAxNS4xNDIgMi4zOTgxMSAxNS4xNTIyIDEuNDYzMjZMMTQuNDIwNiAxLjc2ODFaTTExLjQwNTkgOS4xMDQ3NkgxMS4zODI0SDExLjM1OUMxMS4yNjkzIDkuMTA3MzYgMTEuMTgyMSA5LjEyMTY3IDExLjEwMDIgOS4xNDYzOEwxMS4wOTc2IDkuMTQ3NjhDMTAuOTQ5MyA5LjE5MTkxIDEwLjgxMDEgOS4yNzM4NSAxMC42OTMxIDkuMzkwOTFMOC4wOTE3NCAxMS45OTIyQzcuNzEwNjUgMTIuMzcyIDcuNzEwNjUgMTIuOTkxMiA4LjA5MTc0IDEzLjM3MUM4LjQ3MTU0IDEzLjc1MjEgOS4wOTA2NiAxMy43NTIxIDkuNDcwNDUgMTMuMzcxTDEwLjQwNjkgMTIuNDM1OFYxNi41ODM2QzEwLjQwNjkgMTcuMTIyMSAxMC44NDQgMTcuNTU5MSAxMS4zODI0IDE3LjU1OTFDMTEuOTIwOSAxNy41NTkxIDEyLjM1NzkgMTcuMTIyMSAxMi4zNTc5IDE2LjU4MzZWMTIuNDM1OEwxMy4yOTQ0IDEzLjM3MUMxMy42NzQyIDEzLjc1MjEgMTQuMjkzMyAxMy43NTIxIDE0LjY3MzEgMTMuMzcxQzE1LjA1NDIgMTIuOTkxMiAxNS4wNTQyIDEyLjM3MiAxNC42NzMxIDExLjk5MjJMMTIuMDcxOCA5LjM5MDkxQzExLjk1NDcgOS4yNzM4NSAxMS44MTU2IDkuMTkxOTEgMTEuNjY3MyA5LjE0NzY4TDExLjY2NDcgOS4xNDYzOEMxMS41ODI3IDkuMTIxNjcgMTEuNDk1NiA5LjEwNzM2IDExLjQwNTkgOS4xMDQ3NloiIGZpbGw9IiM0OUMzRDQiLz4KPC9zdmc+Cg==");
    background-position: 0 center;
    background-repeat: no-repeat;
    z-index: 5;
	padding-left: 30px !important;
}

.elementor-field-type-upload input {
	border: 0 !important;
}

.elementor-kit-7 .elementor-field-type-upload input:not([type="button"]):not([type="submit"]) {
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    background: none!important;
    color: #fff0
}

.elementor-field-type-upload input::file-selector-button {
    height: 0;
    border: 0;
    outline: 0;
    padding: 0;
    width: calc(100% - 34%)
}

.elementor-form .elementor-field-group {
	align-items: flex-start;
}

.elementor-form .elementor-message {
	font-size: 13px;
    border-radius: 5px;
    color: #fff !important;
    padding: 5px 7px;
    margin: 20px 0 0;
	display: inline-flex;
}

.elementor-form .elementor-field-subgroup .elementor-message.elementor-help-inline.elementor-form-help-inline {
	margin: 0 0 0 10px;
}

.elementor-form .elementor-message.elementor-help-inline.elementor-form-help-inline {
	font-size: 12px;
	padding: 4px 6px;
	margin: 10px 0 -10px;
}

.elementor-form .elementor-message.elementor-message-danger {
	background-color: #e40d0d;
}

.elementor-form .elementor-message.elementor-message-success {
	background-color: #098b09;
}

body b, body strong {
    font-weight: bold;
}

.stmm-horizontal-scroller {
    transition: none!important;
    max-width: 100%!important;
    width: 100%!important
}

.stmm-horizontal-wrapper {
    transition: none!important;
    overflow: hidden!important
}

.stmm-horizontal-element {
    transition: none!important;
    min-width: 100%!important
}

.pin-spacer {
    max-width: 100%!important;
    width: 100%!important
}