/*
Theme Name: Ratio Child
Theme URI: http://ratio.edge-themes.com/
Description: A child theme of Ratio Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.0
Template: ratio
*/
@import url("../ratio/style.css");

h2 {
	font-weight: 600 !important;
}

 #edgtf-back-to-top {
        background-color: #1bb65d !important;
        border-radius: 0 !important; /* Rimuove bordi arrotondati */
        
        border: none !important;
    }
    
    /* Nascondi l'outline animato */
    #edgtf-back-to-top .edgtf-outline {
        display: none !important;
    }
    
    /* Icona bianca centrata */
    #edgtf-back-to-top .edgtf-icon-stack,
    #edgtf-back-to-top .edgtf-icon-font-elegant {
        color: #ffffff !important;
    }
    
    /* Hover più scuro */
    #edgtf-back-to-top:hover {
        background-color: #15b565 !important;
    }

.wpcf7-submit {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: normal !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.entry-title {
	display: none;
}

footer {
	z-index: -1;
}

/*.edgtf-logo-wrapper {
  position: relative;
}

.edgtf-logo-wrapper::after {
  content: '';
  position: absolute;
  right: -90px;
  bottom: 0;
  width: 80px;
  height: 80px;
  background-image: url('https://arredamentigiurini.com/wp-content/uploads/2026/03/attivita-storica.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.edgtf-footer-bottom-holder .edgtf-two-columns-50-50-inner > .edgtf-column:first-child .edgtf-column-inner {
  position: relative;
  padding-right: 100px;
}

.edgtf-footer-bottom-holder .edgtf-two-columns-50-50-inner > .edgtf-column:first-child .edgtf-column-inner::after {
  content: '';
  position: absolute;
  right: -150px;
  top: 11px;
  width: 100%;
  height: 100%;
  background-image: url('https://arredamentigiurini.com/wp-content/uploads/2026/03/attivita-storica.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}*/