/**
Theme Name: Scratch Sleeves Theme
Author: E2E Integration
Author URI: https://e2e-integration.co.uk/
Description: Your custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: scratch-sleeves-theme
Template: astra
*/
.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width: 100% !important;
  border: none !important;
  height: 73px !important;
  background: url(https://scratchsleeves.co.uk/wp-content/uploads/2023/03/output-onlinepngtools-50.png) no-repeat center center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
  background-size: contain !important;
  margin: 20px 0 !important;
  background-repeat: repeat !important;}

.block-quote{font-size: 18px;
  font-family: poppins;
  color: #ea6a90;
  background: #efefef;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;}
figcaption{font-style: italic !important;
  font-weight: initial !important;}

pre{font-size: 15px;
  font-family: poppins !important;
  color: #ea6a90 !important;}

@media only screen and (min-width: 200px) and (max-width: 767px)  {
    .marquee-container {
display: flex;
  overflow: hidden;
  white-space: nowrap;
  animation: marquee 20s linear infinite;

  border-radius: 10px;
        }

        .marquee-content {
            font-size: 14px;animation: textAnimation 10s linear infinite;padding-top: 10px;
        }

        @keyframes marquee {
            0% {
                transform: translateX(100%);
            }

            100% {
                transform: translateX(-100%);
            }
        }

        @keyframes textAnimation {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-10px);
            }
        }
}


