/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1746510960
Updated: 2025-05-06 05:56:00

*/

/****** WIDGET *****/
.aviano-txt {font-family: "aviano-future",sans-serif; font-weight: 700;}

.elementor-widget-image-box .elementor-image-box-content {
    width: 100%
}

.to-break-word { word-break: break-all; }

@media (min-width: 768px) {
    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        display:flex
    }

    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        flex-direction: row-reverse;
        text-align: end
    }

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        flex-direction: row;
        text-align: start
    }

    .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
        margin: auto
    }

    .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
        align-items: flex-start
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        align-items: center
    }

    .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
        align-items: flex-end
    }
}

@media (max-width: 767px) {
    .elementor-widget-image-box .elementor-image-box-img {
        margin-bottom:15px;
        margin-left: auto!important;
        margin-right: auto!important
    }
}

.elementor-widget-image-box .elementor-image-box-img {
    display: inline-block
}

.elementor-widget-image-box .elementor-image-box-title a {
    color: inherit
}

.elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center
}

.elementor-widget-image-box .elementor-image-box-description {
    margin: 0
}



html,body{min-width:1200px; overflow-x: hidden;}

a, a:hover{color:unset;}

.current-menu-item a, .menu-item:hover a{
	font-weight:700 !important;
}

.current-menu-item a::before {
  content: "•";
  color: #534D37; /* Change dot color */
  font-size: 18px; /* Adjust size */
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  opacity: 1 !important;
   background-color: transparent !important;
   left: -15px !important;
   font-size: 40px;
}

.form input[type='text'], .form input[type='email'] {
    margin-bottom: 10px;
    padding: 15px;
}

.form {
    font-family: 'Poppins';
}

.form .btn {
    color: black;
    display: block;
    margin: 20px auto;
    border: 1px solid black;
    font-family: 'Playfair Display';
    padding: 20px 30px;
}

.tnp form {
    display: flex;
}
.tnp-field.tnp-field-email {
    width: 100%;
}
.tnp-field input[type="submit"] {
    background: linear-gradient(to right, #6E6956 0%, #C4BFA3 100%) !important;
    position: inherit ;
    font-size: 20px !important;
    font-family: 'Poppins' !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    padding: 20px 45px !important;
}
div.tnp-subscription {
    display: block;
    margin: 1em auto;
    max-width: 650px !important;
    width: 100%;
}
input#tnp-1 {
    background: linear-gradient(to right, #E6E7E8 0%, #BDBEC5 100%);
    border: 1px solid #a9a9a9;
    font-size: 15px;
    color: black ! IMPORTANT;
    padding: 24px 20px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: 500;
    right: 10px;
    position: relative;
}

.check ul li {
    margin-bottom: 5px;
}

.check ul li:before {
    content: url('../uploads/2025/05/Untitled-28-min.png');
    right: 7px;
    position: relative;
}

.check ul {
    column-count: 2;
    font-size: 20px;
    list-style: none;
    padding: 15px 10px;
    font-family: 'Antipastro Pro';
}
.white p img {
    filter: invert(.8);
}

span.wpcf7-list-item-label {
    margin: 0 0 5px 0;
    line-height: 140%;
    font-size: 14px;
}

span.wpcf7-list-item {
    margin: 0 0 5px 0;
}

@media(max-width:1200px){
	.border .n2-ss-layer-col {
		border: none !important;
	}
}

 @media(max-width:1024px){
	html,body{min-width:320px;}
	 .current-menu-item a::before{
		display:none; 
	 }
} 


@media(max-width:768px){
	.border .n2-ss-layer-col {
		border: none !important;
	}
}

@media(max-width: 700px){
	.check ul {
		column-count: 1;
	}
}