/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.destination-single-circle--ctn{
    width: 400px !important;
    height: 400px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .destination-single-circle--ctn {
        width: 280px !important;
        height: 280px !important;
    }
}

@media (max-width: 767px) {
    .destination-single-circle--ctn {
        width: 260px !important;
        height: 260px !important;
    }
}





/* Container della sidebar */
.widget {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  list-style: none !important;
}

.widget_search{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Form di ricerca */
.search-form {
  display: flex;
  gap: 10px;
  width: 100%;
}

.search-form label{
    width: 80%;
}

.search-form input[type="search"] {
  flex: 1;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}

.search-form input[type="submit"] {
  padding: 10px 20px;
  background-color: #00C9AE;
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.search-form input[type="submit"]:hover {
  background-color: #D6B469;
}

/* Titolo sezione */
.widgettitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 2px solid #00C9AE;
  display: inline-block;
  padding-bottom: 5px;
}

/* Tag Cloud */
.tagcloud a {
  display: inline-block;
  background-color: #f4f4f4;
  color: #333;
  padding: 8px 12px;
  margin: 5px 5px 0 0;
  border-radius: 20px;
  font-size: 13px !important;
  text-decoration: none;
  transition: all 0.2s ease;
}

.tagcloud a:hover {
  background-color: #00C9AE;
  color: #fff;
}

/* Rimozione bullets */
.widget li {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
