/*----------------------------------------*/
/*  tp-theme-heading widget
/*----------------------------------------*/

/* layout-3: mp-hero-bigtitle — extracted from cunnet-core.css.bak2 lines 10734–10778 */
.mp-hero-bigtitle {
  font-size: 430px;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .mp-hero-bigtitle { font-size: 410px; }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .mp-hero-bigtitle { font-size: 385px; }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mp-hero-bigtitle { font-size: 330px; }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mp-hero-bigtitle { font-size: 270px; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mp-hero-bigtitle { font-size: 225px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mp-hero-bigtitle { font-size: 165px; }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mp-hero-bigtitle { font-size: 125px; }
}
@media (max-width: 574.98px) {
  .mp-hero-bigtitle { font-size: 80px; }
}
