/*!
Theme Name: Sennsis Child Theme
Template: gs-theme/theme
Theme URI: https://gloversure.co.uk/
Author: Gloversure
Author URI: https://gloversure.co.uk
Description: Child theme for Sennsis
Version: 1.0.0
Requires PHP: 8.1
Text Domain: gs
*/

/* titillium-web-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 200;
  src:
    url("./fonts/titillium-web-v19-latin-200.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url("./fonts/titillium-web-v19-latin-200.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* titillium-web-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  src:
    url("./fonts/titillium-web-v19-latin-300.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url("./fonts/titillium-web-v19-latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* titillium-web-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src:
    url("./fonts/titillium-web-v19-latin-regular.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url("./fonts/titillium-web-v19-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* titillium-web-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  src:
    url("./fonts/titillium-web-v19-latin-600.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url("./fonts/titillium-web-v19-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

:root {
  --font-titles: "Titillium Web", var(--wp--preset--font-family--titles);
  --font-body: "Titillium Web", var(--wp--preset--font-family--body);
  --color-primary: #2f59a1;
  --color-secondary: #191919;
  --color-green: #4dad58;
}

/*fix for menu padding*/
@media screen and (min-width: 1024px) {
  .menu-right {
    padding: 45px;
  }
}

.swiper-style-1 {
  .has-background-dim {
    max-width: unset !important;
  }
}

/*.title-slider {
  .wp-block-cover__inner-container {
    border: none !important;
  }
}*/

.page-id-1268 img.logo-dt {
  filter: invert(1);
}
