/*
Theme Name: SNT Defense
Description: Wordpress Theme Designed for SNT Defense.
Author: Kristopher
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
:root {
  --default: #000;
  --default-color: #000;
  --white: #ffffff;
  --btn-color: #e7002d;
  --red: #e7002d;
  --crimson: #a90308;
  --blue: #002d6b;
  --sky-blue: #6bacff;
  --navy-blue: #0b2b58;
  --royal-blue: #114082;
  --cobalt-blue: #0466e3;
  --slate: #595959;
  --header-font: "Inter", sans-serif;
  --body-font: "Inter", sans-serif;
  --button-radius: 5px;
  --line-height-desktop: 58px;
  --line-height-mobile: 48px;
  --base-fontsize: 16px;
  --base-lineheight: 1.4em;
  --max-width: 1260px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
ol {
  margin: 0 0 10px 1.5em;
}
ul {
  margin: 0 0 10px 1.5em;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  height: 100vh;
  width: 100%;
}
html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  background: none repeat scroll 0 0 #ffffff;
}
html,
body,
input,
textarea {
  font-family: var(--body-font);
  font-weight: 400;
  font-weight: normal;
  font-size: var(--base-fontsize);
  line-height: var(--base-lineheight);
  color: var(--default);
  letter-spacing: 0.02em;
}
a {
  color: var(--btn-color);
  outline: medium none;
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
a:hover {
  color: var(--btn-color);
  text-decoration: underline;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
iframe {
  max-width: 100%;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  line-height: 1.1em;
  padding-bottom: 0.45em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1.12em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.75em;
}
p {
  margin-bottom: 1.5em;
}
ul {
  margin-bottom: 1.5em;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
ins {
  text-decoration: none;
}
pre {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 0.8em;
}
sub {
  top: 0.3em;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
hr {
  background: none repeat scroll 0 0 #d8d8d8;
  border: medium none;
  clear: both;
  height: 1px;
  margin: 12px 0;
}
blockquote {
  margin: 1.65rem 0 2.1rem;
  padding: 0 0 0 1.5rem;
  position: relative;
}
blockquote::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  border-left: 6px solid #e7002d;
}
blockquote p {
  color: #666;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 1.35em;
}
blockquote cite {
  color: #005eb6;
  display: block;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input.text,
input.title,
textarea,
select {
  background: #ffffff;
  border-radius: var(--button-radius);
  border: none;
  height: var(--line-height-desktop);
  line-height: var(--line-height-desktop);
  padding: 0px 1em;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  color: #000;
  font-size: 1.125rem;
  font-weight: 300;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border: none;
}
input[type="submit"],
button,
.button {
  background: var(--btn-color);
  border-radius: var(--button-radius);
  display: inline-block;
  height: var(--line-height-desktop);
  line-height: calc(var(--line-height-desktop) - 4px);
  max-width: 100%;
  padding: 0 1.15em;
  text-align: center;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  width: auto;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  border-color: var(--btn-color);
  font-style: normal;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}
input[type="submit"]:hover,
button:hover,
input[type="submit"]:focus,
button:focus,
.button:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.05);
}
.button.btn-mid {
  height: calc(var(--line-height-desktop) - 6px);
  line-height: calc(var(--line-height-desktop) - 10px);
}
.button.btn-sm {
  height: calc(var(--line-height-mobile));
  line-height: calc(var(--line-height-mobile) - 4px);
  font-size: 1.125rem;
}
.button.inactive {
  background: #e2e2e2;
  border-color: #e2e2e2;
  color: #606060;
  pointer-events: none;
}
.button.btn-outline-white {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.button.btn-outline-blue {
  background: transparent;
  color: var(--blue);
  border-color: var(--blue);
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
.screen-reader-text {
  text-indent: -9999px;
  display: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d0d0d0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
table thead th {
  background-color: #0b2c5d;
  color: #ffffff;
  padding: 1.1rem;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
}
table thead th:last-child {
  text-align: right;
}

table tbody td {
  padding: 1rem;
  border-bottom: 1px solid #d0d0d0;
  font-size: 1rem;
}

table tbody td strong {
  font-weight: 700;
}

table tbody td:last-child {
  text-align: right;
  font-weight: 700;
}

table tbody tr:last-child td {
  border-bottom: none;
}
/*------------------------------------------------*/
/*-------------------[TYPOGRAPHY]-----------------*/
/*------------------------------------------------*/
.row {
  margin: 0 -20px;
}
.row > * {
  padding-left: 20px;
  padding-right: 20px;
}
.text-red {
  color: var(--red);
}
.text-crimson {
  color: var(--crimson);
}
.text-blue {
  color: var(--blue);
}
.text-slate {
  color: var(--slate);
}
.text-sky-blue {
  color: var(--sky-blue);
}
.text-right {
  text-align: right;
}
.font17 {
  font-size: 1.06rem;
  line-height: 1.5em;
}
.font18 {
  font-size: 1.125rem;
  line-height: var(--base-lineheight);
}
.font19 {
  font-size: 1.117rem;
  line-height: 1.58em;
}
.font21 {
  line-height: 1.58em;
  font-size: 1.235rem;
}
.font22 {
  font-size: 1.375rem;
  line-height: var(--base-lineheight);
}
.ls-0 {
  letter-spacing: 0;
}
.bulletlist {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0.9em;
}
.bulletlist > li {
  padding-top: 0.15em;
  padding-bottom: 0.62em;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#searchsubmit {
  font-family: FontAwesome;
}
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 6px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important; /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
.wp-smiley {
  margin: 0;
}
/*------------------------------------------------*/
/*------------------[GRAVITY FORMS]---------------*/
/*------------------------------------------------*/
.gform_wrapper {
  position: relative;
}
.gform_heading {
  display: none;
}
.gform_fields {
  margin: 0 -6px;
  position: relative;
  padding: 0;
  list-style: none;
}
.gform_fields:after,
.gform_fields:before {
  content: " ";
  display: table;
  clear: both;
}
.gform_fields > .gfield {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
  float: left;
  width: 50%;
  padding-bottom: 14px;
}
.gform_fields > .gfield.fullwidth {
  width: 100%;
}
.gform_fields > .gfield.gfield--type-honeypot {
  display: none;
}
.gform_fields > .gfield input[type="text"],
.gform_fields > .gfield input[type="password"],
.gform_fields > .gfield input[type="email"],
.gform_fields > .gfield input[type="tel"],
.gform_fields > .gfield select {
  width: 100%;
}
.gform_fields > .gfield textarea {
  width: 100%;
  height: 159px;
  line-height: 1.5em;
}
.gform_footer img {
  position: absolute;
}
.gform_footer .button {
  width: 100%;
}
.validation_error {
  display: none;
}
.gfield_description.validation_message {
  font-size: 12px;
  line-height: 1em;
  position: absolute;
  color: #ff0000;
  top: 65%;
  right: 20px;
}
.gfield_label {
  line-height: var(--line-height-desktop);
  position: absolute;
  left: 1em;
  top: 0;
  color: #000;
  font-size: 1.125rem;
  font-weight: 300;
}
.gfield.toggle-label .gfield_label {
  font-size: 14px;
  line-height: 1.4em;
  top: 2px;
}
.errorMessages {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
.container {
  position: relative;
  max-width: var(--max-width);
  padding-left: 20px;
  padding-right: 20px;
  z-index: 9;
}
.wrapper:after,
.container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.slanted-container {
  display: inline-block;
  width: 105px;
  height: 100%;
  background-color: var(--btn-color);
  transform: skewX(-20deg);
}
.slanted-container.red {
  background: var(--red);
}
.slanted-container.crimson {
  background: var(--crimson);
}
.slanted-container.smoke {
  background: #f5f5f5;
}
.slanted-container.royal {
  background: var(--royal-blue);
}
.slanted-container.cobalt {
  background: var(--cobalt-blue);
}
main.main-sections {
  padding: 0;
}
.rowLinks {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.justify-content-center .rowLinks {
  justify-content: center;
}
.rowLinks .btnMore {
  color: #595959;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4em;
}
.rowLinks .btnMore a {
  display: inline-block;
  color: #595959;
}
.bg-image {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
.bg-image::after,
.bg-image::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 9;
}
.bg-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.bg-image.cover {
  width: 100%;
  height: 100%;
  position: absolute;
}
section {
  padding: 5.1rem 0 3.25rem;
  position: relative;
  overflow-x: hidden;
}
section:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 9;
}

.inlineMedia {
  position: relative;
  overflow: hidden;
  border-radius: 1.411rem;
}
section h1,
h2.bannerTitle_h1 {
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: -0.02em;
}
section h2,
h2,
.bannerTitle_h2 {
  font-size: 3.43rem;
  line-height: 1em;
  letter-spacing: -0.01em;
}
section h3,
h3 {
  font-size: 2.625rem;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.02em;
}
section h4,
h4 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1em;
}
section h5,
h5 {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.25em;
}
section h6,
h6 {
  font-size: 1.31rem;
  font-weight: 400;
  line-height: 1.2em;
}
main {
  padding: 3.5rem 0 3.5rem;
  overflow: hidden;
  position: relative;
}

/*------------------------------------------------*/
/*----------------------[HEADER]------------------*/
/*------------------------------------------------*/
header {
  display: flex;
  justify-content: space-between;
  z-index: 99;
  position: relative;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
#logo {
  position: relative;
  order: 1;
  display: flex;
  align-items: center;
  flex: 1 1 0;
  justify-content: flex-start;
}
#logo img {
  margin: 0 14px;
}
#header-btn {
  order: 3;
  flex: 1 1 0;
  display: flex;
  justify-content: flex-end;
}
#header-btn > a {
  --cut: 1.425em; /* diagonal depth */
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1em;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1.2em 0 calc(0.6em + var(--cut));
  background: var(--btn-color);
  position: relative;
  clip-path: polygon(var(--cut) 0, 100% 0, 100% 100%, 0 100%);
}

#header-btn > a:hover {
  text-decoration: none;
  background: var(--crimson);
}

nav {
  position: relative;
  order: 2;
  padding: 0 20px;
  flex: 0 0 auto; /* Nav takes only what it needs */
}
nav ul.desktopMenu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
}
nav ul.desktopMenu > li {
  position: relative;
  color: #595959;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
}
nav ul.desktopMenu > li > a {
  display: block;
  color: #595959;
  padding: 0 0.96em;
  display: flex;
  align-items: center;
  background: transparent;
}
nav ul.desktopMenu > li > a > i {
  font-size: 0.777em;
  margin-left: 0.2em;
  color: var(--btn-color);
}
nav ul.desktopMenu > li > a:hover,
nav ul.desktopMenu > li.current-menu-item > a,
nav ul.desktopMenu > li.current_page_parent > a {
  text-decoration: none;
  color: var(--btn-color);
}
nav ul.desktopMenu > li:hover > a:before {
  height: 6px;
}
nav ul.desktopMenu > li > ul {
  position: absolute;
  display: none;
  background: var(--btn-color);
  width: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul.desktopMenu > li > ul > li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  line-height: 1.2em;
}
nav ul.desktopMenu > li > ul > li > a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}
nav ul.desktopMenu > li > ul > li > a:hover {
  text-decoration: none;
}

/*------------------------------------------------*/
/*----------------------[FOOTER]------------------*/
/*------------------------------------------------*/
footer {
  position: relative;
  padding: 3.45rem 0 20rem;
  background: #fff;
}
footer .container {
  display: flex;
  justify-content: space-between;
}
#footer-right {
  text-align: right;
  margin-left: auto;
}
#footer-left {
  position: relative;
  padding: 8px 0;
}
#footer-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1.7em;
  color: #595959;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
}
#footer-left ul li {
  position: relative;
}
#footer-left ul li a {
  display: block;
  color: #595959;
}
#footer-left ul li a:hover {
  text-decoration: none;
  color: var(--red);
}
#copyright {
  color: #333;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  padding-top: 1.7rem;
}
/*------------------------------------------------*/
/*----------------------[BANNER]------------------*/
/*------------------------------------------------*/
#banner {
  position: relative;
  padding: 5.25rem 0 3.55rem;
  border: 0;
  overflow: hidden;
}
#banner h2 {
  color: var(--blue);
  padding-bottom: 0;
}
.bannerSubTitle {
  color: #595959;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2em;
  padding-top: 0.21em;
  padding-bottom: 0;
  letter-spacing: 0.035em;
}
#banner .bg-image {
  border-radius: 0;
}
.bannerTxt {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55em;
  padding-top: 1.1em;
}
.bannerTxt > p {
  color: #333;
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4em;
}
.bannerTxt > p:last-child {
  margin-bottom: 0;
}
.bannerTxt p a {
  color: #333;
  text-decoration: underline;
}
.bannerTxt p a:hover {
  color: var(--red);
}
.bannerBtns {
  padding-top: 1.5rem;
}

/*------------------------------------------------*/
/*------------------------[HOME]------------------*/
/*------------------------------------------------*/
#page-home {
  position: relative;
}
#page-home #banner {
  padding: 6.2rem 0 4.87rem;
  background: #fff;
}
#page-home .bannerTxt {
  font-size: 1.25rem;
}
#page-home #banner .bg-image,
#page-home #banner .bannerInlineImg {
  width: 46.5%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#page-home #banner .bg-image img, #page-home #banner .bannerInlineImg img {
	object-fit: cover;
	object-position: center right;
	width: 100%;
	height: 100%;
	position: relative;
	object-position: 100% 30%;
}
#page-home #banner .slanted-container {
	position: absolute;
	right: 3%;
	top: 0;
}
#page-home #banner .slanted-container.red {
  right: calc(3% + 104px);
}
#page-home #banner .slanted-container.smoke {
  right: -0.5%;
  top: 0;
  left: inherit;
  width: 105px;
}
#page-home .bannerTxtBx {
  position: relative;
  margin-left: auto;
  max-width: 586px;
}
#korean-heritage,
#korean-heritage-about {
  color: #fff;
  padding: 4.4rem 0 3.2rem;
  background: #0b2b58;
}
#korean-heritage .bg-image,
#korean-heritage-about .bg-image {
  width: 55.4%;
  right: 0;
  left: inherit;
}
#korean-heritage-about .bg-image {
  left: 0;
}
#korean-heritage .bg-image:before {
  background: linear-gradient(
    270deg,
    rgba(11, 43, 88, 0) 78.14%,
    #0b2b58 99.09%
  );
}
#korean-heritage-about .bg-image:before {
  background: linear-gradient(
    90deg,
    rgba(11, 43, 88, 0) 64.67%,
    #0b2b58 96.32%
  );
}

#get-the-latest {
  padding: 3.5rem 0 2.55rem;
  position: relative;
  background: linear-gradient(180deg, #f3f3f3 0%, #fff 24.04%, #f3f3f3 100%),
    #d9d9d9;
}

#get-the-latest .entries.row .col {
  margin-top: 0.7rem;
}
#stay-connected {
  position: relative;
  color: #fff;
  padding: 4.85rem 0 4.85rem;
  background: var(--red);
}
#stay-connected h3 {
  font-size: 3.25rem;
  line-height: 1em;
}
#stay-connected h5 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
}
#stay-connected .sectionTxtBx {
  max-width: 530px;
}
#stay-connected input {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
#stay-connected .button {
  width: 100%;
}
#stay-connected .section-slanted-bg {
  position: absolute;
  width: 47%;
  height: 100%;
  right: 0;
  top: 0;
  background: var(--navy-blue);
}
#stay-connected .section-slanted-bg::before {
	content: "";
	position: absolute; 
	inset: 0;
	background: var(--navy-blue);
	transform: skewX(-20deg);
	transform-origin: top right;
	margin-right: -6%;
}
#stay-connected .slanted-container.cobalt, #stay-connected .slanted-container.royal {
	left: -11.5%;
	position: absolute;
	height: 100%;
	width: 80px;
}
#stay-connected .slanted-container.royal {
  left: calc(-11.5% + 80px);
}
/*------------------------------------------------*/
/*------------------------[BLOG]------------------*/
/*------------------------------------------------*/
#page-blog {
  position: relative;
}
#banner .slanted-container.smoke {
  position: absolute;
  right: 22px;
  top: 0;
  width: 50px;
}
#page-blog main {
  padding: 2.7rem 0 4.5rem;
  background: linear-gradient(180deg, #f3f3f3 0%, #fff 24.04%, #f3f3f3 100%);
}

.entries.row {
  position: relative;
}
.entries.row .col {
  margin-bottom: 2.2rem;
}
#single-blog {
  position: relative;
}

#single-blog #banner.withImg {
  height: 429px;
}
#single-blog #banner .bg-image {
  width: 100%;
}
#single-blog #banner .bg-image img {
  filter: grayscale(1);
}
#single-blog #banner .bg-image:before {
  background: linear-gradient(
    180deg,
    rgba(243, 243, 243, 0) 52.21%,
    #f3f3f3 100%
  );
}
#single-blog #banner.withImg + main {
  padding-top: 0;
  margin-top: -152px;
}
#single-blog main {
  position: relative;
}
#single-blog main:before {
  background: linear-gradient(180deg, #f3f3f3 0%, #fff 24.04%, #f3f3f3 100%);
  content: "";
  width: 100%;
  height: calc(100% - 152px);
  position: absolute;
  left: 0;
  bottom: 0;
}
.entry {
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 3.05rem 3.98rem;
  overflow: hidden;
  position: relative;
}
.entry-header {
  text-align: center;
  padding-bottom: 8px;
  position: relative;
}
.entry-title {
  color: var(--blue);
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.25em;
  letter-spacing: 0.02em;
}
.postMeta {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4em;
  padding-bottom: 0.45em;
}
.postMeta a {
  font-weight: 700;
}
.entry-summary {
  margin-bottom: 1.4em;
  font-weight: 300;
  letter-spacing: 0.004em;
}
.blogpostItem.entry {
  padding: 2.95rem 2.95rem 2.68rem 2.95rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.blogpostItem.entry .entry-img {
  width: 35.6%;
  left: inherit;
  right: 0;
}
.blogpostItem.entry .entry-img:before {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 37.86%, #fff 100%);
}
.blogpostItem.entry .entry-img img {
  filter: grayscale(1);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.blogpostItem.entry:hover .entry-img img {
  filter: grayscale(0);
}
.blogpostItem.entry .entry-summary {
  text-align: left;
  margin: 0;
}
.blogpostItem.entry .entry-summary.withImg {
  max-width: 66%;
}
.blogpostItem.entry .entry-summary .postMeta {
  text-align: left;
}

h5.postTitle {
  color: var(--blue);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25em;
  letter-spacing: 0.015em;
  padding-bottom: 0.65em;
}
h5.postTitle a {
  color: var(--blue);
}
h5.postTitle a:hover {
  color: var(--red);
  text-decoration: none;
}
.post-summary {
  font-size: 1rem;
  line-height: var(--base-lineheight);
}
.blogpost-btn {
  margin-top: 0.8rem;
}
.entry-content h1 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.02em;
}
.entry-content h2,
.commitment-title {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.25em;
}
.entry-content h3 {
  font-size: 1.5rem;
  line-height: 1.25em;
}
.entry-content h4 {
  font-size: 1.375rem;
  line-height: 1.25em;
}
.entry-content h5 {
  font-size: 1rem;
  line-height: 1.25em;
}

#paginationWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
}
#paginationWrapper .page-item {
  width: 137px;
}
#paginationWrapper .page-item .button {
  padding: 0 10px;
  width: 100%;
}
.wp-pagenavi {
  position: relative;
  margin: 0px;
  display: flex;
  gap: 1.5rem;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #595959;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2rem;
}
.wp-pagenavi span.current {
  color: var(--red);
}

#store-locator-plugin {
  background: var(--navy-blue);
  color: #fff;
}

/*------------------------------------------------*/
/*---------------------[CONTACTS]-----------------*/
/*------------------------------------------------*/
#page-contact {
  position: relative;
}
#page-contact #section-contact-form {
  color: #fff;
  padding: 2.45rem 0 4.1rem;
  background: var(--navy-blue);
}
#page-contact #section-contact-form .container {
  max-width: 840px;
}
#page-contact #section-contact-form .gform_fields > .gfield {
  padding-bottom: 21px;
}
#contact-info {
  padding: 4.1rem 0 2.75rem;
  position: relative;
  background: linear-gradient(180deg, #f3f3f3 0%, #fff 24.04%, #f3f3f3 100%),
    #d9d9d9;
}

/*------------------------------------------------*/
/*------------------------[FAQS]------------------*/
/*------------------------------------------------*/
#page-faqs {
  position: relative;
}
#page-faqs #banner {
  padding-bottom: 4.5rem;
  background: #fff;
}
#page-faqs main {
  border-top: solid 1px #ccc;
  background: linear-gradient(180deg, #f3f3f3 0%, #fff 24.04%, #f3f3f3 100%);
}
#faqsBlock {
  max-width: 800px;
  margin: 0 auto;
}
.faqCategory {
  position: relative;
}
.faqCategory .faqBx {
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 1.5rem 1.7rem;
  margin-bottom: 2.29rem;
}
.faqCategory .faqBx .faqQ {
  color: var(--blue);
  font-size: 1.43rem;
  font-weight: 800;
  line-height: 1.25em;
  padding-left: 4.8rem;
  padding-bottom: 0.66em;
  position: relative;
  padding-top: 0.65em;
  cursor: pointer;
  letter-spacing: 0.01em;
}
.faqCategory .faqBx .faqQ::before {
  content: "+";
  width: 1.92em;
  height: 1.92em;
  border-radius: 4px;
  background: #0466e3;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  left: 0;
  color: #fff;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 900;
}
.faqCategory .faqBx .faqQ a {
  color: var(--blue);
}
.faqCategory .faqBx .faqQ a:hover {
  color: var(--red);
  text-decoration: none;
}
.faqCategory .faqBx .faqQ.active-faq:before {
  background: var(--red);
  content: "-";
  color: #fff;
}
.faqCategory .faqBx .faqA {
  position: relative;
  padding-top: 0.85rem;
  padding-bottom: 1.15em;
  padding-left: 4.8rem;

  max-width: 700px;
  letter-spacing: 0;
}
.faqCategory .faqBx .faqA p {
  margin-bottom: 1.3em;
}
.faqCategory .faqBx .faqA p:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------*/
/*------------------------[ABOUT]------------------*/
/*------------------------------------------------*/
#page-about {
  position: relative;
}
#page-about #banner,
body.tax-products_category #banner {
  background: linear-gradient(0deg, #f3f3f3 0%, #fff 67.31%), #fff;
  padding-bottom: 6.8rem;
}
#page-about #banner .bg-image,
body.tax-products_category #banner .bg-image {
  width: 52%;
  left: inherit;
  right: 0;
  overflow: hidden;
}
#page-about #banner .bg-image::before,
body.tax-products_category #banner .bg-image:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 140px;
  height: 100%;
  background: linear-gradient(0deg, #f3f3f3 0%, #fff 67.31%), #fff;
  transform: skewX(-12deg);
  transform-origin: top left;
  z-index: 2;
  pointer-events: none;
}
#page-about #banner .slanted-container.smoke {
  display: none;
}
#page-about #banner .bannerTxtBx,
body.tax-products_category #banner .bannerTxtBx {
  max-width: 580px;
}
#page-about #banner .bannerSubTitle,
body.tax-products_category #banner .bannerSubTitle {
  letter-spacing: 0.005em;
}
#section-commitments {
  padding-bottom: 5rem;
  background: #fff;
}
.commitmentBx {
  position: relative;
}
.commitmentImg {
  width: 104px;
  height: 104px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 1.05rem;
}
.commitments.row .col {
  margin-top: 1.2rem;
}

/*------------------------------------------------*/
/*---------------------[PRODUCT]------------------*/
/*------------------------------------------------*/
#single-product {
  position: relative;
}
#single-product #banner {
  position: relative;
  padding: 3.9rem 0 4.65rem;
}
#single-product #banner .bg-image {
  width: 47%;
  left: inherit;
  right: 3%;
}
#single-product #banner .bg-image img {
  object-fit: contain;
}
.back-link {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.back-link a:hover {
  text-decoration: none;
  color: var(--blue);
}
#single-product #banner .bannerTxt {
  padding-top: 0.85em;
}
#single-product #banner .bannerBtns {
  padding-top: 1rem;
}
#single-product main {
  padding: 2.9rem 0 3.5rem;
  border-top: 1px solid #ccc;

  background: linear-gradient(180deg, #f3f3f3 0%, #fff 24.04%, #f3f3f3 100%);
}
#tech-specs p {
  letter-spacing: 0;
}

.youtube-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.youtube-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#product-video {
  margin-top: 2px;
  border-radius: 5px;
  background: #000;
  overflow: hidden;
  margin-bottom: 2.5rem;
}

.mini-gallery {
  margin: 0 -6px;
  display: flex;
  flex-wrap: wrap;
}
.mini-gallery .col {
  padding: 0 6px 13px 6px;
}
.galleryImg {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  background: #000;
  overflow: hidden;
}
.galleryImg img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
#why-choose-product {
  color: #fff;
  padding: 5.65rem 0 4.95rem;
  position: relative;
  background: #0b2b58;
}
#why-choose-product .bg-image {
  width: 50%;
  overflow: hidden;
}
#why-choose-product .bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - (115px));
  width: 50%;
  height: 100%;
  background: #0b2b58;
  transform: skewX(-12deg); /* inward slant */
  transform-origin: top left;
  z-index: 5;
  pointer-events: none;
}

#product-faqs {
  padding: 3.75rem 0 3.25rem;
  position: relative;
  border-top: 1px solid #ccc;
  background: linear-gradient(180deg, #f3f3f3 0%, #fff 24.04%, #f3f3f3 100%);
}

body.tax-products_category #banner {
  padding-top: 3.9rem;
  padding-bottom: 3.15rem;
}
body.tax-products_category #banner:before {
  background: linear-gradient(
    180deg,
    rgba(243, 243, 243, 0) 62.71%,
    #f3f3f3 100%
  );
}
body.tax-products_category .entries.row .col {
  margin-bottom: 1.9rem;
}
h6.taxonomy-title {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
h6.taxonomy-title a:hover {
  text-decoration: none;
  color: var(--blue);
}
.productEntry.entry {
  max-width: 100%;
  padding: 3.7rem 4rem;
}
.productEntry.entry h4 a {
  color: var(--blue);
}
.productEntry.entry h4 a:hover {
  text-decoration: none;
  color: var(--red);
}
.productEntry.entry .entry-summary.withImg {
  max-width: 40%;
}
.productEntry.entry .post-summary {
  padding-top: 4px;
}
.productEntry.entry .blogpost-btn {
  margin-top: 1.8rem;
  margin-bottom: 5px;
}
.productEntry.entry .entry-img {
  width: 57.6%;
  left: inherit;
  right: 0;
}
.productEntry.entry .entry-img img{
  object-fit: contain;
}
.productEntry.entry .entry-img:before {
  display: none;
}
