.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}button,
hr,
input {
overflow: visible;
}
audio,
canvas,
progress,
video {
display: inline-block;
}
progress,
sub,
sup {
vertical-align: baseline;
}
[type="checkbox"],
[type="radio"],
legend {
box-sizing: border-box;
padding: 0;
}
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
display: block;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
dfn {
font-style: italic;
}
mark {
background-color: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
select {
text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
outline: ButtonText dotted 1px;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
color: inherit;
display: table;
max-width: 100%;
white-space: normal;
}
textarea {
overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
summary {
display: list-item;
}
[hidden],
template {
display: none;
} html {
box-sizing: border-box;
}
body {
font-size: 16px;
color: rgba(64, 64, 64, 1);
}
body.oxygen-aos-enabled {
overflow-x: hidden;
}
*,
::after,
::before {
box-sizing: inherit;
}
.ct-section-inner-wrap {
margin-left: auto;
margin-right: auto;
height: 100%;
min-height: inherit;
}
.ct-section-with-shape-divider {
position: relative !important;
}
.oxygen-unslider-container:not(.unslider-fade) > ul {
list-style: none;
width: 0px;
}
.oxygen-unslider-container:not(.unslider-fade):not(.unslider-horizontal) > ul > li {
opacity: 0;
}
.oxygen-unslider-container.unslider-fade > ul > li:not(.unslider-active) {
opacity: 0;
}
div.ct-svg-icon > svg,
svg.ct-svg-icon {
height: 1em !important;
fill: currentColor;
}
.ct-columns-inner-wrap {
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.ct-column {
float: left !important;
word-break: break-word;
}
svg.ct-svg-icon {
display: inline-block;
width: 1em !important;
}
div.ct-svg-icon {
display: inline-block;
box-sizing: content-box;
border-radius: 50%;
width: auto;
}
div.ct-svg-icon > svg {
width: 1em !important;
display: block;
}
div.ct-fancy-icon {
display: inline-flex;
border-radius: 50%;
}
.ct-fancy-icon > svg {
fill: currentColor;
}
.ct-columns-inner-wrap > .ct-column:first-child {
margin-left: 0 !important;
}
.ct-columns-inner-wrap > .ct-column:last-child {
margin-right: 0 !important;
}
.ct-video {
width: 100%;
}
.ct-video > .oxygen-vsb-responsive-video-wrapper {
position: relative;
}
.ct-video > .oxygen-vsb-responsive-video-wrapper > iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.oxy-nav-menu-list {
display: flex;
padding: 0;
margin: 0;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item {
list-style-type: none;
display: flex;
flex-direction: column;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item a {
text-decoration: none;
border-style: solid;
border-width: 0;
transition-timing-function: ease-in-out;
transition-property: background-color, color, border-color;
border-color: transparent;
}
.oxy-nav-menu .oxy-nav-menu-list li.current-menu-item > a,
.oxy-nav-menu .oxy-nav-menu-list li.menu-item:focus-within > a,
.oxy-nav-menu .oxy-nav-menu-list li.menu-item:hover > a {
border-color: currentColor;
}
.oxy-nav-menu .menu-item,
.oxy-nav-menu .sub-menu {
position: relative;
}
.oxy-nav-menu .menu-item .sub-menu {
padding: 0;
flex-direction: column;
white-space: nowrap;
transition-timing-function: ease-in-out;
transition-property: visibility, opacity;
visibility: hidden;
opacity: 0;
display: flex;
position: absolute;
top: 100%;
}
.oxy-nav-menu .sub-menu .sub-menu,
.oxy-nav-menu.oxy-nav-menu-vertical .sub-menu {
left: 100%;
top: 0;
}
.oxy-nav-menu .menu-item:hover > .sub-menu,
.oxy-nav-menu .menu-item:focus-within > .sub-menu {
visibility: visible;
opacity: 1;
}
.oxy-nav-menu .sub-menu li.menu-item {
flex-direction: column;
}
@keyframes oxy_sticky_header_fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.oxy-sticky-header-fade-in {
animation-name: oxy_sticky_header_fadein;
animation-duration: 0.5s;
animation-iteration-count: 1;
}
.oxy-sticky-header .oxygen-show-in-sticky-only {
display:  none;
}
.oxy-sticky-header.oxy-sticky-header-active .oxygen-show-in-sticky-only {
display: block;
}
.oxy-header-wrapper {
position: relative;
}
.oxy-header-row {
width: 100%;
display: block;
}
.oxy-header-container {
height: 100%;
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
}
.oxy-header-center,
.oxy-header-left,
.oxy-header-right {
display: flex;
align-items: center;
}
.oxy-header .oxygen-only-show-in-overlay,
.oxy-video-container {
display: none;
}
.oxy-header-left {
justify-content: flex-start;
}
.oxy-header-center {
flex-grow: 1;
justify-content: center;
}
.oxy-header-right {
justify-content: flex-end;
}
.admin-bar .oxy-sticky-header-active {
top: 32px !important;
}
@media screen and (max-width: 782px) {
.admin-bar .oxy-sticky-header-active {
top: 46px !important;
}
}
@media screen and (max-width: 600px) {
.admin-bar .oxy-sticky-header-active {
top: 0 !important;
}
}
.oxy-video-background {
position: relative;
z-index: 1;
}
.oxy-video-background .oxy-video-container {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: -1;
}
.oxy-video-background .oxy-video-container video {
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
}
.oxy-video-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.oxy-map iframe {
width: 100%;
height: 100%;
display: block;
}
.unslider .unslider-fade ul li.unslider-active {
position: relative;
}
.oxy-menu-toggle {
cursor: pointer;
display: none;
}
.oxy-nav-menu.oxy-nav-menu-open {
width: 100%;
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
overflow: auto;
z-index: 2147483642 !important;
background-color: #fff;
}
.oxy-nav-menu.oxy-nav-menu-open > div:last-child {
max-height: 100%;
overflow: auto;
padding-top: 2em;
padding-bottom: 2em;
width: 100%;
}
.oxy-nav-menu-prevent-overflow {
overflow: hidden;
height: 100%;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-menu-toggle {
display: initial;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list {
flex-direction: column !important;
width: 100%;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list .menu-item a {
text-align: center;
border: 0 !important;
background-color: transparent !important;
justify-content: center;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-hamburger-wrap {
position: absolute;
top: 20px;
right: 20px;
z-index: 1;
}
.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu {
background-color: #fff;
z-index: 2147483641;
}
.oxy-nav-menu.oxy-nav-menu-open .menu-item .sub-menu,
.oxy-nav-menu.oxy-nav-menu-open .menu-item-has-children > a::after {
display: none;
}
.oxy-nav-menu.oxy-nav-menu-open.oxy-nav-menu-responsive-dropdowns
.menu-item
.sub-menu {
display: flex;
position: static;
animation-name: none;
visibility: visible;
opacity: 1;
transition-duration: 0s !important;
}
.oxy-nav-menu.oxy-nav-menu-open a:not([href]) {
display: none;
}
.oxy-nav-menu-hamburger-wrap {
display: flex;
align-items: center;
justify-content: center;
}
.oxy-nav-menu-hamburger {
display: flex;
justify-content: space-between;
flex-direction: column;
}
.oxy-nav-menu-hamburger-line {
border-radius: 2px;
}
.oxy-nav-menu-open .oxy-nav-menu-hamburger {
transform: rotate(45deg);
}
.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line {
display: none;
}
.oxy-nav-menu-open
.oxy-nav-menu-hamburger
.oxy-nav-menu-hamburger-line:first-child {
display: initial;
position: relative;
}
.oxy-nav-menu-open
.oxy-nav-menu-hamburger
.oxy-nav-menu-hamburger-line:last-child {
display: initial;
position: relative;
transform: rotate(90deg);
}
.oxy-nav-menu .menu-item a {
display: flex;
align-items: center;
}
.oxy-nav-menu.oxy-nav-menu-vertical .menu-item a {
flex-direction: row;
}
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow
.menu-item-has-children
> a::after {
width: 0.35em;
height: 0.35em;
margin-left: 0.5em;
border-right: 0.1em solid;
border-top: 0.1em solid;
transform: rotate(135deg);
content: "";
}
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow
.sub-menu
.menu-item-has-children
> a::after,
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow.oxy-nav-menu-vertical
.menu-item-has-children
> a::after {
transform: rotate(45deg);
}
.oxy-social-icons {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: flex-start;
}
.oxy-social-icons a {
line-height: 1;
width: 1em;
height: 1em;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
}
.oxy-social-icons a svg {
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
.oxy-soundcloud {
min-width: 300px;
min-height: 120px;
}
.oxy-soundcloud iframe {
width: 100%;
height: 100%;
}
.comment-body .alignleft,
.oxy-stock-content-styles .alignleft {
margin-right: 1em;
float: left;
}
.comment-body .alignright,
.oxy-stock-content-styles .alignright {
margin-left: 1em;
float: right;
}
.comment-body .aligncenter,
.oxy-stock-content-styles .aligncenter {
margin-left: auto;
margin-right: auto;
}
.comment-body img,
.oxy-stock-content-styles img {
max-width: 100%;
}
.oxy-comment-form .comment-reply-title {
margin-bottom: 0.5em;
}
.oxy-comment-form .logged-in-as {
margin-bottom: 1em;
font-size: 0.75em;
}
.oxy-comment-form #submit {
padding: 1em 2em;
background-color: #000;
color: #fff;
cursor: pointer;
margin-top: 0.5em;
border: none;
font-weight: 700;
}
.oxy-comment-form input,
.oxy-comment-form textarea {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
color: gray;
width: 100%;
}
.oxy-comment-form label {
font-weight: 700;
}
.oxy-comment-form .comment-form > p {
margin-top: 0;
margin-bottom: 1em;
}
.oxy-comments h3.comments-title {
margin-bottom: 1em;
}
.oxy-comments ol.children,
.oxy-comments ol.comments-list {
list-style: none;
margin: 0;
padding: 0;
}
.oxy-comments ol.children {
margin-left: 50px;
}
.oxy-comments li.comment .comment-body {
margin-left: 0;
margin-right: 0;
margin-bottom: 50px;
}
.oxy-comments li.comment .comment-body .comment-content {
margin-bottom: 1em;
}
.oxy-comments .comment-meta .comment-author {
display: flex;
flex-direction: row;
align-items: center;
}
.oxy-comments .comment-meta .comment-author .avatar {
max-width: 64px;
max-height: 64px;
margin-right: 0.5em;
}
.oxy-comments .comment-meta .comment-author span.says::before {
content: " ";
white-space: pre;
}
.oxy-progress-bar-overlay-percent,
.oxy-progress-bar-overlay-text {
line-height: 1;
white-space: nowrap;
color: #fff;
}
.oxy-comments .comment-meta .comment-metadata {
font-size: 0.75em;
margin-top: 0.75em;
}
.oxy-comments .comment-meta .edit-link {
margin-left: 0.5em;
}
.oxy-comments .reply {
display: flex;
}
.oxy-comments .reply .comment-reply-link {
font-size: 0.75em;
}
.oxy-comments .comment-meta {
flex-wrap: wrap;
}
.oxy-comments .comment-awaiting-moderation {
flex-basis: 100%;
}
.oxy-login-form p {
display: flex;
flex-direction: column;
}
.oxy-login-form input {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
}
.oxy-login-form input[type="submit"] {
padding: 1em 2em;
background-color: #000;
color: #fff;
cursor: pointer;
border: none;
font-weight: 700;
}
.oxy-search-form input {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
}
.oxy-search-form input[type="submit"] {
padding: calc(0.5em + 1px) 1em;
background-color: #000;
color: #fff;
cursor: pointer;
border: none;
}
.oxy-search-form label.screen-reader-text {
display: none;
}
.oxy-icon-box-icon {
display: flex;
flex-shrink: 0;
flex-grow: 0;
}
.oxy-icon-box-content {
flex-grow: 1;
width: 100%;
}
.oxy-icon-box-heading,
.oxy-icon-box-text {
margin: 0;
}
.oxy-icon-box {
display: flex;
align-items: flex-start;
}
.oxy-pricing-box {
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
order: 10;
display: flex;
flex-direction: row;
}
.oxy-pricing-box-graphic > img {
max-width: 100%;
display: block;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-title {
order: 20;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
order: 30;
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: baseline;
justify-content: center;
}
.oxy-pricing-box-amount {
display: flex;
align-items: baseline;
flex-direction: row;
}
.oxy-pricing-box-currency {
align-self: flex-start;
}
.oxy-pricing-box-amount-decimal {
align-self: baseline;
}
.oxy-pricing-box-term {
margin-left: 0.4em;
}
.oxy-pricing-box-sale-price {
width: 100%;
flex-grow: 0;
flex-shrink: 0;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
order: 40;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
order: 60;
}
@keyframes oxy_progress_bar_width {
0% {
width: 0%;
}
100% {
width: 100%;
}
}
@keyframes oxy_progress_bar_stripes {
from {
background-position: 44px 0;
}
to {
background-position: 0 0;
}
}
.oxy-progress-bar-background,
.oxy-progress-bar-progress {
background-position: top left;
background-attachment: fixed;
background-size: 44px 44px;
}
.oxy-progress-bar {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.oxy-progress-bar-background {
background-color: #d3d3d3;
width: 100%;
}
.oxy-progress-bar-progress {
padding: 20px;
display: flex;
background-color: #a9a9a9;
align-items: center;
}
.oxy-progress-bar-overlay-percent {
margin-left: auto;
padding-left: 1em;
font-size: 0.8em;
}
.oxy-tab,
.oxy-tab-content {
padding: 20px;
}
.oxy-progress-bar-overlay-percent:empty {
display: none;
}
.oxy-superbox {
display: inline-flex;
}
.oxy-superbox-primary,
.oxy-superbox-secondary,
.oxy-tabs-wrapper {
display: flex;
}
.oxy-superbox-wrap {
position: relative;
overflow: hidden;
display: flex;
width: 100%;
}
.oxy-superbox-primary {
position: relative;
top: 0;
left: 0;
width: 100%;
}
.oxy-superbox-secondary {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.oxy-tab {
cursor: pointer;
}
.oxy-tabs-contents-content-hidden {
display: none !important;
}
.oxy-testimonial {
display: flex;
width: 100%;
}
.oxy-testimonial .oxy-testimonial-photo-wrap {
display: flex;
flex-direction: column;
}
.oxy-testimonial .oxy-testimonial-photo {
border-radius: 50%;
}
.oxy-testimonial .oxy-testimonial-content-wrap {
display: flex;
flex-direction: column;
order: 2;
}
.oxy-testimonial .oxy-testimonial-author-wrap {
display: flex;
flex-direction: column;
}
.oxy-testimonial .oxy-testimonial-author,
.oxy-testimonial .oxy-testimonial-author-info {
display: flex;
}
.oxy-toggle {
display: flex;
flex-direction: row;
cursor: pointer;
}
.oxy-toggle-content {
align-self: stretch;
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.oxy-expand-collapse-icon {
align-self: center;
flex-shrink: 0;
flex-grow: 0;
margin-right: 0.4em;
text-align: initial;
width: 1em;
height: 1em;
position: relative;
display: inline-block;
}
.oxy-expand-collapse-icon::after,
.oxy-expand-collapse-icon::before {
content: "";
background-color: #000;
position: absolute;
width: 1em;
height: 0.16em;
top: calc((1em / 2) - 0.08em);
transition: 0.3s ease-in-out all;
border-radius: 0.03em;
}
.oxy-expand-collapse-icon::after {
transform: rotate(-90deg) scale(0);
}
.oxy-eci-collapsed.oxy-expand-collapse-icon::after {
transform: rotate(-180deg);
}
.oxy-eci-collapsed.oxy-expand-collapse-icon::before {
transform: rotate(-90deg);
}
[data-aos][data-aos=""] {
transition-duration: 0s !important;
}
body.oxy-modal-active {
height: 100vh;
overflow-y: hidden;
position: fixed;
right: 0;
left: 0;
}
.oxy-modal-backdrop {
display: flex;
align-items: center;
justify-content: center;
}
body:not(.oxygen-builder-body) .oxy-modal-backdrop {
display: none;
}
body.oxygen-builder-body .oxy-modal-backdrop {
height: 100vh;
}
.oxy-modal-backdrop.live {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 1400;
}
.oxy-modal-backdrop.hidden {
display: none;
}
.oxy-modal-backdrop.left {
flex-direction: column;
align-items: flex-start;
}
.oxy-modal-backdrop.right {
flex-direction: column;
align-items: flex-end;
}
.oxy-modal-backdrop.top {
flex-direction: row;
align-items: flex-start;
}
.oxy-modal-backdrop.bottom {
flex-direction: row;
align-items: flex-end;
}
.oxy-modal-backdrop.upper_left {
flex-direction: row;
align-items: flex-start;
justify-content: flex-start;
}
.oxy-modal-backdrop.upper_right {
flex-direction: row;
align-items: flex-start;
justify-content: flex-end;
}
.oxy-modal-backdrop.bottom_left {
flex-direction: row;
align-items: flex-end;
justify-content: flex-start;
}
.oxy-modal-backdrop.bottom_right {
flex-direction: row;
align-items: flex-end;
justify-content: flex-end;
}
.oxy-modal-backdrop .ct-modal {
background-color: white;
max-height: 100vh;
overflow-y: auto;
}
div.oxy-dynamic-list div.oxy-product-images.oxy-woo-element {
align-self: stretch;
}
div.oxy-repeater-pages,
div.oxy-repeater-pages-wrap {
display: flex;
}
.oxy-rich-text p:first-child {
margin-block-start: 0;
}
.oxy-rich-text p:last-child {
margin-block-end: 0;
} :-webkit-any(li, div._important),
:is(li, div._important) {
display: list-item;
}
:-webkit-any(table, div._important),
:is(table, div._important){
display: table;
}
:is(thead, div._important),
:-webkit-any(thead, div._important){
display: table-header-group;
}
:is(tr, div._important),
:-webkit-any(tr, div._important) {
display: table-row;
}
:is(tbody, div._important),
:-webkit-any(tbody, div._important) {
display: table-row-group;
}
:is(th, td, div._important),
:-webkit-any(th, td, div._important) {
display: table-cell;
}
:is(caption, div._important),
:-webkit-any(caption, div._important) {
display: table-caption;
}
:is(colgroup, div._important),
:-webkit-any(colgroup, div._important){
display: table-column-group;
}
:is(col, div._important),
:-webkit-any(col, div._important){
display: table-column;
}
:is(tfoot, div._important),
:-webkit-any(tfoot, div._important){
display: table-footer-group;
}#section-1-34 > .ct-section-inner-wrap{max-width:100%;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}#section-20-34 > .ct-section-inner-wrap{max-width:100%;padding-top:150px;padding-bottom:150px;display:flex;flex-direction:column;align-items:center}#section-20-34{display:block}#section-20-34{background-image:linear-gradient(#092e20,#092e20);background-size:auto,auto auto;background-repeat:repeat;background-blend-mode:screen;text-align:left}@media (max-width:767px){#section-20-34 > .ct-section-inner-wrap{padding-top:75px;padding-bottom:75px}}#div_block-190-34{text-align:left;align-items:center;justify-content:center;background-color:#092e20}#div_block-2-34{padding-left:50px;padding-top:50px;padding-right:50px;padding-bottom:20px;flex-direction:row;display:flex;width:100%;justify-content:space-between;align-items:center}#div_block-3-34{text-align:left;flex-direction:row;display:flex;align-items:center}#div_block-8-34{margin-left:40px;text-align:left;flex-direction:row;display:flex}#div_block-4-34{text-align:left;flex-direction:row;display:flex;align-items:center}#div_block-40-34{display:none}#div_block-41-34{margin-left:20px}#div_block-25-34{display:flex;margin-top:80px;flex-direction:row;align-items:center;margin-bottom:80px;max-width:100%}#div_block-32-34{border-right-color:rgba(255,255,255,0.1);border-right-width:1px;border-right-style:solid;flex-direction:column;display:flex;text-align:left}#div_block-38-34{color:rgba(255,255,255,0.15);font-family:'Cormorant';margin-top:40px}#div_block-49-34{background-image:linear-gradient(45deg,rgba(13,13,15,0.85),rgba(37,37,45,0.86)),url(https://stuartrosshair.com/wp-content/uploads/2022/06/Background.jpg);background-size:auto,cover;width:100%;background-repeat:no-repeat;background-blend-mode:normal;background-position:50% 50%}#div_block-51-34{position:absolute;top:40px;right:40px}#div_block-54-34{flex-direction:column;display:flex;text-align:left;align-items:center;width:100%;height:100%;justify-content:center}#div_block-58-34{text-align:left;align-items:center;margin-bottom:40px}#div_block-189-34{text-align:left;flex-direction:row;display:flex;margin-top:20px}#div_block-138-34{background-image:linear-gradient(45deg,rgba(13,13,15,0.85),rgba(37,37,45,0.86)),url(https://stuartrosshair.com/wp-content/uploads/2022/06/INTERNAL.jpg);background-size:auto,cover;width:100%;height:100%;flex-direction:column;display:flex;text-align:left;align-items:center;justify-content:center;background-repeat:no-repeat;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;background-position:50% 50%}#div_block-166-34{background-color:#ffffff;border-radius:2px}#div_block-163-34{top:40px;right:40px;width:100%;text-align:left;align-items:flex-end;padding-top:10px;padding-right:10px}#div_block-140-34{max-width:500px;padding-right:80px;padding-bottom:40px;padding-left:80px;padding-top:10px;flex-direction:column;display:flex;text-align:left;align-items:center}#div_block-142-34{flex-direction:column;display:flex;text-align:left;align-items:center}#div_block-143-34{flex-direction:row;display:flex;align-items:center;justify-content:center}#div_block-146-34{flex-direction:row;display:flex;justify-content:center}#div_block-149-34{flex-direction:row;display:flex;justify-content:center}#div_block-178-34{background-image:linear-gradient(45deg,rgba(13,13,15,0.85),rgba(37,37,45,0.86)),url(https://stuartrosshair.com/wp-content/uploads/2022/06/INTERNAL.jpg);background-size:auto,cover;width:100%;height:100%;flex-direction:column;display:flex;text-align:left;align-items:center;justify-content:center;background-repeat:no-repeat;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;background-position:50% 50%}#div_block-179-34{background-color:#ffffff;border-radius:2px}#div_block-180-34{top:40px;right:40px;width:100%;text-align:left;align-items:flex-end;padding-top:10px;padding-right:10px}#div_block-183-34{max-width:500px;padding-right:80px;padding-bottom:40px;padding-left:80px;padding-top:10px;flex-direction:column;display:flex;text-align:left;align-items:center;justify-content:center}@media (max-width:991px){#div_block-8-34{display:none}}@media (max-width:991px){#div_block-40-34{display:block}}@media (max-width:767px){#div_block-2-34{padding-left:20px;padding-right:20px;padding-top:20px}}@media (max-width:767px){#div_block-25-34{flex-direction:column;display:flex}}@media (max-width:767px){#div_block-26-34{border-top-color:rgba(255,255,255,0.1);border-top-width:1px;border-top-style:solid}}@media (max-width:767px){#div_block-32-34{border-right-width:0px}}@media (max-width:767px){#div_block-138-34{height:100vh;padding-top:40px;padding-bottom:40px;overflow:scroll;flex-direction:column;display:flex;text-align:center;align-items:center;justify-content:flex-start}}@media (max-width:767px){#div_block-166-34{margin-top:50px;margin-bottom:50px}}@media (max-width:767px){#div_block-140-34{padding-left:20px;padding-right:20px;padding-bottom:20px}}@media (max-width:767px){#div_block-178-34{height:100vh;padding-top:40px;padding-bottom:40px;overflow:scroll;flex-direction:column;display:flex;text-align:center;align-items:center;justify-content:flex-start}}@media (max-width:767px){#div_block-179-34{margin-top:50px;margin-bottom:50px}}@media (max-width:767px){#div_block-183-34{padding-left:40px;padding-right:40px;padding-bottom:20px}}@media (max-width:479px){#div_block-58-34{margin-bottom:10px}}@media (max-width:479px){#div_block-189-34{margin-top:10px}}#headline-141-34{color:#3f3f3f;margin-bottom:20px;line-height:1;font-size:50px;font-weight:100}#headline-184-34{color:#3f3f3f;margin-bottom:20px;line-height:1;font-size:30px;font-weight:100;text-align:center}@media (max-width:767px){#headline-141-34{font-size:30px}}@media (max-width:767px){#headline-184-34{font-size:30px}}#text_block-193-34{font-weight:400;text-transform:uppercase;font-size:12px;letter-spacing:0.5px;line-height:1.2;padding-top:8px;padding-bottom:8px}#text_block-199-34{color:#000000}#text_block-200-34{display:none;color:#000000}#text_block-153-34{font-size:14px;line-height:1.4;color:rgba(63,63,63,0.23);margin-bottom:20px;font-style:italic;text-align:center}@media (max-width:767px){#text_block-199-34{display:none}}@media (max-width:767px){#text_block-200-34{display:block}}@media (max-width:767px){#text_block-153-34{text-align:center}}#_rich_text-39-34{text-align:center;line-height:1.2}#_rich_text-185-34{text-align:center;color:rgba(63,63,63,0.91);font-size:15px}#link_text-152-34{color:rgba(255,255,255,0.33);text-transform:uppercase;letter-spacing:1px;font-size:10px;margin-top:10px;transition-duration:0.5s;display:none}#link_text-152-34:hover{color:rgba(255,255,255,0.75);transition-duration:0.5s}#link-192-34{color:rgba(255,255,255,0.78);transition-duration:.3s}#link-192-34:hover{color:#ffffff;transition-duration:.3s}#link-14-34{margin-right:10px}#link-175-34{margin-right:20px}#link-46-34{transition-duration:0.5s}#link-46-34:hover{opacity:0.4;transition-duration:0.5s}#link-52-34{opacity:0.5;transition-duration:0.5s}#link-52-34:hover{opacity:0.9;transition-duration:0.5s}#link-134-34{margin-left:2px;margin-right:2px;color:rgba(255,255,255,0.5)}#link-187-34{margin-left:2px;margin-right:2px;color:rgba(255,255,255,0.49)}#link-164-34{opacity:0.5;transition-duration:0.5s}#link-164-34:hover{opacity:0.9;transition-duration:0.5s}#link-181-34{opacity:0.5;transition-duration:0.5s}#link-181-34:hover{opacity:0.9;transition-duration:0.5s}@media (max-width:479px){#link-134-34{display:block}}@media (max-width:479px){#link-187-34{display:block}}#link_button-68-34{background-color:transparent;border:1px solid #e2e2e2;color:#e2e2e2;padding:7px 11.8px}#link_button-68-34{font-family:'Cormorant';font-weight:500;padding-right:30px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#848484;border-right-color:#848484;border-bottom-color:#848484;border-left-color:#848484;border-radius:4px;transition-duration:0.5s;color:#ffffff;padding-left:30px}#link_button-68-34:hover{background-color:transparent;border:1px solid #ffffff;color:#ffffff;padding:7px 11.8px}#link_button-68-34:hover{transform:translateY(-1px);transition-duration:0.5s;box-shadow:2px 2px 10px rgba(0,0,0,0.15)}#image-6-34{max-width:30px}#image-23-34{max-width:30px}#image-57-34{max-width:60px;margin-bottom:60px}@media (max-width:767px){#image-57-34{max-width:40px;margin-bottom:40px}}@media (max-width:479px){#image-57-34{margin-bottom:10px}}#fancy_icon-18-34>svg{width:25px;height:25px}#fancy_icon-176-34>svg{width:25px;height:25px}#fancy_icon-53-34{color:#ffffff}#fancy_icon-53-34>svg{width:28px;height:28px}#fancy_icon-135-34>svg{width:25px;height:25px}#fancy_icon-188-34>svg{width:25px;height:25px}#fancy_icon-165-34{color:#3f3f3f}#fancy_icon-165-34>svg{width:28px;height:28px}#fancy_icon-182-34{color:#3f3f3f}#fancy_icon-182-34>svg{width:28px;height:28px}#modal-137-34{flex-direction:column;display:flex;text-align:left;align-items:center;modal-position:center;gap:0px;width:100%;height:100vh}#modal-177-34{flex-direction:column;display:flex;text-align:left;align-items:center;modal-position:center;gap:0px;width:100%;height:100vh}#-off-canvas-48-34 .offcanvas-inner{background-color:#f4f4f4;width:100%;flex-direction:column;align-items:center;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px}#-off-canvas-48-34{display:none}#-off-canvas-48-34 .offcanvas-inner{left:auto;right:0;height:100vh;min-height:-webkit-fill-available}body:not(.oxygen-builder-body) #-off-canvas-48-34{display:block}body:not(.oxygen-builder-body) .editor-styles-wrapper #-off-canvas-48-34{visibility:hidden}body.oxygen-builder-body #-off-canvas-48-34 .offcanvas-inner{-webkit-transform:none;-ms-transform:none;transform:none;z-index:2147483640}.oxy-off-canvas{visibility:visible;pointer-events:none}.offcanvas-inner{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:fixed;height:100vh;max-width:100%;width:280px;overflow-x:hidden;top:0;left:0;padding:30px;z-index:1000;-webkit-transition:-webkit-transform .5s cubic-bezier(0.77,0,0.175,1),box-shadow .5s cubic-bezier(0.77,0,0.175,1);transition:transform .5s cubic-bezier(0.77,0,0.175,1),box-shadow .5s cubic-bezier(0.77,0,0.175,1);-o-transition:-o-transform .5s cubic-bezier(0.77,0,0.175,1),box-shadow .5s cubic-bezier(0.77,0,0.175,1);pointer-events:auto}.offcanvas-inner:focus{outline:none}.oxy-offcanvas_backdrop{background:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;visibility:hidden;-webkit-transition:all .5s cubic-bezier(0.77,0,0.175,1);-o-transition:all .5s cubic-bezier(0.77,0,0.175,1);transition:all .5s cubic-bezier(0.77,0,0.175,1);pointer-events:auto;z-index:10}.oxy-off-canvas-toggled .oxy-offcanvas_backdrop{opacity:1;visibility:visible}body.oxygen-builder-body .oxy-slide-menu-dropdown-icon-click-area{position:relative;z-index:2147483641}body.oxygen-builder-body .oxy-offcanvas_backdrop{opacity:1;visibility:visible}.oxy-off-canvas .aos-animate-disabled[data-aos^='fade'][data-aos^='fade']{opacity:0}.oxy-off-canvas .aos-animate-disabled[data-aos='fade-up'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='fade-up']{transform:translate3d(0,100px,0)}.oxy-off-canvas .aos-animate-disabled[data-aos='fade-down'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='fade-down']{transform:translate3d(0,-100px,0)}.oxy-off-canvas .aos-animate-disabled[data-aos='fade-right'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='fade-right']{transform:translate3d(-100px,0,0)}.oxy-off-canvas .aos-animate-disabled[data-aos='fade-left'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='fade-left']{transform:translate3d(100px,0,0)}.oxy-off-canvas .aos-animate-disabled[data-aos='fade-up-right'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='fade-up-right']{transform:translate3d(-100px,100px,0)}.oxy-off-canvas .aos-animate-disabled[data-aos='fade-up-left'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='fade-up-left']{transform:translate3d(100px,100px,0)}.oxy-off-canvas .aos-animate-disabled[data-aos='fade-down-right'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='fade-down-right']{transform:translate3d(-100px,-100px,0)}.oxy-off-canvas .aos-animate-disabled[data-aos='fade-down-left'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='fade-down-left']{transform:translate3d(100px,-100px,0)}.oxy-off-canvas .aos-animate-disabled[data-aos^='zoom'][data-aos^='zoom'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos^='zoom'][data-aos^='zoom']{opacity:0;transition-property:opacity,transform}.oxy-off-canvas .aos-animate-disabled[data-aos^='zoom'][data-aos^='zoom'].aos-animate,.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos^='zoom'][data-aos^='zoom'].aos-animate{opacity:1;transform:translateZ(0) scale(1)}.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-in'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='zoom-in']{transform:scale(0.6)}.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-in-up'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='zoom-in-up']{transform:translate3d(0,100px,0) scale(0.6)}.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-in-down'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='zoom-in-down']{transform:translate3d(0,-100px,0) scale(0.6)}.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-in-right'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='zoom-in-right']{transform:translate3d(-100px,0,0) scale(0.6)}.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-in-left'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='zoom-in-left']{transform:translate3d(100px,0,0) scale(0.6)}.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-out'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='zoom-out']{transform:scale(1.2)}.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-out-up'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='zoom-out-up']{transform:translate3d(0,100px,0) scale(1.2)}.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-out-down'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='zoom-out-down']{transform:translate3d(0,-100px,0) scale(1.2)}.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-out-right'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='zoom-out-right']{transform:translate3d(-100px,0,0) scale(1.2)}.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-out-left'],.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-out-left']{transform:translate3d(100px,0,0) scale(1.2)}.oxy-off-canvas .aos-animate-disabled[data-aos^='slide'][data-aos^='slide'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos^='slide'][data-aos^='slide']{transition-property:transform}.oxy-off-canvas .aos-animate-disabled[data-aos='slide-up'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='slide-up']{transform:translate3d(0,100%,0)}.oxy-off-canvas .aos-animate-disabled[data-aos='slide-down'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='slide-down']{transform:translate3d(0,-100%,0)}.oxy-off-canvas .aos-animate-disabled[data-aos='slide-right'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='slide-right']{transform:translate3d(-100%,0,0)}.oxy-off-canvas .aos-animate-disabled[data-aos='slide-left'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='slide-left']{transform:translate3d(100%,0,0)}.oxy-off-canvas .aos-animate-disabled[data-aos^='flip'][data-aos^='flip'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos^='flip'][data-aos^='flip']{backface-visibility:hidden;transition-property:transform}.oxy-off-canvas .aos-animate-disabled[data-aos='flip-left'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='flip-left']{transform:perspective(2500px) rotateY(-100deg)}.oxy-off-canvas .aos-animate-disabled[data-aos='flip-right'],.oxy-off-canvas .aos-animate-disabled[data-aos='flip-right']{transform:perspective(2500px) rotateY(100deg)}.oxy-off-canvas .aos-animate-disabled[data-aos='flip-up'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='flip-up']{transform:perspective(2500px) rotateX(-100deg)}.oxy-off-canvas .aos-animate-disabled[data-aos='flip-up'].aos-animate{transform:perspective(2500px) rotateX(0)}.oxy-off-canvas .aos-animate-disabled[data-aos='flip-down'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='flip-down']{transform:perspective(2500px) rotateX(100deg)}.oxy-off-canvas .aos-animate-disabled[data-aos='flip-down'].aos-animate{transform:perspective(2500px) rotateX(0)}.oxy-off-canvas .screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar .oxy-off-canvas .offcanvas-inner{margin-top:32px}@media screen and (max-width:782px){.admin-bar .oxy-off-canvas .offcanvas-inner{margin-top:46px}}body.oxygen-builder-body.admin-bar .oxy-off-canvas .offcanvas-inner{margin-top:0}html.toggled-off-canvas-48-34,body.toggled-off-canvas-48-34{overflow:hidden}.oxy-off-canvas .offcanvas-inner{-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0)}#-off-canvas-48-34.oxy-off-canvas-toggled.oxy-off-canvas .offcanvas-inner{-webkit-transform:none;-ms-transform:none;transform:none}[data-offcanvas-push='#-off-canvas-48-34'].oxy-off-canvas-toggled{-webkit-transform:translate(var(--offcanvas-push),0);-ms-transform:translate(var(--offcanvas-push),0);transform:translate(var(--offcanvas-push),0)}body:not(.oxygen-builder-body) #-off-canvas-48-34:not(.oxy-off-canvas-toggled) .offcanvas-inner{box-shadow:none}#-off-canvas-48-34 .offcanvas-inner{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0)}#-off-canvas-48-34.oxy-off-canvas-toggled .offcanvas-inner{-webkit-transform:none;-ms-transform:none;transform:none}[data-offcanvas-push='#-off-canvas-48-34'].oxy-off-canvas-toggled{-webkit-transform:translate(calc(0px - (var(--offcanvas-push))),0);-ms-transform:translate(calc(0px - (var(--offcanvas-push))),0);transform:translate(calc(0px - (var(--offcanvas-push))),0)}#div_block-3-183{max-width:600px;margin-left:auto;margin-right:auto;flex-direction:column;display:flex;text-align:left;align-items:center}#headline-5-183{text-align:center;margin-bottom:20px;color:#000000}#_rich_text-4-183{color:#3f3f3f}.ct-section {
width:100%;
background-size:cover;
background-repeat:repeat;
}
.ct-section>.ct-section-inner-wrap {
display:flex;
flex-direction:column;
align-items:flex-start;
}
.ct-div-block {
display:flex;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.ct-new-columns {
display:flex;
width:100%;
flex-direction:row;
align-items:stretch;
justify-content:center;
flex-wrap:wrap;
}
.ct-link-text {
display:inline-block;
}
.ct-link {
display:flex;
flex-wrap:wrap;
text-align:center;
text-decoration:none;
flex-direction:column;
align-items:center;
justify-content:center;
}
.ct-link-button {
display:inline-block;
text-align:center;
text-decoration:none;
}
.ct-link-button {
background-color: #1e73be;
border: 1px solid #1e73be;
color: #ffffff;
padding: 10px 16px;
}
.ct-image {
max-width:100%;
}
.ct-fancy-icon>svg {
width:55px;height:55px;}
.ct-inner-content {
width:100%;
}
.ct-slide {
display:flex;
flex-wrap:wrap;
text-align:center;
flex-direction:column;
align-items:center;
justify-content:center;
}
.ct-nestable-shortcode {
display:flex;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-comments {
width:100%;
text-align:left;
}
.oxy-comment-form {
width:100%;
}
.oxy-login-form {
width:100%;
}
.oxy-search-form {
width:100%;
}
.oxy-tabs-contents {
display:flex;
width:100%;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-tab {
display:flex;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-tab-content {
display:flex;
width:100%;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-testimonial {
width:100%;
}
.oxy-icon-box {
width:100%;
}
.oxy-pricing-box {
width:100%;
}
.oxy-posts-grid {
width:100%;
}
.oxy-gallery {
width:100%;
}
.ct-slider {
width:100%;
}
.oxy-tabs {
display:flex;
flex-wrap:nowrap;
flex-direction:row;
align-items:stretch;
}
.ct-modal {
flex-direction:column;
align-items:flex-start;
}
.ct-span {
display:inline-block;
text-decoration:inherit;
}
.ct-widget {
width:100%;
}
.oxy-dynamic-list {
width:100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ct-div-block,
.oxy-post-content,
.ct-text-block,
.ct-headline,
.oxy-rich-text,
.ct-link-text { max-width: 100%; }
img { flex-shrink: 0; }
body * { min-height: 1px; }
}            .oxy-testimonial {
flex-direction: row;
align-items: center;
}
.oxy-testimonial .oxy-testimonial-photo-wrap {
order: 1;
}
.oxy-testimonial .oxy-testimonial-photo {
width: 125px;                height: 125px;                margin-right: 20px;
}
.oxy-testimonial .oxy-testimonial-photo-wrap, 
.oxy-testimonial .oxy-testimonial-author-wrap, 
.oxy-testimonial .oxy-testimonial-content-wrap {
align-items: flex-start;                text-align: left;            }
.oxy-testimonial .oxy-testimonial-text {
margin-bottom:8px;font-size: 21px;
line-height: 1.4;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-testimonial .oxy-testimonial-author {
font-size: 18px;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-testimonial .oxy-testimonial-author-info {
font-size: 12px;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-icon-box {
text-align: left;                flex-direction: column;            }
.oxy-icon-box .oxy-icon-box-icon {
margin-bottom: 12px;
align-self: flex-start;            }
.oxy-icon-box .oxy-icon-box-heading {
font-size: 21px;
margin-bottom: 12px;            }
.oxy-icon-box .oxy-icon-box-text {
font-size: 16px;
margin-bottom: 12px;align-self: flex-start;            }
.oxy-icon-box .oxy-icon-box-link {
margin-top: 20px;                            } .oxy-pricing-box .oxy-pricing-box-section {
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
text-align: center;            }
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
justify-content: center;            } .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
justify-content: center;            } .oxy-pricing-box .oxy-pricing-box-title-title {
font-size: 48px;
}
.oxy-pricing-box .oxy-pricing-box-title-subtitle {
font-size: 24px;
} .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
flex-direction: row;                                            }
.oxy-pricing-box .oxy-pricing-box-currency {
font-size: 28px;
}
.oxy-pricing-box .oxy-pricing-box-amount-main {
font-size: 80px;
line-height: 0.7;
}
.oxy-pricing-box .oxy-pricing-box-amount-decimal {
font-size: 13px;
}
.oxy-pricing-box .oxy-pricing-box-term {
font-size: 16px;
}
.oxy-pricing-box .oxy-pricing-box-sale-price {
font-size: 12px;
color: rgba(0,0,0,0.5);
margin-bottom: 20px;            } .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
font-size: 16px;
color: rgba(0,0,0,0.5);
} .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
justify-content: center;            }
.oxy-progress-bar .oxy-progress-bar-background {
background-color: #000000;            background-image: linear-gradient(-45deg,rgba(255,255,255,.12) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.12) 50%,rgba(255,255,255,.12) 75%,transparent 75%,transparent);            animation: none 0s paused;        }
.oxy-progress-bar .oxy-progress-bar-progress-wrap {
width: 85%;        }
.oxy-progress-bar .oxy-progress-bar-progress {
background-color: #66aaff;padding: 40px;animation: none 0s paused, none 0s paused;            background-image: linear-gradient(-45deg,rgba(255,255,255,.12) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.12) 50%,rgba(255,255,255,.12) 75%,transparent 75%,transparent);        
}
.oxy-progress-bar .oxy-progress-bar-overlay-text {
font-size: 30px;
font-weight: 900;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-progress-bar .oxy-progress-bar-overlay-percent {
font-size: 12px;
}
.ct-slider .unslider-nav ol li {border-color: #ffffff; }.ct-slider .unslider-nav ol li.unslider-active {background-color: #ffffff; }.ct-slider .ct-slide {
padding: 0px;			}
.oxy-superbox .oxy-superbox-secondary, 
.oxy-superbox .oxy-superbox-primary {
transition-duration: 0.5s;            }
.oxy-shape-divider {
width: 0px;
height: 0px;
}
.oxy_shape_divider svg {
width: 100%;
}
.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu{
box-shadow:px px px px ;}
.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a svg{
transition-duration:0.4s;
}
.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a div{
margin-left:0px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg{
width:30px;
height:30px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon{
padding-top:15px;
padding-right:15px;
padding-bottom:15px;
padding-left:15px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon, .oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg{
transition-duration:0.4s;
}
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon{
top:20px;
left:20px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg{
width:24px;
height:24px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon, .oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg{
transition-duration:0.4s;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container{
background-color:#ffffff;
}
.oxy-pro-menu .oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-open-container{
background-image:url();
}
.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children > a svg, .oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children > a svg{
font-size:24px;
}
.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul, .oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul{
background-color:rgba(0,0,0,0.2);
border-top-style:solid;
}
.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list{
flex-direction: row;
}
.oxy-pro-menu .oxy-pro-menu-container .menu-item a{
text-align: left;
justify-content: flex-start;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item{
align-items: flex-start;
}
.oxy-pro-menu .oxy-pro-menu-off-canvas-container{
top: 0;
bottom: 0;
right: auto;
left: 0;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a{
text-align: left;
justify-content: flex-start;
}
.oxy-site-navigation {
--oxynav-brand-color:#4831B0;
--oxynav-neutral-color:#FFFFFF;
--oxynav-activehover-color:#EFEDF4;
--oxynav-background-color:#4831B0;
--oxynav-border-radius:0px;
--oxynav-other-spacing:8px;
--oxynav-transition-duration:0.3s;
--oxynav-transition-timing-function:cubic-bezier(.84,.05,.31,.93);
}
.oxy-site-navigation .oxy-site-navigation__mobile-close-wrapper{
text-align:left;
}
.oxy-site-navigation > ul{ left: 0; }
.oxy-site-navigation {
--oxynav-animation-name: none; 
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1){ 
background-color: var(--oxynav-brand-color);
transition: var(--oxynav-transition-duration);
margin-left: var(--oxynav-other-spacing);
border: none;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2){ 
background: transparent;
border: 1px solid currentColor;
transition: var(--oxynav-transition-duration);
margin-left: var(--oxynav-other-spacing);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2):not(:hover) > img{
filter: invert(0) !important;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover{
background-color: var(--oxynav-activehover-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a{
color: var(--oxynav-neutral-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a{
color: var(--oxynav-brand-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a{
color: var(--oxynav-brand-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a::after{
color: var(--oxynav-neutral-color);   
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a::after{
color: var(--oxynav-brand-color);   
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a::after{
color: var(--oxynav-brand-color);   
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul{
display: none;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > button, .oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul{
display: none;
}
.ct-section-inner-wrap, .oxy-header-container{
max-width: 1120px;
}
body {font-family: 'Inter';}body {line-height: 1.6;font-size: 16px;font-weight: 300;color: #3f3f3f;}.oxy-nav-menu-hamburger-line {background-color: #3f3f3f;}h1, h2, h3, h4, h5, h6 {font-family: 'Cormorant';font-size: 36px;font-weight: 100;line-height: 1;color: #000000;}h2, h3, h4, h5, h6{font-size: 30px;font-weight: 100;line-height: 1;color: #000000;}h3, h4, h5, h6{font-size: 24px;font-weight: 100;line-height: 1;color: #000000;}h4, h5, h6{font-size: 20px;line-height: 1;color: #000000;}h5, h6{font-size: 18px;font-weight: 100;line-height: 1;color: #000000;}h6{font-size: 16px;font-weight: 100;line-height: 1;color: #000000;}a {color: #995c00;text-decoration: none;}a:hover {text-decoration: none;}.ct-link-text {text-decoration: ;}.ct-link {text-decoration: ;}.ct-link-button {border-radius: 3px;}.ct-section-inner-wrap {
padding-top: 75px;
padding-right: 20px;
padding-bottom: 75px;
padding-left: 20px;
}.ct-new-columns > .ct-div-block {
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
}.oxy-header-container {
padding-right: 20px;
padding-left: 20px;
}@media (max-width: 992px) {
.ct-columns-inner-wrap {
display: block !important;
}
.ct-columns-inner-wrap:after {
display: table;
clear: both;
content: "";
}
.ct-column {
width: 100% !important;
margin: 0 !important;
}
.ct-columns-inner-wrap {
margin: 0 !important;
}
}
.oxel_accordion {
border-top-color:#adb4b9;
border-right-color:#adb4b9;
border-bottom-color:#adb4b9;
border-left-color:#adb4b9;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
width:100%;
}
.oxel_accordion__row {
border-bottom-width:1px;
border-bottom-style:solid;
border-top-style:solid;
background-color:#ffffff;
border-right-style:solid;
border-left-style:solid;
width:100%;
border-top-width:1px;
border-right-width:1px;
border-left-width:1px;
border-top-color:#eceeef;
border-right-color:#eceeef;
border-bottom-color:#eceeef;
border-left-color:#eceeef;
margin-top:20px;
cursor: pointer;
}
.oxel_accordion__row:not(.ct-section):not(.oxy-easy-posts),
.oxel_accordion__row.oxy-easy-posts .oxy-posts,
.oxel_accordion__row.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:stretch;
justify-content:space-between;
}
@media (max-width: 767px) {
.oxel_accordion__row {
margin-top:5px;
}
}
.oxel_accordion__icon {
color: #a8a8a8;}.oxel_accordion__icon 
>svg {width: 25px;height: 25px;}.oxel_accordion__icon {
transition-duration:0.3s;
}
@media (max-width: 767px) {
.oxel_accordion__icon {
}.oxel_accordion__icon 
>svg {width: 18px;height: 18px;}.oxel_accordion__icon {
}
}
.oxel_accordion__row_left {
}
.oxel_accordion__row_left:not(.ct-section):not(.oxy-easy-posts),
.oxel_accordion__row_left.oxy-easy-posts .oxy-posts,
.oxel_accordion__row_left.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.oxel_accordion__content {
width:100%;
border-bottom-color:#98a1a8;
border-bottom-width:2px;
border-bottom-style:none;
overflow:hidden;
opacity:1;
transition-duration:3s;
border-top-style:none;
border-right-style:none;
border-left-style:none;
transition-property:max-height;
text-align:left;
max-height:3000px;
margin-top:0px;
}
.oxel_accordion__content:not(.ct-section):not(.oxy-easy-posts),
.oxel_accordion__content.oxy-easy-posts .oxy-posts,
.oxel_accordion__content.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
.oxel_accordion__content__hidden {
max-height:0px;
padding-top:0px;
z-index:-1;
padding-bottom:0px;
transition-duration:0s;
}
.oxel_accordion__content__hidden:not(.ct-section):not(.oxy-easy-posts),
.oxel_accordion__content__hidden.oxy-easy-posts .oxy-posts,
.oxel_accordion__content__hidden.ct-section .ct-section-inner-wrap{
display:flex;
}
.oxel_accordion__row__label {
font-weight:600;
}
.oxel_reviewbox__image_wrapper__image {
max-width:1000px;
height:100%;
}
.oxel_reviewbox__image_wrapper {
width:200px;
overflow:hidden;
text-align:center;
border-radius:50%;
border-top-color:#ffffff;
border-right-color:#ffffff;
border-bottom-color:#ffffff;
border-left-color:#ffffff;
border-top-width:8px;
border-right-width:8px;
border-bottom-width:8px;
border-left-width:8px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
height:200px;
flex-shrink:0;
margin-right:16px;
}
.oxel_reviewbox__image_wrapper:not(.ct-section):not(.oxy-easy-posts),
.oxel_reviewbox__image_wrapper.oxy-easy-posts .oxy-posts,
.oxel_reviewbox__image_wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
@media (max-width: 767px) {
.oxel_reviewbox__image_wrapper {
margin-bottom:32px;
margin-left:auto;
margin-right:auto;
}
}
@media (max-width: 479px) {
.oxel_reviewbox__image_wrapper {
margin-bottom:32px;
margin-left:auto;
margin-right:auto;
}
}
.oxel_reviewbox__details_wrapper {
padding-left:0px;
flex-grow:1;
}
@media (max-width: 767px) {
.oxel_reviewbox__details_wrapper {
text-align:center;
padding-left:0px;
}
.oxel_reviewbox__details_wrapper:not(.ct-section):not(.oxy-easy-posts),
.oxel_reviewbox__details_wrapper.oxy-easy-posts .oxy-posts,
.oxel_reviewbox__details_wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
@media (max-width: 479px) {
.oxel_reviewbox__details_wrapper {
padding-left:0px;
}
}
.oxel_reviewbox__details_wrapper__name {
font-weight:600;
text-transform:uppercase;
font-size:32px;
color:#374047;
line-height:1.2;
margin-bottom:8px;
}
.oxel_reviewbox__details_wrapper__star_wrapper {
margin-top:8px;
margin-bottom:8px;
}
.oxel_reviewbox__details_wrapper__star_wrapper:not(.ct-section):not(.oxy-easy-posts),
.oxel_reviewbox__details_wrapper__star_wrapper.oxy-easy-posts .oxy-posts,
.oxel_reviewbox__details_wrapper__star_wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
}
.oxel_reviewbox__star {
color: #7f8b93;}.oxel_reviewbox__star 
>svg {width: 22px;height: 22px;}.oxel_reviewbox__star {
}
.oxel_reviewbox__row {
width:100%;
padding-top:32px;
padding-left:32px;
padding-right:32px;
padding-bottom:32px;
text-align:left;
}
.oxel_reviewbox__row:not(.ct-section):not(.oxy-easy-posts),
.oxel_reviewbox__row.oxy-easy-posts .oxy-posts,
.oxel_reviewbox__row.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
align-items:center;
justify-content:flex-start;
}
@media (max-width: 767px) {
.oxel_reviewbox__row {
text-align:center;
}
.oxel_reviewbox__row:not(.ct-section):not(.oxy-easy-posts),
.oxel_reviewbox__row.oxy-easy-posts .oxy-posts,
.oxel_reviewbox__row.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
@media (max-width: 479px) {
}
.oxel_reviewbox__review_body {
}
@media (max-width: 767px) {
.oxel_reviewbox__review_body {
text-align:left;
}
}
@media (max-width: 479px) {
.oxel_reviewbox__review_body {
text-align:left;
}
}
.oxel_reviewbox {
background-color:#eceeef;
width:100%;
}
.oxel_reviewbox__details_wrapper__title {
font-size:14px;
color:#606e79;
}
.nav_link:hover{
color:#c1c1c1;
transition-duration:0.5s;
}
.nav_link {
font-family:'Cormorant';
padding-top:5px;
padding-right:5px;
padding-bottom:5px;
padding-left:5px;
margin-right:15px;
color:#000000;
text-transform:uppercase;
font-weight:600;
font-size:13px;
line-height:1;
letter-spacing:0.5px;
transition-duration:0.5s;
}
@media (max-width: 1120px) {
.nav_link {
text-align:center;
}
}
.icon_link:hover{
color:#c1c1c1;
transition-duration:0.5s;
}
.icon_link {
color:#000000;
transition-duration:0.5s;
}
@media (max-width: 479px) {
.icon_link {
}
.icon_link:not(.ct-section):not(.oxy-easy-posts),
.icon_link.oxy-easy-posts .oxy-posts,
.icon_link.ct-section .ct-section-inner-wrap{
display:none;
}
}
.footer_col {
padding-right:20px;
padding-left:20px;
width:360px;
border-left-width:1px;
border-left-style:solid;
border-left-color:rgba(255,255,255,0.1);
}
.footer_col:not(.ct-section):not(.oxy-easy-posts),
.footer_col.oxy-easy-posts .oxy-posts,
.footer_col.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:flex-start;
}
@media (max-width: 767px) {
.footer_col {
padding-left:0px;
padding-right:0px;
padding-top:40px;
padding-bottom:40px;
width:100%;
border-left-color:rgba(255,255,255,0.1)rgba(255,255,255,0.1);
border-left-width:0px;
border-right-width:0px;
border-bottom-color:rgba(255,255,255,0.1);
border-bottom-width:1px;
border-bottom-style:solid;
}
}
.footer_icon {
color: rgba(255,255,255,0.73);}.footer_icon 
>svg {width: 25px;height: 25px;}.footer_icon {
margin-bottom:10px;
}
.footer_txt_link:hover{
color:rgba(255,255,255,0.75);
transition-duration:0.5s;
}
.footer_txt_link {
font-family:'Cormorant';
color:rgba(255,255,255,0.5);
transition-duration:0.5s;
font-size:19px;
font-weight:300;
text-align:center;
line-height:1;
}
.box_header {
font-size:50px;
font-weight:100;
line-height:1;
margin-bottom:40px;
color:#000000;
}
@media (max-width: 991px) {
.box_header {
font-size:40px;
}
}
.box_text {
font-size:15px;
line-height:2;
margin-bottom:40px;
color:#3f3f3f;
}
.box_link:hover{
color:#7a7a7a;
transition-duration:0.5s;
letter-spacing:0.5px;
}
.box_link {
font-family:Cormorant;
color:#000000;
font-weight:700;
transition-duration:0.5s;
}
.test_slide {
height:100%;
min-height:100%;
max-height:100%;
}
.test_slide:not(.ct-section):not(.oxy-easy-posts),
.test_slide.oxy-easy-posts .oxy-posts,
.test_slide.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
justify-content:center;
}
@media (max-width: 991px) {
.test_slide {
}
}
.test_header {
font-size:30px;
font-weight:100;
line-height:1;
margin-bottom:10px;
text-align:left;
color:#000000;
}
.stars_cont {
margin-bottom:40px;
text-align:left;
}
.stars_cont:not(.ct-section):not(.oxy-easy-posts),
.stars_cont.oxy-easy-posts .oxy-posts,
.stars_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
}
.test_star {
margin-right:2px;
}
.test_text {
font-size:16px;
line-height:2.4;
font-weight:400;
text-align:left;
color:#3f3f3f;
}
.ham_line {
background-color:#3f3f3f;
height:1px;
width:60px;
margin-top:5px;
margin-bottom:5px;
}
@media (max-width: 479px) {
.ham_line {
width:40px;
}
}
.rellax {
}
.mobile_menu_trigger {
}
.nav_link_mobile:hover{
color:#995c00;
transition-duration:0.5s;
}
.nav_link_mobile {
font-family:'Cormorant';
padding-top:10px;
padding-right:5px;
padding-bottom:10px;
padding-left:5px;
color:#eaeaea;
text-transform:uppercase;
font-weight:300;
font-size:30px;
line-height:1;
letter-spacing:0.5px;
transition-duration:0.5s;
}
@media (max-width: 767px) {
.nav_link_mobile {
font-size:22px;
}
}
@media (max-width: 479px) {
.nav_link_mobile {
font-size:18px;
padding-top:5px;
padding-bottom:5px;
}
}
.about_box_text {
font-size:15px;
line-height:2;
color:#3f3f3f;
}
.about_team_cont {
}
.about_team_cont .ct-section-inner-wrap {
padding-right: 40px;
padding-left: 40px;
}
.about_team_inner {
max-width:1400px;
border-top-color:#ededed;
border-right-color:#ededed;
border-bottom-color:#ededed;
border-left-color:#ededed;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-radius:4px;
}
.about_img {
border-top-left-radius:0px;
border-bottom-left-radius:0px;
border-top-right-radius:0px;
border-bottom-right-radius:0px;
}
@media (max-width: 767px) {
}
.about_copy {
border-top-right-radius:0px;
border-bottom-right-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
}
@media (max-width: 767px) {
.about_copy {
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:4px;
}
}
.service_heading {
width:100%;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-color:#e8e8e8;
border-right-color:#e8e8e8;
border-bottom-color:#e8e8e8;
border-left-color:#e8e8e8;
}
.service_heading:not(.ct-section):not(.oxy-easy-posts),
.service_heading.oxy-easy-posts .oxy-posts,
.service_heading.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:stretch;
}
.service_heading_img {
background-size: cover; width:25%;
background-repeat:no-repeat;
height:100%;
min-height:100%;
max-height:100%;
padding-bottom:15%;
min-width:25%;
max-width:25%;
background-position:50% 50%;
}
@media (max-width: 767px) {
.service_heading_img {
padding-bottom:25%;
}
}
.service_heading_copy {
padding-right:20px;
min-width:60%;
max-width:60%;
padding-left:40px;
width:60%;
padding-top:0px;
}
@media (max-width: 767px) {
.service_heading_copy {
padding-left:10px;
}
}
.service_heading_title {
font-size:30px;
color:#000000;
}
@media (max-width: 767px) {
.service_heading_title {
font-size:20px;
}
}
.service_heading_description {
line-height:1.4;
font-size:15px;
color:#898989;
margin-top:10px;
}
.service_heading_description:not(.ct-section):not(.oxy-easy-posts),
.service_heading_description.oxy-easy-posts .oxy-posts,
.service_heading_description.ct-section .ct-section-inner-wrap{
display:none;
}
.topic {
width:100%;
}
.topic:not(.ct-section):not(.oxy-easy-posts),
.topic.oxy-easy-posts .oxy-posts,
.topic.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:stretch;
}
.service_strip {
width:100%;
padding-top:40px;
padding-right:20px;
padding-bottom:40px;
border-bottom-color:#cecece;
border-bottom-width:1px;
border-bottom-style:dotted;
text-align:justify;
padding-left:20px;
}
.service_strip:not(.ct-section):not(.oxy-easy-posts),
.service_strip.oxy-easy-posts .oxy-posts,
.service_strip.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
justify-content:space-between;
}
@media (max-width: 767px) {
.service_strip {
padding-top:20px;
padding-bottom:20px;
padding-left:0px;
padding-right:0px;
}
}
.service_strip_left {
}
.service_strip_left:not(.ct-section):not(.oxy-easy-posts),
.service_strip_left.oxy-easy-posts .oxy-posts,
.service_strip_left.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
@media (max-width: 991px) {
.service_strip_left {
text-align:center;
}
.service_strip_left:not(.ct-section):not(.oxy-easy-posts),
.service_strip_left.oxy-easy-posts .oxy-posts,
.service_strip_left.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
}
@media (max-width: 767px) {
.service_strip_left {
text-align:left;
margin-bottom:15px;
}
.service_strip_left:not(.ct-section):not(.oxy-easy-posts),
.service_strip_left.oxy-easy-posts .oxy-posts,
.service_strip_left.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
}
}
@media (max-width: 479px) {
.service_strip_left {
margin-bottom:20px;
}
}
.service_strip_right {
margin-left:40px;
}
.service_strip_right:not(.ct-section):not(.oxy-easy-posts),
.service_strip_right.oxy-easy-posts .oxy-posts,
.service_strip_right.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
}
@media (max-width: 767px) {
.service_strip_right {
margin-left:0px;
}
}
.service_strip_heading {
font-family:Cormorant;
font-weight:400;
line-height:1;
font-size:28px;
text-align:left;
color:#000000;
}
@media (max-width: 767px) {
.service_strip_heading {
font-size:22px;
}
}
.service_strip_price {
font-weight:300;
color:#3f3f3f;
font-size:18px;
}
.service_main {
width:100%;
}
.service_main:not(.ct-section):not(.oxy-easy-posts),
.service_main.oxy-easy-posts .oxy-posts,
.service_main.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
@media (max-width: 767px) {
.service_main {
text-align:center;
}
.service_main:not(.ct-section):not(.oxy-easy-posts),
.service_main.oxy-easy-posts .oxy-posts,
.service_main.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
}
.service_strip_heading_2 {
font-family:Inter;
font-weight:300;
line-height:1.2;
font-size:14px;
color:#c1c1c1;
}
@media (max-width: 767px) {
.service_strip_heading_2 {
font-size:13px;
}
}
.service_strip_price_2 {
font-weight:300;
font-size:15px;
color:#c1c1c1;
line-height:1;
}
@media (max-width: 767px) {
.service_strip_price_2 {
font-size:13px;
}
}
.service_sub {
width:100%;
border-top-color:#ededed;
border-top-width:1px;
border-top-style:solid;
margin-top:10px;
padding-top:10px;
}
.service_sub:not(.ct-section):not(.oxy-easy-posts),
.service_sub.oxy-easy-posts .oxy-posts,
.service_sub.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
@media (max-width: 767px) {
.service_sub {
text-align:justify;
}
.service_sub:not(.ct-section):not(.oxy-easy-posts),
.service_sub.oxy-easy-posts .oxy-posts,
.service_sub.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
justify-content:flex-start;
}
}
.icon_container {
width:10%;
max-width:10%;
min-width:10%;
}
.icon_container:not(.ct-section):not(.oxy-easy-posts),
.icon_container.oxy-easy-posts .oxy-posts,
.icon_container.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
@media (max-width: 767px) {
.icon_container {
text-align:center;
}
.icon_container:not(.ct-section):not(.oxy-easy-posts),
.icon_container.oxy-easy-posts .oxy-posts,
.icon_container.ct-section .ct-section-inner-wrap{
align-items:flex-start;
}
}
.service_time_cont {
margin-left:10px;
margin-top:4px;
}
.service_time_cont:not(.ct-section):not(.oxy-easy-posts),
.service_time_cont.oxy-easy-posts .oxy-posts,
.service_time_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
@media (max-width: 991px) {
.service_time_cont {
margin-left:0px;
}
}
@media (max-width: 767px) {
.service_time_cont {
margin-left:10px;
}
}
.service_time_icon {
color: #c1c1c1;}.service_time_icon 
>svg {width: 16px;height: 16px;}.service_time_icon {
margin-right:2px;
}
.service_time_number {
line-height:1;
font-weight:300;
color:#c1c1c1;
font-size:13px;
margin-top:1px;
}
.pricing_col {
border-left-color:#e2e2e2;
border-left-width:1px;
border-left-style:solid;
padding-left:10px;
margin-left:10px;
width:50px;
}
.pricing_col:not(.ct-section):not(.oxy-easy-posts),
.pricing_col.oxy-easy-posts .oxy-posts,
.pricing_col.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
@media (max-width: 767px) {
.pricing_col {
margin-left:0px;
margin-right:10px;
}
}
.pricing_top {
font-size:12px;
line-height:1;
font-weight:600;
color:#d6d6d6;
margin-bottom:5px;
text-align:center;
}
@media (max-width: 767px) {
.pricing_top {
font-size:8px;
}
}
.pricing_bottom {
color:#3f3f3f;
line-height:1;
text-align:center;
font-weight:400;
}
@media (max-width: 767px) {
.pricing_bottom {
font-size:11px;
}
}
.pricing_from {
text-transform:uppercase;
font-size:9px;
color:rgba(63,63,63,0.72);
font-weight:500;
line-height:1;
margin-bottom:1px;
text-align:center;
}
@media (max-width: 767px) {
.pricing_from {
font-size:6px;
}
}
.price_wrap {
}
.price_wrap:not(.ct-section):not(.oxy-easy-posts),
.price_wrap.oxy-easy-posts .oxy-posts,
.price_wrap.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
.from_hidden {
}
.from_hidden:not(.ct-section):not(.oxy-easy-posts),
.from_hidden.oxy-easy-posts .oxy-posts,
.from_hidden.ct-section .ct-section-inner-wrap{
display:none;
}
.contact_popup {
}
.contact_col {
width:100%;
min-width:100%;
max-width:100%;
margin-bottom:10px;
}
.contact_col:not(.ct-section):not(.oxy-easy-posts),
.contact_col.oxy-easy-posts .oxy-posts,
.contact_col.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.contact_icon {
color: #3f3f3f;}.contact_icon 
>svg {width: 17px;height: 17px;}.contact_icon {
line-height:1;
margin-right:10px;
}
.contact_txt_link:hover{
color:rgba(168,168,168,0.75);
transition-duration:0.5s;
}
.contact_txt_link {
font-family:'Cormorant';
color:#3f3f3f;
transition-duration:0.5s;
font-size:20px;
font-weight:400;
text-align:left;
line-height:1;
}
@media (max-width: 767px) {
.contact_txt_link {
font-size:16px;
}
}
@media (max-width: 479px) {
.contact_txt_link {
}
}
.contact_cont {
}
.contact_cont:not(.ct-section):not(.oxy-easy-posts),
.contact_cont.oxy-easy-posts .oxy-posts,
.contact_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
}
.about_img_new {
border-top-left-radius:0px;
border-bottom-left-radius:0px;
border-top-right-radius:0px;
border-bottom-right-radius:0px;
width:30%;
height:100%;
}
@media (max-width: 991px) {
.about_img_new {
min-height:100%;
}
}
@media (max-width: 767px) {
.about_img_new {
width:100%;
min-width:100%;
max-width:100%;
height:300px;
min-height:300px;
}
}
@media (max-width: 479px) {
.about_img_new {
height:300px;
}
}
.about_copy_new {
border-top-right-radius:0px;
border-bottom-right-radius:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
background-color:#ffffff;
padding-top:40px;
padding-right:80px;
padding-bottom:40px;
padding-left:80px;
width:70%;
}
.about_copy_new:not(.ct-section):not(.oxy-easy-posts),
.about_copy_new.oxy-easy-posts .oxy-posts,
.about_copy_new.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
@media (max-width: 767px) {
.about_copy_new {
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:4px;
width:100%;
min-width:100%;
max-width:100%;
padding-left:40px;
padding-right:40px;
}
}
@media (max-width: 479px) {
.about_copy_new {
padding-top:30px;
padding-bottom:30px;
}
}
.about_width_new {
width:100%;
max-width:1200px;
min-height:300px;
margin-left:auto;
margin-right:auto;
}
.about_width_new:not(.ct-section):not(.oxy-easy-posts),
.about_width_new.oxy-easy-posts .oxy-posts,
.about_width_new.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:stretch;
}
@media (max-width: 767px) {
.about_width_new {
max-width:100%;
}
.about_width_new:not(.ct-section):not(.oxy-easy-posts),
.about_width_new.oxy-easy-posts .oxy-posts,
.about_width_new.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
}
}
.box_header_new {
font-size:35px;
font-weight:100;
line-height:1;
margin-bottom:20px;
text-align:left;
width:100%;
color:#000000;
}
@media (max-width: 991px) {
.box_header_new {
}
}
.about_box_text_new {
font-size:13px;
line-height:2;
color:#3f3f3f;
text-align:left;
width:100%;
}
.about_team_cont_new:ct_depth{
}
.about_team_cont_new {
text-align:left;
margin-bottom:20px;
}
.about_team_cont_new .ct-section-inner-wrap {
padding-top: 1px;
padding-bottom: 40px;
}
.about_team_cont_new:not(.ct-section):not(.oxy-easy-posts),
.about_team_cont_new.oxy-easy-posts .oxy-posts,
.about_team_cont_new.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:stretch;
}
.menu_flyout_background {
}
.oxy-close-modal {
}
.opening_times {
}
.service_strip_left_sub {
}
.service_strip_left_sub:not(.ct-section):not(.oxy-easy-posts),
.service_strip_left_sub.oxy-easy-posts .oxy-posts,
.service_strip_left_sub.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
@media (max-width: 991px) {
.service_strip_left_sub {
text-align:center;
}
.service_strip_left_sub:not(.ct-section):not(.oxy-easy-posts),
.service_strip_left_sub.oxy-easy-posts .oxy-posts,
.service_strip_left_sub.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
}
@media (max-width: 767px) {
.service_strip_left_sub {
text-align:left;
margin-right:20px;
}
.service_strip_left_sub:not(.ct-section):not(.oxy-easy-posts),
.service_strip_left_sub.oxy-easy-posts .oxy-posts,
.service_strip_left_sub.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
}
}
@media (max-width: 479px) {
.service_strip_left_sub {
}
}
.service_strip_right_sub {
margin-left:40px;
}
.service_strip_right_sub:not(.ct-section):not(.oxy-easy-posts),
.service_strip_right_sub.oxy-easy-posts .oxy-posts,
.service_strip_right_sub.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
}
@media (max-width: 767px) {
.service_strip_right_sub {
margin-left:0px;
}
}
.level_cont {
padding-top:8px;
padding-bottom:8px;
border-bottom-color:#eaeaea;
border-bottom-width:1px;
border-bottom-style:solid;
width:100%;
}
.level_cont:not(.ct-section):not(.oxy-easy-posts),
.level_cont.oxy-easy-posts .oxy-posts,
.level_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
}
.level_left {
width:40px;
min-width:40px;
}
@media (max-width: 991px) {
.level_left {
}
}
.level_left_txt {
color:#3f3f3f;
font-size:13px;
font-weight:600;
line-height:1;
}
.level_right {
}
.level_right_txt {
font-size:12px;
font-weight:400;
line-height:1;
}
.level_wrap {
background-color:#ffffff;
padding-top:40px;
padding-right:80px;
padding-bottom:40px;
padding-left:80px;
width:100%;
margin-bottom:60px;
border-radius:4px;
border-top-color:#eceeef;
border-right-color:#eceeef;
border-bottom-color:#eceeef;
border-left-color:#eceeef;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
}
.level_wrap:not(.ct-section):not(.oxy-easy-posts),
.level_wrap.oxy-easy-posts .oxy-posts,
.level_wrap.ct-section .ct-section-inner-wrap{
align-items:center;
}
@media (max-width: 991px) {
.level_wrap {
padding-left:60px;
padding-right:60px;
}
}
@media (max-width: 767px) {
.level_wrap {
padding-left:40px;
padding-right:40px;
}
}
@media (max-width: 479px) {
.level_wrap {
padding-left:20px;
padding-right:20px;
}
}
.new_level_cont {
margin-right:20px;
}
.new_level_cont:not(.ct-section):not(.oxy-easy-posts),
.new_level_cont.oxy-easy-posts .oxy-posts,
.new_level_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
@media (max-width: 767px) {
.new_level_cont {
margin-right:10px;
}
}
@media (max-width: 479px) {
.new_level_cont {
margin-right:0px;
margin-bottom:5px;
margin-top:5px;
}
}
.new_level_left_txt {
color:#3f3f3f;
font-size:13px;
font-weight:600;
line-height:1;
margin-right:5px;
}
.new_level_right_txt {
font-size:13px;
font-weight:400;
line-height:1;
}
.copyright {
}
.about_img_repeat {
border-top-left-radius:0px;
border-bottom-left-radius:0px;
border-top-right-radius:0px;
border-bottom-right-radius:0px;
width:30%;
height:100%;
min-height:100%;
}
@media (max-width: 991px) {
.about_img_repeat {
min-height:100%;
}
}
@media (max-width: 767px) {
.about_img_repeat {
width:100%;
min-width:100%;
max-width:100%;
height:400px;
min-height:300px;
}
}
@media (max-width: 479px) {
.about_img_repeat {
height:300px;
}
}
.code_service_strip {
}
.book_btn:ct_depth{
}
.book_btn:hover{
transform:translateY(-1px); padding-left:50px;
padding-right:50px;
transition-duration:0.5s;
box-shadow:2px 2px 10px rgba(0,0,0,0.15);
}
.book_btn {
background-color: transparent;
border: 1px solid #202020;
color: #202020;
padding: 7px 11.8px;
}.book_btn {
font-family:'Cormorant';
font-weight:500;
padding-right:50px;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-color:#000000;
border-right-color:#000000;
border-bottom-color:#000000;
border-left-color:#000000;
border-radius:4px;
transition-duration:0.5s;
url_encoded:true;
color:#202020;
padding-left:50px;
line-height:1.2;
padding-top:10px;
padding-bottom:10px;
}
@media (max-width: 767px) {
.book_btn {
color:#202020;
padding-left:40px;
padding-right:40px;
}
}
@media (max-width: 479px) {
.book_btn {
color:#202020;
}
}
.cell {
}
.hp_gallery {
background-image:url(https://stuartrosshair.com/wp-content/uploads/2023/11/Stuart-Ross-Hair-B.jpg);background-size: cover; background-repeat:no-repeat;
padding-bottom:19%;
background-position:50% 50%;
}
@media (max-width: 991px) {
.hp_gallery {
padding-bottom:25%;
}
}
@media (max-width: 767px) {
.hp_gallery {
padding-bottom:50%;
}
}
.terms_heading {
margin-bottom:20px;
font-size:24px;
color:#000000;
}
.terms_copy {
color:#3f3f3f;
}
.terms_cont {
max-width:800px;
text-align:center;
margin-left:auto;
margin-right:auto;
}
.terms_cont:not(.ct-section):not(.oxy-easy-posts),
.terms_cont.oxy-easy-posts .oxy-posts,
.terms_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
.hiring_link {
}
.finalist {
}
body {
background-color: #F7F7F7;
} .copyright a {
color: #ffffff;
opacity: 0.15;
} .hiring_link a {
color: #000000;
} #section-1-34 .ct-div-block:empty {
min-width: 1px;
min-height: 1px;
} #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap {
border-radius: 4px !important;
box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
}
#sbi_images {
padding: 0px !important;
}
#sb_instagram #sbi_images .sbi_item {
padding: 20px !important;
}
@media screen and (max-width: 767px) {
#sb_instagram #sbi_images .sbi_item {
padding: 10px !important;
}
}
#sb_instagram.sbi.sbi_mob_col_auto.sbi_col_4.sbi_width_resp {
padding-bottom: 0px !important;
}
#sb_instagram {
padding-bottom: 0px;
} .grecaptcha-badge{
visibility: collapse !important;  
} .menu_flyout_background {
height: calc(100% - 40px);
} */ a.footer_link {
color: #606060 !important;
} .gfwd_modal p {
margin: 0;
}
input[type="text"], input[type="email"], input[type="tel"] {
font-family: 'Inter';
background-color: #f7f7f7;
border: 1px solid #e5e5e5;
height: 50px;
padding: 15px;
width: 100%;
color: #000000;
font-size: 12px;
margin-bottom: 8px;
border-radius: 0px;
}
textarea {
font-family: 'Inter';
background-color: #f7f7f7;
border: 1px solid #e5e5e5;
padding: 15px;
width: 100%;
color: #000000;
font-size: 12px;
border-radius: 0px;
}
.watermark {
font-family: 'Inter';
color: #c3c3c3 !important;
}
::-webkit-input-placeholder {
font-family: 'Poppins';
color: #c3c3c3 !important;
}
:-moz-placeholder {
font-family: 'Inter';
color: #c3c3c3 !important;
}
::-moz-placeholder {
font-family: 'Inter';
color: #c3c3c3 !important;
}
:-ms-input-placeholder {
font-family: 'Inter';
color: #c3c3c3 !important;
}
input[type="submit"] {
font-family: 'Inter';
font-size: 14px;
text-transform: none;
letter-spacing: 0px;
margin-top: 10px;
height: 50px;
padding: 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
color: #FFFFFF;
border: none;
background: rgb(167,102,53);
background: linear-gradient(45deg, rgba(167,102,53,1) 0%, rgba(196,143,100,1) 100%);
width: 100%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
&:hover {
opacity: 0.8;
}
}
form {
margin: 0;
} .wpcf7-response-output, div.wpcf7-mail-sent-ok, span.wpcf7-not-valid-tip, div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
font-size: 10px;
}
.wpcf7-spinner {
display: none;
}
#page div.wpcf7-mail-sent-ok, #page span.wpcf7-not-valid-tip, #page div.wpcf7-validation-errors {
text-shadow: none;
text-align: center;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#page div.wpcf7-mail-sent-ok, #page span.wpcf7-not-valid-tip, #page div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
border: 1px solid #e4e4e4;
background: none;
padding: 10px 0;
color: #ffffff;
margin: 10px 0;
text-align: center;
}
div.wpcf7-response-output {
margin: 0;
padding: 0;
}
div.wpcf7-mail-sent-ok, span.wpcf7-not-valid-tip, div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
border: 1px solid #272727;
background: none;
padding: 10px 0;
color: #272727;
margin: 10px 0;
text-align: center;
}
.ct_inner .code_service_strip {
background-color: #ddd;
max-width: 400px;
width: 100%;
height: 40px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.ct_inner .code_service_strip:before {
content: 'Code Block for price levels.'
}