

/* 
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 */

.ti-widget.ti-goog .ti-read-more span , .ti-widget.ti-goog .ti-widget-container .ti-date{
font-weight: bolder!important;opacity: 1!important;}

.ti-widget.ti-goog .ti-widget-container .ti-date {
display: none}

.elementor-cta .elementor-button {
  width: 100% !important;
  display: block!important;
  text-align: center!important;
}


.gform_wrapper.gravity-theme .gfield_required .gfield_required_custom, .gform_wrapper.gravity-theme .gfield_required .gfield_required_text {
font-style: normal!important}

.gform_wrapper.gravity-theme .gform_footer input {
border: none!important}

#gform_2 {
text-align: left!important}


.sr-tooltip {
    position: absolute;
    left: -9999px;
}

a[aria-labelledby]:hover + .sr-tooltip,
a[aria-labelledby]:focus + .sr-tooltip {
    position: absolute;
    left: auto;
    top: 100%;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.85rem;
    white-space: nowrap;
    z-index: 1000;
}


/* Mobile only */
@media (max-width: 767px) {
#main-content .elementor > .elementor-section:first-of-type .elementor-element.elementor-column > .elementor-widget-wrap {
    margin: 40px 0!important
}
    
   .home #main-content .elementor > .elementor-section:first-of-type .elementor-element.elementor-column > .elementor-widget-wrap, .single-product #main-content .elementor > .elementor-section:first-of-type .elementor-element.elementor-column > .elementor-widget-wrap {
    margin: 0px 0!important
}

}