/* Variables */
:root {
  /* General */
  --font-primary: "Bai Jamjuree",sans-serif;
  --body-offset: 150px;
  --body-row-gutter-x: 30px;
  --section-padding-y: 120px;
  --section-padding-x: 85px;
  --color-white: #FFFFFF;
  --color-black: #0E0E0E;

  /* Theme */
  --color-primary: #FFED00;
  /* --color-grey: #F9F8F6; */
  --color-grey: #f0eee9;
  --color-grey-alt: #D6D6D6;
  --color-grey-dark: #454343;
}

/*html {scroll-behavior:smooth;}*/
body {font-family:var(--font-primary);color:var(--color-black);padding-top:var(--body-offset);}
body.home {padding-top:0;}
a {word-wrap:break-word;text-decoration:none;color:currentColor;transition:color .3s ease-in-out;}
a:hover {text-decoration:none;color:var(--color-primary);}
a:focus {color:var(--color-primary);outline:0;}
a:active:focus {color:var(--color-primary);outline:0;}
label {font-weight:normal;}
h1, h2, h3, h4, h5, h6 {margin-top:0;font-weight:200;}
h1 strong {font-weight:600;}
h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {font-weight:500;}
.lead {font-size:20px;font-weight:700;margin-bottom:10px;}
.text > *:last-child {margin-bottom:0;}
.text + .btn, .text + .buttons-group {margin-top:30px;}

/*p {white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;}*/

/* Utilities */
.image--right {right:0;left:auto;}
.image--left {left:0;right:auto;}
.image--cover {background-size:cover;}
.image--contain {background-size:contain;}

.section.filter::before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:rgba(0,0,0,0.3);}
.section.filter > div {position:relative;z-index:1;}


.filter-fade .card-bg::after {content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;opacity:.4;}
.filter-fade .card-bg::after {background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.85) 85%);}

.filter-fade.to-top .card-bg::after {background: linear-gradient(0deg, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0) 100%);}
.filter-fade.to-bottom .card-bg::after {background: linear-gradient(180deg, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0) 100%);}
.filter-fade.to-right .card-bg::after {background: linear-gradient(90deg, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0) 100%);}
.filter-fade.to-left .card-bg::after {background: linear-gradient(-90deg, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0) 100%);}


.section.section-projects-list .content-container .card-bg::after {content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;}
.section.section-projects-list .content-container .card:nth-child(odd) .card-bg::after {background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 85%);}
.section.section-projects-list .content-container .card:nth-child(even) .card-bg::after {background: linear-gradient(90deg, rgba(0,0,0,0.7) 15%, rgba(0,0,0,0.2) 100%);}

.section.section-wide {padding:calc( var(--section-padding-y) * 1.5 ) var(--section-padding-x);}

/* Placeholders */
::-webkit-input-placeholder {color:#555555;}
:-moz-placeholder {color:#555555;}
::-moz-placeholder {color:#555555;}
:-ms-input-placeholder {color:#555555;}

/* Anchor */
.a-anchor {display:block;height:var(--body-offset);margin-top:calc( var(--body-offset) * -1 );visibility:hidden;}

/* Utility > Colors */
.text-primary {color:var(--color-primary) !important;}
.text-black {color:var(--color-black) !important;}
.text-grey {color:var(--color-grey) !important;}
.text-grey-dark {color:var(--color-grey-dark) !important;}

/* Utility > Borders Colors */
.border-primary {border-color:var(--color-primary) !important;}
.border-black {border-color:var(--color-black) !important;}
.border-grey {border-color:var(--color-grey) !important;}
.border-grey-dark {border-color:var(--color-grey-dark) !important;}
.border-transparent {border-color:transparent !important;}

/* CookieHub */
.cookiehub-declaration p { padding-left:0 !important; padding-right:0 !important; color:#000000; }
.cookiehub-declaration td, .cookiehub-declaration th { padding: 10px 10px !important; }
.cookiehub-declaration th { background-color:#333; color:#fff; }
.cookiehub-declaration td { color:#000000; }
.cookiehub-declaration tr:nth-of-type(odd) { background-color:#f0f0f0; color:#000000; }
.cookiehub-declaration tr:nth-of-type(odd) td, .cookiehub-declaration tr:nth-of-type(odd) td p { background-color:#f0f0f0; color:#000000; }
/* End CookieHub */

/* Bootstrap v5.3.2 Overrides */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {--bs-gutter-x:var(--body-row-gutter-x);}
.row:not(.g-0):not(.gx-0) {--bs-gutter-x:var(--body-row-gutter-x);}
.list-inline {display:flex;flex-wrap:wrap;gap:10px;}
.list-inline > .list-inline-item {margin:0;}

/* Buttons > Globals */
button {outline:none!important;}
.btn {position:relative;white-space:normal;border:0;border-bottom:2px solid transparent;border-radius:0;padding:0 0 10px;padding-right:45px;font-size:16px;font-weight:500;line-height:20px;position:relative;}
.btn.focus , .btn:focus , .btn:hover, .btn:active, .btn.active {outline:0;box-shadow:none;}
.btn::after {content:"";position:absolute;top:0;right:0;width:25px;height:25px;background-repeat:no-repeat;background-position:center center;background-size:contain;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-fill-mode:both;}
.btn:hover::after {animation-name:btnArrowHover;}

@-webkit-keyframes btnArrowHover {
  0% {transform:none;}
  50% {transform:translateX(-10px);}
  100% {transform:none;}
}
@keyframes btnArrowHover {
  0% {transform:none;}
  50% {transform:translateX(-10px);}
  100% {transform:none;}
}

/* Buttons > Size */
.btn.btn-sm {padding:5px 10px;border-radius:3px;}
.btn-icon {padding:8px 16px;}
.btn.btn-link {padding:0;}
.button-load-more {overflow-anchor:"none";}
.btn-close:focus {box-shadow:none;}

/* Buttons > Types */
.btn-primary {background-color:transparent;color:var(--color-grey-dark);border-color:var(--color-grey-dark);}
.btn-primary:hover, .btn-primary:focus {background-color:transparent !important;color:var(--color-grey-dark) !important;border-color:var(--color-grey-dark) !important;}
.btn-primary::after {background-image:url(/wp-content/themes/ocean/assets/icons/icon-arrow-right-grey.svg);}

.btn-secondary {background-color:transparent;color:var(--color-white);border-color:var(--color-white);}
.btn-secondary:hover, .btn-secondary:focus {background-color:transparent !important;color:var(--color-white) !important;border-color:var(--color-white) !important;}
.btn-secondary::after {background-image:url(/wp-content/themes/ocean/assets/icons/icon-arrow-right-white.svg);}

.btn.btn-linkedin {display:inline-flex;align-items:center;padding:10px 15px;border:0;background-color:#2D64BC;color:var(--color-white);}
.btn.btn-linkedin:hover, .btn.btn-linkedin:focus {background-color:#2D64BC !important;color:var(--color-white) !important;}
.btn.btn-linkedin::after {position:relative;display:block;flex-shrink:0;margin-left:10px;top:unset;right:unset;animation:none !important;background-image:url(/wp-content/themes/ocean/assets/icons/icon-ln-white.svg);}

/* 
.btn-name{}
.btn-name:hover{}
.btn-name:focus{}
*/

/* Animations */
.wow {visibility:hidden;}

/* Elements */
.go-top {position:fixed;bottom:15px;right:15px;height:40px;width:40px;text-decoration:none;color:var(--color-white);background-color:rgba(0,0,0,.7);font-size:12px;padding:9px 0;text-align:center;display:none;z-index:99;}
.go-top:hover {opacity:.8;}
.go-top i {font-size:20px;color:var(--color-white);}

/* Modals */
.modal-backdrop {--bs-backdrop-bg:#504E4D;--bs-backdrop-opacity:.9;}
.modal-content {border:0;border-radius:0;background-color:var(--color-white);color:#504E4D;}
.modal-header {padding:40px 40px 10px;border:0;justify-content:space-between;align-items:flex-start;}
.modal-header .btn-close {padding:0;margin:0;margin-left:15px;width:30px;height:30px;border-radius:0;opacity:1;background-repeat:no-repeat;background-position:center center;background-size:contain;background-image:url(/wp-content/themes/ocean/assets/icons/icon-close.svg);}
.modal-title {font-size:35px;font-weight:400;}
.modal-body {padding:0 40px 40px;}
.modal-body .form-contact, .modal-body .form-request {margin-top:30px;}

/* Accordion */
.accordion-button {font-size:18px;}
.accordion-button:not(.accordion-button[data-bs-toggle="collapse"]) {cursor:text;}
.accordion-button:focus {box-shadow:none;}
.accordion-body {padding-top:15px;}

/* Accordion Flush */
.accordion-flush .accordion-item {border:0;box-shadow:none;}
.accordion-flush .accordion-header {padding:0;}
.accordion-flush .accordion-item > .accordion-header {background-color:transparent;}
.accordion-flush .accordion-body {padding:20px 0;}
.accordion-flush .accordion-item {border:0;border-radius:0;background:transparent;border-bottom:1px solid #dedede;padding:0;box-shadow:none;}
.accordion-flush h4.accordion-header {margin-bottom:0!important;font-size:20px;}
.accordion-flush .accordion-header {position:relative;}
.accordion-flush .accordion-button {display:block;padding:15px 40px 15px 15px;font-size:16px;font-weight:700;color:var(--color-black);background-color:var(--color-white);}
.accordion-flush .accordion-button:not(.collapsed) {background-color:var(--color-white);color:var(--color-black);}
.accordion-flush .accordion-button[aria-expanded="false"]:after {content:"";position:absolute;top:50%;transform:translate(0,-50%);right:15px;width:15px;height:15px;background-image:url(/wp-content/themes/ocean/assets/icons/icon-angle-down.svg);background-repeat:no-repeat;background-position:center center;background-size:15px;}
.accordion-flush .accordion-button[aria-expanded="true"]:after {content:"";position:absolute;top:50%;transform:translate(0,-50%);right:15px;width:15px;height:15px;background-image:url(/wp-content/themes/ocean/assets/icons/icon-angle-up.svg);background-repeat:no-repeat;background-position:center center;background-size:15px;}
.accordion-flush .accordion-header + .accordion-collapse > .list-group , .accordion-flush .accordion-header + .accordion-collapse > .accordion-body {border:0;padding:20px;}

/* Lists > Globals */
.list-unstyled , .list-group {margin:0;padding:0;border-radius:0;}
.list-group li {list-style:none;}
.list-group li + li {padding-top:10px;}
.list-group li a {display:block;}
.list-group li a.active {color:var(--color-primary);}

/* Lists > Group */
.list-group-item {background-color:var(--color-white);border-bottom:1px solid var(--color-grey);border-top:0;border-right:0;border-left:0;margin-bottom:0;}
.list-group-item:first-child {border-radius:0;}
.list-group-item:last-child {border-radius:0;border-bottom:0;}

/* Lists > N Cols (ul) */
.list-2cols {-moz-column-count:2;-moz-column-gap:20px;-webkit-column-count:2;-webkit-column-gap:20px;column-count:2;column-gap:20px;}
.list-3cols {-moz-column-count:3;-moz-column-gap:20px;-webkit-column-count:3;-webkit-column-gap:20px;column-count:3;column-gap:20px;}

/* Lists > Social */
.list-social .icon {width:25px;height:25px;}

/* Blocks */
.block + .block {margin-top:15px;}

/* Scroll down */
.scroll-down {position:absolute;left:0;right:0;margin:0 auto;bottom:0;transform:translateX(-50%);z-index:9;text-align:center;font-size:12px;text-shadow:none;background-color:var(--color-white);width:40px;height:40px;color:#585857;padding:12px;animation-duration:2s;}

/* Progress Bar */
.form-steps {display:block;width:100%;position:relative;margin:40px 0;}
.form-steps:after {content:"";display:table;clear:both;}
.form-steps__item {padding:0;position:relative;display:table-cell;width:1%;text-align:center;}
.form-steps__item-content {display:inline-block;}
.form-steps__item-icon {background:#eceff1;color:#8191ab;display:block;border-radius:100%;text-align:center;width:25px;height:25px;line-height:25px;margin:0 auto 10px auto;position:relative;font-size:13px;font-weight:700;z-index:2;}
.form-steps__item-text {font-size:13px;color:#8191ab;font-weight:500;}
.form-steps__item-line {display:inline-block;height:3px;width:100%;background:#cfd8dc;position:absolute;left:-50%;top:12px;z-index:1;}
.form-steps__item--active .form-steps__item-icon {background:var(--color-black);color:var(--color-white);}
.form-steps__item--active .form-steps__item-text {color:#4f5e77;}
.form-steps__item--active .form-steps__item-line {background:var(--color-black);}
.form-steps__item--completed .form-steps__item-text {color:#222;}
.form-steps__item--completed .form-steps__item-icon {background:var(--color-black);color:transparent;background-size:10px;background-repeat:no-repeat;background-position:center center;width:25px;height:25px;line-height:25px;}
.form-steps__item--completed .form-steps__item-line {background:var(--color-black);}

/* Cards > Globals */
.card {border:0;border-radius:0;margin-bottom:30px;background-color:transparent;}
/* a.d-block > .card {opacity:1;transition:.3s all ease-in-out;}
a.d-block:hover > .card {opacity:.8;transition:.3s all ease-in-out;} */
.card .card-header {padding:15px;font-size:18px;font-weight:700;border-bottom:1px solid var(--color-grey);background-color:transparent;}
.card .card-bg {position:relative;width:100%;height:220px;background-size:cover;background-repeat:no-repeat;background-position:center center;}
.card .card-body {padding:15px;color:var(--color-black);}
.card .card-title {font-size:18px;font-weight:bold;margin:0 0 20px;}
.card .card-footer {padding:15px;border-top:1px solid var(--color-grey);background-color:transparent;}

/* Cards > Badges */
.card-badge {position:absolute;}
.card-badge.bottom-right {bottom:20px;right:20px;}
.card-badge.bottom-left {bottom:20px;left:20px;}
.card-badge.top-right {top:20px;right:20px;}
.card-badge.top-left {top:20px;left:20px;}

/* Cards > Overlay */
.card .card-overlay {z-index:4;}
.card .card-overlay .card-body {position:absolute;top:50%;transform:translate(0,-50%);bottom:auto;left:0;right:0;width:100%;color:var(--color-white);}
.card .card-overlay:before {content:"";position:absolute;background:rgba(0,0,0,.4);width:100%;height:100%;left:0;right:0;top:0;bottom:0;pointer-events:none;}

/* Cards > Overlay [Hover] */
.card.has--overlay .card-overlay {opacity:0;transition:.3s all ease-in-out;}
.card.has--overlay:hover .card-overlay {opacity:1;transition:.3s all ease-in-out;cursor:pointer;}

/* Cards > Overlay [Hover] > ICON */
.card .card-overlay .card-overlay__icon {opacity:0;transition:.3s all ease-in-out;position:absolute;top:50%;transform:translate(0,-50%);left:0;right:0;text-align:center;}
.card:hover .card-overlay .card-overlay__icon {opacity:1;transition:.3s all ease-in-out;cursor:pointer;}

/* Cards > Animation [Hover] > Elevation */
.card.has--elevation {transition:.3s all ease-in-out;box-shadow:none;}
.card.has--elevation:hover {-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px);transition:.3s all ease-in-out;box-shadow:0 1rem 3rem rgba(0,0,0,.175);}

/* Cards > News */
.card.card-news {background-color:var(--color-grey);}
.card-news .section-title h4 {margin-bottom:0;}

/* Cards > Services */
.card-service .card-bg {height:auto;}
.card-service .card-overlay::before {background-color:rgba(0,0,0,.3);}
.card-service .card-overlay .card-body {top:unset;bottom:0;transform:none;text-align:center;}
.card-service .section-title h4 {margin:0;}

/* Forms */
label.error {display:none!important;}
label.control--checkbox {font-weight:normal;}
.form-inline {display:flex;justify-content:center;margin-bottom:15px;gap:5px;}
.form-inline .form-group {margin:0;}
.form-group {position:relative;margin-bottom:15px;}
.form-control, .form-select {border-radius:0;border:1px solid rgba(80,78,77,.3);background-color:var(--color-white);margin-bottom:10px;height:auto;padding:10px 15px;box-shadow:none;font-size:16px;line-height:20px;color:var(--color-black);}
.form-select {padding-right:45px;background-position:center right 15px;background-size:15px;background-image:url(/wp-content/themes/ocean/assets/icons/icon-angle-down.svg);}
.form-control[readonly], .form-select[readonly] {background-color:var(--color-grey);}
.form-control::placeholder {color:rgba(9,9,9,.7);}
.form-control:focus, .form-select:focus {color:var(--color-black);border-color:var(--color-grey-dark) !important;box-shadow:0 0 0.25rem 0.25rem rgba(80,78,77,.25);}
.form-control.is-invalid, .form-select.is-invalid, .control__privacy .control__indicator.is-invalid, .form-control.has-error, .form-select.has-error, .control__privacy .control__indicator.has-error {border-color:var(--color-red);background-color:rgba(214,18,18,.2);}
.form-control.is-invalid::placeholder, .form-control.has-error::placeholder {color:var(--color-red);}
.form-control.is-invalid:focus, .form-select.is-invalid:focus, .form-control.has-error:focus, .form-select.has-error:focus {border-color:var(--color-red);box-shadow:0 0 0.25rem 0.25rem rgba(214,18,18,.25);}
.form-recaptcha.is-invalid iframe, .form-recaptcha.has-error iframe {border:2px solid var(--color-red);}
.form-request .row, .form-contact .row {--bs-gutter-x:15px !important;}

/* Forms > Check/Radio */
.form-check {padding-left:35px;margin-bottom:10px;font-size:16px;color:var(--color-grey-dark);}
.form-check .form-check-label {cursor:pointer;}
.form-check .form-check-input {margin:0;margin-left:-35px;border-radius:0;width:20px;height:20px;box-shadow:none !important;}
.form-check .form-check-input[type="radio"] {border-radius:50%;}
.form-check .form-check-input:focus {border-color:var(--color-grey-dark);}
.form-check .form-check-input:checked {background-color:var(--color-grey-dark);border-color:var(--color-grey-dark);}
.form-check .form-check-input.is-invalid:not(:checked) {background-color:rgba(169,68,66,.25);border-color:#a94442;}
.form-check .form-check-input.is-invalid ~ .form-check-label {color:#a94442;}

/* Forms > CF7 > Globals */
.wpcf7-form {position:relative;}
.wpcf7-form .form-control {margin-bottom:5px;}
.wpcf7-form .wpcf7-spinner {transform:translate(-50%, -50%);left:50%;top:50%;position:absolute;z-index:100;margin-left:0 !important;margin-right:0 !important;}
.wpcf7-form.submitting:after {content:'';position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(255,255,255,0.5);z-index:99;}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {margin-left:0;}
.wpcf7-form .wpcf7-response-output {margin-left:0 !important;margin-right:0 !important;}
.wpcf7-form-control-wrap {display:block;margin-bottom:10px;}
.wpcf7-form textarea.form-control {height:100px !important;}
.form-control.wpcf7-not-valid, .form-select.wpcf7-not-valid {border-color:var(--color-red);background-color:rgba(214,18,18,.2);border-color: var(--bs-form-invalid-border-color); padding-right: calc(1.5em + .75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); background-repeat: no-repeat;background-position: right calc(.375em + .1875rem) center; background-size: calc(.75em + .375rem) calc(.75em + .375rem);}
.wpcf7-submit {margin-top:1em;}
.row.submit-group {align-items:flex-end;}

/* Forms > CF7 > Acceptance */
.wpcf7-form .acceptance p {margin-bottom:0;}
.wpcf7-acceptance {position:relative;}
.wpcf7-acceptance input {position:absolute;z-index:-1;opacity:0;}
.wpcf7-acceptance .wpcf7-list-item-label {font-size:16px;font-weight:400;position:relative;padding-left:35px;display:inline-block;cursor:pointer;}
.wpcf7-acceptance .wpcf7-list-item-label::before {content:"";position:absolute;top:0;left:0;width:20px;height:20px;border:var(--bs-border-width) solid var(--bs-border-color);background-color:var(--color-white);border-radius:0;transition:all .15s ease-in-out;}
.wpcf7-acceptance .wpcf7-list-item-label:hover::before {background-color:var(--color-grey);}
.wpcf7-acceptance input:checked + .wpcf7-list-item-label::before {background-color:var(--color-grey-dark);border-color:var(--color-grey-dark);}
.wpcf7-acceptance .wpcf7-list-item-label::after {content:"";position:absolute;left:7px;top:3px;width:6px;height:10px;border:solid var(--color-white);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg) scale(0);transform:rotate(45deg) scale(0);transition:all .15s ease-in-out;}
.wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {-webkit-transform:rotate(45deg) scale(1);transform:rotate(45deg) scale(1);}

/* Forms > CF7 > Submit */
.wpcf7-form .btn.disabled, .wpcf7-form .btn:disabled, .wpcf7-form fieldset:disabled .btn { color: inherit; pointer-events: inherit; background-color: inherit; border-color: inherit; opacity: inherit; }

/* Isotope > Globals */
.isotope__filters {margin:30px 0;text-align:center;}
.isotope__filters .btn {margin:4px;}
.isotope__filters .btn.is-checked {background:red !important;color:var(--color-white);}

/* Carousels > Globals */
.carousel-outer-container {position:relative;padding-top:60px;}
.carousel-container {position:relative;overflow:hidden;}
.carousel-container .card {margin:0;}

/* Swiper > Pagination */
.carousel-container.swiper-pagination-disabled .swiper-pagination {display:none !important;}
.carousel-container .swiper-pagination {position:absolute;bottom:40px;left:50%;transform:translate(-50%,0);z-index:1;width:auto;display:inline-flex;align-items:center;justify-content:center;gap:10px;}
.carousel-container .swiper-pagination .swiper-pagination-bullet {border-radius:2px;width:10px;height:10px;box-shadow:none;border:1px solid var(--color-white);padding:0;margin:0;background-color:transparent;opacity:1;transition:width .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;}
.carousel-container .swiper-pagination .swiper-pagination-bullet-active {background-color:var(--color-white);border-color:var(--color-white);width:60px;}

/* Swiper > Controls */
.carousel-container.swiper-navigation-disabled .swiper-controls {display:none !important;}
.swiper-controls div[class*="swiper-button-"] {position:absolute;top:50%;transform:translate(0,-50%);z-index:9;background-repeat:no-repeat;background-size:20px;background-position:center center;width:42px;height:42px;background-color:rgba(255,255,255,.3);border-radius:100%;margin:0;transition:opacity .3s ease-in-out;}
.swiper-controls div[class*="swiper-button-"]::after {display:none;}
.swiper-controls div[class*="swiper-button-"].swiper-button-disabled {opacity:0;}
.swiper-controls .swiper-button-prev {left:15px;background-image:url(/wp-content/themes/ocean/assets/icons/icon-carousel-left.svg);}
.swiper-controls .swiper-button-next {right:15px;background-image:url(/wp-content/themes/ocean/assets/icons/icon-carousel-right.svg);}
.swiper-controls.controls-inline {position:absolute;top:0;right:0;z-index:9;display:inline-flex;gap:15px;}
.swiper-controls.controls-inline div[class*="swiper-button-"] {position:relative;top:unset;left:unset;right:unset;transform:none;}

/* Swiper > Scrollbar */
.carousel-container.swiper-scrollbar-disabled .swiper-scrollbar {display:none !important;}
.swiper-horizontal .swiper-scrollbar {left:0;bottom:0;width:100%;height:6px;border-radius:3px;}
.swiper-scrollbar .swiper-scrollbar-drag {border-radius:3px;background-color:var(--color-primary);}

/* Pagination */
.page-navigation .pagination {margin-bottom:0;justify-content:center;gap:10px;}
.page-navigation .page-link {display:flex;align-items:center;justify-content:center;height:40px;min-width:40px;padding:0 5px;font-size:16px;color:var(--color-grey-dark);background-color:var(--color-white);border-color:var(--color-grey-dark);box-shadow:none;transition:color .3s ease-in-out, background-color .3s ease-in-out;}
.page-navigation .page-link:hover, .page-navigation .page-link:focus {color:var(--color-grey-dark);background-color:var(--color-grey);border-color:var(--color-grey-dark);}
.page-navigation .page-item:first-child .page-link, .page-navigation .page-item:last-child .page-link {border-radius:0;}
.page-navigation .active > .page-link {color:var(--color-white);background-color:var(--color-grey-dark);border-color:var(--color-grey-dark);pointer-events:none;}

/* Icons */
.icon {width:15px;height:15px;display:block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon20 {width:20px;height:20px;display:block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon30 {width:30px;height:30px;display:block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon--right {background-position:right center;}
.icon--middle {vertical-align:middle;position:relative;}
.icon--inline {vertical-align:middle;position:relative;margin-right:5px;}
.icon--inline-right {vertical-align:middle;position:relative;margin-left:5px;}
.icon-play {content:"\f04b";font-family:"Font Awesome 6 Free";}

/* Icons > Images */
.icon-angle-up {background-image:url(/wp-content/themes/ocean/assets/icons/icon-angle-up.svg);}
.icon-angle-down {background-image:url(/wp-content/themes/ocean/assets/icons/icon-angle-down.svg);}
.icon-minus {background-image:url(/wp-content/themes/ocean/assets/icons/icon-minus.svg);}
.icon-plus {background-image:url(/wp-content/themes/ocean/assets/icons/icon-plus.svg);}
.icon-pdf {background-image:url(/wp-content/themes/ocean/assets/icons/icon-pdf.svg);}

/* Tables */
.table.has-actions tr th:last-child, .table.has-actions tr td:last-child {text-align:right;}

/* Tables > Cart */
.checkout__recap .badge {background:transparent;color:var(--color-black);padding:0;font-size:initial;line-height:initial;font-weight:normal;}
.checkout__recap .list-group-item {display:flex;align-items:center;justify-content:space-between;}
.table.table-cart .price , .checkout__recap .price {font-weight:bold;font-size:18px;}
.table.table-cart .list-inline a {font-size:12px;}
.table.table-cart input[type="number"] {width:60px;margin-bottom:0;}

/* Head + Nav */
nav .container {position:relative;}
.nav .open > a , .nav .open > a:focus , .nav .open > a:hover {background-color:transparent;}
.navbar.navbar-default {min-height:auto;margin-bottom:0;background-color:rgba(80,78,77,.9);border:0;box-shadow:none;border-radius:0;padding:0 var(--section-padding-x);transition:all .3s ease-in-out;}
body.admin-bar .navbar.navbar-default.fixed-top {top:32px;}
.navbar.navbar-default .navbar-header {display:flex;align-items:center;width:100%;border-bottom:1px solid rgba(255,255,255,.5);}
.navbar.navbar-default .navbar-header .navbar-nav > li > a {text-transform:none;padding:45px 0 25px;line-height:20px;}
.navbar.navbar-default .navbar-header .navbar-nav > li > a::before {top:unset;bottom:0;}
.navbar.navbar-default .navbar-header .dropdown-menu {position:absolute;}
.navbar.navbar-default .navbar-brand {padding:15px 0;display:inline-block;position:relative;}
.navbar.navbar-default .navbar-brand > img {height:50px;}
.navbar.navbar-default .nav-link {position:relative;}
.navbar.navbar-default .navbar-nav > li {margin:0 25px;}
.navbar.navbar-default .navbar-nav > li:first-child {margin-left:0;}
.navbar.navbar-default .navbar-nav > li:last-child {margin-right:0;}
.navbar.navbar-default .navbar-nav > li > a {padding:20px 0;font-size:16px;font-weight:400;line-height:19px;text-transform:uppercase;color:var(--color-white);box-shadow:none;display:flex;position:relative;transition:color .3s ease-in-out;}
.navbar.navbar-default .navbar-nav > li > a:hover {color:var(--color-white);}
.navbar.navbar-default .navbar-nav > .active > a, .navbar.navbar-default .navbar-nav > .current-menu-parent > a {color:var(--color-primary) !important;}
.navbar.navbar-default .navbar-nav > li > a::before {content:"";position:absolute;top:0;left:0;right:0;height:2px;width:100%;background-color:var(--color-primary);transform:scaleX(0);transform-origin:right top;transition:transform .3s;}
.navbar.navbar-default .navbar-nav > li > a:hover::before, .navbar.navbar-default .navbar-nav > .active > a::before, .navbar.navbar-default .navbar-nav > .current-menu-parent > a::before, .navbar.navbar-default .navbar-nav > li > a.show::before {transform:scale(1);transform-origin:left top;}
.navbar.navbar-default .navbar-nav > li > .icon-link {height:100%;}
.navbar.navbar-default .navbar-nav > li.dropdown > a {display:block;}
.navbar.navbar-default .navbar-nav > li.dropdown.wpml-ls-item > a::before {display:none;}
.navbar.navbar-default .navbar-nav > .open > a , .navbar.navbar-default .navbar-nav > .open > a:focus , .navbar.navbar-default .navbar-nav > .open > a:hover {background-color:transparent;}
.navbar.navbar-default .nav > li .fa-shopping-cart {position:relative;}
.dropdown-toggle::after {display:none;}
.dropdown-menu[data-bs-popper] {border:0;border-radius:0;box-shadow:0 0 7px rgba(0,0,0,.3);left:unset;right:0;margin-top:1px;min-width:130px;background-color:var(--color-grey-dark);padding:0;}
.wpml-ls-item .dropdown-menu[data-bs-popper] {min-width:60px;}
.dropdown-menu > li + li {border-top:1px solid rgba(217,217,217,.5);}
.dropdown-menu > li > a {padding:10px;color:var(--color-white);background-color:transparent !important;transition:color .3s ease-in-out;display:block;position:relative;}
.dropdown-menu > li > a::before {content:"";position:absolute;top:0;bottom:0;left:0;height:100%;width:2px;background-color:var(--color-primary);transform:scaleY(0);transform-origin:bottom right;transition:transform .3s;}
.dropdown-menu > li > a:hover::before, .dropdown-menu > li > a:focus::before, .dropdown-menu > li.active > a::before {transform:scale(1);transform-origin:top right;}
.dropdown-menu > li.active > a {color:var(--color-primary);}

/* Desktop / Responsive logo */
.navbar.navbar-default .navbar-brand > img.logo-full {display:block;}
.navbar.navbar-default .navbar-brand > img.logo-min {display:none;}

/* Head + Affix */
.navbar.navbar-default.is--affix {box-shadow:0 0 7px rgba(0,0,0,.3);background-color:var(--color-grey-dark);transition:all .3s ease-in-out;}
body:not(.home) .navbar.navbar-default {background-color:var(--color-grey-dark);}
/* .navbar.navbar-default.is--affix .navbar-nav > li > a {color:var(--color-white);}
.navbar.navbar-default.is--affix .navbar-nav > li > a.active {color:var(--color-primary);} */

/* Head + Impulso */
.navbar.navbar-default.pulse-hidden {top:calc( var(--body-offset) * -1 );transition:.3s all ease-in-out;}
.navbar.navbar-default.pulse-show {top:0;transition:.3s all ease-in-out;}

/* Head + Megamenu */
.navbar.navbar-default .dropdown.mega-menu {position:static;}
.navbar.navbar-default .dropdown.mega-menu > .dropdown-menu {width:100%;border:0;border-radius:0;padding:20px 25px;box-shadow:0 0 7px rgba(0,0,0,.3);border-top:1px solid var(--color-grey);}
.navbar.navbar-default .dropdown.mega-menu > .dropdown-menu.show {display:flex;flex-wrap:nowrap;}
.navbar.navbar-default .dropdown.mega-menu > .dropdown-menu > li {width:100%;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown a {display:block;padding:5px 0;color:var(--color-black);white-space:nowrap;background-color:transparent;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown a:focus , .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown a:hover, .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown.active > a {color:var(--color-primary) !important;text-decoration:none;background-color:transparent;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown > a {font-weight:700;font-size:20px;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown ul {padding:0;position:relative;display:block;border:0;box-shadow:none;margin-top:10px;}

/* Head > Cart Dropdown Menu */
.dropdown-cart {min-width:250px;padding:15px 15px 0;}
.dropdown-cart li {margin-bottom:10px;}
.dropdown-cart li p {margin-bottom:0;}
.dropdown-cart .btn-primary {color:var(--color-white);padding:8px 0;text-align:center;font-size:14px;}
.navbar .badge {position:absolute;left:10px;bottom:10px;z-index:9;background:var(--color-primary);color:var(--color-white);border-radius:100%;padding:3px 5px;font-size:10px;}

/* has-loadmore */
/* .has-loadmore .card {display:none;} */

/* Backgrounds */
.bg-transparent {background-color:transparent !important;}
.bg-primary {background-color:var(--color-primary) !important;}
.bg-white {background-color:var(--color-white) !important;}
.bg-black {background-color:var(--color-black)!important;color:var(--color-white);}
.bg-grey {background-color:var(--color-grey) !important;}
.bg-grey-alt {background-color:var(--color-grey-alt) !important;}
.bg-grey-dark {background-color:var(--color-grey-dark) !important;}
.bg-frosted-glass {opacity:.5;background-color:rgba(29,29,27,.4);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);}

/* .bg-demo {background-image:url(/wp-content/themes/ocean/assets/img/bg-demo.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;} */

/* Section > Globals */
.section {position:relative;padding:var(--section-padding-y) var(--section-padding-x);background-repeat:no-repeat;background-position:center center;background-size:cover;}
.section.section-narrow {padding-top:calc( var(--section-padding-y) * .5 );padding-bottom:calc( var(--section-padding-y) * .5 );}
.section.section-narrow-top {padding-top:calc( var(--section-padding-y) * .5 );}
.section.section-narrow-bottom {padding-bottom:calc( var(--section-padding-y) * .5 );}
.section .content-container {margin-top:30px;}
.section .content-container > .row {--bs-gutter-y:30px;}
.section .content-container > .row.g-0, .section .content-container > .row.gy-0 {--bs-gutter-y:0;}
.section .content-container .card {margin-bottom:0;}

/* Section > Header */
.section.section-header:not(.is-tag) {--section-padding-x:0px;text-align:center;}
.section.section-header.no-bg {padding-bottom:calc( var(--section-padding-y) * .5 );}
.section-header.bg-header {background-color:var(--color-grey-dark);color:var(--color-white);}
.section-header:not(.header-lp) .section-title h1,
.section-header .section-title .title {font-size:70px;}
.section-header h1 + h2 {margin-top:30px;}
.section-header.is-tag {height:350px;padding:0;}
.section-header.is-tag h1 {position:absolute;bottom:0;left:0;padding:10px 20px;padding-left:calc( var(--section-padding-x) + ( var(--body-row-gutter-x) / 2 ) );background-color:var(--color-grey-dark);color:var(--color-white);border-right:4px solid var(--color-primary);margin:0;font-size:36px;font-weight:400;}

/* Section > Header > Not Found */
body.error404 .section.section-header {padding-top:0;}
body.error404 .section-header::before {content:"";position:relative;display:block;width:290px;height:430px;margin:0 auto 30px;background-repeat:no-repeat;background-size:contain;background-position:center bottom;background-image:url(/wp-content/themes/ocean/assets/img/bg-not-found.svg);}

/* Dividers */
.divider {display:inline-block;margin:20px 0;width:100%;max-width:160px;height:3px;}
.divider-primary {background:#333;}

/* Section > Titles */
/* .section-title .pre-title {color:var(--color-primary);font-size:26px;font-weight:600;margin-bottom:5px;} */
.section-title .pre-title {color:var(--color-primary);font-size:24px;font-weight:500;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px;}
.section-title h1,
.section-title .title {font-size:100px;line-height:1.1;margin-bottom:0;}
/*.section-title h2 {font-size:35px;margin-bottom:20px;}*/
.section-title h2,
.section-title h3 {font-size:50px;margin-bottom:40px;}
.section-title h4 {font-size:22px;margin-bottom:10px;}
.section-title h3 + .divider {margin-top:0;}

.single-project .section-title h2 {font-size:50px;margin-bottom:40px;}

/* Section > Video > Cover */
.section-video-cover{overflow:hidden;position:relative;height:700px;}
.section-video-cover .videoContainer{position:absolute;top:0;bottom:0;width:100%;height:100%;overflow:hidden;-webkit-transition:width .3s;-moz-transition:width .3s;-o-transition:width .3s;transition:width .3s;}
.section-video-cover .videoContainer .videoBg{min-width:100%;min-height:100%;width:auto;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.section-video-cover .video-buttons {position:absolute;bottom:20px;left:20px;z-index:9;}
.section-video-cover .video-buttons .btn-video-audio {padding:23px;background-image:url(/wp-content/themes/ocean/assets/icons/icon-audio-on.svg);background-repeat:no-repeat;background-size:30px;background-position:center center;}
.section-video-cover .video-buttons .btn-video-audio.is--muted {background-image:url(/wp-content/themes/ocean/assets/icons/icon-audio-off.svg);background-repeat:no-repeat;background-size:17px;background-position:center center;}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .section-video-cover {height:300px;}
}
@media only screen and (min-width: 768px) and (max-width:959px){
  .section-video-cover {height:300px;}
}

/* Section > Breadcrumbs */
.section-breadcrumbs {padding:0;background-color:var(--color-grey);font-size:12px;}
.section-breadcrumbs .breadcrumb {background:transparent;padding:12px 0;}
.breadcrumb>.active {color:#606060;}

/* Section > News */
.section-news .content-container {margin-top:0;}

/* Section > News > Detail */
.section-news-detail .news-date {margin-bottom:15px;}
.section-news-detail .content-container {margin-top:0;}

/* Section > News > Related */
.section-news-related .content-container {margin-top:0;}
.section-news-related .card-news {background-color:var(--color-white);}

/* Search Page */
.section-search .card {display:none;border-top:0;border-left:0;border-right:0;padding-bottom:30px;}
.section-search .card .card-body {padding:0;}
.section-search .card .card-body .card-text span {background:yellow;}
.section-search .card .card-body .card-link {background:transparent;color:var(--color-black);padding:0;}

/* Section > Map */
.section.section-map {--map-height:450px;padding:0;}
.section-map .contact-maps {width:100%;height:var(--map-height);border:0;}
.map-container {height:var(--map-height);position:relative;background-color:#f1f1f1;}
.map-container .cookie-accept-text {position:absolute;top:50%;transform:translate(0,-50%);left:0;right:0;margin:0 auto;text-align:center;z-index:0;}
.section-map iframe {z-index:1;position:relative;}

/* Section > Parallax */
/* .section.section-parallax {color:var(--color-white);text-align:center;height:1000px;max-height:100vh;background-attachment:fixed;} */
.section.section-parallax {color:var(--color-white);text-align:center;max-height:100vh;background-attachment:fixed;}

/* Section > Mission */
.section.section-mission {color:var(--color-grey-dark);}
.section.section-mission.text-center .text p {font-size:16px;max-width:1440px;margin:0 auto;}
.section.section-mission .section-title .pre-title {color:var(--color-black);margin-bottom:40px;}
.section.section-mission .btn {/*margin-top:540px;*/padding:0;border:0;}
.section.section-mission .btn::after {display:none;}

/* Section > Message */
.section.section-message {--section-padding-x:0px;}

/* Section > Projects */
.section.section-projects {--section-padding-y:200px;}
.section.section-projects .col-12 {width:50%;}

/* Section > Call to Action */
.section.section-cta {text-align:right;--section-padding-y:90px;}
.section.section-cta .row {align-items:center;}
.section.section-cta .section-title h3 {margin-bottom:0;text-align:left;}

/* Section > Projects > List */
.section.section-projects-list {padding:0;}
.section.section-projects-list .content-container {margin:0;}
.section.section-projects-list .content-container .card {margin:0;position:relative;}
.section.section-projects-list .content-container .card + .card {margin-top:10px;}
.section.section-projects-list .content-container .card:nth-child(odd) {text-align:right;display:flex;align-items:flex-end;}
.section.section-projects-list .content-container .card-bg {position:absolute;top:0;left:0;right:0;bottom:0;height:100%;}

.section.section-projects-list .content-container .card-bg::after {content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;}
.section.section-projects-list .content-container .card:nth-child(odd) .card-bg::after {background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 85%);}
.section.section-projects-list .content-container .card:nth-child(even) .card-bg::after {background: linear-gradient(90deg, rgba(0,0,0,0.7) 15%, rgba(0,0,0,0.2) 100%);}

.section.section-projects-list .content-container .card-bg img {position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-position:center center;object-fit:cover;}
.section.section-projects-list .content-container .card-body {padding:var(--section-padding-y) var(--section-padding-x);position:relative;z-index:1;color:var(--color-white);max-width:50%;}

.section.section-projects-list .content-container .card .section-title h3 {font-size:42px;font-weight:500;margin-bottom:20px;}
.section.section-projects-list .content-container .card .text p {font-size:21px;}

/* Section > Half col image */
.section.section-half-col-image {padding-bottom:400px;background-position:bottom left;}
.section.section-half-col-image .row {--bs-gutter-y:0px;}

/* Section > Image full */
.section.section-image-full {--section-padding-y:0px;--section-padding-x:0px;}
.section.section-image-full .row {--bs-gutter-y:0px;}
.section.section-image-full div[class*="col-"] {padding:0;}

.section-image-xl img.section-img-head {height:auto;width:100%;object-fit:cover;min-height:250px}

/* Section > Materials */
.section.section-materials {padding-top:400px;}

/* Section > Gallery */
.section.section-gallery .section-title h4 {font-size:20px;font-weight:700;margin-bottom:0;color:var(--color-grey-dark);}
.section.section-gallery .text {margin-top:20px;}
.section.section-gallery .carousel-container {margin-top:60px;padding-bottom:90px;}
.section.section-gallery .carousel-container .swiper-controls {top:unset;bottom:0;left:50%;right:unset;transform:translate(-50%,0);gap:20px;}
.section.section-gallery .carousel-container .swiper-controls div[class*="swiper-button-"] {width:30px;height:30px;background-color:transparent;border-radius:0;background-size:contain;}
.section.section-gallery .carousel-container .swiper-controls .swiper-button-disabled {opacity:.3;}
.section.section-gallery .carousel-container .card-bg {height:250px;}

.section.section-gallery .carousel-container .card.video .card-bg::before {content: "";position: absolute;z-index: 1;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 150px;height: 150px;background-repeat: no-repeat;background-position: center center;background-size: contain;background-image: url(/wp-content/themes/ocean/assets/icons/icon-play.svg);transition: transform .3s ease-in-out;}

/* Section > Footer */ 
.section-footer .row {--bs-gutter-y:15px;}
.section-footer .img-fluid {height:50px;}
.section-footer .lead {font-size:16px;font-weight:700;margin:0;}
.section-footer .accordion-body {padding:0;}
.section-footer .list-social {margin-top:10px;}
.section-footer .list-group li + li {padding:0;}
.section-footer .divider {display:block;height:1px;max-width:100%;background-color:rgba(255,255,255,.5);margin:40px 0;}

/* Section > Footer > Copy */ 
.section.section-copy {--section-padding-y:10px;color:rgba(255,255,255,.7);}
.section-copy p {margin-bottom:10px;}

/* Hide google recaptcha badge */
.grecaptcha-badge {display:none !important;}



/*
------------------------------------------
Landing Page
------------------------------------------
*/

/* Page */
.page-template-template-landing {padding-top:0;--body-offset:100px;color:#504E4D;}
.page-template-template-landing .section-title h3 {font-weight:400;margin-bottom:30px;}
.page-template-template-landing .block-2-columns .row {--bs-gutter-x:60px;}
.page-template-template-landing .block-2-columns .row .row {--bs-gutter-x:30px;}

/* Head + Nav */
.page-template-template-landing .navbar.navbar-default.fixed-top {position:absolute;}
.page-template-template-landing .navbar.navbar-default {background-color:rgba(80,78,77,.9) !important;}
.page-template-template-landing .navbar.navbar-default .navbar-header {border:0;justify-content:center;}
.page-template-template-landing .navbar.navbar-default .navbar-brand {margin:0;padding:25px 15px;}

/* Section > Header */
.section.section-header.header-lp {padding-top:calc( var(--section-padding-y) + var(--body-offset) );background-color:var(--color-grey-dark);color:var(--color-white);}
.section.section-header.header-lp h2 {font-size:33px;font-weight:400;}

/*
------------------------------------------
End Landing Page
------------------------------------------
*/



/* 
------------------------------------------
Responsive 
------------------------------------------
*/

/* Smartphone */
@media only screen and (max-width:767px) and (min-width:320px) {
  
  /* Smartphone / Variables */
  :root {
    --body-offset: 0px;
    --section-padding-y: 60px;
    --section-padding-x: 0px;
  }

  /* Smartphone / Globals */
  .image--contain {background-size:cover;}

  .mobile-background {background:none;position:relative;padding-top:350px;}
  .section-img-mobile {width:100%;height:350px;object-fit:cover;object-position:bottom;position:absolute;top:0;left:0;}

  /* Modals */
  .modal-header {padding:20px 20px 10px;}
  .modal-title {font-size:23px;}
  .modal-body {padding:0 20px 20px;}
  
  /* Smartphone / Head  */
  .navbar.navbar-default {background-color:var(--color-grey-dark);min-height:50px;border:0;border-radius:0;}
  .navbar-header {width:100%;}
  .navbar-collapse {border-top:1px solid rgba(255,255,255,.5);}
  .navbar-toggler {border:0;border-radius:0;margin:8px 0;float:right;font-size:25px;color:var(--color-primary);}
  .navbar-default .navbar-toggler:focus , .navbar-default .navbar-toggler:hover {background-color:transparent;box-shadow:none;}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {padding:5px 15px;}
  .navbar.navbar-default .navbar-header {border:0;}
  .navbar.navbar-default .navbar-header .navbar-nav > li:not(.wpml-ls-item) {display:none !important;}
  .navbar.navbar-default .navbar-header .navbar-nav > li > a {padding:20px;}
  .navbar.navbar-default .navbar-brand > img {height:24px;}
  .navbar.navbar-default .navbar-collapse .navbar-nav > li.wpml-ls-item {display:none !important;}
  .navbar.navbar-default .navbar-nav > li {margin:0;}
  .navbar.navbar-default .navbar-nav > li > a {padding:15px;}
  .navbar.navbar-default .navbar-nav > li > a::before {right:unset;bottom:0;height:100%;width:2px;transform:none !important;opacity:0;transition:opacity .3s ease-in-out;}
  .navbar.navbar-default .navbar-nav > li > a:hover::before, .navbar.navbar-default .navbar-nav > .active > a::before, .navbar.navbar-default .navbar-nav > .current-menu-parent > a::before {opacity:1;}
  
  /* Smartphone / Responsive logo */
  .navbar.navbar-default .navbar-brand > img.logo-full {display:none;}
  .navbar.navbar-default .navbar-brand > img.logo-min {display:block;}
  
  /* Smartphone / Head + Megamenu */
  .navbar.navbar-default .dropdown.mega-menu > .dropdown-menu {position:relative;border:0;padding:0 20px 20px;}
  .navbar.navbar-default .dropdown.mega-menu > .dropdown-menu.show {flex-wrap:wrap;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown {padding:10px 0;position:relative;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown a {padding:10px 0;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown ul {padding:15px 0 15px 15px;position:static;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown.show ul {padding:0 0 15px 15px;}

  /* Smartphone / Navbar sticky */
  #masthead.mobile-sticky {position:sticky;top:0;left:0;width:100%;z-index:9999;}
  
  /* Smartphone / Head + NavbarShop */
  .navbar-shop {position:absolute;padding:0;top:3px;right:60px;}
  .navbar-shop .list-inline {margin-bottom:0;gap:5px;}
  .navbar-shop a {padding:10px 5px;color:#333333;}
  .navbar-shop li .fa-shopping-cart {position:relative;}
  .navbar-shop .fa {font-size:20px;}

  /* Smartphone / Carousels */
  .carousel-container .swiper-pagination {gap:6px;}
  .carousel-container .swiper-pagination .swiper-pagination-bullet {width:6px;height:6px;}
  .carousel-container .swiper-pagination .swiper-pagination-bullet-active {width:32px;}

  /* Smartphone / Tables > Responsive */
  .table-responsive > .table > tbody > tr > td, 
  .table-responsive > .table > tbody > tr > th, 
  .table-responsive > .table > tfoot > tr > td, 
  .table-responsive > .table > tfoot > tr > th, 
  .table-responsive > .table > thead > tr > td, 
  .table-responsive > .table > thead > tr > th {white-space:nowrap;}
  
  /* Smartphone / Sidebar Toggle */
  .accordion-item {cursor:pointer;position:relative;}
  .accordion-button {margin-bottom:0;font-weight:700;}
  .accordion-button:after {font-family:"Font Awesome 6 Free";content:"\f068";color:#333333;font-size:12px;position:absolute;right:0;top:auto;}
  .accordion-button.collapsed:after {content:"\f067";}
  
  /* Smartphone / Cards > Globals */
  .card .card-title {font-size:14px;}
  .card .card-price {font-size:18px;}
  
  /* Smartphone / Forms */
  .form-request {margin-top:30px;}

  /* Smartphone / Section > Titles */
  .section-title .pre-title {font-size:20px;}
  .section-title h1,
  .section-title .title {font-size:35px;}
  .section-title h3 {font-size:26px;margin-bottom:20px;line-height:1.25em;}

  /* Smartphone / Section > Header */
  .section-header:not(.header-lp) .section-title h1,
  .section-header .section-title .title {font-size:30px;}
  .section-header.is-tag {height:350px;}
  .section-header.is-tag h1 {font-size:24px;}

  /* Smartphone / Section > Header > Not Found */
  body.error404 .section-header::before {height:320px;}

  /* Smartphone / Section > Breadcrumbs */
  .section-breadcrumbs {display:none;}
  
  /* Smartphone / Section > Video */
  .section-video .videoContainer {height:240px;max-height:240px;transform:none;pointer-events:auto;}
  
  /* Smartphone / Section > Parallax */
  /* .section.section-parallax {height:auto;aspect-ratio:1/1;background-attachment:initial;} */
  .section.section-parallax {background-attachment:initial;}

  /* Smartphone / Section > Projects */
  .section.section-projects {--section-padding-y:60px;background-position:center left;}
  .section.section-projects .col-12 {width:100%;}

  /* Smartphone / Section > Mission */
  .section.section-mission {font-size:20px;color:var(--color-black);}
  .section.section-mission:not(.no-text) {background-image:none !important;background-color:var(--color-grey);}
  /* Smartphone / .section.section-mission .btn {margin-top:50px;} */
  .section.section-mission.no-text {background-color:#d3d3d3;background-size:contain;background-position:top center;}
  .section.section-mission.no-text .btn {/*margin-top:130px;*/color:var(--color-black) !important;}

  /* Smartphone / Section > Half col image */
  .section.section-half-col-image {padding-bottom:300px;background-position:bottom left -140px;}

  /* Smartphone / Section > Materials */
  .section.section-materials {padding-top:180px;}

  /* Smartphone / Section > Gallery */
  .section.section-gallery .text {margin-top:15px;}
  .section.section-gallery .carousel-container {margin-top:30px;padding-bottom:60px;}
  .section.section-gallery .carousel-container .card-bg {height:220px;}

  /* Smartphone / Section > Call to Action */
  .section.section-cta {--section-padding-y:50px;text-align:center;}
  .section.section-cta .section-title h3 {text-align:center;}

  /* Smartphone / Section > Projects > List */
  .section.section-projects-list .content-container .card-body {max-width:320px;}

  .section.section-projects-list .content-container .card .section-title h3 {font-size:24px;margin-bottom:15px;}
  .section.section-projects-list .content-container .card .text p {font-size:16px;}

  .section.section-projects-list .content-container .card:nth-child(even),
  .section.section-projects-list .content-container .card:nth-child(odd) {text-align:left;margin:0;align-items:flex-start;}
  .section.section-projects-list .content-container .card:nth-child(odd) .card-bg::after,
  .section.section-projects-list .content-container .card:nth-child(even) .card-bg::after {background: linear-gradient(90deg, rgba(0,0,0,0.7) 15%, rgba(0,0,0,0.2) 100%);}
  
  /* Smartphone / Section > Footer */
  .section-footer {text-align:center;}
  .section-footer .accordion-item {border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:10px;font-weight:700;margin-bottom:10px;}
  .section-footer .accordion-button:after {font-family:"Font Awesome 6 Free";content:"\f068";color:var(--color-white);font-size:12px;position:absolute;right:0;top:auto;}
  .section-footer .accordion-button.collapsed:after {content:"\f067";}
  .section-footer .accordion-body {padding-bottom:30px;}
  .section-footer .list-inline {justify-content:center;}
  .section-footer .divider {margin:15px 0;}

  /* Smartphone / Section > Copy */
  .section-copy {text-align:center;}
    
  /* Smartphone / Table responsive */
  .table__is-card .table {border:0;}
  .table__is-card .table .table-bordered {border:0;}
  .table__is-card .table .table-bordered a.btn-secondary , .table__is-card .table .table-bordered a.btn-danger {font-size:11px;}
  .table__is-card .table .table > tbody > tr > td {height:auto;}
  .table__is-card .table .table > tbody > tr > td:last-child {border-bottom:0!important;}
  .table__is-card .table table , .table__is-card .table thead , .table__is-card .table tbody , .table__is-card .table th , .table__is-card .table td , .table__is-card .table tr {display:block;}
  .table__is-card .table thead tr {position:absolute;top:-9999px;left:-9999px;}
  .table__is-card .table tr {border:1px solid #dddddd;margin-bottom:30px;}
  .table__is-card .table td {border:none;border-bottom:1px solid #dddddd;position:relative;padding-left:40%;white-space:normal;text-align:right;}
  .table__is-card .table td:last-child:before {display:none;}
  .table__is-card .table td:last-child {padding-left:15px;}
  .table__is-card .table td:before {position:absolute;top:15px;left:15px;width:30%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:bold;}
  .table__is-card .table td:before {content:attr(data-title);}

  /*
  ------------------------------------------
  Landing Page
  ------------------------------------------
  */

  /* Page */
  .page-template-template-landing {--body-offset:0px;}
  .page-template-template-landing .section-title h3 {margin-bottom:15px;}
  .page-template-template-landing .block-2-columns .row {--bs-gutter-x:30px;}

  /* Head + Nav */
  .page-template-template-landing .navbar.navbar-default {background-color:#504e4d !important;}

  /* Section > Header */
  .section.section-header.header-lp h2 {font-size:20px;}

  /*
  ------------------------------------------
  End Landing Page
  ------------------------------------------
  */

}

/* Smartphone Landscape  */
@media only screen and (min-width:480px) and (max-width:767px){

  /* Smartphone Landscape / Section > Half col image */
  .section.section-half-col-image {background-position:bottom left;}

}


/* Tablet */
@media only screen and (min-width:768px) and (max-width:991px) {
  
  /* Tablet / Variables */
  :root {
    --body-offset: 0px;
    --section-padding-y: 90px;
    --section-padding-x: 15px;
  }

  /* Modals */
  .modal-header {padding:20px 20px 10px;}
  .modal-title {font-size:25px;}
  .modal-body {padding:0 20px 20px;}
  
  /* Tablet / Head + Nav */
  .navbar.navbar-default {background-color:var(--color-grey-dark);min-height:50px;border:0;border-radius:0;}
  .navbar-header {width:100%;}
  .navbar-collapse {border-top:1px solid rgba(255,255,255,.5);}
  .navbar-toggler {border:0;border-radius:0;margin:8px 0;float:right;font-size:25px;color:var(--color-primary);}
  .navbar-default .navbar-toggler:focus , .navbar-default .navbar-toggler:hover {background-color:transparent;box-shadow:none;}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {padding:5px 15px;}
  .navbar.navbar-default .navbar-header {border:0;}
  .navbar.navbar-default .navbar-header .navbar-nav > li:not(.wpml-ls-item) {display:none !important;}
  .navbar.navbar-default .navbar-header .navbar-nav > li > a {padding:20px;}
  .navbar.navbar-default .navbar-collapse .navbar-nav > li.wpml-ls-item {display:none !important;}
  .navbar.navbar-default .navbar-nav > li {margin:0;}
  .navbar.navbar-default .navbar-nav > li > a {padding:20px 15px;}
  .navbar.navbar-default .navbar-nav > li > a::before {right:unset;bottom:0;height:100%;width:2px;transform:none !important;opacity:0;transition:opacity .3s ease-in-out;}
  .navbar.navbar-default .navbar-nav > li > a:hover::before, .navbar.navbar-default .navbar-nav > .active > a::before, .navbar.navbar-default .navbar-nav > .current-menu-parent > a::before {opacity:1;}

  /* Tablet / Responsive logo */
  .navbar.navbar-default .navbar-brand > img.logo-full {display:block;}
  .navbar.navbar-default .navbar-brand > img.logo-min {display:none;}
  
  /* Tablet / Head + NavbarShop */
  .navbar-shop {position:absolute;padding:3px 16px;top:0;right:70px;}
  .navbar-shop .list-inline {margin-bottom:0;}
  .navbar-shop a {padding:10px 5px;color:#333333;}
  .navbar-shop li .fa-shopping-cart {position:relative;}
  .navbar-shop .fa {font-size:20px;}
  
  /* Tablet / Head + Megamenu */
  .navbar.navbar-default .dropdown.mega-menu > .dropdown-menu {position:relative;border:0;padding:0 20px 20px;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown {padding:10px 0;position:relative;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown a {padding:10px 0;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown ul {padding:15px 0 15px 15px;position:static;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown.open ul {padding:0 0 15px 15px;}

  /* Tablet / Navbar sticky */
  #masthead.mobile-sticky {position:sticky;top:0;left:0;width:100%;z-index:9999;}
  
  /* Tablet / .navbar-nav > li > .dropdown-menu {position:relative;-webkit-box-shadow:none;box-shadow:none;width:100%;background:transparent;border:none;}
  .navbar-nav > li > .dropdown.open {-webkit-transition:all .3s;transition:all .3s;} */

  /* Tablet / Carousels */
  .carousel-container .swiper-pagination {gap:8px;}
  .carousel-container .swiper-pagination .swiper-pagination-bullet {width:8px;height:8px;}
  .carousel-container .swiper-pagination .swiper-pagination-bullet-active {width:48px;}
    
  /* Tablet / Sidebar Toggle */
  .accordion-button {margin-bottom:0;font-weight:700;}
  .accordion-button:after {font-family:"Font Awesome 6 Free";content:"\f068";color:#333333;font-size:12px;position:absolute;right:0;top:auto;}
  .accordion-button.collapsed:after {content:"\f067";}
  
  /* Tablet / Forms */
  .form-request {margin-top:30px;}

  /* Tablet / Section > Titles */
  .section-title .pre-title {font-size:23px;}
  .section-title h1,
  .section-title .title {font-size:60px;}
  .section-title h3 {font-size:30px;margin-bottom:20px;}

  /* Tablet / Section > Header */
  .section-header:not(.header-lp) .section-title h1,
  .section-header .section-title .title {font-size:50px;}
  .section-header.is-tag {height:350px;}

  /* Tablet / Section > Header > Not Found */
  body.error404 .section-header::before {height:320px;}

  /* Tablet / Section > Parallax */
  /* .section.section-parallax {height:auto;aspect-ratio:1/1;} */
  .section.section-parallax {height:auto;}

  /* Tablet / Section > Projects */
  .section.section-projects {--section-padding-y:130px;background-position:center left;}
  .section.section-projects .col-12 {width:75%;}

  /* Tablet / Section > Mission */
  .section.section-mission {color:var(--color-black);font-size:25px;}
  /* Tablet / .section.section-mission .btn {margin-top:360px;} */
  /* Tablet / .section.section-mission.no-text .btn {margin-top:270px;} */

  /* Tablet / Section > Half col image */
  .section.section-half-col-image {padding-bottom:500px;}

  /* Tablet / Section > Materials */
  .section.section-materials {padding-top:300px;}

  /* Tablet / Section > Gallery */
  .section.section-gallery .carousel-container {margin-top:40px;padding-bottom:70px;}

  /* Tablet / Section > Call to Action */
  .section.section-cta {--section-padding-y:60px;text-align:center;}
  .section.section-cta .section-title h3 {text-align:center;}

  /* Tablet / Section > Projects > List */
  .section.section-projects-list .content-container .card-body {max-width:450px;}

  .section.section-projects-list .content-container .card .section-title h3 {font-size:36px;margin-bottom:15px;}
  .section.section-projects-list .content-container .card .text p {font-size:18px;}
    
  /* Tablet / Section > Footer */
  .section-footer .accordion-item {border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:10px;font-weight:700;margin-bottom:10px;}
  .section-footer .accordion-button:after {font-family:"Font Awesome 6 Free";content:"\f068";color:var(--color-white);font-size:12px;position:absolute;right:0;top:auto;}
  .section-footer .accordion-button.collapsed:after {content:"\f067";}
  .section-footer .accordion-body {padding-bottom:30px;}
  .section-footer .img-fluid {margin-bottom:15px;}
  .section-footer .divider {margin:20px 0;}

  /*
  ------------------------------------------
  Landing Page
  ------------------------------------------
  */

  /* Page */
  .page-template-template-landing {--body-offset:0px;}
  .page-template-template-landing .block-2-columns .row {--bs-gutter-x:30px;}

  /* Head + Nav */
  .page-template-template-landing .navbar.navbar-default {background-color:#504e4d !important;}

  /* Section > Header */
  .section.section-header.header-lp h2 {font-size:25px;}

  /*
  ------------------------------------------
  End Landing Page
  ------------------------------------------
  */

}

/* Tablet Landscape */
@media only screen and (min-width:992px) and (max-width:1199px) {

  /* Tablet Landscape / Variables */
  :root {
    --section-padding-x: 15px;
  }

  /* Tablet Landscape / Section > Titles */
  .section-title h1,
  .section-title .title {font-size:70px;}
  .section-title h3 {font-size:36px;}

  /* Tablet Landscape / Section > Header */
  .section-header:not(.header-lp) .section-title h1,
  .section-header .section-title .title {font-size:60px;}

  /* Tablet Landscape / Section > Header > Not Found */
  body.error404 .section-header::before {height:320px;}

  /* Tablet Landscape / Section > Projects */
  .section.section-projects {--section-padding-y:150px;}

  /* Tablet Landscape / Section > Materials */
  .section.section-materials {padding-top:300px;}

  /* Tablet Landscape / Section > Mission */
  .section.section-mission {color:var(--color-black);font-size:25px;}
  /* Tablet Landscape / .section.section-mission .btn {margin-top:360px;} */
  
  /* Tablet Landscape / Section > Gallery */
  .section.section-gallery .carousel-container {margin-top:40px;padding-bottom:70px;}
  .section.section-gallery .carousel-container .card-bg {height:230px;}

}

/* Laptop 13' - 1366x768 Non-Retina */
@media only screen and (min-width:1200px) and (max-width:1366px) {

  /* Variables */
  :root {
    --section-padding-x: 50px;
  }

  /* Section > Titles */
  .section-title h1,
  .section-title .title {font-size:90px;}

  /* Section > Mission */
  /* .section.section-mission .btn {margin-top:700px;} */
  /* .section.section-mission.no-text .btn {margin-top:400px;} */

}

/* Laptop 4:3 - 1440x1080 */
@media only screen and (min-width:1367px) and (max-width:1440px) {
}