/*
Theme Name: The Emissary
Theme URI: https://www.the-emissary.com
Author: Creative Weblogic
Author URI: http://www.creativeweblogic.com
Description: 2025 web design layout.
Version: 1.0.13
*/
/* Normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(//fonts.googleapis.com/css2?family=Playfair+Display&family=Poppins:ital,wght@0,300;0,500;0,600;0,700;0,800;1,100;1,500;1,600&display=swap);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*COLOR
--------------------------------------------------*/
:root {
  --default: #333333;
  --black: #000000;
  --white: #ffffff;
  --brand_yellow: #ffe715;
  --brand_brown: #6f4700;
  --brand_gold: #cb9a00;
  --brand_blue: #003399;
  --brand_oxygen: #00aaff;
}

/*DEFAULT
--------------------------------------------------*/
* {
  outline: none !important;
  box-sizing: border-box;
  zoom: 1;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

p {
  font-size: 1rem;
  font-weight: 100;
  margin: 0;
}

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

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.table {
  border-collapse: collapse !important;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #333333 !important;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
ul li:last-child {
  margin-bottom: 0 !important;
}

ol {
  padding: 0 0 0 30px;
  margin: 0 0 30px 0;
}
ol li {
  margin-bottom: 5px;
}
ol li:last-child {
  margin: 0;
}
ol li:last-child {
  margin-bottom: 0 !important;
}

section {
  position: relative;
}

.hidden {
  display: none;
}

.noscroll {
  padding-right: 17px;
  overflow: hidden;
}

.videoWrapper {
  position: relative;
}
.videoWrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(0.25rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(0.25rem * var(--cw-space-x-reverse));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(0.5rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(0.5rem * var(--cw-space-x-reverse));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(0.75rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(0.75rem * var(--cw-space-x-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(1rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(1rem * var(--cw-space-x-reverse));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(1.25rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(1.25rem * var(--cw-space-x-reverse));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(1.5rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(1.5rem * var(--cw-space-x-reverse));
}

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(1.75rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(1.75rem * var(--cw-space-x-reverse));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(2rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(2rem * var(--cw-space-x-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(0.25rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--cw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--cw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--cw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--cw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1.25rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--cw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--cw-space-y-reverse));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1.75rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--cw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(2rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--cw-space-y-reverse));
}

.nowrap {
  white-space: nowrap;
}

/*FORMS
--------------------------------------------------*/
label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.form-fields {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.form-fields .form-group {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.form-fields .form-group.half {
  width: 50%;
}
.form-fields .btn-wrapper {
  padding: 0 15px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.form-input {
  width: 100%;
  height: 40px;
  font-size: 0.8em;
  line-height: 1.5;
  color: #333333;
  background: #f2f2f2;
  padding: 5px 15px;
  border: 2px solid rgba(51, 51, 51, 0);
  border-radius: 3px;
  transition: border-color 0.3s ease-in-out;
}
.form-input:focus {
  background-color: #ffffff;
}
.form-input::-moz-placeholder {
  color: rgb(127.5, 127.5, 127.5);
}
.form-input::placeholder {
  color: rgb(127.5, 127.5, 127.5);
}

.form-select {
  width: 100%;
  height: 40px;
  font-size: 0.8em;
  line-height: 1.5;
  color: #333333;
  background: #f2f2f2 url(img/icons/chevron-down.svg) right 10px center no-repeat;
  background-size: 20px 20px;
  padding: 5px 15px;
  border: 2px solid rgba(5, 50, 105, 0);
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.3s ease-in-out;
}
.form-select option {
  color: #333333;
}
.form-select:focus {
  background-color: #ffffff;
}

.form-textarea {
  width: 100%;
  height: 150px;
  font-size: 0.8em;
  line-height: 1.5;
  color: #333333;
  background: #f2f2f2;
  padding: 15px;
  border: 2px solid rgba(5, 50, 105, 0);
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.form-textarea:focus {
  background-color: #ffffff;
}
.form-textarea::-moz-placeholder {
  color: rgb(19.2272727273, 120.2727272727, 243.7727272727);
}
.form-textarea::placeholder {
  color: rgb(19.2272727273, 120.2727272727, 243.7727272727);
}

.form-checkbox {
  line-height: 1.25;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.form-checkbox input {
  height: 0;
  width: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-checkbox .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #eeeeee;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.form-checkbox .checkmark:after {
  content: "";
  width: 6px;
  height: 12px;
  border: solid #053269;
  border-width: 0 3px 3px 0;
  display: none;
  transform: rotate(40deg);
  position: relative;
  top: -1px;
}
.form-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/*BUTTONS
--------------------------------------------------*/
.btn-xs {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 0.25rem 0.5rem;
  border: 0;
  border-radius: 0.25rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-sm {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 0.5rem 0.75rem;
  border: 0;
  border-radius: 0.25rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-md {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 0.375rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-lg {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 1rem 1.25rem;
  border: 0;
  border-radius: 0.375rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-xl {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 1.25rem 1.5rem;
  border: 0;
  border-radius: 0.375rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-xs svg, .btn-sm svg, .btn-md svg, .btn-lg svg, .btn-xl svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.btn-brand_gold {
  color: #ffffff;
  background: var(--brand_gold);
}
.btn-brand_gold svg {
  position: relative;
  left: 0;
  transition: background-color 0.3s ease-in-out;
}
.btn-brand_gold:hover svg {
  position: relative;
  left: 6px;
}

.btn-brand_blue {
  color: #ffffff;
  background: var(--brand_blue);
}
.btn-brand_blue svg {
  position: relative;
  left: 0;
  transition: background-color 0.3s ease-in-out;
}
.btn-brand_blue:hover svg {
  position: relative;
  left: 6px;
}

.btn-black {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
  position: relative;
  overflow: hidden;
}
.btn-black:hover {
  color: #000000;
  background: rgb(115.2924901186, 231.5, 0);
  border: 1px solid rgb(115.2924901186, 231.5, 0);
}
.btn-black:disabled {
  opacity: 0.5;
}

.btn-line {
  color: #ffffff;
  background: none;
  border: 1px solid #afacac;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn-line:hover {
  color: #ffffff;
  background: #ff6600;
  border-color: #ff6600;
}
.btn-line:disabled {
  opacity: 0.5;
}

.btn-rounded {
  border-radius: 100px;
}

.btn-mobile {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.btn-mobile .btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.btn-mobile .btn-wrapper div {
  width: 25px;
  height: 2px;
  background: var(--white);
  margin-bottom: 6px;
  transition: background-color 0.3s ease-in-out;
}
.btn-mobile .btn-wrapper div:last-child {
  margin-bottom: 0;
}
.btn-mobile:hover .btn-wrapper div {
  background: var(--brand_gold);
}

.btn-close {
  width: 25px;
  height: 25px;
  position: relative;
  opacity: 0.75;
  cursor: pointer;
}
.btn-close:hover {
  opacity: 1;
}
.btn-close:before, .btn-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 3px;
  background-color: white;
}
.btn-close:before {
  transform: rotate(45deg);
}
.btn-close:after {
  transform: rotate(-45deg);
}

/*ANIMATE
--------------------------------------------------*/
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/*RESPONSIVE EMBED
--------------------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/*DESKTOP
--------------------------------------------------*/
html {
  font: 100 15px/1 "Poppins", sans-serif;
  margin: 0 !important;
}

body {
  font-size: 1rem;
  color: #333333;
  background: #f1f1f1;
  overflow-x: hidden;
  position: relative;
}
body.admin-bar {
  padding-top: 32px;
}
body.noscroll {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1280px;
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto;
}

:root {
  --adaptiveMargin: 7rem;
}

#wpadminbar {
  position: fixed;
}

.grid-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-container .col-span-1 {
  grid-column: span 1/span 1;
}
.grid-container .col-span-2 {
  grid-column: span 2/span 2;
}
.grid-container .col-span-3 {
  grid-column: span 3/span 3;
}
.grid-container .col-span-4 {
  grid-column: span 4/span 4;
}
.grid-container .col-span-5 {
  grid-column: span 5/span 5;
}
.grid-container .col-span-6 {
  grid-column: span 6/span 6;
}
.grid-container .col-span-7 {
  grid-column: span 7/span 7;
}
.grid-container .col-span-8 {
  grid-column: span 8/span 8;
}
.grid-container .col-span-9 {
  grid-column: span 9/span 9;
}
.grid-container .col-span-10 {
  grid-column: span 10/span 10;
}
.grid-container .col-span-11 {
  grid-column: span 11/span 11;
}
.grid-container .col-span-12 {
  grid-column: span 12/span 12;
}
.grid-container .col-start-1 {
  grid-column-start: 1;
}

/*HEADER
--------------------------------------------------*/
.cw-header {
  width: 100%;
  background: var(--black);
  padding: 0.75rem 0px;
  position: fixed;
  top: 0;
  z-index: 500;
}
.cw-header .flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 5rem;
}
.cw-header .flex-item {
  display: flex;
  align-items: center;
}
.cw-header .flex-item:last-child {
  justify-content: flex-end;
  flex-grow: 1;
}
.cw-header .logo {
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0 1rem;
  white-space: nowrap;
}
.cw-header .btn-mobile {
  display: none;
}
.cw-header ul {
  margin-left: 1rem;
  display: flex;
  align-items: center;
}
.cw-header ul li {
  margin: 0 0 0 2.25rem;
  position: relative;
}
.cw-header ul li a {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
  padding: 1rem 0;
  display: flex;
  align-items: center;
}
.cw-header ul li a:hover {
  color: var(--brand_yellow);
}
.cw-header ul li.current-menu-item a {
  color: var(--brand_yellow);
}
.cw-header ul li.menu-parent-item > a:after {
  content: "";
  background: url(img/icons/angle-down.svg);
  background-size: 100%;
  width: 12px;
  height: 7px;
  margin-left: 7px;
  display: block;
  flex-shrink: 0;
}
.cw-header ul li.menu-parent-item ul {
  width: auto;
  text-align: left;
  background: rgb(255, 255, 255);
  margin-left: 0;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.35) !important;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.cw-header ul li.menu-parent-item ul li {
  width: 100%;
  margin: 0 0 0 0;
}
.cw-header ul li.menu-parent-item ul li a {
  width: 100%;
  font-weight: 400;
  text-transform: none;
  color: var(--black);
  padding: 12px 15px;
  display: block;
  white-space: nowrap;
  transition: none;
}
.cw-header ul li.menu-parent-item ul li a:before {
  display: none;
}
.cw-header ul li.menu-parent-item ul li a:after {
  display: none;
}
.cw-header ul li.menu-parent-item ul li a:hover {
  background: var(--brand_yellow);
}
.cw-header ul li.menu-parent-item ul li:hover a {
  color: var(--black);
}
.cw-header ul li.menu-parent-item:hover > a {
  color: var(--brand_yellow);
}
.cw-header ul li.menu-parent-item:hover ul {
  visibility: visible;
  opacity: 1;
}
.cw-header ul li.menu-parent-item .menu-parent-item a {
  display: flex;
  justify-content: space-between;
}
.cw-header ul li.menu-parent-item .menu-parent-item a:after {
  content: "";
  background: url(img/icons/angle-right.svg);
  background-size: 100%;
  width: 6px;
  height: 10px;
  margin-left: 7px;
  display: block;
  flex-shrink: 0;
  filter: invert(100%);
}
.cw-header ul li.menu-parent-item .menu-parent-item > ul {
  opacity: 0;
  visibility: hidden;
  left: 100%;
  top: 0;
}
.cw-header ul li.menu-parent-item .menu-parent-item > ul li a {
  color: var(--black);
}
.cw-header ul li.menu-parent-item .menu-parent-item > ul li a:after {
  display: none;
}
.cw-header ul li.menu-parent-item .menu-parent-item > ul li a:hover {
  color: var(--black);
}
.cw-header ul li.menu-parent-item .menu-parent-item:hover > a {
  color: var(--black);
  background: var(--brand_yellow);
}
.cw-header ul li.menu-parent-item .menu-parent-item:hover > a:after {
  filter: invert(0%);
}
.cw-header ul li.menu-parent-item .menu-parent-item:hover ul {
  visibility: visible;
  opacity: 1;
}

body.admin-bar .cw-header {
  top: 32px;
}

/*FEATURED
--------------------------------------------------*/
.cw-featured {
  padding: 10rem 0 0 0;
}

/*MAIN
--------------------------------------------------*/
.cw-main {
  padding: 12rem 0 5rem 0;
}
.cw-main .grid-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
}
.cw-main .grid-col-l {
  grid-column: span 2/span 2;
}
.cw-main .grid-col-r {
  grid-column: span 1/span 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem 0;
}

/*BLOG ARCHIVE
--------------------------------------------------*/
.cw-blog-archive {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
}
.cw-blog-archive .blog-item {
  aspect-ratio: 3/3.75;
  padding-bottom: 2rem;
  width: 100%;
}
.cw-blog-archive .blog-item img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: clip;
}
.cw-blog-archive .blog-item h2 {
  font-size: 1.3rem;
  line-height: 1.25;
  margin: 1.5rem 0 1rem 0;
}
.cw-blog-archive .blog-item h2 a {
  color: var(--black);
}
.cw-blog-archive .blog-item h2 a:hover {
  color: var(--brand_gold);
}
.cw-blog-archive .blog-item .meta {
  font-size: 0.9rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.cw-blog-archive .blog-item .meta * {
  display: inline;
}
.cw-blog-archive .blog-item .meta a {
  font-weight: 500;
  color: var(--brand_gold);
}
.cw-blog-archive .blog-item .tags {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.cw-blog-archive .blog-item .tags a {
  font-weight: 500;
  color: var(--black);
  opacity: 0.5;
}
.cw-blog-archive .blog-item .tags a:hover {
  color: var(--brand_gold);
}
.cw-blog-archive .blog-item p {
  font-weight: 100;
  line-height: 1.5;
}
.cw-blog-archive .blog-item.blog-item-featured {
  aspect-ratio: 3/1.76;
  grid-column: span 2/span 2;
}
.cw-blog-archive .blog-item.blog-item-featured h2 {
  font-size: 1.75rem;
  line-height: 1.25;
  margin: 1.5rem 0 1rem 0;
}
.cw-blog-archive .blog-item.blog-item-featured h2 a {
  color: var(--black);
}

/*TEASERS
--------------------------------------------------*/
.cw-teasers {
  background: var(--white);
  padding: 8rem 0;
}
.cw-teasers .grid-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5rem;
}
.cw-teasers .grid-container .grid-col {
  grid-column: span 1/span 1;
}
.cw-teasers .grid-container h4 {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 2rem;
  display: block;
}
.cw-teasers .blog-item {
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
}
.cw-teasers .blog-item .thumb {
  width: 7rem;
  aspect-ratio: 2.5/2;
  margin-right: 2rem;
  display: block;
  flex-shrink: 0;
}
.cw-teasers .blog-item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: clip;
  flex-shrink: 0;
}
.cw-teasers .blog-item .wrapper h2 {
  font-size: 1.15rem;
  line-height: 1.25;
  margin: 0 0 1rem 0;
}
.cw-teasers .blog-item .wrapper h2 a {
  color: var(--black);
}
.cw-teasers .blog-item .wrapper h2 a:hover {
  color: var(--brand_gold);
}
.cw-teasers .blog-item .wrapper .meta {
  font-size: 0.9rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.cw-teasers .blog-item .wrapper .meta * {
  display: inline;
}
.cw-teasers .blog-item .wrapper .meta a {
  font-weight: 500;
  color: var(--brand_gold);
}
.cw-teasers .blog-item .wrapper .tags {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.cw-teasers .blog-item .wrapper .tags a {
  font-weight: 500;
  color: var(--black);
  opacity: 0.5;
}
.cw-teasers .blog-item .wrapper p {
  font-weight: 100;
  line-height: 1.5;
}

/*SINGLE
--------------------------------------------------*/
.cw-single h1 {
  font-size: 2rem;
  line-height: 1.25;
  margin: 1.5rem 0 1rem 0;
}
.cw-single .featured-image {
  margin-bottom: 2rem;
}
.cw-single .meta {
  font-size: 0.9rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.cw-single .meta * {
  display: inline;
}
.cw-single .meta a {
  font-weight: 500;
  color: var(--brand_gold);
}
.cw-single .tags {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.cw-single .tags a {
  font-weight: 500;
  color: var(--black);
  opacity: 0.5;
}
.cw-single .tags a:hover {
  color: var(--brand_gold);
}
.cw-single .wp-caption {
  width: 100% !important;
}
.cw-single img {
  margin: 1rem 0;
}
.cw-single p {
  font-weight: 100;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.cw-single p em {
  font-weight: 500;
}
.cw-single ul {
  margin-bottom: 30px;
}
.cw-single ul li {
  font-size: 0.9rem;
  list-style: none;
  line-height: 1.5;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
.cw-single ul li:last-child {
  margin-bottom: 0;
}
.cw-single ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--brand_gold);
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 10px;
  top: 7px;
}
.cw-single ul:last-child {
  margin-bottom: 0;
}
.cw-single ol {
  padding-left: 20px;
  margin-bottom: 30px;
}
.cw-single ol li {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

/*PAGINATION
--------------------------------------------------*/
.cw-pagination {
  width: 100%;
  background: #f1f1f1;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
}
.cw-pagination ul {
  display: flex;
  align-items: center;
}
.cw-pagination ul li {
  list-style: none;
}
.cw-pagination ul li .page-numbers {
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  min-width: 40px;
  text-align: center;
  color: var(--brand_gold);
  padding: 10px;
  margin: 2px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  display: block;
}
.cw-pagination ul li .page-numbers.dots {
  color: var(--brand_gold) !important;
  border: 0 !important;
  background: none !important;
}
.cw-pagination ul li .page-numbers:hover {
  color: var(--white);
  background: var(--brand_gold);
}
.cw-pagination ul li .current {
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  min-width: 40px;
  text-align: center;
  color: var(--white);
  background: var(--brand_gold);
  padding: 10px;
  margin: 2px;
  border-radius: 4px;
  display: block;
}
.cw-pagination ul li.active a {
  color: var(--white);
  background: var(--brand_gold);
}

/*PAGE
--------------------------------------------------*/
.cw-page h1 {
  font-size: 2rem;
  line-height: 1.25;
  margin: 1.5rem 0 1rem 0;
}
.cw-page p {
  font-weight: 100;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.cw-page p em {
  font-weight: 500;
}
.cw-page ul {
  margin-bottom: 2rem;
}
.cw-page ul li {
  font-size: 0.9rem;
  list-style: none;
  line-height: 1.5;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
.cw-page ul li:last-child {
  margin-bottom: 0;
}
.cw-page ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--brand_gold);
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 10px;
  top: 7px;
}
.cw-page ul:last-child {
  margin-bottom: 0;
}
.cw-page ol {
  padding-left: 20px;
  margin-bottom: 2rem;
}
.cw-page ol li {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.cw-page .wp-caption {
  width: 100% !important;
  margin-bottom: 2rem;
}
.cw-page .wp-caption .wp-caption-text {
  font-size: 0.9rem;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  padding: 0.5rem 0 1rem 0;
  opacity: 0.5;
}

/*CONTACT FORM
--------------------------------------------------*/
.cw-contact-form {
  width: 100%;
  background: #e2e2e2;
  padding: 2rem;
  border-radius: 0.5rem;
  gap: 1.5rem 2rem !important;
}

/*FOOTER
--------------------------------------------------*/
footer {
  font-size: 0.9rem;
  color: #ffffff;
  background: var(--black);
  padding: 4rem 0 5rem 0;
}
footer p {
  line-height: 1.5;
}
footer .flex-container {
  display: flex;
  gap: 2rem;
}
footer .flex-container .flex-col {
  width: 33.33%;
}
footer .blog-item {
  margin: 1.5rem 0;
  display: flex;
}
footer .blog-item .thumb {
  width: 6rem;
  aspect-ratio: 2.5/2;
  margin-right: 2rem;
  display: block;
  flex-shrink: 0;
}
footer .blog-item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: clip;
  flex-shrink: 0;
}
footer .blog-item .wrapper h2 {
  font-size: 1.15rem;
  line-height: 1.25;
  margin: 0 0 1rem 0;
}
footer .blog-item .wrapper h2 a {
  color: #ffffff;
}
footer .blog-item .wrapper h2 a:hover {
  color: var(--brand_yellow);
}
footer .blog-item .wrapper .meta {
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
footer .blog-item .wrapper .meta * {
  display: inline;
}
footer .blog-item .wrapper .meta a {
  font-weight: 500;
  color: var(--brand_yellow);
}
footer .blog-item .wrapper .tags {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
footer .blog-item .wrapper .tags a {
  font-weight: 500;
  color: var(--black);
  opacity: 0.5;
}
footer .blog-item .wrapper p {
  font-weight: 100;
  line-height: 1.5;
}
footer span.h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  display: block;
}
footer ul.social {
  margin-top: 3rem;
  display: flex;
  align-items: center;
}
footer ul.social li {
  font-weight: 600;
  margin-right: 1.5rem;
}
footer ul.social li a {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}
footer ul.social li a:hover {
  color: var(--brand_yellow);
}
footer ul.social li a svg {
  position: relative;
  top: 2px;
}
footer ul.social li a svg path, footer ul.social li a svg circle, footer ul.social li a svg rect {
  fill: #ffffff;
  transition: fill 0.3s ease-in-out;
}
footer ul.social li a:hover svg path, footer ul.social li a:hover svg circle, footer ul.social li a:hover svg rect {
  fill: var(--brand_yellow);
}
footer ul.social li:first-child {
  margin-left: 0;
}
footer ul.social li:last-child {
  margin-right: 0;
}
footer ul.nav {
  margin-top: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 0;
}
footer ul.nav li {
  width: 50%;
  font-weight: 600;
}
footer ul.nav li a {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
footer ul.nav li a:hover {
  color: var(--brand_yellow);
}
footer ul.nav li a svg {
  position: relative;
  top: 2px;
}
footer ul.nav li a svg path, footer ul.nav li a svg circle, footer ul.nav li a svg rect {
  fill: #ffffff;
  transition: fill 0.3s ease-in-out;
}
footer ul.nav li a:hover svg path, footer ul.nav li a:hover svg circle, footer ul.nav li a:hover svg rect {
  fill: var(--black);
}
footer ul.nav li:last-child {
  margin-right: 0;
}
footer .copyright {
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  margin-top: 8rem;
}
footer .copyright a {
  font-weight: 600;
  color: #ffffff;
}
footer .copyright a:hover {
  color: var(--brand_yellow);
}

/*HOVER EFFECTS
--------------------------------------------------*/
.image-zoom {
  display: block;
  overflow: hidden;
}
.image-zoom img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.image-zoom:hover img {
  transform: scale(1.05);
}

/*ANIMATIONS
--------------------------------------------------*/
.animate__animated.animate__delay-25ms {
  animation-delay: 0.25s;
}

.animate__animated.animate__delay-30ms {
  animation-delay: 0.3s;
}

.animate__animated.animate__delay-50ms {
  animation-delay: 0.5s;
}

.animate__animated.animate__delay-75ms {
  animation-delay: 0.75s;
}

/*404
--------------------------------------------------*/
.cw-404 {
  text-align: center;
  padding: 120px 0;
}
.cw-404 h2 {
  text-transform: uppercase;
  margin-bottom: 50px;
}
.cw-404 h2 strong {
  font-size: 5em;
  display: block;
}
.cw-404 p {
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  color: #666666;
  margin-bottom: 45px;
}

/*SEARCH BAR
--------------------------------------------------*/
.cw-search-bar {
  width: 100%;
}
.cw-search-bar .flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  position: relative;
}
.cw-search-bar .flex-container .form-input {
  font-size: 14px;
  width: 100%;
  background: none !important;
  padding-right: 2.5rem;
  border: 2px solid #cccccc;
  border-radius: 0.25rem;
}
.cw-search-bar .flex-container .form-input:focus, .cw-search-bar .flex-container .form-input:active {
  border: 2px solid #000000;
}
.cw-search-bar .flex-container .btn-md {
  border-radius: 3px;
}
.cw-search-bar .flex-container .btn-search {
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0.5rem;
}
.cw-search-bar .flex-container .btn-search svg {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.cw-search-bar .flex-container .btn-search svg path {
  fill: var(--black);
  transition: fill 0.3s ease-in-out;
}
.cw-search-bar .flex-container .btn-search svg:hover path {
  fill: var(--brand_gold);
}

/*ADVERTISEMENTS
--------------------------------------------------*/
.cw-advertisements {
  width: 100%;
  max-width: 400px;
}
.cw-advertisements .slick-slider {
  display: none;
}
.cw-advertisements .slick-slider.slick-initialized {
  display: block;
}

/*MENU BODY
--------------------------------------------------*/
.cw-mobile-menu {
  width: 100%;
  height: 100%;
  background: var(--black);
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: 9999;
}
.cw-mobile-menu .flex-container {
  width: 100%;
  min-height: 100%;
  max-width: 500px;
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.cw-mobile-menu .flex-container .header {
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cw-mobile-menu .flex-container ul.menu {
  width: 100%;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.cw-mobile-menu .flex-container ul.menu li {
  width: 100%;
  position: relative;
}
.cw-mobile-menu .flex-container ul.menu li a {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white);
  padding: 0.75rem 0;
  display: inline-block;
}
.cw-mobile-menu .flex-container ul.menu li a:hover {
  color: var(--brand_gold);
}
.cw-mobile-menu .flex-container ul.menu li .caret {
  width: 20px;
  height: 20px;
  background: url(img/icons/angle-right.svg) center no-repeat;
  background-size: 7px 12px;
  display: block;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 1.05rem;
  transform: rotate(0deg);
  transition: transform 0.1s linear;
}
.cw-mobile-menu .flex-container ul.menu li.current-menu-item a {
  color: var(--brand_gold);
}
.cw-mobile-menu .flex-container ul.menu li.menu-parent-item {
  /* Depth 1*/
}
.cw-mobile-menu .flex-container ul.menu li.menu-parent-item ul {
  width: 100%;
  text-align: left;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  display: none;
}
.cw-mobile-menu .flex-container ul.menu li.menu-parent-item ul li {
  width: 100%;
  margin: 0 0 0 0;
}
.cw-mobile-menu .flex-container ul.menu li.menu-parent-item ul li a {
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
  padding: 8px 0;
  display: inline-block;
  white-space: nowrap;
  transition: none;
}
.cw-mobile-menu .flex-container ul.menu li.menu-parent-item ul li a:before {
  display: none;
}
.cw-mobile-menu .flex-container ul.menu li.menu-parent-item ul li a:after {
  display: none;
}
.cw-mobile-menu .flex-container ul.menu li.menu-parent-item ul li .caret {
  top: 0.3rem;
}
.cw-mobile-menu .flex-container ul.menu li.menu-parent-item ul li:hover a {
  color: var(--white);
}
.cw-mobile-menu .flex-container ul.menu li.menu-parent-item .menu-parent-item {
  /* Depth 2*/
}
.cw-mobile-menu .flex-container ul.menu li.menu-parent-item .menu-parent-item > ul {
  display: none;
}
.cw-mobile-menu .flex-container ul.menu li.menu-parent-item .menu-parent-item > ul li a:after {
  display: none;
}
.cw-mobile-menu .flex-container ul.menu li.menu-parent-item .menu-parent-item > ul li a:hover {
  color: var(--white);
}
.cw-mobile-menu .flex-container ul.menu li.menu-parent-item.active > .caret {
  transform: rotate(90deg);
  transition: transform 0.1s linear;
}
.cw-mobile-menu .flex-container ul.social {
  padding: 2rem 0;
  display: flex;
  align-items: center;
}
.cw-mobile-menu .flex-container ul.social li {
  font-weight: 600;
  margin-right: 1.5rem;
}
.cw-mobile-menu .flex-container ul.social li a {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
.cw-mobile-menu .flex-container ul.social li a:hover {
  color: var(--brand_gold);
}
.cw-mobile-menu .flex-container ul.social li a svg {
  position: relative;
  top: 2px;
}
.cw-mobile-menu .flex-container ul.social li a svg path, .cw-mobile-menu .flex-container ul.social li a svg circle, .cw-mobile-menu .flex-container ul.social li a svg rect {
  fill: #ffffff;
  transition: fill 0.3s ease-in-out;
}
.cw-mobile-menu .flex-container ul.social li a:hover svg path, .cw-mobile-menu .flex-container ul.social li a:hover svg circle, .cw-mobile-menu .flex-container ul.social li a:hover svg rect {
  fill: var(--brand_gold);
}
.cw-mobile-menu .flex-container ul.social li:last-child {
  margin-right: 0;
}

/*OVERRIDE CLASSES
--------------------------------------------------*/
hr {
  border-top: 1px solid #e2e2e2;
  border-bottom: 0;
  margin: 5rem 0;
}

.hidden {
  display: none;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.text-center {
  text-align: center;
}

.vcentered {
  justify-content: center !important;
}

.hcentered {
  align-items: center !important;
}

.bg-white {
  background: var(--white) !important;
}

.bg-black {
  background: #222222 !important;
}

.bg-gray {
  background: #555555 !important;
}

.bg-lightgray {
  background: #f8f8f8 !important;
}

.bg-orange {
  background: #ff6600 !important;
}

.bg-castrol {
  background: #009449 !important;
}

.bg-castrol-red {
  background: #f00023 !important;
}

.bg-michelin {
  background: #204f99 !important;
}

.text-white {
  color: var(--white) !important;
}

.text-black {
  color: #222222 !important;
}

.text-orange {
  color: #ff6600 !important;
}

.text-castrol {
  color: #009449 !important;
}

ul.icon-checked li {
  font-size: 0.85em;
  line-height: 1.5;
  list-style: none;
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
}
ul.icon-checked li:before {
  content: url(img/icons/check-circle.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -2px;
  display: inline-block;
}

ul.category-list li {
  font-size: 0.85em;
  line-height: 1.5;
  list-style: none;
  color: #ff6600;
  padding: 0 0 0 30px;
  margin: 0 0 5px 0;
  position: relative;
}
ul.category-list li a {
  color: var(--white);
  margin-right: 5px;
}
ul.category-list li a:hover {
  color: #ff6600;
}
ul.category-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ff6600;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 10px;
  top: 8px;
}

/*REGULAR DESKTOP
--------------------------------------------------*/
@media only screen and (max-width: 1500px) {
  body {
    font-size: 0.9rem;
  }
  :root {
    --adaptiveMargin: 5rem;
  }
}
/*MINI LAPTOP
--------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  body {
    font-size: 0.85rem;
  }
  /*HEADER
  --------------------------------------------------*/
  .cw-header .flex-item {
    width: 100%;
  }
  .cw-header .flex-item:first-child {
    display: flex;
  }
  .cw-header .logo {
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 0 1rem;
  }
  .cw-header .logo img {
    width: 75px;
    height: 75px;
  }
  .cw-header .btn-mobile {
    display: flex;
  }
  .cw-header ul {
    display: none;
  }
}
/*TABLET
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  body {
    font-size: 0.85rem;
  }
  /*HEADER
  --------------------------------------------------*/
  .cw-header .flex-item {
    width: 100%;
  }
  .cw-header .flex-item:first-child {
    display: flex;
  }
  .cw-header .logo {
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 0 1rem;
  }
  .cw-header .logo img {
    width: 75px;
    height: 75px;
  }
  .cw-header .btn-mobile {
    display: flex;
  }
  .cw-header ul {
    display: none;
  }
  body.admin-bar .cw-header {
    top: 46px;
  }
  /*MAIN
  --------------------------------------------------*/
  .cw-main .grid-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .cw-main .grid-col-l {
    grid-column: span 1/span 1;
  }
  .cw-main .grid-col-r {
    grid-column: span 1/span 1;
  }
}
/*MOBILE LANDSCAPE
--------------------------------------------------*/
@media only screen and (max-width: 768px) {
  /*HEADER
  --------------------------------------------------*/
  .cw-header .logo {
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 0 1rem;
  }
  .cw-header .logo img {
    width: 75px;
    height: 75px;
  }
  .cw-header .btn-mobile {
    display: flex;
  }
  body.admin-bar .cw-header {
    top: 46px;
  }
  /*BLOG ARCHIVE
  --------------------------------------------------*/
  .cw-blog-archive .blog-item {
    grid-column: span 2/span 2;
  }
  .cw-blog-archive .blog-item.blog-item-featured {
    aspect-ratio: 3/3.75;
  }
  /*TEASERS
  --------------------------------------------------*/
  .cw-teasers .grid-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /*FOOTER
  --------------------------------------------------*/
  footer .flex-container {
    flex-direction: column;
    align-items: center;
  }
  footer .flex-container .flex-col {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  footer .flex-container .flex-col img {
    margin-right: 0;
    margin-bottom: 5rem;
  }
  footer ul.social li {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  footer ul.social li:last-child {
    margin-right: 1.5rem;
  }
  footer ul.nav {
    margin-top: 8rem;
  }
  footer ul.nav li {
    width: 100%;
  }
}
/*MOBILE PORTRAIT
--------------------------------------------------*/
@media only screen and (max-width: 480px) {
  /*CONTACT FORM
  --------------------------------------------------*/
  .cw-contact-form.grid-container {
    display: flex;
    flex-direction: column;
  }
  .cw-contact-form.grid-container .form-group {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */