/*!
Theme Name: _bewp
Theme URI: http://underscores.me/
Author: HLK Agency
Author URI: https://hlkagency.com
Description: A WordPress starter by HLK.
Version: 1.2.4
Text Domain: _bewp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

_bewp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Lobster # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/
/* If the user has expressed their preference for reduced motion, then override the animation. Example usage: @media (prefers-reduced-motion: reduce) { button { animation: none; } } */
/* If the browser understands the media query and the user explicitly hasn't set a preference, then use the animation. Example usage: @media (prefers-reduced-motion: no-preference) { button { // `vibrate` keyframes are defined elsewhere animation: vibrate 0.3s linear infinite both; } } */
/* If the user has expressed their preference for reduced motion, then override all animations. */
/* to rem function example: font-size: toRem(24) */
/* underline and focus mixins */
/*Viewport---------------------------------------------------------*/
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*Media queries---------------------------------------------*/
/*--------------------------------------------------------------
# Lobster
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }

/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
body { margin: 0; }

/** Render the `main` element consistently in IE. */
main { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; font-size: 1em; }

/* Text-level semantics ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; }

/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bold; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10. */
img { border-style: none; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { text-transform: none; }

/** Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Correct the padding in Firefox. */
fieldset { padding: 0; margin: 0; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Remove the default vertical scrollbar in IE 10+. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }

/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Misc ========================================================================== */
/** Add the correct display in IE 10+. */
template { display: none; }

/** Add the correct display in IE 10. */
[hidden] { display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea { color: #173c62; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1rem; line-height: 1.5; }

h1 > a:-moz-any-link, h2 > a:-moz-any-link, h3 > a:-moz-any-link, h4 > a:-moz-any-link, h5 > a:-moz-any-link, h6 > a:-moz-any-link { text-decoration: none; }

h1 > a:any-link, h2 > a:any-link, h3 > a:any-link, h4 > a:any-link, h5 > a:any-link, h6 > a:any-link { text-decoration: none; }

h1, h2, h3, h4, h5, h6 { clear: both; font-family: "gelica", sans-serif; font-weight: 400; font-style: normal; line-height: 1.3; }

h1 { font-size: clamp(1.875rem, 0.3125rem + 5vw, 3.125rem); text-align: center; }

h3 { border-bottom: 2px solid #173c62; font-size: 30px; margin: 0 auto; width: 70%; }

p { font-family: "soleil", sans-serif; font-weight: 300; font-style: normal; }

#primary-menu { font-family: "gelica", sans-serif; font-weight: 400; font-style: normal; }

p { margin-bottom: 1.5em; }

dfn, cite, em, i { font-style: italic; }

blockquote { margin: 0 1.5em; }

address { margin: 0 0 1.5em; }

pre { background: #eee; font-family: "Courier 10 Pitch", courier, monospace; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }

code, kbd, tt, var { font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 0.9375rem; }

abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }

mark, ins { background: #fff9c0; text-decoration: none; }

big { font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }

html { -webkit-box-sizing: border-box; box-sizing: border-box; }

body { background: #fff; }

hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }

ul, ol { margin: 0 0 1.5em 3em; }

ul { list-style: disc; }

ol { list-style: decimal; }

li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; }

dt { font-weight: 700; }

dd { margin: 0 1.5em 1.5em; }

img { height: auto; max-width: 100%; }

figure { margin: 1em 0; }

table { margin: 0 0 1.5em; width: 100%; }

/*--------------------------------------------------------------
# Genesis Blocks
--------------------------------------------------------------*/
.home h2 { font-size: clamp(1.875rem, 0.3125rem + 5vw, 3.125rem); line-height: 1.2em; margin: 0px; }

.home p { margin-top: 0px; font-size: clamp(1rem, 0.375rem + 2vw, 1.5rem); }

.home .home-image-block { padding: 0px; }

.home .home-image-block h1 { text-align: left; }

.home .home-image-block h2 { margin-top: 30%; }

@media only screen and (max-width: 731px) { .home .home-image-block .gb-layout-column-wrap { display: block; margin-left: auto; margin-right: auto; } }

@media only screen and (min-width: 732px) { .home .indent-desktop { max-width: 70%; } }

.home .hero-cover { background-image: url(/wp-content/themes/skinteriors/assets/hero-bg.jpg); background-size: cover; width: 100%; height: 100vh; background-color: #173c62; position: absolute; top: 0px; z-index: 0; padding-top: 100px; }

.home .hero-cover .hero-cta { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; }

.home .hero-cover .hero-cta .hero-cta-inner { width: 60%; height: auto; margin: 0 auto; text-align: center; }

.home .hero-cover .hero-cta .hero-cta-inner .hero-image { margin: 0 auto; width: 50%; max-width: 280px; }

.home .hero-cover .hero-cta .hero-cta-inner button { text-align: center; }

@media only screen and (max-width: 731px) { .home .hero-cover .hero-cta .hero-cta-inner { width: 90%; } }

.fbva { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.wp-block-genesis-blocks-gb-columns .gb-layout-columns-3 { background-color: #fff; padding: 0px; }

.wp-block-genesis-blocks-gb-columns .gb-layout-columns-3 h3 { color: blue; }

/* Masonry */
.grid { margin: 0 auto; width: 1200px; max-width: 100%; }

.grid-sizer, .grid-item { width: 48%; margin-right: 1%; }

.grid-item img { width: 100%; }

.gi-2 { width: 48%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] { font-family: gelica, sans-serif; font-size: 25px; text-align: left; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; padding: 10px 71px; border-radius: 31px; text-align: center; -webkit-transition: background-color 0.2s ease; transition: background-color 0.2s ease; }

button, button:link, button:visited, input[type="button"], input[type="button"]:link, input[type="button"]:visited, input[type="reset"], input[type="reset"]:link, input[type="reset"]:visited, input[type="submit"], input[type="submit"]:link, input[type="submit"]:visited { color: #FFFBF4; border: solid 2px #173c62; background-color: #173c62; }

@media only screen and (min-width: 732px) { button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background-color: #FFFBF4; color: #173c62; cursor: pointer; } }

button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { border-color: currentColor; }

button:focus, button:focus-visible, button:focus-within, input[type="button"]:focus, input[type="button"]:focus-visible, input[type="button"]:focus-within, input[type="reset"]:focus, input[type="reset"]:focus-visible, input[type="reset"]:focus-within, input[type="submit"]:focus, input[type="submit"]:focus-visible, input[type="submit"]:focus-within { outline: 5px auto Highlight; outline: 5px solid Highlight; }

button.menu-toggle:focus, button.menu-toggle:focus-visible, button.menu-toggle:focus-within { outline: 5px auto Highlight; outline: 5px solid Highlight; }

button.menu-toggle.is-active, button.menu-toggle.is-active:link, button.menu-toggle.is-active:visited { color: #173c62; border-color: #FFFBF4; background-color: #FFFBF4; }

@media only screen and (min-width: 732px) { button.menu-toggle.is-active:hover { background-color: rgba(255, 251, 244, 0.75); } }

button.button-secondary { font-size: 25px; text-align: left; color: #173c62; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; padding: 10px 71px; border-radius: 31px; border: solid 2px #FFFBF4; background-color: #FFFBF4; }

button.button-secondary:hover { background-color: #173c62; color: #FFFBF4; cursor: pointer; -webkit-transition: background-color 0.2s ease; transition: background-color 0.2s ease; }

#image-name-list, #image-cat-list { font-family: "soleil", sans-serif; font-size: 20px; list-style: none; padding: 0px; margin: 0px auto; width: 1200px; max-width: 100%; text-align: left; }

#image-name-list li, #image-cat-list li { cursor: pointer; display: inline-block; white-space: nowrap; margin: 0 40px 0 0; }

#image-name-list li:hover, #image-cat-list li:hover { text-decoration: underline; }

#image-name-list li.portfolio-active, #image-cat-list li.portfolio-active { text-decoration: underline; }

#image-cat-list { margin-bottom: 60px; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { /* color: $color__text-input; border: 1px solid $color__border-input; border-radius: 3px; padding: 3px; */ margin: 12px 29px 47px 0px; border-radius: 20px; border: solid 2px #173c62; background-color: #FFFBF4; padding: 10px 20px; text-align: left; color: #173c62; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111; }

@media only screen and (max-width: 731px) { input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { margin: 12px 0px; width: 100%; } }

label { font-family: "gelica", sans-serif; font-size: 30px !important; font-weight: bold; }

select { border: 1px solid #ccc; }

textarea { width: 100%; }

input::-webkit-input-placeholder { color: #747479; opacity: 1; }

input::-moz-placeholder { color: #747479; opacity: 1; }

input:-ms-input-placeholder { color: #747479; opacity: 1; }

input::-ms-input-placeholder { color: #747479; opacity: 1; }

input::placeholder { color: #747479; opacity: 1; }

.gform_heading { display: none; }

.gform_confirmation_message { font-family: "soleil", sans-serif; font-weight: bold; text-align: center; }

.gfield_label { font-family: "gelica", sans-serif !important; font-size: 35px !important; font-weight: 400 !important; }

#input_1_1_3_container > label, #input_1_1_6_container > label { display: none !important; }

.contact-subheader { margin-top: -54px; font-size: 25px; }

fieldset { border: 0; }

input, textarea, select { font-family: "soleil", sans-serif; font-weight: 300; font-style: normal; }

.gform_wrapper.gravity-theme .gform-body .gfield_required { font-size: inherit; color: currentColor; padding: 0; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a { -webkit-text-decoration-skip: edges; text-decoration-skip: edges; -webkit-text-decoration-skip: ink; text-decoration-skip-ink: auto; text-decoration-color: currentColor; text-underline-offset: 0.2em; -webkit-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }

a, a:link, a:visited { color: #800080; }

a:hover, a:active { text-decoration-style: dashed; color: #191970; }

a:focus, a:focus-visible, a:focus-within { outline: thin dotted currentColor; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media only screen and (max-width: 731px) { .noscroll { overflow: hidden; }
  .blurred::before { -webkit-filter: blur(10px); filter: blur(10px); content: ""; background-color: rgba(0, 0, 0, 0.5); top: 0; left: 0; width: 100%; height: 100%; position: absolute; z-index: 1; }
  .site-header.toggled .main-navigation { background-color: #173c62; }
  .toggled .main-navigation ul { display: block; }
  .toggled .main-navigation ul li { padding-left: 0; font-size: 24px; } }

.site { overflow-x: hidden; }

.hentry { padding-top: 72px; }

.main-navigation { border: solid 2px #FFFBF4; border-bottom: solid 2px #173c62; display: block; height: auto; margin: 0; padding: 30px 51px 22px 43px; position: relative; width: 100%; }

@media only screen and (min-width: 732px) { .main-navigation { height: 98px; } }

.main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; }

.main-navigation ul ul { -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 100%; left: -999em; z-index: 99999; }

.main-navigation ul ul ul { left: -999em; top: 0; }

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { display: block; left: auto; }

.main-navigation ul ul a { width: 200px; }

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; }

.main-navigation li { font-size: 20px; position: relative; }

.main-navigation li a { color: #173c62; padding: 5px 20px; }

.main-navigation li:first-child a { padding-left: 0; }

.main-navigation li:last-child a { padding-right: 0; }

.main-navigation a { display: block; text-decoration: none; }

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current-page-ancestor > a, .main-navigation .current-menu-ancestor > a { position: relative; }

.main-navigation .current_page_item > a::after, .main-navigation .current-menu-item > a::after, .main-navigation .current-page-ancestor > a::after, .main-navigation .current-menu-ancestor > a::after { content: ''; width: 100%; height: 3px; background: currentColor; display: block; }

@media only screen and (min-width: 732px) { .main-navigation #primary-menu { position: absolute; right: 48px; top: 38px; } }

/* Small menu. */
.menu-toggle { font-size: 16px; padding: 10px 20px; }

.menu-toggle { border: 0px; display: block; position: absolute; right: 24px; top: 24px; text-align: center; }

.menu-close { position: absolute; top: 10px; right: 10px; display: none; }

.main-navigation li a { color: #173c62; border-bottom: 1px solid transparent; }

.main-navigation li a:hover, .main-navigation li a.focus { border-bottom-color: #173c62; }

body.home .main-navigation a { color: #FFFBF4; }

body.home .main-navigation li a:hover, body.home .main-navigation li a.focus { border-bottom-color: #FFFBF4; }

@media only screen and (max-width: 731px) { #primary-menu.nav-menu { position: relative; color: #FFFBF4; background-color: #173c62; left: 0px; top: 0px; width: 100%; text-align: center; padding: 20px 20px 60px; }
  #primary-menu.nav-menu li a { padding: 20px; color: #FFFBF4 !important; display: inline-block; width: auto; }
  #primary-menu.nav-menu .link-instagram a, #primary-menu.nav-menu #menu-item-176 a { background-image: url(/wp-content/themes/skinteriors/assets/instagram-white.svg); background-position: center; margin-left: 0; min-height: 80px; } }

@media only screen and (min-width: 732px) { .menu-toggle { display: none; }
  .main-navigation ul { display: -webkit-box; display: -ms-flexbox; display: flex; } }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; }

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links { display: -webkit-box; display: -ms-flexbox; display: flex; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { -webkit-box-flex: 1; -ms-flex: 1 0 50%; flex: 1 0 50%; }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { text-align: end; -webkit-box-flex: 1; -ms-flex: 1 0 50%; flex: 1 0 50%; }

#site-navigation { position: relative; z-index: 50; }

#site-navigation .custom-logo { height: 43px; margin-top: -5px; width: auto; }

.image-name-list, .image-cat-list { list-style: none; margin: 0px; padding: 0px; width: 1126px; max-width: 100%; }

.image-name-list li, .image-cat-list li { display: inline; margin: 0px 40px 0 0; }

#menu-item-176 > a, .link-instagram > a { width: calc(1.2em + 20px); height: calc(1.2em + 18px); cursor: pointer; background-image: url(/wp-content/themes/skinteriors/assets/instagram-blue.svg); background-repeat: no-repeat; background-position: right center; background-size: 1.2em auto; }

.home #menu-item-176 > a, .home .link-instagram > a { background-image: url(/wp-content/themes/skinteriors/assets/instagram-white.svg); }

#menu-item-177 a, .link-facebook a { background-image: url(/wp-content/themes/skinteriors/assets/facebook-blue.svg); background-repeat: no-repeat; background-size: 1em auto; background-position: center center; display: none; margin-left: 10px; margin-top: 4px; height: 1.4rem; }

.home #menu-item-177 a, .home .link-facebook a { background-image: url(/wp-content/themes/skinteriors/assets/facebook-white.svg); }

.home .main-navigation { border: 0px; border-bottom: 2px solid #FFFBF4; }

.home .main-navigation .custom-logo-link, .toggled .main-navigation .custom-logo-link { background-image: url(/wp-content/themes/skinteriors/assets/logo-white.svg); background-repeat: no-repeat; background-size: 184px; width: 184px; height: 48px; }

.toggled .main-navigation .custom-logo-link img, .home .main-navigation .custom-logo-link img { display: none; }

[aria-expanded="false"] .open, [aria-expanded="true"] .close { display: block !important; }

[aria-expanded="true"] .open, [aria-expanded="false"] .close { display: none; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text, .sr-only { 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; }

.screen-reader-text:focus, .sr-only: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; clip-path: none; color: #21759b; display: block; 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; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus { outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* Alignment Classes ------------------------- */
.gform_wrapper { max-width: 58rem; width: calc(100% - 4rem); }

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) { max-width: 58rem; width: 100%; }

.alignnone, .aligncenter, .alignleft, .alignright, .alignwide { margin-top: 4rem; margin-right: auto; margin-bottom: 4rem; margin-left: auto; }

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) { margin-left: auto; margin-right: auto; }

/* Full */
.alignfull { margin-top: 5rem; margin-right: auto; margin-bottom: 5rem; margin-left: auto; max-width: 100vw; position: relative; width: 100%; }

[class*="__inner-container"] > .alignfull { max-width: 100%; }

/* Wide */
.alignwide { max-width: 100rem; position: relative; width: calc(100% - 4rem); }

[class*="__inner-container"] > .alignwide { width: 100%; }

/* Center */
.aligncenter, .aligncenter img { margin-left: auto; margin-right: auto; }

/* Left and right */
.alignleft, .alignright { max-width: 50%; }

.alignleft { /*rtl:ignore*/ float: left; margin: 0.3rem 2rem 2rem 2rem; }

.alignright { /*rtl:ignore*/ float: right; margin: 0.3rem 2rem 2rem 2rem; }

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft, [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft, [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft { /*rtl:ignore*/ margin-left: 2rem; }

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright, [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright, [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright { /*rtl:ignore*/ margin-right: 2rem; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget { margin: 0 0 1.5em; }

.widget select { max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky { display: block; }

.post, .page { background-color: #FFFBF4; margin: 0 0 1.5em; }

.updated:not(.published) { display: none; }

.page-links { clear: both; margin: 0 0 1.5em; }

.entry-content > * { margin-left: auto; margin-right: auto; margin-bottom: 1.25em; }

.entry-content > *:first-child { margin-top: 0; }

.entry-content > *:last-child { margin-bottom: 0; }

.entry-content .portfolio-description { padding: 10px 40px; }

@media only screen and (max-width: 731px) { #primary { margin-left: 10px; margin-right: 10px; }
  .gb-block-layout-column-inner { padding: 10px; } }

.mb-0 { margin-bottom: 0; }

.m-0 { margin: 0; }

.mt-0 { margin-top: 0; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer { display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link:-moz-any-link { color: currentColor; }
.custom-logo-link:any-link { color: currentColor; }

.custom-logo-link, .logo-wrapper a.custom-logo-link { display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption { margin-bottom: 1.5em; max-width: 100%; }

.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }

.wp-caption .wp-caption-text { margin: 0.8075em 0; }

.wp-caption-text { text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 1.5em; display: grid; grid-gap: 1.5em; }

.gallery-item { display: inline-block; text-align: center; width: 100%; }

.gallery-columns-2 { grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 { grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 { grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 { grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 { grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 { grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 { grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 { grid-template-columns: repeat(9, 1fr); }

.gallery-caption { display: block; }

/*# sourceMappingURL=style.css.map */
