/*
Theme Name:     Elessi Child ZEMA
Theme URI:      
Description:    Elessi-theme child theme.
Author:         Me
Author URI:     
Template:       elessi-theme
Version:        0.1.0
*/


.giro a {
  color: #ff276e !important;

   ::after {
  border-color: #ff276e !important;
}
}


/* Basscss Hide */

.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 40em) {
  .xs-hide { display: none !important }
}

@media (min-width: 40em) and (max-width: 52em) {
  .sm-hide { display: none !important }
}

@media (min-width: 52em) and (max-width: 64em) {
  .md-hide { display: none !important }
}

@media (min-width: 64em) {
  .lg-hide { display: none !important }
}

.display-none { display: none !important }


.sz-logo {
  position: absolute;
  z-index: 50;
  height: 120px;
  right: 0;
}

@media only screen and (max-width: 600px) {
.sz-logo img {
  height: 3rem;
}
}

@media only screen and (min-width: 601px) {
.sz-logo img {
  height: 180px;
}
}

