
Notice: Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>wds</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in /var/web/site/public_html/wp-includes/functions.php on line 6121

Notice: Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>wp-smushit</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in /var/web/site/public_html/wp-includes/functions.php on line 6121
.wp-block-cover.title-cover {
  background-position: 100% 100%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.wp-block-cover.foot-bar {
  border-bottom:solid 16px #e52e33;
}

@media screen and (max-width: 600px) {
  
  .wp-block-cover.title-cover {
    padding:0 1em !important;
    background-position: 50% 100%;
    background-size: 100% auto;
    background-attachment:scroll;
  }
  
  .wp-block-cover .title-cover h2 {
    font-size:2.6em !important;
  }
  
  .fonts-plugin-block.coming-soon {
    margin-bottom:405px;
    font-size:1em !important;
  }
  
  .mobile-hide {
    display:none;
  }
  
  
  
}