/*!
Theme Name: Titan products
Theme URI: https://schema.gr/
Author: Schema
Author URI: https://schema.gr/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: titan-products
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Titan products is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: AktivGrotesk-Medium;
  src: url(fonts/AktivGroteskMd.woff2) format("woff2"), url(fonts/AktivGroteskMd.woff) format("woff");
}
@font-face {
  font-family: AktivGrotesk-Bold;
  src: url(fonts/AktivGrotesk_W_Bd.woff2) format("woff2"), url(fonts/AktivGrotesk_W_Bd.woff) format("woff");
}
@font-face {
  font-family: AktivGrotesk;
  src: url(fonts/AktivGroteskLt.woff2) format("woff2"), url(fonts/AktivGroteskLt.woff) format("woff");
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: AktivGrotesk, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

p {
  font-size: min(max(15px, 1.953125vw), 18px);
  margin: 0;
}

ul {
  font-size: min(max(15px, 1.953125vw), 18px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: AktivGrotesk-Bold, sans-serif;
  line-height: 1.2em;
  margin: 0;
}

h1 {
  font-size: min(max(40px, 5.2083333333vw), 50px);
}

h2, .h2 {
  font-size: min(max(30px, 3.90625vw), 40px);
}

h3, .h3 {
  font-size: min(max(25px, 3.2552083333vw), 30px);
  margin-bottom: 15px;
}

h4, .h4 {
  font-size: min(max(22px, 2.8645833333vw), 28px);
}

h5, .h5 {
  font-size: min(max(20px, 2.6041666667vw), 26px);
}

h6, .h6 {
  font-size: min(max(18px, 2.34375vw), 24px);
}

p {
  margin-bottom: 0.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  color: #20286d;
}

main {
  padding-bottom: min(max(65px, 8.4635416667vw), 165px);
}

.home main,
.page-template-bagged main,
.page-template-non-bagged main {
  background-color: #f0f0f0;
}

.container {
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  padding: min(max(15px, 1.953125vw), 25px);
}
.container--small {
  max-width: 1350px;
}
.container--md {
  max-width: 1500px;
}
.container--footer {
  max-width: 1750px;
}
.container.w-100 {
  max-width: unset;
  width: 100%;
  padding: 0;
}
.container.pd-top-lg {
  padding-top: min(max(40px, 5.2083333333vw), 70px);
}
.container.pd-top-xlg {
  padding-top: min(max(80px, 10.4166666667vw), 180px);
}

.mg-top-lg {
  margin-top: min(max(40px, 5.2083333333vw), 70px);
}

.mg-top-xlg {
  margin-top: min(max(80px, 10.4166666667vw), 120px);
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row.fd-c {
  flex-direction: column;
}
.row.jc-b {
  justify-content: space-between;
}
.row.sp-b {
  justify-content: space-between;
}
.row.ai-c {
  align-items: center;
}
.row .col-2 {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .row .col-2 {
    width: 100%;
  }
}
.row .col-3 {
  width: calc(33.3333333333% - 20px);
}
@media only screen and (max-width: 1023px) {
  .row .col-3 {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .row .col-3 {
    width: 100%;
  }
}
.row .col-4 {
  width: calc(25% - 20px);
}
@media only screen and (max-width: 1023px) {
  .row .col-4 {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .row .col-4 {
    width: 100%;
  }
}

.custom-logo {
  height: 80px;
}

.header .row {
  justify-content: space-between;
  align-items: center;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.header-right-container {
  position: relative;
  margin-left: auto;
}
.header.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
}

.search-wrapper .search-icon {
  display: flex;
  align-items: center;
  text-align: right;
  cursor: pointer;
}

#searchform {
  display: none;
  position: absolute;
  right: 0;
  margin-top: 10px;
}

.search-open #searchform {
  display: block;
}

.search-container article {
  max-width: 900px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 2px solid #76b82b;
}
.search-container article .show-more {
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}
.search-container article .search-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

#footer {
  background: linear-gradient(90deg, rgb(22, 43, 118) 0%, rgb(36, 67, 111) 78%, rgb(97, 170, 75) 100%);
  color: #FFFFFF;
  font-size: min(max(15px, 1.953125vw), 18px);
  padding-bottom: 10px;
}
#footer .footer-logo {
  max-width: 160px;
}
#footer .footer-top {
  padding-bottom: min(max(50px, 6.5104166667vw), 100px);
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer-menu {
  padding-bottom: 20px;
}
#footer .footer-menu-2 {
  margin-right: min(max(40px, 5.2083333333vw), 90px);
}
@media only screen and (max-width: 767px) {
  #footer .footer-menu-2 {
    margin-bottom: 30px;
  }
}
#footer .footer-disclaimer .row {
  -moz-column-gap: min(max(20px, 5.2083333333vw), 40px);
       column-gap: min(max(20px, 5.2083333333vw), 40px);
}
@media only screen and (max-width: 767px) {
  #footer .footer-bottom > .row {
    gap: 30px;
  }
}

/* Links
--------------------------------------------- */
a {
  color: #0079d6;
  text-decoration: none;
  font-size: min(max(15px, 1.953125vw), 18px);
}
a:visited {
  color: #0079d6;
}
a:hover, a:focus, a:active {
  color: #0079d6;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a.more {
  display: inline-block;
  line-height: 10px;
  margin-top: 10px;
}
a.more::after {
  content: url(img/more.svg);
  width: 21px;
  margin-top: -8px;
  margin-left: 6px;
  line-height: 10px;
  float: right;
  transition: all 0.4s;
}
a.more:hover::after {
  margin-left: 0;
}
a.btn-more {
  padding: 15px;
  padding-left: 25px;
  padding-right: 60px;
}
a.btn-more::after {
  content: url(img/btn-more.svg);
  width: 21px;
  margin-left: 6px;
  line-height: 10px;
  float: right;
  transition: all 0.4s;
  position: absolute;
}
a.btn-more:hover::after {
  transform: translateX(-5px);
}

.main-navigation a {
  color: #20286d;
}
.main-navigation a:visited, .main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active {
  color: #20286d;
}

#footer a {
  font-size: min(max(15px, 1.953125vw), 18px);
  color: #FFFFFF;
}
#footer a:visited, #footer a:hover, #footer a:focus, #footer a:active {
  color: #FFFFFF;
}
#footer a:hover {
  text-decoration: underline;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}
button.menu-btn,
input[type=button].menu-btn,
input[type=reset].menu-btn,
input[type=submit].menu-btn {
  border: unset;
  border-color: unset;
  border-radius: unset;
  background: unset;
  color: unset;
  padding: unset;
}

.btn-more {
  padding: 15px;
  padding-left: 25px;
  padding-right: 60px;
}
.btn-more::after {
  content: url(img/btn-more.svg);
  width: 21px;
  margin-left: 6px;
  line-height: 10px;
  float: right;
  transition: all 0.4s;
  position: absolute;
}
.btn-more:hover::after {
  transform: translateX(-5px);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.single-product h1,
.single-product h2 {
  margin-bottom: 0;
}
.single-product .title {
  font-size: min(max(40px, 5.2083333333vw), 50px);
}
.single-product .subtitle {
  font-size: min(max(22px, 2.8645833333vw), 28px);
}
.single-product .product-content {
  margin-top: min(max(100px, 9.7751710655vw), 150px);
}
.single-product .product-content p {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .single-product-main > .row {
    flex-direction: column;
  }
}
.single-product .container--md {
  margin-left: unset;
  margin-right: unset;
}
.single-product .main-content {
  width: 60%;
  padding-right: min(max(20px, 2.6041666667vw), 50px);
}
@media only screen and (max-width: 767px) {
  .single-product .main-content {
    width: 100%;
  }
}
.single-product .product-image {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .single-product .product-image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.single-product .file-content {
  background-color: #e9e9eb;
  border-radius: 10px;
  padding: 25px 35px;
}
.single-product .file-content svg {
  width: 40px;
  margin-right: min(max(20px, 2.6041666667vw), 50px);
}
.single-product .file-content a {
  font-size: min(max(16px, 2.0833333333vw), 18px);
  font-weight: bold;
  color: #20286d;
  display: flex;
  align-items: center;
}
.single-product .file-content.measurement {
  background-color: #76b82b;
}
.single-product .file-content.measurement a {
  color: #FFFFFF;
}
.single-product .measurement-container {
  margin-top: min(max(80px, 7.8201368524vw), 120px);
}
.single-product .product__list {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}
.single-product .product__list::marker {
  color: #20286d;
}
.single-product-extra {
  padding-top: min(max(80px, 10.4166666667vw), 120px);
}
.single-product-extra > .row {
  gap: 20px;
}
.single-product-extra > .row .col-2 {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
  .single-product-extra > .row .col-2 {
    width: 100%;
  }
}

.product-archive h1 {
  margin-bottom: 35px;
}
.product-archive .products-container > .row {
  row-gap: 30px;
}
.product-archive .product {
  background-color: #FFFFFF;
  padding: 25px 50px;
  padding-right: 35px;
  border-radius: 25px;
  height: 100%;
}
.product-archive .product-content {
  margin-top: min(max(40px, 5.2151238592vw), 60px);
}
.product-archive .product__subtitle {
  width: 100%;
  max-width: 270px;
  word-break: break-word;
}
.product-archive .product__list {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
.product-archive .product__list::marker {
  color: #20286d;
}
.product-archive .more a {
  display: inline-block;
  background-color: #20286d;
  color: #FFFFFF;
  border-radius: 10px;
  margin-top: min(max(15px, 1.9556714472vw), 30px);
}
.product-archive .full-width-image {
  aspect-ratio: 16/9;
  width: 100%;
  max-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-template-non-bagged .more a {
  background-color: #76b82b;
  margin-top: min(max(35px, 4.5632333768vw), 70px);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.nav-wrapper .menu-btn {
  display: flex;
  cursor: pointer;
}
.nav-wrapper .burger-container {
  height: 14px;
  display: inline-block;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: min(max(15px, 1.953125vw), 20px);
}
.nav-wrapper .burger-container span {
  width: 18px;
  height: 2px;
  background: #000;
  display: inline-block;
}
.nav-wrapper .burger-container span::before {
  content: "";
  width: 18px;
  height: 2px;
  background: #000;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.nav-wrapper .burger-container span::after {
  content: "";
  width: 18px;
  height: 2px;
  background: #000;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.main-navigation {
  display: none;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(max(30px, 3.90625vw), 60px);
  padding-bottom: 20px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-right: 20px;
  line-height: 2em;
}
.main-navigation ul.sub-menu li {
  border-bottom: unset;
}
.main-navigation .menu-item-has-children ul {
  display: none;
}
.main-navigation .sub-menu-drop-down {
  display: inline-block;
  border-top: 0.5em solid #20286d;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
  margin-bottom: 3px;
  margin-left: 30px;
  cursor: pointer;
}
.main-navigation .sub-menu {
  padding-left: 10px;
}

.menu-open header {
  box-shadow: 0px 18px 15px -3px rgba(0, 0, 0, 0.1);
}
.menu-open header > .container > .row {
  border-bottom: 1px solid;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Blocks
--------------------------------------------- */
.columns-block .row {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
.columns-block .col {
  background: #ffffff;
  border-radius: 20px;
}
.columns-block .col-2 .col-content {
  padding: min(max(20px, 2.6041666667vw), 40px) min(max(40px, 5.2083333333vw), 80px);
  padding-right: min(max(60px, 7.8125vw), 120px);
}
.columns-block .col-2 .col-image {
  padding-left: min(max(40px, 5.2083333333vw), 80px);
}
.columns-block .col-2 h3 {
  max-width: 475px;
}
.columns-block .col-3 {
  overflow: hidden;
}
.columns-block .col-3 .col-content {
  padding: min(max(20px, 2.6041666667vw), 40px);
}
.columns-block .col-3 .col-image {
  position: relative;
  aspect-ratio: 16/9;
}
.columns-block .col-3 .col-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.columns-block .col-3 h3 {
  max-width: 235px;
}

.simple-text-block .simple-text-block--content {
  padding-left: 40px;
}
.simple-text-block .simple-text-block--content h1,
.simple-text-block .simple-text-block--content h2,
.simple-text-block .simple-text-block--content h3,
.simple-text-block .simple-text-block--content h4,
.simple-text-block .simple-text-block--content h5,
.simple-text-block .simple-text-block--content h6 {
  margin-bottom: 1em;
}
.simple-text-block .simple-text-block--content p {
  width: 75%;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .simple-text-block .simple-text-block--content p {
    width: 100%;
  }
}
.simple-text-block .simple-text-block--content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.simple-text-block .simple-text-block--content ul li {
  border-bottom: 2px solid #76b82b;
  margin-bottom: 1.2em;
  padding-bottom: 1.2em;
}
@media only screen and (max-width: 767px) {
  .simple-text-block .simple-text-block--content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.simple-text-block.two-thirds .simple-text-block--content {
  width: 66.6666666667%;
}
.simple-text-block.two-thirds .simple-text-block--content p {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .simple-text-block.two-thirds .simple-text-block--content {
    width: 100%;
  }
}

.full-width-banner-block--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-height: 600px;
  aspect-ratio: 16/9;
}
.full-width-banner-block--content {
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: min(max(80px, 10.4166666667vw), 120px);
  padding-left: min(max(55px, 7.1614583333vw), 65px);
  color: #FFFFFF;
}
.full-width-banner-block h3 {
  max-width: 410px;
}

.text-blocks-block h3 {
  font-size: min(max(40px, 5.2083333333vw), 68px);
  margin-bottom: 0;
}
.text-blocks-block h3 span {
  display: inline-block;
  font-size: 21px;
  margin-left: -10px;
  margin-bottom: -16px;
}
.text-blocks-block p {
  font-family: AktivGrotesk-Bold, sans-serif;
  font-size: min(max(18px, 2.34375vw), 21px);
  margin-bottom: 0;
}
.text-blocks-block .row {
  row-gap: 50px;
}
.text-blocks-block .icon {
  display: inline-block;
  max-width: 135px;
}
.text-blocks-block .icon img {
  width: 100%;
}

.faqs--content {
  padding-left: 40px;
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .faqs--content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.faq--item {
  border-bottom: 1px solid #76b82b;
}
.faq--question {
  cursor: pointer;
  font-size: min(max(18px, 2.34375vw), 20px);
  padding: 20px 0;
}
.faq--answer {
  display: none;
}
.faq--dropdown {
  color: #76b82b;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Contact form 7
--------------------------------------------- */
.titan-products-contact-form {
  position: relative;
  z-index: -1;
}
.titan-products-contact-form input:not(.wpcf7-submit),
.titan-products-contact-form textarea {
  background: #e9e9eb;
  width: 100%;
  border: unset;
  border-radius: 8px;
  padding: 10px 20px;
  margin-bottom: 0.5em;
}
.titan-products-contact-form .btn-more {
  display: inline-block;
  background: #76b82b;
  color: #FFFFFF;
  border-radius: 10px;
  cursor: pointer;
}
.titan-products-contact-form .btn-more input {
  width: 100%;
  background: unset;
  border: unset;
}
.titan-products-contact-form .btn-more br {
  display: none;
}
.titan-products-contact-form .btn-more .wpcf7-spinner {
  display: none;
}
.titan-products-contact-form br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .titan-products-contact-form {
    margin-top: 40px;
  }
}

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text, .visuallyhidden {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus, .visuallyhidden:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}/*# sourceMappingURL=style.css.map */