@charset "UTF-8";
 *,
*::after,
*::before {
margin: 0;
padding: 0;
box-sizing: inherit;
}
html {
font-size: 62.5%;
scroll-behavior: smooth;
}
@media only screen and (max-width: 56.25em) {
html {
font-size: 58%;
}
}
@media only screen and (max-width: 37.5em) {
html {
font-size: 55%;
}
}
body {
box-sizing: border-box;
}
body {
font-family: "Source Sans Pro", san-serif;
font-weight: 400;
font-size: 1.9rem;
line-height: 1.3;
color: #404040;
}
.headline__hero-main {
font-weight: 900;
font-size: 4rem !important;
color: #95734b;
}
.headline__hero-sub {
font-weight: 400;
font-size: 3rem;
color: #95734b;
}
.headline__hero-pagename {
font-weight: 400;
text-transform: uppercase;
color: #3a170b;
}
.headline__primary {
color: #95734b;
}
.headline__primary-main {
color: #95734b;
}
.headline__primary-sub {
color: #D7BEA0;
}
.headline__secondary {
color: #3a170b;
}
.headline__secondary-main {
color: #3a170b;
}
.headline__secondary-sub {
color: #603D31;
}
.headline__tertiary {
color: #556024;
}
.headline__tertiary-main {
color: #556024;
}
.headline__tertiary-sub {
color: #8e9762;
}
.headline__quaternary {
color: #654c3f;
}
.headline__quaternary-main {
color: #654c3f;
}
.headline__quaternary-sub {
color: #B59A8C;
}
.headline__pink {
color: #ad737e;
}
.headline__pink-main {
color: #ad737e;
}
.headline__pink-sub {
color: #cca2aa;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1;
margin-bottom: 1rem;
}
.section h1 {
font-size: 3.5rem;
}
.section h2 {
font-size: 2.8rem;
}
.section h3 {
font-size: 2.4rem;
}
.section h4 {
font-size: 2rem;
font-weight: 300;
}
.paragraph {
font-size: 1.9rem;
}
.paragraph:not(:last-child) {
margin-bottom: 3rem;
}
.container {
width: 100%;
max-width: 112rem;
position: relative;
}
.flexbox {
display: flex;
position: relative;
z-index: 1;
}
.flexbox-wrap {
flex-wrap: wrap;
}
.flexbox-row {
flex-direction: row;
}
.flexbox-column {
flex-direction: column;
}
.flexbox-column > a {
margin: 0 !important;
}
.flexbox-column > *:not(:last-of-type) {
margin-bottom: 4rem;
}
@media only screen and (max-width: 56.25em) {
.flexbox-column > *:not(:last-of-type) {
margin-bottom: 1rem;
}
}
.flexbox_justify-spcb {
justify-content: space-between;
}
.flexbox_justify-center {
justify-content: center;
}
.flexbox_align-top {
align-items: flex-start;
}
.flexbox_align-center {
align-items: center;
}
.flexbox_align-btm {
align-items: flex-end;
}
.flexbox_align-str {
align-items: stretch;
}
.flexbox__item {
display: flex;
flex-direction: column;
}
@media only screen and (max-width: 48em) {
.flexbox__item {
width: 100% !important;
}
.flexbox__item:not(:last-of-type) {
margin-bottom: 3rem;
}
}
@media only screen and (max-width: 56.25em) {
.flexbox {
align-items: center;
flex-direction: column;
gap: 3rem;
}
.flexbox > * {
width: 95% !important;
}
.flexbox > .oxy-wpgb-grid {
width: 90% !important;
}
}
@media only screen and (max-width: 48em) {
.flexbox {
gap: 1rem;
}
.flexbox > *:not(:last-of-type) {
margin-bottom: 1rem;
}
}
.gap-1 {
gap: 1rem;
}
.gap-2 {
gap: 2rem;
}
.gap-3 {
gap: 3rem;
}
.gap-4 {
gap: 4rem;
}
.gap-5 {
gap: 5rem;
}
.ai-c {
align-items: center;
}
.ai-str {
align-items: stretch;
}
.ai-s {
align-items: start;
}
.ai-fs {
align-items: flex-start;
}
.ai-e {
align-items: end;
}
.ai-fe {
align-items: flex-end;
}
.ai-n {
align-items: normal;
}
.jc-c {
justify-content: center;
}
.jc-str {
justify-content: stretch;
}
.jc-s {
justify-content: start;
}
.jc-e {
justify-content: end;
}
.jc-fs {
justify-content: flex-start;
}
.jc-fe {
justify-content: flex-end;
}
.jc-n {
justify-content: normal;
}
.jc-l {
justify-content: left;
}
.jc-r {
justify-content: right;
}
.jc-spb {
justify-content: space-between;
}
.jc-spa {
justify-content: space-around;
}
.jc-spe {
justify-content: space-evenly;
}
.as-c {
align-self: center;
}
.as-str {
align-self: stretch;
}
.as-s {
align-self: start;
}
.as-fs {
align-self: flex-start;
}
.as-e {
align-self: end;
}
.as-fe {
align-self: flex-end;
}
.w25 {
width: 25%;
}
.w30 {
width: 30%;
}
.w35 {
width: 35%;
}
.w40 {
width: 40%;
}
.w45 {
width: 45%;
}
.w46 {
width: 46%;
}
.w47 {
width: 47%;
}
.w48 {
width: 48%;
}
.w49 {
width: 49%;
}
.w50 {
width: 50%;
}
.w55 {
width: 55%;
}
.w60 {
width: 60%;
}
.w65 {
width: 65%;
}
.w70 {
width: 70%;
}
.w75 {
width: 75%;
}
.w80 {
width: 80%;
}
.w90 {
width: 90%;
}
.w100 {
width: 100%;
}
.mt1 {
margin-top: 1rem;
}
.mt2 {
margin-top: 2rem;
}
.mt3 {
margin-top: 3rem;
}
.mt4 {
margin-top: 4rem;
}
.mt5 {
margin-top: 5rem;
}
.mt6 {
margin-top: 6rem;
}
.mb1 {
margin-bottom: 1rem;
}
.mb2 {
margin-bottom: 2rem;
}
.mb3 {
margin-bottom: 3rem;
}
.mb4 {
margin-bottom: 4rem;
}
.mb5 {
margin-bottom: 5rem;
}
.mb6 {
margin-bottom: 6rem;
}
.ml2 {
margin-left: 2rem;
}
.ml3 {
margin-left: 3rem;
}
.ml4 {
margin-left: 4rem;
}
.mr2 {
margin-right: 2rem;
}
.mr3 {
margin-right: 3rem;
}
.mr4 {
margin-right: 4rem;
}
.pt1 {
padding-top: 1rem;
}
.pt2 {
padding-top: 2rem;
}
.pt3 {
padding-top: 3rem;
}
.pt4 {
padding-top: 4rem;
}
.pb1 {
padding-bottom: 1rem;
}
.pb2 {
padding-bottom: 2rem;
}
.pb3 {
padding-bottom: 3rem;
}
.pb4 {
padding-bottom: 4rem;
}
.pl1 {
padding-left: 1rem;
}
.pl2 {
padding-left: 2rem;
}
.pl3 {
padding-left: 3rem;
}
.pl4 {
padding-left: 4rem;
}
.pr1 {
padding-right: 1rem;
}
.pr2 {
padding-right: 2rem;
}
.pr3 {
padding-right: 3rem;
}
.pr4 {
padding-right: 4rem;
}
.pa1, .ppa1 {
padding: 1rem;
}
.pa2, .ppa2 {
padding: 2rem;
}
.br-5 {
border-radius: 0.5rem;
}
.br-10 {
border-radius: 1rem;
}
.text-ac {
text-align: center;
}
.text-al {
text-align: left;
}
.text-ar {
text-align: right;
}
.text-aj {
text-align: justify;
}
.pos-rel {
position: relative;
}
.pos-abs {
position: absolute;
}
.pos-fix {
position: fix;
}
.pos-stc {
position: sticky;
}
.zi-0 {
z-index: 0;
}
.zi-1 {
z-index: 1;
}
.zi-2 {
z-index: 2;
}
.zi-3 {
z-index: 3;
}
.zi-4 {
z-index: 4;
}
.zi-5 {
z-index: 5;
}
.zi-10 {
z-index: 10;
}
.zi-20 {
z-index: 20;
}
.zi-99 {
z-index: 99;
}
.zi-999 {
z-index: 999;
}
.zi-9999 {
z-index: 9999;
}
.content {
width: 100%;
margin-bottom: 3rem;
}
.gridbox {
display: grid;
position: relative;
z-index: 2;
grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
grid-gap: 6rem;
align-items: center;
}
@media only screen and (max-width: 56.25em) {
.gridbox {
grid-gap: 3rem;
}
}
@media only screen and (max-width: 56.25em) {
.gridbox__item {
justify-content: center;
}
.gridbox__item.mb4 {
margin-bottom: 0rem;
}
}
.gridbox__item--img {
max-height: 33rem;
align-self: end;
}
.gridbox__item--img.absolute {
position: absolute;
right: -15rem;
}
@media only screen and (max-width: 56.25em) {
.gridbox__item--img {
max-height: 22rem;
}
.gridbox__item--img.absolute {
position: relative;
right: auto;
}
}
.gridbox.highlight {
z-index: 10;
}
ul, ol {
padding-left: 2rem;
margin: 1.5rem 0 1.5rem 1rem;
}
ul li, ol li {
padding-left: 0.5rem;
padding-bottom: 1rem;
}
.sticky {
position: sticky;
top: 11rem;
}
.ct-section > .ct-section-inner-wrap {
display: flex;
flex-direction: column;
align-items: center !important;
}
.section {
position: relative;
}
.section--hero .container {
padding: 9rem 0rem 0rem;
width: 100%;
}
.section--hero .background__overlay {
background-image: linear-gradient(to bottom right, rgba(255, 248, 240, 0.8), rgba(253, 236, 215, 0.9));
}
.section--hero--fade-right {
background-image: linear-gradient(to right, rgba(255, 248, 240, 0.8), rgba(253, 236, 215, 0.7));
}
.section--hero--fade-left {
background-image: linear-gradient(to right, rgba(255, 248, 240, 0.7), rgba(253, 236, 215, 0.9));
}
.section--hero .gridbox {
width: 100%;
align-items: center;
grid-template-columns: 2.7fr 1fr;
}
@media only screen and (max-width: 56.25em) {
.section--hero .gridbox {
grid-template-columns: 1fr;
}
.section--hero .gridbox > * {
text-align: center;
}
.section--hero .gridbox .ct-headline {
text-align: center;
width: auto;
}
}
.section--even .container, .section--odd .container {
position: relative;
z-index: 2;
display: flex;
}
@media only screen and (max-width: 56.25em) {
.section--even .container, .section--odd .container {
flex-direction: column;
justify-content: center;
}
.section--even .container > div:not(:last-of-type), .section--odd .container > div:not(:last-of-type) {
margin-bottom: 3rem;
}
}
.section--odd {
background-image: linear-gradient(to bottom right, rgba(255, 248, 240, 0.6), rgba(253, 236, 215, 0.8));
}
.section:last-of-type.section--odd {
clip-path: polygon(50% 0, 100% 6%, 100% 100%, 0 100%, 0 6%);
}
.section:last-of-type.section--odd .ct-section-inner-wrap {
padding-top: clamp(4rem, 8rem + (1vw - 0.32rem) * 4.1667, 10rem);
}
@media only screen and (max-width: 56.25em) {
.section:last-of-type.section--odd {
clip-path: polygon(50% 0, 100% 6%, 100% 100%, 0 100%, 0 6%);
}
}
@media only screen and (max-width: 48em) {
.section:last-of-type.section--odd {
clip-path: polygon(50% 0, 100% 5%, 100% 100%, 0 100%, 0 5%);
}
}
.section:last-of-type.section--even::after {
content: "";
width: 100%;
display: block;
clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
height: 3rem;
background-image: linear-gradient(to right, #b69671, #95734b);
margin-bottom: -2px;
margin-top: 3rem;
}
.section--primary {
background-image: linear-gradient(to bottom, rgba(255, 248, 240, 0.6), rgba(253, 236, 215, 0.8));
}
.section--secondary {
background-image: linear-gradient(to bottom, rgba(178, 137, 123, 0.6), rgba(136, 98, 85, 0.8));
}
.section--tertiary {
background-image: linear-gradient(to bottom, rgba(219, 226, 189, 0.6), rgba(176, 184, 136, 0.8));
}
.section--quaternary {
background-image: linear-gradient(to bottom, rgba(255, 243, 237, 0.6), rgba(218, 197, 187, 0.8));
}
.section p:not(:last-of-type) {
margin-bottom: 1rem;
}
.background__img {
position: absolute;
width: 100%;
height: 100% !important;
object-fit: cover;
z-index: 0;
top: 0;
left: 0;
filter: saturate(0.22);
}
.background__img--fade-right {
object-fit: contain !important;
object-position: right;
mask-image: linear-gradient(to right, transparent 0%, black);
width: auto !important;
right: 0;
left: auto;
}
.background__img--fade-left {
object-fit: contain !important;
object-position: left;
mask-image: linear-gradient(to left, transparent 0%, black);
width: auto !important;
}
.background__overlay {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
top: 0;
left: 0;
transition: 1s all;
}
.wysiwyg > p {
padding: 0.5rem 0;
}
.wysiwyg > h4 {
padding: 0.5rem 0;
}
.btn {
transition: 0.5s all;
border: none !important;
}
.btn:hover, .btn:active {
transform: scale(0.95);
cursor: pointer;
}
.btn--primary {
background-color: #D7BEA0 !important;
color: #fff;
transition: 0.5s all;
}
.btn--primary:hover, .btn--primary:active {
background-color: #b69671 !important;
}
.btn--secondary {
background: #603D31 !important;
color: #fff;
transition: 0.5s all;
}
.btn--secondary:hover, .btn--secondary:active {
background-color: #522a1d !important;
}
.btn--tertiary {
background: #8e9762 !important;
color: #fff !important;
transition: 0.5s all;
}
.btn--tertiary:hover, .btn--tertiary:active {
background-color: #646c40 !important;
}
.btn--quaternary {
background: #B59A8C !important;
color: #fff;
transition: 0.5s all;
}
.btn--quaternary:hover, .btn--quaternary:active {
background-color: #947666 !important;
}
.btn.current-page {
filter: saturate(50%);
cursor: auto;
pointer-events: none;
}
.button--box {
display: flex;
gap: 2rem;
}
@media only screen and (max-width: 56.25em) {
.button--box {
justify-content: stretch !important;
align-items: center;
}
}
.header {
padding: 0 3.2rem 0;
}
.header.oxy-header-wrapper.oxy-header.oxy-sticky-header.oxy-sticky-header-active {
background-image: linear-gradient(to bottom, #fff8f0, rgba(255, 248, 240, 0.95) 80%, rgba(255, 248, 240, 0));
}
@media only screen and (max-width: 70em) {
.header .oxy-header-container {
padding-right: 0;
padding-left: 0;
}
}
.header__navigation.oxygen-only-show-in-overlay {
padding-top: 2rem;
}
.header__navigation.oxygen-show-in-sticky-only {
padding-top: 1rem;
}
.header__navigation .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
background-color: rgba(182, 150, 113, 0.97);
}
.header__navigation-menu {
max-width: 100%;
}
.header__navigation-menu .oxy-pro-menu-container ul.oxy-pro-menu-list li.menu-item {
transition: 0.4s all;
}
.header__navigation-menu .oxy-pro-menu-container ul.oxy-pro-menu-list li.menu-item.menu-item-has-children:hover, .header__navigation-menu .oxy-pro-menu-container ul.oxy-pro-menu-list li.menu-item.menu-item-has-children:active {
background-color: rgba(253, 236, 215, 0.77);
border-radius: 5px;
}
.header__navigation-menu .oxy-pro-menu-container ul.oxy-pro-menu-list li.menu-item.menu-item-has-children:hover a, .header__navigation-menu .oxy-pro-menu-container ul.oxy-pro-menu-list li.menu-item.menu-item-has-children:active a {
color: #95734b;
}
.header__navigation-menu .oxy-pro-menu-container ul.oxy-pro-menu-list li.menu-item.current-menu-item {
font-weight: 600;
color: #522a1d;
}
.header__navigation-menu .oxy-pro-menu-container ul.oxy-pro-menu-list li.menu-item a {
padding: 0.5rem 0.8rem;
font-variant: small-caps;
font-size: 2rem;
color: #333;
transition: all 0.4s;
}
.header__navigation-menu .oxy-pro-menu-container ul.oxy-pro-menu-list li.menu-item:hover a, .header__navigation-menu .oxy-pro-menu-container ul.oxy-pro-menu-list li.menu-item:active a {
color: #95734b;
}
.header__navigation-menu .oxy-pro-menu-container ul.oxy-pro-menu-list li.menu-item > ul.sub-menu {
top: 15px;
left: -10px;
background-color: #fff8f0;
border-radius: 0 0 5px 5px;
padding-top: 5px;
}
.header__navigation-menu.oxy-pro-menu-open li.current-menu-item a {
color: #fdecd7;
}
.header__navigation-menu.oxy-pro-menu-open li a {
font-size: 2.5rem !important;
color: #fff;
justify-content: center !important;
text-align: center !important;
}
.header__navigation-menu.oxy-pro-menu-open li a:hover, .header__navigation-menu.oxy-pro-menu-open li a:active {
color: #fff8f0;
}
.header__navigation-menu.oxy-pro-menu-open .oxy-pro-menu-mobile-close-icon {
color: #fff8f0;
font-variant: small-caps;
transition: 0.4s all;
}
.header__navigation-menu.oxy-pro-menu-open .oxy-pro-menu-mobile-close-icon:hover {
opacity: 0.9;
transform: scale(0.95);
}
.header__navigation-menu .oxy-pro-menu-mobile-open-icon {
color: #95734b;
}
.header__navigation-logo {
display: block;
max-width: 6.6rem;
}
.footer {
padding: 3rem 3.2rem 3rem;
background-image: linear-gradient(to bottom, #b69671, #95734b);
position: relative;
z-index: 2;
}
.footer__container {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
width: 100%;
flex-wrap: wrap;
}
.footer__top {
display: flex;
flex-direction: column;
align-self: center;
max-width: 30rem;
}
.footer__logo {
max-width: 111px;
}
.footer__slogen {
color: #fdecd7;
font-size: 1.3rem;
}
.footer__bottom {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-end;
text-align: right;
}
.footer__bottom-copyright {
color: #D7BEA0;
font-size: 1.5rem;
width: auto;
}
.footer__bottom-copyright-text {
display: inline-block;
}
.footer__bottom-copyright-text span {
border-left: #a27d31 1px solid;
padding-left: 0.5rem;
}
@media only screen and (max-width: 30em) {
.footer__bottom-copyright-text span {
display: block;
border: none;
padding: 1rem 0 0;
}
}
.footer__bottom-reference {
color: #b69671;
font-size: 1.5rem;
border-top: 1px solid #D7BEA0;
padding-top: 1rem;
text-align: right;
}
.footer__bottom-reference a {
color: inherit;
}
@media only screen and (max-width: 56.25em) {
.footer__container {
flex-direction: column;
justify-content: center;
align-items: center;
}
.footer__top {
align-items: center;
margin-bottom: 2rem;
min-width: unset;
max-width: unset;
text-align: center;
width: 100%;
}
.footer__bottom {
justify-content: center;
align-items: center;
width: 100%;
}
.footer__bottom-reference {
text-align: center;
width: 100%;
}
}
.footer__reference {
margin-top: 0.5rem;
}
.footer__links {
display: flex;
flex-direction: column;
width: auto;
}
.footer__links > .btn__signup {
padding: 5px;
background-color: #D7BEA0;
border: 1px solid #b69671;
color: #ffffff;
margin-bottom: 2rem;
}
.footer__navigation {
width: auto;
display: flex;
margin-bottom: 1rem;
}
.footer__navigation--menu .oxy-pro-menu-list {
flex-wrap: wrap;
max-width: 100%;
align-items: center;
}
.footer__navigation--menu li {
width: auto !important;
}
.footer__navigation--menu li a {
padding: 8px 10px;
font-variant: small-caps;
font-size: 1.9rem;
color: #fff;
transition: all 0.4s;
}
.footer__navigation--menu li a:hover, .footer__navigation--menu li a:active {
color: #fff8f0;
}
.footer__navigation--menu li a:first-of-type {
padding-left: 0;
}
.footer__social-icon {
transition: all 0.3s;
}
.footer__social-icon > .icon {
padding: 5px;
color: #fdecd7;
}
.footer__social-icon > .icon > svg {
width: 2.5rem;
height: 2.5rem;
}
.footer__social-icon:hover, .footer__social-icon:active {
transform: scale(0.9);
}
.wp-grid-builder {
width: 100%;
}
.wp-grid-builder .wpgb-viewport.wpgb-carousel {
overflow: clip !important;
overflow-clip-margin: 15px !important;
}
.wp-grid-builder .wpgb-facet .wpgb-inline-list {
justify-content: center;
}
@media only screen and (max-width: 30em) {
.wp-grid-builder.blog-latest .wpgb-card .wpgb-card-media {
border-radius: 0.5em 0.5em 0 0;
}
.wp-grid-builder.blog-latest .wpgb-card .wpgb-card-media .wpgb-card-media-overlay, .wp-grid-builder.blog-latest .wpgb-card .wpgb-card-media .wpgb-card-media-thumbnail {
border-radius: 0.5em 0.5em 0 0;
}
.wp-grid-builder.blog-latest .wpgb-card .wpgb-card-content .wpgb-card-body {
border-radius: 0 0 0.5em 0.5em;
}
}
.wp-grid-builder.wpgb-grid-1 .wpgb-card:nth-of-type(2n), .wp-grid-builder.wpgb-grid-8 .wpgb-card:nth-of-type(2n), .wp-grid-builder.services-slideshow .wpgb-card:nth-of-type(2n) {
transform: translateY(2rem);
}
.wp-grid-builder.wpgb-grid-1 .wpgb-card-media-content, .wp-grid-builder.wpgb-grid-8 .wpgb-card-media-content, .wp-grid-builder.services-slideshow .wpgb-card-media-content {
display: grid !important;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-card-media-content-center, .wp-grid-builder.wpgb-grid-8 .wpgb-card-media-content-center, .wp-grid-builder.services-slideshow .wpgb-card-media-content-center {
display: flex !important;
flex-direction: column;
justify-content: center;
margin: 0 !important;
padding: 4rem 2rem 4rem;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-card-media-content-top, .wp-grid-builder.wpgb-grid-8 .wpgb-card-media-content-top, .wp-grid-builder.services-slideshow .wpgb-card-media-content-top {
min-height: 4rem;
width: 100%;
padding: 1rem;
display: flex !important;
justify-content: center;
align-items: center;
position: absolute !important;
top: -2.5rem !important;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-card-media-content-bottom .card__overlay--primary, .wp-grid-builder.wpgb-grid-8 .wpgb-card-media-content-bottom .card__overlay--primary, .wp-grid-builder.services-slideshow .wpgb-card-media-content-bottom .card__overlay--primary {
background-image: linear-gradient(to bottom right, rgba(255, 248, 240, 0.8), rgba(255, 255, 255, 0.9));
border: 1px solid #fdecd7;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-card-media-content-bottom .card__overlay--secondary, .wp-grid-builder.wpgb-grid-8 .wpgb-card-media-content-bottom .card__overlay--secondary, .wp-grid-builder.services-slideshow .wpgb-card-media-content-bottom .card__overlay--secondary {
background-image: linear-gradient(to bottom right, rgba(178, 137, 123, 0.8), rgba(255, 255, 255, 0.9));
border: 1px solid #886255;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-card-media-content-bottom .card__overlay--tertiary, .wp-grid-builder.wpgb-grid-8 .wpgb-card-media-content-bottom .card__overlay--tertiary, .wp-grid-builder.services-slideshow .wpgb-card-media-content-bottom .card__overlay--tertiary {
background-image: linear-gradient(to bottom right, rgba(219, 226, 189, 0.8), rgba(255, 255, 255, 0.9));
border: 1px solid #b0b888;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-card-media-content-bottom .card__overlay--quaternary, .wp-grid-builder.wpgb-grid-8 .wpgb-card-media-content-bottom .card__overlay--quaternary, .wp-grid-builder.services-slideshow .wpgb-card-media-content-bottom .card__overlay--quaternary {
background-image: linear-gradient(to bottom right, rgba(255, 243, 237, 0.8), rgba(255, 255, 255, 0.9));
border: 1px solid #dac5bb;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-card-media-content-bottom .card__overlay--pink, .wp-grid-builder.wpgb-grid-8 .wpgb-card-media-content-bottom .card__overlay--pink, .wp-grid-builder.services-slideshow .wpgb-card-media-content-bottom .card__overlay--pink {
background-image: linear-gradient(to bottom right, rgba(237, 211, 216, 0.8), rgba(255, 255, 255, 0.9));
border: 1px solid #EDD3D8;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-card-media-content .card__title, .wp-grid-builder.wpgb-grid-8 .wpgb-card-media-content .card__title, .wp-grid-builder.services-slideshow .wpgb-card-media-content .card__title {
padding: 5px 15px;
border-radius: 20px;
position: relative;
top: -0.5rem;
white-space: normal;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-card-media-content .card__title > h3, .wp-grid-builder.wpgb-grid-8 .wpgb-card-media-content .card__title > h3, .wp-grid-builder.services-slideshow .wpgb-card-media-content .card__title > h3 {
font-size: 2rem;
color: #fff;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-card-media-content .card__title--primary, .wp-grid-builder.wpgb-grid-8 .wpgb-card-media-content .card__title--primary, .wp-grid-builder.services-slideshow .wpgb-card-media-content .card__title--primary {
background-color: #b69671;
border: 1px solid #fdecd7;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-card-media-content .card__title--secondary, .wp-grid-builder.wpgb-grid-8 .wpgb-card-media-content .card__title--secondary, .wp-grid-builder.services-slideshow .wpgb-card-media-content .card__title--secondary {
background-color: #522a1d;
border: 1px solid #886255;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-card-media-content .card__title--tertiary, .wp-grid-builder.wpgb-grid-8 .wpgb-card-media-content .card__title--tertiary, .wp-grid-builder.services-slideshow .wpgb-card-media-content .card__title--tertiary {
background-color: #646c40;
border: 1px solid #b0b888;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-card-media-content .card__title--quaternary, .wp-grid-builder.wpgb-grid-8 .wpgb-card-media-content .card__title--quaternary, .wp-grid-builder.services-slideshow .wpgb-card-media-content .card__title--quaternary {
background-color: #947666;
border: 1px solid #dac5bb;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-card-media-content .card__title--pink, .wp-grid-builder.wpgb-grid-8 .wpgb-card-media-content .card__title--pink, .wp-grid-builder.services-slideshow .wpgb-card-media-content .card__title--pink {
background-color: #ad737e;
border: 1px solid #f5ebed;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-card-media-content .card--icon, .wp-grid-builder.wpgb-grid-8 .wpgb-card-media-content .card--icon, .wp-grid-builder.services-slideshow .wpgb-card-media-content .card--icon {
width: 33px;
height: auto;
margin: 5px 5px 0 5px;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-card-media-content .wpgb-block-3, .wp-grid-builder.wpgb-grid-8 .wpgb-card-media-content .wpgb-block-3, .wp-grid-builder.services-slideshow .wpgb-card-media-content .wpgb-block-3 {
display: flex;
align-self: flex-start;
flex-direction: column;
line-height: 1.1;
font-size: 1.7rem;
gap: 0;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-card-media-content .wpgb-block-3 h3, .wp-grid-builder.wpgb-grid-8 .wpgb-card-media-content .wpgb-block-3 h3, .wp-grid-builder.services-slideshow .wpgb-card-media-content .wpgb-block-3 h3 {
font-size: 1.9rem;
color: #fff8f0;
margin: 0;
padding: 0;
font-weight: 600;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-card-media-content .wpgb-block-3 h3:last-of-type, .wp-grid-builder.wpgb-grid-8 .wpgb-card-media-content .wpgb-block-3 h3:last-of-type, .wp-grid-builder.services-slideshow .wpgb-card-media-content .wpgb-block-3 h3:last-of-type {
margin-bottom: 1.5rem;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-area-right, .wp-grid-builder.wpgb-grid-8 .wpgb-area-right, .wp-grid-builder.services-slideshow .wpgb-area-right {
right: -5rem;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-area-left, .wp-grid-builder.wpgb-grid-8 .wpgb-area-left, .wp-grid-builder.services-slideshow .wpgb-area-left {
left: -5rem;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-area .wpgb-prev-button, .wp-grid-builder.wpgb-grid-1 .wpgb-area .wpgb-next-button, .wp-grid-builder.wpgb-grid-8 .wpgb-area .wpgb-prev-button, .wp-grid-builder.wpgb-grid-8 .wpgb-area .wpgb-next-button, .wp-grid-builder.services-slideshow .wpgb-area .wpgb-prev-button, .wp-grid-builder.services-slideshow .wpgb-area .wpgb-next-button {
background: transparent;
border-radius: 5px;
}
.wp-grid-builder.wpgb-grid-1 .wpgb-area .wpgb-prev-button:disabled, .wp-grid-builder.wpgb-grid-1 .wpgb-area .wpgb-next-button:disabled, .wp-grid-builder.wpgb-grid-8 .wpgb-area .wpgb-prev-button:disabled, .wp-grid-builder.wpgb-grid-8 .wpgb-area .wpgb-next-button:disabled, .wp-grid-builder.services-slideshow .wpgb-area .wpgb-prev-button:disabled, .wp-grid-builder.services-slideshow .wpgb-area .wpgb-next-button:disabled {
opacity: 0 !important;
}
.wp-grid-builder.wpgb-grid-2 .wpgb-area-right {
right: -2rem;
}
.wp-grid-builder.wpgb-grid-2 .wpgb-area-left {
left: -2rem;
}
.wp-grid-builder.wpgb-grid-2 .wpgb-area .wpgb-prev-button {
box-shadow: 4px 0px 2px rgba(0, 0, 0, 0.1);
}
.wp-grid-builder.wpgb-grid-2 .wpgb-area .wpgb-next-button {
box-shadow: -4px 0px 2px rgba(0, 0, 0, 0.1);
}
.wp-grid-builder.wpgb-grid-2 .wpgb-area .wpgb-prev-button, .wp-grid-builder.wpgb-grid-2 .wpgb-area .wpgb-next-button {
background: #fff;
border-radius: 5px;
}
.wp-grid-builder.wpgb-grid-2 .wpgb-area .wpgb-prev-button:disabled, .wp-grid-builder.wpgb-grid-2 .wpgb-area .wpgb-next-button:disabled {
opacity: 1 !important;
}
.wp-grid-builder.wpgb-grid-2 .wpgb-area .wpgb-prev-button:disabled > svg, .wp-grid-builder.wpgb-grid-2 .wpgb-area .wpgb-next-button:disabled > svg {
opacity: 0.3 !important;
}
.testimonial.gridbox {
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
align-items: stretch;
}
.testimonial__full {
font-style: italic;
font-size: 1.8rem;
margin-bottom: 3rem;
}
.testimonial__full > *:first-of-type::before, .testimonial__full > *:last-of-type::after {
content: '"';
}
.testimonial__box {
display: grid;
padding: 2rem;
border: 1px solid #fdecd7;
border-top-width: 2px;
border-bottom-width: 2px;
border-radius: 0.5rem;
grid-template-columns: 1fr;
justify-content: center;
align-content: space-between;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0));
}
.testimonial__box > *:not(a) {
align-self: start;
}
.testimonial__box > a {
align-self: end;
display: inline-block;
}
.testimonial__excerpt {
text-align: center;
font-style: italic !important;
font-size: 1.8rem !important;
line-height: 1.1 !important;
}
.testimonial__referer {
margin-top: 1rem !important;
display: flex;
width: 100%;
align-items: center;
justify-content: center;
gap: 1rem;
padding: 0 !important;
line-height: 1.1 !important;
}
.testimonial__referer--img {
width: 7rem;
height: 7rem;
border-radius: 50%;
border: 1px solid rgba(255, 248, 240, 0.3);
}
.testimonial__referer--data {
width: auto;
text-align: center;
}
.testimonial__referer--data-name {
font-weight: bold !important;
font-size: 101% !important;
}
.testimonial__referer--data-company, .testimonial__referer--data-title {
font-size: 90% !important;
}
.testimonial__btn {
margin-top: 2rem !important;
width: 100%;
}
.testimonial__btn > a {
display: inline-block;
padding: 0.5rem 1rem !important;
border: 1px solid #eee !important;
border-radius: 0.5rem;
background-color: rgba(255, 255, 255, 0.66);
transition: 0.4s all !important;
font-size: 90% !important;
color: #999 !important;
}
.testimonial__btn > a:hover, .testimonial__btn > a:active {
transform: scale(0.95) !important;
background-color: rgba(255, 255, 255, 0.33);
color: #ccc !important;
border: 1px solid #ccc !important;
}
.hero__content-full {
align-self: center;
grid-template-columns: 4fr 1fr !important;
display: grid;
}
@media only screen and (max-width: 56.25em) {
.hero__content-full {
display: grid;
grid-template-columns: 1fr !important;
align-items: center;
}
}
.hero__content-excerpt {
font-size: inherit;
padding: 1rem 0;
}
.hero__content-left {
font-size: 2.5rem;
padding-bottom: 3rem;
font-family: "Source Sans Pro";
line-height: 1.1;
display: flex;
flex-direction: column;
}
.hero__content-left h1, .hero__content-left h2 {
font-size: 3rem;
color: #95734b;
}
.hero__content-left .button--box {
margin-top: 0;
font-size: 1.8rem;
}
.hero__content-right {
position: relative;
}
.hero__content-right h3 {
font-weight: 300;
color: #000;
font-size: 1.8rem;
text-transform: uppercase;
position: absolute;
width: 100%;
text-align: center;
bottom: 10%;
z-index: 2;
background: rgba(255, 248, 240, 0.77);
padding: 0.5rem 1rem;
border-radius: 0.5rem;
}
.author {
padding: 2rem;
border-radius: 0.5rem;
background-image: linear-gradient(to bottom right, rgba(253, 236, 215, 0.22), rgba(255, 248, 240, 0.55));
}
.author--box {
display: grid;
grid-template-columns: 77px 1fr;
grid-gap: 2rem;
}
.author__img {
margin-bottom: 0 !important;
}
.author__img > img {
max-width: 100px;
border-radius: 50%;
border: 1px solid #D7BEA0;
margin-bottom: 0;
}
.author__data-name {
font-weight: 600;
font-size: 111%;
}
.author__data-title {
font-size: 88%;
}
.share--box {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.5rem;
border: 1px solid #ccc;
border-radius: 0.5rem;
padding: 1rem;
width: auto;
}
@media only screen and (max-width: 56.25em) {
.share--box {
justify-content: center !important;
align-items: center;
}
}
.related.gridbox {
grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
align-items: stretch;
grid-gap: 4rem;
}
.related__post {
display: grid;
padding: 2rem;
border: 1px solid #886255;
border-top-width: 2px;
border-bottom-width: 2px;
border-radius: 0.5rem;
grid-template-columns: 1fr;
justify-content: center;
align-content: space-between;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.55));
}
.related__post > *:not(a) {
align-self: start;
}
.related__post > a {
align-self: end;
display: inline-block;
}
.related__post h3 {
font-size: 2.2rem;
font-weight: 600;
}
.related__excerpt {
text-align: center;
font-style: italic !important;
font-size: 1.9rem !important;
line-height: 1.1 !important;
}
.related__btn {
margin-top: 2rem !important;
width: 100%;
}
.related__btn > a {
display: inline-block;
padding: 0.5rem 1rem !important;
border: 1px solid #eee !important;
border-radius: 0.5rem;
background-color: rgba(255, 255, 255, 0.66);
transition: 0.4s all !important;
font-size: 90% !important;
color: #999 !important;
}
.related__btn > a:hover, .related__btn > a:active {
transform: scale(0.95) !important;
background-color: rgba(255, 255, 255, 0.33);
color: #ccc !important;
border: 1px solid #ccc !important;
}
.signupForm {
padding-top: 3rem;
}
.signupForm__header {
margin-bottom: 2rem;
}
.signupForm__footer {
margin-top: 2rem;
padding-top: 1.5rem;
font-size: 1.4rem;
line-height: 1.2;
border-top: 1px solid rgba(149, 115, 75, 0.77);
}
.off-canvas {
position: relative;
z-index: 9999 !important;
}
.off-canvas .oxy-offcanvas_backdrop {
background-color: rgba(149, 115, 75, 0.77);
}
.off-canvas .close_signup {
color: #603D31;
transition: all 0.5s;
}
.off-canvas .close_signup:hover, .off-canvas .close_signup:active {
transform: scale(0.9);
}
.off-canvas .offcanvas-inner {
background-image: linear-gradient(#fdecd7, #fff) !important;
} .gform_button {
background-color: #603D31;
transition: 0.5s all;
}
.gform_button:hover {
transform: scale(0.97);
background-color: #522a1d;
}
.gform_fields {
row-gap: 1rem !important;
} .services {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
grid-gap: 3rem;
align-items: stretch;
}
@media only screen and (max-width: 56.25em) {
.services {
grid-template-columns: repeat(2, 1fr);
}
}
.services__title {
margin-bottom: 6rem;
text-transform: uppercase;
font-size: 3rem;
text-align: center;
color: #b69671;
}
.service {
display: grid;
grid-template-columns: 1fr;
grid-gap: 1rem;
position: relative;
padding: 4rem 3rem 4rem;
border: 1px solid #fdecd7;
border-radius: 3px;
transition: all 0.5s;
background-image: linear-gradient(to bottom right, rgba(253, 236, 215, 0.11), rgba(253, 236, 215, 0.02));
}
.service:hover, .service:active {
transform: scale(1.02);
border: 1px solid #D7BEA0;
}
.service:hover .service__logo, .service:active .service__logo {
filter: sepia(0);
opacity: 1;
}
.service:hover .service__logo-box, .service:active .service__logo-box {
border: 1px solid #D7BEA0;
}
.service:hover h3, .service:active h3 {
color: #95734b;
}
.service > * {
justify-self: center;
}
.service h3 {
color: #b69671;
text-transform: uppercase;
font-size: 2.5rem;
font-weight: 400;
transition: all 0.5s;
text-align: center;
margin-bottom: 2rem;
}
.service h4 {
margin-bottom: 2rem;
}
.service__img {
position: absolute;
top: -3rem;
left: 0;
width: 100%;
display: flex;
justify-content: center;
}
.service__icon {
max-height: 22rem;
align-self: end;
}
.service__logo {
border-radius: 50%;
height: 6rem;
padding: 0.5rem;
filter: sepia(1);
transition: all 0.5s;
}
.service__logo-box {
background: #fff;
border-radius: 50%;
height: 6rem;
border: 1px solid #fdecd7;
transition: all 0.5s;
display: flex;
justify-content: center;
align-items: center;
}
.service__extra-img {
border-radius: 0.5rem;
margin-bottom: 2rem;
}
.service > div {
text-align: left;
}
.service__content {
position: relative;
z-index: 1;
}
.service__buttons {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
grid-gap: 2rem;
width: 100%;
margin-top: 2rem;
}
.service__buttons > button {
font-family: "Source Sans Pro", san-serif !important;
}
.service__buttons > .btn {
margin-top: 0;
font-size: 1.6rem;
}
.service__buttons > a.ct-link-button {
display: flex;
align-items: center;
justify-content: center;
}
.service__bg {
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
}
.service__bg-img {
width: auto;
height: 80%;
filter: saturate(0);
opacity: 0.07;
}
.options {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
grid-gap: 2rem;
align-items: stretch;
position: relative;
}
@media only screen and (max-width: 56.25em) {
.options {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 37.5em) {
.options {
grid-template-columns: 1fr;
}
}
.option {
display: flex;
flex-direction: column;
gap: 1px;
position: relative;
background-image: linear-gradient(to bottom, rgba(253, 236, 215, 0.55), rgba(253, 236, 215, 0.11) 66%);
padding: 3rem 2rem 3rem;
border-radius: 5px;
border: 1px solid #fdecd7;
transition: all 0.5s;
text-align: auto;
}
.option > * {
justify-self: center;
}
.option h3 {
color: #522a1d;
text-transform: uppercase;
font-size: 2.2rem;
font-weight: 400;
transition: all 0.5s;
text-align: center;
margin-bottom: 2rem;
align-items: center;
}
.option > button {
align-self: center !important;
}
.option__content {
position: relative;
z-index: 1;
}
.contact {
display: flex;
flex-direction: column;
}
.contact-person {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 4rem;
}
@media only screen and (max-width: 56.25em) {
.contact-person {
grid-template-columns: 1fr;
}
}
.contact .card {
display: flex;
padding: 2rem 2rem 0;
border: 1px solid #fdecd7;
border-radius: 0.5rem;
justify-content: space-between;
overflow: hidden;
position: relative;
}
@media only screen and (max-width: 26.25em) {
.contact .card {
flex-direction: column;
padding: 10rem 2rem 0;
align-items: center;
}
}
.contact .card__overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
background-image: linear-gradient(to bottom right, rgba(255, 248, 240, 0.66), rgba(215, 190, 160, 0.9));
}
.contact .card__bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
object-fit: cover;
object-position: bottom right;
filter: saturate(0.22) brightness(1.5);
mask-image: linear-gradient(to left, transparent, black 40%);
}
.contact .card__logo {
position: absolute;
top: 4rem;
left: 4rem;
width: 15rem;
height: auto;
z-index: 2;
}
@media only screen and (max-width: 26.25em) {
.contact .card__logo {
left: auto;
}
}
.contact .card__data {
padding: 2rem 2rem 4rem;
display: flex;
flex-direction: column;
justify-content: flex-end;
font-size: 1.8rem;
position: relative;
z-index: 2;
}
@media only screen and (max-width: 26.25em) {
.contact .card__data {
text-align: center;
}
}
.contact .card__data-name {
font-size: 2rem;
font-weight: 600;
text-transform: uppercase;
}
.contact .card__photo {
align-self: flex-end;
padding: 0;
align-content: flex-end;
display: flex;
position: relative;
z-index: 2;
}
.contact .card__photo > img {
max-height: 30rem;
}
@media only screen and (max-width: 26.25em) {
.contact .card__photo {
align-self: center;
}
}
.contact .card__download {
display: flex;
flex-direction: column;
padding: 4rem;
border-radius: 0.5rem;
justify-content: center;
align-items: center;
text-align: center;
}
.contact .card__download-qr h3 {
color: #b69671;
margin-bottom: 2rem;
}
.contact .card__download-qr > img {
max-height: 20rem;
}
@media only screen and (max-width: 48em) {
.contact .card__download-qr {
display: none;
}
}
.contact .card__download-vcard {
height: 20rem;
width: 100%;
padding: 2rem;
background-color: #603D31;
color: #fff;
border-radius: 5px;
display: none;
transition: 0.5s all;
}
.contact .card__download-vcard:hover, .contact .card__download-vcard:active {
transform: scale(0.95);
background-color: #522a1d;
color: #b2897b;
}
.contact .card__download-vcard > h3 {
color: inherit;
}
@media only screen and (max-width: 48em) {
.contact .card__download-vcard {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
}
.contact .card__download-vcard--icons {
display: grid;
grid-template-columns: 1fr 0.5fr 1fr;
justify-items: center;
margin-top: 2rem;
}
.contact .card__download-vcard--icons > * {
height: 5rem;
}
.contact .card__download-vcard--icon {
fill: currentColor;
}
.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].gform-button--width-full {
background-color: #b69671;
transition: 0.5s all;
}
.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].gform-button--width-full:hover {
background-color: #95734b;
transform: scale(0.95);
}
.event__date-info {
font-size: 2rem; margin-top: 1rem;
background: rgba(215, 190, 160, 0.05);
padding: 1rem !important;
padding-left: 0 !important;
border-radius: 0.5rem;
display: flex; flex-wrap: wrap;
gap: 0.5rem;
justify-content: flex-start;
align-items: center;
}
@media only screen and (max-width: 48em) {
.event__date-info {
justify-content: center;
}
}
.event__content {
margin-top: 3rem;
width: 100%;
display: grid;
grid-template-columns: 2fr 1fr;
gap: 3rem;
}
.event__type {
position: absolute;
top: -1.3rem;
right: 2rem;
z-index: 10;
background: #fff8f0;
color: #95734b;
padding: 0.5rem;
border-radius: 0.5rem;
}
.event__featured {
background-size: cover;
max-width: 35%;
position: relative;
z-index: 15;
height: 22rem;
overflow: visible;
width: 35%;
border-radius: 0.5rem;
align-self: center;
}
.event__featured > a > * {
transition: all 0.4s;
}
.event__featured > a > *:hover {
transform: scale(0.95);
}
.event__featured-wrapper {
position: relative;
filter: drop-shadow(-0.5rem -1.5rem 1rem rgba(182, 150, 113, 0.33));
}
.event__featured-img {
background: #fff;
clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
width: calc(100% - 0.5rem);
height: auto;
position: absolute;
top: 0.5rem;
max-height: 21rem;
aspect-ratio: 1/1;
object-fit: cover;
object-position: center center;
z-index: 2;
border-radius: 0.5rem;
}
.event__featured-img-bg {
position: absolute;
top: 0;
right: 0;
z-index: 0;
border-radius: 0.5rem;
width: calc(100% + 0.5rem);
height: 22rem;
background: #fff8f0;
clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
}
@media only screen and (max-width: 48em) {
.event__featured {
max-width: 100%;
width: 100%;
height: auto;
}
.event__featured__date-info {
align-items: center;
}
.event__featured-img {
clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
left: 0;
object-position: top center;
position: relative;
object-fit: contain;
max-height: initial;
}
.event__featured-img-bg {
clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
height: 100%;
}
}
.event__sidebar {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}
.event__sidebar > div {
width: 100%;
}
.event__sidebar > a {
margin-top: 1.5rem;
text-transform: uppercase;
}
@media only screen and (max-width: 48em) {
.event__sidebar {
flex-direction: column-reverse !important;
}
}
.event__booking {
display: flex;
flex-direction: column;
gap: 2rem;
}
.organizer {
padding: 2rem;
background: linear-gradient(rgba(142, 151, 98, 0.33), rgba(142, 151, 98, 0.1) 33%);
border-radius: 0.5rem;
border: 1px solid #8e9762;
border-top-width: 3px;
}
.organizer__header {
text-align: left;
color: #8e9762;
padding: 0.5rem 0 1rem;
}
.organizer__header > h3 {
text-align: left;
font-weight: 900;
}
.organizer__header > h4 {
font-weight: 600;
margin-bottom: 0 !important;
}
.organizer__info {
text-align: left;
}
.organizer__info > .flexbox {
flex-direction: row !important;
}
.organizer__info h4 {
color: #556024;
font-weight: 600;
font-size: 2.5rem;
margin-bottom: 0.2rem;
}
.organizer__photo {
width: 100px;
max-width: 100px;
height: auto;
object-fit: cover;
object-position: center center;
aspect-ratio: 1/1;
border-radius: 1rem;
margin-right: 2rem;
}
.organizer__title {
display: block;
margin-bottom: 1rem;
}
.organizer__desc {
margin-top: 1rem;
}
.organizer__contact > ul {
list-style: none;
margin: 0.5rem 0;
padding: 0;
}
.organizer__contact > ul > li {
padding: 1rem;
border-radius: 0.5rem;
background: rgba(142, 151, 98, 0.05);
}
.organizer__contact > ul > li:not(:last-child) {
margin-bottom: 1rem;
}
.organizer__contact > ul ul {
list-style: none;
margin: 0;
padding: 0;
}
.organizer__contact > ul ul > li {
padding: 0;
}
.booking {
padding: 2rem;
background: linear-gradient(rgba(181, 154, 140, 0.33), rgba(181, 154, 140, 0.1) 33%);
border-radius: 0.5rem;
border: 1px solid #B59A8C;
border-top-width: 3px; }
.booking__header {
text-align: left;
color: #654c3f;
padding: 0.5rem 0 1rem;
}
.booking__header > h4 {
text-align: left;
font-weight: 900;
}
.booking__wrapper {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap: 1rem;
}
.booking__info {
padding: 1.5rem 0;
display: flex;
flex-direction: column;
gap: 1rem;
}
.booking__datas {
display: flex;
flex-direction: column;
gap: 1rem;
background: rgba(255, 255, 255, 0.22);
padding: 1.5rem;
border-radius: 0.5rem;
}
.location {
padding: 2rem; border: 1px solid #8e9762;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.location__header {
text-align: left;
color: #8e9762;
padding: 0.5rem 0 1rem;
}
.location__header > h4 {
font-weight: 900;
color: #646c40;
font-size: 2.5rem;
}
.location__content {
display: flex;
flex-direction: column;
width: 100%;
justify-content: space-between;
gap: 2rem;
}
.location__name {
font-weight: 900;
font-size: 111%;
color: #8e9762;
transition: 0.4s all;
}
.location__name:hover {
color: #886255;
transform: scale(0.95);
}
.location__address {
font-weight: 600;
}
.location__desc {
margin-top: 1rem;
width: 100%;
}
.location__info {
width: 100%;
}
.location__map {
width: 100%;
}
.location__map > .leaflet-map {
border-radius: 0.5rem;
border: 1px solid #b0b888;
}
.amelia-v2-booking .am-skeleton-evl__wrapper {
height: 33px !important;
padding: 0 !important;
overflow: hidden !important;
border-radius: 1rem !important;
}
.amelia-v2-booking .fc-view-harness.fc-view-harness-active .fc-daygrid table {
width: 100% !important;
height: 100% !important;
}
.amelia-v2-booking .fc-view-harness.fc-view-harness-active .fc-daygrid table .fc-daygrid-body {
width: 100% !important;
height: 100% !important;
}
.amelia-v2-booking.am-dialog-popup #amelia-container .am-eli__header .am-ec__period {
padding: 1rem;
border: 1px solid #eee;
border-radius: 0.5rem;
background-color: #f7f7f7;
}
.amelia-v2-booking.am-dialog-popup #amelia-container .am-eli__header .am-ec__period-date {
display: flex;
align-items: center;
font-size: 2rem;
}
.amelia-v2-booking.am-dialog-popup #amelia-container .am-eli__header .am-ec__period-date__month, .amelia-v2-booking.am-dialog-popup #amelia-container .am-eli__header .am-ec__period-date__day {
font-size: inherit !important;
font-weight: 600;
}
.amelia-v2-booking.am-dialog-popup #amelia-container .am-eli__header .am-ec__period-time {
font-size: 1.6rem;
}
.amelia-v2-booking.am-dialog-popup #amelia-container .am-eli__header .am-ec__info-name {
font-weight: 700;
font-size: 2.5rem;
color: #603D31;
line-height: 1;
margin-bottom: 1rem;
}
.amelia-v2-booking.am-dialog-popup #amelia-container .am-eli__header .am-ec__actions {
display: none;
}
.amelia-v2-booking #amelia-container.am-fs__wrapper {
box-shadow: none !important;
}
.amelia-v2-booking #amelia-container.am-fs__wrapper .am-fs__main .m-phone-number-input__country-flag {
bottom: 1px;
left: 3px;
background-color: #fff;
}
.amelia-v2-booking #amelia-container.am-fs__wrapper .am-fs__main .am-radio-wrapper .el-radio__input {
padding: 2px;
}
.amelia-v2-booking #amelia-container .am-els__available {
padding: 0 2rem;
text-align: center;
font-size: 1.8rem !important;
color: #95734b !important;
}
.amelia-v2-booking #amelia-container .am-els .am-ev-empty .am-icon-search-close {
display: none !important;
}
.amelia-v2-booking #amelia-container .am-els__filters {
display: none !important;
}
.amelia-v2-booking #amelia-container .am-els__wrapper .am-ec {
gap: 1rem;
}
.amelia-v2-booking #amelia-container .am-els__wrapper .am-ec.am-rw-500 .am-ec__actions.am-rw-500 {
width: auto;
margin: 0 0 5px 0 !important;
}
.amelia-v2-booking #amelia-container.am-elf {
padding: 0 !important;
background-color: transparent !important;
}
.amelia-v2-booking #amelia-container.am-elf .am-ec {
align-items: stretch;
}
.amelia-v2-booking #amelia-container.am-elf .am-ec__info {
text-align: left;
}
.amelia-v2-booking #amelia-container.am-elf .am-ec__info-name {
font-weight: 600;
line-height: 1;
}
.amelia-v2-booking #amelia-container.am-elf .am-ec__info-other > *:last-of-type::before {
content: "|";
padding-right: 1rem;
}
.amelia-v2-booking #amelia-container.am-fs__wrapper {
margin: 0 auto !important;
}
.amelia-v2-booking #amelia-container.am-fs__main-inner {
border: 1px solid #603D31;
border-top: 10px solid #603D31;
}
.amelia-v2-booking .am-ec__period {
flex-direction: column;
align-self: flex-start;
padding: 0.5rem !important;
border: 1px solid #eee !important;
background-color: #f7f7f7 !important;
border-radius: 0.5rem;
margin-right: 2rem !important;
}
.amelia-v2-booking .am-ec__period .am-ec__period-date {
display: flex;
flex-direction: row-reverse;
gap: 0.5rem;
}
.amelia-v2-booking .am-ec__period .am-ec__period-date.am-rw-500 {
flex-direction: row-reverse !important;
border-left: 1px solid #ccc;
padding-right: 0.5rem;
}
.amelia-v2-booking .am-ec__period .am-ec__period-date > .am-ec__period-date__day {
font-size: 1.6rem !important;
}
.amelia-v2-booking .am-ec__period .am-ec__period-date > .am-ec__period-date__day:after {
content: ".";
}
.amelia-v2-booking .am-ec__period .am-ec__period-date > .am-ec__period-date__month {
text-transform: uppercase;
}
.future_event {
width: 100%;
}
.future_event > h4 {
font-weight: 600;
color: #522a1d;
margin-top: 2rem;
}
.future_event .el-skeleton {
height: 50px !important;
overflow: hidden;
border-radius: 1rem;
}
.future_event #amelia-container.am-elf {
background-color: transparent !important;
}
.future_event .am-els__available, .future_event .am-els__filters, .future_event .am-ec__info, .future_event .am-ec__actions-price {
display: none !important;
}
.future_event .am-ev-empty .am-icon-search-close {
display: none !important;
}
.future_event .am-ec__period {
margin: 0 !important;
width: 100%;
flex-direction: column !important;
}
.future_event .am-ec__period .am-ec__period-date {
flex-direction: row-reverse;
gap: 0.5rem;
font-size: 1.6rem;
}
.future_event .am-ec__period .am-ec__period-date > .am-ec__period-date__day {
font-size: inherit;
}
.future_event .am-ec__period .am-ec__period-date > .am-ec__period-date__day:after {
content: ".";
}
.future_event .am-ec__period .am-ec__period-date > .am-ec__period-date__month {
text-transform: uppercase;
font-size: inherit;
}
.future_event .amelia-v2-booking #amelia-container.am-elf {
padding: 0;
}
.future_event .amelia-v2-booking #amelia-container.am-elf .am-ec {
padding: 1.2rem;
border-radius: 3px;
box-shadow: none !important;
border: 1px solid #886255;
flex-direction: row;
justify-content: space-between;
}
.future_event .amelia-v2-booking #amelia-container.am-elf .am-ec:not(:last-of-type) {
margin-bottom: 0.8rem;
}
.future_event .amelia-v2-booking #amelia-container.am-elf .am-ec:last-of-type {
margin-bottom: 0;
}
.future_event .amelia-v2-booking #amelia-container.am-elf .am-ec .am-ec__actions {
align-items: center;
justify-content: flex-start;
width: 100%;
margin: 0;
}
.aktualis {
width: 100%;
}
.aktualis > h4 {
font-weight: 600;
color: #522a1d;
margin-top: 2rem;
}
.aktualis .el-skeleton {
height: 50px !important;
overflow: hidden;
border-radius: 1rem;
}
.aktualis #amelia-container.am-elf {
background-color: transparent !important;
}
.aktualis #amelia-container.am-elf .am-els__available, .aktualis #amelia-container.am-elf .am-els__filters, .aktualis #amelia-container.am-elf .am-ec__actions-price {
display: none !important;
}
.aktualis #amelia-container.am-elf .am-ev-empty .am-icon-search-close {
display: none !important;
}
.aktualis #amelia-container.am-elf .am-ec__info-location {
display: none;
}
.aktualis #amelia-container.am-elf .am-ec__info-other {
display: none;
}
.aktualis #amelia-container.am-elf .am-ec__period {
margin: 0 !important;
flex-direction: row;
}
.aktualis #amelia-container.am-elf .am-ec__period-date {
flex-direction: row-reverse;
gap: 0.5rem;
font-size: 1.6rem;
}
.aktualis #amelia-container.am-elf .am-ec__period-date > .am-ec__period-date__day {
font-size: inherit;
}
.aktualis #amelia-container.am-elf .am-ec__period-date > .am-ec__period-date__day:after {
content: ".";
}
.aktualis #amelia-container.am-elf .am-ec__period-date > .am-ec__period-date__month {
font-size: inherit;
text-transform: uppercase;
}
.booking h4 {
text-align: center;
}
.cookie-consent__content,
.gdpr-content {
text-align: justify;
width: 60%;
}
@media only screen and (max-width: 56.25em) {
.cookie-consent__content,
.gdpr-content {
width: 95%;
}
}
.cookie-consent__content h2,
.gdpr-content h2 {
text-align: left;
}
.cookie-consent__content h2:not(:first-of-type),
.gdpr-content h2:not(:first-of-type) {
margin-top: 4rem;
}
.cookie-consent__content h3,
.gdpr-content h3 {
margin-top: 2rem;
}
.cookie-consent__content h4,
.gdpr-content h4 {
margin-top: 1rem;
}
.cookie-consent__content ul, .cookie-consent__content ol,
.gdpr-content ul,
.gdpr-content ol {
margin: 1rem 0 1rem 1rem;
}
.cookie-consent__content ul li, .cookie-consent__content ol li,
.gdpr-content ul li,
.gdpr-content ol li {
padding-bottom: 0.4rem;
}
.gdpr-content table {
margin-bottom: 4rem;
text-align: left;
}
.gdpr-content table tr th {
vertical-align: top;
padding: 1rem;
}
.gdpr-content table tr td {
vertical-align: top;
border: 1px solid #ccc;
padding: 1rem;
}
vime-scrim.active {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 77%);
}
.membership-icon {
position: absolute;
right: 5rem;
z-index: 10;
bottom: -4rem;
height: 11rem;
width: 11rem;
border-radius: 50%;
object-fit: cover;
border: 5px solid rgba(255, 255, 255, 0.3);
}
.membership-page__nav {
position: relative;
z-index: 5;
display: flex;
flex-direction: column;
gap: 1rem;
}
.membership-page__nav > .btn {
width: 100%;
}
.membership__post-list {
display: grid;
position: relative;
z-index: 2;
grid-template-columns: repeat(auto-fit, minmax(25rem, 0.5fr));
grid-gap: 6rem;
align-items: center;
}
@media only screen and (max-width: 37.5em) {
.membership__post-list {
grid-template-columns: repeat(1, 1fr);
}
}
.membership__post {
gap: 1rem;
height: 100%;
justify-content: space-between;
transition: 0.5s all;
}
.membership__post img {
border-radius: 0.5rem;
height: 30rem;
width: 100%;
object-fit: cover;
}
.membership__post:hover {
transform: scale(1.03);
} .woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea.input-text,
.woocommerce form .form-row .woocommerce-input-wrapper {
width: 100%;
}
.wc-checkout-form p {
margin-bottom: 0.5rem;
}
.oxy-woo-checkout .woocommerce form .form-row.form-row-wide {
width: 100%;
}
.oxy-woo-checkout .woocommerce form .form-row-last {
float: right;
}
.oxy-woo-checkout .woocommerce form .form-row-first {
float: left;
}
ul.woocommerce-shipping-methods {
padding: 0;
}
.oxy-woo-checkout .woocommerce ul.woocommerce-shipping-methods li {
list-style: none;
display: flex;
align-items: center;
line-height: 1;
gap: 5px;
margin-bottom: 1rem !important;
}
ul.woocommerce-shipping-methods li:last-of-type {
margin-bottom: 0 !important;
}
ul.woocommerce-shipping-methods li label {
margin: 0;
max-width: calc(100% - 29px);
}
.woocommerce-shipping-methods li::marker {
display: none;
}
.oxy-woo-checkout #payment div.payment_box {
position: relative;
margin-top: 20px;
}
.oxy-woo-checkout #payment div.payment_box::before {
border: 1em solid #d9d6da;
border-right-color: transparent !important;
border-left-color: transparent !important;
border-top-color: transparent !important;
content: "";
display: block;
position: absolute;
top: -0.75em;
left: 0;
margin: -1em 0 0 2em;
} form.checkout.woocommerce-checkout {
text-align: left;
}
.woocommerce form label,
.oxy-woo-checkout .woocommerce form .form-row label {
font-size: 15px;
}
.woocommerce-page .select2-container .select2-selection,
.oxy-woo-checkout .woocommerce form .form-row textarea {
font-size: 14px;
}
.woocommerce-page label {
margin-bottom: 0;
}
h3#order_review_heading {
display: none;
}
.subcription_renewal--checkout #order_review {
max-width: 600px;
}
.woo-checkout {
padding: 4rem 0 6rem;
}
.woo-checkout .woocommerce table.shop_table,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
display: table;
width: 100%;
border-collapse: separate;
border-radius: 5px;
border-spacing: 0;
padding: 0;
background: #fff;
border: 1px solid #6766ad;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td {
width: 30%;
padding: 10px 0px 10px 15px;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.recurring-totals {
display: none;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr th:first-child,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td:first-child {
width: 70%;
padding: 10px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr th {
border-top: 1px solid rgba(103, 102, 173, 0.1333333333);
color: #333;
}
.woo-checkout .woocommerce table.shop_table thead tr,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr {
background-color: #6766ad;
}
.woocommerce-checkout-review-order-table .product-name {
color: #6766ad;
}
.woo-checkout .woocommerce table.shop_table > thead > tr > th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table > thead > tr > th {
color: #fff;
font-size: 1.1rem;
border-top: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td .woocommerce-Price-amount {
font-weight: 400;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td .woocommerce-Price-amount {
font-weight: 800;
color: #1a1866;
}
.woocommerce ul#shipping_method .amount {
font-weight: 400;
clear: both;
display: block;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr {
background-color: rgba(103, 102, 173, 0.0784313725);
}
.shop_table.woocommerce-checkout-review-order-table tr > td dl.variation > dd {
display: none;
} .woocommerce-form-login-toggle .wc-block-components-notice-banner__content {
font-size: 1.8rem;
font-weight: 600;
}
.woocommerce-form-login-toggle .wc-block-components-notice-banner__content .showlogin {
font-weight: 600;
font-size: 1.6rem;
text-transform: uppercase;
clear: both;
display: block;
}
.woocommerce-page.woocommerce-checkout form #customer_details.col2-set,
.oxy-woo-checkout .woocommerce-info,
.checkout_coupon.woocommerce-form-coupon,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout,
.woocommerce-error {
border-radius: 5px !important;
padding: 2rem;
}
.wc-checkout-form .woocommerce form.login {
border-radius: 5px;
margin-bottom: 2rem;
}
.woocommerce-error {
background: rgba(150, 10, 10, 0.0784313725);
color: #111;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
font-size: 2.2rem;
font-weight: 700;
background: rgba(247, 237, 128, 0.1333333333);
}
form.checkout_coupon.woocommerce-form-coupon {
background: #b37929;
border-top: 3px solid #b37929;
}
form.checkout_coupon.woocommerce-form-coupon p {
color: #fff;
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 1rem;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
font-size: 1.6rem;
border: 1px solid #b37929;
padding: 1rem 2rem;
transition: 0.5s all;
margin: 0 2rem;
border-radius: 5px;
background: #b37929;
color: #fff;
}
.woocommerce-form-coupon-toggle .woocommerce-info a:hover {
text-decoration: none;
background: #915b10;
color: #fff;
}
form.checkout.woocommerce-checkout h3 {
color: #434292;
}
.woocommerce-checkout #payment div.payment_box {
background: #d9d6da;
color: #333;
line-height: 1.3;
}
.woocommerce .select_subscription_mode div.product form.cart table.variations tr td.label label,
.woocommerce .product-checkout-form div.product form.cart table.variations tr td.label label {
margin-bottom: 0.5rem;
line-height: 1.1;
font-size: 2rem;
font-weight: 700;
color: #333;
} .woocommerce-checkout-payment li > label {
font-size: 14px;
font-weight: 500;
}
.form-row.place-order {
display: flex;
flex-direction: column;
gap: 3rem;
}
.woocommerce #payment .form-row.place-order #place_order,
.woocommerce-page #payment .form-row.place-order #payment #place_order {
padding: 10px 10px;
font-size: 1.6rem;
}
.woocommerce #payment .form-row.place-order #place_order:hover,
.woocommerce-page #payment .form-row.place-order #payment #place_order:hover {
transform: scale(0.97);
}
.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods {
padding: 1rem 2rem !important;
border-radius: 5px;
background: rgba(255, 255, 255, 0.3);
}
.woocommerce-checkout h3 {
font-size: 20px;
margin-bottom: 12px;
} form.checkout.woocommerce-checkout .woocommerce-checkout-review-order h3 {
display: none;
}
.subcription_renewal--checkout #payment:before,
form.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods:before {
content: "Elérhető fizetési mód(ok):" !important;
color: #434292;
font-size: 20px;
margin-bottom: 12px;
}
.subcription_renewal--checkout #payment label[for=payment_method_cod],
.subcription_renewal--checkout #payment label[for=payment_method_bacs],
.subcription_renewal--checkout #payment label[for=payment_method_woocommerce_payments],
.wcopc-product-single .woocommerce-checkout label[for=payment_method_woocommerce_payments],
.wcopc-product-single .woocommerce-checkout label[for=payment_method_bacs],
.wcopc-product-single .woocommerce-checkout label[for=payment_method_cod] {
display: inline-block;
width: 85%;
padding: 0;
margin: 0;
clear: both;
}
.woocommerce-checkout #payment ul.payment_methods li input[type=radio] {
margin: 0 0.5em 0 0;
position: relative;
top: 5px;
}
@media (max-width: 480px) {
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
width: 100%;
overflow: visible;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
float: none;
}
}
@media (min-width: 769px) {
.wcopc .woocommerce-checkout .col2-set,
.wcopc-product-single .woocommerce-checkout .col2-set,
.oxy-woo-checkout .woocommerce .col2-set,
.oxy-woo-checkout .woocommerce-page .col2-set {
display: block;
}
.wcopc form #customer_details.col2-set,
.wcopc-product-single form #customer_details.col2-set,
.woocommerce.woocommerce-checkout form #customer_details.col2-set,
.woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
width: 55%;
float: left;
margin-right: 4.347826087%;
}
.wcopc form #customer_details.col2-set .col-1,
.wcopc form #customer_details.col2-set .col-2,
.wcopc-product-single form #customer_details.col2-set .col-1,
.wcopc-product-single form #customer_details.col2-set .col-2,
.woocommerce.woocommerce-checkout form #customer_details.col2-set .col-1,
.woocommerce.woocommerce-checkout form #customer_details.col2-set .col-2,
.woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-1,
.woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-2 {
float: none;
width: auto;
}
.checkout_container {
padding: 0 1rem 1rem;
}
.checkout_container h3 {
margin: 0;
}
.checkout_container span {
font-size: 1.8rem;
}
.checkout_container,
.wcopc form #order_review,
.wcopc form #order_review_heading,
.wcopc-product-single form #order_review,
.wcopc-product-single form #order_review_heading,
.woocommerce.woocommerce-checkout form #order_review,
.woocommerce.woocommerce-checkout form #order_review_heading,
.woocommerce-page.woocommerce-checkout form #order_review,
.woocommerce-page.woocommerce-checkout form #order_review_heading {
width: 40%;
float: right;
margin-right: 0;
clear: right;
}
}
.wcopc form .form-row #mailpoet_woocommerce_checkout_optin_field .input-checkbox,
.wcopc-product-single form .form-row #mailpoet_woocommerce_checkout_optin_field .input-checkbox,
.woocommerce form .form-row #mailpoet_woocommerce_checkout_optin_field .input-checkbox {
display: inline !important;
}
.wcopc form .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label,
.wcopc form .form-row #mailpoet_woocommerce_checkout_optin_field label.woocommerce-form__label.woocommerce-form__label-for-checkbox,
.wcopc-product-single form .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label,
.wcopc-product-single form .form-row #mailpoet_woocommerce_checkout_optin_field label.woocommerce-form__label.woocommerce-form__label-for-checkbox,
.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label,
.woocommerce form .form-row #mailpoet_woocommerce_checkout_optin_field label.woocommerce-form__label.woocommerce-form__label-for-checkbox {
font-size: 1.5rem;
padding-left: 8px;
line-height: 1.2;
}
.wcopc form .form-row #mailpoet_woocommerce_checkout_optin_field label.woocommerce-form__label.woocommerce-form__label-for-checkbox span,
.wcopc-product-single form .form-row #mailpoet_woocommerce_checkout_optin_field label.woocommerce-form__label.woocommerce-form__label-for-checkbox span,
.woocommerce form .form-row #mailpoet_woocommerce_checkout_optin_field label.woocommerce-form__label.woocommerce-form__label-for-checkbox span {
margin-left: 0px;
}
.woocommerce-shipping-fields #ship-to-different-address label span {
font-size: 18px;
font-weight: 800;
color: #6766ad;
}
.wcopc form .form-row.place-order,
.wcopc-product-single form .form-row.place-order,
.woocommerce form .form-row.place-order {
line-height: 1.3;
}
.wcopc form .form-row.place-order p,
.wcopc-product-single form .form-row.place-order p,
.woocommerce form .form-row.place-order p {
margin: 0;
padding: 0;
}
.wcopc form .place-order #mailpoet_woocommerce_checkout_optin_field,
.wcopc-product-single form .place-order #mailpoet_woocommerce_checkout_optin_field,
.wcopc-product-single form .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required,
.woocommerce form .place-order #mailpoet_woocommerce_checkout_optin_field,
.woocommerce form .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required {
padding: 1rem 2rem !important;
border-radius: 5px;
background: rgba(255, 255, 255, 0.3);
}
.wcopc form .form-row.place-order .woocommerce-privacy-policy-text,
.wcopc-product-single form .form-row.place-order .woocommerce-privacy-policy-text,
.woocommerce form .form-row.place-order .woocommerce-privacy-policy-text {
margin: 0 0 2rem;
}
.woocommerce-checkout #payment {
background: transparent;
border-radius: 0;
}
.woocommerce-checkout #payment div.form-row.place-order {
padding: 0;
}
.woocommerce-checkout #payment .wc_payment_methods.payment_methods.methods {
background: #f1f0f1;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
background: #f1f0f1;
padding: 2rem;
border-radius: 5px;
}
.woocommerce-checkout #payment div.payment_box::before {
border: 1em solid #d3ced2;
border-right-color: transparent !important;
border-left-color: transparent !important;
border-top-color: transparent !important;
} .variation_price {
border: 1px solid #6766ad;
padding: 2rem;
border-radius: 1rem;
background: #fff;
box-shadow: 0 0 10px 2px rgba(45, 43, 125, 0.1803921569);
}
.variation_price:first-of-type {
margin: 0 2rem 0 0;
}
.variation_price .price {
display: flex;
align-items: center;
justify-content: center;
}
.variation_price > p {
margin: 0 0 1rem;
font-size: 2rem;
}
.variation_price .price .woocommerce-Price-amount.amount {
font-size: 2rem;
color: #2d2b7d;
}
.section__hero-checkout .oxel_icon_button__container .ct-fancy-icon.oxel_icon_button_icon {
color: #fff;
}
.wooprice {
font-size: 2.5rem;
font-weight: 600;
color: #434292;
}
.woocommerce .blockUI.blockOverlay,
.woocommerce .blockUI.blockOverlay:before {
position: fixed !important;
}
.woocommerce .blockUI.blockOverlay {
background: rgba(26, 24, 102, 0.44) !important;
}
dd.variation-Baseprice {
display: none;
} form.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-terms-and-conditions,
form.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-terms-and-conditions p {
font-size: 1.5rem;
line-height: 1.3 !important;
color: #555 !important;
}
form.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-terms-and-conditions h1 {
font-size: 2.8rem;
margin: 0 0 2rem;
text-align: center;
}
form.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-terms-and-conditions h3 {
display: block;
margin: 2rem 0 1rem;
}
form.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-terms-and-conditions h4 {
font-size: 2rem;
text-decoration: none;
}
#additional_subscribe_field label {
font-size: 15px;
padding-left: 33px;
}
#additional_subscribe_field .woocommerce-input-wrapper > label.checkbox {
position: relative;
}
#additional_subscribe_field .optional {
font-size: 0;
color: #fff;
position: absolute;
top: 0;
left: 0;
}
#additional_subscribe_field .woocommerce-input-wrapper > label.checkbox input {
display: none;
}
.oxy-woo-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox span.optional {
margin-left: 0;
}
#wc_szamlazz_company_toggle_field .woocommerce-input-wrapper > label.checkbox span.optional::before,
#additional_subscribe_field .woocommerce-input-wrapper > label.checkbox span.optional::before {
width: 24px;
height: 24px;
border: 1px solid #d3ced2;
background-color: #ffffff;
content: "";
position: absolute;
left: 0;
top: 0;
background-size: 77% !important;
border-radius: 4px;
background-repeat: no-repeat !important;
background-position: center center !important;
transition: all ease 0.2s;
}
#wc_szamlazz_company_toggle_field input[type=checkbox]:checked ~ span.optional::before,
#additional_subscribe_field input[type=checkbox]:checked ~ span.optional::before {
background: url(https://csikung.tsend.hu/wp-content/uploads/2025/03/check-mark.svg) #ffffff;
}
#place_order.hidden {
display: none !important;
}
.woocommerce #payment #custom_place_order,
.woocommerce-page #payment #custom_place_order {
background-color: #434292;
border-color: #434292;
color: #fff;
text-decoration: none;
}
.woocommerce form .form-row.mycheckbox {
clear: both;
padding-top: 2rem !important;
}
.mycheckbox label.checkbox {
font-variant: small-caps;
font-weight: 800;
font-size: 17px !important;
line-height: 1.2 !important;
color: #6766ad !important;
}
.mycheckbox label.checkbox:after {
content: "(A hírlevélre akkor érdemes feliratkoznod, ha érdeklődsz a CsikungFlow honlapon található témák, és az általunk képviselt gondolkodásmód iránt.)";
font-variant: normal;
font-weight: 400;
font-size: 14px;
color: #666;
clear: both;
display: block;
}
.mycheckbox .woocommerce-input-wrapper {
border: 1px solid #ccc;
display: block;
padding: 1rem;
border-radius: 0.5rem;
}  .woocommerce-MyAccount-content p:first-of-type {
font-size: 122%;
}
.woocommerce-MyAccount-content p.wcs_early_renew_modal_note {
font-size: 15px;
}
.woocommerce-MyAccount-navigation ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
list-style: none;
padding: 0 0;
margin: 0 0 5px;
}
.woocommerce-MyAccount-navigation ul li a {
display: block;
width: 80%;
padding: 10px 10px;
border-radius: 5px;
background: #eec992;
color: #452c0c;
margin-bottom: 5px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
transition: 0.5s all;
text-decoration: none !important;
}
.woocommerce-MyAccount-navigation ul li a:hover {
transform: scale(0.92, 0.92);
}
.woocommerce-MyAccount-navigation ul li.is-active a {
background: #eee;
color: #666;
}
.woocommerce-MyAccount-navigation ul li.is-active a:hover {
transform: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
border-radius: 10px;
overflow: hidden;
border: 1px solid rgba(0, 0, 0, 0.05);
padding: 2rem;
background: rgba(255, 255, 255, 0.33);
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
font-size: 2.3rem;
}
.woocommerce-Address-title h3 {
font-size: 2.2rem;
}
.shop_table.subscription_details .button.cancel {
background: #aaa;
padding: 0.5rem 0rem;
border-color: #888;
transition: 0.4s all;
}
.shop_table.subscription_details .button.cancel:hover {
background: #666;
border-color: #444;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
font-size: 1.6rem;
}
table.shop_table.subscription_details > tbody > tr td:last-of-type {
display: flex;
flex-direction: column;
gap: 1rem;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
background-color: #434292;
border-color: #434292;
color: #fff;
padding: 5px 10px;
border-radius: 5px;
cursor: pointer;
text-transform: uppercase;
}
.woocommerce-MyAccount-content a.btn {
color: #fff;
}
.woocommerce-MyAccount-content a.btn:hover, .woocommerce-MyAccount-content a.btn:active {
color: #fdecd7;
text-decoration: none;
}
body.modal_active {
overflow: hidden;
}
.modal {
background-color: #fff;
width: 50%;
max-height: 95vh;
position: fixed;
top: 50%;
left: 50%;
z-index: 999999;
transform: translate(-50%, -50%);
padding: 50px;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
border-radius: 3px;
word-wrap: break-word;
transform-origin: center;
transition: opacity 0.4s ease-out, visibility 0.4s, transform 0.4s;
overflow-y: scroll;
}
@media only screen and (max-width: 56.25em) {
.modal {
width: 95%;
height: 95vh;
}
}
.modal--closed {
visibility: hidden;
opacity: 0;
transform: translate(-50%, -50%) scale(0.2);
}
.modal__overlay {
position: fixed;
background-color: rgba(215, 190, 160, 0.55);
width: 100%;
height: 100%;
backdrop-filter: blur(5px);
transition: opacity 0.4s ease-out, visibility 0.4s;
top: 0;
left: 0;
z-index: 999998;
}
.modal__overlay--hidden {
visibility: hidden;
opacity: 0;
}
.modal__btn-open {
margin-top: 2rem;
cursor: pointer;
}
.modal__btn-close {
background-color: transparent;
border: none;
fill: #603D31;
padding: 10px;
position: absolute;
right: 5px;
top: 5px;
cursor: pointer;
transition: all 0.2s;
z-index: 1;
}
.modal__btn-close .icon__close {
width: 20px;
height: 20px;
}
.modal__btn-close:hover, .modal__btn-close:active {
fill: rgba(96, 61, 49, 0.9);
transform: scale(0.95);
}
#cmplz-manage-consent-container {
display: none;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary {
display: block;
cursor: pointer;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary::-webkit-details-marker,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary::marker {
display: none;
content: "";
}
.cmplz-alert {
display: none;
padding: 7px;
color: white;
margin: 10px 0;
}
.cmplz-alert.cmplz-error {
background-color: #f44336;
}
.cmplz-alert.cmplz-success {
background-color: green;
}
.cmplz-close {
margin-left: 15px;
color: white;
font-weight: bold;
float: right;
font-size: 22px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}
.cmplz-close:hover {
color: black;
}
#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,
#cmplz-document .cmplz-dropdown .cmplz-service-description,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,
#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,
#cmplz-document .cmplz-dropdown .cmplz-sharing-data,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data {
display: inline-block;
width: calc(50% - 35px);
vertical-align: top;
}
@media only screen and (max-width: 600px) {
#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,
#cmplz-document .cmplz-dropdown .cmplz-service-description,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,
#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,
#cmplz-document .cmplz-dropdown .cmplz-sharing-data,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data {
width: 100%;
}
}
#cmplz-cookies-overview .cmplz-dropdown summary,
#cmplz-document .cmplz-dropdown summary,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary {
display: block;
cursor: pointer;
}
#cmplz-cookies-overview .cmplz-dropdown summary::-webkit-details-marker,
#cmplz-document .cmplz-dropdown summary::-webkit-details-marker,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::-webkit-details-marker,
#cmplz-cookies-overview .cmplz-dropdown summary::marker,
#cmplz-document .cmplz-dropdown summary::marker,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::marker {
display: none;
content: "";
}
#cmplz-cookies-overview .cmplz-dropdown summary div,
#cmplz-document .cmplz-dropdown summary div,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div {
display: grid;
grid-template: "heading chevron";
grid-template-columns: 2fr 25px;
grid-gap: 15px;
align-items: center;
}
#cmplz-cookies-overview .cmplz-dropdown summary div h3,
#cmplz-document .cmplz-dropdown summary div h3,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3 {
grid-area: heading;
margin: 0;
}
#cmplz-cookies-overview .cmplz-dropdown summary div:after,
#cmplz-document .cmplz-dropdown summary div:after,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div:after {
grid-area: chevron;
}
#cmplz-cookies-overview .cmplz-dropdown summary div input[data-category=functional],
#cmplz-document .cmplz-dropdown summary div input[data-category=functional],
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div input[data-category=functional] {
visibility: hidden;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary {
display: block;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div {
grid-template: "heading paragraph label checkbox chevron";
grid-template-columns: 2fr auto 0 auto 25px;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p {
grid-area: paragraph;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose {
display: grid;
}
@media only screen and (min-width: 600px) {
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose {
grid-column: span 2;
grid-template-columns: 1fr 1fr 1fr;
grid-template: "purpose purpose purpose" "header1 header2 header3" auto;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose {
grid-area: purpose;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header {
grid-area: header1;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header {
grid-area: header2;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header {
grid-area: header3;
}
}
@media only screen and (max-width: 600px) {
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose {
grid-template-columns: 100px 1fr;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose {
grid-column: span 2;
}
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories {
margin-top: 10px;
display: block;
width: 100%;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category {
background-color: rgba(239, 239, 239, 0.25);
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category summary::marker {
display: none;
content: "";
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category summary::-webkit-details-marker {
display: none;
content: "";
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-description {
padding: 10px;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category:not(:last-child) {
margin-bottom: 5px;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
display: grid;
grid-template-columns: 1fr auto 25px;
grid-template-rows: auto;
align-items: center;
grid-gap: 10px;
padding: 5px 10px;
background-color: rgba(239, 239, 239, 0.5);
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header section {
padding: initial;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header h2 {
grid-column-start: 1;
width: 100%;
justify-self: start;
font-size: 18px;
text-align: left;
margin-top: 8px;
text-transform: initial;
padding-bottom: 10px;
border-bottom: 0;
margin-bottom: 0;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header h2:before {
height: 0;
margin: initial;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
font-size: var(--cmplz_category_header_active_font_size);
color: var(--cmplz_category_header_always_active_color);
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active input {
display: none;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox {
display: flex;
align-items: center;
margin: 0;
padding: initial;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
display: flex;
align-items: center;
justify-content: center;
grid-column-start: 3;
cursor: pointer;
content: "";
background: var(--cmplz_category_open_icon_url) no-repeat;
transform: rotate(0);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
background-size: cover;
height: 25px;
width: 25px;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category[open] {
padding-bottom: 1px;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category[open] summary .cmplz-category-header:after,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category[open] summary .cmplz-icon.cmplz-open {
transform: rotate(180deg);
}
.postbox #cmplz-document {
margin: auto auto;
}
#cmplz-document,
.editor-styles-wrapper .cmplz-unlinked-mode {
font-size: 14px;
margin-top: 0;
max-width: 800px;
text-justify: inter-word;
}
#cmplz-document input::-moz-focus-inner,
.editor-styles-wrapper .cmplz-unlinked-mode input::-moz-focus-inner,
#cmplz-document button::-moz-focus-inner,
.editor-styles-wrapper .cmplz-unlinked-mode button::-moz-focus-inner {
border: 0;
padding: 0;
}
#cmplz-document a,
.editor-styles-wrapper .cmplz-unlinked-mode a {
text-decoration: underline;
}
#cmplz-document a[target=_blank]::after,
.editor-styles-wrapper .cmplz-unlinked-mode a[target=_blank]::after {
content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
margin: 0 3px 0 5px;
}
#cmplz-document a:focus,
.editor-styles-wrapper .cmplz-unlinked-mode a:focus {
border: 1px solid black;
padding: 2px;
}
#cmplz-document #cmplz-dnsmpd-form label,
.editor-styles-wrapper .cmplz-unlinked-mode #cmplz-dnsmpd-form label {
margin-right: 20px;
min-width: 100px;
display: inline-block;
}
#cmplz-document h2,
.editor-styles-wrapper .cmplz-unlinked-mode h2,
#cmplz-document h3,
.editor-styles-wrapper .cmplz-unlinked-mode h3 {
font-size: 22px;
text-align: left;
margin-top: 15px;
text-transform: initial;
padding-bottom: 10px;
margin-bottom: 10px;
}
#cmplz-document.impressum h2,
.editor-styles-wrapper .cmplz-unlinked-mode.impressum h2,
#cmplz-document.impressum h3,
.editor-styles-wrapper .cmplz-unlinked-mode.impressum h3 {
border-bottom: 0;
font-size: 1em;
padding-bottom: 5px;
margin-bottom: 5px;
}
#cmplz-document.impressum p,
.editor-styles-wrapper .cmplz-unlinked-mode.impressum p {
margin-bottom: 7px;
}
#cmplz-document h4,
.editor-styles-wrapper .cmplz-unlinked-mode h4 {
font-size: 18px;
text-align: left;
margin-top: 15px;
margin-bottom: 5px;
text-transform: initial;
}
#cmplz-document h5,
.editor-styles-wrapper .cmplz-unlinked-mode h5 {
font-size: 14px;
text-align: left;
margin-top: 10px;
margin-bottom: 5px;
text-transform: initial;
}
#cmplz-document h3.annex,
.editor-styles-wrapper .cmplz-unlinked-mode h3.annex,
#cmplz-document h4.annex,
.editor-styles-wrapper .cmplz-unlinked-mode h4.annex {
font-weight: bold;
}
#cmplz-document span h3,
.editor-styles-wrapper .cmplz-unlinked-mode span h3 {
font-size: 14px;
border-bottom: 0;
}
#cmplz-document p,
.editor-styles-wrapper .cmplz-unlinked-mode p,
#cmplz-document li,
.editor-styles-wrapper .cmplz-unlinked-mode li,
#cmplz-document td,
.editor-styles-wrapper .cmplz-unlinked-mode td {
font-size: 14px;
margin-top: 0;
}
#cmplz-document ol.alphabetic,
.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic {
counter-reset: list;
list-style-type: none;
}
#cmplz-document ol.alphabetic li:before,
.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic li:before {
font-weight: bold;
content: counter(list, lower-alpha) ") ";
counter-increment: list;
}
#cmplz-document ul,
.editor-styles-wrapper .cmplz-unlinked-mode ul {
list-style: disc;
margin-left: 15px;
margin-bottom: 15px;
}
#cmplz-document ol.alphabetic ol,
.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic ol {
counter-reset: list;
list-style-type: none;
}
#cmplz-document ol.alphabetic ol li:before,
.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic ol li:before {
font-weight: bold;
content: counter(list, decimal) ") ";
counter-increment: list;
}
#cmplz-document .cmplz-subtitle,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-subtitle {
font-weight: bold;
margin-top: 25px;
}
#cmplz-document .cmplz-indent,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-indent {
margin-left: 36px;
}
#cmplz-cookies-overview .cmplz-dropdown,
#cmplz-document .cmplz-dropdown,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown {
background-color: rgba(239, 239, 239, 0.25);
}
#cmplz-cookies-overview .cmplz-dropdown h4,
#cmplz-document .cmplz-dropdown h4,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4 {
font-size: 18px;
text-align: left;
margin-top: 15px;
margin-bottom: 5px;
text-transform: initial;
}
#cmplz-cookies-overview .cmplz-dropdown p,
#cmplz-document .cmplz-dropdown p,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p,
#cmplz-cookies-overview .cmplz-dropdown a,
#cmplz-document .cmplz-dropdown a,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown a {
font-size: 14px;
margin-top: 0;
}
#cmplz-cookies-overview .cmplz-dropdown p,
#cmplz-document .cmplz-dropdown p,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p,
#cmplz-cookies-overview .cmplz-dropdown h4,
#cmplz-document .cmplz-dropdown h4,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4,
#cmplz-cookies-overview .cmplz-dropdown ul,
#cmplz-document .cmplz-dropdown ul,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown ul {
padding: 0 15px;
}
#cmplz-cookies-overview .cmplz-dropdown p.legal-obligations-description,
#cmplz-document .cmplz-dropdown p.legal-obligations-description,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p.legal-obligations-description {
padding-bottom: 15px;
}
#cmplz-cookies-overview .cmplz-dropdown summary::marker,
#cmplz-document .cmplz-dropdown summary::marker,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::marker {
display: none;
content: "";
}
#cmplz-cookies-overview .cmplz-dropdown summary::-webkit-details-marker,
#cmplz-document .cmplz-dropdown summary::-webkit-details-marker,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::-webkit-details-marker {
display: none;
content: "";
}
#cmplz-cookies-overview .cmplz-dropdown summary,
#cmplz-document .cmplz-dropdown summary,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary {
display: block;
background-color: rgba(239, 239, 239, 0.5);
margin: 5px 0;
padding: 5px 10px;
align-items: center;
justify-items: stretch;
}
#cmplz-cookies-overview .cmplz-dropdown summary h3,
#cmplz-document .cmplz-dropdown summary h3,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary h3 {
padding: 0 5px;
font-size: 18px;
border-bottom: 0;
}
#cmplz-cookies-overview .cmplz-dropdown summary p,
#cmplz-document .cmplz-dropdown summary p,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary p {
text-align: right;
padding: 0;
margin: 0;
font-size: 14px;
border-bottom: 0;
}
#cmplz-cookies-overview .cmplz-dropdown summary div:after,
#cmplz-document .cmplz-dropdown summary div:after,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div:after {
cursor: pointer;
content: "";
background: url(//analogmodszer.hu/wp-content/plugins/complianz-gdpr-premium/assets/images/chevron-down.svg) no-repeat;
transform: rotate(0);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
background-size: cover;
height: 18px;
width: 18px;
margin: 3px;
}
#cmplz-cookies-overview .cmplz-dropdown[open],
#cmplz-document .cmplz-dropdown[open],
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown[open] {
padding-bottom: 1px;
}
#cmplz-cookies-overview .cmplz-dropdown[open] summary div:after,
#cmplz-document .cmplz-dropdown[open] summary div:after,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown[open] summary div:after {
transform: rotate(180deg);
}
#cmplz-cookies-overview .cmplz-dropdown h4,
#cmplz-document .cmplz-dropdown h4,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4 {
font-size: 15px;
margin: 5px 0;
}
#cmplz-cookies-overview .cmplz-dropdown h5,
#cmplz-document .cmplz-dropdown h5,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h5 {
margin: 0;
}
#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,
#cmplz-document .cmplz-dropdown .cmplz-service-description,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,
#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,
#cmplz-document .cmplz-dropdown .cmplz-sharing-data,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data {
padding: 0 15px 15px;
}
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose,
#cmplz-document .cmplz-dropdown .cookies-per-purpose,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose {
border: 1px solid #dadada;
grid-gap: 1px;
background-color: #dadada;
margin-bottom: 10px;
}
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div,
#cmplz-document .cmplz-dropdown .cookies-per-purpose div,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div {
background-color: white;
padding: 15px;
}
@media only screen and (min-width: 600px) {
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .name-header,
#cmplz-document .cmplz-dropdown .cookies-per-purpose .name-header,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .name-header {
background-color: #f7f7f7;
}
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .retention-header,
#cmplz-document .cmplz-dropdown .cookies-per-purpose .retention-header,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .retention-header {
background-color: #f7f7f7;
}
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .function-header,
#cmplz-document .cmplz-dropdown .cookies-per-purpose .function-header,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .function-header {
background-color: #f7f7f7;
}
}
@media only screen and (max-width: 600px) {
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose h5,
#cmplz-document .cmplz-dropdown .cookies-per-purpose h5,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose h5 {
line-height: 1.8;
}
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),
#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),
#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),
#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),
#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),
#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7),
#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7),
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7) {
background-color: #f7f7f7;
}
}
.cmplz-video.cmplz-iframe-styles {
background-color: transparent;
}
.cmplz-video.cmplz-hidden {
visibility: hidden !important;
}
.cmplz-blocked-content-notice {
display: none;
}
.cmplz-placeholder-parent {
height: inherit;
}
.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,
.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice {
display: block;
}
.cmplz-blocked-content-container,
.cmplz-wp-video {
animation-name: cmplz-fadein;
animation-duration: 600ms;
background: #FFF;
border: 0;
border-radius: 3px;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
display: flex;
justify-content: center;
align-items: center;
background-repeat: no-repeat !important;
background-size: cover !important;
height: inherit;
position: relative;
}
.cmplz-blocked-content-container.gmw-map-cover,
.cmplz-wp-video.gmw-map-cover {
max-height: 100%;
position: absolute;
}
.cmplz-blocked-content-container.cmplz-video-placeholder,
.cmplz-wp-video.cmplz-video-placeholder {
padding-bottom: initial;
}
.cmplz-blocked-content-container iframe,
.cmplz-wp-video iframe {
visibility: hidden;
max-height: 100%;
border: 0 !important;
}
.cmplz-blocked-content-container .cmplz-custom-accept-btn,
.cmplz-wp-video .cmplz-custom-accept-btn {
white-space: normal;
text-transform: initial;
cursor: pointer;
position: absolute !important;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 200px;
font-size: 14px;
padding: 10px;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
text-align: center;
z-index: 98;
line-height: 23px;
}
.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,
.cmplz-wp-video .cmplz-custom-accept-btn:focus {
border: 1px dotted #cecece;
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-wp-video .cmplz-blocked-content-notice {
white-space: normal;
text-transform: initial;
position: absolute !important;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 300px;
font-size: 14px;
padding: 10px;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
text-align: center;
z-index: 98;
line-height: 23px;
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,
.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links {
display: block;
margin-bottom: 10px;
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,
.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a {
color: #fff;
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,
.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body {
display: block;
}
.cmplz-blocked-content-container div div {
display: none;
}
.cmplz-wp-video .cmplz-placeholder-element {
width: 100%;
height: inherit;
}
@keyframes cmplz-fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.open_cookie_settings {
cursor: pointer;
}  .testimonials__slideshow .flickity-viewport {
border: 3px dotted rgba(190, 189, 218, 0.3529411765);
border-top: none;
border-bottom: none;
position: relative;
border-radius: 5px;
}
.testimonials__slideshow .flickity-viewport:before, .testimonials__slideshow .flickity-viewport:after {
content: "";
display: block;
width: 22px;
height: 100%;
position: absolute;
top: 0;
z-index: 10;
}
.testimonials__slideshow .flickity-viewport:before {
left: 0;
background: -moz-radial-gradient(ellipse at left center, rgba(236, 236, 244, 0.88) 0%, rgba(255, 255, 255, 0) 100%);
background: -webkit-radial-gradient(ellipse at left center, rgba(236, 236, 244, 0.88) 0%, rgba(255, 255, 255, 0) 100%);
background: radial-gradient(ellipse at left center, rgba(236, 236, 244, 0.88) 0%, rgba(255, 255, 255, 0) 100%);
}
.testimonials__slideshow .flickity-viewport:after {
right: 0;
background: -moz-radial-gradient(ellipse at right center, rgba(236, 236, 244, 0.88) 0%, rgba(255, 255, 255, 0) 100%);
background: -webkit-radial-gradient(ellipse at right center, rgba(236, 236, 244, 0.88) 0%, rgba(255, 255, 255, 0) 100%);
background: radial-gradient(ellipse at right center, rgba(236, 236, 244, 0.88) 0%, rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#c4ffffff",GradientType=1 );
}
.testimonials__slideshow .flickity-viewport > *:after {
content: "" !important;
}
.testimonials__slideshow .oxy-carousel-builder_prev, .testimonials__slideshow .oxy-carousel-builder_next {
z-index: 11;
}
.testimonials__slideshow .oxy-carousel-builder_prev {
left: -33px !important;
}
.testimonials__slideshow .oxy-carousel-builder_next {
right: -33px !important;
}
.oxygen-control-row.oxygen-control-row-bottom-bar-code-editor {
position: fixed;
}