@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap");
body {
  font-family: "Noto Serif", serif;
  word-break: break-word;
}

a {
  color: black;
  text-decoration: underline;
}
a:hover {
  color: rgb(240.1428571429, 122.7714285714, 113.8571428571);
}

h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 3em;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 4em;
  }
}

.title {
  display: inline-block;
  color: black;
  padding: 0.4em 1.5em;
  margin: 20px auto;
  letter-spacing: 0.05em;
  line-height: 1em;
}
.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
  margin: 0;
  font-weight: 400;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  .title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
    font-size: 48px;
  }
}

.btn {
  padding: 0.75rem 1.5rem;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto Condensed", sans-serif;
}

.btn-primary {
  background-color: #f5a6a0;
  border-color: #f5a6a0;
  text-transform: uppercase;
  font-size: 1em;
  color: black;
}
.btn-primary:hover {
  background-color: rgb(237.7142857143, 101.1571428571, 90.7857142857);
  border-color: rgb(237.7142857143, 101.1571428571, 90.7857142857);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  background-color: #f5a6a0;
  border-color: #f5a6a0;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus, .btn-primary:focus, .btn-primary.focus {
  box-shadow: none;
}

.btn-primary:focus, .btn-primary.focus {
  background-color: rgb(237.7142857143, 101.1571428571, 90.7857142857);
  border-color: rgb(237.7142857143, 101.1571428571, 90.7857142857);
}

.btn-secondary {
  background-color: #212121;
  border-color: #212121;
}
.btn-secondary:hover {
  background-color: rgb(71.25, 71.25, 71.25);
  border-color: rgb(71.25, 71.25, 71.25);
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  background-color: #212121;
  border-color: #212121;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus, .btn-secondary:focus, .btn-secondary.focus {
  box-shadow: none;
}

.btn-secondary:focus, .btn-secondary.focus {
  background-color: rgb(71.25, 71.25, 71.25);
  border-color: rgb(71.25, 71.25, 71.25);
}

hr {
  border-top: 1px solid #212121;
}

.link-orange {
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 18px;
  text-align: right;
  padding: 0 30px;
}
.link-orange a {
  text-decoration: none;
}

.bg-black {
  background-color: black;
}

.bg-white {
  background-color: white;
}

.bg-pink {
  background-color: #FBD5D8;
  background: linear-gradient(0deg, rgb(255, 255, 255) 35%, rgb(246, 228, 222) 100%);
}

.bg-title-pink {
  background-color: #f5a6a0;
}

.bg-paper-black {
  background: url(../images/bg-paper-black.png) center center no-repeat black;
  background-size: cover;
}

.bg-paper-fucsia {
  background: url(../images/bg-paper-fucsia.png) center center no-repeat #f5a6a0;
  background-size: cover;
}

.bg-paper-pink {
  background: url(../images/bg-paper-pink.png) center center no-repeat;
  background-size: cover;
}

.breadcrumb {
  padding: 1em 0;
  margin: 0;
}
.breadcrumb .breadcrumb-item {
  color: rgb(235.2857142857, 79.5428571429, 67.7142857143);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
}
.breadcrumb .breadcrumb-item a {
  color: rgb(181.8571428571, 30.6285714286, 19.1428571429);
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgb(181.8571428571, 30.6285714286, 19.1428571429);
}

form input, form select {
  border-radius: 0 !important;
  background-color: white !important;
  font-size: 14px !important;
  height: 50px !important;
}
form textarea {
  border-radius: 0 !important;
  background-color: white !important;
  font-size: 14px !important;
  margin: 10px 0;
}
form input[type=file] {
  display: none;
}
form label {
  display: block;
}
form .custom-file-upload {
  padding: 16px 50px;
  cursor: pointer;
  background-color: black;
  color: white;
  display: block;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  margin: 10px auto 0;
}
form .form-check {
  padding-left: 2em;
}
form .form-check .form-check-input {
  margin-left: -2em;
  margin-top: 0;
  width: 20px;
}
form .form-group {
  margin-bottom: 10px;
}
form .form-group.has-error .help-block {
  color: red;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  padding: 3px 0;
}
form .form-group.has-error input, form .form-group.has-error select, form .form-group.has-error textarea {
  border-color: red;
}
form .check-box .css-checkbox {
  display: flex;
}
form .check-box .css-checkbox label {
  margin-right: 20px;
}
form .check-box .css-checkbox input {
  height: auto !important;
}

.pagination {
  width: auto;
}
.pagination .page-item .page-link {
  background-color: transparent;
  color: rgb(89.5714285714, 15.0857142857, 9.4285714286);
  border-color: #f5a6a0;
}

header .navbar {
  background: linear-gradient(180deg, rgb(255, 255, 255) 35%, rgb(246, 228, 222) 100%);
}
header .header-login {
  padding: 5px 20px;
  font-size: 14px;
  border-bottom: 1px solid #gray;
}
header .header-login p {
  margin: 0 !important;
}
header .header-login a {
  color: white;
  margin-left: 1em;
}
header .header-login a:hover {
  color: #f5a6a0;
}
header figure {
  margin: 0;
}
header .logo {
  display: block;
  width: 39px;
  height: 39px;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 33px;
  background-color: #fde9eb;
}
header .navbar-nav {
  padding: 20px 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  header .navbar-nav {
    padding: 0;
  }
}
header .navbar-nav .btn {
  display: inline-block;
  padding: 0.2em 1em !important;
}
header .navbar-nav .nav-item {
  margin: 10px;
  text-transform: uppercase;
}
header .navbar-nav .nav-item a {
  color: black !important;
  font-family: "Roboto Condensed", sans-serif;
}
header .navbar-nav .nav-item:hover a {
  color: #f5a6a0 !important;
}
header .navbar-nav .nav-item:hover .btn {
  color: white !important;
  background-color: rgb(237.7142857143, 101.1571428571, 90.7857142857);
  border-color: rgb(237.7142857143, 101.1571428571, 90.7857142857);
}

.header-login {
  font-family: "Roboto Condensed", sans-serif;
}

.section-main-125 {
  padding: 30px 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .section-main-125 {
    text-align: left;
  }
}
.section-main-125 h1 {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .section-main-125 h1 {
    font-size: 40px;
  }
}
.section-main-125 h2 {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 1em;
}
.section-main-125 p {
  font-size: 13px;
}

.auguri-grid {
  padding: 30px;
}
@media screen and (min-width: 576px) {
  .auguri-grid {
    padding: 0;
  }
}
.auguri-grid a {
  color: black;
  text-decoration: none;
}
.auguri-grid a:hover {
  opacity: 75%;
  color: #f5a6a0;
}
.auguri-grid .auguri-box {
  border: 1px solid black;
  padding: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .auguri-grid .auguri-box h3 {
    font-size: 36px;
  }
}
.auguri-grid .auguri-box h5 {
  font-family: "Roboto Condensed", sans-serif;
}
.auguri-grid .auguri-box .btn {
  display: block;
}

.auguri-scheda p {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .auguri-scheda p {
    font-size: 18px;
  }
}
.auguri-scheda .racconto-title h1, .auguri-scheda .racconto-title h2, .auguri-scheda .racconto-title h3 {
  font-weight: 300;
}
.auguri-scheda .racconto-title p {
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
  font-size: 18px;
}
.auguri-scheda .auguri-footer {
  text-align: center;
}
.auguri-scheda .auguri-footer p {
  font-size: 14px;
  margin: 0;
}
.auguri-scheda .auguri-footer a {
  text-decoration: none;
}
.auguri-scheda .auguri-footer .auguri-cuore {
  width: 80px;
  height: 80px;
  background: url(../images/ico-cuore-black@2x.png) center center no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.auguri-scheda .auguri-footer .auguri-cuore span {
  color: white;
  font-weight: 600;
  font-size: 22px;
}
.auguri-scheda .auguri-footer .auguri-cuore:hover {
  cursor: pointer;
  background: url(../images/ico-cuore@2x.png) center center no-repeat;
  background-size: 100%;
}
.auguri-scheda .auguri-footer .auguri-cuore:hover span {
  color: black;
}
.auguri-scheda .auguri-footer .addthis_inline_share_toolbox {
  margin-top: 10px;
}
.auguri-scheda .auguri-navigation {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .auguri-scheda .auguri-navigation {
    width: 90%;
  }
}
.auguri-scheda .auguri-navigation a, .auguri-scheda .auguri-navigation .text-muted {
  color: black;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .auguri-scheda .auguri-navigation a, .auguri-scheda .auguri-navigation .text-muted {
    line-height: 1em;
    display: flex;
    align-items: center;
  }
}
.auguri-scheda .auguri-navigation a:hover, .auguri-scheda .auguri-navigation .text-muted:hover {
  text-decoration: underline;
}
.auguri-scheda .auguri-navigation a:last-child, .auguri-scheda .auguri-navigation .text-muted:last-child {
  text-align: right;
}
.auguri-scheda .auguri-navigation .text-muted {
  opacity: 0.35;
  filter: grayscale(100%);
}
.auguri-scheda .auguri-navigation .text-muted:hover {
  text-decoration: none;
}
.auguri-scheda .auguri-navigation img {
  margin-top: -4px;
  padding: 0 5px;
  width: 30px;
  height: 24px;
}
.auguri-scheda .auguri-navigation span {
  width: calc(100% - 30px);
}

.section-wall {
  position: relative;
  margin: 0;
  padding-bottom: 30px;
}
.section-wall .large-title {
  text-align: center;
}
.section-wall .large-title h1, .section-wall .large-title h2, .section-wall .large-title h3, .section-wall .large-title h4, .section-wall .large-title h5 {
  color: white;
  background-color: #f5a6a0;
  padding: 0.5em 2em;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 26px;
  margin-top: 1em;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .section-wall .large-title h1, .section-wall .large-title h2, .section-wall .large-title h3, .section-wall .large-title h4, .section-wall .large-title h5 {
    font-size: 40px;
    font-weight: 400;
  }
}
@media screen and (min-width: 992px) {
  .section-wall .large-title h1, .section-wall .large-title h2, .section-wall .large-title h3, .section-wall .large-title h4, .section-wall .large-title h5 {
    font-size: 60px;
    font-weight: 300;
  }
}
.section-wall .powered-by {
  display: none !important;
}
.section-wall button {
  padding: 0.75rem 1.5rem;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  margin: 20px auto;
  display: block;
  background-color: #f5a6a0;
  border-color: #f5a6a0;
  text-transform: uppercase;
  font-size: 1em;
  color: white;
}
.section-wall button:hover {
  background-color: rgb(237.7142857143, 101.1571428571, 90.7857142857);
  border-color: rgb(237.7142857143, 101.1571428571, 90.7857142857);
  color: white;
}

.section-wall-banner {
  margin-top: 100px;
}
.section-wall-banner .large-title h1, .section-wall-banner .large-title h2, .section-wall-banner .large-title h3, .section-wall-banner .large-title h4, .section-wall-banner .large-title h5 {
  margin-top: -40px;
}
@media screen and (min-width: 576px) {
  .section-wall-banner .large-title h1, .section-wall-banner .large-title h2, .section-wall-banner .large-title h3, .section-wall-banner .large-title h4, .section-wall-banner .large-title h5 {
    margin-top: -60px;
  }
}
@media screen and (min-width: 992px) {
  .section-wall-banner .large-title h1, .section-wall-banner .large-title h2, .section-wall-banner .large-title h3, .section-wall-banner .large-title h4, .section-wall-banner .large-title h5 {
    margin-top: -80px;
  }
}
.section-wall-banner .fade-wall {
  background: linear-gradient(180deg, rgba(211, 7, 94, 0) 0%, rgb(211, 7, 94) 100%);
  height: 100px;
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 100%;
}

.section-125banner {
  text-align: center;
  padding: 30px;
}
@media screen and (min-width: 576px) {
  .section-125banner {
    text-align: left;
  }
}
.section-125banner img {
  width: 60%;
}
@media screen and (min-width: 576px) {
  .section-125banner img {
    width: 100%;
  }
}
.section-125banner h2, .section-125banner h3, .section-125banner h4 {
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1em;
}
@media screen and (min-width: 576px) {
  .section-125banner h2, .section-125banner h3, .section-125banner h4 {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .section-125banner h2, .section-125banner h3, .section-125banner h4 {
    font-size: 50px;
  }
}
.section-125banner h2 strong, .section-125banner h3 strong, .section-125banner h4 strong {
  color: #f5a6a0;
  font-weight: 600;
}

form .image-select {
  padding: 20px 0;
}
form .image-select .selected img {
  border: 5px solid #f5a6a0;
}
form .image-select .image-option:hover img {
  border: 5px solid #f5a6a0;
}
form .image-preview {
  margin: 20px 0;
}

footer {
  background-color: #f5a6a0;
  padding: 30px 0;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width: 768px) {
  footer {
    text-align: left;
  }
}
footer a {
  color: black;
  text-decoration: none;
}
footer a:hover {
  color: #f5a6a0;
}
footer .social {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  footer .social {
    justify-content: flex-end;
  }
}
footer .social a {
  background-color: black;
  border-radius: 50%;
  padding: 12px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
footer .social a i {
  color: #f5a6a0;
}
footer .social a:hover {
  background-color: #f5a6a0;
}
