/*
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: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1680719486
Updated: 2023-04-05 18:31:26
*/

/**
 * Gravity Forms - Live Site
 * Staging & Live Forms have different IDs
 */
#gform_submit_button_1,
#gform_submit_button_2,
#gform_submit_button_3 {
    background-color: #FF3030;
    color: #fff;
}

#gform_submit_button_1:hover,
#gform_submit_button_2:hover,
#gform_submit_button_3:hover {
    background-color: #000;
    border: 1px solid #000;
}

#gform_2 .gform_fileupload_rules,
#gform_wrapper_3 .gform_heading {
    display: none;
}

#gform_submit_button_3 {
    margin: 0 auto;
    text-transform: uppercase;
    padding: 1em 3em;
}

/**
 * Service Pages - Floating Button
 */
html {
    scroll-behavior: smooth;
}

.ct-services-floating-btn {
    position: fixed;
    top: 50%;
    right: -1vw;
    z-index: 99999;
    border: 1px solid #FF3030;
    border-radius: 2px;
    padding: 10px 20px;
    background: #FF3030;
    rotate: -90deg;
    color: #fff;
    font-weight: 600;
    transition: 0.6s;
}

.ct-services-floating-btn:hover {
    color: #2F4858;
    background: #fff;
    border-color: #2F4858;
}

@media (min-width:1025px) and (max-width:1110px) {
    .elementor-36 .elementor-element.elementor-element-ff0eb71 .elementor-nav-menu .elementor-item {
        font-size: 13px;
    }
}

/**
 * Post - Image as Block
 */
@media only screen and (max-width: 768px) {
    .ct-img-block {
        display: block;
        width: 100%;
    }
}

.ct-img-block {
    margin-bottom: 1em;
}