@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

.roboto-condensed {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}


body {
    font-family: "Roboto Condensed", sans-serif; /* FIXED */
    font-weight: 400; /* default normal weight */
    min-height: 100vh;
    line-height: 1.5; /* better readability */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

/* Typography Reset */
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

p, blockquote, pre,
address, cite, code, kbd, samp, var {
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
}

/* List Reset */
ul, ol, dl, dt, dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

p {
    font-family: 'DM Sans', sans-serif;
}

/* Image & Media Reset */
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}

/* Form Reset */
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button {
    cursor: pointer;
    display: inline-block;
    border: none;
    background: none;
}

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

textarea {
    resize: vertical;
    overflow: auto;
    vertical-align: top;
}

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

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

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

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

/* Table Reset */
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th, td {
    padding: 0;
    text-align: left;
    vertical-align: top;
}

/* Misc Reset */
hr {
    box-sizing: content-box;
    height: 0;
    border: 0;
    border-top: 1px solid #ccc;
    overflow: visible;
}

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

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

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

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

/* Selection Reset */
::selection {
    background: #0EA5E9;
    text-shadow: none;
    color: #fff;
}

::-moz-selection {
    background: #0EA5E9;
    text-shadow: none;
    color: #fff;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
    background: #0EA5E9;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0369A1;
}

.custom-scroll {
    overflow-x: hidden;
}

.custom-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #0EA5E9;
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #0369A1;
}

body {
    background: #EAF6FE;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgb(244, 120, 32);
    overflow-x: hidden;
    color: #333;
    font-size: 16px;
    line-height: 27px;
}

.carousel-outer {
    overflow: hidden;
    margin-right: 2px
}

.carousel-heading {
    z-index: 100;
    position: relative;
    margin-bottom: 7px;
    min-height: 23px
}

.carousel-heading h2 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 7px
}

.carousel-wrap .item-count {
    font-size: 12px
}

.carousel-wrap[data-full-width=false] .carousel-heading h2 {
    font-size: 12px
}

.carousel-wrap .left-border, .carousel-wrap .right-border {
    width: 10px;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
    background-color: #f8f8f8
}

.carousel-wrap .left-border {
    left: 0
}

.carousel-wrap .right-border {
    right: 0
}

.carousel-next, .carousel-prev {
    background-color: #dadada;
    cursor: pointer;
    display: block;
    margin-left: 5px;
    line-height: 22px;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    text-align: center
}

.carousel-wrap[data-full-width=true] .carousel-next, .carousel-wrap[data-full-width=true] .carousel-prev {
    height: 28px;
    width: 44px
}

.carousel-wrap[data-full-width=true] .carousel-next {
    text-align: right
}

.carousel-wrap[data-full-width=true] .carousel-prev {
    text-align: left
}

.carousel-next {
    right: 0;
    padding-left: 1px
}

.carousel-prev {
    right: 25px;
    padding-right: 1px
}

.carousel-wrap[data-full-width=false] .control-wrap {
    position: absolute;
    right: 0;
    top: 0
}

.carousel-next i, .carousel-prev i, .carousel-wrap .carousel-next i, .carousel-wrap .carousel-prev i {
    background-color: transparent;
    line-height: 24px;
    font-size: 14px
}

.carousel-prev:hover, .carousel-next:hover {
    background-color: #000
}

ul.row.carousel {
    opacity: 0
}

.carousel-wrap[data-full-width=true].default-style {
    padding: 0 20px !important
}

.carousel-wrap[data-full-width=true] .work-meta {
    padding: 0 15px
}

.carousel-wrap[data-full-width=true].default-style .work-meta,
.carousel-wrap[data-full-width=true] {
    padding: 0 !important
}

.carousel-wrap[data-full-width=true].default-style .span_4 {
    margin: 0 15px
}

.carousel .span_4 .clear {
    padding-bottom: 0;
    margin-bottom: 0
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    padding: 25px 0;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab, .owl-stage.owl-grab {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: 0 0;
    border: none;
    padding: 0
}

.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px 7px;
    background: rgba(0, 0, 0, .25);
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    -webkit-transition: all .13s ease;
    transition: all .13s ease;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-theme .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.owl-carousel[data-column-padding="5px"] .carousel-item {
    padding: 6px
}

.owl-carousel[data-column-padding="10px"] .carousel-item {
    padding: 11px
}

.owl-carousel[data-column-padding="15px"] .carousel-item {
    padding: 16px
}

.owl-carousel[data-column-padding="20px"] .carousel-item {
    padding: 21px
}

.owl-carousel[data-column-padding="30px"] .carousel-item {
    padding: 31px
}

.owl-carousel[data-column-padding="40px"] .carousel-item {
    padding: 41px
}

.owl-carousel[data-column-padding="50px"] .carousel-item {
    padding: 51px
}

.owl-carousel.moving a {
    pointer-events: none
}

.owl-carousel[data-enable-animation=true] .owl-stage > .owl-item {
    opacity: 0;
    -ms-transform: translateY(70px);
    -webkit-transform: translateY(70px);
    transform: translateY(70px)
}

.owl-carousel[data-enable-animation=true] .owl-controls {
    opacity: 0
}

.owl-carousel[data-enable-animation=true].animated-in .owl-controls {
    opacity: 1;
    -ms-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.flex-gallery {
    margin: 0 0 15px;
    position: relative;
    zoom: 1;
    background-color: transparent
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flex-gallery .slides {
    zoom: 1
}

.flex-gallery ul {
    position: relative;
    z-index: 1000;
    margin: 0
}

.flex-gallery .flex-direction-nav {
    margin: 0;
    position: absolute;
    top: 8px
}

.flex-gallery ul li {
    list-style: none
}

.flex-gallery ul li img {
    margin-bottom: 0
}

.carousel li {
    margin-right: 0;
    margin-left: 0
}

.flex-control-nav {
    display: none
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    display: block;
    line-height: 22px;
    position: relative;
    background-color: #000;
    height: 25px;
    width: 25px;
    text-align: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-border-radius: 1px;
    border-radius: 1px
}

.flex-direction-nav a i {
    line-height: 29px;
    font-size: 16px;
    color: #fff;
    background-color: transparent
}

.flex-direction-nav .flex-next {
    padding-left: 2px
}

.flex-direction-nav .flex-prev {
    padding-right: 2px
}

body #ajax-content-wrap .flex-gallery .flex-direction-nav li {
    float: left;
    margin-left: 7px
}

.flex-direction-nav a:hover {
    background-color: #333
}

.flex-direction-nav .flex-next span {
    background-position: right top;
    top: 9px;
    right: 9px;
    position: absolute;
    display: block;
    height: 15px;
    width: 15px;
    z-index: 100
}

.flex-direction-nav .flex-prev span {
    background-position: left top;
    top: 9px;
    left: 9px;
    position: absolute;
    display: block;
    height: 15px;
    width: 15px;
    z-index: 100
}

.swiper-slide .button.solid_color_2, .tilt-button-wrap {
    -webkit-perspective: 800px;
    perspective: 800px;
    display: inline-block
}

.swiper-slide .button.solid_color_2:before {
    -webkit-font-smoothing: antialiased
}

.swiper-slide .button.solid_color_2 a:hover, .nectar-button.tilt:hover, .swiper-slide .button.solid_color_2 a:hover:after, .nectar-button.tilt:hover:after, .swiper-slide .button.solid_color_2 a:hover:before, .nectar-button.tilt:hover:before {
    -webkit-transition: all .5s cubic-bezier(.25, 1, .33, 1);
    transition: all .5s cubic-bezier(.25, 1, .33, 1)
}

.swiper-slide .button.solid_color_2 a, .nectar-button.tilt {
    display: block;
    background: #5cbcf6;
    outline: 1px solid transparent;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: none;
    padding-left: 22px;
    padding-right: 22px;
    position: relative;
    border-bottom: none;
    opacity: 1;
    -webkit-transition: all .5s cubic-bezier(.25, 1, .33, 1);
    transition: all .5s cubic-bezier(.25, 1, .33, 1)
}

body[data-button-style*=rounded] .nectar-button.tilt, body[data-button-style=rounded] .swiper-slide .button-wrap a, body[data-button-style^=rounded].ascend .container-wrap .search-form input[type=submit] {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

.swiper-slide .button.solid_color_2 a:after, .nectar-button.tilt:after {
    width: 100%;
    height: 37%;
    left: 0;
    top: -35%;
    -webkit-transform-origin: 0% 100%;
    -webkit-transform: rotateX(90deg);
    transform-origin: 0% 100%;
    transform: rotateX(90deg);
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .5s cubic-bezier(.25, 1, .33, 1);
    transition: all .5s cubic-bezier(.25, 1, .33, 1);
    -webkit-font-smoothing: antialiased
}

.swiper-slide .button.solid_color_2 a:before, .nectar-button.tilt:before {
    width: 100%;
    height: 30%;
    left: 0;
    top: 99%;
    background: #49a7df;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotateX(-90deg);
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
    -webkit-transition: all .5s cubic-bezier(.25, 1, .33, 1);
    transition: all .5s cubic-bezier(.25, 1, .33, 1);
    -webkit-font-smoothing: antialiased;
    content: '';
    position: absolute;
    z-index: -1
}

.swiper-slide .button.solid_color_2 a:after, .nectar-button.tilt:after, .swiper-slide .button.solid_color_2 a:before, .nectar-button.tilt:before {
    opacity: 0
}

.swiper-slide .button.solid_color_2 a:hover:after, .nectar-button.tilt:hover:after, .swiper-slide .button.solid_color_2 a:hover:before, .nectar-button.tilt:hover:before {
    opacity: 1
}

.swiper-slide .button.solid_color_2 a:hover, .nectar-button.tilt:hover {
    -webkit-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    transform: rotateX(20deg)
}

.swiper-slide .button.solid_color_2 .button-wrap, .tilt-button-inner {
    overflow: hidden;
    padding: 3px 0;
    display: inline
}

.related-posts[data-style=material] .grav-wrap {
    position: absolute;
    bottom: 30px;
    left: 30px
}

.related-posts[data-style=material] .grav-wrap img {
    display: inline-block
}

#call-to-action {
    font-family: 'Open Sans';
    font-weight: 300;
    position: relative;
    z-index: 10;
    background-color: #eeedec;
    text-align: center;
    vertical-align: bottom;
    font-size: 22px
}

#call-to-action .container span {
    display: inline-block
}

#call-to-action .container a {
    background: none repeat scroll 0 0 #000;
    position: relative;
    top: -3px;
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
    box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 20px;
    line-height: 24px;
    display: inline-block;
    border-radius: 5px;
    padding: 16px 21px
}

#call-to-action .triangle {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f8f8f8;
    height: 10px;
    width: 10px;
    left: 440px;
    margin: -42px auto 33px auto
}

#call-to-action a {
    color: #45484a;
    opacity: 1;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear
}

#call-to-action a:hover {
    opacity: .75
}

#call-to-action span {
    color: #4b4f52;
    font-family: 'Open Sans';
    font-weight: 600
}

#sidebar div ul {
    margin-left: 0
}

#sidebar div ul li {
    padding: 8px 0;
    list-style: none;
    border-bottom: 1px solid #e6e6e6
}

#sidebar > div {
    margin-bottom: 50px
}

#sidebar > div:last-child {
    margin-bottom: 0
}

#sidebar #sidebar-inner {
    margin-bottom: 0
}

#sidebar h4 {
    color: #000;
    opacity: .7;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px
}

.message-buttons {
    position: fixed;
    bottom: 60px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.message-buttons a {
    display: inline-block;
    text-align: center;
}

.message-buttons a img {
    width: 30px;
    height: 30px;
}

.shop-newsletter {
    padding: 30px;
    border: 1px solid #ccc;
    margin: 10px 50px;
    border-radius: 5px;
    background: #f1f1f1;
}

.shop-newsletter input[name='email'] {
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.page section.content-wrapper {
    padding: 40px 70px;
}

section.content-wrapper {
    background-color: #fff;
    margin: 0 auto 30px;
    padding: 20px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.breadcrumb {
    border-radius: 0;
    font-size: 14px;
}

.breadcrumb a {
    text-decoration: none;
}
