@charset "UTF-8"; /* Theme Name: Arendelle Theme URI: https://deothemes.com/freebies/arendelle-free-woocommerce-wordpress-theme/ Author: DeoThemes Author URI: https://deothemes.com Description: Arendelle is a gorgeous WooCommerce WordPress theme that suits best for apparel, fashion and clothing store website. The theme comes with a selection of home page layouts, header, footer, mega menu and product builder, custom Elementor widgets topped off with full WooCommerce plugin compatibility. We took care of all the important components such as quickview, wishlist, distraction free checkout and many more. Arendelle WordPress theme is perfectly optimized for mobile devices and loads faster than other themes. Build you next online store with Arendelle WordPress theme. Version: 1.0.7 Tested up to: 5.7 Requires PHP: 7.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: arendelle Tags: blog, e-commerce, translation-ready, theme-options, grid-layout, left-sidebar, right-sidebar, custom-colors, custom-background, custom-logo, footer-widgets, featured-images, custom-menu, block-styles, wide-blocks This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. */ /*-------------------------------------------------------*/ /* Table of Content 1.General 1.1.Typography 1.2.Grid 2.Common Elements 3.Layout 4.Blog 5.Navigation 6.Footer 7.Helper CLasses 8.WordPress styles 9.Gutenberg 10.Widgets /*-------------------------------------------------------*/ /*-------------------------------------------------------*/ /* Bootstrap Grid /*-------------------------------------------------------*/ /*! Bootstrap v5.0.0-beta1 (https://getbootstrap.com/) Copyright 2011-2020 The Bootstrap Authors Copyright 2011-2020 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ :root { --bs-font-monospace: monospace; } *, *::before, *::after { box-sizing: border-box; } @media (prefers-reduced-motion: no-preference) { :root { scroll-behavior: smooth; } } body { margin: 0; font-family: var(--bs-font-sans-serif); font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } hr { margin: 1rem 0; color: inherit; background-color: currentColor; border: 0; opacity: 0.4; } hr:not([size]) { height: 1px; } h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; } h1 { font-size: calc(1.375rem + 1.5vw); } @media (min-width: 1200px) { h1 { font-size: 2.5rem; } } h2 { font-size: calc(1.325rem + 0.9vw); } @media (min-width: 1200px) { h2 { font-size: 2rem; } } h3 { font-size: calc(1.3rem + 0.6vw); } @media (min-width: 1200px) { h3 { font-size: 1.75rem; } } h4 { font-size: calc(1.275rem + 0.3vw); } @media (min-width: 1200px) { h4 { font-size: 1.5rem; } } h5 { font-size: 1.25rem; } h6 { font-size: 1rem; } p { margin-top: 0; margin-bottom: 1rem; } abbr[title], abbr[data-bs-original-title] { text-decoration: underline dotted; cursor: help; text-decoration-skip-ink: none; } address { margin-bottom: 1rem; font-style: normal; line-height: inherit; } ol, ul { padding-left: 2rem; } ol, ul, dl { margin-top: 0; margin-bottom: 1rem; } ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; } dt { font-weight: 700; } dd { margin-bottom: .5rem; margin-left: 0; } blockquote { margin: 0 0 1rem; } b, strong { font-weight: bolder; } small { font-size: 0.875em; } mark { padding: 0.2em; background-color: #fcf8e3; } sub, sup { position: relative; font-size: 0.75em; line-height: 0; vertical-align: baseline; } sub { bottom: -.25em; } sup { top: -.5em; } a { color: #024E82; text-decoration: none; } a:hover { color: #1D1D1D; } a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; } pre, code, kbd, samp { font-family: var(--bs-font-monospace); font-size: 1em; direction: ltr /* rtl:ignore */; unicode-bidi: bidi-override; } pre { display: block; margin-top: 0; margin-bottom: 1rem; overflow: auto; font-size: 1.125rem; } pre code { font-size: inherit; color: inherit; word-break: normal; } code { font-size: 1.125rem; color: #d63384; word-wrap: break-word; } a > code { color: inherit; } kbd { padding: 0.2rem 0.4rem; font-size: 1.125rem; color: #fff; background-color: #212529; border-radius: 0.2rem; } kbd kbd { padding: 0; font-size: 1em; font-weight: 700; } figure { margin: 0 0 1rem; } img, svg { vertical-align: middle; } table { caption-side: bottom; border-collapse: collapse; } caption { padding-top: 0.5rem; padding-bottom: 0.5rem; color: #555555; text-align: left; } th { text-align: inherit; text-align: -webkit-match-parent; } thead, tbody, tfoot, tr, td, th { border-color: inherit; border-style: solid; border-width: 0; } label { display: inline-block; } button { border-radius: 0; } button:focus:not(:focus-visible) { outline: 0; } input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } button, select { text-transform: none; } [role="button"] { cursor: pointer; } select { word-wrap: normal; } select:disabled { opacity: 1; } [list]::-webkit-calendar-picker-indicator { display: none; } button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) { cursor: pointer; } ::-moz-focus-inner { padding: 0; border-style: none; } textarea { resize: vertical; } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { float: left; width: 100%; padding: 0; margin-bottom: 0.5rem; font-size: calc(1.275rem + 0.3vw); line-height: inherit; } @media (min-width: 1200px) { legend { font-size: 1.5rem; } } legend + * { clear: left; } ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field { padding: 0; } ::-webkit-inner-spin-button { height: auto; } [type="search"] { outline-offset: -2px; -webkit-appearance: textfield; } /* rtl:raw: [type="tel"], [type="url"], [type="email"], [type="number"] { direction: ltr; } */ ::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-color-swatch-wrapper { padding: 0; } ::file-selector-button { font: inherit; } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; } output { display: inline-block; } iframe { border: 0; } summary { display: list-item; cursor: pointer; } progress { vertical-align: baseline; } .container, .container-fluid, .container-lg, .container-xl { width: 100%; padding-right: var(--bs-gutter-x, 10px); padding-left: var(--bs-gutter-x, 10px); margin-right: auto; margin-left: auto; } @media (min-width: 1025px) { .container, .container-sm, .container-md, .container-lg { max-width: 960px; } } @media (min-width: 1400px) { .container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1260px; } } .row { --bs-gutter-x: 20px; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); margin-right: calc(var(--bs-gutter-x) / -2); margin-left: calc(var(--bs-gutter-x) / -2); } .row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x) / 2); padding-left: calc(var(--bs-gutter-x) / 2); margin-top: var(--bs-gutter-y); } .col { flex: 1 0 0%; } .row-cols-auto > * { flex: 0 0 auto; width: auto; } .row-cols-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-6 > * { flex: 0 0 auto; width: 16.6666666667%; } .col-auto { flex: 0 0 auto; width: auto; } .col-1 { flex: 0 0 auto; width: 8.3333333333%; } .col-2 { flex: 0 0 auto; width: 16.6666666667%; } .col-3 { flex: 0 0 auto; width: 25%; } .col-4 { flex: 0 0 auto; width: 33.3333333333%; } .col-5 { flex: 0 0 auto; width: 41.6666666667%; } .col-6 { flex: 0 0 auto; width: 50%; } .col-7 { flex: 0 0 auto; width: 58.3333333333%; } .col-8 { flex: 0 0 auto; width: 66.6666666667%; } .col-9 { flex: 0 0 auto; width: 75%; } .col-10 { flex: 0 0 auto; width: 83.3333333333%; } .col-11 { flex: 0 0 auto; width: 91.6666666667%; } .col-12 { flex: 0 0 auto; width: 100%; } .offset-1 { margin-left: 8.3333333333%; } .offset-2 { margin-left: 16.6666666667%; } .offset-3 { margin-left: 25%; } .offset-4 { margin-left: 33.3333333333%; } .offset-5 { margin-left: 41.6666666667%; } .offset-6 { margin-left: 50%; } .offset-7 { margin-left: 58.3333333333%; } .offset-8 { margin-left: 66.6666666667%; } .offset-9 { margin-left: 75%; } .offset-10 { margin-left: 83.3333333333%; } .offset-11 { margin-left: 91.6666666667%; } .g-0, .gx-0 { --bs-gutter-x: 0; } .g-0, .gy-0 { --bs-gutter-y: 0; } .g-1, .gx-1 { --bs-gutter-x: 0.25rem; } .g-1, .gy-1 { --bs-gutter-y: 0.25rem; } .g-2, .gx-2 { --bs-gutter-x: 0.5rem; } .g-2, .gy-2 { --bs-gutter-y: 0.5rem; } .g-3, .gx-3 { --bs-gutter-x: 1rem; } .g-3, .gy-3 { --bs-gutter-y: 1rem; } .g-4, .gx-4 { --bs-gutter-x: 1.5rem; } .g-4, .gy-4 { --bs-gutter-y: 1.5rem; } .g-5, .gx-5 { --bs-gutter-x: 3rem; } .g-5, .gy-5 { --bs-gutter-y: 3rem; } @media (min-width: 576px) { .col-sm { flex: 1 0 0%; } .row-cols-sm-auto > * { flex: 0 0 auto; width: auto; } .row-cols-sm-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-sm-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-sm-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-sm-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-sm-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-sm-6 > * { flex: 0 0 auto; width: 16.6666666667%; } .col-sm-auto { flex: 0 0 auto; width: auto; } .col-sm-1 { flex: 0 0 auto; width: 8.3333333333%; } .col-sm-2 { flex: 0 0 auto; width: 16.6666666667%; } .col-sm-3 { flex: 0 0 auto; width: 25%; } .col-sm-4 { flex: 0 0 auto; width: 33.3333333333%; } .col-sm-5 { flex: 0 0 auto; width: 41.6666666667%; } .col-sm-6 { flex: 0 0 auto; width: 50%; } .col-sm-7 { flex: 0 0 auto; width: 58.3333333333%; } .col-sm-8 { flex: 0 0 auto; width: 66.6666666667%; } .col-sm-9 { flex: 0 0 auto; width: 75%; } .col-sm-10 { flex: 0 0 auto; width: 83.3333333333%; } .col-sm-11 { flex: 0 0 auto; width: 91.6666666667%; } .col-sm-12 { flex: 0 0 auto; width: 100%; } .offset-sm-0 { margin-left: 0; } .offset-sm-1 { margin-left: 8.3333333333%; } .offset-sm-2 { margin-left: 16.6666666667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.3333333333%; } .offset-sm-5 { margin-left: 41.6666666667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.3333333333%; } .offset-sm-8 { margin-left: 66.6666666667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.3333333333%; } .offset-sm-11 { margin-left: 91.6666666667%; } .g-sm-0, .gx-sm-0 { --bs-gutter-x: 0; } .g-sm-0, .gy-sm-0 { --bs-gutter-y: 0; } .g-sm-1, .gx-sm-1 { --bs-gutter-x: 0.25rem; } .g-sm-1, .gy-sm-1 { --bs-gutter-y: 0.25rem; } .g-sm-2, .gx-sm-2 { --bs-gutter-x: 0.5rem; } .g-sm-2, .gy-sm-2 { --bs-gutter-y: 0.5rem; } .g-sm-3, .gx-sm-3 { --bs-gutter-x: 1rem; } .g-sm-3, .gy-sm-3 { --bs-gutter-y: 1rem; } .g-sm-4, .gx-sm-4 { --bs-gutter-x: 1.5rem; } .g-sm-4, .gy-sm-4 { --bs-gutter-y: 1.5rem; } .g-sm-5, .gx-sm-5 { --bs-gutter-x: 3rem; } .g-sm-5, .gy-sm-5 { --bs-gutter-y: 3rem; } } @media (min-width: 768px) { .col-md { flex: 1 0 0%; } .row-cols-md-auto > * { flex: 0 0 auto; width: auto; } .row-cols-md-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-md-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-md-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-md-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-md-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-md-6 > * { flex: 0 0 auto; width: 16.6666666667%; } .col-md-auto { flex: 0 0 auto; width: auto; } .col-md-1 { flex: 0 0 auto; width: 8.3333333333%; } .col-md-2 { flex: 0 0 auto; width: 16.6666666667%; } .col-md-3 { flex: 0 0 auto; width: 25%; } .col-md-4 { flex: 0 0 auto; width: 33.3333333333%; } .col-md-5 { flex: 0 0 auto; width: 41.6666666667%; } .col-md-6 { flex: 0 0 auto; width: 50%; } .col-md-7 { flex: 0 0 auto; width: 58.3333333333%; } .col-md-8 { flex: 0 0 auto; width: 66.6666666667%; } .col-md-9 { flex: 0 0 auto; width: 75%; } .col-md-10 { flex: 0 0 auto; width: 83.3333333333%; } .col-md-11 { flex: 0 0 auto; width: 91.6666666667%; } .col-md-12 { flex: 0 0 auto; width: 100%; } .offset-md-0 { margin-left: 0; } .offset-md-1 { margin-left: 8.3333333333%; } .offset-md-2 { margin-left: 16.6666666667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.3333333333%; } .offset-md-5 { margin-left: 41.6666666667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.3333333333%; } .offset-md-8 { margin-left: 66.6666666667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.3333333333%; } .offset-md-11 { margin-left: 91.6666666667%; } .g-md-0, .gx-md-0 { --bs-gutter-x: 0; } .g-md-0, .gy-md-0 { --bs-gutter-y: 0; } .g-md-1, .gx-md-1 { --bs-gutter-x: 0.25rem; } .g-md-1, .gy-md-1 { --bs-gutter-y: 0.25rem; } .g-md-2, .gx-md-2 { --bs-gutter-x: 0.5rem; } .g-md-2, .gy-md-2 { --bs-gutter-y: 0.5rem; } .g-md-3, .gx-md-3 { --bs-gutter-x: 1rem; } .g-md-3, .gy-md-3 { --bs-gutter-y: 1rem; } .g-md-4, .gx-md-4 { --bs-gutter-x: 1.5rem; } .g-md-4, .gy-md-4 { --bs-gutter-y: 1.5rem; } .g-md-5, .gx-md-5 { --bs-gutter-x: 3rem; } .g-md-5, .gy-md-5 { --bs-gutter-y: 3rem; } } @media (min-width: 1025px) { .col-lg { flex: 1 0 0%; } .row-cols-lg-auto > * { flex: 0 0 auto; width: auto; } .row-cols-lg-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-lg-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-lg-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-lg-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-lg-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-lg-6 > * { flex: 0 0 auto; width: 16.6666666667%; } .col-lg-auto { flex: 0 0 auto; width: auto; } .col-lg-1 { flex: 0 0 auto; width: 8.3333333333%; } .col-lg-2 { flex: 0 0 auto; width: 16.6666666667%; } .col-lg-3 { flex: 0 0 auto; width: 25%; } .col-lg-4 { flex: 0 0 auto; width: 33.3333333333%; } .col-lg-5 { flex: 0 0 auto; width: 41.6666666667%; } .col-lg-6 { flex: 0 0 auto; width: 50%; } .col-lg-7 { flex: 0 0 auto; width: 58.3333333333%; } .col-lg-8 { flex: 0 0 auto; width: 66.6666666667%; } .col-lg-9 { flex: 0 0 auto; width: 75%; } .col-lg-10 { flex: 0 0 auto; width: 83.3333333333%; } .col-lg-11 { flex: 0 0 auto; width: 91.6666666667%; } .col-lg-12 { flex: 0 0 auto; width: 100%; } .offset-lg-0 { margin-left: 0; } .offset-lg-1 { margin-left: 8.3333333333%; } .offset-lg-2 { margin-left: 16.6666666667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.3333333333%; } .offset-lg-5 { margin-left: 41.6666666667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.3333333333%; } .offset-lg-8 { margin-left: 66.6666666667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.3333333333%; } .offset-lg-11 { margin-left: 91.6666666667%; } .g-lg-0, .gx-lg-0 { --bs-gutter-x: 0; } .g-lg-0, .gy-lg-0 { --bs-gutter-y: 0; } .g-lg-1, .gx-lg-1 { --bs-gutter-x: 0.25rem; } .g-lg-1, .gy-lg-1 { --bs-gutter-y: 0.25rem; } .g-lg-2, .gx-lg-2 { --bs-gutter-x: 0.5rem; } .g-lg-2, .gy-lg-2 { --bs-gutter-y: 0.5rem; } .g-lg-3, .gx-lg-3 { --bs-gutter-x: 1rem; } .g-lg-3, .gy-lg-3 { --bs-gutter-y: 1rem; } .g-lg-4, .gx-lg-4 { --bs-gutter-x: 1.5rem; } .g-lg-4, .gy-lg-4 { --bs-gutter-y: 1.5rem; } .g-lg-5, .gx-lg-5 { --bs-gutter-x: 3rem; } .g-lg-5, .gy-lg-5 { --bs-gutter-y: 3rem; } } @media (min-width: 1400px) { .col-xl { flex: 1 0 0%; } .row-cols-xl-auto > * { flex: 0 0 auto; width: auto; } .row-cols-xl-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-xl-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-xl-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-xl-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-xl-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-xl-6 > * { flex: 0 0 auto; width: 16.6666666667%; } .col-xl-auto { flex: 0 0 auto; width: auto; } .col-xl-1 { flex: 0 0 auto; width: 8.3333333333%; } .col-xl-2 { flex: 0 0 auto; width: 16.6666666667%; } .col-xl-3 { flex: 0 0 auto; width: 25%; } .col-xl-4 { flex: 0 0 auto; width: 33.3333333333%; } .col-xl-5 { flex: 0 0 auto; width: 41.6666666667%; } .col-xl-6 { flex: 0 0 auto; width: 50%; } .col-xl-7 { flex: 0 0 auto; width: 58.3333333333%; } .col-xl-8 { flex: 0 0 auto; width: 66.6666666667%; } .col-xl-9 { flex: 0 0 auto; width: 75%; } .col-xl-10 { flex: 0 0 auto; width: 83.3333333333%; } .col-xl-11 { flex: 0 0 auto; width: 91.6666666667%; } .col-xl-12 { flex: 0 0 auto; width: 100%; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.3333333333%; } .offset-xl-2 { margin-left: 16.6666666667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.3333333333%; } .offset-xl-5 { margin-left: 41.6666666667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.3333333333%; } .offset-xl-8 { margin-left: 66.6666666667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.3333333333%; } .offset-xl-11 { margin-left: 91.6666666667%; } .g-xl-0, .gx-xl-0 { --bs-gutter-x: 0; } .g-xl-0, .gy-xl-0 { --bs-gutter-y: 0; } .g-xl-1, .gx-xl-1 { --bs-gutter-x: 0.25rem; } .g-xl-1, .gy-xl-1 { --bs-gutter-y: 0.25rem; } .g-xl-2, .gx-xl-2 { --bs-gutter-x: 0.5rem; } .g-xl-2, .gy-xl-2 { --bs-gutter-y: 0.5rem; } .g-xl-3, .gx-xl-3 { --bs-gutter-x: 1rem; } .g-xl-3, .gy-xl-3 { --bs-gutter-y: 1rem; } .g-xl-4, .gx-xl-4 { --bs-gutter-x: 1.5rem; } .g-xl-4, .gy-xl-4 { --bs-gutter-y: 1.5rem; } .g-xl-5, .gx-xl-5 { --bs-gutter-x: 3rem; } .g-xl-5, .gy-xl-5 { --bs-gutter-y: 3rem; } } .fade { transition: opacity 0.15s linear; } @media (prefers-reduced-motion: reduce) { .fade { transition: none; } } .fade:not(.show) { opacity: 0; } .collapse:not(.show) { display: none; } .collapsing { height: 0; overflow: hidden; transition: height 0.35s ease; } @media (prefers-reduced-motion: reduce) { .collapsing { transition: none; } } .btn-close { box-sizing: content-box; width: 1em; height: 1em; padding: 0.25em 0.25em; color: #000; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; border: 0; border-radius: 0.25rem; opacity: 0.5; } .btn-close:hover { color: #000; text-decoration: none; opacity: 0.75; } .btn-close:focus { outline: 0; box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); opacity: 1; } .btn-close:disabled, .btn-close.disabled { pointer-events: none; user-select: none; opacity: 0.25; } .btn-close-white { filter: invert(1) grayscale(100%) brightness(200%); } .modal-open { overflow: hidden; } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal { position: fixed; top: 0; left: 0; z-index: 1060; display: none; width: 100%; height: 100%; overflow: hidden; outline: 0; } .modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; } .modal.fade .modal-dialog { transition: transform 0.3s ease-out; transform: translate(0, -50px); } @media (prefers-reduced-motion: reduce) { .modal.fade .modal-dialog { transition: none; } } .modal.show .modal-dialog { transform: none; } .modal.modal-static .modal-dialog { transform: scale(1.02); } .modal-dialog-scrollable { height: calc(100% - 1rem); } .modal-dialog-scrollable .modal-content { max-height: 100%; overflow: hidden; } .modal-dialog-scrollable .modal-body { overflow-y: auto; } .modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - 1rem); } .modal-content { position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; outline: 0; } .modal-backdrop { position: fixed; top: 0; left: 0; z-index: 1050; width: 100vw; height: 100vh; background-color: #000; } .modal-backdrop.fade { opacity: 0; } .modal-backdrop.show { opacity: 0.5; } .modal-header { display: flex; flex-shrink: 0; align-items: center; justify-content: space-between; padding: 1rem 1rem; border-bottom: 1px solid #ebebeb; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); } .modal-header .btn-close { padding: 0.5rem 0.5rem; margin: -0.5rem -0.5rem -0.5rem auto; } .modal-title { margin-bottom: 0; line-height: 1.5; } .modal-body { position: relative; flex: 1 1 auto; padding: 1rem; } .modal-footer { display: flex; flex-wrap: wrap; flex-shrink: 0; align-items: center; justify-content: flex-end; padding: 0.75rem; border-top: 1px solid #ebebeb; border-bottom-right-radius: calc(0.3rem - 1px); border-bottom-left-radius: calc(0.3rem - 1px); } .modal-footer > * { margin: 0.25rem; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto; } .modal-dialog-scrollable { height: calc(100% - 3.5rem); } .modal-dialog-centered { min-height: calc(100% - 3.5rem); } .modal-sm { max-width: 300px; } } @media (min-width: 1025px) { .modal-lg, .modal-xl { max-width: 800px; } } @media (min-width: 1400px) { .modal-xl { max-width: 1140px; } } .modal-fullscreen { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen .modal-header { border-radius: 0; } .modal-fullscreen .modal-body { overflow-y: auto; } .modal-fullscreen .modal-footer { border-radius: 0; } @media (max-width: 575.98px) { .modal-fullscreen-sm-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-sm-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-sm-down .modal-header { border-radius: 0; } .modal-fullscreen-sm-down .modal-body { overflow-y: auto; } .modal-fullscreen-sm-down .modal-footer { border-radius: 0; } } @media (max-width: 767.98px) { .modal-fullscreen-md-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-md-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-md-down .modal-header { border-radius: 0; } .modal-fullscreen-md-down .modal-body { overflow-y: auto; } .modal-fullscreen-md-down .modal-footer { border-radius: 0; } } @media (max-width: 1024.98px) { .modal-fullscreen-lg-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-lg-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-lg-down .modal-header { border-radius: 0; } .modal-fullscreen-lg-down .modal-body { overflow-y: auto; } .modal-fullscreen-lg-down .modal-footer { border-radius: 0; } } @media (max-width: 1399.98px) { .modal-fullscreen-xl-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-xl-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-xl-down .modal-header { border-radius: 0; } .modal-fullscreen-xl-down .modal-body { overflow-y: auto; } .modal-fullscreen-xl-down .modal-footer { border-radius: 0; } } .ratio { position: relative; width: 100%; } .ratio::before { display: block; padding-top: var(--bs-aspect-ratio); content: ""; } .ratio > * { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .ratio-1x1 { --bs-aspect-ratio: 100%; } .ratio-4x3 { --bs-aspect-ratio: calc(3 / 4 * 100%); } .ratio-16x9 { --bs-aspect-ratio: calc(9 / 16 * 100%); } .ratio-21x9 { --bs-aspect-ratio: calc(9 / 21 * 100%); } .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; } .d-inline { display: inline !important; } .d-inline-block { display: inline-block !important; } .d-block { display: block !important; } .d-table { display: table !important; } .d-table-row { display: table-row !important; } .d-table-cell { display: table-cell !important; } .d-flex { display: flex !important; } .d-inline-flex { display: inline-flex !important; } .d-none { display: none !important; } @media (min-width: 576px) { .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-block { display: block !important; } .d-sm-table { display: table !important; } .d-sm-table-row { display: table-row !important; } .d-sm-table-cell { display: table-cell !important; } .d-sm-flex { display: flex !important; } .d-sm-inline-flex { display: inline-flex !important; } .d-sm-none { display: none !important; } } @media (min-width: 768px) { .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-block { display: block !important; } .d-md-table { display: table !important; } .d-md-table-row { display: table-row !important; } .d-md-table-cell { display: table-cell !important; } .d-md-flex { display: flex !important; } .d-md-inline-flex { display: inline-flex !important; } .d-md-none { display: none !important; } } @media (min-width: 1025px) { .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-block { display: block !important; } .d-lg-table { display: table !important; } .d-lg-table-row { display: table-row !important; } .d-lg-table-cell { display: table-cell !important; } .d-lg-flex { display: flex !important; } .d-lg-inline-flex { display: inline-flex !important; } .d-lg-none { display: none !important; } } @media (min-width: 1400px) { .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-block { display: block !important; } .d-xl-table { display: table !important; } .d-xl-table-row { display: table-row !important; } .d-xl-table-cell { display: table-cell !important; } .d-xl-flex { display: flex !important; } .d-xl-inline-flex { display: inline-flex !important; } .d-xl-none { display: none !important; } } @media print { .d-print-inline { display: inline !important; } .d-print-inline-block { display: inline-block !important; } .d-print-block { display: block !important; } .d-print-table { display: table !important; } .d-print-table-row { display: table-row !important; } .d-print-table-cell { display: table-cell !important; } .d-print-flex { display: flex !important; } .d-print-inline-flex { display: inline-flex !important; } .d-print-none { display: none !important; } } /*-------------------------------------------------------*/ /* General /*-------------------------------------------------------*/ ::-moz-selection { color: #333; background: #fbedc4; } ::-webkit-selection { color: #333; background: #fbedc4; } ::selection { color: #333; background: #fbedc4; } a:hover, a:focus { text-decoration: none; } body { margin: 0; padding: 0; font-family: "PT Serif", serif; font-size: 16px; line-height: 1.5; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; background: #fff; outline: 0; overflow-x: hidden; overflow-y: auto; color: #555555; } body img { border: none; max-width: 100%; user-select: none; } video { width: 100%; } figure { margin: 0; } figcaption { font-size: 0.8125rem; margin-top: 16px; color: #555555; text-align: center; } /*-------------------------------------------------------*/ /* Typography /*-------------------------------------------------------*/ ul { margin: 0; padding: 0; } h1, h2, h3, h4, h5, h6 { font-family: "Jost", sans-serif; margin-top: 0; margin-bottom: 10px; color: #1D1D1D; line-height: 1.3; font-weight: 500; } h1, .h1 { font-size: 2.375rem; } h2, .h2 { font-size: 2rem; } h3, .h3 { font-size: 1.75rem; } h4, .h4 { font-size: 1.5rem; } h5, .h5 { font-size: 1.25rem; } h6, .h6 { font-size: 1rem; } @media only screen and (max-width: 575px) { h1, .h1, .page-content > h1 { font-size: 2rem; } h2, .h2, .page-content > h2 { font-size: 1.7rem; } h3, .h3, .page-content > h3 { font-size: 1.5rem; } h4, .h4, .page-content > h4 { font-size: 1.35rem; } } h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a { color: inherit; } address { font-style: normal; } .text-center { text-align: center; } .text-right { text-align: right; } .text-left { text-align: left; } @media only screen and (max-width: 1399px) { .text-lg-center { text-align: center; } } @media only screen and (max-width: 1024px) { .text-md-center { text-align: center; } } @media only screen and (max-width: 767px) { .text-sm-center { text-align: center; } } @media only screen and (max-width: 575px) { .text-xs-center { text-align: center; } } /*-------------------------------------------------------*/ /* Grid /*-------------------------------------------------------*/ @media only screen and (max-width: 1024px) { .container { padding-left: 30px; padding-right: 30px; } } .container-semi-fluid { padding: 0 50px; } @media only screen and (max-width: 767px) { .container-semi-fluid { padding: 0 15px; } } /* Sections -------------------------------------------------------*/ .blog-section, .search-results-section, .archive-section, .page-section, .shop-section { padding: 70px 0; } .single-product .shop-section { padding-bottom: 30px; } /* Vertical Header -------------------------------------------------------*/ @media only screen and (min-width: 1025px) { .eversor-header-vertical .container { padding-left: 40px; padding-right: 40px; } } /* Flexbox -------------------------------------------------------*/ .flex-parent { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; } .flex-child { -webkit-box-flex: 1 0 0; -webkit-flex: 1 0 0; -ms-flex: 1 0 0; flex: 1 0 0; } /* Row Gutters -------------------------------------------------------*/ .row-8 { margin: 0 -4px; } .row-8 > div { padding: 0 4px; } .row-10 { margin: 0 -5px; } .row-10 > div { padding: 0 5px; } .row-16 { margin: 0 -8px; } .row-16 > div { padding: 0 8px; } .row-40 { margin: 0 -20px; } .row-40 > div { padding: 0 20px; } /*-------------------------------------------------------*/ /* Main Wrapper /*-------------------------------------------------------*/ .main-wrapper { overflow: hidden; position: relative; } .content { min-width: 0; } /*-------------------------------------------------------*/ /* Page Title /*-------------------------------------------------------*/ .page-title { position: relative; width: 100%; overflow: hidden; display: block; padding: 34px 0; background-color: #FBFBFB; background-repeat: no-repeat; background-size: cover; background-position: center center; } .page-title .container { height: 100%; } .page-title__holder { display: flex; justify-content: space-between; flex-wrap: nowrap; align-items: center; } @media only screen and (max-width: 575px) { .page-title__holder { flex-direction: column; } } .page-title__title { font-size: 2.375rem; line-height: 1.3; } @media only screen and (min-width: 576px) { .page-title__title { margin-bottom: 0; } } .page-title__description { margin-top: 24px; margin-bottom: 0; font-size: 1.25rem; } .page-title__description p { margin-bottom: 0; } .page-title-layout-2 .single-post__entry-header { margin-bottom: 0; } /*-------------------------------------------------------*/ /* Blog /*-------------------------------------------------------*/ .entry { position: relative; margin-bottom: 64px; word-wrap: break-word; } .masonry-item:last-child .entry { border-bottom: 0; padding-bottom: 0 !important; } .entry__img-holder { overflow: hidden; position: relative; margin-bottom: 40px; } .entry__img-holder .entry__meta-date { position: absolute; left: 16px; top: 16px; padding: 10px 17px; background-color: #fff; } .entry__img-holder + .entry__body { padding-top: 30px; } .entry__img-holder:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); } .entry__img { width: 100%; transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) !important; } @media (prefers-reduced-motion: reduce) { .entry__img { transition: none; } } .entry__title { font-size: 1.625rem; margin-bottom: 14px; position: relative; } .entry__title a:hover, .entry__title a:focus { color: #024E82; } @media only screen and (min-width: 1025px) { .entry__title { font-size: 1.75rem; } } .entry__excerpt { margin-top: 24px; } .entry__excerpt p { margin-bottom: 0; } /*-------------------------------------------------------*/ /* Meta /*-------------------------------------------------------*/ .entry__meta { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 16px; } .entry__meta-item { display: inline-flex; flex-wrap: wrap; font-size: 0.8125rem; font-family: "Jost", sans-serif; text-transform: uppercase; color: #555555; } .entry__meta-item a { color: #555555; } .entry__meta-item:not(:last-child) { margin-right: 34px; } .entry__meta-item .entry__category-item { color: #024E82; } .entry__meta a:hover, .entry__meta a:focus { text-decoration: underline; color: #024E82; } span.entry__meta-item { font-weight: normal; } .entry__category-item { color: #024E82; font-size: .8125rem; text-transform: uppercase; } .entry__category-item:not(:last-child)::after { content: '/'; display: inline-block; margin: 0 8px; } .entry__category-item:hover, .entry__category-item:focus { color: #1D1D1D; text-decoration: underline; } .entry-date { text-align: center; } .entry-date__month-day { display: block; } /*-------------------------------------------------------*/ /* Pagination /*-------------------------------------------------------*/ .pagination, .post-pagination { margin-bottom: 24px; } .pagination { text-align: center; } .pagination span, .pagination a, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .post-page-numbers { font-size: 0.875rem; display: inline-block; padding: 0 10px; height: 40px; min-width: 40px; line-height: 38px; margin: 0 2px 8px; text-align: center; color: #555555; vertical-align: middle; white-space: nowrap; background-color: #fff; border: 1px solid #ebebeb; list-style: none; transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95); } @media (prefers-reduced-motion: reduce) { .pagination span, .pagination a, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .post-page-numbers { transition: none; } } .pagination span:not(span):hover, .pagination span:not(span):focus, .pagination a:not(span):hover, .pagination a:not(span):focus, .woocommerce nav.woocommerce-pagination ul li a:not(span):hover, .woocommerce nav.woocommerce-pagination ul li a:not(span):focus, .woocommerce nav.woocommerce-pagination ul li span:not(span):hover, .woocommerce nav.woocommerce-pagination ul li span:not(span):focus, .post-page-numbers:not(span):hover, .post-page-numbers:not(span):focus { background-color: #024E82; border-color: transparent; color: #fff; } .pagination span.current, .pagination a.current, .woocommerce nav.woocommerce-pagination ul li a.current, .woocommerce nav.woocommerce-pagination ul li span.current, .post-page-numbers.current { background-color: #024E82; color: #fff; border-color: transparent; } .pagination span i, .pagination a i, .woocommerce nav.woocommerce-pagination ul li a i, .woocommerce nav.woocommerce-pagination ul li span i, .post-page-numbers i { display: inline-block; font-size: 0.9375rem; position: relative; top: 1px; } .rtl .pagination span i, .rtl .pagination a i, .rtl .woocommerce nav.woocommerce-pagination ul li a i, .rtl .woocommerce nav.woocommerce-pagination ul li span i, .rtl .post-page-numbers i { transform: rotateY(180deg); } /* Post Pagination -------------------------------------------------------*/ .post-pagination > span:first-child { margin-right: 10px; } /* Read More -------------------------------------------------------*/ .read-more { display: inline-flex; align-items: center; font-size: 1rem; font-family: "Jost", sans-serif; } .read-more__text { margin-right: 6px; } .entry__read-more { margin-top: 24px; } /*-------------------------------------------------------*/ /* Single Post /*-------------------------------------------------------*/ /* Featured Image / Entry Header -------------------------------------------------------*/ @media only screen and (min-width: 768px) { .single-post .breadcrumbs-wrap { text-align: center; } } .single-post__entry-header { max-width: 780px; margin-left: auto; margin-right: auto; margin-bottom: 64px; text-align: center; } .single-post__entry-header .entry__category { margin-bottom: 20px; } .single-post__entry-header .entry__meta { justify-content: center; } .single-post__featured-img { margin-bottom: 40px; } .single-post__content { max-width: 660px; margin-left: auto; margin-right: auto; } .single-post__entry { overflow: visible; margin-bottom: 20px; } .single-post__entry-title { word-wrap: break-word; line-height: 1.2; margin-bottom: 32px; font-size: 2.25rem; } @media only screen and (min-width: 1025px) { .single-post__entry-title { font-size: 2.625rem; } } .single-post__entry-article p a, .single-post__entry-article li:not(.wp-social-link) a { color: #024E82; text-decoration: underline; } .single-post__entry-article p a:hover, .single-post__entry-article li:not(.wp-social-link) a:hover { color: #1D1D1D; } /* Single post article -------------------------------------------------------*/ .entry__article { font-size: 1.125rem; line-height: 1.8; } @media only screen and (max-width: 1024px) { .entry__article { margin-top: 16px; } } .entry__article > h1, .entry__article > h2, .entry__article > h3, .entry__article > h4, .entry__article > h5, .entry__article > h6 { margin-top: 36px; margin-bottom: 20px; } .entry__article > p, .entry__article > ul, .entry__article > ol { margin-bottom: 34px; } .entry__article ol { padding-left: 26px; } .entry__article ul { padding-left: 20px; } .entry__article a:hover, .entry__article a:focus { text-decoration: underline; } /* Sidebar /*-------------------------------------------------------*/ @media only screen and (min-width: 1025px) { .sidebar:not(.elementor-column) { max-width: 282px; flex: 0 0 282px; } .arendelle-left-sidebar .content { order: 2; } } @media only screen and (min-width: 1025px) { .arendelle-left-sidebar .content { padding-left: 54px; } .arendelle-right-sidebar .content { padding-right: 54px; } } /* Entry Tags /*-------------------------------------------------------*/ .entry__tags { overflow: hidden; margin-top: 8px; margin-bottom: 16px; } /* Author /*-------------------------------------------------------*/ .entry-author { background: #FBFBFB; border: 1px solid #ebebeb; margin-top: 24px; margin-bottom: 48px; padding: 40px; border-radius: 3px; } .entry-author__url { display: inline-flex; float: left; align-items: center; } .entry-author__img { height: 64px; width: 64px; display: block; margin-right: 24px; border-radius: 50%; } @media only screen and (max-width: 575px) { .entry-author__img { width: 50px; height: 50px; } } .entry-author__img-holder { display: block; float: left; } @media only screen and (max-width: 575px) { .entry-author__img-holder { float: none; margin-bottom: 24px; } } .entry-author__info { overflow: hidden; } .entry-author__name { margin-bottom: 6px; font-size: 1.25rem; } .entry-author__website { display: block; margin-bottom: 12px; } .entry-author__website:hover { text-decoration: underline; } .entry-author__socials { margin-top: 20px; display: flex; } /* Related Posts /*-------------------------------------------------------*/ .related-posts { padding-top: 40px; border-top: 2px solid #ebebeb; margin-top: 40px; margin-bottom: 30px; } .related-posts__entry { margin-bottom: 24px; border-bottom: 0; padding-bottom: 0; } .related-posts__title { padding-right: 80px; } .related-posts__entry-img-holder { border-radius: 3px; overflow: hidden; margin-bottom: 20px; } .related-posts__entry-title { font-size: 1rem; } .related-posts__entry-title:hover a { color: #024E82; text-decoration: underline; } .entry__bg-img-holder { position: relative; overflow: hidden; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center center; background-repeat: no-repeat; height: 198px; } .thumb-bg { margin-bottom: 0; } .thumb-text-holder { position: absolute; bottom: 0; width: 100%; z-index: 3; padding: 16px 24px; pointer-events: none; } .thumb-entry-title { color: #fff; font-size: 1rem; font-weight: 500; margin-bottom: 0; } .thumb-url { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; } /* Comments /*-------------------------------------------------------*/ .entry__comments { margin-top: 40px; } .related-posts__title, .entry-comments__title, .comment-respond__title { font-size: 1.5rem; margin-bottom: 32px; } .comment-respond__title small { margin-left: 12px; } .comment-content > h1, .comment-content > h2, .comment-content > h3, .comment-content > h4, .comment-content > h5, .comment-content > h6 { margin-top: 36px; margin-bottom: 20px; } .comment-content ol { padding-left: 26px; } .comment-content ul { padding-left: 20px; } .comment-list { padding-left: 0; margin-bottom: 48px; } .comment-list a:hover { text-decoration: underline; } .comment-list, .comment-list .children { list-style: none; } .comment .children { padding-left: 30px; } @media only screen and (max-width: 767px) { .comment .children { padding-left: 20px; } .comment .children .children { padding-left: 0; } } .comment-list > li:first-child > .comment-body { border-top: 0; padding-top: 0; } .comment-body { margin-bottom: 32px; padding-top: 32px; border-top: 1px solid #ebebeb; } .comment-text { overflow: hidden; } .comment-text p { margin-bottom: 10px; } .comment-avatar { float: left; margin-right: 20px; display: block; border-radius: 50%; overflow: hidden; } .comment-author { font-size: 1rem; } .comment-author__name { color: #1D1D1D; } .comment-author__post-author-label { display: inline-block; vertical-align: middle; margin-left: 10px; margin-bottom: 3px; background-color: #024E82; color: #fff; padding: 3px 8px; border-radius: 3px; font-weight: 500; font-size: 0.6875rem; } .comment-author a { color: inherit; } .comment-metadata { display: inline-block; } .comment-date, .comment-edit-link { display: inline-block; margin-bottom: 10px; font-size: 0.75rem; font-family: "Jost", sans-serif; color: #555555; text-transform: uppercase; } .comment-edit-link { margin-left: 5px; margin-bottom: 0; color: #024E82; } /* Comment Form /*-------------------------------------------------------*/ .comment-respond { margin-top: 60px; margin-bottom: 60px; } .comment-form .logged-in-as { margin-bottom: 26px; margin-top: -20px; } .comment-form .logged-in-as a:hover { text-decoration: underline; } /* Previous / Next Post Navigation /*-------------------------------------------------------*/ .entry-navigation { padding-top: 36px; margin-top: 36px; border-top: 1px solid #ebebeb; margin-bottom: 36px; } .entry-navigation__row { margin: 0 -20px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } .entry-navigation__col { padding: 0 20px; } .entry-navigation__item { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; overflow: hidden; height: 100%; } .entry-navigation--left { float: left; width: 50%; margin-bottom: 12px; } .entry-navigation--left i { margin-right: 7px; } .entry-navigation--right { margin-bottom: 12px; text-align: right; float: right; margin-left: auto; width: 50%; } .entry-navigation--right i { margin-left: 7px; } .entry-navigation__body { width: 100%; } .entry-navigation i { font-size: 12px; color: #555555; } .entry-navigation__label { display: inline-block; margin-bottom: 5px; color: #555555; font-size: 0.875rem; } .entry-navigation__title { font-size: 1.125rem; margin-bottom: 0; } .entry-navigation__title a:hover { color: #024E82; text-decoration: underline; } @media only screen and (max-width: 575px) { .entry-navigation__row { display: block; } .entry-navigation__col { width: 100%; float: none; } .entry-navigation--right { text-align: left; } } /*-------------------------------------------------------*/ /* Navigation /*-------------------------------------------------------*/ .nav { -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 120; min-height: 88px; position: relative; /* Dropdowns (large screen) */ } .nav__menu, .nav__dropdown-menu { list-style: none; } .nav__menu { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex; align-items: center; flex-wrap: wrap; } .nav__menu li { position: relative; padding: 0px 1px; } .nav__menu > li > a { font-family: "Jost", sans-serif; font-weight: 500; color: #1D1D1D; font-size: 0.75rem; line-height: 88px; text-transform: uppercase; display: block; position: relative; transition: 0.1s color; } @media (prefers-reduced-motion: reduce) { .nav__menu > li > a { transition: none; } } .nav__menu > li > a:hover, .nav__menu > li > a:focus { color: #024E82; } .eversor-nav-menu .nav__dropdown-menu.nav__dropdown-menu-megamenu, .nav__menu .nav__dropdown-menu.nav__dropdown-menu-megamenu { background-color: transparent; padding: 0; } .nav__dropdown-menu li a { font-family: "Jost", sans-serif; font-size: 0.9375rem; } @media only screen and (min-width: 1025px) { .nav__flex-parent { height: 88px; } .nav__wrap { margin-left: 40px; } .nav__wrap.collapse { display: block; height: auto; } .nav__menu > li { display: inline-block; text-align: center; padding: 0 17px; } .nav__menu > li:last-child { padding-right: 0; } .nav__dropdown-menu { position: absolute; background-color: #fff; z-index: 1000; left: -5px; top: 100%; min-width: 220px; width: 100%; text-align: left; padding: 20px 0; list-style: none; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07); background-clip: padding-box; display: block; visibility: hidden; opacity: 0; transform: translateY(20px); transition: all 0.2s ease-in-out; } } @media only screen and (min-width: 1025px) and (prefers-reduced-motion: reduce) { .nav__dropdown-menu { transition: none; } } @media only screen and (min-width: 1025px) { .nav__dropdown-menu > li > a { color: #555555; padding: 3px 30px; line-height: 22px; display: block; } .nav__dropdown-menu > li > a:hover, .nav__dropdown-menu > li > a:focus { color: #024E82; } .nav__item-dropdown::after { content: '\e900'; font-size: 12px; opacity: 0.5; font-family: 'arendelle'; line-height: 1; margin-left: 4px; } .nav__dropdown-menu.hide-dropdown { visibility: hidden !important; opacity: 0 !important; } .nav__dropdown:hover > .nav__dropdown-menu, .nav__dropdown:focus > .nav__dropdown-menu, .nav__dropdown.focus > .nav__dropdown-menu, .nav__dropdown-megamenu:hover > .nav__dropdown-menu, .nav__dropdown-megamenu:focus > .nav__dropdown-menu, .nav__dropdown-megamenu.focus > .nav__dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); } .nav__dropdown-menu .nav__dropdown-menu { left: 100%; top: -16px; } .nav__dropdown .nav__dropdown { position: relative; } .nav__dropdown .nav__dropdown > a:after { content: '\e902'; font-family: 'arendelle'; font-size: 14px; position: absolute; right: 20px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } .nav__dropdown-trigger { display: none; } } /* Top bar -------------------------------------------------------*/ .top-bar { padding: 11px 0; background-color: #024E82; text-align: center; color: #fff; } .top-bar__url { color: inherit; } .top-bar__url:focus, .top-bar__url:hover { color: inherit; text-decoration: underline; } .top-bar__message { margin-bottom: 0; font-size: 0.8125rem; line-height: 1.2; font-family: "Jost", sans-serif; text-transform: uppercase; } .top-bar .top-bar__message { font-weight: normal; } /* Dropdown trigger -------------------------------------------------------*/ .nav__dropdown-trigger { background-color: transparent; border: 0; padding: 0; color: inherit; } .nav__dropdown-trigger:hover, .nav__dropdown-trigger:focus { background-color: transparent; color: inherit; } .nav__dropdown-trigger i { display: inline-block; vertical-align: middle; transition: all 0.2s ease-in-out; } @media (prefers-reduced-motion: reduce) { .nav__dropdown-trigger i { transition: none; } } .nav__dropdown-trigger--is-open i { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } .mobile body { cursor: pointer; } .nav__menu > li.active > a, .nav__menu > .current_page_parent > a, .nav__menu .current-menu-item > a { color: #024E82; } /* Logo -------------------------------------------------------*/ .logo { line-height: 1; display: block; } .logo-url { vertical-align: middle; color: #1D1D1D; } /* Nav Flexbox -------------------------------------------------------*/ .nav__flex-parent { align-items: center; } @media only screen and (max-width: 1024px) { .nav__flex-parent { display: block; } } /* Nav Right / Last menu item -------------------------------------------------------*/ .nav__right { margin-left: auto; align-items: center; } .nav__right-item { margin-right: 16px; } .nav__right-item:last-child { margin-right: 0; } .nav__right-btn-holder { margin-left: 10px; } .nav__last-item-mobile { padding: 16px 0; } .nav__right-item a:hover, .nav__right-item button:hover { color: #024E82; } .nav__right-item .arendelle-menu-search__trigger:hover { background-color: transparent; color: #024E82; } .arendelle-menu-account__url { color: #1D1D1D; } .arendelle-menu-account__icon, .arendelle-menu-search__icon { font-size: 1.25rem; display: block; } .arendelle-menu-cart__icon, .arendelle-menu-wishlist__icon { font-size: 1.1875rem; display: block; } .arendelle-menu-wishlist__icon { font-size: 1.125rem; } /* Nav Mobile / Icon Toggle -------------------------------------------------------*/ .nav__mobile { display: flex; align-items: center; margin-left: auto; } .nav__icon-toggle { display: block; position: relative; padding: 9px !important; width: 36px; height: 32px; margin-right: -9px; margin-left: auto; border: none; z-index: 50; box-shadow: none; } .nav__icon-toggle.eversor-nav-menu__icon-toggle, .nav__mobile .nav__icon-toggle { background-color: transparent; } .nav__icon-toggle.eversor-nav-menu__icon-toggle:hover, .nav__icon-toggle.eversor-nav-menu__icon-toggle:focus, .nav__mobile .nav__icon-toggle:hover, .nav__mobile .nav__icon-toggle:focus { background-color: transparent; } @media only screen and (min-width: 1025px) { .nav__icon-toggle { display: none; } } .nav__icon-toggle-bar { background-color: #1D1D1D; width: 18px; display: block; position: absolute; height: 2px; border-radius: 1px; } .nav__icon-toggle span:nth-child(2) { top: 9px; transition: top 0.2s 0.2s ease-in, opacity 0.1s ease-in; } @media (prefers-reduced-motion: reduce) { .nav__icon-toggle span:nth-child(2) { transition: none; } } .nav__icon-toggle span:nth-child(3) { top: 15px; transition: opacity 0.1s ease-in; } @media (prefers-reduced-motion: reduce) { .nav__icon-toggle span:nth-child(3) { transition: none; } } .nav__icon-toggle span:nth-child(4) { bottom: 9px; transition: bottom 0.2s 0.2s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); } @media (prefers-reduced-motion: reduce) { .nav__icon-toggle span:nth-child(4) { transition: none; } } .nav__icon-toggle--is-opened span:nth-child(2) { top: 15px; transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } @media (prefers-reduced-motion: reduce) { .nav__icon-toggle--is-opened span:nth-child(2) { transition: none; } } .nav__icon-toggle--is-opened span:nth-child(3) { opacity: 0; } .nav__icon-toggle--is-opened span:nth-child(4) { bottom: 15px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); } @media (prefers-reduced-motion: reduce) { .nav__icon-toggle--is-opened span:nth-child(4) { transition: none; } } .nav__icon-toggle:focus .nav__icon-toggle-bar, .nav__icon-toggle:hover .nav__icon-toggle-bar { background-color: #024E82; } /* Header Layout 2 (Bottom navbar) -------------------------------------------------------*/ @media only screen and (min-width: 1025px) { .arendelle-header-layout-2 .nav__flex-parent { display: block; height: auto; text-align: center; } .arendelle-header-layout-2 .nav__navbar-holder { display: flex; justify-content: center; align-items: center; } .arendelle-header-layout-2 .nav__wrap { margin-left: 0; } .arendelle-header-layout-2 .nav--sticky.sticky .nav__flex-parent { height: auto; } .arendelle-header-layout-2 .nav__header { display: flex; justify-content: center; align-items: center; } .arendelle-header-layout-2 .logo-url, .arendelle-header-layout-2 .nav__wrap.collapse { display: inline-flex; } .arendelle-header-layout-2 .nav__right { display: inline-flex !important; align-items: center; } } /* Header Layout 3 (Logo right, menu left) -------------------------------------------------------*/ .arendelle-header-layout-3 .nav__flex-parent { flex-flow: row-reverse nowrap; } @media only screen and (min-width: 1025px) { .arendelle-header-layout-3 .nav__wrap { margin-left: 0; margin-right: auto; } } .arendelle-header-layout-3 .nav__right { margin-right: 32px; margin-left: 0; } .arendelle-header-layout-3 .nav__menu > li:first-child { padding-left: 0; } /* Custom Header Logo -------------------------------------------------------*/ .arendelle-logo-container { display: inline-block; vertical-align: middle; } /* Sticky Nav -------------------------------------------------------*/ .nav--sticky.offset { -webkit-transform: translate3d(0, -100%, 0); -moz-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); -o-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95) !important; } @media (prefers-reduced-motion: reduce) { .nav--sticky.offset { transition: none; } } .nav--sticky.scrolling { -webkit-transform: translate3d(0, 0px, 0); -moz-transform: translate3d(0, 0px, 0); -ms-transform: translate3d(0, 0px, 0); -o-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); } .nav--sticky.sticky { position: fixed !important; background-color: #fff; visibility: hidden; opacity: 0; left: 0; right: 0; top: 0; box-shadow: 0 0 5px rgba(62, 64, 69, 0.1); } .nav--sticky.sticky.scrolling { opacity: 1; visibility: visible; } /* Go to Top -------------------------------------------------------*/ #back-to-top { display: block; z-index: 100; width: 34px; height: 34px; text-align: center; font-size: 15px; position: fixed; bottom: -34px; right: 20px; line-height: 34px; background-color: #FBFBFB; box-shadow: 0px 1px 4px 0px rgba(154, 161, 171, 0.4); border-radius: 50%; transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95); text-decoration: none; } @media (prefers-reduced-motion: reduce) { #back-to-top { transition: none; } } #back-to-top i { transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95); } @media (prefers-reduced-motion: reduce) { #back-to-top i { transition: none; } } #back-to-top a { display: block; color: #1D1D1D; } #back-to-top.show { bottom: 20px; } #back-to-top:hover { background-color: #024E82; bottom: 24px; } #back-to-top:hover i { color: #fff; } /*-------------------------------------------------------*/ /* Nav Mobile Styles /*-------------------------------------------------------*/ @media only screen and (max-width: 1024px) { .nav__wrap { margin-left: 0; max-height: calc( 100vh - 97px); overflow-y: auto; } .nav__header { height: 88px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; } .nav__menu { display: block; } .nav__menu li a { padding: 0; line-height: 46px; height: 46px; display: block; border-bottom: 1px solid #ebebeb; } .nav__dropdown-menu a { color: #555555; } .nav__dropdown-menu a:hover { color: #000; } .nav__dropdown-menu > li > a { padding-left: 10px; } .nav__dropdown-menu > li > ul > li > a { padding-left: 20px; } .nav__dropdown-trigger { display: block; width: 20px; min-height: 44px; line-height: 1; font-size: 1rem; text-align: center; position: absolute; right: 0; top: 0; box-shadow: none; z-index: 50; cursor: pointer; } .nav__dropdown-menu { display: none; width: 100% !important; } .nav__dropdown-trigger.active + .nav__dropdown-menu { display: block; } .logo-wrap { float: left; } .logo-wrap a { display: table-cell; vertical-align: middle; height: 88px; } .nav__btn { width: 100%; margin-bottom: 18px; } } /*-------------------------------------------------------*/ /* Footer /*-------------------------------------------------------*/ .footer { background-color: #FBFBFB; } .footer ul { list-style: none; margin: 0; padding: 0; } .footer__widgets { padding: 100px 0 40px; border-bottom: 1px solid #ebebeb; } /* Footer Menu Bar -------------------------------------------------------*/ .footer__menu-bar { padding: 32px 0; border-bottom: 1px solid #202934; } .footer__nav-menu li { display: inline-block; margin-right: 24px; line-height: 30px; } .footer__nav-menu li:last-child { margin-right: 0; } @media only screen and (max-width: 767px) { .footer .footer__nav-menu { margin-bottom: 18px; } .footer__nav-menu li { display: block; } } /* Footer Socials -------------------------------------------------------*/ @media only screen and (min-width: 768px) { .footer__socials { text-align: right; } .footer__socials .social { margin-bottom: 0; } } /* Footer Colors -------------------------------------------------------*/ .footer .elementor-widget-wp-widget-recent-posts a, .footer .widget_recent_entries a, .footer .elementor-widget-wp-widget-nav_menu a, .footer .widget_nav_menu a, .footer .elementor-widget-wp-widget-categories a, .footer .widget_categories a, .footer .elementor-widget-wp-widget-pages a, .footer .widget_pages a, .footer .elementor-widget-wp-widget-pages-archives a, .footer .widget_archive a, .footer .elementor-widget-wp-widget-meta a, .footer .widget_meta a, .footer p, .footer__widgets, .footer .calendar_wrap caption { color: #555555; } /* Footer Widgets -------------------------------------------------------*/ .footer__widgets .widget_recent_comments a, .footer__widgets #wp-calendar thead th, .footer__widgets .widget_tag_cloud a { color: #555555; } .footer__widgets .widget_categories li, .footer__widgets .widget_pages li, .footer__widgets .widget_archive li, .footer__widgets .widget_meta li, .footer__widgets .widget_nav_menu li { padding: 3px 0; border: 0 !important; } .footer__widgets .widget .sub-menu li:first-child, .footer__widgets .widget .children li:first-child { padding-top: 0; } /* Bottom Footer -------------------------------------------------------*/ .footer__bottom { padding: 27px 0; font-size: 0.875rem; } .footer__bottom a { color: #555555; } .footer__bottom a:hover { color: #024E82; text-decoration: underline; } .footer__payment-icons { display: flex; justify-content: flex-end; } .footer__payment-icons-item svg { height: 34px; margin-left: 8px; opacity: .5; } /*-------------------------------------------------------*/ /* Spacings /*-------------------------------------------------------*/ .m-0 { margin: 0 !important; } .p-0 { padding: 0 !important; } .mt-0 { margin-top: 0 !important; } .mt-8 { margin-top: 8px; } .mt-16 { margin-top: 16px; } .mt-24 { margin-top: 24px; } .mt-32 { margin-top: 32px; } .mt-40 { margin-top: 40px; } .mt-48 { margin-top: 48px; } .mt-56 { margin-top: 56px; } .mt-64 { margin-top: 64px; } .mt-72 { margin-top: 72px; } .mt-80 { margin-top: 80px; } .mb-0 { margin-bottom: 0 !important; } .mb-8 { margin-bottom: 8px; } .mb-16 { margin-bottom: 16px; } .mb-24 { margin-bottom: 24px; } .mb-32 { margin-bottom: 32px; } .mb-40 { margin-bottom: 40px; } .mb-48 { margin-bottom: 48px; } .mb-56 { margin-bottom: 56px; } .mb-64 { margin-bottom: 64px; } .mb-72 { margin-bottom: 72px; } .mb-80 { margin-bottom: 80px; } .pt-0 { padding-top: 0; } .pt-8 { padding-top: 8px; } .pt-16 { padding-top: 16px; } .pt-24 { padding-top: 24px; } .pt-32 { padding-top: 32px; } .pt-40 { padding-top: 40px; } .pt-48 { padding-top: 48px; } .pt-56 { padding-top: 56px; } .pt-64 { padding-top: 64px; } .pt-72 { padding-top: 72px; } .pt-80 { padding-top: 80px; } .pt-120 { padding-top: 120px; } .pb-0 { padding-bottom: 0; } .pb-8 { padding-bottom: 8px; } .pb-16 { padding-bottom: 16px; } .pb-24 { padding-bottom: 24px; } .pb-32 { padding-bottom: 32px; } .pb-40 { padding-bottom: 40px; } .pb-48 { padding-bottom: 48px; } .pb-56 { padding-bottom: 56px; } .pb-64 { padding-bottom: 64px; } .pb-72 { padding-bottom: 72px; } .pb-80 { padding-bottom: 80px; } .pb-120 { padding-bottom: 120px; } /*-------------------------------------------------------*/ /* WordPress Styles /*-------------------------------------------------------*/ body.admin-bar .nav--sticky.sticky { top: 32px; } @media screen and (max-width: 782px) { body.admin-bar .nav--sticky.sticky { top: 46px; } } @media screen and (max-width: 600px) { body.admin-bar .nav--sticky.sticky { top: 0; } } .site-title { font-family: "Jost", sans-serif; font-size: 1.5rem; font-weight: 500; margin-bottom: 0; line-height: 1.2; } .site-tagline { margin-bottom: 0; font-style: italic; font-size: 0.875rem; color: #626262; } img { height: auto; } /* Accessibility -------------------------------------------------------*/ .screen-reader-text, .says { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; white-space: nowrap; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; 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; } /* Do not show the outline on the skip link target. */ #content[tabindex="-1"]:focus { outline: 0; } /* Skip link focus fix -------------------------------------------------------*/ .skip-link { background-color: #f1f1f1; box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2); color: #024E82; display: block; font-family: "PT Serif", serif; font-size: 14px; font-weight: 500; left: -9999em; outline: none; padding: 15px 23px 14px; text-decoration: none; text-transform: none; top: -9999em; } .skip-link:focus { clip: auto; height: auto; left: 6px; top: 7px; width: auto; z-index: 100000; } /* Alignment -------------------------------------------------------*/ .alignleft, .alignright { max-width: 100% !important; float: none; } @media only screen and (min-width: 576px) { .alignleft { float: left; margin: .5em 2em 2em 0; } .alignright { float: right; margin: .5em 0 2em 2em; } .alignleft, .alignright { max-width: 40% !important; } } @media only screen and (max-width: 575px) { .alignleft, .alignright { margin-left: 0; margin-right: 0; float: none; } } .alignnone { margin: .5em 0; } .aligncenter { display: block; margin: .5em auto; text-align: center; } .wp-caption, .gallery-caption { max-width: 100%; } .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; } .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar { border: 1px solid #ebebeb; padding: 2px; } /*-------------------------------------------------------*/ /* Galleries /*-------------------------------------------------------*/ ul.wp-block-gallery { padding-left: 0; } @media only screen and (min-width: 576px) { div[class^='gallery-columns-'], div[class*=' gallery-columns-'] { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; } } .gallery-caption { display: block; text-align: left; padding: 0 10px 0 0; margin-bottom: 0; } .gallery-item { display: inline-block; text-align: left; vertical-align: top; margin-bottom: 20px; padding: 0 10px; width: 100%; } .gallery-item img { width: 100%; } .gallery-item a { overflow: hidden; } @media only screen and (max-width: 575px) { .gallery-item { max-width: 100%; padding: 0; } } .gallery-item a, .gallery-item a:hover, .gallery-item a:focus, .widget-area .gallery-item a, .widget-area .gallery-item a:hover, .widget-area .gallery-item a:focus { -webkit-box-shadow: none; box-shadow: none; background: none; max-width: 100%; display: block; } .gallery-item a img { display: block; transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95); -webkit-backface-visibility: hidden; backface-visibility: hidden; } @media (prefers-reduced-motion: reduce) { .gallery-item a img { transition: none; } } .gallery-item a:hover img, .gallery-item a:focus img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); } /* Gallery Columns /*-------------------------------------------------------*/ .gallery-columns-1 .gallery-item { width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } @media only screen and (min-width: 576px) { .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } } @media only screen and (min-width: 768px) { .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-columns-5 .gallery-caption, .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; } /*-------------------------------------------------------*/ /* Password /*-------------------------------------------------------*/ .post-password-form label > input { margin-bottom: 20px; } .post-password-form label + input { margin-bottom: 0; width: auto; padding-top: 14px; padding-bottom: 14px; } /*-------------------------------------------------------*/ /* Sticky Post /*-------------------------------------------------------*/ .post.sticky .entry__title:before { content: '\e909'; font-family: "arendelle"; display: inline-block; font-size: 1rem; font-weight: normal; color: #888888; max-height: 20px; } .content .post.sticky .entry__title:before { margin-right: 10px; } /* Meta date updated /*-------------------------------------------------------*/ .updated:not(.published) { display: none; } /*-------------------------------------------------------*/ /* Comments Multipages Pagination /*-------------------------------------------------------*/ .comment-navigation { margin: 20px 0; } .comment-navigation .nav-links:before, .comment-navigation .nav-links:after { display: table; content: ''; clear: both; } .comment-navigation .nav-previous { float: left; } .comment-navigation .nav-next { float: right; } /*-------------------------------------------------------*/ /* Gutenberg Front-end Styles /*-------------------------------------------------------*/ :root .has-blue-background-color { background-color: #024E82; } :root .has-orange-background-color { background-color: #D6763C; } :root .has-dark-background-color { background-color: #0c0c0c; } :root .has-silver-background-color { background-color: #FBFBFB; } :root .has-blue-color { color: #024E82; } :root .has-orange-color { color: #D6763C; } :root .has-dark-color { color: #0c0c0c; } :root .has-sinver-color { color: #FBFBFB; } /* Buttons -------------------------------------------------------*/ .wp-block-button .wp-block-button__link { padding: 24px 36px; font-size: 1.125rem; border-radius: 3px; font-weight: 500; font-family: "Jost", sans-serif; line-height: 1.1 !important; } .wp-block-button__link:not(.has-background), .wp-block-button__link:not(.has-background):active, .wp-block-button__link:not(.has-background):focus, .wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):visited { background-color: #024E82; } .wp-block-button.is-style-outline .wp-block-button__link { background-color: transparent; } /* Full-width Images -------------------------------------------------------*/ .arendelle-fullwidth .entry__article .alignwide { width: auto; max-width: none; position: relative; z-index: 1; } @media only screen and (min-width: 1025px) { .arendelle-fullwidth .entry__article .alignwide { margin-left: -140px; margin-right: -140px; } } @media only screen and (min-width: 1400px) { .arendelle-fullwidth .entry__article .alignwide { margin-left: -290px; margin-right: -290px; } } .arendelle-fullwidth .entry__article .alignfull { margin-left: calc( 50% - 50vw); margin-right: calc( 50% - 50vw); max-width: 100vw; position: relative; z-index: 1; } .arendelle-fullwidth .entry__article .alignfull img { width: 100vw; } .page.arendelle-fullwidth .entry__article .alignwide { margin-left: 0; margin-right: 0; } /* Images -------------------------------------------------------*/ .wp-block-image .alignleft { margin-right: 2em; max-width: 40%; } @media only screen and (max-width: 575px) { .wp-block-image .alignleft { float: none; margin-right: 0; } } .wp-block-image .alignright { margin-left: 2em; max-width: 40%; } @media only screen and (max-width: 575px) { .wp-block-image .alignright { float: none; margin-left: 0; } } /* Cover -------------------------------------------------------*/ .wp-block-cover { margin: 0 0 1.5em; font-size: 1rem; line-height: 1.3; color: #fff; } .wp-block-cover.alignleft { margin: .5em 2em 1.5em 0; } .wp-block-cover.alignright { margin: .5em 0 1.5em 2em; } .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 { font-size: 2.25em; } /* Tables -------------------------------------------------------*/ .wp-block-table { width: 100%; margin-bottom: 2rem; } .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd), .wp-block-table.is-style-stripes tr:nth-child(odd) { background-color: #f9f9f9; } /* Latest Comments -------------------------------------------------------*/ ol.wp-block-latest-comments { padding-left: 0; } /* Galleries -------------------------------------------------------*/ ul.wp-block-gallery, .wp-block-gallery ul { list-style: none; padding-left: 0; } /* Captions -------------------------------------------------------*/ .wp-block-image figcaption, .wp-block-embed figcaption, .wp-block-audio figcaption { color: #555555; } .wp-block-image figcaption { margin-top: 1em; } /* Separators -------------------------------------------------------*/ hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #ebebeb; } .wp-block-separator:not(.is-style-wide):not(.is-style-dots), .wp-block-separator.is-style-default { max-width: 100px; margin-left: auto; margin-right: auto; } .wp-block-separator.is-style-dots:before { font-weight: 500; color: #555555; } /* Blockquote / Pullquote -------------------------------------------------------*/ blockquote { overflow: hidden; } .wp-block-quote.has-text-align-center { border: 0; } .wp-block-quote.has-text-align-right { border-left: 0; border-right-width: 3px; border-right-style: solid; } .wp-block-quote.is-large, .wp-block-quote.is-style-large { padding: 12px 40px; margin-top: 40px; margin-bottom: 40px; } .wp-block-quote.is-large p, .wp-block-quote.is-style-large p { font-size: 2rem; } .wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer { font-size: 1rem; } .wp-block-pullquote { text-align: left; position: relative; line-height: 1.5; padding: .1em 1em .2em 2.5em; margin-bottom: 30px; margin-top: 0; color: #1D1D1D; } .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright { font-size: 1rem; } .wp-block-pullquote blockquote { margin: 0; border: 0; padding: 0; line-height: normal; } .wp-block-pullquote::before { content: '“'; color: #024E82; left: 0; top: 0; position: absolute; font-size: 5rem; line-height: 1; } .wp-block-pullquote p { color: inherit; } .wp-block-pullquote cite { opacity: .7; } .wp-block-pullquote blockquote:not(.has-text-color) cite { color: #555555; } @media only screen and (min-width: 576px) { .wp-block-pullquote.alignleft { margin-right: 2em; } .wp-block-pullquote.alignright { margin-left: 2em; } } .wp-block-pullquote.is-style-solid-color { margin-top: 10px; padding: 40px 0; } .wp-block-pullquote.is-style-solid-color::before { left: 10px; top: 10px; } .wp-block-pullquote.is-style-solid-color.alignleft blockquote p, .wp-block-pullquote.is-style-solid-color.alignright blockquote p { font-size: 1.25rem; } /* Social Icons -------------------------------------------------------*/ ul.wp-block-social-links { padding: 0; } ul.wp-block-social-links .wp-social-link a:focus { color: currentColor; fill: currentColor; } /* Latest Posts -------------------------------------------------------*/ .wp-block-latest-posts.wp-block-latest-posts__list { padding: 0; } .wp-block-latest-posts__featured-image { margin-bottom: 10px; } .wp-block-latest-posts a { display: inline-block; line-height: 1.3; } /*-------------------------------------------------------*/ /* Preloader /*-------------------------------------------------------*/ .loader-mask { position: fixed; top: 0; left: 0; right: 0; bottom: 0; height: 100vh; background-color: #fff; transition: opacity 1s; z-index: 99999; } .loader { display: block; position: absolute; font-size: 0; color: #024E82; left: 50%; top: 50%; width: 42px; height: 42px; transition: opacity 1s; -webkit-transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -o-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); } .loader > div { position: absolute; top: 50%; left: 50%; border-radius: 100%; display: inline-block; float: none; width: 38px; height: 38px; background: transparent; border-style: solid; border-width: 2px; border-right-color: transparent; border-left-color: transparent; animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; } @-webkit-keyframes ball-clip-rotate-pulse-rotate { 0% { -webkit-transform: translate(-50%, -50%) rotate(0); transform: translate(-50%, -50%) rotate(0); } 50% { -webkit-transform: translate(-50%, -50%) rotate(180deg); transform: translate(-50%, -50%) rotate(180deg); } 100% { -webkit-transform: translate(-50%, -50%) rotate(360deg); transform: translate(-50%, -50%) rotate(360deg); } } @-moz-keyframes ball-clip-rotate-pulse-rotate { 0% { -moz-transform: translate(-50%, -50%) rotate(0); transform: translate(-50%, -50%) rotate(0); } 50% { -moz-transform: translate(-50%, -50%) rotate(180deg); transform: translate(-50%, -50%) rotate(180deg); } 100% { -moz-transform: translate(-50%, -50%) rotate(360deg); transform: translate(-50%, -50%) rotate(360deg); } } @-o-keyframes ball-clip-rotate-pulse-rotate { 0% { -o-transform: translate(-50%, -50%) rotate(0); transform: translate(-50%, -50%) rotate(0); } 50% { -o-transform: translate(-50%, -50%) rotate(180deg); transform: translate(-50%, -50%) rotate(180deg); } 100% { -o-transform: translate(-50%, -50%) rotate(360deg); transform: translate(-50%, -50%) rotate(360deg); } } @keyframes ball-clip-rotate-pulse-rotate { 0% { -webkit-transform: translate(-50%, -50%) rotate(0); -moz-transform: translate(-50%, -50%) rotate(0); -o-transform: translate(-50%, -50%) rotate(0); transform: translate(-50%, -50%) rotate(0); } 50% { -webkit-transform: translate(-50%, -50%) rotate(180deg); -moz-transform: translate(-50%, -50%) rotate(180deg); -o-transform: translate(-50%, -50%) rotate(180deg); transform: translate(-50%, -50%) rotate(180deg); } 100% { -webkit-transform: translate(-50%, -50%) rotate(360deg); -moz-transform: translate(-50%, -50%) rotate(360deg); -o-transform: translate(-50%, -50%) rotate(360deg); transform: translate(-50%, -50%) rotate(360deg); } } @-webkit-keyframes ball-clip-rotate-pulse-scale { 0%, 100% { opacity: 1; -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); } 30% { opacity: .3; -webkit-transform: translate(-50%, -50%) scale(0.15); transform: translate(-50%, -50%) scale(0.15); } } @-moz-keyframes ball-clip-rotate-pulse-scale { 0%, 100% { opacity: 1; -moz-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); } 30% { opacity: .3; -moz-transform: translate(-50%, -50%) scale(0.15); transform: translate(-50%, -50%) scale(0.15); } } @-o-keyframes ball-clip-rotate-pulse-scale { 0%, 100% { opacity: 1; -o-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); } 30% { opacity: .3; -o-transform: translate(-50%, -50%) scale(0.15); transform: translate(-50%, -50%) scale(0.15); } } @keyframes ball-clip-rotate-pulse-scale { 0%, 100% { opacity: 1; -webkit-transform: translate(-50%, -50%) scale(1); -moz-transform: translate(-50%, -50%) scale(1); -o-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); } 30% { opacity: .3; -webkit-transform: translate(-50%, -50%) scale(0.15); -moz-transform: translate(-50%, -50%) scale(0.15); -o-transform: translate(-50%, -50%) scale(0.15); transform: translate(-50%, -50%) scale(0.15); } } /*-------------------------------------------------------*/ /* Helper Classes /*-------------------------------------------------------*/ .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; } .clearfix:after { clear: both; } .clear { clear: both; } .oh { overflow: hidden; } .relative { position: relative; } .img-fullwidth { width: 100%; } .uppercase { text-transform: uppercase; letter-spacing: 0.04em; } .nocaps { text-transform: none; letter-spacing: 0; } .bg-light { background-color: #FBFBFB; } .bg-dark { background-color: #000000; } /* Gradients / Overlays -------------------------------------------------------*/ .bg-overlay:before { content: ""; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.37); transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95); } @media (prefers-reduced-motion: reduce) { .bg-overlay:before { transition: none; } } .bottom-gradient { position: relative; } .bottom-gradient:before { content: ''; position: absolute; width: 100%; height: 70%; bottom: 0; left: 0; z-index: 1; background: rgba(0, 0, 0, 0.7); /* Old browsers */ background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, transparent)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%); /* IE10+ */ background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } /* Box Shadow -------------------------------------------------------*/ .box-shadow { box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18); transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95); position: relative; display: block; top: 0; } @media (prefers-reduced-motion: reduce) { .box-shadow { transition: none; } } /* Title Underline -------------------------------------------------------*/ .title-underline a { background-image: linear-gradient(to right, #1D1D1D 0%, #1D1D1D 100%); background-size: 0px 2px; background-position: 0px 95%; background-repeat: no-repeat; transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s; padding: 0.5% 0px; } .title-underline:hover a { background-size: 100% 2px; } /* Link Underline -------------------------------------------------------*/ .link-underline { position: relative; transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95); } @media (prefers-reduced-motion: reduce) { .link-underline { transition: none; } } .link-underline:after { content: ''; position: absolute; display: inline-block; background-color: #024E82; height: 2px; width: 62px; left: 0; bottom: -8px; transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95); } @media (prefers-reduced-motion: reduce) { .link-underline:after { transition: none; } } .link-underline:hover, .link-underline:focus { color: #024E82; } .link-underline:hover:after, .link-underline:focus:after { width: 100%; } /*-------------------------------------------------------*/ /* Hovers /*-------------------------------------------------------*/ .hover-overlay { display: block; position: absolute; top: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; background-color: rgba(0, 0, 0, 0.5); transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95); } @media (prefers-reduced-motion: reduce) { .hover-overlay { transition: none; } } .hover-trigger:hover .hover-overlay { opacity: 1; visibility: visible; } .hover-shine { position: relative; overflow: hidden; } .hover-shine::before { position: absolute; pointer-events: none; top: 0; left: -75%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); } .hover-shine:hover::before { -webkit-animation: shine .75s; animation: shine .75s; } .hover-zoom { overflow: hidden; position: relative; transition: transform 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95); } @media (prefers-reduced-motion: reduce) { .hover-zoom { transition: none; } } .hover-zoom img { transition: transform 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95); } @media (prefers-reduced-motion: reduce) { .hover-zoom img { transition: none; } } .hover-zoom:hover { transform: scale(0.9); } .hover-zoom:hover img { transform: scale(1.2); } @-webkit-keyframes shine { 100% { left: 125%; } } @keyframes shine { 100% { left: 125%; } } /* Flexbox -------------------------------------------------------*/ .justify-content-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .justify-content-between { -webkit-box-pack: space-between; -ms-flex-pack: justify; justify-content: space-between; } .align-items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } /*-------------------------------------------------------*/ /* Icon Fonts /*-------------------------------------------------------*/ @font-face { font-family: 'arendelle'; src: url("assets/fonts/arendelle.ttf?948bnq") format("truetype"), url("assets/fonts/arendelle.woff?948bnq") format("woff"), url("assets/fonts/arendelle.svg?948bnq#arendelle") format("svg"); font-weight: normal; font-style: normal; font-display: block; } [class^="arendelle-icon-"], [class*=" arendelle-icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'arendelle' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .arendelle-icon-heart-empty:before { content: "\e90a"; } .arendelle-icon-heart-solid:before { content: "\e90b"; } .arendelle-icon-email:before { content: "\e90c"; } .arendelle-icon-whatsapp:before { content: "\e90d"; } .arendelle-icon-pinterest:before { content: "\e90e"; } .arendelle-icon-twitter:before { content: "\e90f"; } .arendelle-icon-facebook:before { content: "\e910"; } .arendelle-icon-check:before { content: "\e911"; } .arendelle-icon-heart:before { content: "\e912"; } .arendelle-icon-chevron-down:before { content: "\e900"; } .arendelle-icon-chevron-left:before { content: "\e901"; } .arendelle-icon-chevron-right:before { content: "\e902"; } .arendelle-icon-chevron-up:before { content: "\e903"; } .arendelle-icon-menu:before { content: "\e904"; } .arendelle-icon-paperclip:before { content: "\e909"; } .arendelle-icon-search:before { content: "\e905"; } .arendelle-icon-cart:before { content: "\e906"; } .arendelle-icon-user:before { content: "\e908"; } .arendelle-icon-close:before { content: "\e907"; } /*-------------------------------------------------------*/ /* Buttons /*-------------------------------------------------------*/ .btn { font-weight: 500; font-family: "Jost", sans-serif; display: inline-block; text-decoration: none; text-align: center; border: 2px solid transparent; border-radius: 0; line-height: 1.1; transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95); color: #fff; background-color: #024E82; -webkit-backface-visibility: hidden; backface-visibility: hidden; position: relative; z-index: 1; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @media (prefers-reduced-motion: reduce) { .btn { transition: none; } } .btn:hover { color: #fff; background-color: #024E82; border-color: transparent; } .btn:focus { color: #fff; } .btn--lg { font-size: 1.125rem; padding: 16px 28px; } .btn--md { font-size: 0.875rem; padding: 11px 24px; } .btn--sm { font-size: 0.8125rem; padding: 9px 24px; } .btn--color { background-color: #024E82; } .btn--color:hover { opacity: .92; } .btn--stroke { border: 2px solid #024E82; background-color: transparent; color: #1D1D1D; } .btn--stroke:focus { background-color: #024E82; } .btn.btn--dark { background-color: #000000; } .btn--white { background-color: #fff; color: #1D1D1D; } .btn--white:focus { color: #1D1D1D; } .btn--light { background-color: #90d1fd; color: #024E82; } .btn--light:hover, .btn--light:focus { background-color: #024E82; color: #fff; } .btn--icon i { margin-left: 14px; position: relative; bottom: -2px; } .btn--wide { width: 100% !important; } /*-------------------------------------------------------*/ /* Form Elements /*-------------------------------------------------------*/ input, select, textarea, .select2-container--default .select2-selection--single { background-color: #FBFBFB; border: 1px solid #ebebeb; border-radius: 0; width: 100%; margin-bottom: 16px; font-size: 0.9375rem; line-height: 1.5; padding: 12px 16px; height: 48px; transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out; } @media (prefers-reduced-motion: reduce) { input, select, textarea, .select2-container--default .select2-selection--single { transition: none; } } input:focus, select:focus, textarea:focus, .select2-container--default .select2-selection--single:focus { outline: 0; } textarea { height: auto; display: block; padding: 8px 16px; } select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236E727A%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat, repeat; background-position: right .7em top 50%, 0 0; background-size: .65em auto, 100%; } select::-ms-expand { display: none; } select option { font-weight: normal; } .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 1.5; padding-left: 0; } .select2-container--default .select2-selection--single, .select2-search--dropdown .select2-search__field { margin-bottom: 0; } .select2-container--default .select2-selection--single .select2-selection__arrow { height: 48px; } /* clears the ‘X’ from Internet Explorer */ input[type=search]::-ms-clear { display: none; width: 0; height: 0; } input[type=search]::-ms-reveal { display: none; width: 0; height: 0; } /* clears the ‘X’ from Chrome */ input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none; } /* Input Buttons -------------------------------------------------------*/ .btn--button { border: none; margin-bottom: 0; width: auto; } .btn--button:hover, .btn--button:focus { background-color: #024E82; } button, input[type="button"], input[type="reset"], input[type="submit"], .button { cursor: pointer; white-space: normal; height: auto; background-color: #024E82; border-color: transparent; text-transform: uppercase; padding: 17px 24px; font-size: 1.0625rem; line-height: 1.1; color: #fff; font-family: "Jost", sans-serif; font-weight: 500; } button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .button:focus { border-color: transparent; background-color: #024E82; color: #fff; } .elementor-button:hover, .elementor-button:focus, .wp-block-button__link:hover, .button:hover, .button:active, .button:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, button[type=submit]:hover, button[type=submit]:active, button[type=submit]:focus { opacity: 0.85; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input:focus, textarea:focus { border-color: #024E82; background-color: #fff; box-shadow: none; } .elementor-field-group input, .elementor-field-group select, .elementor-field-group textarea { margin-bottom: 0; } /* Change Color of Placeholders */ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #555555; } input:-moz-placeholder, textarea:-moz-placeholder { color: #555555; opacity: 1; } input::-moz-placeholder, textarea::-moz-placeholder { color: #555555; opacity: 1; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #555555; } label { font-family: "Jost", sans-serif; font-size: 1rem; font-weight: 500; color: #1D1D1D; display: inline-block; vertical-align: middle; margin-bottom: 10px; } label input { float: left; } .form-group { position: relative; } /* Checkboxes & Radio Buttons -------------------------------------------------------*/ input[type="checkbox"], input[type="radio"] { -webkit-appearance: none; -moz-appearance: none; position: relative; min-width: 18px; width: 18px; height: 18px; padding: 0; border-radius: 2px; margin-bottom: 0; margin-right: 8px; text-align: center; line-height: 1; vertical-align: middle; background-color: #fff; border: 1px solid #c5c5c5; } input[type="checkbox"]:hover, input[type="checkbox"]:focus, input[type="radio"]:hover, input[type="radio"]:focus { background-color: #FBFBFB; } input[type="checkbox"]:checked::before { content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E"); position: absolute; display: inline-block; margin-left: -.5rem; height: 1rem; width: 1rem; } input[type="checkbox"] + label, input[type="radio"] + label { cursor: pointer; margin-bottom: 0; position: relative; line-height: 20px; text-transform: none; } input[type="radio"] { border-radius: 50%; } input[type="radio"]:checked::after { content: ''; width: 10px; height: 10px; position: relative; border-radius: 50%; display: inline-block; background-color: #000000; } .consent-checkbox { margin-top: 16px; display: flex; } .consent-checkbox label { display: flex; font-weight: 400; font-size: 0.9375rem; } .consent-checkbox__text { line-height: 1.2; } /*-------------------------------------------------------*/ /* Tables /*-------------------------------------------------------*/ table th { font-weight: normal; } table caption { margin-bottom: 10px; font-family: "Jost", sans-serif; } table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td { border: 1px solid #ebebeb; padding: 10px; } table > thead > tr > th { border-bottom: none; } table thead tr th, table tbody tr th { font-size: 1rem; color: #1D1D1D; font-weight: 600; } .table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } /*-------------------------------------------------------*/ /* Card /*-------------------------------------------------------*/ .card { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex: 1 0 0%; flex-direction: column; background-color: #fff; overflow: hidden; } .card-row > div { margin-bottom: 30px; } .card-row .card { height: 100%; margin-bottom: 0; } .card__img-holder { margin-right: 0 !important; margin-bottom: 0 !important; } .card__body { background-color: #fff; padding: 40px; flex: 1 1 auto; } .card--small .card__body { padding: 24px 16px; } .card--small .entry__title { font-size: 16px; margin-bottom: 0; } /*-------------------------------------------------------*/ /* Blockquote /*-------------------------------------------------------*/ blockquote { line-height: 1.6; padding: 12px 40px; margin-bottom: 40px; margin-top: 40px; border-left: 3px solid #024E82; } blockquote p { margin-bottom: 0; color: #1D1D1D; font-style: italic; font-size: 1.5rem; } blockquote cite { color: #555555; font-style: normal; font-size: 0.875rem; opacity: 0.7; margin-top: 1em; line-height: 1.8; display: inline-block; } /*-------------------------------------------------------*/ /* Alerts /*-------------------------------------------------------*/ .alert { border-radius: 5px; } .alert-info { background-color: #d9edf7; border-color: transparent; border-left: 5px solid #bcdff1; } .alert-success { background-color: #dff0d8; border-color: transparent; border-left: 5px solid #cae6be; } .alert-warning { background-color: #fcf8e3; border-color: transparent; border-left: 5px solid #f9f0c3; } .alert-danger { background-color: #f2dede; border-color: transparent; border-left: 5px solid #e8c4c4; } .close { font-weight: 400; } /*-------------------------------------------------------*/ /* Widgets /*-------------------------------------------------------*/ .widget a { color: #555555; } .widget a:hover, .widget a:focus { color: #024E82; text-decoration: underline; } .footer .widget, .sidebar .widget, .elementor-widget-sidebar .widget { margin-bottom: 48px; } .widget li { list-style: none; } .widget-title { font-size: 1.125rem; color: #1D1D1D; margin-bottom: 20px; } .widget .sub-menu, .widget .children { padding-top: 10px; padding-left: 10px; } .menu-item { list-style: none; } .elementor-widget-sidebar .widget-title, .sidebar .widget-title { font-size: 1.125rem; } /* Recent Entries, Comments ----------------------------------------------------------------*/ .elementor-widget-wp-widget-recent-posts li, .widget_recent_entries li, .elementor-widget-wp-widget-recent-comments li, .widget_recent_comments li { padding: 10px 0; border-bottom: 1px solid #ebebeb; font-family: "Jost", sans-serif; } .elementor-widget-wp-widget-recent-posts li:first-child, .widget_recent_entries li:first-child, .elementor-widget-wp-widget-recent-comments li:first-child, .widget_recent_comments li:first-child { padding-top: 0; } .elementor-widget-wp-widget-recent-posts li:last-child, .widget_recent_entries li:last-child, .elementor-widget-wp-widget-recent-comments li:last-child, .widget_recent_comments li:last-child { border-bottom: 0; } .elementor-widget-wp-widget-recent-posts .post-date, .widget_recent_entries .post-date { display: block; font-size: 0.8125rem; color: #a2a1a1; } /* Archives / Categories / Pages / Nav Menu / Meta -------------------------------------------------------*/ .elementor-widget-wp-widget-pages-archives li, .widget_archive li, .elementor-widget-categories li, .widget_categories li, .elementor-widget-wp-widget-pages li, .widget_pages li, .elementor-widget-wp-widget-nav_menu li, .widget_nav_menu li, .elementor-widget-wp-widget-meta li, .widget_meta li { font-family: "Jost", sans-serif; text-transform: uppercase; font-size: 0.8125rem; position: relative; padding-bottom: 4px; } /* Widget RSS -------------------------------------------------------*/ .widget_rss li { padding: 16px 0; border-bottom: 1px solid #ebebeb; } .widget_rss li:first-child { padding-top: 0; } .widget_rss .rsswidget { color: #1D1D1D; } .widget_rss .rsswidget:hover { color: #024E82; } .widget_rss .rss-date { display: block; color: #555555; font-size: 0.875rem; margin: 6px 0 12px; } .widget_rss .rssSummary { margin-bottom: 8px; } .widget_rss .rssSummary + cite { font-size: 15px; color: #555555; } .widget_rss .widget-title .rsswidget:last-child { vertical-align: middle; margin-left: 5px; margin-top: 2px; display: inline-block; } /* Widgets select (Categories, Archives, Text Widget) -------------------------------------------------------*/ .widget_categories select, .widget_archive select, .widget_text select { margin-bottom: 0; } /* Widget Calendar -------------------------------------------------------*/ .calendar_wrap table { width: 100%; } .calendar_wrap th, .calendar_wrap td, .calendar_wrap span { display: table-cell; font-size: 1em; font-weight: 500; line-height: 1; text-align: center; } .calendar_wrap caption { caption-side: top; text-align: center; background-color: #FBFBFB; padding: 2% 2.5%; margin-bottom: 0; border: 1px solid #ebebeb; border-bottom: 0; font-weight: 500; } .calendar_wrap .pad { background: none; } .calendar_wrap .wp-calendar-nav { padding: 10px 5px; display: flex; justify-content: space-between; } .calendar_wrap .wp-calendar-nav span { flex: 1; } .calendar_wrap tfoot #prev, .calendar_wrap .wp-calendar-nav-prev { text-align: left; } .calendar_wrap tfoot #next, .calendar_wrap .wp-calendar-nav-next { text-align: right; } /* Widget Profile -------------------------------------------------------*/ .widget-profile { background-color: #FBFBFB; padding: 32px; } .widget-profile__img { margin-top: 20px; margin-bottom: 20px; } .widget-profile__author-name { font-size: 1.3125rem; } .widget-profile__description { margin-top: 10px; margin-bottom: 24px; } /* Widget Popular Posts -------------------------------------------------------*/ .widget-popular-posts__list > li { padding: 10px 0; border-bottom: 1px solid #ebebeb; } .widget-popular-posts__list > li:first-child { padding-top: 0; } .widget-popular-posts__list > li:last-child { padding-bottom: 0; border-bottom: 0; } .widget-popular-posts__article { display: flex; } .widget-popular-posts__img-holder { flex: 0 0 50px; max-width: 50px; position: relative; margin-left: auto; } @media only screen and (min-width: 576px) { .widget-popular-posts__img-holder { flex: 0 0 65px; max-width: 65px; } } .widget-popular-posts__entry { min-height: 60px; } .widget-popular-posts__number { font-size: 0.9375rem; font-family: "Jost", sans-serif; font-weight: 500; margin-right: 16px; } .widget-popular-posts__entry-title { font-size: 0.9375rem; line-height: 1.4; margin-bottom: 0; margin-right: 15px; } .widget-popular-posts__entry-title a { color: #1D1D1D; } .widget-popular-posts__entry-title a:hover { color: #024E82; } /* Widget Newsletter -------------------------------------------------------*/ .sidebar .widget_mc4wp_form_widget { border: 1px solid #ebebeb; padding: 28px 24px; } .mc4wp-form-fields { position: relative; } .mc4wp-form-fields input[type=email], .mc4wp-form-fields input[type=text] { height: 55px; margin-bottom: 8px; } .mc4wp-form-fields input[type=submit] { margin-bottom: 0; width: auto; } /* Widget Info -------------------------------------------------------*/ .widget-info__item:not(:last-child) { margin-bottom: 20px; } .widget-info__title { display: block; font-weight: 600; margin-bottom: 6px; text-transform: uppercase; font-size: 0.8125rem; } /* Widget Search -------------------------------------------------------*/ .widget.widget_search, .widget.widget_product_search { padding: 0; border: 0; } .widget_search .search-input { margin: 0; } input.search-input { font-weight: normal; } .widget-search-button, .search-form__button, .search-button, .woocommerce-product-search button[type=submit] { font-family: 'arendelle'; position: absolute; top: 0; right: 0; width: 48px; height: 48px; line-height: 48px; padding: 0 !important; box-shadow: none; background-color: transparent !important; color: #555555; border: 0; vertical-align: middle; } .widget-search-button:focus, .search-form__button:focus, .search-button:focus, .woocommerce-product-search button[type=submit]:focus { background-color: inherit; color: inherit; } .search-form { position: relative; } .search-form .widget-search-button, .search-form .search-form__button, .search-form .search-button, .search-form .woocommerce-product-search button[type=submit] { border-radius: 0; font-size: 1.25rem; } /* Widget Tags / Entry Tags -------------------------------------------------------*/ .widget_tag_cloud .tagcloud a, .entry__tags a, .widget_product_tag_cloud a { line-height: 1; margin: 0 8px 8px 0; padding: 8px 12px; font-size: 1rem !important; border: 1px solid #ebebeb; color: #555555; float: left; transition: all 0.1s ease-in-out; } @media (prefers-reduced-motion: reduce) { .widget_tag_cloud .tagcloud a, .entry__tags a, .widget_product_tag_cloud a { transition: none; } } .widget_tag_cloud .tagcloud a:hover, .entry__tags a:hover, .widget_product_tag_cloud a:hover { text-decoration: none; background-color: #024E82; border-color: transparent; color: #fff; } .tagcloud { overflow: hidden; } /*-------------------------------------------------------*/ /* Breadcrumbs /*-------------------------------------------------------*/ .page-title__title + .woocommerce-breadcrumb { margin-top: 8px; margin-bottom: 0; } .breadcrumbs-wrap { padding: 14px 0; background-color: #FBFBFB; } .breadcrumbs.breadcrumb-trail { font-weight: normal; } .breadcrumbs .trail-browse, .breadcrumbs .trail-items, .breadcrumbs .trail-items li { display: inline-flex; flex-wrap: wrap; align-items: center; margin: 0; padding: 0; border: none; background: transparent; text-indent: 0; } .breadcrumbs .trail-browse { font-size: inherit; font-style: inherit; font-weight: inherit; color: inherit; } .breadcrumbs .trail-items { list-style: none; } .trail-items li::after, .trail-items li::before, .woocommerce-breadcrumb__separator { font-family: 'arendelle'; font-size: 0.9375rem; padding: 0 0.5em; vertical-align: middle; } .trail-items li::after { content: "\e902"; } .trail-items a { color: #1D1D1D; } .trail-items a:hover, .trail-items a:focus { color: #024E82; text-decoration: underline; } .rtl .trail-items li::after { display: none; } .rtl .trail-items li::before { content: "\e901"; } .trail-items li:last-of-type::after, .trail-items li:last-of-type::before { display: none; } /*-------------------------------------------------------*/ /* Newsletter /*-------------------------------------------------------*/ .newsletter { display: flex; flex-wrap: wrap; } .newsletter .form-group { flex-wrap: wrap; flex: 1 0 0; } .newsletter .form-group input { margin-bottom: 0; height: 44px; } .newsletter .form-group input[type="email"] { padding-left: 0; border: 0; border-bottom: 1px solid #1D1D1D; background-color: transparent; } .newsletter .form-group input[type="email"]:focus, .newsletter .form-group input[type="text"]:focus { border-bottom-color: #eeeeee; } .newsletter .form-group input[type="submit"] { font-size: 0; padding: 0; height: 44px; width: 44px !important; background-color: transparent; } .newsletter .form-group input[type="submit"]:hover { background-color: transparent; } .newsletter__submit { flex-basis: 55px; max-width: 55px; } .newsletter__submit::after { content: '\e902'; font-family: 'arendelle'; font-size: 1.5rem; color: #1D1D1D; position: absolute; top: 50%; left: 50%; display: block; transform: translate(-50%, -50%); transition: transform 0.2s ease-in-out; } @media (prefers-reduced-motion: reduce) { .newsletter__submit::after { transition: none; } } .newsletter__submit:hover::after { transform: translate(-30%, -50%); } .newsletter .consent-checkbox { margin-top: 20px; margin-bottom: 18px; } .newsletter__single-post { margin-top: 48px; padding: 48px 40px; background-color: #FBFBFB; border: 1px solid #ebebeb; flex-direction: row; } @media only screen and (min-width: 768px) { .newsletter__single-post .widget_mc4wp_form_widget { display: flex; align-items: center; justify-content: space-between; } } .newsletter__single-post .newsletter__form { width: 100%; } .newsletter__single-post .widget-title { margin-bottom: 0; margin-right: 20px; } @media only screen and (max-width: 767px) { .newsletter__single-post .widget-title { margin-bottom: 10px; } } .newsletter__single-post .widget-title::before { content: '\e90c'; font-family: 'arendelle'; font-size: 0.9375rem; opacity: 0.5; margin-right: 10px; } /*-------------------------------------------------------*/ /* Search /*-------------------------------------------------------*/ .search-form label { display: flex; margin-bottom: 0; font-family: inherit; } .arendelle-menu-search__trigger { display: block; background-color: transparent; color: #1D1D1D; padding: 0; border: 0; } .arendelle-menu-search__trigger:hover, .arendelle-menu-search__trigger:focus { background-color: transparent; color: initial; } .arendelle-menu-search__icon { display: block; } .arendelle-menu-search-modal { background-color: transparent; position: fixed; overflow: hidden; width: 100vw; height: 100vh; top: 0; left: 0; z-index: 999; visibility: hidden; opacity: 0; transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95); } .arendelle-menu-search-modal__inner { background-color: #fff; transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95); transform: scale(1, 0); transform-origin: 100% 0; padding: 40px 0; } .arendelle-menu-search-modal__inner .search-input { margin-bottom: 0; border: 0; outline: 0; border-bottom: 1px solid #ebebeb; background-color: transparent; } .arendelle-menu-search-modal__close { position: absolute; top: 0; right: 0; width: 48px; height: 48px; padding: 0; border: 0; text-align: center; background-color: transparent; color: #555555; } .arendelle-menu-search-modal__close:hover, .arendelle-menu-search-modal__close:focus { background-color: transparent; color: initial; } .arendelle-menu-search-modal--is-open { background-color: rgba(0, 0, 0, 0.5); opacity: 1; visibility: visible; } .arendelle-menu-search-modal--is-open .arendelle-menu-search-modal__inner { transform: scale(1, 1); } /* Offcanvas -------------------------------------------------------*/ .arendelle-offcanvas__panel { position: fixed; padding: 34px; padding-top: 56px; min-width: 300px; top: 0; bottom: 0; right: 0; height: 100%; overflow: auto; background: #fff; visibility: hidden; transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1); z-index: 9999; transform: translateX(100%); } @media only screen and (min-width: 1025px) { .arendelle-offcanvas__panel { width: 547px; padding: 48px; padding-top: 72px; } } @media only screen and (max-width: 1024px) { .arendelle-offcanvas__panel { width: 100%; } } .arendelle-offcanvas__panel--is-open { transform: translateX(0); visibility: visible; } .arendelle-offcanvas__panel--is-open + .arendelle-offcanvas__overlay { visibility: visible; opacity: 1; } .admin-bar .arendelle-offcanvas__panel { margin-top: 32px; } @media screen and (max-width: 782px) { .admin-bar .arendelle-offcanvas__panel { margin-top: 46px; } } .arendelle-offcanvas__panel::-webkit-scrollbar { display: none; scrollbar-width: none; } .arendelle-offcanvas__panel-header { display: flex; justify-content: space-between; align-items: center; position: absolute; top: 0; left: 0; width: 100%; background-color: #FBFBFB; padding: 16px 34px; } @media only screen and (min-width: 1025px) { .arendelle-offcanvas__panel-header { padding: 16px 48px; } } .arendelle-offcanvas__panel-header-title { margin-bottom: 0; } .arendelle-offcanvas__close { background-color: transparent !important; color: #555555; padding: 0; border: 0; opacity: 0.8; } .arendelle-offcanvas__close:hover, .arendelle-offcanvas__close:focus { color: inherit; opacity: 1; } .arendelle-offcanvas__overlay { position: fixed; width: 100%; height: 100%; visibility: hidden; opacity: 0; top: 0; bottom: 0; right: 0; z-index: 999; background-color: rgba(0, 0, 0, 0.6); transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1); } .mobile .arendelle-offcanvas__overlay { cursor: pointer; } /* Cookies notication bar -------------------------------------------------------*/ .cc-container { padding: 0; } @media only screen and (min-width: 768px) { .cc-container { display: flex; justify-content: center; } } .cc-window.cc-banner { background-color: #000000; } .cc-message { margin-right: 20px; flex: 0 1 auto !important; color: #fff; font-weight: 500; font-size: 15px; } @media only screen and (max-width: 767px) { .cc-message { margin-right: 0; margin-bottom: .5em; } } .cc-link { opacity: 1; } .cc-link:hover, .cc-link:focus { color: #fff; } .cc-link, .cc-link:active, .cc-link:visited { color: #fff; } a.cc-btn.cc-dismiss { font-size: 0.8125rem !important; background-color: #024E82; height: 28px; line-height: 28px; padding: 0 14px; border: 0; color: #fff; border-radius: 3px; min-width: auto !important; } a.cc-btn.cc-dismiss:hover, a.cc-btn.cc-dismiss:focus { opacity: 0.9; } /*-------------------------------------------------------*/ /* Page 404 /*-------------------------------------------------------*/ .page-404-section { padding: 80px 0; } @media only screen and (min-width: 1025px) { .page-404-section { padding: 120px 0; } } .page-404__title { font-size: 1.7rem; } .page-404__text { font-size: 1.125rem; max-width: 600px; margin-left: auto; margin-right: auto; } @media only screen and (min-width: 768px) { .page-404__title { font-size: 2.25rem; } } .page-404-section .search-form { max-width: 474px; margin-left: auto; margin-right: auto; margin-bottom: 24px; }