/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.1
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/
CSS
@font-face {
  font-family: 'seguisb';
  src: local('seguisb'), local('seguisb'),
    url('fonts/seguisb.ttf') format('truetype');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
}

.home h1.has-text-align-center,
.home h2.has-text-align-center {
  margin: -129px auto 25px;
  position: relative;
  z-index: 1;
  background: white;
  width: 60%;
  padding: 50px 0 0 0;
  border-radius: 5px;
}
.home p {
  width: 50%;
  margin: 20px auto !important; 
}

.forum-archive .entry-header,
.blog .entry-header,
.topic .entry-header,
.category .page-header {
  padding-top: 1em;
}

@media (min-width: 768px) {
  .home h1.has-text-align-center {
    margin: -188px auto 25px;
  }

}

@media (max-width: 767px) {
	.home .site p {
    width: 88%;
    margin: auto;
	}
  .home h1.has-text-align-center,
  .home h2.has-text-align-center {
    width: 100%;
  }
  .page-id-7470 .site p.has-medium-font-size {
    padding: 0px 1em;
  }
}