html {
box-sizing: border-box;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-block-button__link {
transition: all 0.2s ease-in-out;
}
a,
a:not(.wp-element-button),
a:focus,
a:hover {
text-decoration: none;
}
a:hover {
text-decoration: underline;
text-decoration-thickness: 2px;
}
.wp-block-comment-template .wp-block-comment-content a,
.entry-content a {
text-decoration: underline;
}
.wp-block-comment-template .wp-block-comment-content a:hover,
.entry-content a:hover {
text-decoration: none;
}
.wp-block-heading a,
.wp-block-post-title a,
.entry-content a.wp-element-button {
text-decoration: none;
}
.wp-block-heading a:hover,
.wp-block-post-title a:hover {
text-decoration: underline;
}
ol,
ul {
margin: 0;
padding: 0;
}
b,
strong {
font-weight: var(--wp--custom--font-weight--bold);
}
blockquote {
margin: 0;
}
img {
max-width: 100%;
height: auto;
} body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-cover.alignfull,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-site-blocks {
padding-left: var(--wp--custom--spacing--outer);
padding-right: var(--wp--custom--spacing--outer);
}
.block-editor-block-list__layout.is-root-container > .alignfull,
.is-root-container > .wp-block-cover,
.is-root-container > .wp-block-group.has-background,
.is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background {
margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
width: unset;
}  input[type="button"],
input[type="submit"],
.wp-block-post-comments input[type=submit],
.wp-block-search__button {
border-radius: 3px;
background-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--background);
cursor: pointer;
font-size: var(--wp--preset--font-size--small);
font-weight: var(--wp--custom--font-weight--medium);
padding: 10px 25px;
text-decoration: none;
white-space: normal;
width: auto;
border: 0;
}
input[type="button"]:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover,
.wp-block-search__button:hover {
background-color: var(--wp--preset--color--foreground);
color: var(--wp--preset--color--light-background);
text-decoration: none;
}
.wp-block-button__link.has-background:hover {
color: var(--wp--preset--color--background);
filter: brightness(110%);
}
.wp-block-button__link.has-black-color.has-background:hover {
color: var(--wp--preset--color--foreground);
} .wp-block-button.is-style-outline .wp-block-button__link {
background-color: transparent;
border: 2px solid;
border-color: var(--wp--preset--color--lightgrey);
color: var(--wp--preset--color--foreground);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
background-color: transparent;
border-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--primary);
}
.wpzoom-blocks_portfolio-block .wpz-portfolio-button__link {
border-radius: 0;
font-family: var(--wp--preset--font-family--montserrat);
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 14px;
transition: .2s ease all;
}
.has-secondary-background-color .wpzoom-blocks_portfolio-block .wpz-portfolio-button__link,
.portfolio-dark .wpzoom-blocks_portfolio-block .wpz-portfolio-button__link {
background-color: transparent;
border: 2px solid;
border-color: var(--wp--preset--color--tertiary);
color: var(--wp--preset--color--foreground);
}
.has-secondary-background-color .wpzoom-blocks_portfolio-block .wpz-portfolio-button__link:hover,
.portfolio-dark .wpzoom-blocks_portfolio-block .wpz-portfolio-button__link:hover {
background-color: transparent;
border-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--primary) !important;
} .wp-block-calendar table caption,
.wp-block-calendar table tbody {
color: var(--wp--preset--color--foreground);
}
.wp-block-calendar table th {
background-color: var(--wp--preset--color--foreground);
color: var(--wp--preset--color--background);
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
border: 1px solid var(--wp--preset--color--foreground);
padding: 10px;
} .wp-block-code code {
overflow-wrap: normal;
overflow-x: scroll;
tab-size: 4;
white-space: pre !important;
}
*:not(.wp-block-code) > code,
kbd {
background-color: var(--wp--preset--color--foreground);
color: var(--wp--preset--color--background);
font-size: var(--wp--preset--font-size--small);
padding: 5px 8px;
position: relative;
top: -1px;
} .rich-text:focus > code[data-rich-text-format-boundary],
.rich-text:focus > kbd[data-rich-text-format-boundary] {
color: currentColor;
} .wp-block-comment-template li {
margin-left: 0;
}
.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
border-color: var(--wp--preset--color--lightgrey);
}
.wp-block-post-comments-form input[type=submit] {
border: none;
}
.wp-block-post-comments-form .form-submit {
margin-bottom: 0;
} .wp-block-group.is-style-full-height {
align-items: center;
display: grid;
min-height: 100vh;
}
.wp-block-group.is-style-shadow {
box-shadow: 0 0 50px rgb(0 0 0 / 10%);
}
.wp-block-group.is-style-border{
border: 1px solid var(--wp--preset--color--lightgrey);
} .wp-block-column.is-style-shadow {
box-shadow: 0 1px 12px rgb(0 0 0 / 7%);
border-radius: 20px;
}
.wp-block-column.is-style-border {
border: 1px solid var(--wp--preset--color--lightgrey);
}
.wp-block-column.is-style-pull-right,
.wp-block-column.is-style-pull-left {
box-shadow: 0 14px 12px rgb(0 0 0 / 7%);
border-radius: 20px;
}
.wp-block-column.is-style-pull-right {
margin-bottom: -50px;
margin-left: -20px;
margin-right: 60px;
position: relative;
z-index: 10;
}
.wp-block-column.is-style-pull-left {
margin-right: -20px;
margin-top: -50px;
margin-left: 60px;
position: relative;
z-index: 10;
} .wp-block-cover.is-style-round-corners,
.wp-block-cover.is-style-round-corners img,
.wp-block-cover.is-style-round-corners .wp-block-cover__background {
border-radius: 20px;
} .wp-block-image.aligncenter {
margin-left: auto !important;
margin-right: auto !important;
}
.wp-block-image.alignleft {
margin-right: 30px !important;
}
.wp-block-image.alignright {
margin-left: 30px !important;
}
.wp-block-image.is-style-shadow {
box-shadow: 0 0 50px rgb(0 0 0 / 10%);
} ol li:where(:not([class*='block'])),
ol li:where(.wp-block-list),
ul li:where(:not([class*='block'])),
ul li:where(.wp-block-list) { }
.is-style-no-disc li {
list-style-type: none;
margin-left: 0;
}
.wp-block-categories-list li {
list-style-type: none;
}
.entry-content ol,
.entry-content ul {
margin: 0;
padding: 0;
list-style-position: inside;
margin-bottom: 25px;
}
.entry-content li ul:not(.wp-block-gallery),
.entry-content li ol {
margin-bottom: 0;
margin-left: 30px; }
.editor-styles-wrapper ol,
.editor-styles-wrapper ul {
padding-left: 30px;
margin-bottom: 25px;
}
.editor-styles-wrapper li ul,
.editor-styles-wrapper li ol {
margin-bottom: 0;
} .wp-block-media-text.is-style-shadow-media img {
box-shadow: 0 0 50px rgb(0 0 0 / 10%);
} @media (min-width:600px) {
.wp-block-navigation .wp-block-navigation-item a:hover {
opacity: .7;
}
.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item > .current-menu-item,
.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item > a {
border-bottom: 1px solid rgba(255,255,255,.4);
}
.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item > a:hover {
border-bottom: 1px solid transparent;
}
.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item.has-child:hover > a,
.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item.has-child > a:hover {
border-bottom: 1px solid transparent;
}
.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item svg {
stroke: var(--wp--preset--color--white);
}
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open,
.wp-block-navigation__responsive-container.is-menu-open {
padding: 30px var(--wp--custom--spacing--outer);
background-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--white);
font-size: var(--wp--preset--font-size--max-36);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
font-size: var(--wp--preset--font-size--large);
padding-top: 0 !important;
}
.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
height: 33px;
width: 33px;
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .current-menu-item,
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .current-menu-item a{
color: var(--wp--preset--color--white);
opacity: .8;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
gap: 10px;
}
.has-background .wp-block-navigation__responsive-container-open:focus,
.has-background .wp-block-navigation__responsive-container-open:hover {
color: var(--wp--preset--color--white);
}
.wp-block-navigation:not([style*=text-decoration]) a,
.wp-block-navigation:not([style*=text-decoration]) a:focus,
.wp-block-navigation:not([style*=text-decoration]) a:hover {
text-decoration: none;
} .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
background-color: var(--wp--preset--color--primary);
border: var(--wp--preset--color--foreground);
color: var(--wp--preset--color--light-background);
padding: 10px;
border-radius: 4px;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container:before {
content: '';
display: block;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid var(--wp--preset--color--primary);
position: absolute;
top: -7px;
left: 14px;
z-index: 470;
}
.wp-block-navigation :where(.wp-block-navigation__submenu-container) a {
padding: 2px 10px;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container a:hover {
color: var(--wp--preset--color--light-background);
opacity: .8;
} .wpz-alt-button .wp-block-button__link,
.wpz-alt-button.wp-block-button__link {
color: var(--wp--preset--color--white);
}
.wpz-alt-button .wp-block-button__link:hover,
.wpz-alt-button.wp-block-button__link:hover {
background-color: var(--wp--preset--color--light-background) !important;
color: var(--wp--preset--color--foreground);
} p.has-background {
padding: 20px 30px;
} .wp-block-preformatted {
overflow-wrap: normal;
overflow-x: scroll;
white-space: pre;
} .wp-block-pullquote p:last-of-type {
margin-bottom: 0;
}
.wp-block-pullquote cite {
display: block;
font-size: var(--wp--preset--font-size--small);
color: var(--wp--preset--color--tertiary);
font-style: inherit;
margin-top: 10px;
text-transform: inherit;
} .wp-block-quote {
border-color: var(--wp--preset--color--lightgrey);
}
.wp-block-quote p:last-of-type {
margin-bottom: 0;
}
.wp-block-quote cite {
display: block;
font-size: var(--wp--preset--font-size--small);
font-style: inherit;
margin-top: 10px;
text-align: inherit;
} .wp-block-separator,
.wp-block-separator.has-css-opacity {
opacity: 1;
}
.wp-block-separator.is-style-dots:before {
font-family: inherit;
font-size: var(--wp--preset--font-size--large);
letter-spacing: 10px;
padding-left: 10px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
width: 100px;
}
.wp-block-separator:not(.is-style-dots),
.wp-block-separator.has-background:not(.is-style-dots) {
border-bottom: 1px solid currentColor;
border-top: none;
height: 1px;
} .wp-block-site-title a {
text-decoration: none;
}
.wp-block-site-title a:hover {
opacity: .7;
} .wp-block-page-list li {
list-style-type: none;
} .wp-block-query-pagination-numbers:first-child {
margin-left: auto !important;
margin-right: auto !important;
}
.wp-block-query-pagination-numbers .page-numbers {
margin: 0 5px;
} .wp-block-read-more:hover {
border-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--primary);
} .wp-block-table.is-style-stripes {
border-bottom: none;
}
.wp-block-table table {
border-collapse: collapse;
}
.wp-block-table thead {
border-bottom: 3px solid var(--wp--preset--color--foreground);
}
.wp-block-table tfoot {
border-top: 3px solid var(--wp--preset--color--foreground);
}
.wp-block-table td,
.wp-block-table th,
.wp-block-table tr,
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes tr {
border: 1px solid var(--wp--preset--color--foreground);
}
.wp-block-table th {
font-weight: var(--wp--custom--font-weight--medium);
}
.wp-block-table td,
.wp-block-table th {
padding: 5px;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background-color: #eee;
} .editor-styles-wrapper a.wpzoom-video-popup-block,
a.wpzoom-video-popup-block {
align-items: center;
background: inherit;
box-sizing: border-box;
color: inherit;
cursor: pointer;
display: flex;
font-family: inherit;
font-size: 2rem;
font-style: inherit;
font-weight: inherit;
gap: 1rem;
height: auto;
justify-content: center;
letter-spacing: inherit;
line-height: inherit;
min-height: 100px;
overflow: hidden;
padding: 0;
position: relative;
text-decoration: none;
text-transform: inherit;
transition: .3s ease all;
}
a.wpzoom-video-popup-block:hover svg,
a.wpzoom-video-popup-block:hover path {
color: var(--wp--preset--color--primary);
fill: var(--wp--preset--color--primary);
transition: .3s ease all;
}
.editor-styles-wrapper a.wpzoom-video-popup-block *,
a.wpzoom-video-popup-block * {
box-sizing: border-box
}
.editor-styles-wrapper a.wpzoom-video-popup-block .wpzoom-video-popup-block_icon,
a.wpzoom-video-popup-block .wpzoom-video-popup-block_icon {
color: inherit;
cursor: pointer;
display: block;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
height: 1.5em;
letter-spacing: inherit;
line-height: inherit;
text-transform: inherit;
width: 1.5em
}
.editor-styles-wrapper a.wpzoom-video-popup-block .wpzoom-video-popup-block_icon svg,
a.wpzoom-video-popup-block .wpzoom-video-popup-block_icon svg {
color: inherit;
cursor: pointer;
display: block;
height: 100%;
width: 100%
} .woocommerce div.product p.price, .woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
color: var(--wp--preset--color--primary) !important;
}
.woocommerce div.product .summary .product_meta {
display: flex;
gap: 30px;
order: 2;
margin: 0 0 20px;
}
.woocommerce div.product .summary .woocommerce-product-details__short-description {
order: 3;
margin: 0 0 20px;
}
.woocommerce div.product .summary ins {
color: #101010;
}
.woocommerce div.product .summary .price {
order: 4;
font-size: 24px;
font-weight: 500;
}
.woocommerce-message {
border-top-color: var(--wp--preset--color--primary) !important;
}
.woocommerce-message::before {
color: var(--wp--preset--color--primary) !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background: var(--wp--preset--color--white);
border-radius: 5px;
}
.woocommerce .quantity .qty{
padding: 11px 8px;
}
.woocommerce nav.woocommerce-pagination {
margin-bottom: 40px;
}
.woocommerce nav.woocommerce-pagination ul {
border: none;
font-size: 18px;
}
.woocommerce nav.woocommerce-pagination ul li {
border: none;
border-radius: 3px;
margin: 0 6px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
padding: 13px 16px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
background: none;
box-shadow: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border-radius: 0;
margin: 0 5px;
border-color: var(--wp--preset--color--lightgrey);
background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
text-transform: uppercase;
font-weight: normal;
font-size: 16px;
color: var(--wp--preset--color--tertiary);
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
border-color: var(--wp--preset--color--lightgrey);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
display: none;
}
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
background-color: var(--wp--preset--color--primary) !important;
color: var(--wp--preset--color--background);
border-color: #ca0606 !important;
font-weight: var(--wp--custom--font-weight--medium);
}
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
background-color: var(--wp--preset--color--foreground)  !important;
color: var(--wp--preset--color--light-background);
border-color: #ca0606 !important;
}
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
background-color: var(--wp--preset--color--foreground)  !important;
color: var(--wp--preset--color--light-background);
border-color: #ca0606 !important;
}
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
background-color: var(--wp--preset--color--foreground)  !important;
color: var(--wp--preset--color--light-background);
border-color: #ca0606 !important;
} input,
select,
textarea,
.wp-block-search__input {
background-color: var(--wp--preset--color--white);
border: 1px solid var(--wp--preset--color--lightgrey);
border-radius: 3px;
color: var(--wp--preset--color--secondary);
font-family: var(--wp--preset--font-family--inter);
font-size: var(--wp--preset--font-size-small);
font-weight: var(--wp--custom--font-weight--regular);
line-height: var(--wp--custom--line-height--body);
padding: 10px 20px;
width: 100%;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
width: auto;
}
input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
-webkit-appearance: none;
}
input[type="button"],
input[type="email"],
input[type="submit"],
input[type="text"],
textarea {
margin-bottom: 20px;
}
::placeholder {
font-size: var(--wp--preset--font-size--small);
opacity: 0.6;
}
.nf-field-container {
margin-bottom: 10px;
} .is-root-container h1 + *,
.is-root-container h2 + *,
.is-root-container h3 + *,
.is-root-container h4 + *,
.is-root-container h5 + *,
.is-root-container h6 + *,
.wp-block-post-content h1 + *,
.wp-block-post-content h2 + *,
.wp-block-post-content h3 + *,
.wp-block-post-content h4 + *,
.wp-block-post-content h5 + *,
.wp-block-post-content h6 + *,
.wp-block-query-title + * {
margin-top: 10px !important;
}
.wp-block-spacer + * {
margin-top: 0 !important;
}
.map-grayscale iframe {
filter: grayscale(100%);
} @media only screen and (min-width: 800px) { .wp-block-navigation-item.is-style-fill a,
.wp-block-navigation-item.is-style-fill-background a,
.wp-block-navigation-item.is-style-outline a,
.wp-block-navigation-item.is-style-outline-background a {
padding: 5px 15px;
}
.wp-block-navigation-item.is-style-fill a,
.wp-block-navigation-item.is-style-outline a:hover {
background-color: var(--wp--preset--color--foreground);
}
.wp-block-navigation-item.is-style-fill-background a,
.wp-block-navigation-item.is-style-outline-background a:hover {
background-color: var(--wp--preset--color--background);
}
.wp-block-navigation-item.is-style-fill a,
.wp-block-navigation-item.is-style-outline a {
border: 1px solid var(--wp--preset--color--foreground);
}
.wp-block-navigation-item.is-style-fill-background a,
.wp-block-navigation-item.is-style-outline-background a {
border: 1px solid var(--wp--preset--color--background);
}
.wp-block-navigation-item.is-style-fill a:hover,
.wp-block-navigation-item.is-style-fill-background a,
.wp-block-navigation-item.is-style-outline a,
.wp-block-navigation-item.is-style-outline-background a:hover {
color: var(--wp--preset--color--foreground);
}
.wp-block-navigation-item.is-style-fill a,
.wp-block-navigation-item.is-style-fill-background a:hover,
.wp-block-navigation-item.is-style-outline a:hover,
.wp-block-navigation-item.is-style-outline-background a {
color: var(--wp--preset--color--background);
}
.wp-block-navigation-item.is-style-fill a:hover,
.wp-block-navigation-item.is-style-fill-background a:hover,
.wp-block-navigation-item.is-style-outline a,
.wp-block-navigation-item.is-style-outline-background a {
background-color: transparent;
} .wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
max-width: 300px;
}
.wp-block-pullquote.alignleft {
float: left;
margin-right: 30px !important;
}
.wp-block-pullquote.alignright {
float: right;
margin-left: 30px !important;
} .wp-block-column.is-style-pull-right,
.wp-block-column.is-style-pull-left {
margin-top: 60px;
position: relative;
z-index: 10;
}
.wp-block-column.is-style-pull-right {
margin-right: -120px;
}
.wp-block-column.is-style-pull-left {
margin-left: -120px;
}
}
@media only screen and (max-width: 768px) {
.wpz-header-cover .wp-block-spacer {
max-height: 100px;
}
.wpz-header-cover .wp-block-cover,
.wpz-header-cover .wp-block-cover-image {
min-height: 300px;
}
}
@media only screen and (max-width: 700px) {
.wpz-header-button {
display: none !important;
}
}
@media screen and (max-width: 640px) {
.wpz-hide-mobile {
display: none !important;
}
}