/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

a, a *{
	-webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover, a:focus {
    color: #0d9eab;
}

a.menu-link:hover{
	text-decoration: underline;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="reset"]:focus, input[type="search"]:focus, input[type="number"]:focus, textarea:focus, .wp-block-search__input:focus, [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus, .ast-mobile-popup-drawer.active .menu-toggle-close:focus, .woocommerce-ordering select.orderby:focus, #ast-scroll-top:focus, #coupon_code:focus, .woocommerce-page #comment:focus, .woocommerce #reviews #respond input#submit:focus, .woocommerce a.add_to_cart_button:focus, .woocommerce .button.single_add_to_cart_button:focus, .woocommerce .woocommerce-cart-form button:focus, .woocommerce .woocommerce-cart-form__cart-item .quantity .qty:focus, .woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus, .woocommerce #order_comments:focus, .woocommerce #place_order:focus, .woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus, .woocommerce .woocommerce-MyAccount-content form button:focus, .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input.input-text:focus, .woocommerce .ast-woocommerce-container .woocommerce-pagination ul.page-numbers li a:focus, body #content .woocommerce form .form-row .select2-container--default .select2-selection--single:focus, #ast-coupon-code:focus, .woocommerce.woocommerce-js .quantity input[type=number]:focus, .woocommerce-js .woocommerce-mini-cart-item .quantity input[type=number]:focus, .woocommerce p#ast-coupon-trigger:focus {
	border: 1px solid #ffbe28!important;
}

input[type=email], input[type=submit], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], textarea{
	border-radius: 15px!important;
	box-shadow: unset!important
}

select#rating{
	padding: 3px 13px;
	margin-left: 10px;
	border-radius: 10px;
}

aside.widget {
    margin: 0 0 1.7em 0;
}

.lidosole-search-container {
    position: absolute!important;
    top: -80px;
    z-index: 1112;
    width: 340px!important;
    max-width: calc(100% - 66px);
    right: calc((100vw - 1180px) / 2 + 10px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single.single-place .lidosole-search-container{
	top: 20px;
	right: calc((100vw - 1180px) / 2 + 20px);
}

.lidosole-search-container.header-search-container{
	right: 20px;
}

.lidosole-search-container:before{
	content: '';
}

.lidosole-search-container input{
	width: 300px;
	min-width: 100%;
	border: 2px solid rgba(0,0,0,0.2);
}

.lidosole-search-container input[type="text"]:focus,
.lidosole-search-container.active input[type="text"]{
	border: 2px solid #ffbe28!important;
}

.lidosole-search-container.active input[type="text"] {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
}

#search-results {
    min-width: 100%;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    border: 2px solid transparent;
    max-height: 0;
}

.lidosole-search-container.active #search-results{
	border: 2px solid #ffbe28;
    border-top-width: 0;
    background-color: #fff8ea;
    max-height: 316px;
    overflow: auto;
}

#search-results .search-result-item{
    padding: 9px 12px;
    display: flex;
    gap: 13px;	
    align-items: center;
}

#search-results .search-result-item:first-child{
	padding-top: 20px
}

#search-results .search-result-item:last-child{
	padding-bottom: 20px
}

#search-results .search-result-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 10px;
    max-width: unset;
}

#search-results h3 {
    font-size: 0.9rem;
    margin-bottom: 0;
    text-transform: unset;
    font-weight: normal;
}

#search-results a:hover h3{
	color: #0d9eab;
}

.city-html-marker {
    margin-left: -25px!important;
    margin-top: -54px!important;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.city-html-marker.show {
  opacity: 1;
}

.city-html-marker a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000!important;

}

.city-html-marker .marker-thumb-link:hover{
	background: rgba(255,255,255, 0.9);
}

.city-html-marker .marker-thumb-link {
    background: rgba(255,255,255, 0.5);
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 5px solid transparent;
    width: 50px;
    position: relative;
}

.city-html-marker .marker-thumb-link span {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -8px;
    border-radius: 50%;
    left: 5px;
}

.city-html-marker .marker-thumb-link span:before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    border-radius: 5px;
    bottom: -1px;
    left: 8px;
    background: inherit;
}

.city-html-marker .marker-thumb-link span:after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 4px;
    bottom: -2px;
    left: 12px;
    background: inherit;
}

.city-html-marker img{
	width: 40px!important;
	height: 40px;
	object-fit: cover;
	border-radius: 47%;
	position: relative;
	z-index: 1;
  -webkit-transition: 0.3s;
    transition: 0.3s;	
}

.city-html-marker:hover img{
	width: 23px;
	opacity: 1;
}
.city-marker-title{
    text-align: center;
    line-height: 16px;
    padding-top: 3px;
}

.tax-city .city-marker-title {
    width: 200px;
    position: absolute;
    left: -75px;
    top: -37px;
    flex-direction: column;
}

.tax-city .city-marker-title > div {
    height: 12px;
    display: flex;
    position: relative;
    top: -10px;
}

.place-rating{
	height: 16px;
	display: flex;
	gap: 3px;
	padding-bottom: 30px;
}

.tax-city .city-marker-title > div > *{
	width: 12px
}

.place-rating > *{
	width: 16px
}

.site-content > .ast-container{
    position: relative;
}

.tax-city .site-content > .ast-container {
    max-width: 100%;
    padding: 0;
}

.site-primary-header-wrap.ast-container {
    padding: 0;
}

.places-categories-buttons{
    position: absolute;
    bottom: 10px;
    z-index: 1111;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.places-categories-buttons a {
    padding: 5px 13px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 7px;
    height: 35px;
    border: 2px solid transparent;
    opacity: 1;
      -webkit-transition: 0.3s;
    transition: 0.3s;	
}

.places-categories-buttons .button-title{
	font-size: 14px;
	letter-spacing: 1px;
    color: #fff
}

.places-categories-buttons a:hover {
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	transform: scale(1.1);
	border: 2px solid #ffbe28;
}

.places-categories-buttons a.active {
	opacity: 0;
	display: none;
}

.places-categories-buttons a.active .button-icon {
    width: 29px;
}

.places-categories-buttons a.active .button-title{
	font-size: 1.7rem
}

.places-categories-buttons a.active .button-title span{
	display: inline-block;
}

.places-categories-buttons a:focus{
	outline: unset;
}

.lidosole-icon{
    width: 45px;
    height: 45px;
    float: left;
    padding: 5px;
}

.button-icon {
    width: 20px;
    display: flex;
}

.button-icon path{
	fill: #fff;
}

#italy-map{
	height: 800px
}

.tax-city header.entry-header,
.lidosole-main-banner {
    position: absolute;
    width: auto;
    text-align: center;
    top: 20px;
    right: calc((100vw - 1180px) / 2 + 20px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(13,158,171, 0.66);
    z-index: 1111;
    border-radius: 15px;
    padding: 20px;
}

.tax-city header.entry-header h1 {
    width: fit-content;
    color: #fff;
    z-index: 1111;
}

.tax-city header.entry-header .button-title{
    color: #fff;
    font-size: 20px;
    text-transform: none;
}

.current-city-category{
    display: flex;
    gap: 8px;
    opacity: 1;
	  -webkit-transition: 0.3s;
    transition: 0.3s;
}

.current-city-category.hide{
	opacity: 0
}

.current-city-category .button-icon svg path{
	fill: #ffbe28
}

#content .gtranslate_wrapper {
    right: calc((100vw - 1180px) / 2 + 378px);
    position: absolute;
    top: 21px;
}

#content .gt_float_switcher{
	display: flex;
    flex-direction: column-reverse;
}

#content .gt_float_switcher .gt_options a {
    padding: 10px 15px;
    font-size: 14px;
}

#content .gt_float_switcher .gt_options a:hover {
    background: transparent;
    color: #0d9eab;
}

#content .gt_float_switcher .gt_options a:first-child{
	padding-top: 15px
}

#content .gt_float_switcher .gt_options a:last-child{
	padding-bottom: 15px
}

#content .gt_float_switcher img{
	width: 22px
}

#content .gt_float_switcher .gt_options{
    background-color: #fafafa;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    z-index: 9999;
}

.gt_float_switcher .gt-selected{
	width: 130px
}

#content .gt_float_switcher .gt-selected .gt-current-lang{
	padding: 14px 15px;
}

#content .gt_float_switcher .gt-selected{
	border: 2px solid transparent;
	border-radius: 10px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#content .gt_float_switcher .gt_options.gt-open + .gt-selected {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-color: #fafafa;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code{
	font-size: 18px
}

.lidosole-search-button {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 18px;
}

.lidosole-search-button svg path {
    fill: #9b9a9a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.lidosole-search-city-button.lidosole-search-button{
	cursor: pointer;
}

.lidosole-search-city-button.lidosole-search-button:hover svg path{
	fill: #0e9dac
}

#ast-mobile-header .ast-primary-header-bar {
    padding: 0!important;
}

.lidosole-main-banner {
    color: #fff;
    line-height: 1.2;
    top: 20px;
    right: calc((100vw - 1180px) / 2);
}

#italy-map .leaflet-top .leaflet-control {
    margin-top: 20px;
}

#content .slick-dots{
    position: static;
}

.slick-dots-wrapper {
    position: relative;
    bottom: 125px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 10px auto;
    overflow-x: auto;
    padding: 0 0 10px 0;
    background: transparent;
    -ms-overflow-style: none;
    max-width: 1240px;
}

.slick-dots-wrapper::-webkit-scrollbar {
  width: 4px;            
  height: 4px;
}

.slick-dots-wrapper:hover::-webkit-scrollbar {
	background: rgba(0, 0, 0, 0.3);
}

.slick-dots-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3); 
  border-radius: 3px;
}

.slick-dots-wrapper:hover::-webkit-scrollbar-thumb{
	background-color: #ffbe28; 
}

#content .slick-dots li {
    margin: 0 5px;
    width: auto;
    height: auto;
}

#content .slick-dots li img {
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
    opacity: 0.7;
    transition: 0.3s ease;
    border: 2px solid transparent;
}

#content .slick-dots li.slick-active img,
#content .slick-dots li:hover img {
    opacity: 1;
    border: 2px solid #ffbe28;
}

#content .slick-gallery {
  height: calc(100vh - 100px);
  overflow: hidden;
}

#content .slick-gallery .slick-slide {
  height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.admin-bar #content .slick-gallery .slick-slide {
  height: calc(100vh - 132px);
}

#content .slick-gallery .slick-slide:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0) 22%);s
}

#content .slick-gallery img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#content .slick-prev, #content .slick-next {
    font-size: 20px;
    width: 150px;
    height: 100%;
    opacity: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s ease;
}

#content .slick-prev{
	left: 0
}

#content .slick-next{
	right: 0
}

#content .slick-prev:hover, #content .slick-next:hover{
	opacity: 1
}

#content .slick-prev:before, #content .slick-next:before {
    font-size: 56px;
    color: #0e9dac;
}

.place-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.place-meta > div {
    padding: 5px 0;
    display: flex;
    padding: 10px 15px;
    border: 1px solid #0d9eab;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 14px;
}

.place-meta svg {
    width: 20px;
    margin-right: 10px;
}

.place-meta svg path{
	fill: #0d9eab
}

.place-contacts{
	display: flex;
	flex-direction: column;
	padding-bottom: 30px
}

.place-contacts > div{
	padding: 5px 0;
	display: flex;
}

.place-contacts a {
    padding-left: 36px;
    padding-bottom: 10px;
    display: flex;
    gap: 10px;
}

.place-contacts svg {
    width: 20px;
    margin-right: 15px;
}

.place-contacts svg path,
.place-contacts a svg path,
.entry-meta .lodosole-icon svg path{
	fill: #ffbe28
}

.entry-meta .lodosole-icon{
    margin-right: 11px;
}

.single .entry-content p{
	margin-bottom: 1em
}

button, .ast-button, input#submit, input[type="button"], input[type="submit"], input[type="reset"],
 #primary .srfm-form-container .srfm-button {
    color: #fff;
    opacity: 0.8;
    transition: 0.3s ease;
}

 #primary .srfm-form-container .srfm-button{
    background: #0d9eab!important;
    border-radius: 10px!important;
    border: 1px solid #0d9eab!important
 }

button:hover, .ast-button:hover, input#submit:hover, input[type="button"]:hover, input[type="submit"]:hover,
 input[type="reset"]:hover,  #primary .srfm-form-container .srfm-button:hover {
 	opacity: 1
}

.site-main a:hover{
	text-decoration: underline;
}

.comment-form-rating{
	padding-bottom: 15px;
}

.sidebar-main .uagb-forms-main-form  .uagb-forms-field-set.wp-block-uagb-forms-textarea{
	margin-bottom: 0
}

.lodosole-icon{
    display: inline-block;
    width: 20px;	
    margin-right: 5px;
    position: relative;
}

.comment-form-rating .lodosole-icon {
    top: 4px;
}

.comment-form-images .lodosole-icon {
    top: 3px;
}

.comment-photos{
    margin: 15px 0;
}

.comment-photos img{
    max-width: 300px;
    margin-right: 15px;
    margin-bottom: 15px
}

.lodosole-icon.icon-bigger {
    width: 27px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.lodosole-icon svg path{
	fill: #0e9dac;
}

.lodosole-icon.yellow-icon svg path{
	fill: #ffbe28;
}

.lodosole-icon.entry-title-icon {
    position: absolute;
    top: 45px;
    width: 27px;
}

.lodosole-icon.entry-title-icon + .entry-title{
	padding-left: 40px
}

.single .entry-header {
    position: relative;
}

.auth-tabs {
  margin-bottom: 15px;
}
.auth-tabs button {
  padding: 10px 20px;
  border: none;
  background: #eee;
  cursor: pointer;
}
#auth-forms {
  max-width: 400px;
  padding: 20px;
  border: 1px solid #ddd;
  background: #fafafa;
}

.auth-modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.auth-modal {
    background: #fff;
    padding: 45px 30px 30px;
    max-width: 400px;
    width: 100%;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}
.auth-tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.auth-tabs button {
  flex: 1;
  padding: 10px;
  background: #eee;
  border: none;
  cursor: pointer;
}
.auth-tabs button.active,
.auth-tabs button:hover {
    background: #ffbe28;
    color: #000;
}
#close-auth-modal {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: #585858;
    padding: 6px;
}
.field-error {
  border-color: red !important;
  background-color: #fff3f3;
}
#login-tab{
    margin-right: 15px;
}
.auth-modal form > p {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.form-policy {
  font-size: 14px;
  color: #555;
}
.auth-modal a:hover{
    text-decoration: underline;
}
.form-policy a {
  color: #0d9eab;
}
.comment-form-images{
    margin-bottom: 15px;
}

.drop-area {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  background: #fafafa;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 15px;
}

.upload-button {
  color: #0073aa;
  text-decoration: underline;
  cursor: pointer;
}

.preview-area {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.preview-area img {
  max-width: 80px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.comment-list-rating svg {
    width: 17px;
    height: 17px;
    margin-right: 2px;
}

#wp-chatbot-ball .wp-chatbot-animation-active .wp-chatbot-ball-animation-switch {
    border-top-color: #ffbe28;
}

#wp-chatbot-ball .wp-chatbot-animation-active .wp-chatbot-ball-animation-switch:before {
    border-top-color: #febe28;
}

#wp-chatbot-ball .wp-chatbot-animation-active .wp-chatbot-ball-animation-switch:after {
    border-top-color: #febe28;
}

#wp-chatbot-ball .wp-chatbot-header {
    background: linear-gradient(135deg, #0d9eab 0%, #0d9eab 100%);
}

#wp-chatbot-ball ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph {
    background: linear-gradient(135deg, #0d9eab 0%, #0d9eab 100%);
}