/*
Generale
*/

h1, h2, h3 {
  font-family: 'Oswald', sans-serif;
}
b, strong {
  font-weight: 700;
}

/*
Bottoni
*/

.lnk-default {
  border-radius: 0;
}
.lnk-default.v1 {
  border-color: #FFF;
  color: #FFF;
  background-color: transparent;
}
.lnk-default.v1:hover {
  border-color: #d03a37;
  background-color: #d03a37;
}
.lnk-default.v2, .lnk-default.with-bg {
  border-color: #b63633;
  background-color: #b63633;
}
.lnk-default:hover, .lnk-default.v2:hover, .lnk-default.with-bg:hover {
  border-color: #d03a37;
  background-color: #d03a37;
}
.link-red {
  color: #b63633;
}

/*
Background RRM
*/

.bg-rrm-1 { background-color: #b63633; } /* rosso medio */
.bg-rrm-2 { background-color: #992d2a; } /* rosso scuro */
.bg-rrm-3 { background-color: #d03a37; } /* rosso chiaro */

/*
Header
*/

.logo img {
  height: 120px;
}
.logo .logo-colore {
  display: none;
}
header.sticky {
  background-color: rgba(255,255,255,.9);
  padding: 0 10px;
}
header.sticky .logo .logo-colore {
  display: inline-block;
}
header.sticky .logo .logo-bianco {
  display: none;
}
header .lnk-default.v2 {
  text-transform: uppercase;
}
nav > ul > li > a:before {
  background-color: #d03a37;
  height: 4px;
}
.responsive-mobile-menu {
  background-color: #992d2a;
}

/*
Tutte le pagine - Banner
*/

.page-banner {
  padding: 169px 0 115px;
}

/*
Home - banner
*/

.main-banner-v2 {
  background-image: url(/assets/img/cover.jpg);
}
.banner-text-v2 > h2 {
  text-transform: none;
}
.banner-text-v2 p {
  font-size: 24px;
}
.overlay2:before {
  background-color: rgba(0, 0, 0, 0.45);
}

/*
Home
*/

.sec-title h2 {
  color: #FFF;
  font-size: 40px;
  font-weight: 400;
}
.sec-title h2 span {
  font-weight: 700;
}
.sec-title:before {
  background-color: #d03a37;
  height: 8px;
  width: 120px;
}
.about-text p {
  color: #FFF;
  font-size: 18px;
}
.about-text p strong {
  font-weight: 700;
}

/*
Red Yeast Rice
*/

.what-makes {
  position: relative;
  background-color: #992d2a;
  padding: 20px;
  margin-top: 40px;
  margin-right: 40px;
}
.what-makes img {
  position: absolute;
  top: -38px;
  right: -40px;
}
.what-makes h3 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #FFF;
}
.what-makes li {
  font-size: 18px;
  color: #FFF;
  margin-bottom: 10px;
}
.what-makes ul {
  border-left: 8px solid #d03a37;
  padding-left: 8px;
}
@media only screen and (min-width: 992px) {
  .what-makes {
    margin-top: 0;
    margin-right: 0;
  }
}

/*
New Regulation
*/

.sec-ba {
  padding-top: 0;
  padding-bottom: 0;
}
.sec-new-regulation {
  background-color: #b63633;
}
.sec-new-regulation h2 {
  color: #FFF;
  font-size: 40px;
  margin-bottom: 40px;
  padding-left: 0;
}
.sec-new-regulation p,
.sec-new-regulation li {
  color: #FFF;
  font-size: 22px;
  margin-bottom: 10px;
}
.sec-new-regulation ul {
  border-left: 20px solid #d03a37;
  padding-left: 20px;
}
.sec-new-regulation .warnings {
  margin: 40px 0 20px;
  font-size: 28px;
  font-weight: 700;
  padding-left: 0;
}
.sec-new-regulation .sidebar {
  text-align: center;
}
.sec-new-regulation .sidebar img {
  width: 60%;
  max-width: 180px;
  margin-bottom: 40px;
}
.sec-new-regulation .below-btn {
  font-size: 16px;
  margin-top: 20px;
}
.sec-new-regulation .below-btn a {
  text-decoration: underline;
}

/*
About us
*/

.about-title-with-logo {
  position: relative;
  padding-left: 160px;
  margin-bottom: 50px;
}
.about-title-with-logo img {
  position: absolute;
  top: 15px;
  left: 0;
  width: 140px;
  height: auto;
}
.about-title-with-logo h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}
.about-info p {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 15px;
  text-align: justify;
}
@media only screen and (min-width: 992px) {
  .about-title-with-logo {
    padding-left: 230px;
  }
  .about-title-with-logo img {
    width: 200px;
  }
  .about-title-with-logo h2 {
    font-size: 36px;
    line-height: 46px;
  }
}

/*
Contact us
*/

.footer-widgets p,
.footer-widgets span {
  font-size: 22px;
  color: #444; 
}
img.widget-icon {
  width: 80px;
  height: auto;
  margin: 0 auto 20px;
}
.contact-form form input, .contact-form form textarea {
  border-bottom-color: #FFF;
}
.contact-form .privacy-notice {
  color: #FFF;
  margin-bottom: 20px;
}
.contact-form .privacy-notice a {
  text-decoration: underline;
}
#contacts-exe .alert {
  margin-top: 20px;
}
#contacts-exe p {
  color: #FFF;
}

/*
Sidebar
*/

.sm-widget .widget-title {
  color: #992d2a;
  font-size: 18px;
}
.sm-widget p {
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (min-width: 992px) {
  .sidebar-widgets {
    max-width: 300px;
  }
  .sm-widget p {
    font-size: 14px;
    line-height: 26px;
  }
}

/*
Footer
*/

footer {
  background-color: #333;
  color: #FFF;
}
footer h3 {
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  border-bottom: 1px solid #777;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
footer p, footer li, footer a {
  color: #FFF;
}
footer li {
  padding-bottom: 5px;
}
footer .text-with-logo {
  position: relative;
  padding-left: 140px;
  text-align: justify;
}
footer .text-with-logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: auto;
}
footer .copyright {
  border-top:  1px solid #777;
  padding-top: 10px;
  font-size: 12px;
}

/*
Varie
*/

.meta > span {
  color: #b63633;
}
article h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #992d2a;
  border-left: 10px solid #b63633;
  padding-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
article p {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 15px;
  text-align: justify;
}