@charset "UTF-8";
.has-child:focus-within,
.has-child:hover,
.wp-block-button__link,
.wp-block-navigation .wp-block-pages-list__item.has-child:focus-within,
.wp-block-navigation .wp-block-pages-list__item.has-child:hover {
    cursor: pointer;
}
.wp-block-cover,
.wp-block-cover-image,
.wp-block-group,
.wp-block-rss.wp-block-rss {
    box-sizing: border-box;
}
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: #fff;
}
.wp-block-buttons > .wp-block-button.has-custom-width {
    max-width: none;
}
.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%;
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - 0.5em);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - 0.5em);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - 0.5em);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    margin-right: 0;
    width: 100%;
}
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important;
}
.wp-block-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin-left: 0;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}
.wp-block-buttons > .wp-block-button:last-child {
    margin-right: 0;
}
.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    flex-wrap: wrap;
}
@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap;
    }
}
.wp-block-columns.has-background {
    padding: 1.25em 2.375em;
}
.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
@media (max-width: 599px) {
    .wp-block-column {
        flex-basis: 100% !important;
    }
}
@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0;
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 2em;
    }
}
@media (min-width: 782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }
    .wp-block-column[style*="flex-basis"] {
        flex-grow: 0;
    }
    .wp-block-column:not(:first-child) {
        margin-left: 2em;
    }
}
.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
}
@supports (-webkit-overflow-scrolling: touch) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll;
    }
}
.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none;
    }
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff;
}
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color) {
    color: inherit;
}
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: 0;
    border: none;
    box-shadow: none;
}
.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index: 0;
}
.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right;
}
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: 0.44em;
    text-align: center;
}
.wp-block[data-align="left"] > [data-type="core/embed"],
.wp-block[data-align="right"] > [data-type="core/embed"] {
    max-width: 360px;
    width: 100%;
}
.wp-block[data-align="left"] > [data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align="right"] > [data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px;
}
.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px;
}
.wp-block-embed {
    margin-bottom: 1em;
}
.wp-block-embed__wrapper {
    position: relative;
}
.wp-block-file {
    margin-bottom: 1.5em;
}
.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 0.8em;
    padding: 0.5em 1em;
}
.wp-block-file a.wp-block-file__button {
    text-decoration: none;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
    margin-left: 0.75em;
}
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em);
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto;
    }
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0;
}
@media (min-width: 600px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - 0.66667em);
        margin-right: 1em;
    }
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - 0.75em);
        margin-right: 1em;
    }
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - 0.8em);
        margin-right: 1em;
    }
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - 0.83333em);
        margin-right: 1em;
    }
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - 0.85714em);
        margin-right: 1em;
    }
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - 0.875em);
        margin-right: 1em;
    }
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0;
    }
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em;
}
.wp-block-image {
    margin-bottom: 1em;
}
.wp-block-image img {
    max-width: 100%;
}
.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url(data:image/svg+xml;utf8,SVG_REPLACED);
        mask-image: url(data:image/svg+xml;utf8,SVG_REPLACED);
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0;
    }
}
ul.has-background {
    padding: 1.25em 2.375em;
}
.wp-block-media-text {
    direction: ltr;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%;
}
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center;
}
.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    padding: 0 8%;
    word-break: break-word;
}
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle;
}
.has-child > .wp-block-navigation-link__content {
    padding-right: 0.5em;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
    background-color: #fff;
    color: #1e1e1e;
}
.wp-block-navigation .wp-block-navigation__container .wp-block-navigation__container {
    align-items: normal;
    min-width: 200px;
}
.wp-block-navigation__container {
    align-items: center;
}
.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
}
.wp-block-navigation-link .wp-block-navigation__container:empty {
    display: none;
}
.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.1s linear;
    visibility: hidden;
}
.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__content {
    flex-grow: 1;
}
@media (min-width: 782px) {
    .has-child .wp-block-navigation__container {
        left: 1.5em;
    }
    .has-child .wp-block-navigation__container .wp-block-navigation__container {
        left: 100%;
        top: -1px;
    }
    .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: 0.5em;
        background: 0 0;
    }
}
.has-child:hover > .wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
}
.has-child:focus-within > .wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
}
.wp-block-navigation[style*="text-decoration"] .wp-block-navigation-link,
.wp-block-navigation[style*="text-decoration"] .wp-block-navigation-link__content,
.wp-block-navigation[style*="text-decoration"] .wp-block-navigation-link__content:active,
.wp-block-navigation[style*="text-decoration"] .wp-block-navigation-link__content:focus,
.wp-block-navigation[style*="text-decoration"] .wp-block-navigation__container {
    text-decoration: inherit;
}
.wp-block-navigation:not([style*="text-decoration"]) .wp-block-navigation-link__content,
.wp-block-navigation:not([style*="text-decoration"]) .wp-block-navigation-link__content:active,
.wp-block-navigation:not([style*="text-decoration"]) .wp-block-navigation-link__content:focus {
    text-decoration: none;
}
.wp-block-navigation-link__content {
    color: inherit;
    padding: 0.5em 1em;
}
.wp-block-navigation-link__content + .wp-block-navigation-link__content {
    padding-top: 0;
}
.has-text-color .wp-block-navigation-link__content {
    color: inherit;
}
.wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word;
}
.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-wrap: wrap;
}
.wp-block-navigation .wp-block-pages-list__item__link {
    display: block;
    color: inherit;
    padding: 0.5em 1em;
}
.wp-block-navigation .wp-block-pages-list__item.has-child {
    display: flex;
    position: relative;
    background-color: inherit;
}
.wp-block-navigation .wp-block-pages-list__item.has-child > a {
    padding-right: 0.5em;
}
.wp-block-navigation .wp-block-pages-list__item.has-child:focus-within > .submenu-container,
.wp-block-navigation .wp-block-pages-list__item.has-child:hover > .submenu-container {
    visibility: visible;
    opacity: 1;
}
.is-large-text {
    font-size: 2.25em;
}
p.has-background {
    padding: 1.25em 2.375em;
}
p.has-text-color a {
    color: inherit;
}
p:empty:before {
    content: "​";
}
.wp-block-post-author {
    display: flex;
    flex-wrap: wrap;
}
.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0;
}
.wp-block-post-author__name {
    font-weight: 700;
    margin: 0;
}
.wp-block-post-comments-form input[type="submit"] {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: 0.667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}
.wp-block-post-comments-form input[type="submit"]:active,
.wp-block-post-comments-form input[type="submit"]:focus,
.wp-block-post-comments-form input[type="submit"]:hover,
.wp-block-post-comments-form input[type="submit"]:visited {
    color: #fff;
}
.has-text-align-center {
    text-align: center;
}
@media (min-width: 600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 1em);
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em);
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em);
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em);
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em);
    }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: 0.8125em;
}
.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: 0.375em 0.625em;
    color: #32373c;
    margin-left: 0.625em;
    word-break: normal;
}
.wp-block-search .wp-block-search__button.has-icon {
    line-height: 0;
}
.wp-block-search .wp-block-search__label {
    width: 100%;
}
.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0;
}
.wp-social-link {
    border-radius: 9999px;
}
.wp-block-site-logo {
    line-height: 0;
}
.wp-social-link {
    display: block;
    transition: transform 0.1s ease;
    height: auto;
}
@media (prefers-reduced-motion: reduce) {
    .wp-social-link {
        transition-duration: 0s;
    }
}
.wp-social-link a {
    display: block;
    line-height: 0;
    transition: transform 0.1s ease;
}
.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited {
    color: currentColor;
    fill: currentColor;
}
.wp-social-link:hover {
    transform: scale(1.1);
}
.wp-block-text-columns {
    display: flex;
}
.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%;
}
.wp-block-video {
    margin-left: 0;
    margin-right: 0;
}
.wp-block-video video {
    width: 100%;
}
.wp-block-post-featured-image a {
    display: inline-block;
}
.wp-block-post-featured-image img {
    max-width: 100%;
    height: auto;
}
:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e);
}
.has-normal-font-size {
    font-size: 1em;
}
.has-medium-font-size {
    font-size: 1.25em;
}
.has-large-font-size {
    font-size: 2.25em;
}
.has-text-align-left {
    text-align: left;
}
.has-text-align-right {
    text-align: right;
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
    list-style: none;
}
.wp-block-navigation-link.wp-block-navigation-link {
    margin: 0;
}
.wp-block-search .wp-block-search__label {
    font-weight: 700;
}
.wp-block-group.has-background {
    padding: 1.25em 2.375em;
    margin-top: 0;
    margin-bottom: 0;
}
.wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.4;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}
.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px;
}
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px;
}
.wp-block-wpzoom-blocks-social-icons {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: var(--wpz-social-icons-alignment);
    justify-content: var(--wpz-social-icons-alignment);
}
.wp-block-wpzoom-blocks-social-icons a.social-icon-link {
    text-decoration: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wp-block-wpzoom-blocks-social-icons .social-icon.academicons,
.wp-block-wpzoom-blocks-social-icons .social-icon.dashicons,
.wp-block-wpzoom-blocks-social-icons .social-icon.fab,
.wp-block-wpzoom-blocks-social-icons .social-icon.socicon {
    color: #fff;
    padding: 10px;
    margin: 5px;
    background: #5a5a59;
    font-size: 1.2em;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 1.2em;
    text-align: center;
}
.wp-block-wpzoom-blocks-social-icons .social-icon.socicon:empty {
    width: 1.2em;
    height: 1.2em;
}
.wp-block-wpzoom-blocks-social-icons .social-icon.socicon {
    top: 0;
}
.wp-block-wpzoom-blocks-social-icons.is-style-with-canvas-round .social-icon {
    font-size: var(--wpz-social-icons-block-item-font-size);
    padding: var(--wpz-social-icons-block-item-padding-vertical) var(--wpz-social-icons-block-item-padding-horizontal);
    margin: var(--wpz-social-icons-block-item-margin-vertical) var(--wpz-social-icons-block-item-margin-horizontal);
    border-radius: var(--wpz-social-icons-block-item-border-radius);
    background-color: var(--wpz-social-icons-block-item-color);
}
.wp-block-wpzoom-blocks-social-icons.is-style-with-canvas-round .social-icon:hover {
    background-color: var(--wpz-social-icons-block-item-color-hover);
}
.wp-block-wpzoom-blocks-social-icons.is-style-with-canvas-round .icon-label {
    color: var(--wpz-social-icons-block-label-color);
    font-size: var(--wpz-social-icons-block-label-font-size);
}
.wp-block-wpzoom-blocks-social-icons.is-style-with-canvas-round .icon-label:hover {
    color: var(--wpz-social-icons-block-label-color-hover);
}
.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas .social-icon {
    font-size: var(--wpz-social-icons-block-item-font-size);
    padding: var(--wpz-social-icons-block-item-padding-vertical) var(--wpz-social-icons-block-item-padding-horizontal);
    margin: var(--wpz-social-icons-block-item-margin-vertical) var(--wpz-social-icons-block-item-margin-horizontal);
    border-radius: var(--wpz-social-icons-block-item-border-radius);
    color: var(--wpz-social-icons-block-item-color);
    background-color: transparent;
}
.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas .social-icon:hover {
    color: var(--wpz-social-icons-block-item-color-hover);
}
.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas .icon-label {
    color: var(--wpz-social-icons-block-label-color);
    font-size: var(--wpz-social-icons-block-label-font-size);
}
.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas .icon-label:hover {
    color: var(--wpz-social-icons-block-label-color-hover);
}
.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-border .social-icon {
    font-size: var(--wpz-social-icons-block-item-font-size);
    padding: var(--wpz-social-icons-block-item-padding-vertical) var(--wpz-social-icons-block-item-padding-horizontal);
    margin: var(--wpz-social-icons-block-item-margin-vertical) var(--wpz-social-icons-block-item-margin-horizontal);
    border-radius: var(--wpz-social-icons-block-item-border-radius);
    color: var(--wpz-social-icons-block-item-color);
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
}
.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-border .social-icon:hover {
    color: var(--wpz-social-icons-block-item-color-hover);
}
.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-border .icon-label {
    color: var(--wpz-social-icons-block-label-color);
    font-size: var(--wpz-social-icons-block-label-font-size);
}
.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-border .icon-label:hover {
    color: var(--wpz-social-icons-block-label-color-hover);
}
.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-label .social-icon-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-label .social-icon-link .icon-label,
.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-label .social-icon-link .social-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-label .social-icon-link .social-icon {
    background-color: transparent;
    color: var(--wpz-social-icons-block-item-color);
    font-size: var(--wpz-social-icons-block-item-font-size);
    padding: var(--wpz-social-icons-block-item-padding-vertical) var(--wpz-social-icons-block-item-padding-horizontal);
    margin: var(--wpz-social-icons-block-item-margin-vertical) var(--wpz-social-icons-block-item-margin-horizontal);
    border-radius: var(--wpz-social-icons-block-item-border-radius);
}
.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-label .social-icon-link .social-icon:hover {
    color: var(--wpz-social-icons-block-item-color-hover);
}
.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-label .social-icon-link .icon-label {
    padding: 0 5px 5px 5px;
    color: var(--wpz-social-icons-block-label-color);
    font-size: var(--wpz-social-icons-block-label-font-size);
}
.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-label .social-icon-link .icon-label:hover {
    color: var(--wpz-social-icons-block-label-color-hover);
}
.fa,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-1x {
    font-size: 1em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.fa-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.fa-500px:before {
    content: "\f26e";
}
.fa-address-card:before {
    content: "\f2bb";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-apple:before {
    content: "\f179";
}
.fa-apple-alt:before {
    content: "\f5d1";
}
.fa-archive:before {
    content: "\f187";
}
.fa-blog:before {
    content: "\f781";
}
.fa-bold:before {
    content: "\f032";
}
.fa-border-all:before {
    content: "\f84c";
}
.fa-border-none:before {
    content: "\f850";
}
.fa-border-style:before {
    content: "\f853";
}
.fa-box:before {
    content: "\f466";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-comment:before {
    content: "\f075";
}
.fa-comment-alt:before {
    content: "\f27a";
}
.fa-comments:before {
    content: "\f086";
}
.fa-cookie:before {
    content: "\f563";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-css3-alt:before {
    content: "\f38b";
}
.fa-d-and-d:before {
    content: "\f38d";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-download:before {
    content: "\f019";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-alt:before {
    content: "\f15c";
}
.fa-file-archive:before {
    content: "\f1c6";
}
.fa-file-download:before {
    content: "\f56d";
}
.fa-file-image:before {
    content: "\f1c5";
}
.fa-file-pdf:before {
    content: "\f1c1";
}
.fa-file-video:before {
    content: "\f1c8";
}
.fa-font:before {
    content: "\f031";
}
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-font-awesome-alt:before {
    content: "\f35c";
}
.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-google-plus:before {
    content: "\f2b3";
}
.fa-hamburger:before {
    content: "\f805";
}
.fa-home:before {
    content: "\f015";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-icons:before {
    content: "\f86d";
}
.fa-id-card:before {
    content: "\f2c2";
}
.fa-id-card-alt:before {
    content: "\f47f";
}
.fa-image:before {
    content: "\f03e";
}
.fa-info:before {
    content: "\f129";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-js:before {
    content: "\f3b8";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-line:before {
    content: "\f3c0";
}
.fa-link:before {
    content: "\f0c1";
}
.fa-list:before {
    content: "\f03a";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-mobile:before {
    content: "\f10b";
}
.fa-mobile-alt:before {
    content: "\f3cd";
}
.fa-newspaper:before {
    content: "\f1ea";
}
.fa-node:before {
    content: "\f419";
}
.fa-node-js:before {
    content: "\f3d3";
}
.fa-ns8:before {
    content: "\f3d5";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-page4:before {
    content: "\f3d7";
}
.fa-php:before {
    content: "\f457";
}
.fa-plus:before {
    content: "\f067";
}
.fa-remove-format:before {
    content: "\f87d";
}
.fa-reply:before {
    content: "\f3e5";
}
.fa-reply-all:before {
    content: "\f122";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-save:before {
    content: "\f0c7";
}
.fa-scroll:before {
    content: "\f70e";
}
.fa-search:before {
    content: "\f002";
}
.fa-search-location:before {
    content: "\f689";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-tablet-alt:before {
    content: "\f3fa";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-user:before {
    content: "\f007";
}
.fa-user-alt:before {
    content: "\f406";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-users:before {
    content: "\f0c0";
}
.fa-video:before {
    content: "\f03d";
}
.fa-weight:before {
    content: "\f496";
}
.fa-window-close:before {
    content: "\f410";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-wpforms:before {
    content: "\f298";
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-brands-400.eot);
    src: url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
        url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-brands-400.woff2) format("woff2"),
        url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-brands-400.woff) format("woff"),
        url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-brands-400.ttf) format("truetype"),
        url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-regular-400.eot);
    src: url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
        url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-regular-400.woff2) format("woff2"),
        url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-regular-400.woff) format("woff"),
        url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-regular-400.ttf) format("truetype"),
        url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.fab {
    font-weight: 400;
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-solid-900.eot);
    src: url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
        url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-solid-900.woff2) format("woff2"),
        url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-solid-900.woff) format("woff"),
        url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-solid-900.ttf) format("truetype"),
        url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa {
    font-family: "Font Awesome 5 Free";
}
.fa {
    font-weight: 900;
} 
.fa.fa-close:before,
.fa.fa-remove:before {
    content: "\f00d";
}
.fa.fa-file-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-o:before {
    content: "\f15b";
}
.fa.fa-list-alt {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-image {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-image:before {
    content: "\f03e";
}
.fa.fa-facebook,
.fa.fa-twitter {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-facebook:before {
    content: "\f39e";
}
.fa.fa-facebook-f {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-facebook-f:before {
    content: "\f39e";
}
.fa.fa-feed:before {
    content: "\f09e";
}
.fa.fa-group:before {
    content: "\f0c0";
}
.fa.fa-google-plus {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-google-plus:before {
    content: "\f0d5";
}
.fa.fa-comment-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-comment-o:before {
    content: "\f075";
}
.fa.fa-comments-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-comments-o:before {
    content: "\f086";
}
.fa.fa-file-text-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-text-o:before {
    content: "\f15c";
}
.fa.fa-tablet:before {
    content: "\f3fa";
}
.fa.fa-mobile:before {
    content: "\f3cd";
}
.fa.fa-css3,
.fa.fa-html5 {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-toggle-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-toggle-right:before {
    content: "\f152";
}
.fa.fa-file-text:before {
    content: "\f15c";
}
.fa.fa-instagram {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-apple {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-toggle-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-toggle-left:before {
    content: "\f191";
}
.fa.fa-try:before {
    content: "\f195";
}
.fa.fa-wordpress {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-google {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-file-pdf-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa.fa-file-image-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-image-o:before {
    content: "\f1c5";
}
.fa.fa-file-archive-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa.fa-file-zip-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa.fa-file-video-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-video-o:before {
    content: "\f1c8";
}
.fa.fa-send:before {
    content: "\f1d8";
}
.fa.fa-send-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-send-o:before {
    content: "\f1d8";
}
.fa.fa-header:before {
    content: "\f1dc";
}
.fa.fa-newspaper-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa.fa-copyright {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-medium {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-object-group {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-500px {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-wpforms {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-fa,
.fa.fa-font-awesome {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-fa:before {
    content: "\f2b4";
}
.fa.fa-address-card-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-address-card-o:before {
    content: "\f2bb";
}
.fa.fa-user-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-user-o:before {
    content: "\f007";
}
.fa.fa-id-card-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-id-card-o:before {
    content: "\f2c2";
}
.fa.fa-s15:before {
    content: "\f2cd";
}
.fa.fa-window-close-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-window-close-o:before {
    content: "\f410";
}
.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
    height: 100%;
    width: 100%;
}
.mfp-container:before,
.mfp-figure:after {
    content: "";
}
.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-close {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-close {
    color: #fff;
}
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mfp-figure:after {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-figure,
img.mfp-img {
    line-height: 0;
}
img.mfp-img {
    max-width: 100%;
}
.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block;
}
img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.fl-builder-content *,
.fl-builder-content :after,
.fl-builder-content :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fl-col-group:after,
.fl-col-group:before,
.fl-col:after,
.fl-col:before,
.fl-module-content:after,
.fl-module-content:before,
.fl-module:after,
.fl-module:before,
.fl-row-content:after,
.fl-row-content:before,
.fl-row:after,
.fl-row:before {
    display: table;
    content: " ";
}
.fl-col-group:after,
.fl-col:after,
.fl-module-content:after,
.fl-module:after,
.fl-row-content:after,
.fl-row:after {
    clear: both;
}
.fl-col,
.fl-col-group,
.fl-module,
.fl-module-content,
.fl-row,
.fl-row-content {
    zoom: 1;
}
.fl-clear {
    clear: both;
}
.fl-clearfix:after,
.fl-clearfix:before {
    display: table;
    content: " ";
}
.fl-clearfix:after {
    clear: both;
}
.fl-clearfix {
    zoom: 1;
}
.fl-row,
.fl-row-content {
    margin-left: auto;
    margin-right: auto;
}
.fl-row-content-wrap {
    position: relative;
}
.fl-row-bg-embed,
.fl-row-bg-embed .fl-row-content,
.fl-row-bg-video,
.fl-row-bg-video .fl-row-content {
    position: relative;
}
.fl-row-bg-video .fl-bg-video {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.fl-row-bg-video .fl-bg-video video {
    bottom: 0;
    left: 0;
    max-width: none;
    position: absolute;
    right: 0;
    top: 0;
}
.fl-row-bg-overlay .fl-row-content-wrap:after {
    border-radius: inherit;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.fl-row-bg-overlay .fl-row-content {
    position: relative;
    z-index: 1;
}
.fl-row-custom-height .fl-row-content-wrap,
.fl-row-full-height .fl-row-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}
.fl-row-custom-height .fl-row-content-wrap {
    min-height: 0;
}
.fl-row-custom-height .fl-row-content,
.fl-row-full-height .fl-row-content {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.fl-row-custom-height .fl-row-full-width.fl-row-content,
.fl-row-full-height .fl-row-full-width.fl-row-content {
    max-width: 100%;
    width: 100%;
}
.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-full-height.fl-row-align-center .fl-row-content-wrap {
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap {
    align-items: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-box-pack: end;
    -ms-flex-align: end;
    -ms-flex-pack: end;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 1024px;
    }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 768px;
    }
}
@media screen and (device-aspect-ratio: 40/71) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 500px;
    }
}
.fl-col {
    float: left;
    min-height: 1px;
}
.fl-col-bg-overlay .fl-col-content {
    position: relative;
}
.fl-col-bg-overlay .fl-col-content:after {
    border-radius: inherit;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.fl-col-bg-overlay .fl-module {
    position: relative;
    z-index: 2;
}
.fl-module img {
    max-width: 100%;
}
.fl-builder-module-template {
    margin: 0 auto;
    max-width: 1100px;
    padding: 20px;
}
.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: none;
}
.fl-builder-content .fl-button:hover {
    text-decoration: none;
}
.fl-builder-content .fl-button:active {
    position: relative;
    top: 1px;
}
.fl-builder-content .fl-button-width-full .fl-button {
    display: block;
    text-align: center;
}
.fl-builder-content .fl-button-width-custom .fl-button {
    display: inline-block;
    text-align: center;
    max-width: 100%;
}
.fl-builder-content .fl-button-left {
    text-align: left;
}
.fl-builder-content .fl-button-center {
    text-align: center;
}
.fl-builder-content .fl-button-right {
    text-align: right;
}
.fl-builder-content .fl-button i {
    font-size: 1.3em;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
    width: auto;
}
.fl-builder-content .fl-button i.fl-button-icon-after {
    margin-left: 8px;
    margin-right: 0;
}
.fl-builder-content .fl-button-has-icon .fl-button-text {
    vertical-align: middle;
}
.fl-icon-wrap {
    display: inline-block;
}
.fl-icon {
    display: table-cell;
    vertical-align: middle;
}
.fl-icon a {
    text-decoration: none;
}
.fl-icon i {
    float: left;
    height: auto;
    width: auto;
}
.fl-icon i:before {
    border: none !important;
    height: auto;
    width: auto;
}
.fl-icon-text {
    display: table-cell;
    text-align: left;
    padding-left: 15px;
    vertical-align: middle;
}
.fl-icon-text :last-child {
    margin: 0 !important;
    padding: 0 !important;
}
.fl-icon-text a {
    text-decoration: none;
}
.fl-icon-text span {
    display: block;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:focus,
.mfp-wrap .mfp-close:hover {
    background: 0 0 !important;
    border: none !important;
    outline: 0;
    position: absolute;
    top: 0;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.admin-bar .mfp-wrap .mfp-close,
.admin-bar .mfp-wrap .mfp-close:active,
.admin-bar .mfp-wrap .mfp-close:focus,
.admin-bar .mfp-wrap .mfp-close:hover {
    top: 32px !important;
}
img.mfp-img {
    padding: 0;
}
.fl-form-field {
    margin-bottom: 15px;
}
.single:not(.woocommerce).single-fl-builder-template .fl-content {
    width: 100%;
}
.fl-row-bg-overlay .fl-row-content {
    z-index: 2;
}
@supports (-webkit-touch-callout: inherit) {
    .fl-row.fl-row-bg-fixed .fl-row-content-wrap,
    .fl-row.fl-row-bg-parallax .fl-row-content-wrap {
        background-position: center !important;
        background-attachment: scroll !important;
    }
}
@supports (-webkit-touch-callout: none) {
    .fl-row.fl-row-bg-fixed .fl-row-content-wrap {
        background-position: center !important;
        background-attachment: scroll !important;
    }
}
.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
    background: #fafafa;
    border: 1px solid #ccc;
    color: #333;
}
.fl-builder-content a.fl-button *,
.fl-builder-content a.fl-button:visited * {
    color: #333;
}
.fl-row-content-wrap {
    margin: 0;
}
.fl-row-content-wrap {
    padding: 20px;
}
.fl-row-fixed-width {
    max-width: 1100px;
}
.fl-col-content {
    margin: 0;
}
.fl-col-content {
    padding: 0;
}
.fl-module-content {
    margin: 20px;
}
@media (max-width: 768px) {
    .fl-row-content-wrap {
        background-attachment: scroll !important;
    }
    .fl-col {
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: auto !important;
    }
    .fl-row[data-node] .fl-row-content-wrap {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .fl-row[data-node] .fl-bg-video {
        left: 0;
        right: 0;
    }
    .fl-col[data-node] .fl-col-content {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
.page .fl-post-header,
.single-fl-builder-template .fl-post-header {
    display: none;
}
.fl-node-5ed765517e3e8 .fl-row-content {
    max-width: 1140px;
}
.fl-node-5ed76551813df {
    width: 100%;
}
.admin-bar .mfp-wrap .mfp-close,
.admin-bar .mfp-wrap .mfp-close:active,
.admin-bar .mfp-wrap .mfp-close:focus,
.admin-bar .mfp-wrap .mfp-close:hover {
    position: fixed;
    right: 30px;
    cursor: pointer !important;
}
.admin-bar .mfp-bottom-bar {
    top: auto;
    bottom: -25px;
}
.njba-gallery-section {
    position: relative;
}
.njba-gallery-main img.njba-image-responsive {
    width: 100%;
}
.njba-gallery-main .njba-image-box-img {
    position: relative;
    overflow: hidden;
}
.njba-gallery-main .njba-gallery-box {
    position: relative;
}
.njba-gallery-main .njba-image-box-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transform: scaleY(0);
}
.njba-gallery-main .njba-gallery-box:hover .njba-image-box-overlay {
    opacity: 1;
    transform: scaleY(1);
}
.njba-image-box-content {
    display: table;
    height: 100%;
    width: 100%;
}
.njba-gallery-main .njba-video_overlay {
    display: none;
}
.njba-gallery-main .njba-image-box-content.njba-image-box-hover i {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
}
.njba-gallery-main .njba-gallery-box:hover .njba-image-box-img img.zoom-in.njba-image-responsive {
    transform: scale(2);
}
.njba-gallery-main .njba-gallery-box .njba-image-box-img img.zoom-in.njba-image-responsive {
    transition: all 10s;
}
.njba-gallery-main .njba-gallery-box:hover .njba-image-box-img img.zoom-out.njba-image-responsive {
    transform: scale(1);
}
.njba-gallery-main .njba-gallery-box .njba-image-box-img img.zoom-out.njba-image-responsive {
    transition: all 2s linear;
    transform: scale(2);
}
.njba-image-box-content.njba-image-box-hover {
    display: table;
    height: 100%;
    width: 100%;
}
.njba-image-box-content.njba-image-box-hover h3 {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.fl-node-5ed765aac4f2f .njba-gallery-box {
    width: 25%;
    padding: 2.5px;
    float: left;
}
.fl-node-5ed765aac4f2f .njba-gallery-box:nth-child(4n + 1) {
    clear: left;
}
.fl-node-5ed765aac4f2f .njba-gallery-box:nth-child(4n + 0) {
    clear: right;
}
.fl-node-5ed765aac4f2f .njba-gallery-main .njba-image-box-overlay {
    transition: all ease 0.3s;
}
.fl-node-5ed765aac4f2f .njba-gallery-main .njba-image-box-content.njba-image-box-hover i {
    font-size: 18px;
    color: #fff;
}
.fl-node-5ed765aac4f2f .njba-gallery-section {
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 0pxrgba (0, 0, 0);
    -moz-box-shadow: 0 0 0 0pxrgba (0, 0, 0);
    -o-box-shadow: 0 0 0 0pxrgba (0, 0, 0);
    box-shadow: 0 0 0 0pxrgba (0, 0, 0);
}
@media (max-width: 992px) {
    .fl-node-5ed765aac4f2f .njba-gallery-box {
        width: 50%;
    }
    .fl-node-5ed765aac4f2f .njba-gallery-box:nth-child(4n + 0),
    .fl-node-5ed765aac4f2f .njba-gallery-box:nth-child(4n + 1) {
        clear: none;
    }
    .fl-node-5ed765aac4f2f .njba-gallery-box:nth-child(2n + 1) {
        clear: left;
    }
    .fl-node-5ed765aac4f2f .njba-gallery-box:nth-child(2n + 0) {
        clear: right;
    }
}
@media (max-width: 768px) {
    .fl-node-5ed765aac4f2f .njba-gallery-box {
        width: 100%;
    }
    .fl-node-5ed765aac4f2f .njba-gallery-box:nth-child(2n + 0),
    .fl-node-5ed765aac4f2f .njba-gallery-box:nth-child(2n + 1),
    .fl-node-5ed765aac4f2f .njba-gallery-box:nth-child(4n + 0),
    .fl-node-5ed765aac4f2f .njba-gallery-box:nth-child(4n + 1) {
        clear: none;
    }
    .fl-node-5ed765aac4f2f .njba-gallery-box:nth-child(1n + 1) {
        clear: left;
    }
    .fl-node-5ed765aac4f2f .njba-gallery-box:nth-child(1n + 0) {
        clear: right;
    }
}
.fl-module-content a,
.fl-module-content a:focus,
.fl-module-content a:hover {
    text-decoration: none;
}
.njba-row-separator {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
}
.njba-top-row-separator {
    top: -1px;
    bottom: auto;
}
.njba-bottom-row-separator {
    top: auto;
    bottom: -1px;
}
.trp-language-switcher {
    position: relative;
    width: auto;
    display: inline-block;
    padding: 0;
    border: 0;
    margin: 2px;
    box-sizing: border-box;
}
.trp-language-switcher > div {
    box-sizing: border-box;
    padding: 3px 20px 3px 5px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 8px) calc(1em + 0px), calc(100% - 3px) calc(1em + 0px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    background-color: #fff;
}
.trp-language-switcher > div > a {
    display: block;
    padding: 2px;
    border-radius: 3px;
    color: #0769ad;
}
.trp-language-switcher > div > a:hover {
    background: #f1f1f1;
}
.trp-language-switcher > div > a > img {
    display: inline;
    margin: 0 3px;
    width: 18px;
    height: 12px;
    border-radius: 0;
}
.last {
    clear: right;
    margin-right: 0 !important;
}
@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtY.ttf) format("truetype");
}
@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiunDXbtY.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xIIzc.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBic6CsE.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxP.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format("truetype");
}
@font-face {
    font-family: Rufina;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rufina/v8/Yq6V-LyURyLy-aKCpB5g.ttf) format("truetype");
}
@font-face {
    font-family: Rufina;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rufina/v8/Yq6W-LyURyLy-aKKHztwu8Za.ttf) format("truetype");
}
.sb-search input[type="search"].sb-search-input,
input[type="text"],
textarea {
    -webkit-appearance: none;
}
.side-nav {
    visibility: hidden;
}
.clear:after,
.comment-content:after,
.entry-content .gallery,
.entry-content:after,
.footer-widgets:after,
.inner-wrap:after,
.side-nav__close-button:after,
.site-content:after,
.site-footer:after,
.widget ul {
    clear: both;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
article,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
canvas,
video {
    display: inline-block;
    vertical-align: baseline;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
b,
strong {
    font-weight: 700;
}
h1 {
    margin: 0.67em 0;
}
figure,
p {
    margin: 0;
}
button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
}
.screen-reader-text,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
}
@font-face {
    font-family: derive;
    src: url(wp-content/themes/wpzoom-derive/fonts/derive.eot);
    src: url(wp-content/themes/wpzoom-derive/fonts/derive.eot?#iefix) format("embedded-opentype"), url(wp-content/themes/wpzoom-derive/fonts/derive.svg) format("svg"),
        url(wp-content/themes/wpzoom-derive/fonts/derive.woff) format("woff"), url(wp-content/themes/wpzoom-derive/fonts/derive.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: derive;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: derive;
    src: url(wp-content/themes/wpzoom-derive/fonts/derive.eot?z0mg9s);
    src: url(wp-content/themes/wpzoom-derive/fonts/derive.eot?z0mg9s#iefix) format("embedded-opentype"), url(wp-content/themes/wpzoom-derive/fonts/derive.ttf?z0mg9s) format("truetype"),
        url(wp-content/themes/wpzoom-derive/fonts/derive.woff?z0mg9s) format("woff"), url(wp-content/themes/wpzoom-derive/fonts/derive.svg?z0mg9s#derive) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.1;
    color: #000;
}
h1,
h2,
h3 {
    margin-top: 20px;
}
h4,
h5,
h6 {
    margin-top: 10px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
.section-title {
    color: #222;
    font-size: 32px;
    font-weight: 700;
    font-family: Mulish, sans-serif;
    margin: 70px 0 20px;
}
.category_description {
    font-size: 16px;
    margin: 0 0 50px;
}
@media (min-width: 800px) {
    .category_description {
        max-width: 70%;
    }
}
img {
    max-width: 100%;
}
p {
    margin-bottom: 1em;
}
em,
i {
    font-style: italic;
}
address {
    margin: 0 0 1.5em;
}
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
ul {
    margin: 0 0 1.5em 1em;
    padding: 0;
}
ul {
    list-style: disc;
}
li > ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
img {
    border: 0;
    vertical-align: top;
    height: auto;
}
.sticky {
    text-align: left;
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: Mulish, sans-serif;
    font-weight: 700;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    border: 0;
    border-radius: 100px;
    background: #101010;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    -o-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.button:hover,
button {
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}
.side-nav .button,
.side-nav .search-form .search-submit,
.side-nav button,
.side-nav input[type="button"],
.side-nav input[type="reset"],
.side-nav input[type="submit"],
.site-footer .button,
.site-footer .search-form .search-submit,
.site-footer button,
.site-footer input[type="button"],
.site-footer input[type="reset"],
.site-footer input[type="submit"] {
    color: #fff;
    background: #fea6a8;
}
.side-nav .button:hover,
.side-nav .search-form .search-submit:hover,
.side-nav button:hover,
.side-nav input[type="button"]:hover,
.side-nav input[type="reset"]:hover,
.side-nav input[type="submit"]:hover,
.site-footer .button:hover,
.site-footer .search-form .search-submit:hover,
.site-footer button:hover,
.site-footer input[type="button"]:hover,
.site-footer input[type="reset"]:hover,
.site-footer input[type="submit"]:hover {
    color: #000;
    background: #fff;
}
button,
div.wpforms-container-full .wpforms-form .wpforms-page-button,
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: Mulish, sans-serif;
    display: inline;
    width: auto;
    padding: 12px 30px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    border: 0;
    border-radius: 100px;
    background: #101010;
    -webkit-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    -o-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
div.wpforms-container-full .wpforms-form .wpforms-page-button,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form input[type="submit"]:hover {
    border: none;
}
button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}
input,
textarea {
    font-family: Mulish, sans-serif;
    color: #444;
    padding: 11px 10px;
    font-size: 16px;
    background: #fff;
    border: 2px solid #101010;
    width: auto;
    border-radius: 0;
}
label {
    margin-bottom: 5px;
    display: inline-block;
}
input:focus,
textarea:focus {
    border-color: rgba(0, 0, 0, 0.5);
    outline: 0;
}
a {
    -webkit-transition: 0.1s ease all;
    -o-transition: 0.1s ease all;
    transition: 0.1s ease all;
    text-decoration: none;
    color: #222;
}
a:hover {
    text-decoration: none;
    color: #fea6a8;
}
a:active,
a:hover {
    outline: 0;
}
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.navbar-toggle,
.sf-menu a {
    position: relative;
}
.sf-menu a,
.sf-menu li:hover > ul {
    display: block;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}
.navbar a {
    color: #fff;
}
.navbar-toggle {
    float: right;
    margin: 0 0 0 15px;
    padding-left: 0;
    padding-right: 0;
    width: 30px;
    border-color: transparent;
    background: 0 0;
}
.derive--with-page-nav .navbar-toggle {
    display: block;
}
.navbar-toggle:hover {
    border-color: transparent;
    background-color: transparent;
}
.navbar-toggle .icon-bar {
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    background: #222;
    -webkit-transition: width 0.13s ease-out, -webkit-transform 0.13s ease-out, opacity 0.13s ease-out;
    -o-transition: width 0.13s ease-out, -o-transform 0.13s ease-out, opacity 0.13s ease-out;
    transition: width 0.13s ease-out, transform 0.13s ease-out, opacity 0.13s ease-out;
}
.side-nav .navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}
.navbar-nav {
    font-weight: 400;
    padding: 0;
}
.navbar-nav ul {
    font-size: 13px;
}
.navbar-nav > li {
    margin: 0;
}
.navbar-nav a {
    padding: 0;
    font-family: Mulish, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #111;
    letter-spacing: 1px;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.site-header.header-with-cover .navbar-nav > li > a,
.wpz-transparent-header .navbar-nav > li > a {
    color: #fff;
}
.navbar-nav > li > a:hover {
    text-decoration: none;
    color: #4a4a4a;
}
.site-header.header-with-cover .navbar-nav > li > a:hover,
.wpz-transparent-header .navbar-nav > li > a:hover {
    color: #fff;
    opacity: 0.7;
    border-bottom-color: transparent !important;
}
.navbar-nav > li:hover > a {
    border-bottom-color: transparent !important;
}
.site-header.headroom--not-top .navbar-toggle .icon-bar {
    background: #000;
}
@media (min-width: 1025px) {
    .navbar-nav ul {
        left: 50%;
        width: 220px;
        margin-top: 0;
        background: #101010;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        line-height: 1.5;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        white-space: normal;
    }
    .navbar-nav ul:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #101010;
        position: absolute;
        top: -7px;
        left: 47.5%;
        z-index: 470;
    }
    .navbar-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }
    .navbar-nav ul a,
    .navbar-nav ul li:last-child {
        border-bottom: none;
    }
    .navbar-nav ul a {
        color: #b0b0b0;
        padding: 12px 15px;
        margin: 0 8px !important;
        font-size: 16px;
        text-transform: none;
        font-weight: 600;
    }
    .navbar-nav ul a:hover {
        border-bottom: none;
        color: #fff;
    }
    .navbar-nav ul .current-menu-item a,
    .navbar-nav ul .current-menu-parent a,
    .navbar-nav ul .current_page_item a,
    .navbar-nav ul .current_page_parent a {
        color: #fff;
    }
    .navbar-nav ul ul {
        right: 100%;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-top: 0;
    }
    .navbar-nav ul ul:before {
        display: none;
    }
    .navbar-nav > .current-menu-item > a,
    .navbar-nav > .current-menu-parent > a,
    .navbar-nav > .current_page_item > a,
    .navbar-nav > .current_page_parent > a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
    .site-header.header-with-cover .navbar-nav > .current-menu-item > a,
    .site-header.header-with-cover .navbar-nav > .current-menu-parent > a,
    .site-header.header-with-cover .navbar-nav > .current_page_item > a,
    .site-header.header-with-cover .navbar-nav > .current_page_parent > a,
    .wpz-transparent-header .navbar-nav > .current-menu-item > a,
    .wpz-transparent-header .navbar-nav > .current-menu-parent > a,
    .wpz-transparent-header .navbar-nav > .current_page_item > a,
    .wpz-transparent-header .navbar-nav > .current_page_parent > a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .site-header.headroom--not-top .current-menu-item a,
    .site-header.headroom--not-top .current-menu-parent a,
    .site-header.headroom--not-top .current_page_item a,
    .site-header.headroom--not-top .current_page_parent a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
}
.sb-search .sb-icon-search,
body {
    -webkit-font-smoothing: antialiased;
}
.navbar .wpz-button a {
    background-color: #fea6a8;
    color: #fff !important;
    padding: 3px 16px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    font-size: 15px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid transparent !important;
}
.navbar .wpz-button a:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.site-header .sb-search {
    float: none;
    position: absolute;
    right: 1.5%;
    height: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.site-header .sb-search form {
    position: relative;
    width: 50px;
    height: 45px;
}
.sb-search {
    margin: 0 0 0 5px;
    z-index: 200;
    text-align: right;
    width: 35px;
}
.sb-search .sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    outline: 0;
    width: 20px;
    height: 40px;
    margin: 0;
    z-index: 10;
    padding: 10px 65px 10px 15px;
    font-family: inherit;
    font-size: 16px;
    color: #000;
    visibility: hidden;
    opacity: 0;
    border: none;
    background: #fff;
    -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s;
    -o-transition: width 0.6s, border-radius 0.6s, background 0.6s;
    transition: width 0.6s, border-radius 0.6s, background 0.6s;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sb-search .sb-icon-search,
.sb-search .sb-search-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    right: 0;
    cursor: pointer;
}
.sb-search .sb-search-input:-moz-placeholder,
.sb-search .sb-search-input:-ms-input-placeholder,
.sb-search .sb-search-input::-moz-placeholder,
.sb-search .sb-search-input::-webkit-input-placeholder {
    color: #000;
}
.sb-search .sb-icon-search {
    line-height: 43px;
}
.sb-search .sb-search-submit {
    line-height: 40px;
    background: #fff;
    opacity: 0;
    color: #3a3d40;
    border: none;
    outline: 0;
    z-index: -1;
}
.sb-search .sb-icon-search {
    color: #9a9b9c;
    z-index: 90;
    font-size: 18px;
    font-family: derive;
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.sb-search .sb-icon-search:before {
    content: "\e902";
}
.sb-search .sb-icon-search:hover {
    color: #111;
    opacity: 1;
}
.no-js .sb-search .sb-icon-search {
    background: 0 0;
    z-index: 11;
}
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}
.site-header.header-with-cover .sb-search .sb-icon-search,
.wpz-transparent-header .site-header .sb-search .sb-icon-search {
    color: #fff;
    opacity: 0.8;
}
.site-header.header-with-cover .sb-search .sb-search-submit,
.wpz-transparent-header .site-header .sb-search .sb-search-submit {
    color: #fff;
}
.site-header.header-with-cover.headroom--not-top .sb-search .sb-icon-search,
.site-header.header-with-cover.headroom--not-top .sb-search .sb-search-input,
.site-header.header-with-cover.headroom--not-top .sb-search .sb-search-submit,
.site-header.headroom--not-top .sb-search .sb-icon-search,
.site-header.headroom--not-top .sb-search .sb-search-input,
.site-header.headroom--not-top .sb-search .sb-search-submit,
.wpz-transparent-header .site-header.headroom--not-top .sb-search .sb-icon-search,
.wpz-transparent-header .site-header.headroom--not-top .sb-search .sb-search-input,
.wpz-transparent-header .site-header.headroom--not-top .sb-search .sb-search-submit {
    color: #101010;
}
.site-header .sb-search .sb-search-input::-webkit-input-placeholder,
.site-header.header-with-cover.headroom--not-top .sb-search .sb-search-input::-webkit-input-placeholder,
.wpz-transparent-header .site-header.headroom--not-top .sb-search .sb-search-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}
.site-header .sb-search .sb-search-input::-moz-placeholder,
.site-header.header-with-cover.headroom--not-top .sb-search .sb-search-input::-moz-placeholder,
.wpz-transparent-header .site-header.headroom--not-top .sb-search .sb-search-input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.8);
}
.site-header .sb-search .sb-search-input::placeholder,
.site-header.header-with-cover.headroom--not-top .sb-search .sb-search-input::placeholder,
.wpz-transparent-header .site-header.headroom--not-top .sb-search .sb-search-input::placeholder {
    color: rgba(0, 0, 0, 0.8);
}
.site-header.header-with-cover .sb-search .sb-search-input::-webkit-input-placeholder,
.wpz-transparent-header .site-header .sb-search .sb-search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.site-header.header-with-cover .sb-search .sb-search-input::-moz-placeholder,
.wpz-transparent-header .site-header .sb-search .sb-search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.site-header.header-with-cover .sb-search .sb-search-input::placeholder,
.wpz-transparent-header .site-header .sb-search .sb-search-input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.header_social {
    float: right;
    text-align: right;
    margin: 0 0 0 10px;
}
.header_social .widget,
.header_social .widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas {
    margin: 0;
}
.header_social .widget h3.title {
    display: none;
}
.header_social .zoom-social-icons-list--without-canvas .socicon {
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.header_social .zoom-social-icons-list .socicon:hover {
    opacity: 0.8;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #444;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#content[tabindex="-1"]:focus {
    outline: 0;
}
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before {
    content: "";
    display: table;
    table-layout: fixed;
}
body,
html {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body,
html {
    overflow-x: hidden;
}
body {
    font-family: Mulish, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    line-height: 1.7;
    color: #444;
}
.inner-wrap,
.wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.page .page-with-cover > .inner-wrap,
.single .page-with-cover > .inner-wrap {
    max-width: none;
    margin: 0;
}
.inner-wrap:after,
.inner-wrap:before {
    content: " ";
    display: table;
}
#main {
    background: #f6f7f9;
    padding-top: 0;
    padding-bottom: 25px;
}
.page #main,
.single #main {
    background: #fff;
}
#main.blog-with-post-cover,
#main.page-with-cover {
    padding-top: 0 !important;
}
.home .builder-wrap .widget {
    margin-bottom: 0;
}
.hidden {
    display: none;
}
.blog-with-post-cover .blog-header-cover {
    min-height: 300px;
    position: relative;
    background: #000;
    margin-bottom: 50px;
}
.blog-with-post-cover .blog-header-cover-image {
    opacity: 0.8;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.blog-with-post-cover .blog-header-cover-image:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
}
.blog-with-post-cover .blog-header-info {
    z-index: 99;
    padding: 50px 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.entry-header {
    position: relative;
}
.blog-with-post-cover .blog-header-info .entry-info {
    margin-top: 0;
    color: #fff;
}
.blog-with-post-cover .blog-header-info .section-title {
    color: #fff;
}
.blog-with-post-cover .section-title:after {
    background: rgba(255, 255, 255, 0.3);
}
.archive #main {
    background: #f6f7f9;
}
.recent-posts article {
    background-color: #fff;
}
.recent-posts .post-thumb {
    display: block;
    margin-bottom: 30px;
}
.recent-posts .post-thumb a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.recent-posts .post-thumb img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.page .entry-header,
.single .entry-header {
    margin-top: 90px;
    text-align: center;
}
.page .has-post-cover .entry-header,
.single .has-post-cover .entry-header {
    max-width: 950px;
    width: 100%;
    margin-top: 0;
    z-index: 100;
}
.entry-title {
    font-family: "Playfair Display", sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.5;
}
.page .entry-title,
.single .entry-title {
    margin-top: 10px;
}
.recent-posts .entry-title {
    font-size: 28px;
    line-height: 1.3;
}
.entry-title a {
    color: #222;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.entry-title a:hover {
    color: #222;
    text-decoration: underline;
}
.entry-meta a:hover,
.single .entry-author a {
    text-decoration: none;
}
.page .has-post-cover .entry-header .entry-title:after {
    display: none;
}
.entry-content:after,
.entry-content:before {
    content: " ";
    display: table;
}
.page .entry-content,
.single .entry-content {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    color: #272c30;
}
.entry-content p {
    margin-bottom: 28px;
    word-wrap: break-word;
}
.entry-content p:last-child,
.entry-meta p {
    margin-bottom: 0;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
@media (min-width: 1250px) {
    .single .entry-meta {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: -50px;
        text-align: center;
        font-family: Mulish, sans-serif;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
.single .entry-author .author-name {
    font-family: "Playfair Display", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-bottom: 12px;
    display: block;
}
.single .entry-meta .entry-date {
    font-size: 14px;
    line-height: 1;
    color: #999;
}
.single .entry-meta a:hover {
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.recent-posts .entry-meta {
    font-size: 16px;
    font-family: Mulish, sans-serif;
    margin: 0 0 20px;
}
.entry-meta a,
.entry-meta a:hover {
    color: #222;
}
.recent-posts .entry-meta span {
    display: inline;
}
.entry-content a {
    font-weight: 600;
    text-decoration: underline;
}
.entry-content a:hover {
    text-decoration: none;
}
.navbar-brand-wpz img,
.page .post-location .dashicons,
.single .post-location .dashicons {
    vertical-align: middle;
}
.entry-cover {
    margin-bottom: 60px;
}
.single .has-post-cover .entry-cover {
    min-height: 75vh;
    height: 100%;
    position: relative;
    background: #000;
}
.page .has-post-cover .entry-cover {
    min-height: 450px;
    height: 100%;
    position: relative;
    background: #000;
}
.page .has-post-cover .entry-cover-image,
.single .has-post-cover .entry-cover-image {
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.page .has-post-cover .entry-cover-image:after,
.single .has-post-cover .entry-cover-image:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: repeat-x;
}
.page .has-post-cover .no-overlay .entry-cover-image,
.single .has-post-cover .no-overlay .entry-cover-image {
    opacity: 1;
}
.page .has-post-cover .no-overlay .entry-cover-image:after,
.single .has-post-cover .no-overlay .entry-cover-image:after {
    display: none;
}
.page .has-post-cover .entry-header .entry-info,
.single .has-post-cover .entry-header .entry-info {
    margin-top: 0;
    color: #fff;
}
.page .post-location,
.single .post-location {
    font-style: italic;
}
.page .has-post-cover .entry-header .entry-title,
.single .has-post-cover .entry-header .entry-title {
    color: #fff;
    text-transform: none;
    font-weight: 900;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 0;
    font-family: "Playfair Display", sans-serif;
}
.page .has-post-cover .entry-header .entry-excerpt,
.single .has-post-cover .entry-header .entry-excerpt {
    font-size: 15px;
    text-align: center;
}
.page .has-post-cover .entry-header .entry-meta,
.single .has-post-cover .entry-header .entry-meta {
    color: rgba(255, 255, 255, 0.7);
    opacity: 0.9;
    font-size: 16px;
}
.page .has-post-cover .entry-header .entry-meta a,
.single .has-post-cover .entry-header .entry-meta a {
    color: #fff;
    font-weight: 600;
}
.page .has-post-cover .entry-header .entry-meta a:hover,
.single .has-post-cover .entry-header .entry-meta a:hover {
    text-decoration: none;
    color: #fea6a8;
}
.page .entry-category + .entry-date,
.single .entry-category + .entry-date {
    display: inline-block;
}
.page .full-width .entry-content,
.single .full-width .entry-content {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.page .full-width .entry-info {
    margin-top: 0;
}
.page .full-width .entry-title {
    margin-bottom: 0;
}
.page .entry-footer,
.single .entry-footer {
    max-width: 700px;
    margin: 0 auto 150px;
    padding: 0;
    text-align: center;
}
.page .entry-footer .section-title,
.single .entry-footer .section-title {
    margin-top: 50px;
    margin-bottom: 20px;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    font-family: "Playfair Display", sans-serif;
    text-transform: uppercase;
}
.page .entry-footer .section-title:after,
.single .entry-footer .section-title:after {
    display: none;
}
.page .entry-footer .section-title:before,
.single .entry-footer .section-title:before {
    display: block;
    content: " ";
    width: 200px;
    height: 1px;
    background: #e6e6e6;
    margin: 40px auto 48px;
}
.page .post_author,
.single .post_author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 90px 0 0;
}
.page .post_author .author-link,
.single .post_author .author-link {
    display: block;
    margin: 0 0 20px;
}
.page .post_author .author-title,
.single .post_author .author-title {
    margin: 0 0 15px;
}
.page .post_author .author-name,
.single .post_author .author-name {
    font-family: "Playfair Display", sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-transform: none;
    margin: 0;
}
.page .post_author img,
.single .post_author img {
    margin: 0 0 20px;
    border-radius: 50%;
}
.page .post_author a,
.single .post_author a {
    font-size: 18px;
    color: #222;
    line-height: 1.9;
    text-decoration: none;
}
.page .post_author a:hover,
.single .post_author a:hover {
    text-decoration: none;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page .post_author span,
.single .post_author span {
    margin: 0 0 5px;
    display: block;
    text-transform: uppercase;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 20px;
    line-height: 1.3;
    font-family: "Playfair Display", sans-serif;
    font-weight: 900;
}
.entry-content .wp-block-image img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}
.entry-content ul {
    margin-bottom: 25px;
}
.entry-content li ul:not(.wp-block-gallery) {
    margin-bottom: 0;
    margin-left: 30px;
}
.entry-content .wp-block-gallery {
    margin-left: 0;
}
.entry-content li {
    list-style-position: inside;
}
.entry-content ul li {
    list-style-type: square;
}
.widget ul li {
    list-style-type: none;
}
@media screen and (max-width: 1250px) {
    .page .entry-content,
    .single .entry-content {
        max-width: 75%;
    }
}
.entry-content .gallery {
    text-align: center;
    max-width: 100%;
}
.page .has-post-cover .entry-cover,
.single-post .has-post-cover .entry-cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 40px;
}
.page .display-none,
.single-post .display-none {
    display: none;
}
.page .has-post-cover .entry-cover {
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.entry-content .wp-block-button__link {
    text-decoration: none;
    margin-bottom: 15px;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.entry-content .wp-block-button__link:hover {
    opacity: 0.8;
}
#comments {
    background: #f6f7f9;
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 30px;
}
.page #comments {
    margin-top: 50px;
}
#comments > h3 {
    position: relative;
    font-family: "Playfair Display", sans-serif;
    font-size: 26px;
    font-weight: 900;
    margin: 0 0 40px;
}
.comment-author .comment-meta,
.comment-author .comment-meta a {
    color: #999;
    font-size: 13px;
    text-decoration: none;
}
.comment-author .comment-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: italic;
    margin: 0 0 10px;
}
.comment-body {
    font-size: 14px;
    margin-bottom: 40px;
}
.comment-form-comment label {
    display: block;
    font-weight: 600;
}
.site-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    padding: 24px 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #dbdcdb;
}
.site-header.header-with-cover,
.wpz-transparent-header .site-header {
    background: repeat-x;
    width: 100%;
    z-index: 1000;
    position: absolute;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0.4)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 1%, transparent 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 1%, transparent 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 1%, transparent 100%);
}
.site-header.header-with-cover .navbar-toggle .icon-bar,
.site-header.headroom--not-top,
.wpz-transparent-header .navbar-toggle .icon-bar,
.wpz-transparent-header .site-header .navbar-toggle .icon-bar {
    background: #fff;
}
.site-header.header-with-cover.headroom--top,
.wpz-transparent-header .site-header.headroom--top {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.site-header > * {
    position: relative;
    padding: 0;
    margin: 0 10px;
    -webkit-box-shadow: 0 0 10px 5px transparent;
    box-shadow: 0 0 10px 5px transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.site-header.header-with-cover.headroom--not-top .navbar-toggle .icon-bar,
.site-header.headroom--not-top .navbar-toggle .icon-bar,
.wpz-transparent-header .site-header.headroom--not-top .navbar-toggle .icon-bar {
    background: #000;
}
.navbar-brand-wpz {
    line-height: 1;
    text-align: center;
    padding: 0;
}
@media (min-width: 1240px) {
    .navbar-brand-wpz {
        margin: 0 30px 10px;
    }
}
.navbar-brand-wpz img {
    max-width: 100%;
    height: auto;
}
.navbar-brand-wpz h1 {
    margin: 0;
    font-weight: 700;
    font-family: "Playfair Display", sans-serif;
}
.navbar-brand-wpz a {
    font-size: 52px;
    color: #101010;
}
.site-header.header-with-cover .navbar-brand-wpz a,
.wpz-transparent-header .site-header .navbar-brand-wpz a {
    color: #fff;
}
.navbar-brand-wpz a:active,
.navbar-brand-wpz a:hover {
    text-decoration: none;
    color: #000;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-sticky {
    display: none;
    max-width: 300px;
}
.site-header.header-with-cover .navbar-brand-wpz > a,
.site-header.header-with-cover .navbar-brand-wpz > h1,
.wpz-transparent-header .site-header .navbar-brand-wpz > a,
.wpz-transparent-header .site-header .navbar-brand-wpz > h1 {
    display: none;
}
.site-header.header-with-cover .navbar-sticky,
.site-header.header-with-cover.headroom--not-top .navbar-brand-wpz > a,
.site-header.header-with-cover.headroom--not-top .navbar-brand-wpz > h1,
.wpz-transparent-header .site-header .navbar-sticky,
.wpz-transparent-header .site-header.headroom--not-top .navbar-brand-wpz > a,
.wpz-transparent-header .site-header.headroom--not-top .navbar-brand-wpz > h1 {
    display: block;
}
.site-header.header-with-cover.headroom--not-top .navbar-sticky,
.wpz-transparent-header .site-header.headroom--not-top .navbar-sticky {
    display: none;
}
.site-header .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.5;
    white-space: nowrap;
    padding: 0;
    font-family: Mulish, sans-serif;
    overflow: hidden;
}
.site-header .nav:nth-of-type(2) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 40px;
}
.site-header .nav a {
    margin: 0 15px;
}
.site-header .nav a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.site-header .priority-plus-hidden > strong {
    display: block;
    cursor: pointer;
}
.site-header .priority-plus-hidden > strong > span {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    height: 22px;
    width: 22px;
    font-weight: 700;
    border-radius: 100%;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    margin: 0 15px;
}
.site-header .priority-plus-hidden:hover > strong > span {
    background: #000;
}
.site-header .navbar-toggle {
    display: none;
}
.site-header .header_social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.site-header .zoom-social-icons-widget h3.title,
.site-header .zoom-social-icons-widget > p {
    display: none;
}
.site-header .header_social ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.site-header .header_social a,
.site-header .header_social li,
.site-header .header_social span {
    padding: 0 !important;
    margin: 0 !important;
}
.site-header .header_social li {
    padding: 0 10px !important;
}
.site-header .header_social span {
    display: none;
}
.site-header .header_social .socicon {
    display: block;
}
@media screen and (min-width: 300px) {
    .headroom--not-top,
    .site-header.header-with-cover.headroom--not-top,
    .wpz-transparent-header .site-header.headroom--not-top {
        background: #fff;
        -webkit-box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid #dbdcdb;
    }
    .headroom--not-top .navbar {
        background: #fff;
        padding: 12px 0;
        -webkit-box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    }
    .headroom--not-top .navbar .navbar-brand-wpz img {
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        max-height: 70px;
        width: auto;
    }
    .site-header.headroom {
        width: 100%;
        z-index: 1000;
        position: fixed;
        top: 0;
    }
    .site-header.headroom .main-navbar,
    .site-header.headroom .navbar-brand-wpz h1,
    .site-header.headroom .navbar-brand-wpz h1 a {
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .site-header.headroom--not-top {
        position: fixed;
        top: 0;
        padding-top: 13px;
        padding-bottom: 14px;
    }
    .site-header.headroom--not-top .navbar-brand-wpz h1,
    .site-header.headroom--not-top .navbar-brand-wpz h1 a {
        font-size: 40px;
    }
    .site-header.headroom--not-top.headroom--not-top .navbar-brand-wpz a,
    .site-header.headroom--not-top.headroom--not-top .navbar-nav > li > a {
        color: #000;
    }
    .site-header.headroom--not-top.headroom--not-top .navbar-nav > li > a:hover {
        color: #4a4a4a;
    }
    .site-header.headroom--not-top .navbar-brand-wpz img {
        -webkit-transition-duration: 0.34s;
        -o-transition-duration: 0.34s;
        transition-duration: 0.34s;
        max-width: 80%;
        height: auto;
    }
    .admin-bar .headroom {
        top: 32px;
    }
}
@media screen and (max-width: 782px) {
    .admin-bar #header {
        margin-top: 46px;
    }
}
@media screen and (max-width: 600px) {
    .admin-bar #header.headroom--not-top {
        margin-top: 0;
    }
}
.site {
    position: relative;
    -webkit-transition: -webkit-transform 0.18s ease;
    -o-transition: -o-transform 0.18s ease;
    transition: transform 0.18s ease;
}
.side-nav,
.side-nav-overlay {
    position: fixed;
    right: 0;
    top: 0;
}
.side-nav {
    bottom: -70px;
    overflow: hidden;
    width: 380px;
    z-index: -1;
    outline: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-overflow-scrolling: touch;
}
.side-nav a {
    color: #fff;
}
.side-nav a:hover {
    color: #fea6a8;
}
.side-nav .navbar-nav li a {
    font-family: "Arial Black", sans-serif;
    font-size: 26px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700;
}
.side-nav-overlay {
    display: none;
    left: 0;
    bottom: 0;
    z-index: 600;
}
.side-nav__scrollable-container {
    position: relative;
    padding-bottom: 70px;
    height: 100%;
    overflow: auto;
    background-color: #101010;
    color: #78787f;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(380px);
    -ms-transform: translateX(380px);
    -o-transform: translateX(380px);
    transform: translateX(380px);
    -webkit-transition: -webkit-transform 0.18s ease;
    -o-transition: -o-transform 0.18s ease;
    transition: transform 0.18s ease;
}
.side-nav__scrollable-container::-webkit-scrollbar {
    display: none;
}
.side-nav__wrap {
    position: relative;
    padding: 60px 30px;
}
.admin-bar .side-nav__wrap {
    padding-top: 92px;
}
@media screen and (max-width: 782px) {
    .admin-bar .side-nav__wrap {
        padding-top: 106px;
    }
}
.side-nav__wrap .navbar-toggle {
    margin: 5px 0 0;
    padding-right: 0;
    background: 0 0;
    color: #fff;
}
.side-nav__wrap .navbar-toggle:hover {
    background: 0 0;
    color: #fff;
}
.side-nav__close-button {
    display: none;
}
.side-nav__close-button:after,
.side-nav__close-button:before {
    content: " ";
    display: table;
}
.side-nav .navbar-nav {
    display: none;
    margin-bottom: 60px;
    padding: 0;
}
.side-nav .widget {
    margin-bottom: 60px;
    max-width: 100%;
}
.side-nav .widget:last-child {
    margin-bottom: 0;
}
.side-nav .widget .title {
    font-size: 18px;
}
.wrap--layout-side-left .site-main,
.wrap--layout-side-right .site-main {
    width: 72.5%;
    float: left;
}
.wrap--layout-side-left .site-main {
    float: right;
}
.site-footer {
    background: #1a1919;
    color: #666;
}
.site-footer a {
    color: #fff;
}
.side-nav a:hover,
.site-footer a:hover {
    color: #fea6a8;
    text-decoration: none;
}
.footer-widgets {
    padding: 60px 0 0;
    font-size: 0;
}
.footer-widgets:after,
.footer-widgets:before {
    content: " ";
    display: table;
}
.footer-widgets .column {
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 16px;
}
.footer-widgets.widget-columns-4 .column {
    width: 23%;
    margin-right: 2.6666%;
}
.footer-widgets.widget-columns-3 .column {
    width: 31%;
    margin-right: 3.5%;
}
.footer-widgets.widget-columns-2 .column {
    width: 48%;
    margin-right: 4%;
}
.footer-widgets.widget-columns-1 .column {
    width: 100%;
}
.footer-widgets .column:last-child,
.footer-widgets.widget-columns-2 .column:nth-child(2n + 2),
.footer-widgets.widget-columns-3 .column:nth-child(3n + 3),
.footer-widgets.widget-columns-4 .column:nth-child(4n + 4) {
    margin-right: 0;
}
.footer-widgets .title,
.side-nav .title {
    color: #fff;
}
.site-footer-separator {
    font-size: 35px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1;
    color: #fff;
    opacity: 0.3;
    margin: 40px 0 0;
}
.footer_social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0 0;
}
.footer_social .widget {
    padding: 0;
    margin: 0;
}
.site-footer .zoom-social-icons-widget h3.title,
.site-footer .zoom-social-icons-widget > p {
    display: none;
}
.site-footer .footer_social ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.site-info {
    font-size: 13px;
    text-align: center;
    color: #666;
    padding: 30px 0 60px;
}
.site-info p {
    padding: 0;
    margin: 0;
}
.site-info a {
    color: #fff;
    font-weight: 600;
}
.site-info a:hover {
    color: #fea6a8;
}
#recent-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
    padding: 0;
    margin: 0;
}
.home .blog-archive {
    padding-top: 50px;
}
.recent-posts article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: auto;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
    border-radius: 3px 3px 4px 4px;
}
.recent-posts article {
    display: block;
}
@media (min-width: 880px) {
    .post-thumb-hidden {
        display: none;
    }
    body:not(.search-results) .recent-posts.wpz-featured-post article:first-child {
        grid-column-end: span 2;
    }
    .recent-posts.wpz-featured-post article:first-child .entry-title {
        font-size: 42px;
    }
    .recent-posts.wpz-featured-post article:first-child .entry-meta > span.meta-comments {
        margin-left: auto;
    }
}
.recent-posts article .post-thumb,
.recent-posts article .post-thumb a {
    margin: 0;
}
.recent-posts article .post-thumb a,
.recent-posts article .post-thumb-hidden a {
    display: block;
    position: relative;
    height: 510px;
    width: 100%;
    overflow: hidden;
}
.recent-posts article .post-thumb a img,
.recent-posts article .post-thumb-hidden a img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0;
    width: auto;
    border-radius: 3px 3px 0 0;
}
.recent-posts article .entry-body {
    padding: 20px 30px 50px;
}
.recent-posts article .entry-meta {
    list-style: none;
    padding: 0;
    font-size: 16px;
    margin: 0 0 15px;
    color: #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.recent-posts article .entry-meta a {
    font-weight: 600;
    color: #222;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.recent-posts article .entry-meta a:hover {
    opacity: 0.7;
}
.recent-posts article .entry-meta > span {
    list-style: none;
    padding: 0;
    display: inline;
}
.recent-posts article .entry-meta > span.entry-author,
.recent-posts article .entry-meta > span.entry-date {
    margin-right: 10px;
}
.recent-posts article .entry-meta span:last-child {
    margin-right: 0;
}
.recent-posts article .entry-meta .entry-title {
    line-height: 1.3;
    margin: 0 0 10px;
}
.recent-posts article .entry-meta .entry-title a {
    display: inline;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.recent-posts article .entry-meta .entry-title a:active,
.recent-posts article .entry-meta .entry-title a:hover {
    text-decoration: underline;
}
.widget .title {
    font-family: "Playfair Display", sans-serif;
}
.recent-posts .navigation {
    position: static;
    grid-column-end: span 3;
}
.widget {
    margin-bottom: 40px;
}
.widget .title {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 900;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget ul ul {
    margin: 0;
    padding: 0;
    border-top: none;
}
.widget ul ul li {
    border: none;
}
.widget .feature-posts-list {
    text-align: left;
}
.widget .feature-posts-list img {
    margin: 0 15px 0 0;
    float: left;
}
.widget .feature-posts-list .post-excerpt {
    display: block;
    overflow: hidden;
}
.widget .feature-posts-list li {
    margin: 0 0 25px;
}
.widget .feature-posts-list li:last-child {
    margin: 0;
    border: none;
    padding: 0;
}
.widget .feature-posts-list li h3 {
    line-height: 1.3;
    font-size: 16px;
    margin: 0 0 5px;
}
.widget .feature-posts-list li a {
    font-weight: 700;
}
.zoom-instagram-widget li img:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.site-widgetized-section .widgets .widget {
    font-size: 16px;
    width: 100%;
    margin-right: 0;
}
.section-footer .zoom-instagram-widget {
    overflow: hidden;
    margin: 0;
    position: relative;
}
.section-footer .zoom-instagram-widget .title {
    display: none;
}
.section-footer .zoom-instagram-widget .zoom-instagram-widget__follow-me {
    margin-top: 1px;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.section-footer .zoom-instagram-widget a.ig-b-v-24 {
    color: #fff !important;
    border: none;
    font-weight: 600 !important;
    border-radius: 0;
    line-height: 1.5em;
    padding: 10px 18px;
    font-size: 12px;
    text-transform: uppercase;
    background: #101010;
    display: inline-block;
    margin: 0;
    letter-spacing: 2px !important;
}
.section-footer .zoom-instagram-widget a.ig-b-v-24:hover {
    color: #fea6a8 !important;
}
.zoom-instagram-widget li img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.section-footer .zoom-instagram-widget li img:hover {
    opacity: 0.9;
}
.widget_search label {
    display: inline;
}
.widget_rss li {
    margin: 0 0 20px;
}
.widget_rss .rss-date {
    display: block;
    font-size: 14px;
    margin: 5px 0;
    color: #999;
}
.gallery-item {
    text-align: center;
}
embed,
object {
    max-width: 100%;
}
.entry-content .gallery a:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    vertical-align: top;
    width: 100%;
    margin: 0;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
@media screen and (max-width: 1260px) {
    .inner-wrap,
    .wrap {
        max-width: 96%;
        margin: 0 auto;
    }
    .single .entry-meta {
        position: relative;
    }
    .single .entry-meta .entry-author,
    .single .entry-meta .entry-date {
        display: none;
    }
    .recent-posts article .post-thumb a,
    .recent-posts article .post-thumb-hidden a {
        height: auto;
    }
    .recent-posts article .post-thumb a img,
    .recent-posts article .post-thumb-hidden a img {
        height: auto !important;
    }
}
@media screen and (max-width: 1024px) {
    .recent-posts .entry-title {
        font-size: 22px;
        line-height: 1.5;
    }
    .inner-wrap,
    .wrap {
        max-width: 92%;
    }
    .home .blog-archive {
        padding-top: 40px;
    }
    .site-header {
        padding-right: 4%;
        padding-left: 4%;
    }
    .site-header .navbar-header {
        order: 1;
        margin-left: 0;
    }
    .site-header .sb-search {
        order: 2;
        right: 75px;
    }
    .site-header .header_social {
        order: 3;
    }
    .site-header .navbar-toggle {
        order: 4;
        display: block;
        margin-right: 0;
    }
    .site-header .nav {
        display: none;
    }
    .site-header.has-menu-overlay .navbar {
        position: relative;
        background: #111;
    }
    .side-nav .navbar-nav {
        display: block;
        margin-left: 0;
        position: relative;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-nav {
        float: none;
    }
    .side-nav .navbar-nav ul {
        display: none;
        margin-left: 20px;
    }
    .navbar-nav li {
        display: block;
        position: relative;
        float: none;
        margin: 10px 0;
        padding: 0 0 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .current-menu-item a,
    .current-menu-parent a,
    .current_page_item a,
    .current_page_parent a,
    .navbar-nav > li > a.sf-with-ul:hover {
        border-bottom: none;
    }
    .navbar-nav li a,
    .navbar-nav ul li {
        border: none;
        padding: 0;
        margin: 7px 0;
    }
    .navbar-nav ul li a {
        text-transform: none;
        font-weight: 400;
        font-size: 14px;
    }
    .navbar-nav a:hover {
        border: none;
    }
    .navbar-nav > li > a:hover {
        border: none;
        color: inherit;
    }
    .navbar-nav li a {
        padding: 4px 0;
    }
    .navbar-nav ul:before {
        display: none;
    }
    .navbar-nav ul ul {
        left: 0;
    }
    .navbar-nav li li a {
        color: #ccc;
    }
    .recent-posts .post-thumb img {
        max-width: 100%;
        height: auto;
    }
    .footer-widgets.widget-columns-4 .column {
        width: 48%;
        margin-right: 4%;
    }
    .footer-widgets.widget-columns-3 .column {
        width: 31%;
        margin-right: 3.5%;
    }
    .footer-widgets.widget-columns-2 .column {
        width: 48%;
        margin-right: 4%;
    }
    .footer-widgets.widget-columns-1 .column {
        width: 100%;
    }
    .footer-widgets.widget-columns-2 .column:nth-child(2n + 2),
    .footer-widgets.widget-columns-3 .column:nth-child(3n + 3),
    .footer-widgets.widget-columns-4 .column:nth-child(2n + 2) {
        margin-right: 0;
    }
}
@media screen and (max-width: 880px) {
    .page .has-post-cover .entry-header .entry-title,
    .single .has-post-cover .entry-header .entry-title {
        margin-left: 4%;
        margin-right: 4%;
    }
    .page .entry-content,
    .single .entry-content {
        max-width: 94%;
        margin: 0 auto;
    }
    .recent-posts.wpz-featured-post article:first-child .post-thumb {
        display: none;
    }
    .site-header > * {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 768px) {
    .navbar-brand-wpz img,
    .recent-posts .post-thumb img {
        max-width: 100%;
        height: auto;
    }
    .home .blog-archive {
        padding-top: 20px;
    }
    #recent-posts {
        grid-template-columns: 1fr 1fr;
    }
    .recent-posts .navigation {
        grid-column-end: span 2;
    }
    .site-header .sb-search {
        right: 8%;
    }
    .navbar-brand-wpz img {
        max-height: 100px;
        width: auto;
    }
    .inner-wrap .site-main {
        width: 100%;
    }
    .section-title {
        font-size: 20px;
        margin-top: 40px;
    }
    .page .has-post-cover .entry-cover,
    .single .has-post-cover .entry-cover {
        min-height: 450px;
    }
    .page .has-post-cover .entry-header .entry-meta,
    .single .has-post-cover .entry-header .entry-meta {
        font-size: 16px !important;
    }
    .page .has-post-cover .entry-header .entry-title,
    .single .has-post-cover .entry-header .entry-title {
        margin-bottom: 10px;
    }
    .recent-posts .entry-body {
        width: 100%;
        float: none;
        max-width: 100%;
    }
    .recent-posts .entry-meta {
        width: 100%;
        float: none;
    }
    .recent-posts .entry-meta p {
        float: left;
        margin-right: 15px;
    }
    .footer-widgets {
        display: block;
    }
    .footer-widgets .column {
        width: 100% !important;
        display: block;
        border: none;
    }
}
@media screen and (max-width: 640px) {
    .category_description {
        font-size: 14px;
    }
    .navbar-brand-wpz h1 {
        letter-spacing: 0;
        line-height: 1;
    }
    .navbar-brand-wpz a {
        font-size: 20px;
    }
    .page .entry-content,
    .single .entry-content {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .recent-posts .entry-meta {
        font-size: 14px;
    }
    .page .has-post-cover .entry-header .entry-meta,
    .single .has-post-cover .entry-header .entry-meta {
        font-size: 14px !important;
    }
    .entry-title,
    .page .has-post-cover .entry-header .entry-title,
    .single .has-post-cover .entry-header .entry-title {
        font-size: 24px;
    }
    .page .has-post-cover .entry-cover,
    .single .has-post-cover .entry-cover {
        align-items: center;
    }
    .entry-title {
        line-height: 1.5;
    }
    .widget_wpzoom-instagram li:nth-child(3n + 3) {
        margin-right: 15px;
    }
    .side-nav__close-button {
        display: block;
    }
    .side-nav__wrap {
        padding-top: 20px;
    }
    .site-info {
        font-size: 14px;
    }
    .site-info .copyright,
    .site-info .designed-by {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 0;
    }
    .header_social {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    #recent-posts {
        grid-template-columns: 1fr;
    }
    .recent-posts .navigation {
        grid-column-end: span 1;
    }
    .inner-wrap,
    .wrap {
        max-width: 90%;
    }
    .site-header {
        padding-right: 5%;
        padding-left: 5%;
    }
}
@media screen and (max-width: 490px) {
    .site-header .sb-search {
        right: 11%;
    }
}
@media screen and (max-width: 460px) {
    .comment-author .comment-meta {
        display: block;
    }
    .site-header.headroom--not-top .navbar-brand-wpz h1,
    .site-header.headroom--not-top .navbar-brand-wpz h1 a {
        font-size: 28px;
    }
    .side-nav {
        width: 86%;
    }
    .side-nav__scrollable-container {
        -webkit-transform: translateX(80%);
        -ms-transform: translateX(80%);
        transform: translateX(80%);
    }
    .side-nav__wrap {
        padding-bottom: 30px;
    }
    .navbar-nav ul {
        width: auto;
    }
    .side-nav .widget {
        margin-bottom: 30px;
    }
    .side-nav .title {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 380px) {
    .side-nav__scrollable-container {
        width: 100%;
    }
} /*! This file is auto-generated */
@font-face {
    font-family: dashicons;
    src: url(wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);
    src: url(wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),
        url("data:application/x-font-woff;charset=utf-8;base64,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")
            format("woff"),
        url(wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");
    font-weight: 400;
    font-style: normal;
}
.dashicons,
.dashicons-before:before {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color 0.1s ease-in;
}
.dashicons-admin-comments:before {
    content: "\f101";
}
.dashicons-admin-home:before {
    content: "\f102";
}
.dashicons-admin-media:before {
    content: "\f104";
}
.dashicons-admin-page:before {
    content: "\f105";
}
.dashicons-admin-plugins:before {
    content: "\f106";
}
.dashicons-admin-post:before {
    content: "\f109";
}
.dashicons-admin-site-alt:before {
    content: "\f11d";
}
.dashicons-admin-site-alt2:before {
    content: "\f11e";
}
.dashicons-admin-site-alt3:before {
    content: "\f11f";
}
.dashicons-admin-site:before {
    content: "\f319";
}
.dashicons-admin-users:before {
    content: "\f110";
}
.dashicons-align-center:before {
    content: "\f134";
}
.dashicons-align-full-width:before {
    content: "\f114";
}
.dashicons-align-left:before {
    content: "\f135";
}
.dashicons-align-none:before {
    content: "\f138";
}
.dashicons-align-right:before {
    content: "\f136";
}
.dashicons-analytics:before {
    content: "\f183";
}
.dashicons-archive:before {
    content: "\f480";
}
.dashicons-button:before {
    content: "\f11a";
}
.dashicons-category:before {
    content: "\f318";
}
.dashicons-coffee:before {
    content: "\f16f";
}
.dashicons-columns:before {
    content: "\f13c";
}
.dashicons-cover-image:before {
    content: "\f13d";
}
.dashicons-desktop:before {
    content: "\f472";
}
.dashicons-download:before {
    content: "\f316";
}
.dashicons-email-alt:before {
    content: "\f466";
}
.dashicons-email-alt2:before {
    content: "\f467";
}
.dashicons-email:before {
    content: "\f465";
}
.dashicons-embed-post:before {
    content: "\f146";
}
.dashicons-embed-video:before {
    content: "\f149";
}
.dashicons-facebook-alt:before {
    content: "\f305";
}
.dashicons-facebook:before {
    content: "\f304";
}
.dashicons-format-gallery:before {
    content: "\f161";
}
.dashicons-format-image:before {
    content: "\f128";
}
.dashicons-format-status:before {
    content: "\f130";
}
.dashicons-format-video:before {
    content: "\f126";
}
.dashicons-fullscreen-alt:before {
    content: "\f188";
}
.dashicons-google:before {
    content: "\f18b";
}
.dashicons-hidden:before {
    content: "\f530";
}
.dashicons-html:before {
    content: "\f14b";
}
.dashicons-id-alt:before {
    content: "\f337";
}
.dashicons-id:before {
    content: "\f336";
}
.dashicons-index-card:before {
    content: "\f510";
}
.dashicons-info:before {
    content: "\f348";
}
.dashicons-instagram:before {
    content: "\f12d";
}
.dashicons-layout:before {
    content: "\f538";
}
.dashicons-location-alt:before {
    content: "\f231";
}
.dashicons-location:before {
    content: "\f230";
}
.dashicons-media-archive:before {
    content: "\f501";
}
.dashicons-media-document:before {
    content: "\f497";
}
.dashicons-media-text:before {
    content: "\f491";
}
.dashicons-media-video:before {
    content: "\f490";
}
.dashicons-menu-alt:before {
    content: "\f228";
}
.dashicons-menu-alt2:before {
    content: "\f329";
}
.dashicons-menu-alt3:before {
    content: "\f349";
}
.dashicons-menu:before {
    content: "\f333";
}
.dashicons-no-alt:before {
    content: "\f335";
}
.dashicons-no:before {
    content: "\f158";
}
.dashicons-pdf:before {
    content: "\f190";
}
.dashicons-performance:before {
    content: "\f311";
}
.dashicons-plus-alt:before {
    content: "\f502";
}
.dashicons-plus-alt2:before {
    content: "\f543";
}
.dashicons-plus:before {
    content: "\f132";
}
.dashicons-post-status:before {
    content: "\f173";
}
.dashicons-remove:before {
    content: "\f14f";
}
.dashicons-rss:before {
    content: "\f303";
}
.dashicons-search:before {
    content: "\f179";
}
.dashicons-sticky:before {
    content: "\f537";
}
.dashicons-tablet:before {
    content: "\f471";
}
.dashicons-text-page:before {
    content: "\f121";
}
.dashicons-text:before {
    content: "\f478";
}
.dashicons-translation:before {
    content: "\f326";
}
.dashicons-twitter-alt:before {
    content: "\f302";
}
.dashicons-twitter:before {
    content: "\f301";
}
.dashicons-video-alt:before {
    content: "\f234";
}
.dashicons-video-alt2:before {
    content: "\f235";
}
.dashicons-video-alt3:before {
    content: "\f236";
}
.dashicons-wordpress-alt:before {
    content: "\f324";
}
.dashicons-wordpress:before {
    content: "\f120";
}
.zoom-instagram-widget__follow-me {
    margin-top: 15px;
    text-align: center;
}
.zoom-instagram-widget__item {
    float: left;
    position: relative;
    margin-top: 0 !important;
}
.ig-b- {
    display: inline-block;
}
a.ig-b-v-24 {
    border-color: #3897f0;
    color: #3897f0 !important;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-weight: 600 !important;
    outline: 0;
    overflow: hidden;
    white-space: nowrap;
    -webkit-appearance: none;
    font-family: sans-serif;
    padding: 5px 15px;
    font-size: 14px;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
}
a.ig-b-v-24:hover {
    background: #3897f0;
    border-color: #3897f0;
    color: #fff !important;
}
.zoom-instagram-widget__item .zoom-instagram-icon-wrap {
    bottom: calc(50% - 15px);
    height: 30px;
    width: 100%;
    position: absolute;
    z-index: 9;
    text-align: center;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
}
.zoom-instagram-widget__item:hover .zoom-instagram-icon-wrap {
    opacity: 1;
}
.zoom-instagram-widget__overlay {
    position: relative;
}
.zoom-instagram-widget__overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
}
.zoom-instagram-widget__overlay:hover:after {
    opacity: 0.7;
    background-color: #000;
}
.zoom-instagram-widget-user-info {
    display: flex;
    padding: 0 0 20px;
}
.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-meta {
    display: flex;
    flex: 3;
    flex-direction: column;
    margin-left: 15px;
    text-align: left;
    justify-content: center;
}
.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-about-data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-follow-button {
    padding: 0 24px;
    margin-top: 10px;
    background: #3897f0;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    text-transform: none;
    border-radius: 3px;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    border: none;
    box-shadow: none;
    text-decoration: none !important;
}
.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-follow-button:hover {
    color: #fff;
    opacity: 0.8;
    box-shadow: none;
    border: none;
    text-decoration: none;
}
@font-face {
    font-family: wpzoom-socicon;
    src: url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/socicon.eot);
    src: url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/socicon.eot) format("embedded-opentype"),
        url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/socicon.ttf) format("truetype"), url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/socicon.woff) format("woff"),
        url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/socicon.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    text-transform: initial;
    font-display: block;
}
.socicon {
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: wpzoom-socicon;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em;
}
.wp-block-wpzoom-blocks-social-icons .socicon,
.zoom-social-icons-widget .socicon {
    font-family: wpzoom-socicon !important;
}
.socicon:empty {
    width: 1em;
}
.socicon-500px {
    background-color: #58a9de;
    color: #58a9de;
}
.social-icon.socicon-500px:before {
    content: "\e056";
}
.socicon-apple {
    background-color: #b9bfc1;
    color: #b9bfc1;
}
.social-icon.socicon-apple:before {
    content: "\e02e";
}
.socicon-facebook,
.socicon-facebook2 {
    background-color: #1877f2;
    color: #1877f2;
}
.social-icon.socicon-facebook2:before,
.social-icon.socicon-facebook:before {
    content: "\e91a";
}
.socicon-google {
    background-color: #d93e2d;
    color: #d93e2d;
}
.social-icon.socicon-google:before {
    content: "\e042";
}
.socicon-instagram {
    background-color: #e4405f;
    color: #e4405f;
}
.social-icon.socicon-instagram:before {
    content: "\e057";
}
.socicon-line {
    background-color: #00ba27;
    color: #00ba27;
}
.social-icon.socicon-line:before {
    content: "\e900";
}
.socicon-medium {
    background-color: #01ab6c;
    color: #01ab6c;
}
.social-icon.socicon-medium:before {
    content: "\e06d";
}
.socicon-rss {
    background-color: #f26109;
    color: #f26109;
}
.social-icon.socicon-rss:before {
    content: "\e00b";
}
.socicon-twitter {
    background-color: #1da1f2;
    color: #1da1f2;
}
.social-icon.socicon-twitter:before {
    content: "\e040";
}
.socicon-wordpress {
    background-color: #464646;
    color: #464646;
}
.social-icon.socicon-wordpress:before {
    content: "\e058";
}
@font-face {
    font-family: Genericons;
    src: url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/Genericons.eot);
    src: url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/Genericons.eot?) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: Genericons;
    src: url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/Genericons.woff) format("woff"),
        url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/Genericons.ttf) format("truetype"),
        url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/Genericons.svg#Genericons) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: Genericons;
        src: url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/Genericons.svg#Genericons) format("svg");
        font-display: block;
    }
}
.academicons-ul,
.fa-ul {
    list-style-type: none;
}
.academicons-li,
.fa-li {
    top: 0.14285714em;
    text-align: center;
}
.academicons-li,
.fa-li {
    text-align: center;
}
@font-face {
    font-family: Academicons;
    src: url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/academicons.eot?v=1.8.6);
    src: url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/academicons.eot?v=1.8.6) format("embedded-opentype"),
        url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/academicons.ttf?v=1.8.6) format("truetype"),
        url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/academicons.woff?v=1.8.6) format("woff"),
        url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/academicons.svg?v=1.8.6#academicons) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
.academicons {
    display: inline-block;
    font: normal normal normal 14px/1 Academicons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.academicons-2x {
    font-size: 2em;
}
.academicons-3x {
    font-size: 3em;
}
.academicons-4x {
    font-size: 4em;
}
.academicons-5x {
    font-size: 5em;
}
.academicons-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
}
.academicons-ul > li {
    position: relative;
}
.academicons-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
}
.academicons-border {
    padding: 0.2em 0.25em 0.15em;
    border: 0.08em solid #eee;
    border-radius: 0.1em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: 0.08em solid #eee;
    border-radius: 0.1em;
} 
@font-face {
    font-family: FontAwesome;
    src: url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/fontawesome-webfont.eot?v=4.7.0);
    src: url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),
        url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
        url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/fontawesome-webfont.woff?v=4.7.0) format("woff"),
        url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
        url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-search:before {
    content: "\f002";
}
.fa-user:before {
    content: "\f007";
}
.fa-close:before,
.fa-remove:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-download:before {
    content: "\f019";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-image:before {
    content: "\f03e";
}
.fa-plus:before {
    content: "\f067";
}
.fa-comment:before {
    content: "\f075";
}
.fa-comments:before {
    content: "\f086";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-link:before {
    content: "\f0c1";
}
.fa-save:before {
    content: "\f0c7";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile:before {
    content: "\f10b";
}
.fa-reply:before {
    content: "\f112";
}
.fa-reply-all:before {
    content: "\f122";
}
.fa-info:before {
    content: "\f129";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-toggle-right:before {
    content: "\f152";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-apple:before {
    content: "\f179";
}
.fa-archive:before {
    content: "\f187";
}
.fa-toggle-left:before {
    content: "\f191";
}
.fa-try:before {
    content: "\f195";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-send:before {
    content: "\f1d8";
}
.fa-send-o:before {
    content: "\f1d9";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-address-card:before {
    content: "\f2bb";
}
.fa-address-card-o:before {
    content: "\f2bc";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-card:before {
    content: "\f2c2";
}
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-s15:before {
    content: "\f2cd";
}
.fa-window-close:before {
    content: "\f2d3";
}
.fa-window-close-o:before {
    content: "\f2d4";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.zoom-social_icons-list__item {
    margin: 0 0 10px;
}
.zoom-social_icons-list__label {
    margin-left: 4px;
}
.zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
    display: inline-block;
    margin: 4px;
    border: none;
}
.zoom-social-icons-list .academicons,
.zoom-social-icons-list .dashicons,
.zoom-social-icons-list .fa,
.zoom-social-icons-list .socicon {
    padding: 8px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    top: 0;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1.2em;
}
.zoom-social-icons-list--with-canvas .academicons,
.zoom-social-icons-list--with-canvas .dashicons,
.zoom-social-icons-list--with-canvas .fa,
.zoom-social-icons-list--with-canvas .socicon {
    color: #fff;
}
.zoom-social-icons-list--without-canvas .academicons,
.zoom-social-icons-list--without-canvas .dashicons,
.zoom-social-icons-list--without-canvas .fa,
.zoom-social-icons-list--without-canvas .socicon {
    background: 0 0;
}
.widget .zoom-social-icons-list--without-canvas {
    margin-left: -8px;
    margin-top: -4px;
}
.widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas {
    margin-left: -14px;
    margin-top: -8px;
}
.zoom-social_icons-list__link {
    text-align: center;
    text-decoration: none !important;
    transition: all 0.2s ease;
}
.zoom-social_icons-list__link:hover {
    opacity: 0.9;
    border: none;
    text-decoration: none;
    box-shadow: none !important;
}
.zoom-social-icons-list--round .academicons,
.zoom-social-icons-list--round .dashicons,
.zoom-social-icons-list--round .fa,
.zoom-social-icons-list--round .socicon {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.zoom-social-icons-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.zoom-social-icons-widget .zoom-social-icons-list--align-left {
    text-align: left;
}
.zoom-social-icons-widget .zoom-social-icons-list--align-right {
    text-align: right;
}
.zoom-social-icons-widget .zoom-social-icons-list--align-center {
    text-align: center;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
    height: 100%;
    width: 100%;
}
.mfp-container:before,
.mfp-figure:after {
    content: "";
}
.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-close {
    text-align: center;
    position: absolute;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-close {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-close {
    color: #fff;
}
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    text-decoration: none;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-figure,
img.mfp-img {
    line-height: 0;
}
img.mfp-img {
    max-width: 100%;
}
.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block;
}
img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-title a {
    color: #fff;
    display: block;
    margin: 8px 0 0 6px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.mfp-title a:hover {
    opacity: 0.8;
}
.no-js img.lazyload {
    display: none;
}
figure.wp-block-image img.lazyloading {
    min-width: 150px;
}
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 0.4s;
    transition-delay: 0s;
}
a {
    color: #88b39e;
}
a:hover {
    color: #658474;
}
.div.wpforms-container-full .wpforms-form input[type="submit"],
button,
div.wpforms-container-full .wpforms-form .wpforms-page-button,
div.wpforms-container-full .wpforms-form button[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #88b39e;
}
button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #658474;
}
.navbar-toggle .icon-bar {
    background-color: #231f20;
}
.navbar-nav a {
    color: #231f20;
    font-family: Roboto;
    font-size: 14px;
}
.navbar-nav > li > a:hover {
    color: #88b39e;
}
.current-menu-item a,
.current-menu-parent a,
.current_page_item a,
.current_page_parent a {
    color: #231f20;
    border-bottom-color: #88b39e;
}
.navbar-nav ul {
    background: #88b39e;
}
.side-nav__scrollable-container a {
    color: #88b39e;
}
.side-nav__scrollable-container a:hover {
    color: #658474;
}
.site-footer {
    background-color: #3a3a3c;
    color: #777;
}
.site-footer a:hover {
    color: #88b39e;
}
.footer-widgets .column,
.site-info,
body {
    font-family: Roboto;
}
.navbar-brand-wpz h1 a {
    font-family: Rufina;
    font-weight: 700;
}
.side-nav .navbar-nav li a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
}
.side-nav .widget .title,
.widget h3.title {
    font-family: Roboto;
    font-weight: 700;
}
.entry-title {
    font-family: Rufina;
    font-weight: 700;
}
.single h1.entry-title {
    font-family: Rufina;
}
@media screen and (min-width: 769px) {
    .footer-widgets .column,
    .site-info,
    body {
        font-size: 16px;
    }
    .navbar-brand-wpz h1 a {
        font-size: 48px;
    }
    .side-nav .widget .title,
    .widget h3.title {
        font-size: 22px;
    }
    .entry-title {
        font-size: 28px;
    }
    .single h1.entry-title {
        font-size: 58px;
    }
    .single .has-post-cover .entry-header .entry-title {
        font-size: 58px;
    }
    .page h1.entry-title {
        font-size: 42px;
    }
    .page .has-post-cover .entry-header h1.entry-title {
        font-size: 45px;
    }
}
@media screen and (max-width: 768px) {
    .footer-widgets .column,
    .site-info,
    body {
        font-size: 16px;
    }
    .navbar-brand-wpz h1 a {
        font-size: 40px;
    }
    .side-nav .widget .title,
    .widget h3.title {
        font-size: 20px;
    }
    .entry-title {
        font-size: 22px;
    }
    .single h1.entry-title {
        font-size: 32px;
    }
    .single .has-post-cover .entry-header .entry-title {
        font-size: 32px;
    }
    .page h1.entry-title {
        font-size: 26px;
    }
    .page .has-post-cover .entry-header h1.entry-title {
        font-size: 32px;
    }
}
@media screen and (max-width: 480px) {
    .footer-widgets .column,
    .site-info,
    body {
        font-size: 16px;
    }
    .navbar-brand-wpz h1 a {
        font-size: 28px;
    }
    .side-nav .widget .title,
    .widget h3.title {
        font-size: 15px;
    }
    .entry-title {
        font-size: 22px;
    }
    .single h1.entry-title {
        font-size: 24px;
    }
    .single .has-post-cover .entry-header .entry-title {
        font-size: 24px;
    }
    .page h1.entry-title {
        font-size: 24px;
    }
    .page .has-post-cover .entry-header h1.entry-title {
        font-size: 24px;
    }
}
.navbar-brand-wpz {
    margin-bottom: 0;
}
.has-text-align-center {
    text-align: center;
}
.wp-block-wpzoom-blocks-social-icons {
    margin: 0;
}
#side-nav #menu-secondary-menu li {
    display: inline-block;
    margin-right: 15px;
}
.navbar-brand-wpz img {
    transition: max-width 0.2s ease-in-out;
}
.site-header.headroom--top {
    background: 0 0;
    border: none;
    box-shadow: none;
}
.site-header .nav:nth-of-type(2) {
    justify-content: flex-end;
}
.site-header .priority-plus-hidden > strong > span {
    background-color: transparent;
    color: #231f20;
}
.site-header .priority-plus-hidden:hover > strong > span {
    background-color: #88b39e;
    color: #fff;
}
.navbar-nav > .current-menu-item > a,
.navbar-nav > .current-menu-parent > a,
.navbar-nav > .current_page_item > a,
.navbar-nav > .current_page_parent > a {
    border: none;
}
.site-header .navbar-nav ul a {
    color: #fff;
}
.site-header .navbar-nav ul a:hover {
    color: #231f20;
}
.footer-widgets.widget-columns-1 .column {
    text-align: center;
}
.footer-widgets .widget_nav_menu ul li {
    display: inline-block;
    margin-right: 40px;
}
.footer-widgets .widget_nav_menu ul li:last-child {
    margin-right: 0;
}
.footer-widgets .widget_nav_menu ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.site-footer-separator {
    margin-top: 0;
}
.site-info {
    color: #888;
}
.section-footer .zoom-instagram-widget a.ig-b-v-24,
.wpforms-container-full .wpforms-form .wpforms-submit-container button[type="submit"] {
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    line-height: 1.4em;
    padding: 12px 24px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    color: #fff;
    background: #88b39e;
    border: 1px solid #88b39e;
}
.section-footer .zoom-instagram-widget a.ig-b-v-24:hover,
.wpforms-container-full .wpforms-form .wpforms-submit-container button[type="submit"]:hover {
    color: #fff !important;
    background-color: #658474;
    border-color: #658474;
}
.wpforms-container .wpforms-field-container .wpforms-field input[type="email"],
.wpforms-container .wpforms-field-container .wpforms-field input[type="text"],
.wpforms-container .wpforms-field-container .wpforms-field textarea {
    width: 100%;
    border-color: #e3e3e3;
}
.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field-label {
    color: #888;
    font-weight: 500;
}
@media screen and (max-width: 480px) {
    .footer-widgets .widget_nav_menu ul li:nth-child(3) {
        margin-right: 0;
    }
}
@media screen and (min-width: 1025px) {
    .site-header .navbar-nav ul::before {
        border-bottom: 7px solid #88b39e;
    }
}
@media screen and (min-width: 300px) {
    .site-header.headroom--not-top.headroom--not-top .navbar-nav > li > a:hover {
        color: #88b39e;
    }
}

