.wp-block-image img { box-sizing: border-box; height: auto; max-width: 100%; vertical-align: bottom; }.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright { display: table; }.wp-block-image .aligncenter { margin-left: auto; margin-right: auto; }.wp-block-image figure { margin: 0px; }@keyframes turn-on-visibility { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes turn-off-visibility { 0% { opacity: 1; visibility: visible; } 99% { opacity: 0; visibility: visible; } 100% { opacity: 0; visibility: hidden; } }@keyframes lightbox-zoom-in { 0% { transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); } 100% { transform: translate(-50%, -50%) scale(1); } }@keyframes lightbox-zoom-out { 0% { transform: translate(-50%, -50%) scale(1); visibility: visible; } 99% { visibility: visible; } 100% { transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); visibility: hidden; } }ol, ul { box-sizing: border-box; }@keyframes overlay-menu__fade-in-animation { 0% { opacity: 0; transform: translateY(0.5em); } 100% { opacity: 1; transform: translateY(0px); } }.editor-styles-wrapper, .entry-content { counter-reset: footnotes 0; }:root { --wp--preset--font-size--normal: 16px; --wp--preset--font-size--huge: 42px; }.aligncenter { clear: both; }.screen-reader-text { border: 0px; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; overflow-wrap: normal !important; }html :where(img[class*="wp-image-"]) { height: auto; max-width: 100%; }:where(figure) { margin: 0px 0px 1em; }:root { --wp--preset--aspect-ratio--square: 1; --wp--preset--aspect-ratio--4-3: 4/3; --wp--preset--aspect-ratio--3-4: 3/4; --wp--preset--aspect-ratio--3-2: 3/2; --wp--preset--aspect-ratio--2-3: 2/3; --wp--preset--aspect-ratio--16-9: 16/9; --wp--preset--aspect-ratio--9-16: 9/16; --wp--preset--color--black: #000000; --wp--preset--color--cyan-bluish-gray: #abb8c3; --wp--preset--color--white: #ffffff; --wp--preset--color--pale-pink: #f78da7; --wp--preset--color--vivid-red: #cf2e2e; --wp--preset--color--luminous-vivid-orange: #ff6900; --wp--preset--color--luminous-vivid-amber: #fcb900; --wp--preset--color--light-green-cyan: #7bdcb5; --wp--preset--color--vivid-green-cyan: #00d084; --wp--preset--color--pale-cyan-blue: #8ed1fc; --wp--preset--color--vivid-cyan-blue: #0693e3; --wp--preset--color--vivid-purple: #9b51e0; --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%); --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%); --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%); --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%); --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eeeeee 0%,#a9b8c3 100%); --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%); --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%); --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%); --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%); --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%); --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%); --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%); --wp--preset--font-size--small: 13px; --wp--preset--font-size--medium: 20px; --wp--preset--font-size--large: 36px; --wp--preset--font-size--x-large: 42px; --wp--preset--spacing--20: 0.44rem; --wp--preset--spacing--30: 0.67rem; --wp--preset--spacing--40: 1rem; --wp--preset--spacing--50: 1.5rem; --wp--preset--spacing--60: 2.25rem; --wp--preset--spacing--70: 3.38rem; --wp--preset--spacing--80: 5.06rem; --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2); --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4); --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2); --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1); --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1); }@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }@keyframes blink { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } }.fbx-modal, .fbx-modal * { box-sizing: content-box; }.fbx-modal { position: fixed; top: 0px; left: 0px; z-index: 9000001; visibility: hidden; width: 100%; height: 100%; font-family: "Segoe UI", Helvetica, Arial, "Sans Serif", serif; line-height: normal; transform: translate3d(0px, 0px, 0px); perspective: 0px; outline: 0px !important; }.fbx-inner-spacer { display: none; padding: 40px; }.fbx-inner { position: absolute; top: 50%; left: 50%; visibility: hidden; margin-top: -5px; margin-left: -5px; min-width: 100px; min-height: 100px; width: 100px; height: 100px; z-index: 100002; overflow: visible !important; }.fbx-loader { position: absolute; top: 50%; left: 50%; visibility: hidden; z-index: 100005; width: 80px; height: 80px; font-size: 16px; transform: translateX(-50%) translateY(-50%); }.fbx-loader .fbx-icon { width: 48px; height: 48px; margin-top: -24px; margin-left: -24px; transform: none; }.fbx-phone.fbx-portrait .fbx-loader { top: calc(50% + 20px); }@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } }.fbx-stage { position: absolute; top: 0px; left: 0px; margin: 0px; padding: 0px; width: 100%; height: 100%; outline: 0px; border: none; overflow: hidden; }.fbx-item-current, .fbx-item-next { -webkit-user-drag: none; position: absolute; top: 0px; left: 0px; margin: 0px; padding: 0px; width: 100%; height: 100%; outline: 0px; border: none; overflow: auto; }.fbx-item-next { z-index: 100001; }.fbx-item-current { z-index: 100002; }.fbx-close, .fbx-next, .fbx-prev { position: absolute; z-index: 100006; display: block; text-decoration: none; cursor: pointer; outline: 0px !important; }.fbx-no-buttons .fbx-next, .fbx-no-buttons .fbx-prev { display: none !important; }.fbx-count { position: absolute; z-index: 100002; width: 100%; text-align: center; font-size: 10px; }.fbx-btn-transition { transition-property: color, border-color, opacity, box-shadow, filter, -webkit-filter; transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s, 0.2s; transition-timing-function: ease-in, linear, ease-in, ease-in, ease-in, ease-in; outline: 0px; }.fbx-phone .fbx-count { display: none; }.fbx-modal.fbx-phone .fbx-inner { border: none; }.fbx-modal.fbx-phone .fbx-close, .fbx-modal.fbx-phone .fbx-next, .fbx-modal.fbx-phone .fbx-prev { position: fixed; }.fbx-modal.fbx-phone.fbx-portrait .fbx-inner-spacer { padding: 45px 5px 5px; }.fbx-modal.fbx-phone.fbx-portrait .fbx-close, .fbx-modal.fbx-phone.fbx-portrait .fbx-next, .fbx-modal.fbx-phone.fbx-portrait .fbx-prev { border: none; opacity: 1; margin: 0px; top: 0px; bottom: auto; width: auto; height: 40px; border-radius: 0px; line-height: 40px; }.fbx-modal.fbx-phone.fbx-portrait .fbx-prev { left: 0px; right: 66%; }.fbx-modal.fbx-phone.fbx-portrait .fbx-next { left: 33%; right: 33%; }.fbx-modal.fbx-phone.fbx-portrait .fbx-close { left: 66%; right: 0px; }.fbx-modal.fbx-phone.fbx-portrait.fbx-no-buttons .fbx-close { left: 0px; right: 0px; }.fbx-icon { display: inline-block; fill: currentcolor; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }.fbx-icon-close path { display: none; }.fbx-flat .fbx-icon-close-flat, .fbx-metro .fbx-icon-close-default, .fbx-rounded .fbx-icon-close-default { display: inline; }.fbx-flat.fbx-arrows-1 .fbx-icon-arrows-flat, .fbx-flat.fbx-arrows-10 .fbx-icon-arrows-flat, .fbx-flat.fbx-arrows-11 .fbx-icon-arrows-flat, .fbx-flat.fbx-arrows-2 .fbx-icon-arrows-flat, .fbx-flat.fbx-arrows-3 .fbx-icon-arrows-flat, .fbx-flat.fbx-arrows-4 .fbx-icon-arrows-flat, .fbx-flat.fbx-arrows-5 .fbx-icon-arrows-flat, .fbx-flat.fbx-arrows-6 .fbx-icon-arrows-flat, .fbx-flat.fbx-arrows-7 .fbx-icon-arrows-flat, .fbx-flat.fbx-arrows-8 .fbx-icon-arrows-flat, .fbx-flat.fbx-arrows-9 .fbx-icon-arrows-flat, .fbx-icon-next path, .fbx-icon-prev path, .fbx-metro.fbx-arrows-1 .fbx-icon-arrows-default, .fbx-metro.fbx-arrows-10 .fbx-icon-arrows-default, .fbx-metro.fbx-arrows-11 .fbx-icon-arrows-default, .fbx-metro.fbx-arrows-2 .fbx-icon-arrows-default, .fbx-metro.fbx-arrows-3 .fbx-icon-arrows-default, .fbx-metro.fbx-arrows-4 .fbx-icon-arrows-default, .fbx-metro.fbx-arrows-5 .fbx-icon-arrows-default, .fbx-metro.fbx-arrows-6 .fbx-icon-arrows-default, .fbx-metro.fbx-arrows-7 .fbx-icon-arrows-default, .fbx-metro.fbx-arrows-8 .fbx-icon-arrows-default, .fbx-metro.fbx-arrows-9 .fbx-icon-arrows-default, .fbx-rounded.fbx-arrows-1 .fbx-icon-arrows-default, .fbx-rounded.fbx-arrows-10 .fbx-icon-arrows-default, .fbx-rounded.fbx-arrows-11 .fbx-icon-arrows-default, .fbx-rounded.fbx-arrows-2 .fbx-icon-arrows-default, .fbx-rounded.fbx-arrows-3 .fbx-icon-arrows-default, .fbx-rounded.fbx-arrows-4 .fbx-icon-arrows-default, .fbx-rounded.fbx-arrows-5 .fbx-icon-arrows-default, .fbx-rounded.fbx-arrows-6 .fbx-icon-arrows-default, .fbx-rounded.fbx-arrows-7 .fbx-icon-arrows-default, .fbx-rounded.fbx-arrows-8 .fbx-icon-arrows-default, .fbx-rounded.fbx-arrows-9 .fbx-icon-arrows-default { display: none; }.fbx-arrows-1 .fbx-icon-arrows-1, .fbx-arrows-10 .fbx-icon-arrows-10, .fbx-arrows-11 .fbx-icon-arrows-11, .fbx-arrows-2 .fbx-icon-arrows-2, .fbx-arrows-3 .fbx-icon-arrows-3, .fbx-arrows-4 .fbx-icon-arrows-4, .fbx-arrows-5 .fbx-icon-arrows-5, .fbx-arrows-6 .fbx-icon-arrows-6, .fbx-arrows-7 .fbx-icon-arrows-7, .fbx-arrows-8 .fbx-icon-arrows-8, .fbx-arrows-9 .fbx-icon-arrows-9, .fbx-flat .fbx-icon-arrows-flat, .fbx-metro .fbx-icon-arrows-default, .fbx-rounded .fbx-icon-arrows-default { display: inline; }.fbx-flat.fbx-spinner-1 .fbx-icon-spinner-flat, .fbx-flat.fbx-spinner-10 .fbx-icon-spinner-flat, .fbx-flat.fbx-spinner-11 .fbx-icon-spinner-flat, .fbx-flat.fbx-spinner-2 .fbx-icon-spinner-flat, .fbx-flat.fbx-spinner-3 .fbx-icon-spinner-flat, .fbx-flat.fbx-spinner-4 .fbx-icon-spinner-flat, .fbx-flat.fbx-spinner-5 .fbx-icon-spinner-flat, .fbx-flat.fbx-spinner-6 .fbx-icon-spinner-flat, .fbx-flat.fbx-spinner-7 .fbx-icon-spinner-flat, .fbx-flat.fbx-spinner-8 .fbx-icon-spinner-flat, .fbx-flat.fbx-spinner-9 .fbx-icon-spinner-flat, .fbx-icon-spinner path, .fbx-metro.fbx-spinner-1 .fbx-icon-spinner-default, .fbx-metro.fbx-spinner-10 .fbx-icon-spinner-default, .fbx-metro.fbx-spinner-11 .fbx-icon-spinner-default, .fbx-metro.fbx-spinner-2 .fbx-icon-spinner-default, .fbx-metro.fbx-spinner-3 .fbx-icon-spinner-default, .fbx-metro.fbx-spinner-4 .fbx-icon-spinner-default, .fbx-metro.fbx-spinner-5 .fbx-icon-spinner-default, .fbx-metro.fbx-spinner-6 .fbx-icon-spinner-default, .fbx-metro.fbx-spinner-7 .fbx-icon-spinner-default, .fbx-metro.fbx-spinner-8 .fbx-icon-spinner-default, .fbx-metro.fbx-spinner-9 .fbx-icon-spinner-default, .fbx-rounded.fbx-spinner-1 .fbx-icon-spinner-default, .fbx-rounded.fbx-spinner-10 .fbx-icon-spinner-default, .fbx-rounded.fbx-spinner-11 .fbx-icon-spinner-default, .fbx-rounded.fbx-spinner-2 .fbx-icon-spinner-default, .fbx-rounded.fbx-spinner-3 .fbx-icon-spinner-default, .fbx-rounded.fbx-spinner-4 .fbx-icon-spinner-default, .fbx-rounded.fbx-spinner-5 .fbx-icon-spinner-default, .fbx-rounded.fbx-spinner-6 .fbx-icon-spinner-default, .fbx-rounded.fbx-spinner-7 .fbx-icon-spinner-default, .fbx-rounded.fbx-spinner-8 .fbx-icon-spinner-default, .fbx-rounded.fbx-spinner-9 .fbx-icon-spinner-default { display: none; }.fbx-flat .fbx-icon-spinner-flat, .fbx-metro .fbx-icon-spinner-default, .fbx-rounded .fbx-icon-spinner-default, .fbx-spinner-1 .fbx-icon-spinner-1, .fbx-spinner-10 .fbx-icon-spinner-10, .fbx-spinner-11 .fbx-icon-spinner-11, .fbx-spinner-2 .fbx-icon-spinner-2, .fbx-spinner-3 .fbx-icon-spinner-3, .fbx-spinner-4 .fbx-icon-spinner-4, .fbx-spinner-5 .fbx-icon-spinner-5, .fbx-spinner-6 .fbx-icon-spinner-6, .fbx-spinner-7 .fbx-icon-spinner-7, .fbx-spinner-8 .fbx-icon-spinner-8, .fbx-spinner-9 .fbx-icon-spinner-9 { display: inline; }.fbx-loader { box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 3px; }.fbx-rounded .fbx-prev.fbx-btn-shadow, .fbx-rounded .fbx-prev.fbx-btn-shadow:hover { box-shadow: rgba(0, 0, 0, 0.4) -2px 0px 2px; }.fbx-rounded .fbx-next.fbx-btn-shadow, .fbx-rounded .fbx-next.fbx-btn-shadow:hover { box-shadow: rgba(0, 0, 0, 0.4) 2px 0px 2px; }.fbx-fullscreen-mode .fbx-btn-shadow, .fbx-fullscreen-mode .fbx-next.fbx-btn-shadow, .fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow, .fbx-inner-shadow, .fbx-rounded .fbx-btn-shadow, .fbx-rounded.fbx-inset-buttons.fbx-desktop:not(.fbx-fullscreen-mode) .fbx-next.fbx-btn-shadow .fbx-icon, .fbx-rounded.fbx-inset-buttons.fbx-desktop:not(.fbx-fullscreen-mode) .fbx-prev.fbx-btn-shadow .fbx-icon, .fbx-rounded.fbx-inset-buttons.fbx-tablet:not(.fbx-fullscreen-mode) .fbx-next.fbx-btn-shadow .fbx-icon, .fbx-rounded.fbx-inset-buttons.fbx-tablet:not(.fbx-fullscreen-mode) .fbx-prev.fbx-btn-shadow .fbx-icon, .fbx-sticky-buttons .fbx-next.fbx-btn-shadow, .fbx-sticky-buttons .fbx-prev.fbx-btn-shadow { box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 12px; }.fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-btn-shadow, .fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow, .fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow, .fbx-modal.fbx-phone.fbx-rounded .fbx-btn-shadow, .fbx-modal.fbx-phone.fbx-rounded.fbx-inset-buttons .fbx-next.fbx-btn-shadow .fbx-icon, .fbx-modal.fbx-phone.fbx-rounded.fbx-inset-buttons .fbx-prev.fbx-btn-shadow .fbx-icon, .fbx-modal.fbx-phone.fbx-sticky-buttons .fbx-next.fbx-btn-shadow, .fbx-modal.fbx-phone.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow { box-shadow: none; }.fbx-rounded .fbx-inner { border: 8px solid transparent; border-radius: 6px; }.fbx-rounded .fbx-item-current, .fbx-rounded .fbx-item-image, .fbx-rounded .fbx-item-next { border-radius: 3px; }.fbx-rounded .fbx-loader { border-radius: 50%; }.fbx-rounded .fbx-close { top: -21px; right: -21px; width: 28px; height: 28px; line-height: 28px; border: 3px solid transparent; border-radius: 50%; }.fbx-rounded .fbx-next, .fbx-rounded .fbx-prev { position: absolute; top: 50%; margin-top: -50px; width: 30px; height: 100px; line-height: 100px; border: 3px solid transparent; }.fbx-rounded .fbx-prev { left: -40px; border-radius: 6px 0px 0px 6px; }.fbx-rounded .fbx-next { right: -40px; border-radius: 0px 6px 6px 0px; }.fbx-rounded .fbx-count, .fbx-rounded .fbx-credit { bottom: -25px; }.fbx-rounded .fbx-inner-spacer { padding: 40px 40px 50px; }.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait .fbx-inner-spacer { padding: 45px 5px 5px; }.fbx-light, .fbx-light .fbx-caption, .fbx-light .fbx-open-caption, .fbx-light.fbx-phone .fbx-social { background-color: rgba(0, 0, 0, 0.7); }.fbx-light .fbx-inner, .fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-next .fbx-icon, .fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-prev .fbx-icon, .fbx-light.fbx-modal, .fbx-modal.fbx-light.fbx-phone .fbx-close:hover, .fbx-modal.fbx-light.fbx-phone .fbx-fullscreen-toggle:hover, .fbx-modal.fbx-light.fbx-phone .fbx-next:hover, .fbx-modal.fbx-light.fbx-phone .fbx-pause:hover, .fbx-modal.fbx-light.fbx-phone .fbx-play:hover, .fbx-modal.fbx-light.fbx-phone .fbx-prev:hover, .fbx-modal.fbx-light.fbx-phone .fbx-social-toggle:hover, .fbx-rounded.fbx-light .fbx-close, .fbx-rounded.fbx-light .fbx-fullscreen-toggle, .fbx-rounded.fbx-light .fbx-pause, .fbx-rounded.fbx-light .fbx-play, .fbx-rounded.fbx-light .fbx-social-toggle { border-color: #ffffff; }.fbx-light .fbx-close, .fbx-light .fbx-fullscreen-toggle, .fbx-light .fbx-inner, .fbx-light .fbx-loader, .fbx-light .fbx-next, .fbx-light .fbx-pause, .fbx-light .fbx-play, .fbx-light .fbx-prev, .fbx-light .fbx-social-toggle, .fbx-light.fbx-inset-buttons.fbx-phone:not(.fbx-fullscreen-mode) .fbx-next, .fbx-light.fbx-inset-buttons.fbx-phone:not(.fbx-fullscreen-mode) .fbx-prev, .fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-next .fbx-icon, .fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-prev .fbx-icon { background-color: #ffffff; }.fbx-light .fbx-close, .fbx-light .fbx-error-msg, .fbx-light .fbx-fullscreen-toggle, .fbx-light .fbx-loader, .fbx-light .fbx-next, .fbx-light .fbx-pause, .fbx-light .fbx-play, .fbx-light .fbx-prev, .fbx-light .fbx-social-toggle, .fbx-metro.fbx-light .fbx-count, .fbx-metro.fbx-light .fbx-credit a { color: #666666 !important; }.fbx-flat.fbx-light .fbx-count, .fbx-flat.fbx-light .fbx-credit a, .fbx-rounded.fbx-light .fbx-count, .fbx-rounded.fbx-light .fbx-credit a { color: #888888; }.fbx-light .fbx-caption { color: #ffffff; }.fbx-caption { position: absolute; inset: auto auto 0px 0px; z-index: 100004; width: 100%; text-align: center; font-size: 14px; transition:visibility, opacity, transform 0.3s, 0.3s, 0.3s ease, ease, ease; opacity: 1; transform: translateY(0px); }.fbx-caption.fbx-slide-caption { transform: translateY(100%); }.fbx-modal.fbx-phone .fbx-caption { position: fixed; z-index: 100004; }.fbx-rounded .fbx-caption { border-radius: 0px 0px 3px 3px; }.fbx-modal.fbx-phone .fbx-caption, .fbx-sticky-caption.fbx-rounded .fbx-caption { border-radius: 0px; }.fbx-open-caption { z-index: 100004; position: absolute; bottom: 0px; right: 5px; padding: 0px 10px 10px; font-size: 24px; text-decoration: none; line-height: 20px; opacity: 0; visibility: hidden; transition:opacity 0.3s ease; border-top-left-radius: 6px; border-top-right-radius: 6px; cursor: pointer; color: #ffffff !important; }.fbx-phone .fbx-caption { min-height: 20px; font-size: 12px; line-height: 20px; }.fbx-modal.fbx-phone .fbx-caption { bottom: 0px; position: fixed; }@font-face { font-family: "Roboto Slab"; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmbGRlV9Su1caiTVo.woff) format("woff"); unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF; }@font-face { font-family: "Roboto Slab"; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2RlV9Su1cai.woff) format("woff"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline; }article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }body { line-height: 1; }ol, ul { list-style: none; }input, textarea { outline: 0px; }html, body { overflow-x: hidden !important; font-family: "Open Sans", sans-serif; }h1, h2, h3, h4, h5, h6 { font-family: "Playfair Display", sans-serif; }a { text-decoration: none; overflow-wrap: break-word; }button { cursor: pointer; outline: none; }.clear, .clear-grid { clear: both; }*, ::before, ::after { box-sizing: border-box; }* { margin: 0px; padding: 0px; border-spacing: 0px; }iframe, embed, object { max-width: 100%; }img { display: block; height: auto; max-width: 100%; }.header-wrap, .main-container-wrap { width: 100%; }.main-container-wrap { opacity: 0; }.main-container { width: 70%; float: left; }.center-max-width { margin: 0px auto; }.outer { display: table; width: 100%; height: 100%; }.inner { display: table-cell; vertical-align: middle; text-align: center; }.top-nav > ul > li > a, .header-top-social a i, .header-btns span i, .carousel-title a, .nav > ul > li > a, .nav .sub-menu > li > a::before, .meta-tags a, .meta-like-comm a, .meta-categories a, .post-title, .post-title a, .read-more a, .meta-share a, .adenit-widget, .copyright a, .scrolltotop, #wp-calendar tfoot #prev a, #wp-calendar tfoot #next a, .adenit-widget ul li > a, #wp-calendar tbody td, .adenit-widget ul li span, .adenit-widget ul li span a, .carousel-comment a, .carousel-like a, .carousel-comment span::before, .carousel-like span::before, .header-search-input, .share-info, .adenit-breadcrumbs li a, .related-posts h4 a, .comment-author a, .social-icons a, .mc4wp-form input[type="submit"], .wp-block-button a { transition: 200ms ease-in-out; }.nav .sub-menu > li > a, .reply a, .wpcf7 input[type="submit"], #submit, .search #s, .header-search-button, .submit, .tagcloud a, .owl-next, .owl-prev, .numbered-pagination a, .footer-social a, .footer-social a i, .null-instagram-feed li a::after, .jr-insta-slider li a::after { transition: 250ms ease-in-out; }.fixed-header-bottom { transition: 350ms ease-in-out; }.logo { margin: 0px auto; height: auto; font-family: Oswald; font-size: 35px; text-align: center; text-transform: uppercase; letter-spacing: 2px; }.header-top { height: 45px; text-align: center; }.header-top .center-max-width { position: relative; }.top-nav { position: absolute; top: 0px; left: 0px; font-family: Oswald; font-weight: 400; font-size: 12px; letter-spacing: 1px; }.top-nav ul li { position: relative; }.top-nav > ul > li { float: left; list-style: none; }.top-nav ul li a { display: block; position: relative; padding-right: 15px; line-height: 45px; }.top-nav > ul > li > a { display: block; text-transform: uppercase; text-decoration: none; }.header-top-social a { text-decoration: none; margin-left: 15px; }.header-top-social a:first-child { margin-left: 0px; }.header-top-social i { font-size: 13px; text-align: center; line-height: 45px; }.header-btns { position: absolute; top: 0px; right: 0px; height: 45px; }.search-btn, .fixed-sidebar-btn { padding: 0px 15px; display: block; font-size: 18px; text-align: center; line-height: 45px; cursor: pointer; }.fixed-sidebar-btn, .search-btn { float: right; }.header-bottom, .fixed-header-bottom { height: 60px; box-shadow: rgba(185, 185, 185, 0.5) 0px 1px 5px; }.nav ul li { position: relative; text-transform: capitalize; }.nav > ul > li { float: left; list-style: none; padding: 0px 25px; }.nav > ul > li > a { display: block; position: relative; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-family: Oswald; line-height: 60px; }.nav > ul > li::after { content: ""; position: absolute; right: -3px; top: 0px; bottom: 0px; z-index: 100; width: 6px; height: 6px; margin: auto 0px; transform: rotateZ(-45deg); }.nav ul li:last-child::after { display: none; }.nav ul ul ul { top: -3px; left: 100%; }.nav .sub-menu { display: none; position: absolute; z-index: 130; width: 210px; font-family: Oswald; font-size: 13px; letter-spacing: 1px; border-top-style: solid; border-top-width: 3px; }.nav .sub-menu > li > a::before { content: ""; position: absolute; top: 0px; bottom: 0px; margin: auto 0px; left: 5px; width: 0px; height: 0px; border-style: solid; border-width: 3px 0px 3px 5px; }.nav .sub-menu > li > a { display: block; width: 100%; padding: 15px 20px; text-align: left; text-transform: uppercase; border-bottom-width: 1px; border-bottom-style: solid; text-decoration: none; }.fixed-header-bottom { position: fixed; right: 0px; left: 0px; top: 0px; z-index: 250; display: none; width: 100%; }.fixed-header-bottom .nav > ul > li > a { line-height: 60px; }.fixed-header-bottom > .center-max-width { position: relative; }.responsive-column { display: block; opacity: 1; }.nav-mobile { position: relative; z-index: 200; display: none; padding: 0px 25px; }.nav-mobile li { font-family: Oswald; position: relative; width: 100%; font-size: 16px; line-height: 60px; letter-spacing: 1px; text-transform: uppercase; text-align: center; }.nav-mobile li a { position: relative; z-index: 1; padding-right: 8px; }.sub-menu-btn { position: absolute; top: 0px; left: 0px; width: 100%; height: 60px; padding: 0px 10px; line-height: 60px; text-align: left; z-index: 5; cursor: pointer; }.sub-menu-btn-icon { position: absolute; top: 0px; right: 0px; opacity: 0.9; }.nav-mobile .sub-menu { display: none; }.nav-btn { display: none; float: left; line-height: 60px; font-size: 22px; cursor: pointer; }.header-search-form { display: none; width: 100%; height: 100%; position: fixed; z-index: 270; background-color: rgba(1, 1, 1, 0.5); border: none; cursor: pointer; }.header-search-form .inner { padding: 0px 15px; }.search-input-wrap { max-width: 650px; margin: 0px auto; transform: scale(0.8, 0.8); transition:transform 0.4s ease-out; }.header-search-input { width: 100%; height: 65px; font-family: "Open Sans"; font-size: 15px; line-height: 65px; letter-spacing: 2px; font-weight: bold; border: 0px solid; padding-left: 20px; }.header-search-button { position: absolute; top: 0px; right: 0px; height: 65px; padding: 0px 25px; border: 0px; font-size: 20px; }.entry-header { text-align: center; }.meta-categories, .meta-tags, .meta-author-date { font-family: "Open Sans"; }.meta-categories { overflow: hidden; }.meta-categories a { position: relative; display: inline-block; font-size: 12px; font-weight: 600; margin-bottom: 7px; letter-spacing: 2px; text-transform: uppercase; }.meta-categories a:first-child::before, .meta-categories a:last-child::after { content: ""; position: absolute; height: 1px; border-bottom-width: 1px; border-bottom-style: solid; top: 50%; width: 15px; }.meta-categories a::before { right: 100%; margin-right: 5px; }.meta-categories a::after { left: 100%; margin-left: 7px; }.post-title, .post-title a { width: 100%; font-family: "Playfair Display"; text-align: center; overflow-wrap: break-word; }.col-1 .post-title, .adenit-single-post .post-title { font-size: 41px; line-height: 44px; letter-spacing: 0.5px; margin-bottom: 14px; }.entry-content p { margin-bottom: 15px; }.entry-video, .entry-gallery, .entry-thumbnail { position: relative; overflow: hidden; margin-bottom: 20px; }.entry-video img, .entry-gallery img, .entry-thumbnail img { width: 100%; }.entry-content { font-family: "Open Sans"; overflow-wrap: break-word; margin-bottom: 13px; font-size: 15px; line-height: 1.6; letter-spacing: 0px; }.entry-footer { width: 100%; text-align: center; overflow: hidden; }.meta-author-date { text-align: center; font-size: 15px; margin-bottom: 23px; }.meta-tags { float: left; }.meta-like-comm { float: right; }.meta-like-comm, .meta-tags { margin-top: 18px; }.meta-tags a { margin-right: 5px; }.meta-tags a, .meta-like-comm a { position: relative; display: inline-block; font-family: "Open Sans"; font-size: 12px; padding: 8px 12px; margin-bottom: 5px; border-width: 1px; border-style: solid; }.adenit-single-post, .single-pagination { margin-bottom: 30px; }.related-posts { margin-bottom: 30px; }.comment-title h2, .related-posts h3 { position: relative; display: inline-block; }.comment-title h2::before, .comment-title h2::after, .related-posts h3::before, .related-posts h3::after { content: ""; position: absolute; height: 1px; border-bottom-style: solid; border-bottom-width: 1px; top: 50%; width: 1000px; }.comment-title h2::before, .related-posts h3::before { right: 100%; margin-right: 15px; }.comment-title h2::after, .related-posts h3::after { left: 100%; margin-left: 15px; }.comment-title, .related-posts-title { text-align: center; overflow: hidden; }.related-posts h3 { margin-bottom: 28px; font-family: "Playfair Display"; font-size: 24px; text-align: center; text-transform: capitalize; letter-spacing: 2px; }.related-posts h4 { margin-top: 13px; margin-bottom: 4px; }.related-posts h4 a { font-size: 19px; letter-spacing: 0.5px; font-family: "Playfair Display"; }.related-posts .meta-date { font-family: "Open Sans"; font-size: 13px; }.related-posts section { float: left; width: calc(33.3333% - 13.3333px); }.related-posts section { margin-right: 20px; }.related-posts section:last-of-type { margin-right: 0px !important; }strong { font-weight: bold; }.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { font-family: "Playfair Display"; line-height: normal; clear: both; margin: 10px 0px; }.entry-content h4 { font-size: 24px; }.main-sidebar { float: left; }.search { position: relative; }.search #s { width: 100%; height: 45px; padding-left: 10px; font-family: "Open Sans"; font-size: 14px; border-width: 1px; border-style: solid; }.search .submit { position: absolute; top: 0px; right: 0px; height: 45px; line-height: 45px; padding: 0px 20px; font-size: 16px; border: none; cursor: pointer; }.adenit-widget { position: relative; left: 0px; font-family: "Open Sans"; font-size: 15px; line-height: 24.27px; overflow: hidden; overflow-wrap: break-word; }.widget-title { position: relative; z-index: 0; font-family: "Playfair Display"; text-transform: uppercase; font-size: 16px; line-height: 29px; letter-spacing: 1.5px; text-align: center; margin-bottom: 5px; clear: both; overflow: hidden; }.widget-title h3 { display: inline-block; position: relative; }.widget-title h3::before, .widget-title h3::after { content: ""; position: absolute; top: 50%; width: 1000px; height: 1px; border-bottom-width: 1px; border-bottom-style: solid; }.widget-title h3::before { right: 100%; margin-right: 15px; }.widget-title h3::after { left: 100%; margin-left: 15px; }.widget_recent_comments li, .widget_meta li, .widget_recent_comments li, .widget_pages > ul > li, .widget_archive li, .widget_categories > ul > li, .widget_recent_entries ul li { border-bottom-width: 1px; border-bottom-style: dotted; line-height: 45px; }input, select, textarea { width: 100%; padding: 13px; font-size: 14px; border-width: 1px; border-style: solid; }.social-info { display: none; }.footer-social .social-info { display: inline-block; }.footer-social { text-align: center; padding: 20px 0px; }.footer-social a { margin-right: 20px; }.footer-social a:last-child { margin-right: 0px; }.footer-social a i { display: inline-block; width: 35px; height: 35px; font-size: 14px; line-height: 35px; text-align: center; border-width: 1px; border-style: solid; margin-right: 10px; }.footer-social a span { text-transform: uppercase; font-family: "Open Sans"; font-size: 14px; font-weight: bold; letter-spacing: 1px; }.footer-widget-area { padding-top: 50px; overflow: hidden; }.fixed-sidebar-close-btn { display: none; width: 35px; height: 35px; text-align: left; line-height: 35px; cursor: pointer; }.main-wrap { width: 100%; height: 100%; margin-left: 0px; transition:margin-left 0.35s linear; }.fixed-sidebar { position: fixed; top: 0px; z-index: 1000; height: 100%; padding: 35px; overflow-x: hidden; background-color: #ffffff; transition:right 0.35s linear; }.fixed-sidebar-close { display: none; position: fixed; top: 0px; left: 0px; z-index: 900; width: 100%; height: 100%; background-color: rgba(1, 1, 1, 0.5); cursor: url(//thelikker.com/wp-content/swift-ai/images/wp-content/themes/aden/img/cursor-close-png.webp) 30 15, auto; }@keyframes type { 0% { width: 0px; } }@keyframes blink { 100% { opacity: 0; } }.footer-wrap { height: auto; }.footer-bottom { font-family: "Open Sans"; text-align: center; padding-bottom: 70px; }.footer-logo a { display: block; margin: 0px auto; }.copyright p { padding: 10px 0px; font-size: 15px; line-height: 1.6; cursor: auto; }.scrolltotop { text-align: center; cursor: pointer; text-decoration: none; font-size: 13px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; }.scrolltotop i { font-size: 24px; }.screen-reader-text { }.alignnone { margin: 5px 20px 20px 0px; }.aligncenter, div.aligncenter { display: block; margin: 5px auto 20px; }figcaption, .wp-caption, .wp-caption-text, .wp-block-embed figcaption { text-align: center; max-width: 100%; }.wp-caption-text { margin-top: 7px; margin-bottom: 0px !important; }.wp-caption.alignnone { margin: 5px 0px 10px; }.wp-caption img { margin: 0px; padding: 0px; border: 0px none; height: auto; max-width: 100%; width: auto; }@media screen and (max-width: 1150px){.header-top, .header-bottom, .fixed-header-bottom, .main-container-wrap { padding: 0px 30px !important; }}@media screen and (max-width: 979px){.responsive-column { display: none; }.main-sidebar, .main-container { width: 100% !important; float: none; }.main-sidebar { max-width: 450px; margin: 0px auto; padding: 45px 0px 0px !important; }.main-sidebar .adenit-widget { left: 0px !important; }.social-info { display: none !important; }}@media screen and (max-width: 768px){.nav-mobile { clear: both; }.fixed-header-bottom { display: none !important; }.header-top { display: none; }.header-wrap .nav { display: none; }.nav li { width: 100%; }.nav-btn { display: block !important; }.header-btns { float: right; position: static !important; padding: 0px !important; }}@media screen and (max-width: 640px){.responsive-column { opacity: 0; }.footer-widget-area { padding-left: 30px; padding-right: 30px; }}@media screen and (max-width: 480px){.header-top, .header-bottom, .fixed-header-bottom, .main-container-wrap { padding: 0px 20px !important; }.footer-widget-area { padding-left: 20px; padding-right: 20px; }.related-posts section { width: 100%; margin-bottom: 20px; }.fixed-sidebar-close-btn { display: block; }.footer-social a { margin-right: 5px; }}@font-face{font-family:"FontAwesome";font-weight:400;font-style:normal;src:url(https://thelikker.com/wp-content/swift-ai/cache/thelikker.com/2018/02/14/braehead-glamping-and-camping-whisky-pods/__data/fontawesome-webfontd6feadb6.woff) format('woff2');font-display:swap;}.fa { display: inline-block; font-style: normal; font-variant: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-weight: normal; font-stretch: normal; line-height: 1; font-family: FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; }@-webkit-keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } }@keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } }.fa-search::before { content: ""; }.fa-twitter::before { content: ""; }.fa-facebook-f::before, .fa-facebook::before { content: ""; }.fa-navicon::before, .fa-reorder::before, .fa-bars::before { content: ""; }.fa-sort-down::before, .fa-sort-desc::before { content: ""; }.fa-angle-double-up::before { content: ""; }.fa-mail-reply::before, .fa-reply::before { content: ""; }.fa-instagram::before { content: ""; }@-webkit-keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } }@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } }@-webkit-keyframes animsition-loading { 0% { transform: rotate(0deg); } 100% { transform: rotate(1turn); } }@keyframes animsition-loading { 0% { transform: rotate(0deg); } 100% { transform: rotate(1turn); } }@-webkit-keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } }@-webkit-keyframes fade-out { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes fade-out { 0% { opacity: 1; } 100% { opacity: 0; } }@-webkit-keyframes fade-in-up { 0% { transform: translateY(500px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } }@keyframes fade-in-up { 0% { transform: translateY(500px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } }@-webkit-keyframes fade-out-up { 0% { transform: translateY(0px); opacity: 1; } 100% { transform: translateY(-500px); opacity: 0; } }@keyframes fade-out-up { 0% { transform: translateY(0px); opacity: 1; } 100% { transform: translateY(-500px); opacity: 0; } }@-webkit-keyframes fade-in-up-sm { 0% { transform: translateY(75pt); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } }@keyframes fade-in-up-sm { 0% { transform: translateY(75pt); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } }@-webkit-keyframes fade-out-up-sm { 0% { transform: translateY(0px); opacity: 1; } 100% { transform: translateY(-75pt); opacity: 0; } }@keyframes fade-out-up-sm { 0% { transform: translateY(0px); opacity: 1; } 100% { transform: translateY(-75pt); opacity: 0; } }@-webkit-keyframes fade-in-up-lg { 0% { transform: translateY(750pt); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } }@keyframes fade-in-up-lg { 0% { transform: translateY(750pt); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } }@-webkit-keyframes fade-out-up-lg { 0% { transform: translateY(0px); opacity: 1; } 100% { transform: translateY(-750pt); opacity: 0; } }@keyframes fade-out-up-lg { 0% { transform: translateY(0px); opacity: 1; } 100% { transform: translateY(-750pt); opacity: 0; } }@-webkit-keyframes fade-in-down { 0% { transform: translateY(-500px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } }@keyframes fade-in-down { 0% { transform: translateY(-500px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } }@-webkit-keyframes fade-out-down { 0% { transform: translateY(0px); opacity: 1; } 100% { transform: translateY(500px); opacity: 0; } }@keyframes fade-out-down { 0% { transform: translateY(0px); opacity: 1; } 100% { transform: translateY(500px); opacity: 0; } }@-webkit-keyframes fade-in-down-sm { 0% { transform: translateY(-75pt); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } }@keyframes fade-in-down-sm { 0% { transform: translateY(-75pt); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } }@-webkit-keyframes fade-out-down-sm { 0% { transform: translateY(0px); opacity: 1; } 100% { transform: translateY(75pt); opacity: 0; } }@keyframes fade-out-down-sm { 0% { transform: translateY(0px); opacity: 1; } 100% { transform: translateY(75pt); opacity: 0; } }@-webkit-keyframes fade-out-down-lg { 0% { transform: translateY(0px); opacity: 1; } 100% { transform: translateY(750pt); opacity: 0; } }@keyframes fade-out-down-lg { 0% { transform: translateY(0px); opacity: 1; } 100% { transform: translateY(750pt); opacity: 0; } }@-webkit-keyframes fade-in-left { 0% { transform: translateX(-500px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } }@keyframes fade-in-left { 0% { transform: translateX(-500px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } }@-webkit-keyframes fade-out-left { 0% { transform: translateX(0px); opacity: 1; } 100% { transform: translateX(-500px); opacity: 0; } }@keyframes fade-out-left { 0% { transform: translateX(0px); opacity: 1; } 100% { transform: translateX(-500px); opacity: 0; } }@-webkit-keyframes fade-in-left-sm { 0% { transform: translateX(-75pt); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } }@keyframes fade-in-left-sm { 0% { transform: translateX(-75pt); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } }@-webkit-keyframes fade-out-left-sm { 0% { transform: translateX(0px); opacity: 1; } 100% { transform: translateX(-75pt); opacity: 0; } }@keyframes fade-out-left-sm { 0% { transform: translateX(0px); opacity: 1; } 100% { transform: translateX(-75pt); opacity: 0; } }@-webkit-keyframes fade-in-left-lg { 0% { transform: translateX(-1500px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } }@keyframes fade-in-left-lg { 0% { transform: translateX(-1500px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } }@-webkit-keyframes fade-out-left-lg { 0% { transform: translateX(0px); opacity: 1; } 100% { transform: translateX(-1500px); opacity: 0; } }@keyframes fade-out-left-lg { 0% { transform: translateX(0px); opacity: 1; } 100% { transform: translateX(-1500px); opacity: 0; } }@-webkit-keyframes fade-in-right { 0% { transform: translateX(500px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } }@keyframes fade-in-right { 0% { transform: translateX(500px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } }@-webkit-keyframes fade-out-right { 0% { transform: translateX(0px); opacity: 1; } 100% { transform: translateX(500px); opacity: 0; } }@keyframes fade-out-right { 0% { transform: translateX(0px); opacity: 1; } 100% { transform: translateX(500px); opacity: 0; } }@-webkit-keyframes fade-in-right-sm { 0% { transform: translateX(75pt); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } }@keyframes fade-in-right-sm { 0% { transform: translateX(75pt); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } }@-webkit-keyframes fade-out-right-sm { 0% { transform: translateX(0px); opacity: 1; } 100% { transform: translateX(75pt); opacity: 0; } }@keyframes fade-out-right-sm { 0% { transform: translateX(0px); opacity: 1; } 100% { transform: translateX(75pt); opacity: 0; } }@-webkit-keyframes fade-in-right-lg { 0% { transform: translateX(1500px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } }@keyframes fade-in-right-lg { 0% { transform: translateX(1500px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } }@-webkit-keyframes fade-out-right-lg { 0% { transform: translateX(0px); opacity: 1; } 100% { transform: translateX(1500px); opacity: 0; } }@keyframes fade-out-right-lg { 0% { transform: translateX(0px); opacity: 1; } 100% { transform: translateX(1500px); opacity: 0; } }@-webkit-keyframes rotate-in { 0% { transform: rotate(-90deg); transform-origin: center center; opacity: 0; } 0%, 100% { transform-origin: center center; } 100% { transform: rotate(0deg); transform-origin: center center; opacity: 1; } }@keyframes rotate-in { 0% { transform: rotate(-90deg); transform-origin: center center; opacity: 0; } 0%, 100% { transform-origin: center center; } 100% { transform: rotate(0deg); transform-origin: center center; opacity: 1; } }@-webkit-keyframes rotate-out { 0% { transform: rotate(0deg); transform-origin: center center; opacity: 1; } 0%, 100% { transform-origin: center center; } 100% { transform: rotate(90deg); transform-origin: center center; opacity: 0; } }@keyframes rotate-out { 0% { transform: rotate(0deg); transform-origin: center center; opacity: 1; } 0%, 100% { transform-origin: center center; } 100% { transform: rotate(90deg); transform-origin: center center; opacity: 0; } }@-webkit-keyframes rotate-in-sm { 0% { transform: rotate(-45deg); transform-origin: center center; opacity: 0; } 0%, 100% { transform-origin: center center; } 100% { transform: rotate(0deg); transform-origin: center center; opacity: 1; } }@keyframes rotate-in-sm { 0% { transform: rotate(-45deg); transform-origin: center center; opacity: 0; } 0%, 100% { transform-origin: center center; } 100% { transform: rotate(0deg); transform-origin: center center; opacity: 1; } }@-webkit-keyframes rotate-out-sm { 0% { transform: rotate(0deg); transform-origin: center center; opacity: 1; } 0%, 100% { transform-origin: center center; } 100% { transform: rotate(45deg); transform-origin: center center; opacity: 0; } }@keyframes rotate-out-sm { 0% { transform: rotate(0deg); transform-origin: center center; opacity: 1; } 0%, 100% { transform-origin: center center; } 100% { transform: rotate(45deg); transform-origin: center center; opacity: 0; } }@-webkit-keyframes rotate-in-lg { 0% { transform: rotate(-180deg); transform-origin: center center; opacity: 0; } 0%, 100% { transform-origin: center center; } 100% { transform: rotate(0deg); transform-origin: center center; opacity: 1; } }@keyframes rotate-in-lg { 0% { transform: rotate(-180deg); transform-origin: center center; opacity: 0; } 0%, 100% { transform-origin: center center; } 100% { transform: rotate(0deg); transform-origin: center center; opacity: 1; } }@-webkit-keyframes rotate-out-lg { 0% { transform: rotate(0deg); transform-origin: center center; opacity: 1; } 0%, 100% { transform-origin: center center; } 100% { transform: rotate(180deg); transform-origin: center center; opacity: 0; } }@keyframes rotate-out-lg { 0% { transform: rotate(0deg); transform-origin: center center; opacity: 1; } 0%, 100% { transform-origin: center center; } 100% { transform: rotate(180deg); transform-origin: center center; opacity: 0; } }@-webkit-keyframes flip-in-x { 0% { transform: perspective(550px) rotateX(90deg); opacity: 0; } 100% { transform: perspective(550px) rotateX(0deg); opacity: 1; } }@keyframes flip-in-x { 0% { transform: perspective(550px) rotateX(90deg); opacity: 0; } 100% { transform: perspective(550px) rotateX(0deg); opacity: 1; } }@-webkit-keyframes flip-out-x { 0% { transform: perspective(550px) rotateX(0deg); opacity: 1; } 100% { transform: perspective(550px) rotateX(90deg); opacity: 0; } }@keyframes flip-out-x { 0% { transform: perspective(550px) rotateX(0deg); opacity: 1; } 100% { transform: perspective(550px) rotateX(90deg); opacity: 0; } }@-webkit-keyframes flip-in-x-nr { 0% { transform: perspective(75pt) rotateX(90deg); opacity: 0; } 100% { transform: perspective(75pt) rotateX(0deg); opacity: 1; } }@keyframes flip-in-x-nr { 0% { transform: perspective(75pt) rotateX(90deg); opacity: 0; } 100% { transform: perspective(75pt) rotateX(0deg); opacity: 1; } }@-webkit-keyframes flip-out-x-nr { 0% { transform: perspective(75pt) rotateX(0deg); opacity: 1; } 100% { transform: perspective(75pt) rotateX(90deg); opacity: 0; } }@keyframes flip-out-x-nr { 0% { transform: perspective(75pt) rotateX(0deg); opacity: 1; } 100% { transform: perspective(75pt) rotateX(90deg); opacity: 0; } }@-webkit-keyframes flip-in-x-fr { 0% { transform: perspective(750pt) rotateX(90deg); opacity: 0; } 100% { transform: perspective(750pt) rotateX(0deg); opacity: 1; } }@keyframes flip-in-x-fr { 0% { transform: perspective(750pt) rotateX(90deg); opacity: 0; } 100% { transform: perspective(750pt) rotateX(0deg); opacity: 1; } }@-webkit-keyframes flip-out-x-fr { 0% { transform: perspective(750pt) rotateX(0deg); opacity: 1; } 100% { transform: perspective(750pt) rotateX(90deg); opacity: 0; } }@keyframes flip-out-x-fr { 0% { transform: perspective(750pt) rotateX(0deg); opacity: 1; } 100% { transform: perspective(750pt) rotateX(90deg); opacity: 0; } }@-webkit-keyframes flip-in-y { 0% { transform: perspective(550px) rotateY(90deg); opacity: 0; } 100% { transform: perspective(550px) rotateY(0deg); opacity: 1; } }@keyframes flip-in-y { 0% { transform: perspective(550px) rotateY(90deg); opacity: 0; } 100% { transform: perspective(550px) rotateY(0deg); opacity: 1; } }@-webkit-keyframes flip-out-y { 0% { transform: perspective(550px) rotateY(0deg); opacity: 1; } 100% { transform: perspective(550px) rotateY(90deg); opacity: 0; } }@keyframes flip-out-y { 0% { transform: perspective(550px) rotateY(0deg); opacity: 1; } 100% { transform: perspective(550px) rotateY(90deg); opacity: 0; } }@-webkit-keyframes flip-in-y-nr { 0% { transform: perspective(75pt) rotateY(90deg); opacity: 0; } 100% { transform: perspective(75pt) rotateY(0deg); opacity: 1; } }@keyframes flip-in-y-nr { 0% { transform: perspective(75pt) rotateY(90deg); opacity: 0; } 100% { transform: perspective(75pt) rotateY(0deg); opacity: 1; } }@-webkit-keyframes flip-out-y-nr { 0% { transform: perspective(75pt) rotateY(0deg); opacity: 1; } 100% { transform: perspective(75pt) rotateY(90deg); opacity: 0; } }@keyframes flip-out-y-nr { 0% { transform: perspective(75pt) rotateY(0deg); opacity: 1; } 100% { transform: perspective(75pt) rotateY(90deg); opacity: 0; } }@-webkit-keyframes flip-in-y-fr { 0% { transform: perspective(750pt) rotateY(90deg); opacity: 0; } 100% { transform: perspective(750pt) rotateY(0deg); opacity: 1; } }@keyframes flip-in-y-fr { 0% { transform: perspective(750pt) rotateY(90deg); opacity: 0; } 100% { transform: perspective(750pt) rotateY(0deg); opacity: 1; } }@-webkit-keyframes flip-out-y-fr { 0% { transform: perspective(750pt) rotateY(0deg); opacity: 1; } 100% { transform: perspective(750pt) rotateY(90deg); opacity: 0; } }@keyframes flip-out-y-fr { 0% { transform: perspective(750pt) rotateY(0deg); opacity: 1; } 100% { transform: perspective(750pt) rotateY(90deg); opacity: 0; } }@-webkit-keyframes zoom-in { 0% { transform: scale(0.7); opacity: 0; } 100% { opacity: 1; } }@keyframes zoom-in { 0% { transform: scale(0.7); opacity: 0; } 100% { opacity: 1; } }@-webkit-keyframes zoom-out { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(0.7); } 50%, 100% { opacity: 0; } }@keyframes zoom-out { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(0.7); } 50%, 100% { opacity: 0; } }@-webkit-keyframes zoom-in-sm { 0% { transform: scale(0.95); opacity: 0; } 100% { opacity: 1; } }@keyframes zoom-in-sm { 0% { transform: scale(0.95); opacity: 0; } 100% { opacity: 1; } }@-webkit-keyframes zoom-out-sm { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(0.95); } 50%, 100% { opacity: 0; } }@keyframes zoom-out-sm { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(0.95); } 50%, 100% { opacity: 0; } }@-webkit-keyframes zoom-in-lg { 0% { transform: scale(0.4); opacity: 0; } 100% { opacity: 1; } }@keyframes zoom-in-lg { 0% { transform: scale(0.4); opacity: 0; } 100% { opacity: 1; } }@-webkit-keyframes zoom-out-lg { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(0.4); } 50%, 100% { opacity: 0; } }@keyframes zoom-out-lg { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(0.4); } 50%, 100% { opacity: 0; } }@-webkit-keyframes overlay-slide-in-top { 0% { height: 100%; } 100% { height: 0px; } }@keyframes overlay-slide-in-top { 0% { height: 100%; } 100% { height: 0px; } }@-webkit-keyframes overlay-slide-out-top { 0% { height: 0px; } 100% { height: 100%; } }@keyframes overlay-slide-out-top { 0% { height: 0px; } 100% { height: 100%; } }@-webkit-keyframes overlay-slide-in-bottom { 0% { height: 100%; } 100% { height: 0px; } }@keyframes overlay-slide-in-bottom { 0% { height: 100%; } 100% { height: 0px; } }@-webkit-keyframes overlay-slide-out-bottom { 0% { height: 0px; } 100% { height: 100%; } }@keyframes overlay-slide-out-bottom { 0% { height: 0px; } 100% { height: 100%; } }@-webkit-keyframes overlay-slide-in-left { 0% { width: 100%; } 100% { width: 0px; } }@keyframes overlay-slide-in-left { 0% { width: 100%; } 100% { width: 0px; } }@-webkit-keyframes overlay-slide-out-left { 0% { width: 0px; } 100% { width: 100%; } }@keyframes overlay-slide-out-left { 0% { width: 0px; } 100% { width: 100%; } }@-webkit-keyframes overlay-slide-in-right { 0% { width: 100%; } 100% { width: 0px; } }@keyframes overlay-slide-in-right { 0% { width: 100%; } 100% { width: 0px; } }@-webkit-keyframes overlay-slide-out-right { 0% { width: 0px; } 100% { width: 100%; } }@keyframes overlay-slide-out-right { 0% { width: 0px; } 100% { width: 100%; } }.ps-container { touch-action: none; overflow: hidden !important; }.ps-container > .ps-scrollbar-y-rail { display: none; position: absolute; border-radius: 0px; transition:background-color, opacity 0.2s, 0.2s linear, linear; left: 3px; width: 3px; }.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y { position: absolute; cursor: pointer; transition:background-color 0.2s linear; right: 0px; width: 3px; }@font-face { font-family: "Playfair Display"; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: "Playfair Display"; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: "Open Sans"; font-style: normal; font-weight: 300; font-stretch: 100%; src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: "Open Sans"; font-style: normal; font-weight: 400; font-stretch: 100%; src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: "Open Sans"; font-style: normal; font-weight: 600; font-stretch: 100%; src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: "Open Sans"; font-style: normal; font-weight: 700; font-stretch: 100%; src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Oswald; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYySUhiCXAA.woff) format("woff"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }div.outer div.inner { font-family: Georgia !important; text-shadow: #4a0e0e 0px 0px !important; background-color: rgba(0, 0, 0, 0.44) !important; background-image: linear-gradient(rgba(0, 0, 0, 0.26), transparent) !important; }@font-face { font-family: Comfortaa; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/comfortaa/v47/1PtCg8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMXL830efAesmwYSFoxBEM_I28dnyMpxo.woff2) format("woff2"); unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF; }@font-face { font-family: Comfortaa; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/comfortaa/v47/1PtCg8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMXL830efAesmwYSFoxBEP_I28dnyM.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Comfortaa; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/comfortaa/v47/1PtCg8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMXL830efAesmwYSFoxBEM_I28dnyMpxo.woff2) format("woff2"); unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF; }@font-face { font-family: Comfortaa; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/comfortaa/v47/1PtCg8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMXL830efAesmwYSFoxBEP_I28dnyM.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Comfortaa; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/comfortaa/v47/1PtCg8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMXL830efAesmwYSFoxBEM_I28dnyMpxo.woff2) format("woff2"); unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF; }@font-face { font-family: Comfortaa; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/comfortaa/v47/1PtCg8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMXL830efAesmwYSFoxBEP_I28dnyM.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Comfortaa; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/comfortaa/v47/1PtCg8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMXL830efAesmwYSFoxBEM_I28dnyMpxo.woff2) format("woff2"); unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF; }@font-face { font-family: Comfortaa; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/comfortaa/v47/1PtCg8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMXL830efAesmwYSFoxBEP_I28dnyM.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Oswald; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYySUhiCXAA.woff) format("woff"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: "Roboto Slab"; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmbGRlV9Su1caiTVo.woff) format("woff"); unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF; }@font-face { font-family: "Roboto Slab"; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2RlV9Su1cai.woff) format("woff"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }.logo { max-width: 700px; }.header-center > .center-max-width { padding-top: 103px; height: 445px; }@media screen and (max-width: 480px){.header-center > .center-max-width { padding: 103px 0px; height: auto; }}.header-bottom > .center-max-width { position: relative; text-align: center; }.nav { display: table; margin: 0px auto; }.header-center { background-image: url(//thelikker.com/wp-content/swift-ai/images/wp-content/uploads/2016/03/1920x6002-jpg.webp); background-size: cover; background-repeat: no-repeat; background-attachment: scroll; background-position: center center; }body { background-image: url(https://thelikker.com/wp-content/swift-ai/cache/thelikker.com/2018/02/14/braehead-glamping-and-camping-whisky-pods/__data/assets/9a269f56.css); background-size: auto; background-repeat: repeat; background-attachment: fixed; background-position: left top; }.main-sidebar { width: 330px; }.fixed-sidebar { width: 330px; right: -330px; }.main-container { width: calc(100% - 330px); }.center-max-width { max-width: 1280px; }.main-container-wrap { margin: 45px 0px; }.main-sidebar { padding-right: 30px; }.main-container + .main-sidebar { padding-left: 30px; padding-right: 0px; }.main-sidebar .adenit-widget, .fixed-sidebar .adenit-widget { margin-bottom: 45px; }.entry-content > p:first-child::first-letter { font-family: "Playfair Display"; float: left; font-size: 76px; line-height: 63px; text-align: center; margin: 0px 10px 0px 0px; }.footer-logo a { max-width: 221px; }.header-top { background-color: #262626; }.top-nav > ul > li > a, .header-top-social a i { color: #ffffff; }.top-nav > ul > li > a:hover, .header-top-social a:hover i, .header-top-social a:focus i, .top-nav li.current-menu-item > a, .top-nav li.current-menu-ancestor > a { color: #d8b072; }.search-btn { color: #ffffff; background-color: #262626; }.search-btn:hover { color: #ffffff; }.header-bottom, .fixed-header-bottom, .nav .sub-menu > li > a, .nav-mobile { background-color: #ffffff; }.nav > ul > li > a, .nav .sub-menu > li > a, .nav-mobile li a, .nav-btn, .sub-menu-btn-icon, .carousel-btn { color: #222222; }.nav > ul > li > a:hover, .nav .sub-menu > li > a:hover, .nav-mobile li a:hover, .nav-btn:hover, .carousel-btn:hover, .nav li.current-menu-item > a, .nav li.current-menu-ancestor > a { color: #d8b072; }.nav .sub-menu { border-color: #d8b072; }.nav .sub-menu > li > a::before { border-color: transparent transparent transparent #f4f4f4; }.nav .sub-menu > li > a { border-color: #f4f4f4; }body, .single-pagination-info { background-color: #ffffff; }#s:focus + .submit, .header-search-input:focus + .header-search-button, #wp-calendar tbody td:hover a, #wp-calendar tbody td:hover, #wp-calendar caption, .carousel-comment:hover span:first-child::before, .carousel-like:hover span:first-child::before { color: #ffffff; background-color: #d8b072; }.nav > ul > li::after, .entry-content hr { color: #ffffff; background-color: #e8e8e8; }.carousel-comment:hover, .carousel-like:hover, .meta-categories a::before, .meta-categories a::after, .instagram-title h3, .entry-content blockquote, .wp-block-button.is-style-outline .wp-block-button__link:hover { border-color: #d8b072; }.meta-categories a:hover, .adenit-widget ul li > a:hover, #wp-calendar tfoot #prev a:hover, #wp-calendar tfoot #next a:hover, .adenit-widget ul li span a:hover, .carousel-title a:hover, a, .adenit-breadcrumbs a:hover, .adenit-breadcrumbs .breadcrumb_last, .comment-author a:hover, .carousel-comment:hover a, .carousel-like:hover a, .meta-author-date a, .meta-tags a:hover, .meta-like-comm a:hover, .page-links a, .adenit-breadcrumbs li strong, .related-posts h4 a:hover, .single-pagination-info:hover h4, .wp-block-latest-posts a:hover, .wp-block-categories a:hover, .wp-block-archives a:hover, .wp-block-tag-cloud a:hover, .wp-block-latest-comments__comment-author:hover, .wp-block-latest-comments__comment-link:hover, .entry-content ul > li a:not(.wp-block-button__link):hover, .comment-text em { color: #d8b072; }.active span, .search-separator, .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y { background-color: #d8b072 !important; }.meta-categories a, .carousel-quote, .post-title, .post-title a, .widget-title, .related-posts h3, .related-posts h4 a, .meta-author-description h4, .next-post-title a, .prev-post-title a, .comment-title h2, .comment-reply-title, .next-post-icon a, .prev-post-icon a, .comment-author a, .comment-author, .author-info h4 a, .fixed-sidebar-close-btn, .single-pagination-info, .adenit_author_widget h3 { color: #111111; }body, .adenit-widget, .adenit-widget ul li > a, #wp-calendar tbody td, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .comments-area input[type="text"], .comments-area textarea, .entry-content, .author-info p, .entry-comments, #respond, .fourzerofour p, #s, .page-links, .wp-block-latest-posts a, .wp-block-categories a, .wp-block-archives a, .wp-block-tag-cloud a, .wp-block-latest-comments__comment-author, .wp-block-latest-comments__comment-link, .entry-content ul > li a:not(.wp-block-button__link) { color: #000000; }.widget-title h3::before, .widget-title h3::after, .meta-share-wrap .meta-share::before, .meta-share-wrap .meta-share::after, .widget_recent_entries ul li, .widget_recent_comments li, .widget_meta li, .widget_recent_comments li, .widget_pages li, .widget_archive li, .widget_categories li, .children li, #wp-calendar, #wp-calendar tbody td, .search #s, .entry-comments, input, select, textarea, .meta-author-description, .comment-title h2::before, .comment-title h2::after, .related-posts h3::before, .related-posts h3::after, .search-thumbnail i, .widget_nav_menu li a, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .comments-area input[type="text"], .comments-area textarea, .wp-caption, .entry-content table tr, .entry-content table th, .entry-content table td, .entry-content abbr[title], .entry-content pre, .meta-tags a, .meta-like-comm a, .meta-share a, .meta-author-description, .adenit-breadcrumbs, .carousel-quote, .header-bottom, .mc4wp-form input, .category-description, .wp-block-archives li, .comment-text blockquote, table:not(#wp-calendar), table:not(#wp-calendar) td, table:not(#wp-calendar) tbody tr, table:not(#wp-calendar) thead tr, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-search .wp-block-search__input { border-color: #e8e8e8; }.meta-author-date, .meta-tags a, .meta-like-comm a, .related-posts .meta-date, .comment-info, .comment-info a, .widget_recent_entries ul li span, .comment-date a, .widget_categories li, .widget_archive li, .gallery .gallery-caption, .meta-share a, .adenit-breadcrumbs, .adenit-breadcrumbs a, .wp-block-archives li, figcaption, .wp-caption, .wp-caption-text, .wp-block-embed figcaption, .wp-block-button.is-style-outline .wp-block-button__link { color: #aaaaaa; }.adenit-breadcrumbs, .entry-comments, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .comments-area input[type="text"], .comments-area textarea, .meta-author-description, .header-search-input, .search #s, .carousel-quote, .sticky, code, pre, input, select { background-color: #f9f9f9; }.read-more a, .wpcf7 input[type="submit"]:hover, #submit, .default-pagination .next a, .default-pagination .previous a, .numbered-pagination a, .reply a, .tagcloud a, .header-search-button, .submit, .mc4wp-form input[type="submit"], .wp-block-search .wp-block-search__button, .wp-block-button:not(.is-style-outline) a { background-color: #333333; color: #ffffff; }.footer-social, .instagram-title { background-color: #333333; }.instagram-title, .footer-social a, .footer-social a i { color: #ffffff; }.footer-social a i { border-color: #ffffff; }.footer-social a:hover i, .footer-social a:focus i { border-color: #d8b072; background-color: #d8b072; color: #ffffff; }.footer-social a:hover, .footer-social a:focus { color: #d8b072; }.footer-widget-area, .footer-bottom { background-color: #242424; }.copyright { color: #999999; }.scrolltotop, .copyright a { color: #d8b072; }.scrolltotop:hover, .copyright a:hover { color: #ffffff; }p { font-family: Comfortaa, sans-serif; font-size: 17px; font-style: normal; font-weight: 400; line-height: 1.3; }h1 { font-family: Comfortaa, sans-serif; font-style: normal; font-weight: 400; }h3 { color: #ddb06c; font-family: Comfortaa, sans-serif; font-size: 13px; font-style: normal; font-weight: 400; }h4 { font-family: Comfortaa, sans-serif; font-size: 10px; font-style: normal; font-weight: 600; text-decoration: none; text-transform: none; }.post-title, .post-title a { color: #000000 !important; font-family: Comfortaa, sans-serif !important; font-size: 26px !important; font-style: normal !important; font-weight: 700 !important; text-decoration: none !important; }.widget-title, .widget-title h3 { font-family: Comfortaa, sans-serif !important; font-style: normal !important; font-weight: 700 !important; }.entry-content p, .entry-content, p { font-family: "Roboto Slab", sans-serif !important; font-style: normal !important; font-weight: 400 !important; line-height: 1.4 !important; }li { font-family: Comfortaa, sans-serif !important; font-style: normal !important; font-weight: 400 !important; }.su-u-responsive-media-yes { position: relative; padding-bottom: 56.25%; height: 0px; overflow: hidden; }.su-u-responsive-media-yes embed, .su-u-responsive-media-yes iframe, .su-u-responsive-media-yes object { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }.su-youtube { margin: 0px 0px 1.5em; }.su-youtube iframe { border: none !important; }body.swift-nojs [data-s3cid="4"]{min-width: 100vw;}body.swift-nojs [data-s3cid="8"]{min-width: 100vw;min-height:431.296875px;}body.swift-nojs [data-s3cid="14"]{min-width: 100vw;min-height:371.296875px;}body.swift-nojs [data-s3cid="15"]{min-width: 100vw;min-height:371.296875px;}body.swift-nojs [data-s3cid="16"]{min-width: 100vw;min-height:165.296875px;}body.swift-nojs [data-s3cid="17"]{min-width: 100vw;}body.swift-nojs [data-s3cid="18"]{min-width: 100vw;}body.swift-nojs [data-s3cid="19"]{min-width:361px;}body.swift-nojs [data-s3cid="20"]{min-width:18.859375px;}body.swift-nojs [data-s3cid="21"]{min-width:361px;}body.swift-nojs [data-s3cid="57"]{min-width: 100vw;min-height:391.375px;}body.swift-nojs [data-s3cid="58"]{min-width: 100vw;}body.swift-nojs [data-s3cid="59"]{min-width: 100vw;}body.swift-nojs [data-s3cid="60"]{min-width: 100vw;}body.swift-nojs [data-s3cid="61"]{min-width:361px;}body.swift-nojs [data-s3cid="62"]{min-width:361px;}body.swift-nojs [data-s3cid="63"]{min-width: 100vw;min-height:266.375px;}body.swift-nojs [data-s3cid="64"]{min-width: 100vw;min-height:196.375px;}body.swift-nojs [data-s3cid="65"]{min-width: 100vw;min-height:94.375px;}body.swift-nojs [data-s3cid="66"]{min-width: 100vw;max-height:62px;}body.swift-nojs [data-s3cid="67"]{min-width: 100vw;}html{opacity:1}