/*
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.1746438356
Updated: 2025-05-05 09:45:56
*/


.btn-ritmo a{
    background-color: var(--e-global-color-primary) !important;
    color: #fff !important;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 5px;
    border: 0 !important;;
    text-transform: uppercase;
}


.cloud-tags-wrapper {
    xxdisplay: flex;
    xxflex-direction: row-reverse;
    margin-top: 10px;
}


.taxonomy_wrapper{
    text-align: right;
}

@media only screen and (max-width: 765px) {
    .taxonomy_wrapper{ text-align: center; width: 100% !important; }
}

.cloud-tag {
    background-color: #eee;
    color: #000;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-block;
    margin: 5px;
}

.cloud-feature-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px;
    background-color: #eee;
}

.cloud-feature-box {
    background-color: #fff;
    padding: 20px;
    width: calc(33.333% - 20px);
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.cloud-feature-title {
    color: #000;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.cloud-feature-title::before {
    content: "❯";
    color: var(--e-global-color-primary);
    font-weight: bold;
    display: inline-block;
}

.cloud-feature-desc {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.4;
}

.cloud-equip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 10px 0;
}

.cloud-equip-item {
    xxxwidth: calc(25% - 20px);
    text-align: left;
    font-size: 0.8rem;
    max-width: 90px;
}

.cloud-equip-item img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
}

.cloud-equip-title {
    xxmargin-top: 10px;
    max-width: 100px;
    font-weight: bold;
    xxwhite-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;    
}

.cloud-customfields-table.su-table,
.cloud-customfields-table.su-table-alternate,
.cloud-customfields-table.su-csv-table {
    /* Neutralize or override unwanted styles */
    background: none;
    border: none;
    /* etc. */
}


.cloud-customfields-table td {
    padding: 8px;
    font-size: 0.8em;
    vertical-align: middle;
    background-color: transparent !important;
    border: 0;
    border-bottom: 1px solid #fff;
}

.cloud-customfields-table td:first-child {
    font-weight: bold;
}

.cloud-customfields-table td:last-child {
    text-align: right;
}




.cloud-downloads-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 1rem;
}

.cloud-downloads-list a {
    text-decoration: underline;
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.cloud-tech-button {
    display: inline-flex;
    align-items: center;
    border: 2px solid var(--e-global-color-primary);
    border-radius: 999px;
    padding: 12px 24px;
    color: var(--e-global-color-primary);
    font-weight: 700;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 1.1rem;
    gap: 12px;
    background-color: #fff;
    cursor: pointer;
}

.cloud-tech-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.cloud-tech-label {
    display: inline-block;
}

.cloud-rent-button {
    display: inline-flex;
    align-items: center;
    background-color: #5c5c5c;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 28px;
    border-radius: 10px;
    font-size: 1.1rem;
    font-family: inherit;
    gap: 12px;
    cursor: default;
    transition: background-color 0.3s ease;
}

.cloud-rent-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.cloud-rent-label {
    display: inline-block;
}

.cloud-rent-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #666;
    /* grey */
    color: #fff;
    font-size: 11px;
    padding: 6px 10px;
    border-radius: 16px;
    /* more rounded */
    font-weight: bold;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: sans-serif;
}

.cloud-rent-badge .icon-wrapper {
    background-color: white;
    border-radius: 50%;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.cloud-rent-badge .icon-img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}



.cloud-family-taxonomy-list,
.cloud-family-taxonomy-list ul {
    list-style-type: none;
}

.cloud-family-taxonomy-list {
    padding-inline-start: 0px;
}

.cloud-family-taxonomy-list li {
    padding: 6px 0;
}

.cloud-family-taxonomy-list a {
    color: #000 !important;
}

.cloud-family-taxonomy-list li.current-cat>a {
    color: var(--e-global-color-primary) !important;
}

.custom-slick-slider {
    padding: 20px;
    position: relative;
}
  
.custom-slick-slider .slide-item {
    position: relative;
    padding: 5px;
}
  
.custom-slick-slider .slide-item img {
    width: 100%;
    border-radius: 4px;
    display: block;
}
  
.custom-slick-slider .overlay-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--e-global-color-primary);
    padding: 5px;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
/* Controls container - horizontal flex with arrows and progress bar */
.slick-controls-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 10px;
    color: var(--e-global-color-primary);
    font-weight: bold;
    font-family: monospace;
    font-size: 14px;
    user-select: none;
}
  
.slick-prev,
.slick-next {
    background: transparent;
    xxxborder: 2px solid var(--e-global-color-primary); /* add border */
    border-radius: 50%; /* circular shape */
    color: var(--e-global-color-primary);
    xxfont-size: 30px;
    cursor: pointer;
    xxwidth: 36px;    /* slightly bigger to accommodate border */
    xxheight: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: var(--e-global-color-primary);
    color: #fff; /* white arrow on hover */
}

.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
    background-color: transparent;
    color: #fff;
    outline: none; /* remove default outline */
    box-shadow: none; /* remove any box shadow */
}

/* Progress bar container and its elements */
.slick-progress-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: var(--e-global-color-primary);
    font-weight: bold;
    font-family: monospace;
    font-size: 14px;
    width: 45%;
    min-width: 180px;
}

.slick-progress-bar {
    flex-grow: 0;
    width: 40%;
    height: 4px;
    background: #555;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
  
.slick-progress {
    height: 100%;
    background: var(--e-global-color-primary);
    width: 0%;
    transition: width 0.3s ease;
}