/*

Theme Name: hello-elementor-child
Template: hello-elementor
Author: WEB Angels
Author URI: https://web-angels.com
Description: Дочірня тема для теми hello-elementor
Version: 1.0.0

*/

/* імпортуємо стилі батьківської теми */
@import url("../hello-elementor/style.css");

.beveled-corner .elementor-widget-container {
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}


/* General
--------------------------------------------- */
body {
    overflow-x: hidden;
}
.post, .page {
    margin: 0;
}
.cursor-grab:hover {
    cursor: grab;
}
.d-none {
    display: none !important;
}

/* Sticky Header
--------------------------------------------- */
/***
* class: .sticky-header
*/
header .sticky-header > .e-con-inner {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header .sticky-header.elementor-sticky--effects > .e-con-inner{
	-webkit-backdrop-filter: saturate(180%) blur(10px);
	backdrop-filter: saturate(180%) blur(10px);
    padding: 0;
    width: 100%;
    max-width: 100%;
}
header .sticky-header.elementor-sticky--effects > .e-con-inner .header-bg {
    border-radius: 0;
    box-shadow: 0px 0px 20px -4px rgb(0 0 0 / 10%);
}
header .sticky-header > .e-con-inner{
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header .sticky-header.elementor-sticky--effects > .e-con-inner {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header .sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header .sticky-header .logo img {
	transition: transform var(--transition);
}
header .sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}

/* Scrollbar
--------------------------------------------- */
body::-webkit-scrollbar {
    width: 12px;
    background-color: var( --e-global-color-77ebdb2 );
}
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var( --e-global-color-primary );
    border: 2px solid #ffffff;
}
body::-webkit-scrollbar-thumb:hover {
    border: 1px solid #ffffff;
}
body::-webkit-scrollbar-track {
    background-color: var( --e-global-color-77ebdb2 );
}

/* Top buttons
--------------------------------------------- */
.icon-btn .elementor-button-icon {
    font-size: 25px;
}
.icon-btn .elementor-button-content-wrapper {
    align-items: center;
}

/* Headers 
--------------------------------------------- */
.header-with-line h4:before {
    content: "";
    background: var( --e-global-color-primary );
    left: 0;
    width: 15px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.header-with-line h2:before {
    content: "";
    background: var( --e-global-color-primary );
    left: 0;
    width: 15px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.header-line h1:after, .header-line h2:after {
    content: "";
    position: absolute;
    background: var( --e-global-color-primary );
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 2px;
}
.title-line:before
{
	display: block;
    width: 2000px;
    content: '';
    position: absolute;
    border-bottom: 1px solid var(--e-global-color-primary);
    top: 50%;
	right: 110%;
}
.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
    font-weight: 400;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: var(--e-global-color-e79cdcc);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: var( --e-global-color-primary );
}

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

input[type="text"]:not(.adminbar-input),
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.jet-select__control,
textarea {
	border-bottom: 1px solid #a3a3a3 !important;
    border-radius: 0 !important;
    padding: 3px !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    min-height: 50px !important;
    background: transparent !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111 !important;
    box-shadow: none !important;
}

input, textarea {
	outline:none !important;
}

select {
	border: 1px solid #ccc !important;
}

textarea {
	width: 100% !important;
}
.contact-form-box form {
    padding: 30px;
    border-radius: 20px;
    border: 1px dashed var( --e-global-color-primary );
}

.contact-form-box h2 {
	margin-bottom: 5px;
	margin-top: 0;
	color: var( --e-global-color-text );
    font-size: 34px;
}
.contact-form-box p {
	margin-top: 0;
	color: var( --e-global-color-text );
}
.submit-center {
    text-align: center; 
}

input[type="submit"]:hover {
	background-color: var( --e-global-color-accent );
}

.wpcf7-list-item { 
    margin: 0;
}
.wpcf7-list-item label {
	-webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
	display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.wpcf7 .wpcf7-spinner {
    position: relative;
}
span.wpcf7-spinner {
    position: absolute !important;
    top: 17px;
}

.wpcf7-list-item input#confirm {
    margin: 5px 10px 0 0;
}

.jet-date-period__datepicker-button {
    display: flex;
    justify-content: space-between;
}
.jet-date-period__datepicker.date {
    max-width: 100%;
    width: 100%;
}


div.wpforms-container-full .wpforms-form button[type=submit] {
    background: var(--e-global-color-primary) !important;
    border-radius: 28px !important;
    color: #fff !important;
    padding: 24px 43px !important;
    line-height: 0px;
    font-weight: 500 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    transition: .5s;
    margin: 0 auto;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background: var( --e-global-color-accent ) !important;
    transition: .5s;
}
div.wpforms-container-full button[type=submit]:focus:after {
    display: none;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center;
}

/* Our details
--------------------------------------------- */
.our-details .elementor-icon-box-wrapper {
    align-items: center !important;
}

/* Popup Modal
--------------------------------------------- */
.elementor-popup-modal .dialog-widget-content{
	overflow: hidden !important;
}
.elementor-popup-modal .dialog-message::-webkit-scrollbar {
    width: 7px;
    background-color: var( --e-global-color-77ebdb2 );
}
.elementor-popup-modal .dialog-message::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: var( --e-global-color-primary );
}
.elementor-popup-modal .dialog-message::-webkit-scrollbar-track {
    background-color: var( --e-global-color-77ebdb2 );
}

/* Lang Switcher
--------------------------------------------- */
.cpel-switcher__lang a {
    border-radius: 50px;
}
.cpel-switcher__nav:hover .cpel-switcher__toggle a {
    border-radius: 50px 50px 0 0 !important;
}
ul.cpel-switcher__list a{
    border-radius: 0 0  50px 50px;
}
.cpel-switcher__list .cpel-switcher__code {
    text-decoration: inherit;
    padding-bottom: 5px;
}

/* Footer
--------------------------------------------- */
.elementor-location-footer a{
    color: #fff;
}

/* Accordion
--------------------------------------------- */
.elementor-accordion .elementor-accordion-item {
    border: 0 !important;
}
.elementor-accordion-item .elementor-tab-title {
    border-bottom: 1px solid #cccccc;
}
.elementor-accordion .elementor-tab-content {
    border-top: 0  !important;
}
.elementor-accordion .elementor-tab-title.elementor-active {
    border-bottom: var( --e-global-color-primary );
}

/* Home page
--------------------------------------------- */

#main-page-bg {
    overflow: hidden;
}

@media (min-width: 1600px) {
    #main-page-bg {
        max-width: 1600px;
        overflow: inherit;
        left: 0;
        right: 0;
        margin: auto;
    }
}

a:hover {
	text-decoration: none !important;
}
.green-title h2:hover
{
	color:#20878B !important;
}

.elementor-slideshow__footer.elementor-lightbox-prevent-close .elementor-slideshow__title {
  display: none !important;
}
 

/* PhotoArchive
--------------------------------------------- */
.bwg_container.bwg_thumbnails form > div {
    display: flex;
    flex-direction: column;
}
.bwg_container.bwg_thumbnails form > div .bwg_download_gallery {
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 18px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: var(--e-global-color-primary);
    border-radius: 50px 50px 50px 50px;
    padding: 12px 24px 12px 24px;
    width: fit-content;
    margin: 0 auto 30px;
}
.bwg_nav_cont_0 {
    margin: 30px !important;
}
.bwg_load_btn {
    font-family: "Montserrat", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    line-height: 18px !important;
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    background-color: var(--e-global-color-primary) !important;
    border-radius: 50px 50px 50px 50px !important;
    padding: 12px 24px 12px 24px !important;
    border: 0 !important;
}
.bwg_load_btn:hover {
    background-color: var(--e-global-color-accent) !important;
}
div[id^=bwg_container] .bwg_download_gallery a {
    color: #ffffff; 
    font-size: inherit !important;
}
div[id^=bwg_container] .bwg_download_gallery a span {
    padding-right: 10px;
}
.bwg_container.bwg_thumbnails form > div .bwg_download_gallery:hover {
    background-color: var(--e-global-color-accent);
}
div[id^=bwg_container] .bwg_download_gallery:hover a {
    color: #ffffff;
}
@media (max-width: 480px) {
    .bwg_container.bwg_thumbnails form > div .bwg_download_gallery {
        font-size: 13px !important;
    }
}

/* Booking Form
--------------------------------------------- */
.fcal_author {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.fcal_author_avatar {
    width: 30%;
}
.fcal_author_avatar {
    width: 70%;
}
.fcal_slot_picker_header_action, .fcal_timezone_select, .slot_time_range.slot_timezone.fcal_icon_item {
    display: none !important;
}
.slot_time_range.fcal_icon_item {
    font-weight: 700 !important;
}
.fcal_confirm_section_content .fcal_host_name, .fcal_confirm_section:nth-child(4) {
    display: none !important;
}

/* Map
--------------------------------------------- */
.wpgmza-preview-mode-banner {
    padding: 0 !important;
}
.wpgmza-preview-mode-banner-shortcode-wrapper
{
    margin: 0 !important;
}
.wpgmza_map .gm-style .gm-style-iw-c {
	padding: 0px !important;
	border-radius: 10px !important;
    max-width: 350px !important;
}
.wpgmza_map .gm-style .gm-style-iw-c .gm-style-iw-d {
	padding-right: 0 !important;
}
.gm-style-iw-chr {
position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1000;
}
.gm-ui-hover-effect>span {
	background-color: #fff;
}
.wpgmza-infowindow .wpgmza_infowindow_title, .wpgmza-infowindow .wpgmza_infowindow_address, .wpgmza-infowindow .wpgmza_infowindow_description {
	padding-bottom: 15px;
	padding: 0 10px;
}
.gm-style .gm-style-iw {
	font-size: 14px;
}
.gm-style .gm-style-iw-c {
    box-shadow: 0 2px 50px 1px rgba(0, 0, 0, .3);
    border: 1px solid #c3c3c3;
}
.wpgmza-infowindow {
font-family: Montserrat;
    font-weight: 500;
}
a {
    color: #007cba
}
p.wpgmza_infowindow_address {
    display: none  !important;
}
.wpgmza-infowindow .wpgmza_infowindow_title {
margin-top: 15px;
    font-size: 16px;
}
.location-road, .location-info-btn {
    padding: 10px 12px;
    border: 1px solid var(--e-global-color-primary);
    margin-bottom: 10px;
    border-radius: 4px;
}
.location-road:hover, .location-info-btn:hover {
	background: var(--e-global-color-primary)  !important;
color: #fff  !important;
}
.btn-box {
display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}


@media (min-width: 1024px) {
.wpgmza-gallery-lightbox-inner {
    max-width: 60% !important;
}
.wpgmza-gallery:hover .navigation:after {
border: 3px solid #ffffff  !important;
}
.wpgmza-gallery .navigation:after {
border: 5px solid #ffffff  !important;
}
}

.wpgmza-gallery-lightbox-inner {
    max-width: 97% !important;
    background: transparent  !important;
    box-shadow: none  !important;
}

/* Голосування
--------------------------------------------- */
.totalpoll-question-choices-item-results .elementor-widget-image, .totalpoll-question-choices-item-results .readmore-vote  {
    display: none;
}
.totalpoll-question-container .totalpoll-question-choices-item-control {
border-radius: 8px;
}
div#totalpoll.totalpoll-wrapper[totalpoll-uid="3ece67be5e8d26c8517195e1f1698313"] .totalpoll-question-choices-item-checked .totalpoll-question-choices-item-control, div#totalpoll.totalpoll-wrapper[totalpoll-uid="3ece67be5e8d26c8517195e1f1698313"] .totalpoll-question-choices-item-checked:hover .totalpoll-question-choices-item-control, div#totalpoll.totalpoll-wrapper[totalpoll-uid="3ece67be5e8d26c8517195e1f1698313"] .totalpoll-question-choices-item-checked:focus .totalpoll-question-choices-item-control {
    background: #fff !important;
    color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
    box-shadow: 0 0 10px #5462ad33;
}
div#totalpoll.totalpoll-wrapper[totalpoll-uid="3ece67be5e8d26c8517195e1f1698313"] .totalpoll-question-choices-item-selector input:checked + .totalpoll-question-choices-item-selector-box {
    border-color: #ffffff;
    fill: #ffffff;
    background: #5462ad !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) !important;
}
.totalpoll-buttons-vote:hover {
    background: #cbdb2a !important;
    color: #000000 !important;
    border-color: #dddddd !important;
}
div#totalpoll.totalpoll-wrapper[totalpoll-uid="3ece67be5e8d26c8517195e1f1698313"] .totalpoll-question-choices-item-votes {
    font-size: 100% !important;
}
.totalpoll-buttons {
    justify-content: center !important;
}
.totalpoll-buttons button {
    border-radius: 50px !important;
}

/* Лічильник
--------------------------------------------- */
.odo-wrapper {
    display: inline-block;
    height: var(--odo-h);
    line-height: var(--odo-h);
    color: #F1F1F1;
    text-shadow: 0 0 2px #fff;
    white-space: nowrap;
    font-size: var(--odo-fs);
    padding: 0.5em 0.1em;
    text-align: center;
        background: linear-gradient(to bottom, #7183e5 1%, #6472bd 4%, #5462ad 98%, #5462ad 100%);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    box-sizing: content-box;
    font-weight: 200;
}

.odo-digit {
    display: inline-block;
    width: var(--odo-w);
    height: 100%;
    margin: 0 0.1em;
    border-radius: 8px;
    background: #434e8b;
    text-align: center;
        box-shadow: 1px 1px rgba(255, 255, 255, .05), 1px 1px 5px #2d3978 inset;
    overflow: hidden;
    vertical-align: top;
    font-weight: 200;
}

.odo-digit::before {
    content: "0\A 1\A 2\A 3\A 4\A 5\A 6\A 7\A 8\A 9";
    white-space: pre;
    display: block;
    width: 100%;
    transition: margin-top 0.4s cubic-bezier(.12,.78,.52,1.2);
}

/* Позиціонування розрядів через CSS-змінну висоти */
.odo-digit.d0::before { margin-top: 0; }
.odo-digit.d1::before { margin-top: calc(var(--odo-h) * -1); }
.odo-digit.d2::before { margin-top: calc(var(--odo-h) * -2); }
.odo-digit.d3::before { margin-top: calc(var(--odo-h) * -3); }
.odo-digit.d4::before { margin-top: calc(var(--odo-h) * -4); }
.odo-digit.d5::before { margin-top: calc(var(--odo-h) * -5); }
.odo-digit.d6::before { margin-top: calc(var(--odo-h) * -6); }
.odo-digit.d7::before { margin-top: calc(var(--odo-h) * -7); }
.odo-digit.d8::before { margin-top: calc(var(--odo-h) * -8); }
.odo-digit.d9::before { margin-top: calc(var(--odo-h) * -9); }

/* --- Адаптивність для лічильника --- */

/* Планшети (до 768px) */
@media (max-width: 768px) {
    .odo-wrapper {
        --odo-h: 50px !important;    /* Висота для планшета */
        --odo-w: 36px !important;    /* Ширина цифри */
        --odo-fs: 34px !important;   /* Розмір шрифту */
        border-radius: 6px;
        padding: 0.4em 0.1em;
    }
}

/* Смартфони (до 480px) */
@media (max-width: 480px) {
    .odo-wrapper {
        --odo-h: 36px !important;    /* Висота для смартфона */
        --odo-w: 26px !important;    /* Ширина цифри */
        --odo-fs: 24px !important;   /* Розмір шрифту */
        border-radius: 4px;
        gap: 2px;
    }
    
    .odo-digit {
        margin: 0 0.05em;
        border-radius: 4px;
    }
    
    .odo-sep {
        font-size: 0.9em;
    }
}