.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 .hidden-fields-container {
display: none;
}
.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;
}@import url("//fonts.googleapis.com/css?family=Montserrat:100");
@keyframes rotate-forever{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes spinner-loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:0 0;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-container .pum-content+.pum-close>span,.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay,html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}.pum-overlay{height:100%;width:100%;top:0;left:0;right:0;bottom:0;z-index:1999999999;overflow:initial;display:none;transition:.15s ease-in-out}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box}.pum-container{top:100px;position:absolute;margin-bottom:3em;z-index:1999999999}.pum-container.pum-responsive{left:50%;margin-left:-47.5%;width:95%;height:auto;overflow:visible}.pum-container.pum-responsive img{max-width:100%;height:auto}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%}.pum-container.pum-responsive.pum-position-fixed{position:fixed}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute}}.pum-container.custom-position{left:auto;top:auto;margin-left:inherit}.pum-container .pum-title{margin-bottom:.5em}.pum-container .pum-content>:last-child,.pum-form__message:last-child{margin-bottom:0}.pum-container .pum-content:focus{outline:0}.pum-container .pum-content>:first-child{margin-top:0}.pum-container .pum-content+.pum-close{text-decoration:none;text-align:center;line-height:1;position:absolute;cursor:pointer;min-width:1em;z-index:2;background-color:transparent}.pum-container.pum-scrollable .pum-content{overflow:auto;overflow-y:scroll;max-height:95%}.pum-overlay.pum-overlay-disabled{visibility:hidden}.pum-overlay.pum-overlay-disabled::-webkit-scrollbar{display:block}.pum-overlay.pum-overlay-disabled .pum-container{visibility:visible}.popmake-close,.pum-overlay.pum-click-to-close{cursor:pointer}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{position:static;height:auto;width:auto}.pum-form{margin:0 auto 16px}.pum-form__field{margin-bottom:1em}.pum-form__field label{font-weight:700}.pum-form__field input[type=date],.pum-form__field select{margin:0 auto;font-size:18px;line-height:26px;text-align:center;padding:3px;vertical-align:middle}.pum-form__field select{padding:5px 3px}.pum-form__loader{font-size:2em;animation-duration:.75s;animation-iteration-count:infinite;animation-name:rotate-forever;animation-timing-function:linear;height:.75em;width:.75em;border:.25em solid rgba(0,0,0,.5);border-right-color:transparent;border-radius:50%;display:inline-block}.pum-form__submit{position:relative}.pum-form__submit .pum-form__loader{margin-left:.5em;border:.25em solid rgba(255,255,255,.5);border-right-color:transparent}.pum-form__messages{display:none;border:1px solid rgba(0,0,0,.25);margin-bottom:.5em;padding:1em;position:relative}.pum-form__message{margin-bottom:.5em}.pum-form__message--error{color:red!important;border-color:red}.pum-form__message--success{color:green!important;border-color:green}.pum-form--loading,.pum-sub-form .pum-sub-form-loading{opacity:.5}.pum-alignment-left,.pum-form--alignment-left{text-align:left}.pum-alignment-center{text-align:center}.pum-alignment-right{text-align:right}.pum-form--alignment-center{text-align:center}.pum-form--alignment-right{text-align:right}.pum-form--layout-standard .pum-form__field>label{margin-bottom:.25em;display:block}.pum-form--layout-inline .pum-form__field{display:inline-block}.pum-form--layout-block .pum-form__field,.pum-form--layout-block button,.pum-form--layout-block div,.pum-form--layout-block input{display:block;width:100%}.pum-form--style-default label{font-size:14px;font-weight:700}.pum-form--style-default input[type=email],.pum-form--style-default input[type=text]{background-color:#f8f7f7;margin-bottom:5px;font-size:14px;padding:10px 8px}.pum-form--style-default button{font-size:18px;margin:10px 0 0;padding:10px 5px;cursor:pointer}.pum-sub-form p.pum-newsletter-error-msg{margin:0}.pum-sub-form .spinner-loader{right:50%;position:absolute;bottom:40%}.pum-sub-form .spinner-loader:not(:required){animation:1.5s linear infinite spinner-loader;border-radius:.5em;box-shadow:rgba(0,0,51,.3) 1.5em 0 0 0,rgba(0,0,51,.3) 1.1em 1.1em 0 0,rgba(0,0,51,.3) 0 1.5em 0 0,rgba(0,0,51,.3) -1.1em 1.1em 0 0,rgba(0,0,51,.3) -1.5em 0 0 0,rgba(0,0,51,.3) -1.1em -1.1em 0 0,rgba(0,0,51,.3) 0 -1.5em 0 0,rgba(0,0,51,.3) 1.1em -1.1em 0 0;display:inline-block;font-size:10px;width:1em;height:1em;margin:1.5em;overflow:hidden;text-indent:100%}.pum-form__field--consent{text-align:left}.pum-form__field--consent.pum-form__field--checkbox label,.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--checkbox label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label{margin-left:1em}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label{display:block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-container iframe.formidable{width:100%;overflow:visible}.flatpickr-calendar.open,.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999!important} .pum-theme-61, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.68 ) } 
.pum-theme-61 .pum-container, .pum-theme-lightbox .pum-container { padding: 16px; border-radius: 12px; border: 3px solid #ffffff; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 ); background-color: rgba( 0, 14, 17, 1.00 ) } 
.pum-theme-61 .pum-title, .pum-theme-lightbox .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 700; font-size: 24px; line-height: 29px } 
.pum-theme-61 .pum-content, .pum-theme-lightbox .pum-content { color: #ffffff; font-family: inherit; font-weight: 400 } 
.pum-theme-61 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { position: absolute; height: 26px; width: 26px; left: auto; right: -13px; bottom: auto; top: -13px; padding: 0px; color: #ffffff; font-family: Arial; font-weight: 100; font-size: 24px; line-height: 24px; border: 2px solid #ffffff; border-radius: 26px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) } .pum-theme-60, .pum-theme-default-theme { background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-60 .pum-container, .pum-theme-default-theme .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) } 
.pum-theme-60 .pum-title, .pum-theme-default-theme .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; font-style: normal; line-height: 36px } 
.pum-theme-60 .pum-content, .pum-theme-default-theme .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400; font-style: inherit } 
.pum-theme-60 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-weight: 400; font-size: 12px; font-style: inherit; line-height: 36px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1.00 ) } .pum-theme-62, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-62 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 1px none #000000; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-62 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #315b7c; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 34px; line-height: 36px } 
.pum-theme-62 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-62 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { position: absolute; height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 4px; color: #ffffff; font-family: Times New Roman; font-weight: 100; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 49, 91, 124, 1.00 ) } .pum-theme-63, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) } 
.pum-theme-63 .pum-container, .pum-theme-hello-box .pum-container { padding: 30px; border-radius: 80px; border: 14px solid #81d742; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-63 .pum-title, .pum-theme-hello-box .pum-title { color: #2d2d2d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-63 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-63 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #2d2d2d; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) } .pum-theme-64, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.50 ) } 
.pum-theme-64 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 30, 115, 190, 1.00 ) } 
.pum-theme-64 .pum-title, .pum-theme-cutting-edge .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-weight: 100; font-size: 26px; line-height: 28px } 
.pum-theme-64 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit; font-weight: 100 } 
.pum-theme-64 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { position: absolute; height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 ); background-color: rgba( 238, 238, 34, 1.00 ) } .pum-theme-65, .pum-theme-framed-border { background-color: rgba( 255, 255, 255, 0.50 ) } 
.pum-theme-65 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #dd3333; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset; background-color: rgba( 255, 251, 239, 1.00 ) } 
.pum-theme-65 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-65 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-65 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { position: absolute; height: 20px; width: 20px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Tahoma; font-weight: 700; font-size: 16px; line-height: 18px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) } .pum-theme-66, .pum-theme-floating-bar { background-color: rgba( 255, 255, 255, 0.00 ) } 
.pum-theme-66 .pum-container, .pum-theme-floating-bar .pum-container { padding: 8px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 238, 246, 252, 1.00 ) } 
.pum-theme-66 .pum-title, .pum-theme-floating-bar .pum-title { color: #505050; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-66 .pum-content, .pum-theme-floating-bar .pum-content { color: #505050; font-family: inherit; font-weight: 400 } 
.pum-theme-66 .pum-content + .pum-close, .pum-theme-floating-bar .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 5px; bottom: auto; top: 50%; padding: 0px; color: #505050; font-family: Sans-Serif; font-weight: 700; font-size: 15px; line-height: 18px; border: 1px solid #505050; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ); transform: translate(0, -50%) } .pum-theme-67, .pum-theme-content-only { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-67 .pum-container, .pum-theme-content-only .pum-container { padding: 0px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ) } 
.pum-theme-67 .pum-title, .pum-theme-content-only .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-67 .pum-content, .pum-theme-content-only .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400 } 
.pum-theme-67 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 7px; bottom: auto; top: 7px; padding: 0px; color: #000000; font-family: inherit; font-weight: 700; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ) } 
#pum-127 {z-index: 1999999999}
#pum-70 {z-index: 1999999999}
#pum-68 {z-index: 1999999999}.lazy-hidden,.entry img.lazy-hidden, img.thumbnail.lazy-hidden {
background-color: #ffffff;
background-image: url(//colourgeniehairsalon.ca/wp-content/plugins/a3-lazy-load/assets/css/loading.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
}
figure.wp-block-image img.lazy-hidden {
min-width: 150px;
}
picture source[type="image/webp"] {
display: block;
}.clear{clear:both}.nobr{white-space:nowrap}.lazy-hidden,.entry img.lazy-hidden,img.thumbnail.lazy-hidden{background-color:#fff}#section-43-11 > .ct-section-inner-wrap{max-width:100%;padding-top:0;padding-right:0;padding-left:0;align-items:center}#div_block-1-11{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;padding-top:10px;padding-bottom:10px;display:flex;float:none;flex-direction:row;justify-content:flex-end;position:relative;z-index:1}#div_block-46-11{background-image:linear-gradient(rgba(91,18,74,0.45),rgba(91,18,74,0.45)),url(https://colourgeniehairsalon.ca/wp-content/uploads/2021/01/Background-large.jpg);background-size:auto,cover;width:50%;flex-direction:column;display:flex;padding-left:40px;padding-right:40px;background-repeat:no-repeat;text-align:left;align-items:center;padding-top:3.9rem;padding-bottom:3.9rem;background-position:50% 0px}#div_block-47-11{width:50%;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;height:rem;max-height:100%;min-height:20rem}@media (max-width:479px){#div_block-46-11{background-image:linear-gradient(rgba(91,18,74,0.45),rgba(91,18,74,0.45)),url(http://colourgeniehairsalon.ca/wp-content/uploads/2021/01/Background-small.png);padding-left:0px;padding-right:0px}}@media (max-width:991px){#new_columns-45-11> .ct-div-block{width:100% !important}}#new_columns-45-11{margin-top:0rem}#_rich_text-4-11{color:#deddde}#_rich_text-56-11{color:#deddde;font-weight:300;padding-top:0px;font-size:1.125rem}@media (max-width:479px){#_rich_text-56-11{padding-left:20px;padding-right:20px}}#text_block-49-11{font-size:1.424rem;color:#deddde;text-transform:uppercase;margin-top:2.5rem;margin-bottom:2.5rem}#text_block-54-11{color:#deddde;font-weight:300;font-size:1.125rem;margin-bottom:2.5rem}@media (max-width:479px){#text_block-49-11{padding-left:20px;padding-right:20px}}@media (max-width:479px){#text_block-54-11{padding-left:20px;padding-right:20px}}#image-16-11{width:174px;height:auto}#image-48-11{max-width:352px;width:147px}@media (max-width:479px){#image-48-11{padding-left:20px;padding-right:20px}}#fancy_icon-38-11{color:#deddde}#fancy_icon-38-11>svg{width:26px;height:26px}#fancy_icon-38-11{margin-right:5px}#fancy_icon-60-11{border:1px solid;padding:10px;color:#deddde}#fancy_icon-60-11{margin-top:2.5rem;margin-bottom:2.5rem}#code_block-68-11{color:#deddde;font-size:1.125rem;max-width:25em;font-weight:300;padding-left:20px;padding-right:20px;flex-direction:unset;display:block;overflow:hidden;width:25rem}#code_block-83-11{width:100%;height:100%}#code_block-81-11{text-align:center}#code_block-82-11{flex-direction:unset;display:none}@media (max-width:991px){#code_block-83-11{min-height:40rem}}@media (max-width:479px){#code_block-68-11{width:100%;padding-left:20px;padding-right:20px;max-width:100%}}.oxy-header.oxy-sticky-header-active > #_header_row-8-11.oxygen-show-in-sticky-only{display:block}#_header_row-8-11{border-top-width:1px;border-top-color:#deddde;border-top-style:solid;border-radius:0px;padding-top:10px;margin-top:0px;padding-bottom:10px;margin-top:-80px;position:relative;top:80px}#_map-69-11{height:100%;width:100%;display:none}.oxy-pro-menu-list{display:flex;padding:0;margin:0;align-items:center}.oxy-pro-menu .oxy-pro-menu-list .menu-item{list-style-type:none;display:flex;flex-direction:column;width:100%;transition-property:background-color,color,border-color}.oxy-pro-menu-list > .menu-item{white-space:nowrap}.oxy-pro-menu .oxy-pro-menu-list .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-pro-menu .oxy-pro-menu-list li.current-menu-item > a,.oxy-pro-menu .oxy-pro-menu-list li.menu-item:hover > a{border-color:currentColor}.oxy-pro-menu .menu-item,.oxy-pro-menu .sub-menu{position:relative}.oxy-pro-menu .menu-item .sub-menu{padding:0;flex-direction:column;white-space:nowrap;display:flex;visibility:hidden;position:absolute;z-index:9999999;top:100%;transition-property:opacity,transform,visibility}.oxy-pro-menu-off-canvas .sub-menu:before,.oxy-pro-menu-open .sub-menu:before{display:none}.oxy-pro-menu .menu-item .sub-menu.aos-animate,.oxy-pro-menu-init .menu-item .sub-menu[data-aos^=flip]{visibility:visible}.oxy-pro-menu-container:not(.oxy-pro-menu-init) .menu-item .sub-menu[data-aos^=flip]{transition-duration:0s}.oxy-pro-menu .sub-menu .sub-menu,.oxy-pro-menu.oxy-pro-menu-vertical .sub-menu{left:100%;top:0}.oxy-pro-menu .sub-menu.sub-menu-left{right:0;left:auto !important;margin-right:100%}.oxy-pro-menu-list > .menu-item > .sub-menu.sub-menu-left{margin-right:0}.oxy-pro-menu .sub-menu li.menu-item{flex-direction:column}.oxy-pro-menu-mobile-open-icon,.oxy-pro-menu-mobile-close-icon{display:none;cursor:pointer;align-items:center}.oxy-pro-menu-off-canvas .oxy-pro-menu-mobile-close-icon,.oxy-pro-menu-open .oxy-pro-menu-mobile-close-icon{display:inline-flex}.oxy-pro-menu-mobile-open-icon > svg,.oxy-pro-menu-mobile-close-icon > svg{fill:currentColor}.oxy-pro-menu-mobile-close-icon{position:absolute}.oxy-pro-menu.oxy-pro-menu-open .oxy-pro-menu-container{width:100%;position:fixed;top:0;right:0;left:0;bottom:0;display:flex;align-items:center;justify-content:center;overflow:auto;z-index:2147483642 !important;background-color:#fff}.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-container{transition-property:opacity,transform,visibility}.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-container[data-aos^=slide]{transition-property:transform}.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container,.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container[data-aos^=flip]{visibility:visible !important}.oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list,.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list{align-items:center;justify-content:center;flex-direction:column}.oxy-pro-menu.oxy-pro-menu-open > .oxy-pro-menu-container{max-height:100vh;overflow:auto;width:100%}.oxy-pro-menu.oxy-pro-menu-off-canvas > .oxy-pro-menu-container{max-height:100vh;overflow:auto;z-index:1000}.oxy-pro-menu-container > div:first-child{margin:auto}.oxy-pro-menu-off-canvas-container{display:flex !important;position:fixed;width:auto;align-items:center;justify-content:center}.oxy-pro-menu-off-canvas-container a,.oxy-pro-menu-open-container a{word-break:break-word}.oxy-pro-menu.oxy-pro-menu-off-canvas .oxy-pro-menu-list{align-items:center;justify-content:center;flex-direction:column}.oxy-pro-menu.oxy-pro-menu-off-canvas .oxy-pro-menu-container .oxy-pro-menu-list .menu-item,.oxy-pro-menu.oxy-pro-menu-open .oxy-pro-menu-container .oxy-pro-menu-list .menu-item{flex-direction:column;width:100%;text-align:center}.oxy-pro-menu.oxy-pro-menu-off-canvas .sub-menu,.oxy-pro-menu.oxy-pro-menu-open .sub-menu{display:none;visibility:visible;opacity:1;position:static;align-items:center;justify-content:center;white-space:normal;width:100%}.oxy-pro-menu.oxy-pro-menu-off-canvas .menu-item,.oxy-pro-menu.oxy-pro-menu-open .menu-item{justify-content:center;min-height:32px}.oxy-pro-menu .menu-item.menu-item-has-children,.oxy-pro-menu .sub-menu .menu-item.menu-item-has-children{flex-direction:row;align-items:center}.oxy-pro-menu .menu-item > a{display:inline-flex;align-items:center;justify-content:center}.oxy-pro-menu.oxy-pro-menu-off-canvas .menu-item-has-children > a .oxy-pro-menu-dropdown-icon-click-area,.oxy-pro-menu.oxy-pro-menu-open .menu-item-has-children > a .oxy-pro-menu-dropdown-icon-click-area{min-width:32px;min-height:32px}.oxy-pro-menu .menu-item-has-children > a .oxy-pro-menu-dropdown-icon-click-area{display:flex;align-items:center;justify-content:center}.oxy-pro-menu .menu-item-has-children > a svg{width:1.4em;height:1.4em;fill:currentColor;transition-property:transform}.oxy-pro-menu.oxy-pro-menu-off-canvas .menu-item > a svg,.oxy-pro-menu.oxy-pro-menu-open .menu-item > a svg{width:1em;height:1em}.oxy-pro-menu-off-canvas .oxy-pro-menu-container:not(.oxy-pro-menu-dropdown-links-toggle) .oxy-pro-menu-dropdown-icon-click-area,.oxy-pro-menu-open .oxy-pro-menu-container:not(.oxy-pro-menu-dropdown-links-toggle) .oxy-pro-menu-dropdown-icon-click-area{display:none}.oxy-pro-menu-off-canvas .menu-item:not(.menu-item-has-children) .oxy-pro-menu-dropdown-icon-click-area,.oxy-pro-menu-open .menu-item:not(.menu-item-has-children) .oxy-pro-menu-dropdown-icon-click-area{min-height:32px;width:0px}.oxy-pro-menu.oxy-pro-menu-off-canvas .oxy-pro-menu-show-dropdown:not(.oxy-pro-menu-dropdown-links-toggle) .oxy-pro-menu-list .menu-item-has-children,.oxy-pro-menu.oxy-pro-menu-open .oxy-pro-menu-show-dropdown:not(.oxy-pro-menu-dropdown-links-toggle) .oxy-pro-menu-list .menu-item-has-children{padding-right:0px}.oxy-pro-menu-container .menu-item a{width:100%;text-align:center}.oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) ul:not(.sub-menu) > li > .sub-menu{top:100%;left:0}.oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu .sub-menu{top:0;left:100%}.oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) a{-webkit-tap-highlight-color:transparent}.oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul,.oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul{border-radius:0px !important;width:100%}.oxy-pro-menu-dropdown-animating[data-aos*="down"]{pointer-events:none}.sub-menu .oxy-pro-menu-dropdown-animating[data-aos*="down"]{pointer-events:auto}.sub-menu .oxy-pro-menu-dropdown-animating[data-aos*="right"]{pointer-events:none}.sub-menu .oxy-pro-menu-dropdown-animating.sub-menu-left[data-aos*="left"]{pointer-events:none}.oxy-pro-menu-dropdown-animating-out{pointer-events:none}.oxy-pro-menu-list .menu-item a{border-color:transparent}.oxy-pro-menu-list .menu-item.current-menu-item a,.oxy-pro-menu-list .menu-item.menu-item.menu-item.menu-item a:focus-within,.oxy-pro-menu-list .menu-item.menu-item.menu-item.menu-item a:hover{border-color:currentColor}#-pro-menu-25-11 .oxy-pro-menu-list .menu-item,#-pro-menu-25-11 .oxy-pro-menu-list .menu-item a{color:#deddde}#-pro-menu-25-11 .oxy-pro-menu-list .menu-item a{padding-left:10px;padding-right:10px}#-pro-menu-25-11 .oxy-pro-menu-mobile-close-icon{top:30px;color:#deddde}#-pro-menu-25-11 .oxy-pro-menu-off-canvas-container{width:300px}#-pro-menu-25-11 .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item a,#-pro-menu-25-11 .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item a{padding-top:1rem;padding-bottom:1rem}#-pro-menu-25-11 .oxy-pro-menu-off-canvas-container,#-pro-menu-25-11 .oxy-pro-menu-open-container{background-color:#5a1149}#-pro-menu-25-11 .oxy-pro-menu-off-canvas-container{top:0;bottom:0;right:0;left:auto}@media (max-width:1200px){#-pro-menu-25-11 .oxy-pro-menu-mobile-open-icon{display:inline-flex}#-pro-menu-25-11.oxy-pro-menu-open .oxy-pro-menu-mobile-open-icon{display:none}#-pro-menu-25-11 .oxy-pro-menu-container{visibility:hidden;position:fixed}#-pro-menu-25-11.oxy-pro-menu-open .oxy-pro-menu-container{visibility:visible}}#-pro-menu-25-11 .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children .oxy-pro-menu-dropdown-icon-click-area,#-pro-menu-25-11 .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children .oxy-pro-menu-dropdown-icon-click-area{margin-right:-4px}#-pro-menu-25-11{menu-off-canvas-animation:slide-left;z-index:3000}@media (max-width:991px){#-pro-menu-25-11 .oxy-pro-menu-mobile-open-icon{color:#deddde}}@media (max-width:767px){#-pro-menu-25-11 .oxy-pro-menu-mobile-open-icon{color:#deddde}#-pro-menu-25-11 .oxy-pro-menu-mobile-close-icon{color:#deddde}#-pro-menu-25-11 .oxy-pro-menu-mobile-close-icon svg{color:#deddde}#-pro-menu-25-11 .oxy-pro-menu-mobile-close-icon:hover svg{color:#deddde}}#section-2-7 > .ct-section-inner-wrap{max-width:100%;padding-top:7.813rem;padding-right:0;padding-bottom:0;padding-left:0;display:flex;flex-direction:column;align-items:center}#section-2-7{display:block}#section-2-7{background-image:linear-gradient(180deg,rgba(0,0,0,0.35) 5rem,rgba(0,0,0,0)),url(https://colourgeniehairsalon.ca/wp-content/uploads/2021/01/hero-bg-small.jpg);background-size:auto,cover;max-width:100%;text-align:left;background-repeat:no-repeat;background-attachment:scroll;background-position:40% 0px;margin-top:-124px;padding-top:124px}#section-69-7 > .ct-section-inner-wrap{padding-bottom:0}#services > .ct-section-inner-wrap{max-width:100%;padding-top:3.5rem;padding-bottom:7.813rem}#services{background-image:url(https://colourgeniehairsalon.ca/wp-content/uploads/2021/01/intro-bg-large.png);background-size:contain;background-repeat:repeat-y}#book > .ct-section-inner-wrap{max-width:100%;padding-top:7.813rem;padding-bottom:7.813rem}#book{background-image:linear-gradient(rgba(29,25,49,0.62),rgba(29,25,49,0.62)),url(https://colourgeniehairsalon.ca/wp-content/uploads/2021/01/book-bg-small-1.jpg);background-size:auto,cover;background-repeat:no-repeat}#about > .ct-section-inner-wrap{max-width:100%;padding-bottom:7.813rem}#section-173-7 > .ct-section-inner-wrap{max-width:100%;padding-right:0;padding-left:0}#section-173-7{background-image:url(http://colourgeniehairsalon.ca/wp-content/uploads/2021/01/girl-large1.jpg);background-size:cover;background-repeat:no-repeat}#section-189-7 > .ct-section-inner-wrap{max-width:100%;padding-bottom:03.9rem}#section-189-7{background-color:#dedede}#gallery > .ct-section-inner-wrap{max-width:100%;padding-top:3.9rem;padding-right:0;padding-bottom:7.813rem;padding-left:0}#gallery{border-top-color:#333333;border-top-style:solid;border-top-width:1px;width:100%}#contact > .ct-section-inner-wrap{max-width:100%;padding-top:0;padding-bottom:3.9rem;align-items:center}#contact{background-image:linear-gradient(rgba(29,25,49,0.62),rgba(29,25,49,0.62)),url(https://colourgeniehairsalon.ca/wp-content/uploads/2021/01/book-bg-small-1.jpg);text-align:left}@media (max-width:1200px){#section-173-7 > .ct-section-inner-wrap{padding-top:0;padding-bottom:10rem;display:flex;flex-direction:row}#section-173-7{display:block}#section-173-7{background-image:url(//colourgeniehairsalon.ca/wp-content/uploads/oxygen/css/none);position:relative;background-position:15% 0%}}@media (max-width:1200px){#section-189-7 > .ct-section-inner-wrap{padding-top:7.813rem}}@media (max-width:991px){#section-2-7 > .ct-section-inner-wrap{padding-top:0}#section-2-7{background-image:linear-gradient(rgba(0,0,0,0.4) 5rem,rgba(0,0,0,0)),url(https://colourgeniehairsalon.ca/wp-content/uploads/2021/01/hero-bg-small-1.jpg)}}@media (max-width:991px){#section-69-7 > .ct-section-inner-wrap{padding-top:0;padding-bottom:3.5rem}}@media (max-width:991px){#services > .ct-section-inner-wrap{padding-top:0;padding-bottom:3.9rem}}@media (max-width:991px){#book > .ct-section-inner-wrap{padding-top:3.9rem;padding-bottom:3.9rem}#book{background-image:linear-gradient(rgba(29,25,49,0.62),rgba(29,25,49,0.62)),url(https://colourgeniehairsalon.ca/wp-content/uploads/2021/01/book-bg-small-1.jpg)}}@media (max-width:991px){#about > .ct-section-inner-wrap{padding-top:3.9rem;padding-bottom:3.9rem}}@media (max-width:991px){#section-173-7 > .ct-section-inner-wrap{padding-top:0;padding-bottom:10rem;display:flex;flex-direction:column}#section-173-7{display:block}#section-173-7{background-image:url(//colourgeniehairsalon.ca/wp-content/uploads/oxygen/css/none)}}@media (max-width:991px){#section-189-7 > .ct-section-inner-wrap{padding-top:7.8130rem;padding-bottom:3.9rem}}@media (max-width:991px){#contact{background-image:linear-gradient(rgba(29,25,49,0.82),rgba(29,25,49,0.82)),url(https://colourgeniehairsalon.ca/wp-content/uploads/2021/01/book-bg-small-1.jpg);background-size:auto,cover;background-repeat:no-repeat;background-position:50% 50%}}@media (max-width:767px){#services > .ct-section-inner-wrap{padding-bottom:3.9rem}#services{background-image:url(http://colourgeniehairsalon.ca/wp-content/uploads/2021/01/intro-bg-small.png)}}@media (max-width:767px){#book > .ct-section-inner-wrap{padding-top:3.9rem;padding-bottom:3.9rem}}@media (max-width:767px){#about > .ct-section-inner-wrap{padding-top:3.9rem;padding-bottom:3.9rem}}@media (max-width:767px){#section-173-7 > .ct-section-inner-wrap{padding-top:0;padding-bottom:1rem}}@media (max-width:767px){#section-189-7 > .ct-section-inner-wrap{padding-top:0}}#div_block-7-7{max-width:100%;width:100%;flex-direction:unset;display:flex}#div_block-68-7{width:100%;text-align:left;align-items:center;background-color:rgba(0,0,0,0.26);margin-top:7.813rem}#div_block-16-7{width:100%;padding-left:20px;padding-right:20px;padding-top:1.5rem;padding-bottom:1.5rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;max-width:1200px;margin-top:0rem}#div_block-75-7{max-width:100%;width:100%;flex-direction:unset;display:flex}#div_block-107-7{max-width:100%;width:100%;flex-direction:unset;display:flex}#div_block-86-7{width:100%}#div_block-119-7{width:33.33%;position:relative}#div_block-121-7{overflow:hidden;border-radius:10px;position:relative}#div_block-121-7:after{position:absolute;top:10px;left:10px;right:10px;bottom:10px;flex-direction:unset;display:block;border-top-color:#deddde;border-right-color:#deddde;border-bottom-color:#deddde;border-left-color:#deddde;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:5px;width:auto;height:auto;content:""}#div_block-89-7{width:33.33%}#div_block-110-7{border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none}#div_block-111-7{overflow:hidden;border-radius:10px;position:relative}#div_block-111-7:after{position:absolute;top:10px;left:10px;right:10px;bottom:10px;flex-direction:unset;display:block;border-top-color:#deddde;border-right-color:#deddde;border-bottom-color:#deddde;border-left-color:#deddde;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:5px;width:auto;height:auto;content:""}#div_block-90-7{width:33.34%}#div_block-116-7{overflow:hidden;border-radius:10px;position:relative}#div_block-116-7:after{position:absolute;top:10px;left:10px;right:10px;bottom:10px;flex-direction:unset;display:block;border-top-color:#deddde;border-right-color:#deddde;border-bottom-color:#deddde;border-left-color:#deddde;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:5px;width:auto;height:auto;content:""}#div_block-125-7{width:33.33%}#div_block-127-7{overflow:hidden;border-radius:10px;position:relative}#div_block-127-7:after{position:absolute;top:10px;left:10px;right:10px;bottom:10px;flex-direction:unset;display:block;border-top-color:#deddde;border-right-color:#deddde;border-bottom-color:#deddde;border-left-color:#deddde;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:5px;width:auto;height:auto;content:""}#div_block-88-7{width:33.33%}#div_block-101-7{overflow:hidden;border-radius:10px;position:relative}#div_block-101-7:after{position:absolute;top:10px;left:10px;right:10px;bottom:10px;flex-direction:unset;display:block;border-top-color:#deddde;border-right-color:#deddde;border-bottom-color:#deddde;border-left-color:#deddde;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:5px;width:auto;height:auto;content:""}#div_block-131-7{width:33.33%}#div_block-133-7{overflow:hidden;border-radius:10px;position:relative}#div_block-133-7:after{position:absolute;top:10px;left:10px;right:10px;bottom:10px;flex-direction:unset;display:block;border-top-color:#deddde;border-right-color:#deddde;border-bottom-color:#deddde;border-left-color:#deddde;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:5px;width:auto;height:auto;content:""}#div_block-136-7{width:33.33%}#div_block-138-7{overflow:hidden;border-radius:10px;position:relative}#div_block-138-7:after{position:absolute;top:10px;left:10px;right:10px;bottom:10px;flex-direction:unset;display:block;border-top-color:#deddde;border-right-color:#deddde;border-bottom-color:#deddde;border-left-color:#deddde;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:5px;width:auto;height:auto;content:""}#div_block-151-7{max-width:100%;width:100%;flex-direction:unset;display:flex}#div_block-162-7{width:33.34%}#div_block-164-7{width:66.66%}#div_block-175-7{text-align:right;align-items:flex-end;display:flex;max-width:1200px;width:100%;margin-left:auto;margin-right:auto;padding-bottom:0rem}#div_block-179-7{padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:20px}#div_block-190-7{width:100%}#div_block-193-7{width:33.33%}#div_block-194-7{width:33.33%;display:flex;flex-direction:column}#div_block-195-7{width:33.34%}#form-wrapper{background-size:cover;width:100%;text-align:left;align-items:center;background-repeat:no-repeat;max-width:100%;background-position:50% 100%}@media (max-width:1200px){#div_block-175-7{margin-top:0%;flex-direction:column;display:flex;float:right}}@media (max-width:1200px){#div_block-179-7{position:absolute;margin-top:40%}}@media (max-width:991px){#div_block-68-7{padding-top:0px;margin-top:3.5rem}}@media (max-width:991px){#div_block-16-7{display:flex;flex-direction:column;margin-top:0rem}}@media (max-width:991px){#div_block-121-7{margin-top:0px}}@media (max-width:991px){#div_block-162-7{padding-top:0px;padding-bottom:0px}}@media (max-width:991px){#div_block-175-7{max-width:100%;margin-top:0%;position:relative;padding-bottom:0rem}}@media (max-width:991px){#div_block-179-7{position:absolute;top:42%;z-index:10;margin-top:10%}}@media (max-width:767px){#div_block-162-7{padding-top:0px;padding-bottom:0px}}@media (max-width:767px){#div_block-164-7{padding-left:0px;padding-right:0px}}@media (max-width:767px){#div_block-175-7{width:100%;padding-bottom:3.9rem}}@media (max-width:767px){#div_block-179-7{position:relative;margin-top:0%}}@media (max-width:767px){#div_block-193-7{padding-left:0px;padding-right:0px}}@media (max-width:767px){#div_block-194-7{padding-left:0px;padding-right:0px}}@media (max-width:767px){#div_block-195-7{padding-left:0px;padding-right:0px}}@media (max-width:767px){#new_columns-87-7> .ct-div-block{width:50% !important}}@media (max-width:479px){#new_columns-87-7> .ct-div-block{width:100% !important}#new_columns-87-7{flex-direction:column}}#new_columns-87-7{max-width:1200px;margin-left:auto;margin-right:auto}@media (max-width:991px){#new_columns-161-7> .ct-div-block{width:100% !important}}#new_columns-161-7{max-width:1200px;margin-left:auto;margin-right:auto}@media (max-width:767px){#new_columns-192-7> .ct-div-block{width:100% !important}#new_columns-192-7{flex-direction:column}}@media (max-width:767px){#headline-203-7{order:1}}#text_block-24-7{color:#deddde;font-size:1.125rem}#text_block-21-7{color:#deddde;font-size:1.125rem}#text_block-61-7{color:#deddde;font-size:1.125rem}#text_block-28-7{color:#deddde;font-size:1.125rem}#text_block-31-7{color:#deddde;font-size:1.125rem}#text_block-35-7{color:#deddde;font-size:1.125rem}#text_block-38-7{color:#deddde;font-size:1.125rem}#text_block-234-7{color:#deddde;font-size:1.125rem}#text_block-236-7{color:#deddde;font-size:1.125rem;margin-bottom:0px}@media (max-width:991px){#text_block-123-7{font-size:1rem}}@media (max-width:991px){#text_block-113-7{font-size:1rem}}@media (max-width:991px){#text_block-118-7{font-size:1rem}}@media (max-width:991px){#text_block-129-7{font-size:1rem}}@media (max-width:991px){#text_block-105-7{font-size:1rem}}@media (max-width:991px){#text_block-135-7{font-size:1rem}}@media (max-width:991px){#text_block-140-7{font-size:1rem}}@media (max-width:767px){#text_block-206-7{font-size:1.125rem}}@media (max-width:767px){#text_block-209-7{order:2;font-size:1.125rem}}@media (max-width:767px){#text_block-212-7{font-size:1.125rem}}@media (max-width:479px){#text_block-206-7{font-size:1.125rem}}@media (max-width:479px){#text_block-209-7{font-size:1.125rem}}@media (max-width:479px){#text_block-212-7{font-size:1.125rem}}#_rich_text-6-7{background-size:cover;width:100%;text-align:center;padding-top:7rem;padding-bottom:0rem;color:#deddde;font-weight:400;padding-left:20px;padding-right:20px}#_rich_text-15-7{font-size:1.266rem;color:#deddde;font-weight:300;margin-bottom:7.813rem;text-align:center;padding-left:20px;padding-right:20px;max-width:35rem}#_rich_text-76-7{background-size:cover;width:100%;text-align:center;padding-top:0rem;padding-bottom:0rem;font-weight:400;padding-left:20px;padding-right:20px}#_rich_text-83-7{max-width:50rem;margin-left:auto;margin-right:auto;text-align:center}#_rich_text-108-7{background-size:cover;width:100%;text-align:center;padding-top:0rem;padding-bottom:0rem;padding-left:20px;padding-right:20px}#_rich_text-152-7{background-size:cover;width:100%;text-align:center;padding-bottom:0rem;color:#deddde;padding-left:20px;padding-right:20px;font-weight:400}#_rich_text-155-7{font-size:1.266rem;color:#deddde;font-weight:300;text-align:center;padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto;margin-bottom:0rem;max-width:35rem}#_rich_text-159-7{margin-left:auto;margin-right:auto;margin-top:2rem}#_rich_text-166-7{background-size:cover;width:100%;text-align:left;padding-top:0rem;padding-bottom:0rem;font-weight:400;padding-left:0px;padding-right:20px}#_rich_text-176-7{background-size:cover;width:100%;padding-top:0rem;padding-bottom:0rem;padding-left:0px;padding-right:20px;max-width:35rem;text-align:left}#_rich_text-178-7{text-align:left;max-width:35rem;width:100%}#_rich_text-224-7{background-size:cover;width:100%;text-align:center;padding-bottom:0rem;color:#deddde;padding-left:20px;padding-right:20px;font-weight:400;margin-bottom:2rem}@media (max-width:991px){#_rich_text-15-7{margin-bottom:0rem}}@media (max-width:991px){#_rich_text-76-7{padding-top:3.5rem}}@media (max-width:991px){#_rich_text-108-7{padding-top:0rem}}@media (max-width:991px){#_rich_text-152-7{padding-top:0rem}}@media (max-width:991px){#_rich_text-155-7{margin-bottom:0rem}}@media (max-width:991px){#_rich_text-166-7{padding-top:0rem}}@media (max-width:991px){#_rich_text-176-7{padding-top:0rem;max-width:30rem}}@media (max-width:991px){#_rich_text-178-7{max-width:30rem}}@media (max-width:991px){#_rich_text-224-7{padding-top:0rem}}@media (max-width:767px){#_rich_text-83-7{font-size:1.125rem;text-align:left}}@media (max-width:767px){#_rich_text-152-7{margin-top:0px;padding-top:0rem}}@media (max-width:767px){#_rich_text-166-7{padding-top:0rem;text-align:left}}@media (max-width:767px){#_rich_text-176-7{max-width:100%}}@media (max-width:767px){#_rich_text-178-7{max-width:100%;font-size:1.125rem}}@media (max-width:767px){#_rich_text-224-7{margin-top:0px;padding-top:0rem}}@media (max-width:479px){#_rich_text-83-7{text-align:left;font-size:1.125rem}}@media (max-width:479px){#_rich_text-178-7{font-size:1.125rem}}#image-84-7{max-width:116px;margin-left:auto;margin-right:auto;margin-top:2rem}#image-122-7:after{flex-direction:unset;top:0px;left:0px;bottom:0px;right:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;content:""}#image-112-7:after{flex-direction:unset;top:0px;left:0px;bottom:0px;right:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;content:""}#image-117-7:after{flex-direction:unset;top:0px;left:0px;bottom:0px;right:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;content:""}#image-128-7:after{flex-direction:unset;top:0px;left:0px;bottom:0px;right:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;content:""}#image-96-7:after{flex-direction:unset;top:0px;left:0px;bottom:0px;right:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;content:""}#image-134-7:after{flex-direction:unset;top:0px;left:0px;bottom:0px;right:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;content:""}#image-139-7:after{flex-direction:unset;top:0px;left:0px;bottom:0px;right:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;content:""}#image-165-7{width:262px;height:auto}#image-214-7{width:162px;margin-left:auto;margin-right:auto;margin-top:3.9rem}#image-215-7{margin-right:auto;margin-left:auto;max-width:102px;margin-bottom:3.9rem}#image-218-7{max-width:133px;margin-left:auto;margin-right:auto;margin-top:3.9rem}#image-222-7{max-width:217px;margin-bottom:2rem;margin-top:-3rem}@media (max-width:991px){#image-165-7{margin-left:auto;margin-right:auto}}@media (max-width:767px){#image-214-7{margin-bottom:2.6rem}}@media (max-width:767px){#image-215-7{order:3;margin-top:3.9rem;margin-bottom:2.6rem}}@media (max-width:767px){#image-218-7{margin-bottom:2.6rem}}#code_block-221-7{width:100%;max-width:100%;margin-left:auto;margin-right:auto;display:none}#shortcode-242-7{width:1200px;max-width:100%}.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: 1200px;
}
body {font-family: 'Open Sans';}body {line-height: 1.6;font-size: 1rem;font-weight: 400;color: #333333;}.oxy-nav-menu-hamburger-line {background-color: #333333;}h1, h2, h3, h4, h5, h6 {font-family: 'Lato';font-size: 3.75rem;font-weight: 400;line-height: 1.2;}h2, h3, h4, h5, h6{font-size: 3.75rem;font-weight: 400;}h3, h4, h5, h6{font-size: 24px;}h4, h5, h6{font-size: 20px;}h5, h6{font-size: 18px;}h6{font-size: 16px;}a {color: #0074db;text-decoration: none;}a:hover {text-decoration: none;}.ct-link-text {text-decoration: ;}.ct-link {text-decoration: ;}.ct-link-button {border-radius: 5rem;}.ct-section-inner-wrap {
padding-top: 7.813rem;
padding-right: 20px;
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;
}
}
.hrro-info-bar {
}
.hero-info-bar {
}
.intro {
}
.hero {
}
.column {
border-radius:10px;
overflow:hidden;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-color:#deddde;
border-right-color:#deddde;
border-bottom-color:#deddde;
border-left-color:#deddde;
font-size:1.424rem;
font-weight:600;
width:33.33%;
margin-left:0px;
position:relative;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
}
@media (max-width: 767px) {
.column {
}
}
@media (max-width: 479px) {
.column {
}
}
.services-intro {
}
.lower {
}
@media (max-width: 767px) {
.lower {
}
}
.about {
}
.two-columns {
}
@media (max-width: 767px) {
.two-columns {
font-size:1.125rem;
}
}
@media (max-width: 479px) {
.two-columns {
font-size:1.125rem;
}
}
.hair {
}
.hide-for-large {
}
@media (max-width: 1200px) {
.hide-for-large {
}
.hide-for-large:not(.ct-section):not(.oxy-easy-posts),
.hide-for-large.oxy-easy-posts .oxy-posts,
.hide-for-large.ct-section .ct-section-inner-wrap{
display:block;
flex-direction:unset;
}
}
@media (max-width: 991px) {
.hide-for-large {
position:relative;
}
}
.types {
max-width:1240px;
margin-left:auto;
margin-right:auto;
}
.about-us {
}
@media (max-width: 1200px) {
.about-us {
}
}
.hair-heading {
margin-top:35%;
}
@media (max-width: 767px) {
.hair-heading {
}
}
.inreo-paragraphs {
}
.instagram-feed {
max-width:100%;
width:1000px;
margin-left:auto;
margin-right:auto;
}
body {
background: #deddde;
overflow-x: hidden;
}
.hero-info-bar a {
color: #deddde !important;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
padding-right: 0;
color: #deddde;
}
#-pro-menu-25-11 .oxy-pro-menu-mobile-close-icon {
left: calc(100% - 60px);
}
.over-heading {
font-size: 1rem;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 0.5rem;
right: -0.5rem;
margin-bottom: 0rem;
display: block;
position:relative;
}
h1.white-divider::after,
h2.white-divider::after{
content: '';
width: 5rem;
height: 1px;
display: block;
background: #deddde;
margin: 1.563rem auto 1.2rem auto;
}
h1.dark-divider::after,
h2.dark-divider::after{
content: '';
width: 5rem;
height: 1px;
display: block;
background: #333333;
margin: 1.563rem auto 1.2rem auto;
}
.hair h2.dark-divider::after,
.about-us h2.dark-divider::after {
margin: 1.563rem 0 1.563rem 0;
}
.types h3::after{
content: '';
width: 5rem;
height: 1px;
display: block;
background: #333333;
margin: 1.563rem 0 1.563rem 0;
}
.lower {
position:relative;
transform: translateY(50%);
}
h2.large-h2 {
font-size:5.852rem;
font-weight: 700;
margin-bottom: 2rem
}
.two-columns {
column-count: 2;
column-gap: 20px;
}
img.amanda { 
max-width: 220px;
}
img.hide-for-large {
display:none;
}
.the-place {
font-weight: 700;
}
.the-day {
display: block;
margin-bottom: .25rem;
margin-top: 0;
}
.the-day span:last-child {
float:right
}
.copyright a {
color: #5a1149;
}
#form-wrapper .row {
display: flex;
width: 1200px;
max-width: 100%;
justify-content: center;
margin: 0 auto;
}
#form-wrapper label {
color:#deddde;
font-weight: 300;
max-width: 100%;
}
#form-wrapper input {
border:none;
line-height: 2;
display: inline-block;
max-width: 100%;
padding: 0 10px;
background: none;
border-bottom: 1px solid #deddde;
color: #deddde!important;
font-weight: 300;
boorder-radius: 0;
}
#form-wrapper input:focus,
#form-wrapper textarea:focus {
outline: none;
}
#form-wrapper .column {
margin: 0 10px;
border-radius: 0;
border:none;
}
#form-wrapper input,
#form-wrapper textarea,
#form-wrapper .text-area{
border-radius: 0;
}
#form-wrapper textarea:active,
#form-wrapper textarea:focus {
background: #deddde;
color: #333;
}
#form-wrapper .text-area{
margin-top:3rem;
}
#form-wrapper textarea {
border: none;
border-bottom: 1px solid #deddde;
background: none;
width: 100%;
color: #deddde;
padding: 20px;
min-height: 10rem;
display: block;
}
#form-wrapper .text-area label {
width: 100%;
font-size: 1.424rem;
}
#form-wrapper input[type="submit"] {
display: block;
margin: 4rem auto 0 auto;
text-transform: uppercase;
letter-spacing: .15rem;
font-size: 1.125rem;
border: none;
background: #931d78;
border-radius: 5px;
padding: .5rem 2rem;
}
.wpcf7-not-valid-tip {
color: #ffb900;
font-size: 0.875rem;
font-weight: 300;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7-response-output {
color:#deddde;
border: 1px solid #ffb900;
text-align:center;
color: #deddde;
font-size: 1.125rem;
}
.oxy-pro-menu-list a {
outline:none;
}
#-pro-menu-25-11 .oxy-pro-menu-list .menu-item:nth-child(6) a {
color: #ff8cd4;
}
#sb_instagram .sb_instagram_header .sbi_header_img {
margin:0 !important;
}
#sb_instagram .sb_instagram_header .sbi_header_text {
display:none;
} @media only screen and (max-width: 992px) {
h1, h2, h2.large-h2 {
font-size: 2.807rem;
}
img.hide-for-large {
display:block;
}
#form-wrapper .column {
width:100%;
display:flex;
justify-content:center;
margin: 0;
}
#form-wrapper .row {
display: flex;
flex-direction: column;
}
#form-wrapper .row:not(:last-of-type) {
display:block;
}
#form-wrapper input[type="submit"] {
margin-left:auto;
margin-right:auto;
}
#form-wrapper label,
#form-wrapper label input {
width:100%;
}
#form-wrapper label,
#form-wrapper .text-area {
margin-top:2rem;
}
#-pro-menu-25-11 .oxy-pro-menu-list .menu-item:nth-child(5) a {
color: #deddde;
}
}
@media only screen and (max-width: 768px) {
.lower {
position:relative;
transform: translateY(0);
}
.column {
padding-bottom: 0!important;
}
.two-columns {
column-count: 1;
}
}
@media only screen and (max-width: 1600px) {
.hair-heading {
margin-top: 40%;
}
} .pum-container {
background: linear-gradient(to top, rgba(0,14,17,1) 50%, rgba(0,14,17,0)), url(https://www.77webz.com/CLIENTS/CG/wp-content/uploads/2021/01/stop-corona-bg1.jpg);
background-size: 100%, cover;
background-position: bottom center, top center;
background-repeat: no-repeat, no-repeat;
color: #fff;
padding: 3rem;
font-weight: 400;
display: flex!important;
flex-direction: column!important;
align-items: center!important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
padding-right: 0;
}
.pum-container h2 {
font-size: 24px;
text-align: center;
}
.pum-container ul {
padding: 0 20px;
}
.pum-container ul li {
padding-bottom: .5rem;
}
.pum-container img {
width: 100px;
height: auto;
margin: 0 auto;
display: block;
}
@media only screen and (max-width: 768px) { 
.pum-container {
max-width: calc(100% - 40px);
}
} .wpforms-submit-container{
display:flex;
justify-content:center;
}
#wpforms-form-146 button[type="submit"]{
background-color:#931d78;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
padding-top:1rem;
padding-bottom:1rem;
padding-left:2rem;
padding-right:2rem;
font-size:1.125rem !important ;
border-radius:5px;
margin-top:2rem;
margin-bottom:2rem;
color:#deddde;
}
div.wpforms-container-full .wpforms-form label.wpforms-error{
font-size:14px !important ;
color:#ff0000 !important;
}
.wpforms-field-label{
font-size:1.424rem !important ;
}
.location-map{
width:100%;
height:100%;
}
#wpcf7-f54-o1 p{
width:100%;
}