
/*! 
Theme Name: Studio Veh Theme URI: http://webiz.team 
Author: Webiz Team Author URI: https://webiz.team/ 
Description: Studio Veh Theme Version: 1.0.0 
License: GNU General Public License v2 or later License 
URI: LICENSE Text Domain: studioveh */


/*-------------------------------------------------------------- # Normalize --------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
    /* 1 */
     -webkit-text-size-adjust: 100%;
    /* 2 */
}
/* Sections ========================================================================== */
/** * Remove the margin in all browsers. */
 body {
     margin: 0;
     overflow-x: hidden;
}
/** * 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;
    /* 1 */
     height: 0;
    /* 1 */
     overflow: visible;
    /* 2 */
}
/** * 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;
    /* 1 */
     font-size: 1em;
    /* 2 */
}
/* 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;
    /* 1 */
     text-decoration: underline;
    /* 2 */
     -webkit-text-decoration: underline dotted;
     text-decoration: underline dotted;
    /* 2 */
}
/** * Add the correct font weight in Chrome, Edge, and Safari. */
 b, strong {
     font-weight: bolder;
}
/** * 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;
    /* 1 */
     font-size: 1em;
    /* 2 */
}
/** * 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;
    /* 1 */
     font-size: 100%;
    /* 1 */
     line-height: 1.15;
    /* 1 */
     margin: 0;
    /* 2 */
}
/** * Show the overflow in IE. * 1. Show the overflow in Edge. */
 button, input {
    /* 1 */
     overflow: visible;
}
/** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */
 button, select {
    /* 1 */
     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.35em 0.75em 0.625em;
}
/** * 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;
    /* 1 */
     color: inherit;
    /* 2 */
     display: table;
    /* 1 */
     max-width: 100%;
    /* 1 */
     padding: 0;
    /* 3 */
     white-space: normal;
    /* 1 */
}
/** * 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;
    /* 1 */
     padding: 0;
    /* 2 */
}
/** * 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;
    /* 1 */
     outline-offset: -2px;
    /* 2 */
}
/** * 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;
    /* 1 */
     font: inherit;
    /* 2 */
}
/* 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;
}


/*-------------------------------------------------------------- # Main Layout --------------------------------------------------------------*/
  html {
     background-color: #fff;
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
     min-width: 300px;
     overflow-x: hidden;
     overflow-y: scroll;
     text-rendering: optimizeLegibility;
     -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
     text-size-adjust: 100%;
	 
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
 
 .wrapper {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     max-width: 100%;
     padding-left: 12px;
     padding-right: 12px;
	/* padding-left: calc(12px + 3%);
	 padding-right: calc(12px + 3%);*/
     margin: 0 auto;
}
 #page {
     position: relative;
}

 body::after {
     position: absolute;
     content: '';
     top: 0;
     left: 0;
     width: 0;
     height: 100%;
     background-color: grey;
     -webkit-transform-origin: right;
     transform-origin: right;
     -webkit-transition: width 1s ease;
     transition: width 1s ease;
     z-index: -1;
}
 .site::after {
     position: absolute;
     content: '';
     top: 0;
     left: 0;
     width: 0;
     height: 100%;
     background: rgba(220, 220, 220, 0.5);
     -webkit-transform-origin: right;
     transform-origin: right;
     -webkit-transition: width 1s ease;
     transition: width 1s ease;
     z-index: -1;
}
 *, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior;
     see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
     -webkit-box-sizing: inherit;
     box-sizing: inherit;
}


 .container-fluid {
     margin-right: auto;
     margin-left: auto;
     padding-right: 2rem;
     padding-left: 2rem;
}
 .row {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     display: -webkit-box;
     display: -moz-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-flex: 0;
     -moz-flex: 0 1 auto;
     -ms-flex: 0 1 auto;
     flex: 0 1 auto;
     -webkit-box-direction: normal;
     -webkit-box-orient: horizontal;
     -moz-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: -0.5rem;
     margin-left: -0.5rem;
}
 .row.reverse {
     -webkit-box-direction: reverse;
     -webkit-box-orient: horizontal;
     -moz-flex-direction: row-reverse;
     -ms-flex-direction: row-reverse;
     flex-direction: row-reverse;
}
 .col.reverse {
     -webkit-box-direction: reverse;
     -webkit-box-orient: vertical;
     -moz-flex-direction: column-reverse;
     -ms-flex-direction: column-reverse;
     flex-direction: column-reverse;
}
 .col-xs {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     -ms-flex-preferred-size: auto;
     flex-basis: auto;
}
 .col-xs-1 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     -ms-flex-preferred-size: 8.33333%;
     flex-basis: 8.33333%;
     max-width: 8.33333%;
}
 .col-xs-2 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     -ms-flex-preferred-size: 16.66667%;
     flex-basis: 16.66667%;
     max-width: 16.66667%;
}
 .col-xs-3 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     -ms-flex-preferred-size: 25%;
     flex-basis: 25%;
     max-width: 25%;
}
 .col-xs-4 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     -ms-flex-preferred-size: 33.33333%;
     flex-basis: 33.33333%;
     max-width: 33.33333%;
}
 .col-xs-5 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     -ms-flex-preferred-size: 41.66667%;
     flex-basis: 41.66667%;
     max-width: 41.66667%;
}
 .col-xs-6 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     -ms-flex-preferred-size: 50%;
     flex-basis: 50%;
     max-width: 50%;
}
 .col-xs-7 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     -ms-flex-preferred-size: 58.33333%;
     flex-basis: 58.33333%;
     max-width: 58.33333%;
}
 .col-xs-8 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     -ms-flex-preferred-size: 66.66667%;
     flex-basis: 66.66667%;
     max-width: 66.66667%;
}
 .col-xs-9 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     -ms-flex-preferred-size: 75%;
     flex-basis: 75%;
     max-width: 75%;
}
 .col-xs-10 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     -ms-flex-preferred-size: 83.33333%;
     flex-basis: 83.33333%;
     max-width: 83.33333%;
}
 .col-xs-11 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     -ms-flex-preferred-size: 91.66667%;
     flex-basis: 91.66667%;
     max-width: 91.66667%;
}
 .col-xs-12 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     -ms-flex-preferred-size: 100%;
     flex-basis: 100%;
     max-width: 100%;
}

 .col-xs-offset-0 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     margin-left: 0;
}
 .col-xs-offset-1 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     margin-left: 8.33333%;
}
 .col-xs-offset-2 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     margin-left: 16.66667%;
}
 .col-xs-offset-3 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     margin-left: 25%;
}
 .col-xs-offset-4 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     margin-left: 33.33333%;
}
 .col-xs-offset-5 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     margin-left: 41.66667%;
}
 .col-xs-offset-6 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     margin-left: 50%;
}
 .col-xs-offset-7 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     margin-left: 58.33333%;
}
 .col-xs-offset-8 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     margin-left: 66.66667%;
}
 .col-xs-offset-9 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     margin-left: 75%;
}
 .col-xs-offset-10 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     margin-left: 83.33333%;
}
 .col-xs-offset-11 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     margin-left: 91.66667%;
}
 .col-xs-offset-12 {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-flex: 0;
     -moz-flex-grow: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding-right: 0.5rem;
     padding-left: 0.5rem;
     margin-left: 100%;
}
 .col-xs {
     -webkit-box-flex: 1;
     -moz-flex-grow: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
     -ms-flex-preferred-size: 0;
     flex-basis: 0;
     max-width: 100%;
}
 .start-xs {
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     -moz-justify-content: flex-start;
     justify-content: flex-start;
     text-align: left;
}
 .center-xs {
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     -moz-justify-content: center;
     justify-content: center;
     text-align: center;
}
 .end-xs {
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     -moz-justify-content: flex-end;
     justify-content: flex-end;
     text-align: right;
}
 .top-xs {
     -webkit-box-align: start;
     -ms-flex-align: start;
     -moz-align-items: flex-start;
     align-items: flex-start;
}
 .middle-xs {
     -webkit-box-align: center;
     -ms-flex-align: center;
     -moz-align-items: center;
     align-items: center;
}
 .bottom-xs {
     -webkit-box-align: end;
     -ms-flex-align: end;
     -moz-align-items: flex-end;
     align-items: flex-end;
}
 .around-xs {
     -ms-flex-pack: distribute;
     -moz-justify-content: space-around;
     justify-content: space-around;
}
 .between-xs {
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     -moz-justify-content: space-between;
     justify-content: space-between;
}
 .first-xs {
     -webkit-box-ordinal-group: 0;
     -ms-flex-order: -1;
     order: -1;
}
 .last-xs {
     -webkit-box-ordinal-group: 2;
     -ms-flex-order: 1;
     order: 1;
}


 .site.is-exiting::after {
     width: 100%;
}
 .site-content {
     padding-top: 8em;
    /* @include bp(laptopxsdown) {
         padding-top: 110px;
    }
    */
}

 .row.center {
     webkit-box-align: center;
     -ms-flex-align: center;
     -moz-align-items: center;
     -webkit-box-align: center;
     align-items: center;
}
 .row .order-3 {
     -webkit-box-ordinal-group: 3;
     -ms-flex-order: 3;
     order: 3;
}
 .row .order-2 {
     -webkit-box-ordinal-group: 2;
     -ms-flex-order: 2;
     order: 2;
}
 .row .order-1 {
     -webkit-box-ordinal-group: 1;
     -ms-flex-order: 1;
     order: 1;
}
 .columns {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-left: -0.9375rem;
     margin-right: -0.9375rem;
}
 .columns .column {
     padding-left: 0.9375rem;
     padding-right: 0.9375rem;
     padding-bottom: 0.9375rem;
     -webkit-box-flex: 1;
     -ms-flex: 1 1 100%;
     flex: 1 1 100%;
}
 .no-margin-bottom {
     margin-bottom: 0;
}
 .no-margin-bottom p:last-child {
     margin-bottom: 0;
}
 a.anchor {
     display: block;
     position: relative;
     top: -90px;
     visibility: hidden;
}

 .widget {
     margin: 0 0 1.5em;
}
 .widget select {
     max-width: 100%;
}
  

 ul, ol {
     margin: 0;
}
 ul {
     list-style: "— " outside none;
     padding-left: 60px;
}
 ul.text {
     padding-left: 30px;
}
 ol {
     list-style: decimal;
}
 li > ul, li > ol {
     margin-bottom: 0;
     margin-left: 1.5em;
}
 dt {
     font-weight: bold;
}
 dd {
     margin: 0 1.5em 1.5em;
}
 table {
     margin: 0 0 1.5em;
     width: 100%;
}
 .table-wrapper {
     overflow-x: auto;
     margin: 0 0 20px;
     overflow-y: hidden;
}

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

 blockquote {
     margin: 0 1.5em;
}
 address {
     margin: 0 0 1.5em;
}

 abbr, acronym {
     border-bottom: 1px dotted #666;
     cursor: help;
}
 mark, ins {
     background: #fff9c0;
     text-decoration: none;
}

 .accent.blue {
     color: #2EBAEC;
}


/*-------------------------------------------------------------- # Gutenberg --------------------------------------------------------------*/
/** * Color palette. * * @see resources/styles/shared/_variables.scss */
 .has-grey-text-color {
     color: #646464;
}
 .has-grey-text-background-color {
     background-color: #646464;
}
 .has-dark-grey-color {
     color: #333333;
}
 .has-dark-grey-background-color {
     background-color: #333333;
}


 body .editor-styles-wrapper .wp-block[data-align=full] {
     max-width: none;
}
 button, input[type="button"], 
 input[type="reset"], 
 input[type="submit"] {
     border: 1px solid;
     border-color: #ccc #ccc #bbb;
     border-radius: 3px;
     background: #e6e6e6;
     color: rgba(0, 0, 0, 0.8);
     font-size: 12px;
     font-size: 0.75rem;
     line-height: 1;
     padding: .6em 1em .4em;
}
 button:hover, 
 input[type="button"]:hover, 
 input[type="reset"]:hover, 
 input[type="submit"]:hover {
     border-color: #ccc #bbb #aaa;
}
 button:active, button:focus, 
 input[type="button"]:active, 
 input[type="button"]:focus, 
 input[type="reset"]:active, 
 input[type="reset"]:focus, 
 input[type="submit"]:active, 
 input[type="submit"]:focus {
     border-color: #aaa #bbb #bbb;
}
 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: #666;
     border: 1px solid #ccc;
     padding: 3px;
     border-radius: 6px;
     min-height: 40px;
     -webkit-transition: 300ms all;
     transition: 300ms all;
}
 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;
     -webkit-transition: 300ms all;
     transition: 300ms all;
     outline: none;
}
 select {
     border: 1px solid #ccc;
}
 textarea {
     width: 100%;
}

	
/*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/
/* Text meant only for screen readers. */
 .screen-reader-text {
     border: 0;
     clip: rect(1px, 1px, 1px, 1px);
     -webkit-clip-path: inset(50%);
     clip-path: inset(50%);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute !important;
     width: 1px;
     word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
 .screen-reader-text:focus {
     background-color: #f1f1f1;
     border-radius: 3px;
     -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
     box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
     clip: auto !important;
     -webkit-clip-path: none;
     clip-path: none;
     color: #21759b;
     display: block;
     font-size: 14px;
     font-size: 0.875rem;
     font-weight: bold;
     height: auto;
     left: 5px;
     line-height: normal;
     padding: 15px 23px 14px;
     text-decoration: none;
     top: 5px;
     width: auto;
     z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
 #content[tabindex="-1"]:focus {
     outline: 0;
}


/*-------------------------------------------------------------- # Modules --------------------------------------------------------------*/
 .alignleft {
     display: inline;
     float: left;
     margin-right: 1.5em;
}
 .alignright {
     display: inline;
     float: right;
     margin-left: 1.5em;
}
 .aligncenter {
     clear: both;
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .alignfull {
     margin-left: calc(50% - 50vw);
     margin-right: calc(50% - 50vw);
     max-width: 100vw;
     width: 100vw;
}
 .alignwide {
     margin-left: calc(50% - 50vw);
     margin-right: calc(50% - 50vw);
     max-width: 100vw;
     width: 100vw;
     padding-left: 30em;
     padding-right: 30em;
}
 .clear:before, 
 .clear:after, 
 .entry-content:before, 
 .entry-content:after, 
 .comment-content:before, 
 .comment-content:after, 
 .site-header:before, 
 .site-header:after, 
 .site-content:before, 
 .site-content:after, 
 .site-footer:before, 
 .site-footer:after {
     content: "";
     display: table;
     table-layout: fixed;
}
 .clear:after, 
 .entry-content:after, 
 .comment-content:after, 
 .site-header:after, 
 .site-content:after, 
 .site-footer:after {
     clear: both;
}


/*-------------------------------------------------------------- # 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%;
}
 img, video {
     height: auto;
    /* Make sure images are scaled correctly. */
     max-width: 100%;
    /* Adhere to container width. */
     -o-object-fit: cover;
     object-fit: cover;
     height: intrinsic;
     width: 100%;
}
 figure {
     margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}


/*-------------------------------------------------------------- ## 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;
}
 .gallery-item {
     display: inline-block;
     text-align: center;
     vertical-align: top;
     width: 100%;
}
 .gallery-columns-2 .gallery-item {
     max-width: 50%;
}
 .gallery-columns-3 .gallery-item {
     max-width: 33.33%;
}
 .gallery-columns-4 .gallery-item {
     max-width: 25%;
}
 .gallery-columns-5 .gallery-item {
     max-width: 20%;
}
 .gallery-columns-6 .gallery-item {
     max-width: 16.66%;
}
 .gallery-columns-7 .gallery-item {
     max-width: 14.28%;
}
 .gallery-columns-8 .gallery-item {
     max-width: 12.5%;
}
 .gallery-columns-9 .gallery-item {
     max-width: 11.11%;
}
 .gallery-caption {
     display: block;
}
