/*
Theme Name:	 LinkHive
Theme URI:	  https://linkhive.site
Description:  LinkHive Child is a child theme of another theme
Author:       LinkHive
Author URI:   https://linkhive.site
Template:		 twentytwentyfive
Version:		  1.0.0
Text Domain:	twentytwentyfivechild
*/


/*
    Add your custom styles here
*/
/* SHADOWS */
.shadow1 {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.shadow3 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.shadow5 {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* CORNERS */
.rcorners20 {
  border-radius: 20px;
}
.rcorners25 {
  border-radius: 25px;
}

/* MARGINS */
.margin1 {
  margin: 1.0rem;
}
.margin2 {
  margin: 2.0rem;
}
.margin3 {
  margin: 3.0rem;
}
.margint1 {
  margin-top: 1.0rem;
}
.margint2 {
  margin-top: 2.0rem;
}
.margint3 {
  margin-top: 3.0rem;
}
.marginb1 {
  margin-bottom: 1.0rem;
}
.marginb2 {
  margin-bottom: 2.0rem;
}
.marginb3 {
  margin-bottom: 3.0rem;
}

/* PADDINGS */
.padding1 {
  padding: 1.0rem;
}
.padding2 {
  padding: 2.0rem;
}
.padding3 {
  padding: 3.0rem;
}

/* Applica Open Sans al corpo del testo */
body {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Applica Noto Sans ai titoli (es. h1, h2, h3) */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) { /* Applica queste regole solo su schermi fino a 768px (es. mobile) */
    .invert-column-mobile {
        display: flex;
        flex-direction: column-reverse; /* Inverte l'ordine dei figli (le tue colonne) */
    }
}

.bgcolorterracotta {
  background-color: #d26c4f;
}
.bgcolorbordeaux {
  background-color: #7a2e2e;
  color: #D8B28E;
}
/* PLUGINS */
.sdm_fancy2_item {
  float: inherit !important;
  width: inherit !important;
  text-align: center;
}
.sdm_fancy2_download_link a {
  color: #fff;
  background-color: #000;
  margin: 1rem;
  border-radius: 9999px; /* Pillola perfetta */
  padding: 1rem 2rem;
  height: 40px; /* Altezza fissa (30px originale + padding) */
  line-height: 20px; /* (40px - 1rem top - 1rem bottom) */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
