/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0; }

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

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

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0; }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none; }

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse; }

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0; }

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */ }

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */ }

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible; }

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none; }

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block; }

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed; }

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial; }

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute; }

/**
 * Use the default user interface font in all browsers (opinionated).
 */
html {
  font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

/**
 * Use the default monospace user interface font in all browsers (opinionated).
 */
code,
kbd,
samp,
pre {
  font-family: "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border: 1px solid WindowFrame;
  /* 1 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  letter-spacing: inherit;
  /* 2 */
  padding: 0.25em 0.375em;
  /* 1 */ }

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center / 1em;
  border-radius: 0;
  padding-right: 1em; }

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E"); }

/**
 * Change the inconsistent appearance in IE (opinionated).
 */
::-ms-expand {
  display: none; }

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54); }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* --------------- */
/* --- Extends --- */
/* --------------- */
.menu, .sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .menu li, .sidebar .widget ul li {
    font-family: inherit;
    position: relative; }
    .menu li a, .sidebar .widget ul li a {
      color: inherit;
      text-decoration: none;
      position: relative;
      white-space: nowrap; }
  .menu .sub-menu, .sidebar .widget ul .sub-menu {
    display: none; }

.post-preview .featured-img {
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-color: #f2f2f2;
  position: relative; }
  .post-preview .featured-img a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.2;
    transition: opacity 0.3s ease-in-out; }
    .post-preview .featured-img a:hover {
      opacity: 0;
      transition: opacity 0.3s ease-in-out; }

.post-preview .content .btn, .post-wrap .post-nav-wrap .back-btn, .post-wrap .post-nav-wrap .navigation .nav-links a, .comment-respond .submit {
  display: inline-block;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  background: inherit;
  color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
  .post-preview .content .btn:hover, .post-wrap .post-nav-wrap .back-btn:hover, .post-wrap .post-nav-wrap .navigation .nav-links a:hover, .comment-respond .submit:hover {
    background: inherit;
    color: inherit;
    transition: all 0.3s ease-in-out; }

/* --------------------- */
/* --- Global styles --- */
/* --------------------- */
.container_wrap {
  display: grid;
  grid-gap: 0 15px; }
  .container_wrap .container {
    grid-column: 2 / 3; }

.sidebar .widget {
  margin-bottom: 15px; }
  .sidebar .widget .widget-title {
    margin-bottom: 5px; }

.pagination {
  padding: 10px 0; }
  .pagination .nav-links .page-numbers {
    border: solid 1px inherit;
    padding: 6px 10px;
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    transition: all 0.2s ease-in-out; }
  .pagination .nav-links .current {
    border-color: inherit;
    color: inherit; }
  .pagination .nav-links a:hover {
    border-color: inherit;
    background-color: inherit;
    transition: all 0.2s ease-in-out; }
  .pagination.next-prev a {
    text-decoration: none;
    color: inherit;
    border: solid 1px inherit;
    transition: all 0.2s ease-in-out; }
    .pagination.next-prev a:hover {
      border-color: inherit;
      background-color: inherit;
      transition: all 0.2s ease-in-out; }

.custom-404 {
  padding: 30px 15px 60px; }

.site-header {
  position: relative; }
  .site-header .site-logo {
    display: inline-block;
    max-width: 300px;
    position: relative;
    height: 100%;
    width: 100%; }
    .site-header .site-logo .title {
      text-decoration: none;
      color: inherit;
      display: inline-block; }
    .site-header .site-logo img {
      width: 100%;
      height: auto; }
  .site-header .header-nav .menu {
    display: flex; }
    .site-header .header-nav .menu .menu-item {
      margin: 0 4px; }
  .site-header .search-form {
    display: inline-block;
    padding: 4px;
    border: solid 1px; }
    .site-header .search-form input {
      background-color: transparent;
      border: 0;
      outline: 0;
      font-size: 20px;
      font-family: inherit;
      text-indent: 3px; }
    .site-header .search-form button {
      border: 0;
      background: transparent;
      outline: 0;
      font-size: 22px;
      opacity: 1;
      transition: opacity 0.2s ease-in-out; }
      .site-header .search-form button:hover {
        cursor: pointer;
        opacity: 0.5;
        transition: opacity 0.2s ease-in-out; }
  .site-header .main-nav .menu {
    display: flex;
    flex-wrap: wrap; }
    .site-header .main-nav .menu .menu-item {
      margin: 0 7px; }
      .site-header .main-nav .menu .menu-item a {
        white-space: nowrap;
        display: block;
        color: inherit;
        z-index: 39; }
  .site-header .main-nav .menu-item-has-children .sub-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    flex-direction: column;
    z-index: 30;
    padding: 0; }
    .site-header .main-nav .menu-item-has-children .sub-menu .menu-item {
      margin: 0;
      padding: 0; }
      .site-header .main-nav .menu-item-has-children .sub-menu .menu-item a {
        display: block;
        padding: 8px 12px; }
  .site-header .main-nav .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out; }
  .site-header.classic .upper .container {
    display: grid;
    place-items: center end; }
  .site-header.classic .main .container {
    display: grid;
    grid: auto / 1fr 1fr 1fr 1fr; }
    .site-header.classic .main .container .tagline {
      grid-column: 1; }
    .site-header.classic .main .container .main-nav_wrap {
      grid-column: 2 / span 3;
      grid-row: 1 / span 2;
      place-self: center end; }
      .site-header.classic .main .container .main-nav_wrap .menu .menu-item:last-of-type {
        margin-right: 0; }
  .site-header.stack-center .main .container {
    display: grid;
    place-items: center; }
    .site-header.stack-center .main .container .site-logo {
      text-align: center; }
  .site-header.stack-center .lower .container {
    display: grid;
    place-items: center; }
  .site-header.stack-left .main .container {
    display: grid;
    place-items: center start; }
  .site-header.stack-left .lower {
    place-items: center start; }
    .site-header.stack-left .lower .menu .menu-item:first-of-type {
      margin-left: 0; }
  .site-header #navicon {
    display: none;
    width: 38px;
    height: 28px;
    position: relative;
    margin: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer; }
    .site-header #navicon span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -moz-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
      .site-header #navicon span:nth-child(1) {
        top: 0px; }
      .site-header #navicon span:nth-child(2), .site-header #navicon span:nth-child(3) {
        top: 12px; }
      .site-header #navicon span:nth-child(4) {
        top: 24px; }
    .site-header #navicon.open span:nth-child(1) {
      top: 12px;
      width: 0%;
      left: 50%; }
    .site-header #navicon.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .site-header #navicon.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .site-header #navicon.open span:nth-child(4) {
      top: 12px;
      width: 0%;
      left: 50%; }

.mobile-nav .menu-arrow {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 40; }
  .mobile-nav .menu-arrow .fa-chevron-right, .mobile-nav .menu-arrow .fa-chevron-down {
    display: none;
    color: inherit; }

.mobile-nav .menu-item-has-children .menu-arrow {
  display: inline-block; }
  .mobile-nav .menu-item-has-children .menu-arrow .fa-chevron-right {
    display: initial;
    transform: rotate(0);
    transition: all 0.3s ease-in-out; }

.mobile-nav .menu-item-has-children.expanded .menu-arrow .fa-chevron-right {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out; }

.mobile-nav .menu-item-has-children.expanded .sub-menu {
  display: block !important;
  padding: 0 0 5px 0; }
  .mobile-nav .menu-item-has-children.expanded .sub-menu .menu-item {
    border: 0; }
    .mobile-nav .menu-item-has-children.expanded .sub-menu .menu-item a {
      padding: 4px 0px 4px 20px; }
    .mobile-nav .menu-item-has-children.expanded .sub-menu .menu-item .menu-arrow {
      display: none !important; }

@media (max-width: 1023px) {
  .site-header #navicon {
    display: inline-block; }
  .site-header .main-nav {
    display: none; } }

@media (min-width: 1024px) {
  .mobile-nav {
    display: none !important; } }

.site-footer .lower {
  padding: 15px 0 30px; }

.site-footer .sub-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .site-footer .sub-footer .container .sign-off .gsl-link {
    text-decoration: none;
    color: inherit; }
  .site-footer .sub-footer .container .sub-menu .menu {
    display: flex; }
    .site-footer .sub-footer .container .sub-menu .menu .menu-item {
      margin-right: 15px; }
      .site-footer .sub-footer .container .sub-menu .menu .menu-item:last-of-type {
        margin: 0; }

.wpcf7 .wpcf7-form {
  display: flex;
  flex-wrap: wrap; }
  .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    flex: 1 1 auto;
    padding: 10px; }
    .wpcf7 .wpcf7-form .wpcf7-form-control-wrap.your-message {
      flex: 1 1 100%; }
  .wpcf7 .wpcf7-form .wpcf7-form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid;
    outline: 0; }
  .wpcf7 .wpcf7-form .wpcf7-submit {
    margin: auto;
    max-width: 300px;
    outline: 0;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    cursor: pointer; }
    .wpcf7 .wpcf7-form .wpcf7-submit:hover {
      opacity: 0.7;
      transition: opacity 0.3s ease-in-out; }
    @media (max-width: 768px) {
      .wpcf7 .wpcf7-form .wpcf7-submit {
        margin: 0 10px;
        max-width: none; } }

.wpcf7 .ajax-loader {
  background-image: url("../images/loader-blue.gif");
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3d3d3d;
  z-index: 1001;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }
  .wpcf7 .ajax-loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #696969;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite; }
  .wpcf7 .ajax-loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #999999;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite; }

.blog .page-content,
.single .page-content,
.archive .page-content,
.search .page-content {
  padding: 30px 0; }
  .blog .page-content .container,
  .single .page-content .container,
  .archive .page-content .container,
  .search .page-content .container {
    display: grid;
    grid: auto / auto 350px;
    grid-gap: 0 30px; }
  .blog .page-content .page-title,
  .single .page-content .page-title,
  .archive .page-content .page-title,
  .search .page-content .page-title {
    grid-column: 1 / span 2; }

.post-meta {
  margin-bottom: 10px; }
  .post-meta .date {
    display: block; }
  .post-meta .cats a {
    color: inherit;
    text-decoration: none; }
  .post-meta .tags a {
    color: inherit;
    opacity: 0.6;
    text-decoration: none;
    font-style: italic;
    transition: opacity 0.3s ease-in-out; }
    .post-meta .tags a:hover {
      opacity: 1;
      transition: opacity 0.3s ease-in-out; }

.post-preview {
  border: solid 1px; }
  .post-preview .featured-img {
    margin-bottom: 0px; }
  .post-preview .content {
    padding: 0 15px 15px; }
    .post-preview .content h1 {
      font-size: 24px;
      font-family: inherit; }
    .post-preview .content .post-meta {
      margin: 15px 0 0; }
    .post-preview .content .btn {
      align-self: baseline; }

.post-wrap {
  display: grid;
  grid: auto / auto-flow 1fr;
  grid-gap: 15px 15px; }
  .post-wrap .post-nav-wrap {
    display: flex;
    margin-top: 15px; }
    .post-wrap .post-nav-wrap .navigation .nav-links {
      display: flex; }
      .post-wrap .post-nav-wrap .navigation .nav-links a {
        margin-left: 3px; }

.wp-post-image {
  width: 100%;
  height: auto; }

.comment-respond {
  border-top: solid 1px;
  padding-top: 5px; }
  .comment-respond .comment-reply-title {
    font-size: 18px; }
  .comment-respond .comment-form-comment label {
    display: none; }
  .comment-respond .comment-form-comment #comment {
    width: 100%; }

.blog-grid {
  display: grid;
  grid: auto/repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 15px; }

.search .post {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px inherit; }
  .search .post .featured-image {
    flex: 0 1 30%;
    min-height: 300px;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin: 0 30px 15px 0; }
    .search .post .featured-image a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .search .post .post-excerpt {
    flex: 0 1 65%;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 15px; }
    .search .post .post-excerpt h1 {
      font-size: 34px;
      margin: 0 0 15px; }
    .search .post .post-excerpt p {
      padding-bottom: 15px; }
    .search .post .post-excerpt a {
      color: inherit;
      text-decoration: none;
      display: inline-block;
      opacity: 1;
      transition: opacity 0.3s ease-in-out; }
      .search .post .post-excerpt a:hover {
        opacity: 1;
        transition: opacity 0.3s ease-in-out; }

@media (max-width: 1024px) {
  .search .post .featured-image {
    flex: 1 0 100%; }
  .search .post .post-excerpt {
    flex: 1 0 100%;
    padding: 0; } }

.search-page-title {
  padding: 30px 0; }

.no-search-results {
  padding: 90px 0 60px 0;
  text-align: center; }

.widget_search .search-form {
  display: flex;
  border: solid 1px #a9a9a9; }
  .widget_search .search-form label {
    width: 100%; }
  .widget_search .search-form .search-field {
    width: 100%;
    border: 0;
    padding: 8px 5px;
    text-indent: 10px;
    outline: 0; }
  .widget_search .search-form .search-submit {
    border: 0;
    color: inherit;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    padding: 0 10px 0 5px;
    outline: 0; }
    .widget_search .search-form .search-submit:hover {
      color: inherit;
      transition: all 0.3s ease-in-out; }

.widget_media_gallery .gallery .gallery-item {
  margin: 0; }
  .widget_media_gallery .gallery .gallery-item .gallery-icon .attachment-full {
    width: 100%;
    height: auto; }

.widget_media_gallery .gallery-columns-1 {
  display: grid;
  grid: auto/repeat(1, minmax(0px, 1fr));
  grid-gap: 5px; }

.widget_media_gallery .gallery-columns-2 {
  display: grid;
  grid: auto/repeat(2, minmax(0px, 1fr));
  grid-gap: 5px; }

.widget_media_gallery .gallery-columns-3 {
  display: grid;
  grid: auto/repeat(3, minmax(0px, 1fr));
  grid-gap: 5px; }

.widget_media_gallery .gallery-columns-4 {
  display: grid;
  grid: auto/repeat(4, minmax(0px, 1fr));
  grid-gap: 5px; }

.widget_media_gallery .gallery-columns-5 {
  display: grid;
  grid: auto/repeat(5, minmax(0px, 1fr));
  grid-gap: 5px; }

.widget_media_gallery .gallery-columns-6 {
  display: grid;
  grid: auto/repeat(6, minmax(0px, 1fr));
  grid-gap: 5px; }

.widget_media_gallery .gallery-columns-7 {
  display: grid;
  grid: auto/repeat(7, minmax(0px, 1fr));
  grid-gap: 5px; }

.widget_media_gallery .gallery-columns-8 {
  display: grid;
  grid: auto/repeat(8, minmax(0px, 1fr));
  grid-gap: 5px; }

.widget_media_gallery .gallery-columns-9 {
  display: grid;
  grid: auto/repeat(9, minmax(0px, 1fr));
  grid-gap: 5px; }

@font-face {
  font-family: Avenir;
  src: url(../fonts/AvenirNext.ttf); }

body {
  font-family: Avenir; }

::-webkit-input-placeholder {
  font-family: Avenir; }

:-moz-placeholder {
  font-family: Avenir; }

::-moz-placeholder {
  font-family: Avenir; }

:-ms-input-placeholder {
  font-family: Avenir; }

.elementor-editor-active .site-header {
  pointer-events: none;
  opacity: 0.3; }

.site-header {
  position: fixed;
  height: 90px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  z-index: 14; }
  .site-header .container_wrap {
    margin: auto; }
  .site-header .main .container .site-logo {
    font-size: 30px;
    color: #3e4257;
    left: 65px;
    top: 34px;
    font-size: 35px;
    font-weight: 600;
    transition: opacity 0.5s; }
    .site-header .main .container .site-logo a img {
      width: 65%; }
  .site-header .main .container .site-logo-scroll {
    position: absolute;
    left: 65px;
    top: -150px;
    opacity: 0;
    transition: top 0.5s, opacity 0.5s; }
  .site-header.scrolled .main .container .site-logo {
    opacity: 0; }
  .site-header.scrolled .main .container .site-logo-scroll {
    opacity: 1;
    top: 34px; }
  .site-header .main-nav {
    display: none; }
  .site-header #navicon {
    background-color: #d34957;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    animation: menuClose_menu;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-direction: reverse;
    overflow: hidden;
    z-index: 15;
    transition: background-color 0.6s;
    transition-delay: 0.2s;
    display: inline-block;
    top: 53px;
    right: 15px;
    position: fixed; }
    .site-header #navicon span {
      background-color: white;
      height: 2px;
      max-width: 60%;
      margin: auto;
      right: 20%;
      left: auto;
      animation: menuClose_span;
      animation-duration: 0.8s;
      animation-fill-mode: both;
      animation-direction: reverse;
      transition: background-color 0.4s;
      transition-delay: 0.2s; }
    .site-header #navicon span:nth-of-type(1) {
      top: 35% !important;
      animation-delay: 0s !important; }
    .site-header #navicon span:nth-of-type(2) {
      top: 50% !important;
      width: 40% !important;
      animation-delay: 0.2s !important; }
    .site-header #navicon span:nth-of-type(3) {
      top: 65% !important;
      width: 45% !important;
      animation-delay: 0.15s !important; }
    .site-header #navicon span:nth-of-type(4) {
      display: none; }
    .site-header #navicon + .menu-close {
      position: fixed;
      right: calc(15px + 20px);
      top: 53px;
      width: 0;
      opacity: 0;
      transition: width 0.8s, opacity 0.8s;
      transition-delay: 0s;
      height: 40px;
      z-index: 12;
      margin: 10px 0; }
      .site-header #navicon + .menu-close:before {
        content: "close";
        display: block;
        width: 100%;
        height: 100%;
        margin-right: calc(15px + 20px);
        position: absolute;
        top: 0;
        right: 0;
        transition: width 0.8s;
        color: white;
        font-size: 25px;
        text-align: right; }
  .site-header #navicon.open {
    animation: menuOpen_menu;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    background-color: white; }
    .site-header #navicon.open span:nth-of-type(n) {
      animation: menuOpen_span;
      animation-duration: 0.8s;
      animation-fill-mode: both;
      width: 60%;
      left: auto;
      transform: none;
      background-color: #d34957; }
    .site-header #navicon.open + .menu-close {
      opacity: 1;
      width: 150px;
      transition-delay: 0.5s; }

@keyframes menuOpen_menu {
  49% {
    transform: rotate(0); }
  50% {
    transform: rotate(90deg); }
  100% {
    transform: rotate(90deg); } }

@keyframes menuOpen_span {
  0% {
    right: 20%; }
  45% {
    right: -100%; }
  55% {
    right: -100%; }
  100% {
    right: 20%; } }

@keyframes menuClose_menu {
  49% {
    transform: rotate(0); }
  50% {
    transform: rotate(90deg); }
  100% {
    transform: rotate(90deg); } }

@keyframes menuClose_span {
  0% {
    right: 20%; }
  45% {
    right: -100%; }
  55% {
    right: -100%; }
  100% {
    right: 20%; } }

@media (max-width: 750px) {
  .site-header.classic .main .container {
    grid: auto / 1fr 1fr; }
    .site-header.classic .main .container .site-logo {
      left: 5px;
      top: 10px; }
  .site-header.classic #navicon {
    top: 5px; } }

.mobile-nav {
  display: none; }

.new_menu {
  width: 100%;
  height: 100vh;
  background-color: rgba(211, 73, 87, 0.8);
  position: fixed;
  z-index: 10;
  opacity: 0;
  transform: translateY(10%) scale(0.95);
  transition: opacity 0.4s, transform 0.4s;
  pointer-events: none;
  background-size: cover;
  background-position: 0px 0px;
  background-blend-mode: darken; }
  .new_menu .menu_child {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow-y: auto; }
    .new_menu .menu_child .logo {
      margin: 28px 68px;
      height: 98px; }
    .new_menu .menu_child .main-nav {
      display: block;
      width: 60%;
      height: 50%;
      margin-left: 15%;
      font-size: 55px;
      letter-spacing: 8px;
      color: white;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .new_menu .menu_child .main-nav .menu {
        overflow: hidden; }
        .new_menu .menu_child .main-nav .menu li {
          border-left: solid;
          border-color: #e28790;
          padding-left: 20px;
          margin-right: 20px !important;
          margin-left: -3px !important;
          margin-top: 10px !important;
          margin-bottom: 10px !important; }
          .new_menu .menu_child .main-nav .menu li a {
            transition: color 0.3s; }
            .new_menu .menu_child .main-nav .menu li a:hover {
              color: #e28790; }
    .new_menu .menu_child .menu_footer {
      text-align: right;
      padding: 40px;
      font-size: 20px;
      color: white; }
      .new_menu .menu_child .menu_footer a {
        color: white;
        text-decoration: none; }
      .new_menu .menu_child .menu_footer .break {
        display: inline-block; }
      .new_menu .menu_child .menu_footer .social {
        padding: 0px 20px;
        vertical-align: middle; }
        .new_menu .menu_child .menu_footer .social a *[class*='fa-'] {
          width: 50px;
          height: 50px;
          padding: 14px;
          margin: 5px;
          border-style: solid;
          border-radius: 50%;
          border-width: 1px; }

body.show-nav .new_menu {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  transition-delay: 0.4s; }

@media (max-width: 550px) {
  .new_menu .menu_child .logo {
    height: auto;
    margin: 20px; }
  .new_menu .menu_child .main-nav .menu li {
    font-size: 23px;
    width: 100%;
    line-height: 46px;
    letter-spacing: 1.7px;
    display: block;
    border-left: none; } }

@media (max-width: 580px) {
  .new_menu .menu_child .menu_footer {
    text-align: center; }
    .new_menu .menu_child .menu_footer .social {
      display: block; }
    .new_menu .menu_child .menu_footer .break {
      display: block;
      font-size: 0px; } }

.site-footer {
  padding-top: 50px; }
  .site-footer .container_wrap .container {
    padding: 0px 80px; }
  .site-footer .upper p:first-child {
    font-size: 26px;
    font-weight: 600; }
  .site-footer .upper .container {
    border-top: solid;
    border-width: 2px;
    border-color: #5b7c9a; }
    .site-footer .upper .container .content {
      display: flex;
      justify-content: space-between;
      vertical-align: middle;
      line-height: 120px;
      height: 120px;
      margin: 20px 0px; }
      .site-footer .upper .container .content img {
        max-height: 120px; }
      .site-footer .upper .container .content a {
        color: black;
        text-decoration: none;
        transition: opacity 0.3s; }
        .site-footer .upper .container .content a:hover {
          opacity: 0.6; }
      .site-footer .upper .container .content > p,
      .site-footer .upper .container .content > span {
        height: 40px;
        line-height: 40px;
        margin: auto 0px;
        min-width: 30%; }
      .site-footer .upper .container .content .mobile {
        display: none; }
      .site-footer .upper .container .content > span {
        text-align: right; }
      .site-footer .upper .container .content .social {
        vertical-align: middle; }
        .site-footer .upper .container .content .social a {
          height: 100%; }
          .site-footer .upper .container .content .social a *[class*='fa-'] {
            width: 50px;
            height: 50px;
            padding: 14px;
            margin: 0px 5px;
            border-style: solid;
            border-radius: 50%;
            border-width: 1px; }
  .site-footer .main .container {
    border-top: solid;
    border-color: #5b7c9a;
    border-width: 2px;
    grid-template-columns: none;
    margin-top: 20px; }
    .site-footer .main .container .footer_label {
      text-align: center;
      position: relative;
      margin-top: -32px;
      width: 100%;
      font-size: 20px;
      font-weight: 600; }
      .site-footer .main .container .footer_label p {
        display: inline-block;
        margin: 0px;
        padding: 20px;
        color: #d34957;
        background-color: white;
        letter-spacing: 2px; }
    .site-footer .main .container .newsletter .widget {
      list-style: none;
      width: 590px;
      max-width: 100%;
      margin: auto; }
      .site-footer .main .container .newsletter .widget .wpcf7-form-control-wrap {
        padding: 10px 0px; }
        .site-footer .main .container .newsletter .widget .wpcf7-form-control-wrap .wpcf7-text {
          border-style: inset; }
      .site-footer .main .container .newsletter .widget .wpcf7-submit {
        background-color: #d34957;
        color: white;
        border-style: none;
        letter-spacing: 2px;
        font-size: 15px;
        padding: 10px 12px;
        box-sizing: content-box; }
    .site-footer .main .container .notice {
      text-align: center; }
      .site-footer .main .container .notice li {
        list-style: none;
        display: contents; }
      .site-footer .main .container .notice .divider:after {
        content: "|";
        color: #5b7c9a; }
      .site-footer .main .container .notice .divider.large:after {
        padding: 0px 10px; }
      .site-footer .main .container .notice .links {
        color: #5b7c9a; }
        .site-footer .main .container .notice .links a {
          color: inherit;
          text-decoration: none;
          letter-spacing: 5px; }
  .site-footer .lower .container {
    border-top: solid;
    border-color: #5b7c9a;
    border-width: 2px;
    display: flex;
    justify-content: center; }
    .site-footer .lower .container img {
      margin: 20px;
      max-height: 50px; }
  .site-footer .sub-footer .container {
    padding: 20px 80px; }
    .site-footer .sub-footer .container .sign-off {
      text-align: center;
      width: 100%; }

@media (max-width: 900px) {
  .site-footer .upper .container {
    padding: 0px 20px; }
    .site-footer .upper .container .content {
      display: block;
      height: auto;
      margin: 20px 0px;
      text-align: center; }
      .site-footer .upper .container .content > p {
        display: none; }
        .site-footer .upper .container .content > p.mobile {
          display: block;
          margin: auto; }
      .site-footer .upper .container .content img {
        display: block;
        margin: auto; }
  .site-footer .lower .container {
    padding: 0px 20px;
    flex-wrap: wrap; }
    .site-footer .lower .container img {
      margin: 10px; } }

@media (max-width: 600px) {
  .site-footer .main .container .newsletter .widget {
    width: 100%; }
    .site-footer .main .container .newsletter .widget .name,
    .site-footer .main .container .newsletter .widget .email,
    .site-footer .main .container .newsletter .widget .submit {
      width: 100% !important;
      max-width: none !important;
      margin: 5px 0px !important; }
      .site-footer .main .container .newsletter .widget .name .wpcf7-form-control-wrap,
      .site-footer .main .container .newsletter .widget .email .wpcf7-form-control-wrap,
      .site-footer .main .container .newsletter .widget .submit .wpcf7-form-control-wrap {
        width: 100%; }
      .site-footer .main .container .newsletter .widget .name .wpcf7-submit,
      .site-footer .main .container .newsletter .widget .email .wpcf7-submit,
      .site-footer .main .container .newsletter .widget .submit .wpcf7-submit {
        width: 80%; }
  .site-footer .main .container .notice .divider:after {
    content: "";
    display: block; }
  .site-footer .main .container .notice .divider.large:after {
    padding: 0px; } }

.page_gallery {
  height: 650px;
  display: flex; }
  .page_gallery .hover_safe {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px; }
  .page_gallery .page_display {
    height: 100%;
    overflow: hidden;
    transition: width 0.7s;
    position: relative; }
    .page_gallery .page_display .img {
      height: 100%;
      width: 100%;
      max-width: none;
      object-fit: cover;
      transition: width 0.7s, margin 0.7s; }
    .page_gallery .page_display .label_parent {
      position: absolute;
      left: -100%;
      right: -100%;
      bottom: 0px;
      text-align: center; }
      .page_gallery .page_display .label_parent .label {
        transform: scale(1);
        transition: transform 0.7s;
        transform-origin: center bottom; }
        .page_gallery .page_display .label_parent .label .graphic {
          width: 50px;
          transition: width 0.7s; }
        .page_gallery .page_display .label_parent .label p {
          color: white;
          font-size: 12px;
          transition: font-size 0.7s; }
        .page_gallery .page_display .label_parent .label .line {
          width: 1px;
          height: 30px;
          background-color: white;
          margin: auto;
          transition: height 0.7s; }
    .page_gallery .page_display:nth-of-type(3) {
      border-left: solid white;
      border-right: solid white; }
    .page_gallery .page_display .cover {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent); }
  .page_gallery .title_text {
    display: block;
    position: absolute;
    color: white;
    font-size: 70px;
    height: 90px;
    letter-spacing: 80px;
    text-align: center;
    pointer-events: none;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 100;
    transition: opacity 0.7s; }

.page_gallery:hover .hover_safe:hover + .page_display {
  width: calc(100% / 3) !important; }

.page_gallery:hover .hover_safe:hover + .page_display + .page_display {
  width: calc(100% / 3) !important; }

.page_gallery:hover .hover_safe:hover + .page_display + .page_display + .page_display {
  width: calc(100% / 3) !important; }

.page_gallery:hover .page_display {
  width: 10% !important;
  transition-delay: 0.2s; }
  .page_gallery:hover .page_display .label_parent .label {
    transform: scale(0.8); }

.page_gallery:hover .title_text {
  opacity: 0.3; }

.page_gallery:hover .page_display:hover {
  width: 80% !important;
  transition-delay: 0s; }
  .page_gallery:hover .page_display:hover .label_parent .label {
    transform: scale(1.3); }
  .page_gallery:hover .page_display:hover .img {
    width: 100% !important;
    margin-left: 0% !important;
    transition: width 0.7s; }

@media (max-width: 1000px) {
  .page_gallery .title_text {
    letter-spacing: 4.5vw; } }

@media (max-width: 700px) {
  .page_gallery {
    display: inline-flex;
    flex-wrap: wrap;
    height: auto; }
    .page_gallery .title_text {
      display: none; }
    .page_gallery .page_display {
      width: 100% !important;
      height: 30vh; }
      .page_gallery .page_display:nth-of-type(3) {
        border-style: none;
        border-top: solid white;
        border-bottom: solid white; }
      .page_gallery .page_display .label_parent .label {
        transform: none !important; }
        .page_gallery .page_display .label_parent .label .graphic {
          width: 40px; }
        .page_gallery .page_display .label_parent .label p {
          font-size: 17px; }
  .page_gallery:hover .page_display {
    width: 100% !important; }
    .page_gallery:hover .page_display:hover {
      width: 100% !important; } }

@font-face {
  font-family: TradeGothic;
  src: url(../fonts/TradeGothicLTStd-Cn18.otf); }

.header_gallery {
  height: 80vh; }
  .header_gallery .content {
    height: 100%; }
    .header_gallery .content .post {
      height: 100%;
      width: 100%;
      position: absolute;
      bottom: 0px;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.7s; }
      .header_gallery .content .post .post_title {
        width: 5%;
        height: 100%;
        position: relative;
        display: block;
        float: left;
        padding: 5%;
        padding-right: 5%;
        color: #3e4257;
        font-size: 13px; }
        .header_gallery .content .post .post_title p {
          transform: rotate(-90deg);
          transform-origin: left;
          position: absolute;
          white-space: nowrap;
          bottom: 0px;
          bottom: 100%;
          left: calc(100% - 1em);
          transition: bottom 0.7s; }
          .header_gallery .content .post .post_title p .num {
            display: inline-block;
            transform: rotate(90deg);
            transform-origin: center;
            font-family: TradeGothic;
            font-weight: 600;
            padding-top: 4px; }
          .header_gallery .content .post .post_title p .line {
            width: 25px;
            height: 1px;
            background-color: #3e4257;
            display: inline-block; }
      .header_gallery .content .post .img {
        height: 100%;
        width: 80%;
        display: block;
        position: relative; }
        .header_gallery .content .post .img img {
          height: 80%;
          width: 100%;
          object-fit: cover;
          position: absolute;
          bottom: 0px;
          bottom: -100%;
          transition: bottom 0.7s; }
    .header_gallery .content .post.active {
      opacity: 1;
      pointer-events: auto; }
      .header_gallery .content .post.active .post_title p {
        bottom: 0;
        animation: slideUp;
        animation-duration: 0.7s;
        animation-fill-mode: backwards; }
      .header_gallery .content .post.active .img img {
        bottom: 0px;
        animation: slideDown;
        animation-duration: 0.7s;
        animation-fill-mode: backwards; }
    .header_gallery .content .slider {
      position: absolute;
      bottom: 0px;
      padding: 10px;
      left: 11%; }
      .header_gallery .content .slider .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: white;
        transition: background-color 0.7s;
        display: inline-block;
        margin: 0px 2px;
        cursor: pointer; }
      .header_gallery .content .slider .dot.activeDot {
        background-color: #f37f5b; }

@keyframes slideDown {
  0% {
    bottom: 100%; }
  100% {
    bottom: 0px; } }

@keyframes slideUp {
  0% {
    bottom: -100%; }
  100% {
    bottom: 0px; } }

@media (max-width: 750px) {
  .header_gallery .content .post .post_title {
    display: none; }
  .header_gallery .content .post .img {
    width: 100%; } }

.case_study_parent {
  width: 100%;
  max-height: 50vw;
  height: 500px;
  text-align: right;
  font-size: 0;
  overflow: hidden;
  position: relative; }
  .case_study_parent .background_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px; }
    .case_study_parent .background_image .img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      opacity: 0;
      top: 0px;
      top: -50%;
      left: 0px;
      position: absolute;
      transition: top 0.6s, opacity 0.6s; }
    .case_study_parent .background_image .img.active {
      top: 0px;
      opacity: 1;
      animation: fadeUp;
      animation-duration: 0.6s;
      animation-fill-mode: backwards; }
  .case_study_parent .information {
    width: 35%;
    height: 100%;
    background-color: rgba(110, 4, 15, 0.7);
    display: inline-block;
    position: relative;
    vertical-align: top; }
    .case_study_parent .information .title_card {
      top: 50%;
      left: 0px;
      opacity: 0;
      transition: top 0.6s, opacity 0.6s;
      width: 100%;
      height: 100%;
      font-size: initial;
      color: white;
      text-align: left;
      position: absolute;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .case_study_parent .information .title_card h4,
      .case_study_parent .information .title_card h3 {
        min-height: 1em;
        width: 100%;
        margin: 5px 0px;
        letter-spacing: 1px; }
      .case_study_parent .information .title_card h4 {
        font-size: 14px;
        letter-spacing: 4.15px;
        color: #e4d7c5;
        text-transform: uppercase; }
      .case_study_parent .information .title_card h3 {
        font-weight: normal;
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 1px; }
    .case_study_parent .information .title_card.active {
      top: 0px;
      opacity: 1;
      animation: fadeDown;
      animation-duration: 0.6s;
      animation-fill-mode: backwards; }
  .case_study_parent .center_circle {
    width: 250px;
    position: relative;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 0; }
    .case_study_parent .center_circle .right {
      height: 100%;
      width: 50%;
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .case_study_parent .center_circle .right .block {
        height: calc((100% - 250px) / 2);
        width: 100%;
        background-color: rgba(110, 4, 15, 0.7); }
      .case_study_parent .center_circle .right svg .rect {
        fill: rgba(110, 4, 15, 0.7); }
      .case_study_parent .center_circle .right p {
        left: 5px;
        letter-spacing: 2px; }
    .case_study_parent .center_circle .left {
      width: 50%;
      height: 100%;
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .case_study_parent .center_circle .left .case_block {
        background-color: rgba(170, 40, 0, 0.6);
        height: 250px;
        width: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        clip-path: circle(50% at 100% 50%);
        -webkit-clip-path: circle(50% at 100% 50%); }
        .case_study_parent .center_circle .left .case_block p {
          right: 5px;
          letter-spacing: 2px; }
    .case_study_parent .center_circle p {
      display: block;
      font-size: 20px;
      color: white;
      margin: auto;
      position: absolute;
      top: 0px;
      bottom: 0px;
      height: 200px;
      line-height: 200px;
      font-weight: bold; }
  .case_study_parent .slider {
    position: absolute;
    top: 0px;
    padding: 10px;
    right: 0px;
    width: 14px;
    box-sizing: content-box; }
    .case_study_parent .slider .dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: white;
      transition: background-color 0.7s;
      display: inline-block;
      margin: 2px 2px;
      cursor: pointer; }
    .case_study_parent .slider .dot.activeDot {
      background-color: #f37f5b; }
  .case_study_parent .readMore {
    position: absolute;
    bottom: 20%;
    right: -30px;
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: right 0.7s, opacity 0.7s; }
    .case_study_parent .readMore p {
      display: block;
      font-size: 15px;
      letter-spacing: 2px;
      color: white; }
      .case_study_parent .readMore p a {
        color: inherit;
        text-decoration: none; }
    .case_study_parent .readMore .line {
      height: 1px;
      background-color: white;
      width: calc(100% - 106px);
      display: block; }
  .case_study_parent .readMore.hide {
    right: -100%;
    opacity: 0; }
  .case_study_parent .readMore:hover {
    right: 0px; }

@keyframes fadeDown {
  0% {
    top: -50%; }
  100% {
    top: 0px; } }

@keyframes fadeUp {
  0% {
    top: 50%; }
  100% {
    top: 0px; } }

@media (max-width: 750px) {
  .case_study_parent {
    max-height: 100vw; }
    .case_study_parent .center_circle {
      display: none; }
    .case_study_parent .information {
      width: 100%; }
      .case_study_parent .information .title_card {
        padding: 10px; }
    .case_study_parent .readMore {
      right: 0px;
      width: 70%; } }

.our_people {
  width: 100%;
  min-height: 600px;
  background-position: center;
  background-size: cover; }
  .our_people .title_text {
    color: white;
    font-size: 40px;
    letter-spacing: 56.25px;
    font-weight: normal;
    margin: auto;
    text-align: center;
    padding-top: 180px; }
  .our_people .profile_parent {
    width: 100%;
    height: 140px;
    position: absolute;
    bottom: 30px;
    font-size: 0; }
    .our_people .profile_parent .information {
      width: 40%;
      height: 100%;
      overflow: hidden;
      display: inline-block;
      position: relative;
      font-size: initial;
      padding-left: 60px; }
      .our_people .profile_parent .information .names {
        position: relative; }
        .our_people .profile_parent .information .names .person_name {
          position: absolute;
          top: -80px;
          left: 0px;
          opacity: 0;
          transition: opacity 0.7s, top 0.7s; }
          .our_people .profile_parent .information .names .person_name .role,
          .our_people .profile_parent .information .names .person_name .name {
            margin: 0px;
            color: white; }
          .our_people .profile_parent .information .names .person_name .role {
            font-size: 14px;
            font-weight: normal;
            letter-spacing: 4.15px; }
          .our_people .profile_parent .information .names .person_name .name {
            font-size: 25px;
            line-height: 32px;
            font-weight: normal;
            letter-spacing: 0.78px; }
        .our_people .profile_parent .information .names .person_name.active {
          opacity: 1;
          top: 0px;
          animation: fadeUp;
          animation-duration: 0.6s;
          animation-fill-mode: backwards; }
      .our_people .profile_parent .information .readBio {
        position: absolute;
        bottom: 20%;
        right: 0px;
        width: calc(100% - 60px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: right 0.7s, opacity 0.7s; }
        .our_people .profile_parent .information .readBio p {
          display: block;
          font-size: 15px;
          letter-spacing: 2px;
          color: white;
          transition: transform 0.6s;
          cursor: pointer; }
          .our_people .profile_parent .information .readBio p a {
            color: inherit;
            text-decoration: none; }
        .our_people .profile_parent .information .readBio .line {
          height: 1px;
          background-color: white;
          width: calc(100% - 106px);
          display: block;
          transition: width 0.6s; }
      .our_people .profile_parent .information .readBio.hide {
        right: -100%;
        opacity: 0; }
      .our_people .profile_parent .information .readBio:hover {
        right: 0px; }
        .our_people .profile_parent .information .readBio:hover p {
          transform: scale(1.1); }
        .our_people .profile_parent .information .readBio:hover .line {
          width: calc(95% - 106px); }
    .our_people .profile_parent .profiles {
      width: 60%;
      max-width: calc((130px + 15px + 1px) * 5);
      height: 100%;
      overflow: hidden;
      display: inline-block;
      white-space: nowrap; }
      .our_people .profile_parent .profiles .profile {
        width: 130px;
        height: 130px;
        border-style: solid;
        border-width: 1px;
        border-color: #f37f5b;
        background-color: black;
        cursor: pointer;
        display: inline-block;
        margin: 0px 10px;
        overflow: hidden;
        transition: margin-left 0.7s; }
        .our_people .profile_parent .profiles .profile .img {
          width: 100%;
          height: 100%;
          object-fit: contain;
          opacity: 0.5;
          transition: opacity 0.6s; }
        .our_people .profile_parent .profiles .profile:nth-of-type(1) {
          margin-left: 0px; }
      .our_people .profile_parent .profiles .profile:hover .img {
        opacity: 0.9; }
      .our_people .profile_parent .profiles .profile.active .img {
        opacity: 1; }
  .our_people .quickscroll {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: white;
    z-index: 15; }
    @media (max-width: 1500px) {
      .our_people .quickscroll {
        bottom: 180px;
        right: 70px; } }
    .our_people .quickscroll .arrow {
      border-radius: 50%;
      border-style: solid;
      border-width: 2px;
      width: 35px;
      height: 35px;
      display: inline-block;
      position: relative;
      margin: 5px;
      cursor: pointer; }
      .our_people .quickscroll .arrow svg {
        line-height: 35px;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: transform 0.4s; }
    .our_people .quickscroll .arrow:hover svg {
      transform: scale(0.6); }
  .our_people .bios {
    width: 100%;
    height: 100%;
    background-color: #d34957;
    position: fixed;
    z-index: 16;
    opacity: 0;
    transform: translateY(10%) scale(0.95);
    transition: opacity 0.4s, transform 0.4s;
    pointer-events: none;
    background-image: url(../img/paper.png);
    background-size: cover;
    background-position: 0px 0px;
    background-blend-mode: darken;
    top: 0px;
    left: 0px;
    padding: 40px 80px;
    color: white; }
    .our_people .bios .image {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
    .our_people .bios .closeBar {
      display: inline-block;
      padding: 80px 0px; }
      .our_people .bios .closeBar p {
        font-size: 17px;
        letter-spacing: 5.91px;
        vertical-align: middle;
        line-height: 30px; }
        .our_people .bios .closeBar p svg {
          width: 30px;
          height: 30px;
          float: left;
          margin-right: 10px;
          cursor: pointer; }
    .our_people .bios .bio_parent {
      position: relative; }
      .our_people .bios .bio_parent .bio {
        display: flex;
        justify-content: space-between;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.7s;
        position: absolute;
        top: 0px; }
        .our_people .bios .bio_parent .bio .social {
          vertical-align: middle;
          margin-top: 30px; }
          .our_people .bios .bio_parent .bio .social svg {
            fill: #e4d7c5; }
          .our_people .bios .bio_parent .bio .social a {
            height: 100%; }
            .our_people .bios .bio_parent .bio .social a *[class*='fa-'] {
              width: 50px;
              height: 50px;
              padding: 14px;
              margin: 0px 5px;
              border-style: solid;
              border-radius: 50%;
              border-width: 1px;
              color: #e4d7c5; }
        .our_people .bios .bio_parent .bio .text {
          width: 50%;
          height: 70vh;
          color: white;
          overflow-y: auto; }
          .our_people .bios .bio_parent .bio .text h4 {
            font-size: 20px;
            letter-spacing: 8px;
            color: #e4d7c5;
            font-weight: normal;
            margin: 0px; }
          .our_people .bios .bio_parent .bio .text h3 {
            font-size: 40px;
            line-height: 43px;
            letter-spacing: 2.54px;
            color: white;
            font-weight: normal;
            margin: 0px; }
          .our_people .bios .bio_parent .bio .text .information {
            margin-top: 40px;
            font-size: 18px;
            line-height: 26px;
            letter-spacing: 0.5px; }
            .our_people .bios .bio_parent .bio .text .information strong {
              color: #e4d7c5; }
      .our_people .bios .bio_parent .bio.open {
        opacity: 1;
        pointer-events: auto; }
  .our_people .bios.open {
    opacity: 1;
    transform: none;
    pointer-events: auto;
    transition-delay: 0.4s; }

@keyframes fadeUp {
  0% {
    top: 80px; }
  100% {
    top: 0px; } }

@media (max-width: 900px) {
  .our_people .title_text {
    color: white;
    font-size: 5vw;
    letter-spacing: 2vw;
    font-weight: normal;
    margin: auto;
    text-align: center;
    padding-top: 180px; }
  .our_people .profile_parent {
    height: 280px; }
    .our_people .profile_parent .information {
      width: 100%;
      height: 50%; }
    .our_people .profile_parent .profiles {
      width: 100%;
      height: 50%;
      padding-left: 15px; }
  .our_people .bios {
    padding: 20px 40px; }
    .our_people .bios .bio_parent .bio .text {
      width: 100%; }
    .our_people .bios .bio_parent .bio .image {
      display: none; } }

.blog_list .filters {
  padding: 30px 0px;
  display: flex;
  justify-content: space-evenly;
  border-bottom: solid;
  border-width: 1px;
  border-color: #979797;
  width: 90%;
  margin: auto; }
  .blog_list .filters a {
    font-size: 12px;
    color: #7f7f7f;
    text-transform: uppercase;
    letter-spacing: 4.62px;
    transition: background-color 0.4s;
    padding: 10px; }
    .blog_list .filters a.checked {
      background-color: lightgrey; }
    .blog_list .filters a:hover {
      background-color: rgba(211, 211, 211, 0.6); }
    .blog_list .filters a.reset {
      color: #d34957;
      border-style: solid;
      border-width: 1px;
      padding: 10px 20px; }
      .blog_list .filters a.reset:hover {
        background-color: rgba(211, 73, 87, 0.6); }

.blog_list .list {
  width: 90%;
  margin: auto; }
  .blog_list .list .item {
    width: 100%;
    margin: 15px;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    border: solid;
    border-width: 1px;
    border-bottom-width: 9px;
    border-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: #d34957; }
    .blog_list .list .item .image {
      width: 40%;
      padding: 20px; }
      .blog_list .list .item .image img {
        width: 100%;
        height: 25vw;
        max-height: 500px;
        object-fit: cover; }
    .blog_list .list .item .info {
      width: 60%;
      display: flex;
      justify-content: space-around;
      flex-direction: column;
      padding: 20px; }
      .blog_list .list .item .info .author {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-color: rgba(0, 0, 0, 0.2);
        padding: 10px 0px; }
        .blog_list .list .item .info .author .profile_img {
          width: 80px;
          height: 80px;
          object-fit: cover;
          border-radius: 50%; }
        .blog_list .list .item .info .author .name {
          padding: 10px;
          flex: 3; }
          .blog_list .list .item .info .author .name h3 {
            font-size: 17px;
            text-transform: uppercase;
            color: #d34957;
            font-weight: 500;
            letter-spacing: 0.12;
            margin: 0px; }
          .blog_list .list .item .info .author .name p {
            font-size: 17px;
            letter-spacing: 0.12;
            color: #6b6b6b;
            margin: 0px; }
      .blog_list .list .item .info .article {
        width: 100%; }
        .blog_list .list .item .info .article h3 {
          font-size: 22px;
          line-height: 35px;
          letter-spacing: 4px;
          color: #d34957;
          text-transform: uppercase;
          margin: 0;
          font-weight: 600; }
        .blog_list .list .item .info .article h2 {
          font-size: 30px;
          line-height: 35px;
          letter-spacing: 0.26px;
          color: #3e4257;
          font-weight: normal;
          margin: 0; }
        .blog_list .list .item .info .article .readBio {
          position: relative;
          bottom: 20%;
          float: right;
          display: inline-flex;
          align-items: center;
          justify-content: space-between;
          transition: right 0.7s, opacity 0.7s;
          margin-top: 20px;
          margin-right: -20px; }
          .blog_list .list .item .info .article .readBio p {
            display: block;
            font-size: 12px;
            letter-spacing: 2px;
            color: #7f7f7f;
            transition: transform 0.6s;
            cursor: pointer; }
            .blog_list .list .item .info .article .readBio p a {
              color: inherit;
              text-decoration: none; }
          .blog_list .list .item .info .article .readBio .line {
            height: 1px;
            background-color: #7f7f7f;
            width: 77px;
            display: block;
            transition: width 0.6s, margin 0.6s;
            margin-left: 10px; }
        .blog_list .list .item .info .article .readBio:hover {
          right: 0px; }
          .blog_list .list .item .info .article .readBio:hover p {
            transform: scale(1.1); }
          .blog_list .list .item .info .article .readBio:hover .line {
            width: 50px;
            margin-left: 15px; }

.blog_list .pagination {
  display: flex;
  justify-content: center;
  align-items: center; }
  .blog_list .pagination .arrow {
    position: relative;
    bottom: 20%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    transition: right 0.7s, opacity 0.7s;
    vertical-align: bottom; }
    .blog_list .pagination .arrow p {
      display: block;
      font-size: 12px;
      letter-spacing: 2px;
      color: #7f7f7f;
      transition: transform 0.6s;
      cursor: pointer; }
      .blog_list .pagination .arrow p a {
        color: inherit;
        text-decoration: none; }
    .blog_list .pagination .arrow .line {
      height: 1px;
      background-color: #7f7f7f;
      width: 40px;
      display: block;
      transition: width 0.6s, margin 0.6s;
      margin-left: 10px;
      margin-right: 10px; }
    .blog_list .pagination .arrow.inactive {
      opacity: 0.4;
      pointer-events: none; }
  .blog_list .pagination .arrow:hover {
    right: 0px; }
    .blog_list .pagination .arrow:hover p {
      transform: scale(1.1); }
    .blog_list .pagination .arrow:hover .line {
      width: 50px;
      margin-left: 5px;
      margin-right: 5px; }
  .blog_list .pagination .page_select {
    display: inline-block;
    line-height: 20px; }
    .blog_list .pagination .page_select .circle {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #7f7f7f;
      display: inline-block;
      position: relative; }
      .blog_list .pagination .page_select .circle a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%; }
    .blog_list .pagination .page_select .circle.select {
      background-color: #f37f5b; }

.author_profile {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  padding: 10px 0px; }
  .author_profile .profile_img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%; }
  .author_profile .name {
    padding: 10px;
    flex: 3; }
    .author_profile .name h3 {
      font-size: 17px;
      text-transform: uppercase;
      color: #d34957;
      font-weight: 500;
      letter-spacing: 0.12;
      margin: 0px; }
    .author_profile .name p {
      font-size: 17px;
      letter-spacing: 0.12;
      color: #6b6b6b;
      margin: 0px; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center; }
  .pagination .arrow {
    position: relative;
    bottom: 20%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    transition: right 0.7s, opacity 0.7s;
    vertical-align: bottom; }
    .pagination .arrow p {
      display: block;
      font-size: 12px;
      letter-spacing: 2px;
      color: #7f7f7f;
      transition: transform 0.6s;
      cursor: pointer; }
      .pagination .arrow p a {
        color: inherit;
        text-decoration: none; }
    .pagination .arrow .line {
      height: 1px;
      background-color: #7f7f7f;
      width: 40px;
      display: block;
      transition: width 0.6s, margin 0.6s;
      margin-left: 10px;
      margin-right: 10px; }
    .pagination .arrow.inactive {
      opacity: 0.4;
      pointer-events: none; }
  .pagination .arrow:hover {
    right: 0px; }
    .pagination .arrow:hover p {
      transform: scale(1.1); }
    .pagination .arrow:hover .line {
      width: 50px;
      margin-left: 5px;
      margin-right: 5px; }
  .pagination .top {
    font-size: 12px;
    letter-spacing: 4.2px;
    color: #d34957;
    font-weight: 600;
    transition: transform 0.4s;
    padding: 0px 10px; }
    .pagination .top a {
      color: inherit; }
    .pagination .top:hover {
      transform: scale(1.1); }

.more_button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: calc(100% - 40px);
  color: white;
  text-align: center;
  font-size: 0px; }
  .more_button p {
    font-size: initial;
    transition: margin 0.5s;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 5px;
    color: #e4d7c5; }
    .more_button p:hover {
      margin: 5px 0px; }
  .more_button .line {
    height: 80px;
    width: 1px;
    background-color: #b9cac7;
    display: inline-block; }

.single .page-content .container {
  display: block; }

.page-content.portfolio-page {
  display: block;
  padding: 0px; }
  .page-content.portfolio-page .container {
    display: block; }
    .page-content.portfolio-page .container .posts-wrap {
      width: 100%;
      min-height: 100vh; }
      .page-content.portfolio-page .container .posts-wrap .portfolio-header {
        width: 100%;
        height: 75vh;
        margin-bottom: -5%;
        background-size: cover;
        padding-top: 150px;
        background-origin: border-box; }
        @media (max-width: 1024px) {
          .page-content.portfolio-page .container .posts-wrap .portfolio-header {
            padding-top: 100px; } }
        .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-images {
          width: calc(80% - 50px);
          max-width: 120vh;
          height: 100%;
          position: relative;
          margin: auto;
          z-index: 12; }
          .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-images .img {
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            object-fit: cover;
            opacity: 0;
            transition: opacity 0.6s; }
            .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-images .img.active {
              opacity: 1; }
          .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-images .navigation {
            position: absolute;
            bottom: 0px;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 50px; }
            .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-images .navigation .arrow {
              position: relative;
              bottom: 20%;
              display: inline-flex;
              align-items: center;
              justify-content: space-between;
              transition: right 0.7s, opacity 0.7s;
              vertical-align: bottom; }
              .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-images .navigation .arrow p {
                display: block;
                font-size: 12px;
                letter-spacing: 2px;
                color: white;
                transition: transform 0.6s;
                cursor: pointer;
                margin: 0px 10px; }
                .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-images .navigation .arrow p a {
                  color: inherit;
                  text-decoration: none; }
              .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-images .navigation .arrow .line {
                height: 1px;
                background-color: white;
                width: 80px;
                display: block;
                transition: width 0.6s, margin 0.6s; }
            .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-images .navigation .arrow:hover {
              right: 0px; }
              .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-images .navigation .arrow:hover p {
                transform: scale(1.1); }
              .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-images .navigation .arrow:hover .line {
                width: 90px; }
          .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-images .post_numbers {
            position: absolute;
            left: calc(100% + 20px);
            top: 60px;
            height: 40%;
            color: #7f7f7f;
            text-align: right; }
            .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-images .post_numbers p {
              margin: 0px;
              font-size: 35px;
              letter-spacing: -1.17px;
              transform: rotate(-90deg);
              font-weight: bold;
              word-break: initial;
              font-family: TradeGothic; }
            .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-images .post_numbers .line {
              height: calc(100% - 2em);
              display: inline-block;
              width: 2px;
              background-color: #7f7f7f;
              margin-right: 5px; }
            .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-images .post_numbers .pages p {
              position: absolute;
              opacity: 0;
              margin-top: 60px;
              transition: opacity 0.6s, margin-top 0.6s; }
            .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-images .post_numbers .pages p.active {
              opacity: 1;
              margin-top: 0px; }
        .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-name {
          background-color: rgba(170, 40, 0, 0.6);
          position: absolute;
          width: 300px;
          height: 300px;
          margin: auto;
          top: 0px;
          bottom: 0px;
          display: flex;
          justify-content: center;
          flex-direction: column;
          border-radius: 50%;
          left: 5%;
          z-index: 13; }
          .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-name .name-badge {
            min-height: 160px;
            width: 200px;
            margin: auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: absolute;
            left: -200px;
            right: -200px;
            opacity: 0;
            transition: opacity 0.4s; }
            .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-name .name-badge.active {
              opacity: 1; }
            .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-name .name-badge .category {
              font-size: 16px;
              letter-spacing: 4px;
              color: #e4d7c5;
              text-transform: uppercase;
              font-weight: bold;
              margin: 0px; }
            .page-content.portfolio-page .container .posts-wrap .portfolio-header .post-name .name-badge .title {
              font-size: 30px;
              line-height: 33px;
              letter-spacing: 1px;
              color: white;
              font-weight: 500;
              margin: 0px; }
      .page-content.portfolio-page .container .posts-wrap .sub-content {
        background-color: #d34957;
        width: 100%;
        min-height: 30vh;
        padding: 5% 0;
        overflow: hidden;
        position: relative;
        text-align: center; }
        .page-content.portfolio-page .container .posts-wrap .sub-content .info {
          width: 80%;
          height: 100%;
          margin: auto;
          display: flex;
          align-items: center;
          justify-content: space-between;
          display: none; }
          .page-content.portfolio-page .container .posts-wrap .sub-content .info .tagline,
          .page-content.portfolio-page .container .posts-wrap .sub-content .info .excerpt {
            text-align: left;
            width: 45%;
            padding: 20px;
            transition: margin 0.6s, opacity 0.6s;
            opacity: 0; }
          .page-content.portfolio-page .container .posts-wrap .sub-content .info .tagline {
            margin-left: -100%;
            margin-right: 100%; }
          .page-content.portfolio-page .container .posts-wrap .sub-content .info .excerpt {
            margin-right: -100%;
            margin-left: 100%;
            color: white;
            font-size: 25px;
            letter-spacing: 0;
            font-weight: normal; }
          .page-content.portfolio-page .container .posts-wrap .sub-content .info.active {
            top: 0px;
            position: absolute;
            display: flex; }
          .page-content.portfolio-page .container .posts-wrap .sub-content .info.active.show .tagline {
            margin-right: 0px;
            margin-left: 0px;
            opacity: 1; }
          .page-content.portfolio-page .container .posts-wrap .sub-content .info.active.show .excerpt {
            margin-right: 0px;
            margin-left: 0px;
            opacity: 1; }
          .page-content.portfolio-page .container .posts-wrap .sub-content .info.show {
            position: relative;
            display: flex; }
            .page-content.portfolio-page .container .posts-wrap .sub-content .info.show .tagline {
              margin-right: 0px;
              margin-left: 0px;
              opacity: 0; }
            .page-content.portfolio-page .container .posts-wrap .sub-content .info.show .excerpt {
              margin-right: 0px;
              margin-left: 0px;
              opacity: 0; }
          @media (max-width: 700px) {
            .page-content.portfolio-page .container .posts-wrap .sub-content .info {
              flex-wrap: wrap; }
              .page-content.portfolio-page .container .posts-wrap .sub-content .info .tagline,
              .page-content.portfolio-page .container .posts-wrap .sub-content .info .excerpt {
                width: 100%; } }
        .page-content.portfolio-page .container .posts-wrap .sub-content .open_article_parent {
          width: 80%;
          margin: auto; }
          .page-content.portfolio-page .container .posts-wrap .sub-content .open_article_parent .sub_parent {
            width: 45%;
            float: right; }
            .page-content.portfolio-page .container .posts-wrap .sub-content .open_article_parent .sub_parent .open_article {
              border-width: 1px;
              border-style: solid;
              color: white;
              padding: 15px 35px 15px 35px;
              font-size: 12px;
              font-weight: 600;
              letter-spacing: 3.7px;
              background-color: #d34957;
              transition: color 0.3s, background-color 0.3s;
              text-transform: uppercase;
              margin: auto;
              text-decoration: none; }
              .page-content.portfolio-page .container .posts-wrap .sub-content .open_article_parent .sub_parent .open_article:hover {
                background-color: white;
                color: #d34957; }
      .page-content.portfolio-page .container .posts-wrap .page_content .innerHTML {
        opacity: 0;
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.9s, opacity 0.4s; }
        .page-content.portfolio-page .container .posts-wrap .page_content .innerHTML.active {
          opacity: 1;
          max-height: 10000vh; }
      .page-content.portfolio-page .container .posts-wrap .page_content p.return_parent {
        text-align: center; }
        .page-content.portfolio-page .container .posts-wrap .page_content p.return_parent .return_top {
          display: inline-block;
          border-width: 1px;
          border-style: solid;
          color: white;
          padding: 15px 35px 15px 35px;
          font-size: 12px;
          font-weight: 600;
          letter-spacing: 3.7px;
          background-color: #d34957;
          transition: color 0.3s, background-color 0.3s;
          text-transform: uppercase;
          margin: auto;
          text-decoration: none;
          cursor: pointer; }
          .page-content.portfolio-page .container .posts-wrap .page_content p.return_parent .return_top:hover {
            background-color: white;
            color: #d34957; }

#contact_page_form {
  max-width: 600px; }
  #contact_page_form .wpcf7-form-control-wrap {
    padding: 0px; }
    #contact_page_form .wpcf7-form-control-wrap input,
    #contact_page_form .wpcf7-form-control-wrap select {
      font-size: 15px;
      line-height: 24px;
      border-color: #c2c2c2;
      margin: 10px 0px; }
      #contact_page_form .wpcf7-form-control-wrap input::placeholder,
      #contact_page_form .wpcf7-form-control-wrap select::placeholder {
        color: #c2c2c2; }
  #contact_page_form .split {
    display: flex;
    justify-content: space-between;
    margin-right: -20px; }
    #contact_page_form .split .wpcf7-form-control-wrap {
      margin-right: 20px; }
  #contact_page_form .wpcf7-submit {
    color: #d34957;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 4.62px;
    float: right;
    width: auto;
    padding: 10px 15px;
    transition: color 0.3s, background-color 0.3s; }
    #contact_page_form .wpcf7-submit:hover {
      background-color: #d34957;
      color: white; }
