/*
Theme Name: Toast
Description: Lightweight, tasty and totally awesome.
Author: The Toast Development Team
Date: March 2021
Version: 7.0.3
Theme URI: http://www.toastwebsites.co.uk
Author URI: http://www.toastdesign.co.uk
Text Domain: toast
*/


@font-face {
  font-display: swap;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/toast/assets/fonts/Gotham-Light.woff2") format("woff2"),
    url("/wp-content/themes/toast/assets/fonts/Gotham-Light.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/toast/assets/fonts/Gotham-Book.woff2") format("woff2"),
    url("/wp-content/themes/toast/assets/fonts/Gotham-Book.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/toast/assets/fonts/Gotham-Medium.woff2") format("woff2"),
    url("/wp-content/themes/toast/assets/fonts/Gotham-Medium.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/toast/assets/fonts/Gotham-Bold.woff2") format("woff2"),
    url("/wp-content/themes/toast/assets/fonts/Gotham-Bold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 900;
  src: url("/wp-content/themes/toast/assets/fonts/Gotham-Ultra.woff2") format("woff2"),
    url("/wp-content/themes/toast/assets/fonts/Gotham-Ultra.woff") format("woff");
}

/* Client color variables */
:root {
  --brand-orange: #E75300;
  --brand-grey: #d9d9d5;
  --brand-font: "Gotham", Helvetica, sans-serif;
  /* Add other brand colours as required. Note that if you add more than 4 you will need to update the colour picker in functions.php */
}

/* Base Styles */
html {
  font-size: 62.5%;
}

body {
  font-family: var(--brand-font);
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  body {
    font-size: 18px;
    line-height: 22px;
  }
}

* {
  box-sizing: border-box;
}

.iframe-wrapper {
  max-width: 768px;
  margin: 0 auto;
}

.responsive-iframe {
  position: relative;
  padding-top: 62.5%;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**Custom Styles**/
.styled-list ul,
ul.styled-list {
  padding: 0;
  list-style-type: none;
}

.styled-list li {
  position: relative;
  padding-left: 30px;
}

.styled-list li:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/themes/toast/assets/images/styled-list-check.svg');
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.video-embed .iframe-wrapper {
  padding: 5rem 0;
}

.thin-content .container {
  max-width: 1024px;
}

.grey-text p {
  color: var(--brand-grey);
}

/* Header */
.site-header {
  background: #000000;
  position: relative;
  z-index: 999;
}

.site-header .table {
  padding: 2rem 0;
}

.site-header .left-side {
  width: 300px
}

.site-header .mobile-nav {
  display: none;
  vertical-align: middle;
}

.site-header .right-side {
  text-align: right
}

.site-header .right-side .header-search h2 {
  display: inline;
  color: #fff;
  font-size: 16px;
  margin-right: 3rem;
}

.site-header .right-side .header-search input[type="text"] {
  border: none;
  outline: none;
  height: 40px;
  padding: 0 1rem;
  width: 100%;
  max-width: 250px;
  vertical-align: middle;
}

.site-header .right-side .header-search input[type="submit"] {
  height: 40px;
  border: none;
  color: #fff;
  font-family: inherit;
  vertical-align: middle;
  background: var(--brand-orange);
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.site-header .right-side .header-search input[type="submit"]:hover {
  background: #fff;
  color: #000;
}

.searched-for {
  color: var(--brand-orange);
}

.site-header .menu-secondary-menu-container,
.site-header .basket-link {
  display: inline-block;
}

.site-header .basket-link {
  padding: 1rem 1.5rem .75rem;
  background: var(--brand-orange);
  color: #fff;
  line-height: 1;
  margin-left: 1rem;
}

.site-header .basket-link:hover {
  background: #fff;
  color: #000;
}

.site-header .basket-link:before {
  content: '';
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: sub;
  background-image: url('/wp-content/themes/toast/assets/images/basket-white.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: .5rem;
  margin-bottom: 3px;
}

.site-header .basket-link:hover:before {
  background-image: url('/wp-content/themes/toast/assets/images/basket-orange.svg');
}

.site-header .basket-link .ywraq_number_items {
  display: inline-block;
}

.site-header .mobile-nav-toggle {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.site-header .mobile-nav-toggle .close,
.mobile-nav-open .site-header .mobile-nav-toggle .open {
  display: none;
}

.mobile-nav-open .site-header .mobile-nav-toggle .close {
  display: block;
}

.site-header .basket-icon {
  width: 45px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 1rem;
  position: relative;
}

.site-header .basket-icon svg {
  display: none;
}

.site-header .basket-icon path {
  fill: #ffffff;
}

.site-header .basket-icon:before {
  content: '';
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: sub;
  background-image: url('/wp-content/themes/toast/assets/images/basket-white.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1.5rem;
  margin-bottom: 3px;
}

.site-header .basket-icon .cart-count {
  background: var(--brand-orange);
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  text-align: center;
  line-height: 18px;
  font-size: 1.3rem;
}

.header-icons a,
.social-icons a {
  width: 40px;
  height: 40px;
  background: #F5DADF;
  display: inline-block;
  position: relative;
  border-radius: 100px;
  margin-left: .25rem;
}

.header-icons a svg,
.social-icons a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 18px;
}

.header-icons a svg path {
  fill: #ffffff;
}

/* Navbar & Menus */
.main-nav {
  font-size: 1.6rem;
  text-align: right;
  font-weight: 700;
}

.main-nav ul {
  margin: 0 auto;
  padding: 0rem;
}

.main-nav li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: 1rem;
}

.main-nav li a {
  display: block;
  padding: 1.25rem 1.5rem .75rem;
  line-height: 1;
  color: #ffffff;
  background: var(--brand-orange);
}

.main-nav .sub-menu {
  display: none;
}

.secondary-nav {
  background: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
}

.secondary-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.secondary-nav li {
  flex: 1;
  display: inline-flex;
  margin: 0;
  padding: 0;
  position: relative;
  align-items: center;
  height: 65px;
  justify-content: center;
}

.secondary-nav li:after {
  content: '';
  width: 1px;
  height: 80%;
  background: #333;
  display: block;
  position: absolute;
  right: 0;
}

.secondary-nav li:last-child:after {
  display: none;
}

.secondary-nav li:last-child ul.sub-menu,
.secondary-nav li:nth-last-child(2) ul.sub-menu {
  right: 0;
  left: auto !important;
}

@media(min-width:768px) and (max-width:1320px) {
  .secondary-nav li:nth-last-child(3) ul.sub-menu {
    right: 0;
    left: auto !important;
  }
}

.secondary-nav li a {
  display: inline-block;
  padding: 2rem .75rem 1.5rem;
  line-height: 1;
  color: #000;
}

.secondary-nav li:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}

.secondary-nav .sub-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--brand-orange);
  transform: translatey(100%);
  display: grid;
  width: 480px;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  grid-template-columns: 1fr 1fr;
  padding: 1rem 1rem .75rem;
  align-items: start;
}

.secondary-nav .sub-menu li {
  justify-content: start;
}

.secondary-nav .sub-menu li:after {
  display: none;
}

.secondary-nav .sub-menu li a {
  padding: 1rem;
  display: block;
  color: #ffffff;
  line-height: 1.2;
}

.secondary-nav .sub-menu li a:hover {
  text-decoration: underline;
}

.secondary-nav li.menu-item-has-children:hover:before {
  content: '';
  width: 15px;
  height: 15px;
  background: var(--brand-orange);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
}

/**Mobile Navigation**/
.mobile-navigation-area {
  position: fixed;
  top: 58px;
  left: 0;
  width: 100%;
  height: calc(100vh - 46px);
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  text-align: left;
  overflow: scroll;
}

.mobile-navigation-area .menu-secondary-menu-container {
  width: 100%;
}

.admin-bar .mobile-navigation-area {
  top: calc(58px + 46px);
  height: calc(100vh - 46px - 58px);
}

.mobile-nav-open .mobile-navigation-area {
  opacity: 1;
  pointer-events: all;
}

.mobile-navigation-area .search {
  padding: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-navigation-area .search input {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.mobile-navigation-area .menu {
  padding: 0;
}

.mobile-navigation-area li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

.mobile-navigation-area li a {
  display: block;
  text-transform: uppercase;
  padding: 2rem 2rem 1.5rem;
  font-weight: 600;
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}

.mobile-navigation-area li.menu-item-has-children a:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translatey(-50%) rotate(90deg);
  background-image: url('/wp-content/themes/toast/assets/images/chevron-up.svg');
  background-size: cover;
  background-position: center;
}

.mobile-navigation-area .sub-menu {
  display: none;
  background: var(--brand-orange);
  padding: 0;
  position: relative;
}

.mobile-navigation-area .sub-menu li a {
  color: #ffffff;
}

.mobile-navigation-area .sub-menu:before {
  content: '';
  width: 15px;
  height: 15px;
  background: var(--brand-orange);
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  transform: rotate(45deg) translatey(-50%);
}

.mobile-navigation-area .open-sub-menu .sub-menu {
  display: block;
}

.mobile-navigation-area li.menu-item-has-children.open-sub-menu a:after {
  display: none;
}

.mobile-navigation-area .header-icons {
  padding: 20px;
}

.mobile-navigation-area .our-company>a {
  background: var(--brand-orange);
  color: #ffffff;
}

.mobile-navigation-area .our-company>a:after {
  background-image: url('/wp-content/themes/toast/assets/images/chevron-up-white.svg') !important
}

/**Parent Nav**/
.open-parent-navigation {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2rem;
  background-image: url('/wp-content/themes/toast/assets/images/menu.svg');
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.close-parent-navigation {
  position: absolute;
  top: 5rem;
  right: 2rem;
  height: 35px;
  width: 35px;
  background-image: url('/wp-content/themes/toast/assets/images/close-dark.svg');
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.parent-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  height: 100%;
  overflow: scroll;
  z-index: 1900;
  transition: all .3s ease-in-out;
  text-align: center;
  overflow-y: scroll;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  padding: 5rem;
  overflow-x: hidden;
  pointer-events: none;
  transform: translatex(100%)
}

.parent-navigation-open .parent-nav {
  pointer-events: all;
  transform: translatex(0%)
}

.parent-nav ul {
  list-style-type: none;
  padding: 0;
}

.parent-nav ul li a {
  color: #000000;
  line-height: 1;
  display: block;
  padding: 1rem 0;
  letter-spacing: 3px;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.5rem
}

h1 {
  font-size: 4.5rem;
  text-transform: uppercase;
  line-height: normal;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3.5rem;
}

h4 {
  font-size: 2.75rem;
}

h5 {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}

h6 {
  font-size: 1.75rem;
}

ul {
  margin: 0;
  padding-left: 2rem;
  list-style: square outside;
}

p,
li {
  margin: 0;
  margin-bottom: 2rem;
}

p:last-child {
  margin-bottom: 0;
}

/*Footer*/
.site-footer,
.site-footer a {
  color: #ffffff;
}

.footer-main {
  padding: 7.5rem 0;
  background: #000;
  overflow: hidden;
  clear: both;
}

.footer-main .grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.site-footer .logo {
  margin-bottom: 2rem;
  display: inline-block;
  max-width: 200px;
}

.footer-widget-title {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: normal;
}

.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer .footer-main ul.menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
}

.site-footer ul li {
  margin: 0;
  padding: 0;
}

.site-footer ul li a {
  display: block;
}

.site-footer ul li a:hover {
  text-decoration: underline;
}

.site-footer .footer-main ul li a:before {
  content: '';
  width: 13px;
  height: 15px;
  display: inline-block;
  background-image: url('/wp-content/themes/toast/assets/images/footer-menu-icon.svg');
  margin-right: 1rem;
  vertical-align: middle;
}

.site-footer .footer-main .col>div+div {
  margin-top: 1rem;
}

.footer-main .custom-html-widget {
  line-height: 23px;
  font-size: 16px;
}

/* Sub footer */
.footer-sub-wrapper {
  padding: 1rem 0;
  background: var(--brand-orange);
  color: #fff;
}

.footer-sub-wrapper .companyname,
.footer-sub-wrapper .menu-legal-container {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.footer-sub-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: .5rem;
}

.footer-sub-wrapper ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 0;
  position: relative;
}

.footer-sub-wrapper ul li:before {
  content: '';
  width: 2px;
  height: 13px;
  position: absolute;
  top: -7px;
  left: 1px;
  display: block;
  background: #ffffff;
  transform: translatex(-100%);
}

.footer-sub-wrapper ul li a {
  display: inline-block;
  border: none;
  text-decoration: none;
  padding: 0 .5rem;
}

.footer-sub-wrapper .left-side {
  padding-top: 1.5rem;
}

.footer-sub-wrapper .right-side {
  text-align: right;
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .footer-sub-wrapper .right-side {
    margin-top: 2rem;
  }
}

.footer-sub-wrapper .social-icons a {
  background: #000;
  border: 2px solid #000;
}

.footer-sub-wrapper .social-icons a:hover {
  background: none;
  border-color: #fff;
}

/**Woocommerce Product Gallery**/
.woocommerce-product-gallery:before {
  content: 'Click image or use arrows on keyboard to scroll';
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #000;
  font-size: 1.5rem;
}

/*Links*/
a {
  text-decoration: none;
  color: var(--brand-orange);
}

/*Buttons*/
.button {
  background: var(--brand-orange);
  padding: 1rem 2rem !important;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
}

.button.outline {
  background: transparent;
  border: 2px solid var(--brand-orange);
  color: var(--brand-orange);
}

.button.blue {
  background: #0086D6;
}

.button.blue.outline {
  background: transparent;
  border: 2px solid #0086D6;
  color: #0086D6;
}

.button.pink {
  background: #E03E52;
}

.button.pink.outline {
  background: transparent;
  border: 2px solid #E03E52;
  color: #E03E52;
}

.button.yellow {
  background: #FFA300;
}

.button.yellow.outline {
  background: transparent;
  border: 2px solid #FFA300;
  color: #FFA300;
}

.button.black {
  background: #000;
}

.button.black.outline {
  background: transparent;
  border: 2px solid #000;
  color: #000
}

.button.grey {
  background: var(--brand-grey);
}

.button.grey.outline {
  background: transparent;
  border: 2px solid var(--brand-grey);
  color: var(--brand-grey);
}

.button.arrow,
.block-cta input[type="submit"] {
  color: #000;
  background: #fff;
  border-radius: 25px;
  position: relative;
  padding-right: 5rem !important;
  border: 2px solid #fff
}

.button.arrow:after,
.block-cta input[type="submit"]:after {
  content: '';
  background: url('/wp-content/themes/toast/assets/images/arrow-right.svg') center center/contain no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10%;
}

.button.arrow:hover,
.block-cta input[type="submit"]:hover {
  color: #fff !important;
  background: #000 !important;
}

.button.arrow:hover:after,
.block-cta input[type="submit"]:hover:after {
  background: url('/wp-content/themes/toast/assets/images/arrow-right-white.svg') center center/contain no-repeat !important;
}

.block-buttons .button {
  display: block;
  text-align: center;
  padding: 2.5rem 2rem 2rem !important;
}

.styled-link {
  font-weight: 600;
  font-size: 2rem;
}

.styled-link.yellow {
  color: #FFA300;
}

.styled-link.pink {
  color: #E03E52;
}

.styled-link.blue {
  color: #0086D6;
}

.styled-link:after {
  content: '';
  background-image: url('/wp-content/themes/toast/assets/images/section-link-arrow.svg');
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
  margin-top: -3px;
}

.styled-link.yellow:after {
  background-image: url('/wp-content/themes/toast/assets/images/section-link-arrow-yellow.svg');
}

.styled-link.pink:after {
  background-image: url('/wp-content/themes/toast/assets/images/section-link-arrow-pink.svg');
}

.styled-link.blue:after {
  background-image: url('/wp-content/themes/toast/assets/images/section-link-arrow-blue.svg');
}

/**Forms**/
input,
select {
  padding: 1.75rem 2rem 1.25rem;
  background: #ffffff;
  border: none;
  outline: none;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

input[type="submit"] {
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

textarea {
  font-family: inherit;
  padding: 1.5rem 2rem;
  border: none;
  outline: none;
  font-size: 100%;
  height: 200px;
  width: 100%;
  max-width: 100%;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
}

.wpcf7-not-valid-tip {
  position: absolute;
  ;
  z-index: 2;
  bottom: .75rem;
  left: 2rem;
  color: #000;
  font-size: 1.3rem;
}

/**Back to top**/
.toast-back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: var(--brand-orange);
  width: 50px;
  height: 50px;
  background-image: url('/wp-content/themes/toast/assets/images/chevron-up-white.svg');
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  cursor: pointer;
  opacity: 0;
  transform: translatey(-30px);
  transition: all 1s;
}

.toast-back-to-top.show {
  opacity: 1;
  transform: translatey(0px);
  pointer-events: all;
}

@media(max-width:1024px) {

  /**Header**/
  #page {
    padding-top: 58px;
    ;
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  .admin-bar .site-header {
    top: 46px;
  }

  .site-header .main-nav,
  .site-header .right-side,
  .site-header .secondary-nav {
    display: none;
  }

  .site-header .table {
    padding: 1rem 0;
  }

  .site-header .left-side {
    width: 160px;
  }

  .site-header .mobile-nav {
    display: table-cell;
    text-align: right;
  }

  /**Footer**/
  .site-footer .grid {
    grid-template-columns: 1fr;
  }

  .footer-sub-wrapper .table,
  .footer-sub-wrapper .table .left-side,
  .footer-sub-wrapper .table .right-side {
    display: block;
    text-align: left;
  }
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.wp-block h1,
.wp-block h2,
.wp-block h3,
.wp-block h4,
.wp-block h5,
.wp-block h6 {
  font-family: "Gotham", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h1,
.h1,
.wp-block h1 {
  font-size: 40px;
  line-height: 1;
}

@media only screen and (min-width: 768px) {

  h1,
  .h1,
  .wp-block h1 {
    font-size: 50px;
  }
}


h2,
.h2,
.wp-block h2 {
  font-size: 32px;
  line-height: 1.1;
}

@media only screen and (min-width: 768px) {

  h2,
  .h2,
  .wp-block h2 {
    font-size: 40px;
  }
}

h3,
.h3,
.wp-block h3 {
  font-size: 28px;
  line-height: 1.1;
}

@media only screen and (min-width: 768px) {

  h3,
  .h3,
  .wp-block h3 {
    font-size: 34px;
  }
}


h4,
.h4,
.wp-block h4 {
  font-size: 22px;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {

  h4,
  .h4,
  .wp-block h4 {
    font-size: 28px;
  }
}

h5,
.h5,
.wp-block h5 {
  font-size: 18px;
  line-height: 1.1;
}

@media only screen and (min-width: 768px) {

  h5,
  .h5,
  .wp-block h5 {
    font-size: 24px;
  }
}

h6,
.h6,
.wp-block h6 {
  font-size: 18px;
  line-height: 1.1;
}

@media only screen and (min-width: 768px) {

  h6,
  .h6,
  .wp-block h6 {
    font-size: 20px;
  }
}

.block-cta .wpcf7-submit[type=submit] {
  background-image: url(/wp-content/themes/toast/assets/images/arrow-right.svg);
  background-repeat: no-repeat !important;
  background-size: 30px !important;
  background-position: calc(100% - 12px) 53% !important;
  margin-top: 16px;
}

.block-cta .wpcf7-submit[type=submit]:hover {
  background-image: url(/wp-content/themes/toast/assets/images/arrow-right-white.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 30px !important;
  background-position: calc(100% - 12px) 53% !important;
}