/* Addon for new theme elements */
html, body {
  font-size: 14px; }

.btn-primary {
  background-color: #000;
  border-color: #000;
}
.btn-primary:active, .btn-primary:focus {
background-color: #fff !important;
}

.wpcf7-select {
  padding: 5px;
  height: 45px; }

.press_circle {
  line-height: 1.8em; }
  .press_circle p {
    margin-top: 15px; }
  .press_circle h5, .press_circle .h5 {
    font-size: inherit;
    line-height: 1.6em;
    font-weight: normal !important;
    margin-top: 40px !important;
    margin-bottom: 5px !important; }

blockquote {
  margin: 1.5rem 0 3rem 0;
  padding: 0 3rem;
  font-size: 22px;
  font-style: italic; }

.wp-block-pullquote {
  float: right;
  width: 50%;
  margin: 0;
  padding: 2.5em 0; }
  .wp-block-pullquote blockquote {
    font-size: 1.2em;
    margin: 0;
    padding: 0 3em; }

@media (max-width: 768px) {
  .wp-block-pullquote {
    float: none;
    width: 100%; } }


.woocommerce span.onsale {
  background-colour: #757264 !important;.
  background: #757264 !important;
}
