Files
CHIEFSOFT\ameye b114fdf4fa first commit
2023-12-28 16:20:07 -05:00

3399 lines
78 KiB
CSS

/* -------------------------------------------------------------------------- */
/* <SCOPED RESET>
/* -------------------------------------------------------------------------- */
.sektion-wrapper *,
.sektion-wrapper *::before,
.sektion-wrapper *::after {
box-sizing: border-box;
}
.sektion-wrapper span, .sektion-wrapper applet, .sektion-wrapper object, .sektion-wrapper iframe,
.sektion-wrapper h1, .sektion-wrapper h2, .sektion-wrapper h3, .sektion-wrapper h4, .sektion-wrapper h5, .sektion-wrapper h6, .sektion-wrapper p, .sektion-wrapper blockquote, .sektion-wrapper pre,
.sektion-wrapper a, .sektion-wrapper abbr, .sektion-wrapper acronym, .sektion-wrapper address, .sektion-wrapper big, .sektion-wrapper cite, .sektion-wrapper code,
.sektion-wrapper del, .sektion-wrapper dfn, .sektion-wrapper em, .sektion-wrapper img, .sektion-wrapper ins, .sektion-wrapper kbd, .sektion-wrapper q, .sektion-wrapper s, .sektion-wrapper samp,
.sektion-wrapper small, .sektion-wrapper strike, .sektion-wrapper strong, .sektion-wrapper sub, .sektion-wrapper sup, .sektion-wrapper tt, .sektion-wrapper var,
.sektion-wrapper b, .sektion-wrapper u, .sektion-wrapper i, .sektion-wrapper center,
.sektion-wrapper dl, .sektion-wrapper dt, .sektion-wrapper dd, .sektion-wrapper ol, .sektion-wrapper ul, .sektion-wrapper li,
.sektion-wrapper fieldset, .sektion-wrapper form, .sektion-wrapper label, .sektion-wrapper legend,
.sektion-wrapper table, .sektion-wrapper caption, .sektion-wrapper tbody, .sektion-wrapper tfoot, .sektion-wrapper thead, .sektion-wrapper tr, .sektion-wrapper th, .sektion-wrapper td,
.sektion-wrapper article, .sektion-wrapper aside, .sektion-wrapper canvas, .sektion-wrapper details, .sektion-wrapper embed,
.sektion-wrapper figure:not([class*="wp-block-"]), .sektion-wrapper figcaption, .sektion-wrapper footer, .sektion-wrapper header, .sektion-wrapper hgroup,
.sektion-wrapper menu, .sektion-wrapper nav, .sektion-wrapper output, .sektion-wrapper ruby, .sektion-wrapper section, .sektion-wrapper summary,
.sektion-wrapper time, .sektion-wrapper mark, .sektion-wrapper audio, .sektion-wrapper video {
border: none;
font-size: inherit;
line-height: inherit;
margin: 0;
padding: 0;
}
.sektion-wrapper blockquote::before,
.sektion-wrapper blockquote::after, .sektion-wrapper q:before, .sektion-wrapper q:after {
content: "";
}
.sektion-wrapper ol, .sektion-wrapper ul {
list-style: none;
}
.sektion-wrapper img {
max-width: 100%;
vertical-align: middle;
border-style: none;
display: inline;
}
.sektion-wrapper svg:not(:root) {
overflow: hidden;
}
.sektion-wrapper embed, .sektion-wrapper iframe, .sektion-wrapper object {
max-width: 100%;
}
/* -------------------------------------------------------------------------- */
/* </SCOPED RESET>
/* -------------------------------------------------------------------------- */
/* make sure that the location level occupies 100% of the width */
[data-sek-level="location"] {
clear: both;
font-size: 16px;
}
/* To make vertical alignment possible in sections */
.sek-section, .sek-column, .sek-module {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.sek-column-inner, .sek-module-inner {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
/* To allow horizontal centering of modules
@see https://github.com/presscustomizr/nimble-builder/issues/119
*/
/* - sections in locations */
/* - columns in sections */
/* - modules in columns */
.sek-column-inner {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.sek-module {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
width: 100%;
max-width: 100%;
}
/* a nested sektion should reset its parent column padding
@see https://github.com/presscustomizr/nimble-builder/issues/25
*/
[data-sek-is-nested="true"] .sek-container-fluid {
padding-right: 0;
padding-left: 0;
}
/* MODULE PLACEHOLDER */
/*@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url('../fonts/material-icons/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2') format('woff2');
}*/
/* @see https://github.com/google/material-design-icons/blob/master/iconfont/material-icons.css */
.sek-module-placeholder {
text-align: center;
}
.sek-module-placeholder .material-icons {
font-size: inherit;
color: #cfcfcf;
}
/* LEVEL VISIBILITY BY DEVICE */
/* NIMBLE TEMPLATE GENERAL STYLING */
/* <inspired by Twenty Seventeed WP theme> */
.sek-screen-reader-text {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
#nimble-page {
position: relative;
word-wrap: break-word;
}
/* </inspired by Twenty Seventeen WP theme> */
/* Nimble btn in admin top bar */
#wpadminbar .sek-nimble-icon {
display: inline-block;
}
#wpadminbar .sek-nimble-icon img {
width: 28px;
position: absolute;
top: 2px;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-filter: gray;
filter: gray;
transition: all 0.3s ease-in-out;
box-shadow: none;
}
#wpadminbar .sek-nimble-icon:hover img {
-webkit-filter: none;
filter: none;
-webkit-filter: none;
filter: none;
}
#wpadminbar .sek-nimble-icon .sek-nimble-admin-bar-title {
padding-left: 30px;
}
[data-sek-has-bg="true"] {
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}
[data-sek-level="location"] [data-sek-bg-parallax="true"] {
background-attachment: fixed;
background-size: cover;
}
[data-sek-level="location"] .sek-has-bg {
position: relative;
}
@supports (-webkit-overflow-scrolling: touch) {
body [data-sek-level="location"] [data-sek-bg-parallax="true"], body [data-sek-level="location"] [data-sek-bg-fixed="true"] {
background-attachment: scroll;
}
}
[data-sek-level="location"] [data-sek-level] {
transition: 0s linear;
transition-property: background-position;
}
.sek-module .sek-module-inner .alx-tab.thumbs-enabled > li {
padding-left: 94px;
}
.sek-module .sek-module-inner .widget_hu_tabs ul,
.sek-module .sek-module-inner .widget_hu_tabs ol {
margin-left: 0;
margin-bottom: 0;
}
.sek-module .sek-module-inner .widget_hu_tabs .alx-tabs-nav {
margin-bottom: 10px;
}
[data-sek-level].sek-level-has-shadow {
box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;
}
.customizer-preview [data-sek-level].sek-level-has-shadow {
box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px !important;
}
[data-sek-level][data-sek-video-bg-src] {
position: relative;
}
[data-sek-level] embed,
[data-sek-level] iframe,
[data-sek-level] object,
[data-sek-level] video {
max-width: 100%;
width: 100%;
margin: 0;
line-height: 1;
border: none;
}
[data-sek-level] .sek-custom-embed {
line-height: 0;
}
[data-sek-level] .sek-bg-video-wrapper,
[data-sek-level] .sek-background {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute !important;
overflow: hidden;
z-index: 0;
direction: ltr;
}
[data-sek-level] .sek-bg-video-wrapper {
transition: opacity 0.5s linear;
pointer-events: none;
opacity: 0;
}
[data-sek-level] .sek-bg-video-wrapper.sek-bg-loading {
opacity: 0;
visibility: hidden;
}
[data-sek-level] .sek-bg-youtube-video-wrapper, [data-sek-level] .sek-background-vimeo-element {
max-width: none;
}
[data-sek-level] .sek-bg-youtube-video-wrapper, [data-sek-level] .sek-background-video-local, [data-sek-level] .sek-background-vimeo-element {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
[data-sek-level] .sek-background-video-local {
-o-object-fit: cover;
object-fit: cover;
}
.sek-module-inner .sek-debug-modules {
margin: 1em;
padding: 5px;
border: 1px solid rgba(221, 221, 221, 0.43);
box-shadow: 1px 1px 2px 0 rgba(75, 75, 85, 0.2);
-webkit-box-shadow: 1px 1px 2px 0 rgba(75, 75, 85, 0.2);
background-color: #fff;
font-size: 15px;
font-weight: normal;
color: #6d6d6d;
background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 575px) {
.customizer-preview [data-sek-video-bg-on-mobile="false"] .sek-bg-video-wrapper {
display: none;
}
}
body:not(.customizer-preview) .sek-animate-candidate:not(.sek-animate-displayed-before-starting) {
opacity: 0;
}
.sek-overflow-hidden-while-animating {
overflow: hidden;
}
.nb-scroll-down #nimble-header:not(.sek-header-mobile-menu-expanded), .nb-scroll-up #nimble-header:not(.sek-header-mobile-menu-expanded) {
background-color: rgba(255, 255, 255, 0.9);
}
.mfp-wrap button.mfp-arrow, .mfp-wrap button.mfp-close {
background: none !important;
background: transparent !important;
}
.mfp-wrap img.mfp-img {
padding: 40px 0 0;
}
.mfp-wrap::after {
bottom: 20px;
}
.mfp-wrap .mfp-bottom-bar {
margin-top: 0;
}
.sek-service-font, .sek-module .sek-module-inner .sek-btn {
font-family: sans-serif;
}
.sek-container {
width: 100%;
padding-right: 10px;
padding-left: 10px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.sek-container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.sek-container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.sek-container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.sek-container {
max-width: 1140px;
}
}
.sek-container-fluid {
width: 100%;
padding-right: 10px;
padding-left: 10px;
margin-right: auto;
margin-left: auto;
}
.sek-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -10px;
margin-left: -10px;
}
.sek-container-no-padding {
padding-right: 0;
padding-left: 0;
overflow-x: hidden;
}
.sek-no-gutters {
margin-right: 0;
margin-left: 0;
}
.sek-no-gutters > .sek-col,
.sek-no-gutters > [class*="sek-col-"] {
padding-right: 0;
padding-left: 0;
}
.sek-col-8, .sek-col-9, .sek-col-10, .sek-col-11, .sek-col-12, .sek-col-14, .sek-col-16, .sek-col-20, .sek-col-25, .sek-col-30, .sek-col-33, .sek-col-40, .sek-col-50, .sek-col-60, .sek-col-66, .sek-col-70, .sek-col-75, .sek-col-80, .sek-col-83, .sek-col-90, .sek-col-100, .sek-col-base,
.sek-col,
.sek-col-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
}
.sek-col-base {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.sek-col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.sek-col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
@media (min-width: 768px) {
.sek-col-8 {
-ms-flex: 0 0 8.333%;
flex: 0 0 8.333%;
max-width: 8.333%;
}
.sek-col-9 {
-ms-flex: 0 0 9.090909%;
flex: 0 0 9.090909%;
max-width: 9.090909%;
}
.sek-col-10 {
-ms-flex: 0 0 10%;
flex: 0 0 10%;
max-width: 10%;
}
.sek-col-11 {
-ms-flex: 0 0 11.111%;
flex: 0 0 11.111%;
max-width: 11.111%;
}
.sek-col-12 {
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%;
}
.sek-col-14 {
-ms-flex: 0 0 14.285%;
flex: 0 0 14.285%;
max-width: 14.285%;
}
.sek-col-16 {
-ms-flex: 0 0 16.666%;
flex: 0 0 16.666%;
max-width: 16.666%;
}
.sek-col-20 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.sek-col-25 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.sek-col-30 {
-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;
}
.sek-col-33 {
-ms-flex: 0 0 33.333%;
flex: 0 0 33.333%;
max-width: 33.333%;
}
.sek-col-40 {
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
}
.sek-col-50 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.sek-col-60 {
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
}
.sek-col-66 {
-ms-flex: 0 0 66.666%;
flex: 0 0 66.666%;
max-width: 66.666%;
}
.sek-col-70 {
-ms-flex: 0 0 70%;
flex: 0 0 70%;
max-width: 70%;
}
.sek-col-75 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.sek-col-80 {
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
}
.sek-col-83 {
-ms-flex: 0 0 83.333%;
flex: 0 0 83.333%;
max-width: 83.333%;
}
.sek-col-90 {
-ms-flex: 0 0 90%;
flex: 0 0 90%;
max-width: 90%;
}
.sek-col-100 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.sek-order-first {
-ms-flex-order: -1;
order: -1;
}
.sek-order-last {
-ms-flex-order: 13;
order: 13;
}
.sek-order-0 {
-ms-flex-order: 0;
order: 0;
}
.sek-order-1 {
-ms-flex-order: 1;
order: 1;
}
.sek-order-2 {
-ms-flex-order: 2;
order: 2;
}
.sek-order-3 {
-ms-flex-order: 3;
order: 3;
}
.sek-order-4 {
-ms-flex-order: 4;
order: 4;
}
.sek-order-5 {
-ms-flex-order: 5;
order: 5;
}
.sek-order-6 {
-ms-flex-order: 6;
order: 6;
}
.sek-order-7 {
-ms-flex-order: 7;
order: 7;
}
.sek-order-8 {
-ms-flex-order: 8;
order: 8;
}
.sek-order-9 {
-ms-flex-order: 9;
order: 9;
}
.sek-order-10 {
-ms-flex-order: 10;
order: 10;
}
.sek-order-11 {
-ms-flex-order: 11;
order: 11;
}
.sek-order-12 {
-ms-flex-order: 12;
order: 12;
}
}
/*
.sek-collapsing {
position: relative;
height: 0;
overflow: hidden;
//@include transition($transition-collapse);
}*/
.sek-clearfix::after {
display: block;
clear: both;
content: "";
}
.sek-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.sek-sr-only-focusable:active, .sek-sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}
.sek-embed {
position: relative;
}
.sek-embed::before {
display: block;
content: '';
}
.sek-embed .sek-embed-inner,
.sek-embed iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.sektion-wrapper {
word-wrap: break-word;
}
.sek-text-right {
text-align: right !important;
}
.sek-text-left {
text-align: left !important;
}
.sek-module .sek-module-inner ul {
list-style: disc;
}
.sek-module .sek-module-inner ol {
list-style: decimal;
}
.sek-module .sek-module-inner ol > li::before {
content: none;
}
.sek-module .sek-module-inner ul, .sek-module .sek-module-inner ol {
padding: 0;
line-height: 1.5;
margin: 0 1.5rem 3rem 0;
}
.sek-module .sek-module-inner ul > li, .sek-module .sek-module-inner ol > li {
padding: .15rem .25rem;
}
.sek-module .sek-module-inner li > ul, .sek-module .sek-module-inner li > ol {
margin-bottom: 0;
}
.sek-module-inner pre code, .sek-module-inner tt {
box-sizing: border-box;
font-size: inherit;
white-space: pre-wrap !important;
background: transparent;
border: none;
padding: 0;
font-family: monospace;
}
.sek-module-inner pre {
background: #f7f8f9;
padding: 2.5em;
word-wrap: normal;
white-space: pre-wrap !important;
color: #313131;
font-family: monospace !important;
}
.sek-module-inner figure {
text-align: center;
}
.sek-module-inner figcaption {
text-align: center;
}
.sek-module-inner cite {
color: #313131;
font-weight: 300;
font-style: normal;
position: relative;
display: inline-block;
}
.sek-module-inner caption, .sek-module-inner code, .sek-module-inner code, .sek-module-inner kbd, .sek-module-inner samp, .sek-module-inner .wp-block-table.is-style-stripes tbody tr:nth-child(odd), .sek-module-inner :root .has-subtle-background-background-color {
background-color: #dbdbdb;
}
.sek-module-inner sub {
bottom: -0.25em;
}
.sek-module-inner sub, .sek-module-inner sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.sek-module-inner blockquote {
border-right: 5px solid rgba(0, 0, 0, 0.1);
background: none;
font-size: 1.2em;
font-style: inherit;
margin-right: 0;
margin-left: 0;
padding: 15px;
}
.sek-module-inner table {
width: 100%;
border-collapse: collapse;
/*&:not([id^=wp-calendar]) {
border: 2px solid $grey-lightest;
th { @extend .caps; @extend .letter-spacing-2; font-family: $serviceFont; }
th, td { @extend .demi-small; padding: $base-line-height; border: 1px solid $grey-lightest; }
td { color: $grey-dark; }
}*/
}
@media (max-width: 767.98px) {
.sek-module-inner table {
table-layout: fixed;
}
}
.sek-module-inner table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar) {
border: 2px solid #eceeef;
}
.sek-module-inner table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar) th {
text-transform: uppercase;
letter-spacing: 2px;
font-family: sans-serif;
}
.sek-module-inner table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar) th, .sek-module-inner table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar) td {
font-size: 0.95em;
padding: 1.25em;
border: 1px solid #eceeef;
}
.sek-module-inner table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar) td {
color: #777;
}
.sek-search-form {
float: none;
}
.sek-search-form .sek-search-form-group {
display: -ms-flexbox;
display: flex;
}
.sek-search-form .sek-search-form-group label {
position: relative;
margin-right: 5px;
}
.sek-search-form .sek-search-form-group label input[type=search] {
max-width: 100%;
margin: 0;
box-sizing: border-box;
border-radius: 0;
background: #fff;
border: 2px solid #ddd;
color: #777;
display: block;
max-width: 100%;
padding: 7px 8px;
padding-left: 5px;
line-height: 1.5em;
width: 100%;
}
.sek-search-form .sek-search-form-group [type=submit] {
line-height: 15px;
margin: 0;
background: #808080 !important;
color: #fff;
font-size: 16px;
padding: 10px 10px;
font-weight: normal;
display: inline-block;
border: none;
cursor: pointer;
border-radius: 3px;
}
.sek-module .sek-module-inner .sek-btn {
display: inline-block;
font-weight: normal;
line-height: 1.25em;
text-align: center;
/*white-space: nowrap;*/
white-space: normal;
word-break: break-all;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.5em 1em;
border-radius: 2px;
border-width: 2px;
border-style: solid;
font-size: 1em;
cursor: pointer;
text-decoration: none;
text-transform: none;
transition: all 0.2s ease-in-out;
}
.sek-module .sek-module-inner .sek-btn:focus, .sek-module .sek-module-inner .sek-btn:hover {
text-decoration: none;
}
.sek-module .sek-module-inner .sek-btn:focus, .sek-module .sek-module-inner .focus.sek-btn {
outline: 0;
box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}
.sek-module .sek-module-inner .disabled.sek-btn, .sek-module .sek-module-inner .sek-btn:disabled {
cursor: not-allowed;
opacity: .65;
box-shadow: none;
}
.sek-module .sek-module-inner .sek-btn:active, .sek-module .sek-module-inner .active.sek-btn {
background-image: none;
box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}
a.sek-btn.disabled,
fieldset[disabled] a.sek-btn {
pointer-events: none;
}
.sektion-wrapper button,
.sektion-wrapper [type="button"],
.sektion-wrapper [type="reset"],
.sektion-wrapper [type="submit"] {
-webkit-appearance: button;
}
.sektion-wrapper button::-moz-focus-inner,
.sektion-wrapper [type="button"]::-moz-focus-inner,
.sektion-wrapper [type="reset"]::-moz-focus-inner,
.sektion-wrapper [type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
button.sek-btn,
[type="button"].sek-btn,
[type="reset"].sek-btn,
[type="submit"].sek-btn {
-wekbit-appearance: none !important;
background: transparent;
}
[data-sek-level="module"] .sek-module-inner {
/* WP Search Widget */
}
[data-sek-level="module"] .sek-module-inner .wp-caption figcaption {
color: #6d6d6d;
font-style: italic;
max-width: 100%;
font-size: 14px;
font-weight: 500;
line-height: 1.4;
/* Keep wide captions from overflowing their container. */
padding: 4px;
margin-top: 1rem;
}
[data-sek-level="module"] .sek-module-inner figure {
display: block;
}
[data-sek-level="module"] .sek-module-inner .wp-block-image .aligncenter, [data-sek-level="module"] .sek-module-inner .wp-block-image .alignleft, [data-sek-level="module"] .sek-module-inner .wp-block-image .alignright {
display: table;
}
[data-sek-level="module"] .sek-module-inner .wp-block-image figcaption {
font-size: 13px;
text-align: center;
}
[data-sek-level="module"] .sek-module-inner .wp-block-gallery, [data-sek-level="module"] .sek-module-inner ul.blocks-gallery-grid {
margin-right: 0;
}
[data-sek-level="module"] .sek-module-inner [class*="wp-block-"]:not(:last-child) {
margin-bottom: 1.5em;
}
.sek-col-100 .sek-module-inner .alignfull {
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
max-width: 100vw;
width: auto;
}
.sek-col-100 .sek-module-inner .alignwide {
margin-left: calc(50% - 40vw);
width: 80vw;
max-width: 80vw;
}
[data-sek-level="module"] .sek-module-inner .aligncenter, [data-sek-level="module"] .sek-module-inner .aligncenter img {
display: block;
margin-left: auto;
margin-right: auto;
}
[data-sek-level="module"] .sek-module-inner .alignleft {
float: left;
}
[data-sek-level="module"] .sek-module-inner .alignright {
float: right;
}
[data-sek-level="module"] .sek-module-inner .alignnone, [data-sek-level="module"] .sek-module-inner .aligncenter, [data-sek-level="module"] .sek-module-inner .alignleft, [data-sek-level="module"] .sek-module-inner .alignright {
margin-top: 1.5rem;
margin-right: auto;
margin-bottom: 1.5rem;
margin-left: auto;
}
[data-sek-level="module"] .sek-module-inner [role=search].search-form {
display: -ms-flexbox;
display: flex;
max-width: 100%;
float: left;
}
@media (max-width: 767.98px) {
[data-sek-level="module"] .sek-module-inner [role=search].search-form {
float: none;
}
}
[data-sek-level="module"] .sek-module-inner [role=search].search-form label {
position: relative;
-ms-flex: 1;
flex: 1;
margin-right: 5px;
}
[data-sek-level="module"] .sek-module-inner [role=search].search-form label input {
padding-left: 5px;
line-height: 20px;
width: 100%;
max-width: 185px;
min-width: 80px;
}
@media (max-width: 767.98px) {
[data-sek-level="module"] .sek-module-inner [role=search].search-form label input {
max-width: none;
}
}
[data-sek-level="module"] .sek-module-inner [role=search].search-form input[type=submit] {
line-height: 15px;
/*width: 25%;*/
}
[data-sek-level="module"] .sek-module-inner input[type="submit"] {
background: #808080;
color: #fff;
padding: 10px 10px;
font-weight: normal;
display: inline-block;
border: none;
cursor: pointer;
border-radius: 3px;
}
[data-sek-level="module"] .sek-module-inner .search-form input[type="search"] {
margin: 0;
box-sizing: border-box;
border-radius: 0;
background: #fff;
border: 2px solid #ddd;
color: #777;
display: block;
max-width: 100%;
padding: 7px 8px;
}
.sektion-wrapper.sek-password-protected {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-direction: column;
flex-direction: column;
}
.sektion-wrapper.sek-password-protected form.post-password-form {
max-width: 450px;
height: auto;
padding: 4em 1em;
font-size: 1em;
}
.sektion-wrapper .sek-module-inner .avatar {
border-radius: 50%;
}
.sek-next-post-link::after, .sek-previous-post-link::before {
width: 15px;
height: 10px;
display: inline-block;
position: relative;
vertical-align: middle;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left-color: inherit;
border-right-color: inherit;
}
.sek-previous-post-link::before {
content: '';
border-left: 6px solid;
left: 7px;
}
.sek-next-post-link::after {
content: '';
border-right: 6px solid;
right: 7px;
}
/*************************************
* HEADING MODULE
*************************************/
.sek-module-inner .sek-heading {
text-align: center;
margin: 0.6em 0;
display: block;
}
.sek-module-inner .sek-heading > a {
color: inherit;
font-size: inherit;
}
/*************************************
* MENU MODULE
*************************************/
.sek-nav-wrap {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: .5rem 0;
}
.sek-mobile-menu-expanded-below .sek-nav-wrap {
padding: 0;
}
.sek-nav-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;
}
.sek-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-direction: column;
flex-direction: column;
}
.sek-module .sek-module-inner .sek-nav {
margin-right: -10px !important;
margin-left: -10px !important;
}
.sek-module .sek-module-inner .sek-nav,
.sek-module .sek-module-inner .sek-nav ul {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
}
.sek-module .sek-module-inner .sek-nav li {
list-style: none;
padding: 0;
}
.sek-module .sek-module-inner .sek-nav li > ul li {
padding: 0;
}
.sek-nav li {
font-size: 16px;
}
.sek-nav li a {
line-height: 1.5em;
padding: .6em .8em;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
color: inherit;
overflow: hidden;
}
.sek-nav-wrap .sek-nav li a {
text-decoration: none;
}
.sek-nav li a:hover .sek-nav__title {
text-decoration: underline;
}
.sek-nav li:not(:last-of-type) {
border-bottom: 1px solid;
border-color: rgba(49, 49, 49, 0.09);
}
.sek-nav .menu-item-has-children,
.sek-nav .page_item_has_children {
position: relative;
}
.sek-nav .menu-item-has-children > a::after,
.sek-nav .page_item_has_children > a::after {
content: "\203A";
font-family: "Arial Unicode MS", Arial;
moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: none;
font-style: normal;
font-variant: normal;
text-rendering: auto;
font-weight: 900;
transition: all 0.3s ease;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
padding: 0 .45em;
font-size: 1em;
position: relative;
-webkit-transform: translateZ(0) rotate(90deg);
transform: translateZ(0) rotate(90deg);
-ms-transform: rotate(90deg);
}
.sek-nav .menu-item-has-children.show > a::after,
.sek-nav .page_item_has_children.show > a::after {
-webkit-transform: translateZ(0) rotate(90deg) !important;
transform: translateZ(0) rotate(90deg) !important;
-ms-transform: rotate(90deg) !important;
}
.sek-nav .sub-menu,
.sek-nav .children {
position: static;
float: none;
list-style: none;
border-radius: 0;
border: 0;
margin: 0;
padding: 0;
font-size: inherit;
}
@media (min-width: 768px) {
.sek-nav .sub-menu,
.sek-nav .children {
position: absolute;
display: none;
top: 100%;
right: 0;
z-index: 1000;
min-width: 10rem;
max-width: 50vw;
}
}
@media (min-width: 768px) {
.sek-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.sek-nav .menu-item-has-children > a::after,
.sek-nav .page_item_has_children > a::after {
display: inline-block;
}
.sek-nav > li:not(:last-of-type) {
border-bottom: none;
}
.sek-nav > li > a {
padding: 5px;
}
.sek-module .sek-module-inner .sek-nav li {
margin: 0 5px;
}
.sek-module .sek-module-inner .sek-nav li > ul li {
padding: 0 .9rem 0 0;
}
.sek-nav-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
justify-content: flex-end;
-webkit-box-pack: end;
-ms-flex-pack: end;
}
.sek-mobile-menu-expanded-below {
display: none !important;
}
.sek-nav-toggler {
display: none;
}
.sek-dropdown-menu {
background: white;
box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.15);
}
.sek-nav .sek-dropdown-menu li {
padding: 0 10px !important;
margin: 0 !important;
}
.sek-nav .sek-dropdown-menu li a {
padding: 10px 12px;
}
.sek-dropdown-menu ul {
right: 100%;
}
.sek-dropdown-menu .sek-menu-link__row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.sek-dropdown-menu .sek-nav__title {
word-break: normal;
white-space: nowrap;
}
.sek-dropdown-submenu .sek-dropdown-menu {
top: 15px;
}
.sek-submenu-fade .sek-dropdown-menu a {
transition: all 0.25s ease;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.sek-submenu-fade .sek-dropdown-menu a:hover {
-webkit-transform: translate(3px, 0);
transform: translate(3px, 0);
}
.sek-submenu-fade .page_item_has_children,
.sek-submenu-fade .menu-item-has-children {
-webkit-perspective: 1000px;
perspective: 1000px;
}
.sek-submenu-fade .page_item_has_children > ul,
.sek-submenu-fade .menu-item-has-children > ul {
position: fixed;
opacity: 0;
visibility: hidden;
display: block;
transition: all 0.25s ease-in-out;
-webkit-transform: translate(0, -10px);
transform: translate(0, -10px);
}
.sek-submenu-fade .page_item_has_children:not(.show),
.sek-submenu-fade .menu-item-has-children:not(.show) {
overflow: hidden;
}
.sek-submenu-fade .page_item_has_children:not(.show) ul,
.sek-submenu-fade .menu-item-has-children:not(.show) ul {
pointer-events: none;
cursor: not-allowed;
}
.sek-submenu-fade li.show {
-webkit-perspective: none;
perspective: none;
}
.sek-submenu-fade li.show > ul {
position: absolute;
visibility: visible;
opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.nb-collapsible-mobile-menu .nb-dd-mm-toggle-wrapper {
display: none;
}
}
.sek-dropdown-submenu > a::after {
-webkit-transform: translateZ(0) rotate(0deg) !important;
transform: translateZ(0) rotate(0deg) !important;
-ms-transform: rotate(0deg) !important;
}
.sek-dropdown-submenu > a[class*=-reverse]::after {
top: .1em;
-webkit-transform: translateZ(0) rotate(180deg) !important;
transform: translateZ(0) rotate(180deg) !important;
-ms-transform: rotate(180deg) !important;
}
.sek-dropdown-menu {
position: static;
float: none;
list-style: none;
border-radius: 0;
border: 0;
margin: 0;
padding: 0;
font-size: inherit;
}
@media (min-width: 768px) {
.sek-dropdown-menu {
position: absolute;
display: none;
top: 100%;
right: 0;
z-index: 1000;
min-width: 10rem;
max-width: 50vw;
}
}
.show > .sek-dropdown-menu {
display: block;
}
.sek-dropdown-menu .sek-nav .sek-nav__title {
word-break: break-word;
white-space: normal;
}
.sek-dropdown-menu.open-right {
left: 0;
right: auto;
}
.sek-dropdown-menu.open-right ul:not(.open-left),
.sek-dropdown-menu ul.open-right {
left: 100%;
right: auto;
top: 0;
}
.sek-dropdown-menu.open-left {
left: auto;
right: 0;
}
.sek-dropdown-menu.open-left ul:not(.open-right),
.sek-dropdown-menu ul.open-left {
right: 100%;
left: auto;
}
nav.nb-collapsible-mobile-menu [data-sek-mm-state="expanded"] {
overflow: auto;
max-height: 80vh;
padding-bottom: 10px;
}
nav.nb-collapsible-mobile-menu li .sub-menu li a {
font-size: 0.88em;
}
nav.nb-collapsible-mobile-menu li .sub-menu li > a {
padding: .6em 32px;
}
nav.nb-collapsible-mobile-menu li .sub-menu li li > a {
padding: .6em 60px;
}
nav.nb-collapsible-mobile-menu li .sub-menu li li li > a {
padding: .6em 80px;
}
nav.nb-collapsible-mobile-menu li .sub-menu li li li li > a {
padding: .6em 100px;
}
nav.nb-collapsible-mobile-menu [data-sek-mm-state] {
display: none;
}
nav.nb-collapsible-mobile-menu [data-sek-mm-state="expanded"] {
display: block;
}
nav.nb-collapsible-mobile-menu [data-sek-mm-state="expanded"],
nav.nb-collapsible-mobile-menu [data-sek-mm-state="expanded"] li,
nav.nb-collapsible-mobile-menu [data-sek-mm-state="expanded"] ul {
background: #ffffff;
}
nav.nb-collapsible-mobile-menu [data-sek-mm-state="expanded"] .sub-menu,
nav.nb-collapsible-mobile-menu [data-sek-mm-state="expanded"] li {
position: relative;
}
[data-sek-is-mobile-vertical-menu="yes"] .sek-nav li a {
min-height: 45px;
box-sizing: border-box;
justify-content: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
}
[data-sek-is-mobile-vertical-menu="yes"] .sub-menu {
display: none;
}
nav.nb-collapsible-mobile-menu [data-sek-mm-state="expanded"] .sub-menu {
display: none;
}
nav.nb-collapsible-mobile-menu [data-sek-mm-state="expanded"] .sub-menu.expanded {
display: block;
}
/*
* Mobile dropdown on click
*/
nav.nb-collapsible-mobile-menu [data-sek-mm-state="expanded"] .page_item_has_children > a,
nav.nb-collapsible-mobile-menu [data-sek-mm-state="expanded"] .menu-item-has-children > a {
padding-right: 60px;
}
.nb-dd-mm-toggle-wrapper {
position: absolute;
top: 1px;
right: 0;
text-align: center;
line-height: 1;
bottom: 1px;
height: 45px;
width: 60px;
}
.nb-collapsible-mobile-menu [data-sek-mm-state="expanded"] .nb-dd-mm-toggle-wrapper {
display: block;
}
.nb-dd-mm-toggle {
background: none !important;
-webkit-appearance: none;
outline: none;
border: none;
padding: 0;
cursor: pointer;
display: block;
height: 45px;
width: 60px;
box-sizing: border-box;
overflow: hidden;
}
.nb-dd-mm-toggle i {
display: block;
transition: all .3s ease;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
width: 100%;
color: #000000;
}
li.expanded > .nb-dd-mm-toggle-wrapper .nb-arrow-for-mobile-menu {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.nb-arrow-for-mobile-menu::after {
content: "\25BE";
font-family: "Arial Unicode MS", Arial;
moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
font-weight: 900;
transition: all 0.3s ease;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
padding: 0 .45em;
font-size: 18px;
line-height: 45px;
position: relative;
}
.nb-loc .sek-module-inner nav .sek-nav-toggler {
-webkit-appearance: none !important;
cursor: pointer;
height: 40px;
width: 40px;
padding: 0;
vertical-align: middle;
}
.nb-loc .sek-module-inner nav .sek-nav-toggler, .nb-loc .sek-module-inner nav .sek-nav-toggler:hover, .nb-loc .sek-module-inner nav .sek-nav-toggler:focus {
background: 0 0;
background-color: rgba(0, 0, 0, 0);
color: black;
outline: none;
border: none;
}
.sek-ham__span-wrapper {
height: 12px;
position: relative;
display: block;
}
.sek-ham__span-wrapper .line {
display: block;
height: 1.5px;
position: absolute;
left: 10px;
border-radius: 5px;
background-clip: padding-box;
transition: all ease .35s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border-top: 1.5px solid;
}
.sek-ham__span-wrapper .line-1 {
top: 0;
}
.sek-ham__span-wrapper .line-2 {
top: 50%;
}
.sek-ham__span-wrapper .line-3 {
top: 100%;
}
.sek-nav-toggler .line-1 {
-webkit-transform: translate(-3px, 6px) rotate(45deg);
transform: translate(-3px, 6px) rotate(45deg);
width: 28px;
}
.sek-nav-toggler .line-2 {
opacity: 0;
}
.sek-nav-toggler .line-3 {
-webkit-transform: translate(-3px, -6px) rotate(-45deg);
transform: translate(-3px, -6px) rotate(-45deg);
width: 28px;
}
.sek-nav-toggler.sek-collapsed .line {
width: 20px;
-webkit-transform: translate(0, 0) rotate(0);
transform: translate(0, 0) rotate(0);
opacity: 1;
}
.sek-nav-toggler.sek-collapsed.hovering .line {
-webkit-transform: translateX(-3px);
transform: translateX(-3px);
width: 26px;
}
.nb-module-menu-search {
position: relative;
}
[data-sek-is-mobile-vertical-menu="yes"] .nb-module-menu-search {
display: none;
}
.nb-svg-search-icon {
cursor: pointer;
padding: 0;
}
.nb-module-menu-search .nb-search-expand {
display: none;
background: #fff;
position: absolute;
z-index: 100;
top: 49px;
right: 0;
left: 0;
width: 340px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
.nb-search-expand .nb-search-expand-inner {
border: 1px solid #eee;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.15);
transition: -webkit-transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out;
transition: height .25s ease-in-out,background-color .45s ease-in-out,-webkit-transform .35s ease-in-out;
transition: transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out;
transition: transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out,-webkit-transform .35s ease-in-out;
padding: 15px;
}
.nb-search-expand .nb-search-expand-inner [role=search].search-form label::after {
content: none;
}
[data-sek-module-type="czr_menu_module"] .nb-search-expand .nb-search-expand-inner [role=search].search-form {
display: -ms-flexbox;
display: flex;
float: none;
}
[data-sek-module-type="czr_menu_module"] .nb-search-expand .nb-search-expand-inner label input[type=search] {
max-width: 100%;
}
[data-sek-module-type="czr_menu_module"] .nb-search-expand .nb-search-expand-inner input[type=submit], [data-sek-is-mobile-vertical-menu="yes"] .nb-mobile-search form input[type=submit] {
margin: 0;
background: #808080 !important;
color: #fff;
font-size: 16px;
padding: 10px 10px;
font-weight: normal;
display: inline-block;
border: none;
cursor: pointer;
border-radius: 3px;
}
[data-sek-module-type="czr_menu_module"] .nb-search-expand .nb-search-expand-inner input[type=search], [data-sek-is-mobile-vertical-menu="yes"] .nb-mobile-search input[type=search],
[data-sek-module-type="czr_menu_module"] .nb-search-expand .nb-search-expand-inner input[type=submit], [data-sek-is-mobile-vertical-menu="yes"] .nb-mobile-search form input[type=submit] {
text-transform: none !important;
}
.nb-mobile-search {
display: none;
}
[data-sek-is-mobile-vertical-menu="yes"] .nb-mobile-search {
display: block;
padding: 6px 14px 15px;
}
[data-sek-is-mobile-vertical-menu="yes"] .nb-mobile-search input {
font-size: 16px;
}
.nb-search-expand-inner input[type="search"], .nb-mobile-search input[type="search"] {
color: #000000 !important;
}
.nb-search-expand-inner input[type="submit"], .nb-mobile-search input[type="submit"] {
color: #ffffff !important;
}
/*************************************
* IMAGE MODULE
*************************************/
[data-sek-module-type="czr_image_module"] {
text-align: center;
}
[data-sek-module-type="czr_image_module"] img {
border: 0 solid #f2f2f2;
}
[data-sek-module-type="czr_image_module"] .box-shadow img {
box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0;
}
/* image module transitions for better animations when effects are used */
[data-sek-module-type="czr_image_module"] figure img {
transition: all 0.2s ease-out;
}
[data-sek-module-type="czr_image_module"] figure.has-custom-height {
overflow: hidden;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
}
[data-sek-module-type="czr_image_module"] figure.has-custom-height img {
-o-object-fit: cover;
object-fit: cover;
}
.sek-hover-effect-opacity img:hover {
opacity: .7;
}
.sek-hover-effect-zoom-out img:hover {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.sek-hover-effect-zoom-in img:hover {
-webkit-transform: scale(0.95);
transform: scale(0.95);
}
.sek-hover-effect-move-up img:hover {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
.sek-hover-effect-move-down img:hover {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
.sek-hover-effect-blur img:hover {
-webkit-filter: blur(2px);
filter: blur(2px);
}
.sek-hover-effect-grayscale img:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.sek-hover-effect-grayscale img:hover {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-filter: gray;
filter: gray;
}
.sek-hover-effect-reverse-grayscale img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-filter: gray;
filter: gray;
}
.sek-hover-effect-reverse-grayscale img:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
/*************************************
* NIMBLE IMAGE MODULE
*************************************/
.sek-nimble-image-wrapper {
max-width: 100%;
overflow: hidden;
width: 100%;
position: relative;
display: block;
background-position: center center;
background-size: cover;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.sek-nimble-image-wrapper::before {
content: '';
display: block;
padding-top: 100%;
}
.nb-loc [data-sek-level] .sek-module-inner .sek-nimble-image-wrapper a {
color: #ffffff;
}
.nb-loc [data-sek-level] .sek-module-inner .sek-nimble-image-wrapper a:hover {
color: #ffffff;
}
.sek-nimble-image-wrapper .nb-icon-text-wrapper {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
top: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.sek-nimble-image-wrapper .nb-icon-text-wrapper .nb-pro-img-icon {
font-size: 80px;
line-height: 1em;
color: #000000;
transition: all .3s ease;
}
.sek-nimble-image-wrapper .nb-icon-text-wrapper .nb-pro-img-text, .sek-nimble-image-wrapper .nb-icon-text-wrapper .nb-pro-img-text * {
color: #000000;
font-size: 16px;
line-height: 1.5em;
font-weight: 400;
transition: all .3s ease;
}
.sek-nimble-image-wrapper .nb-icon-text-wrapper .nb-pro-img-text p {
margin: 0;
padding: 0;
}
.sek-nimble-image-wrapper.nb-icon-has-hover-color:hover .nb-pro-img-icon {
color: #969696;
}
.sek-nimble-image-mask {
position: absolute;
border-color: #fff;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
z-index: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.sek-nimble-image-mask::before {
position: absolute;
content: '';
z-index: 1;
border: 150vw solid;
border-color: inherit;
box-sizing: content-box;
transition: all .3s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.sek-module-inner .sek-nimble-image-wrapper.nb-mask-expand:hover .sek-nimble-image-mask::before,
.sek-module-inner .sek-nimble-image-wrapper.nb-mask-shrink .sek-nimble-image-mask::before,
.sek-module-inner .sek-nimble-image-wrapper.nb-mask-always-expanded .sek-nimble-image-mask::before {
width: 88%;
padding-bottom: 88%;
}
.sek-module-inner .sek-nimble-image-wrapper.nb-mask-shrink:hover .sek-nimble-image-mask::before,
.sek-module-inner .sek-nimble-image-wrapper.nb-mask-expand .sek-nimble-image-mask::before,
.sek-module-inner .sek-nimble-image-wrapper.nb-mask-always-shrinked .sek-nimble-image-mask::before {
width: 63%;
padding-bottom: 63%;
}
.sek-nimble-image-wrapper.nb-circle-mask .sek-nimble-image-mask::before {
border-radius: 50%;
}
.sek-nimble-image {
position: absolute;
width: 100%;
height: 100%;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
z-index: 0;
top: 0;
}
.sek-module-inner [data-sek-adv-list-type="none"] > ul {
list-style-type: none;
margin-right: 0 !important;
}
.sek-module-inner [data-sek-adv-list-type="circle"] > ul {
list-style-type: circle;
}
.sek-module-inner [data-sek-adv-list-type="disc"] > ul {
list-style-type: disc;
}
.sek-module-inner [data-sek-adv-list-type="square"] > ul {
list-style-type: square;
}
.sek-module-inner [data-sek-adv-list-type="decimal"] > ol {
list-style-type: decimal;
}
.sek-module-inner [data-sek-adv-list-type="lower-alpha"] > ol {
list-style-type: lower-alpha;
}
.sek-module-inner [data-sek-adv-list-type="lower-roman"] > ol {
list-style-type: lower-roman;
}
.sek-module-inner [data-sek-adv-list-type="upper-roman"] > ol {
list-style-type: upper-roman;
}
.sek-module-inner [data-sek-adv-list-type="upper-alpha"] > ol {
list-style-type: upper-alpha;
}
.sek-module-inner .sek-adv-list-wrapper ul, .sek-module-inner .sek-adv-list-wrapper ol {
padding: 0;
line-height: 1.5;
margin: 0;
margin-right: 25px;
}
.sek-module-inner .sek-adv-list-wrapper ul li, .sek-module-inner .sek-adv-list-wrapper ol li {
text-indent: 0px;
}
.sek-module-inner [data-sek-adv-list-layout="vertical"] ul li, .sek-module-inner [data-sek-adv-list-layout="vertical"] ol li {
display: list-item;
}
.sek-module-inner [data-sek-adv-list-layout="horizontal"] ul li, .sek-module-inner [data-sek-adv-list-layout="horizontal"] ol li {
display: inline-block;
}
.sek-module-inner .sek-adv-list-item .sek-adv-list-item-inner {
display: -ms-flexbox;
display: flex;
}
.sek-module-inner .sek-adv-list-item .sek-adv-list-item-text {
transition: color 0.2s ease-in-out;
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
}
.sek-module-inner .sek-adv-list-item .sek-adv-list-item-text p {
margin: 0;
}
.sek-module-inner .sek-adv-list-item .sek-adv-list-item-text a {
cursor: pointer;
}
.sek-module-inner .sek-adv-list-item .sek-adv-list-item-text a:hover {
text-decoration: underline;
}
.sek-module-inner .sek-adv-list-item .sek-adv-list-item-icon {
margin-right: 10px;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-positive: 0;
flex-grow: 0;
}
.sek-module-inner .sek-adv-list-item [data-sek-icon-border="circle"], .sek-module-inner .sek-adv-list-item [data-sek-icon-border="square"] {
border: 1px solid;
width: 2.2em;
height: 2.2em;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.sek-module-inner .sek-adv-list-item [data-sek-icon-border="circle"] {
border-radius: 2em;
}
/*************************************
* DIVIDER MODULE
*************************************/
[data-sek-module-type="czr_divider_module"] {
text-align: center;
}
[data-sek-module-type="czr_divider_module"] .sek-module-inner {
font-size: 0;
line-height: 0;
}
.sek-module-inner .sek-divider {
border-top: 1px solid #5a5a5a;
display: inline-block;
width: 100%;
margin-top: 15px;
margin-bottom: 15px;
font-size: 1rem;
}
/*************************************
* SPACER MODULE
*************************************/
.sek-module-inner .sek-spacer {
height: 20px;
}
/*************************************
* ICON MODULE
*************************************/
[data-sek-module-type="czr_icon_module"] {
text-align: center;
color: #5a5a5a;
font-size: 15px;
}
[data-sek-module-type="czr_icon_module"] a.sek-icon,
[data-sek-module-type="czr_icon_module"] a.sek-icon:hover,
[data-sek-module-type="czr_icon_module"] a.sek-icon:focus,
[data-sek-module-type="czr_icon_module"] a.sek-icon:active,
[data-sek-module-type="czr_icon_module"] a.sek-icon.active {
color: inherit;
}
[data-sek-module-type="czr_icon_module"] .box-shadow .sek-icon-wrapper {
box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0;
}
[data-sek-module-type="czr_icon_module"] .sek-icon i {
transition: all 0.15s ease-in-out;
}
[data-sek-module-type="czr_icon_module"] .sek-icon .fas, [data-sek-module-type="czr_icon_module"] .sek-icon .far, [data-sek-module-type="czr_icon_module"] .sek-icon .fab {
width: 1em;
height: 1em;
text-align: center;
}
[data-sek-module-type="czr_icon_module"] a.sek-icon {
box-shadow: none;
-webkit-box-shadow: none;
}
[data-sek-module-type="czr_icon_module"] a.sek-icon:hover, [data-sek-module-type="czr_icon_module"] a.sek-icon:focus, [data-sek-module-type="czr_icon_module"] a.sek-icon:active {
box-shadow: none;
-webkit-box-shadow: none;
}
[data-sek-module-type="czr_icon_module"] .sek-icon-wrapper {
display: inline-block;
line-height: 1em;
}
/*************************************
* QUOTE MODULE
*************************************/
.sek-quote p {
margin: 0 0 .5em;
padding: 0;
}
.sek-quote .sek-cite {
font-size: 14px;
line-height: 1.5em;
font-style: inherit;
}
.sek-quote[data-sek-quote-design="none"] {
border-left: none;
}
.sek-quote .sek-quote-content {
font-weight: 400;
font-size: 1.2em;
line-height: 1.5em;
color: inherit;
}
.sek-quote.sek-quote-design {
background: none;
font-style: inherit;
margin-right: 0;
margin-left: 0;
padding: 15px 0;
border: none;
}
.sek-quote.sek-quote-design > * {
padding: 0;
margin: 0;
}
.sek-quote.sek-quote-design::before, .sek-quote.sek-quote-design::after {
display: none;
}
.sek-quote.sek-quote-design .sek-cite {
padding: 0;
font-weight: normal;
}
.sek-quote.sek-quote-design .sek-cite::before {
display: none;
}
.sek-quote.sek-quote-design .sek-quote-inner {
color: inherit;
}
.sek-quote.sek-quote-design.sek-quote-icon-before .sek-quote-inner {
padding-right: 45px;
}
.sek-quote.sek-quote-design.sek-border-before {
padding-right: 15px;
border-right: 5px solid rgba(0, 0, 0, 0.1);
}
.sek-quote.sek-quote-design.sek-border-before .sek-cite {
clear: both;
display: block;
margin-top: 1.5em;
position: relative;
padding-right: 2.2em;
padding-left: 0.25em;
}
.sek-quote.sek-quote-design.sek-border-before .sek-cite::before {
display: block;
content: '';
top: 1em;
position: absolute;
background: none;
width: 2em;
height: auto;
right: 0;
border-top: 1px solid;
}
.sek-quote.sek-quote-design.sek-quote-icon-before {
position: relative;
display: -ms-flexbox;
display: flex;
}
.sek-quote.sek-quote-design.sek-quote-icon-before .sek-quote-content *:last-child {
margin-bottom: .75em;
}
.sek-quote.sek-quote-design.sek-quote-icon-before::before {
content: "\275D";
font-family: "Arial Unicode MS", Code2000;
font-size: 50px;
line-height: 1em;
color: #ccc;
font-style: normal;
text-align: center;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-variant: normal;
text-rendering: auto;
display: -ms-flexbox;
display: flex;
width: auto;
margin: 0;
right: 0;
position: absolute;
top: 10px;
}
/*************************************
* BUTTON MODULE
*************************************/
[data-sek-module-type="czr_button_module"] .sek-module-inner {
text-align: center;
}
.nb-loc .sek-module .sek-module-inner .sek-btn {
background: #020202;
color: #ffffff;
padding: 0.5em 1em;
margin: 0.5em;
}
.nb-loc .sek-module .sek-module-inner .sek-btn i {
margin: 0 8px;
}
.nb-loc .sek-module .sek-module-inner .sek-btn:hover, .nb-loc .sek-module .sek-module-inner .sek-btn:focus, .nb-loc .sek-module .sek-module-inner .sek-btn:active {
color: #ffffff;
background-color: #282828;
text-decoration: none;
}
[data-sek-module-type="czr_button_module"] .sek-module-inner .sek-btn:focus, [data-sek-module-type="czr_button_module"] .sek-module-inner .sek-btn:hover {
text-decoration: none;
}
.sek-btn-inner {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.sek-btn-inner .sek-btn-text {
width: 100%;
text-align: center;
}
.sek-btn.box-shadow {
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) !important;
}
.sek-btn.box-shadow.push-effect:active {
-webkit-transform: translateY(2px);
transform: translateY(2px);
}
/*************************************
* POST GRID MODULE
*************************************/
.sek-post-grid-wrapper {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.sek-post-grid-wrapper .sek-grid-items {
grid-row-gap: 25px;
}
.sek-post-grid-wrapper .sek-grid-items.sek-list-layout article > *:not(:last-child):not(.sek-pg-thumbnail) {
margin-bottom: 10px;
}
.sek-post-grid-wrapper .sek-grid-items.sek-grid-layout article > *:not(:last-child) {
margin-bottom: 10px;
}
.sek-post-grid-wrapper .sek-grid-items article {
overflow: hidden;
}
.sek-post-grid-wrapper .sek-grid-items article > :first-child {
margin-top: 0 !important;
}
.sek-post-grid-wrapper .sek-grid-items article > :last-child {
margin-top: 0 !important;
}
.sek-post-grid-wrapper .sek-grid-items article > *:not(:last-child) {
margin-top: 0 !important;
}
.sek-post-grid-wrapper .sek-grid-items article .sek-pg-content > *:not(:last-child) {
margin-top: 0 !important;
margin-bottom: 10px;
}
.sek-post-grid-wrapper .sek-grid-items article .sek-pg-content > :first-child {
margin-top: 0 !important;
}
.sek-post-grid-wrapper .sek-grid-items article .sek-pg-content > :last-child {
margin-top: 0 !important;
}
.sek-post-grid-wrapper .sek-grid-items.sek-shadow-on-hover article {
box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.sek-post-grid-wrapper .sek-grid-items.sek-shadow-on-hover article:hover {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18), 0 10px 10px rgba(0, 0, 0, 0.15);
}
.sek-post-grid-wrapper .sek-pg-thumbnail {
background: inherit;
overflow: hidden;
}
.sek-post-grid-wrapper .sek-pg-thumbnail img {
box-shadow: 0 5px 5px 0 rgba(18, 63, 82, 0.035), 0 0 0 1px rgba(176, 181, 193, 0.2);
border-radius: 4px;
}
.sek-post-grid-wrapper .sek-pg-thumbnail a {
display: block;
position: relative;
}
.sek-post-grid-wrapper .sek-pg-thumbnail img {
display: block;
width: 100%;
height: auto;
}
.sek-post-grid-wrapper.nb-thumb-box-shadow article .sek-pg-thumbnail img {
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.sek-post-grid-wrapper .sek-thumb-custom-height .sek-pg-thumbnail a {
height: 0;
padding-top: 65%;
}
@media all and (-ms-high-contrast: none) {
.sek-post-grid-wrapper .sek-thumb-custom-height .sek-pg-thumbnail a {
height: auto !important;
padding-top: inherit !important;
}
}
.sek-post-grid-wrapper .sek-thumb-custom-height .sek-pg-thumbnail img {
position: absolute;
height: 100%;
width: 100%;
max-height: none;
max-width: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
-o-object-fit: cover;
object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
.sek-post-grid-wrapper .sek-thumb-custom-height .sek-pg-thumbnail img {
height: auto !important;
position: relative;
}
}
.sek-post-grid-wrapper .sek-pg-metas > span:not(:last-child)::after {
content: "\B7";
vertical-align: middle;
margin: 0 5px;
line-height: 1;
}
.sek-post-grid-wrapper .sek-pg-content {
text-align: right;
}
.sek-post-grid-wrapper .sek-excerpt > :last-child {
margin-bottom: 0;
}
.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-category {
line-height: 1.2em;
color: #767676;
}
.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-category a {
text-transform: uppercase;
font-size: 13px;
text-decoration: none;
color: #767676;
}
.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-category a:hover {
color: inherit;
text-decoration: underline;
}
.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-title {
font-size: 28px;
line-height: 1.1em;
}
@media (max-width: 991.98px) {
.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-title {
font-size: 22px;
}
}
@media (max-width: 575.98px) {
.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-title {
font-size: 20px;
}
}
.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-title a {
text-decoration: none;
color: #121212;
font-size: 28px;
font-weight: 400;
line-height: 1.1em;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-title a:hover {
color: #666;
}
@media (max-width: 991.98px) {
.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-title a {
font-size: 22px;
}
}
@media (max-width: 575.98px) {
.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-title a {
font-size: 20px;
}
}
.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-metas {
line-height: 1.2em;
}
.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-metas span, .nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-metas a {
text-transform: uppercase;
font-size: 13px;
letter-spacing: 1px;
color: #767676;
}
.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-metas a:hover {
text-decoration: underline;
color: inherit;
}
.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-content p {
margin: 0 0 10px 0;
line-height: 1.3em;
font-size: 14px;
color: #555;
}
.sek-post-grid-wrapper .sek-list-layout {
display: -ms-grid;
display: grid;
-ms-grid-columns: minmax(0, 1fr);
grid-template-columns: minmax(0, 1fr);
}
@media all and (-ms-high-contrast: none) {
.sek-post-grid-wrapper .sek-list-layout {
display: block !important;
}
}
.sek-post-grid-wrapper .sek-list-layout article {
display: -ms-grid;
display: grid;
-ms-grid-columns: minmax(0, 1fr);
grid-template-columns: minmax(0, 1fr);
-ms-grid-rows: 1fr;
grid-template-rows: 1fr;
grid-column-gap: 20px;
}
@media all and (-ms-high-contrast: none) {
.sek-post-grid-wrapper .sek-list-layout article {
display: block !important;
padding-top: 10px;
}
}
.sek-post-grid-wrapper .sek-list-layout article > *:nth-child(1) {
-ms-grid-row: 1;
-ms-grid-column: 1;
}
.sek-post-grid-wrapper .sek-list-layout article.sek-has-thumb {
-ms-grid-columns: 30% minmax(0, 1fr);
grid-template-columns: 30% minmax(0, 1fr);
}
.sek-post-grid-wrapper .sek-list-layout article .sek-pg-thumbnail {
margin-bottom: 0;
-ms-flex-item-align: start;
align-self: flex-start;
}
.sek-post-grid-wrapper .sek-grid-layout {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 20px 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: 1fr;
grid-template-rows: 1fr;
grid-row-gap: 20px;
grid-column-gap: 20px;
}
@media all and (-ms-high-contrast: none) {
.sek-post-grid-wrapper .sek-grid-layout {
display: block !important;
}
}
.sek-post-grid-wrapper .sek-grid-layout > *:nth-child(1) {
-ms-grid-row: 1;
-ms-grid-column: 1;
}
.sek-post-grid-wrapper .sek-grid-layout > *:nth-child(2) {
-ms-grid-row: 1;
-ms-grid-column: 3;
}
.sek-module-inner .nb-masonry-post-grid .sek-grid-items.nb-masonry-grid-images-loaded {
grid-auto-rows: 5px;
}
.sek-module-inner .nb-masonry-post-grid .sek-grid-items article {
overflow: hidden;
}
.sek-module-inner .nb-masonry-post-grid .sek-grid-items.sek-thumb-no-custom-height .sek-pg-thumbnail a {
height: auto;
padding-top: 0;
}
.sek-module-inner .nb-masonry-post-grid .sek-grid-items.sek-thumb-no-custom-height .sek-pg-thumbnail img {
position: relative;
height: auto;
width: 100%;
}
.sek-module-inner .nb-item-box-shadow .sek-grid-items article {
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.sek-post-navigation #sek-nav-below {
background-color: #f7f8f9;
margin-top: 20px;
padding: 5px;
}
.sek-post-navigation #sek-nav-below .sek-pagination {
text-align: center;
}
.sek-post-navigation #sek-nav-below .sek-pagination ul {
display: inline-block;
vertical-align: middle;
margin: 0;
}
.sek-post-navigation #sek-nav-below .sek-pagination .page-numbers {
font-family: inherit;
opacity: 0.7;
text-decoration: none !important;
}
.sek-post-navigation #sek-nav-below .sek-pagination .current {
font-weight: 600;
opacity: 1;
}
.sek-post-navigation #sek-nav-below .sek-pagination .sek-pag-list > * {
margin: 0 5px;
}
.sek-post-navigation #sek-nav-below .sek-pagination .sek-pag-list {
margin: 0 -5px;
}
.sek-post-navigation #sek-nav-below nav {
padding-top: 20px;
padding-bottom: 20px;
}
.sek-post-navigation #sek-nav-below ul.sek-czr-pager {
margin: 0;
}
.sek-post-navigation #sek-nav-below li {
display: inline-block;
font-size: 16px;
}
.sek-post-navigation #sek-nav-below a, .sek-post-navigation #sek-nav-below .sek-meta-nav-title {
text-transform: uppercase;
letter-spacing: 2px;
color: #5A5A5A;
}
.sek-post-navigation #sek-nav-below a:hover, .sek-post-navigation #sek-nav-below .sek-meta-nav-title:hover {
color: #3b3b3b;
opacity: 1 !important;
}
.sek-post-navigation #sek-nav-below .sek-czr-pager > li {
display: block;
}
.sek-post-navigation #sek-nav-below .sek-nav-dir {
display: block;
}
.sek-post-navigation #sek-nav-below .sek-nav-dir > a {
max-width: 100%;
}
.sek-post-navigation #sek-nav-below a i.arrow {
font-size: 0.9em;
}
.sek-post-navigation #sek-nav-below .page-numbers, .sek-post-navigation #sek-nav-below a {
font-family: inherit;
line-height: 30px;
height: 30px;
display: inline-block;
vertical-align: middle;
transition: all 0.3s ease;
position: relative;
}
.sek-post-navigation #sek-nav-below .sek-meta-nav {
display: -ms-flexbox;
display: flex;
transition: all .2s,.6s ease;
opacity: .7;
}
.sek-post-navigation #sek-nav-below a:hover .sek-meta-nav {
opacity: 1;
text-decoration: underline;
}
.sek-post-navigation #sek-nav-below .sek-meta-nav-title {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle;
font-size: 0.9em;
}
/*************************************
* SIMPLE FORM MODULE
*************************************/
.sek-simple-form-wrapper input[type=text], .sek-simple-form-wrapper textarea {
font-size: 16px;
width: 100% !important;
padding: 0.4em 0.5em;
border-radius: 3px;
box-sizing: border-box;
outline: none;
font-weight: normal;
max-width: 100%;
border: none;
color: #555555;
background-color: #ffffff;
}
.sek-simple-form-wrapper textarea {
height: auto;
max-height: 150px;
}
.sek-simple-form-wrapper .sek-form-field {
margin-bottom: 15px;
clear: both;
}
.sek-simple-form-wrapper label {
color: #444444;
font-weight: bold;
text-align: left;
margin: 0;
padding: 0 0 3px 0;
width: auto;
display: block;
}
.sek-simple-form-wrapper.use-outset-shadow .sek-form-field input[type="text"], .sek-simple-form-wrapper.use-outset-shadow .sek-form-field textarea {
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) !important;
}
.sek-simple-form-wrapper.use-inset-shadow .sek-form-field input[type="text"], .sek-simple-form-wrapper.use-inset-shadow .sek-form-field textarea {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.sek-simple-form-wrapper #sek-form-respond {
padding: 20px 0;
}
.sek-simple-form-wrapper input[type="checkbox"] + label {
display: inline;
font-weight: bold;
margin-left: 0.5rem;
}
.sek-form-message {
padding: 10px;
margin: 10px 0;
text-align: center;
line-height: 1.5em;
font-size: 16px;
border-radius: 4px;
}
.sek-form-message.sek-mail-failure {
color: #ff0000;
border: 1px solid #ff0000;
background: none;
background: rgba(255, 0, 0, 0.05);
}
.sek-form-message.sek-mail-success {
color: #008000;
border: 1px solid #008000;
background: none;
background: rgba(0, 128, 0, 0.05);
}
.sek-form-message.sek-mail-aborted {
color: #ffa500;
border: 1px solid #ffa500;
background: none;
background: rgba(255, 165, 0, 0.05);
}
.grecaptcha-badge {
z-index: 1;
}
.sek-hide-rc-badge .grecaptcha-badge {
display: none;
}
.sek-show-rc-badge .grecaptcha-badge {
display: block;
visibility: visible !important;
}
/*************************************
* TINY MCE EDITOR MODULE
*************************************/
[data-sek-module-type="czr_tiny_mce_editor_module"] a {
text-decoration: underline;
}
/*************************************
* SOCIAL ICONS MODULE
*************************************/
[data-sek-module-type="czr_social_icons_module"] .sek-module-inner .sek-social-icons-wrapper {
margin: 10px 0;
}
.nb-loc .sek-module-inner .sek-social-icons-wrapper {
text-align: center;
}
.nb-loc .sek-module-inner .sek-social-icons-wrapper > *:not(:last-child) {
padding-right: 8px;
}
.nb-loc .sek-module-inner .sek-social-icons-wrapper > li {
display: inline-block;
}
.nb-loc .sek-module-inner .sek-social-icons-wrapper > li a {
color: #707070;
}
.nb-loc .sek-module-inner .sek-social-icons-wrapper > li .sek-social-icon {
font-size: 28px;
line-height: 1.5em;
}
.nb-loc .sek-module-inner .sek-social-icons-wrapper > li .sek-social-icon {
transition: all 0.2s ease-in-out;
}
/*************************************
* IMAGE SLIDER MODULE
*************************************/
.sek-column-inner [data-sek-module-type="czr_img_slider_module"] {
width: calc(100% + 20px);
max-width: calc(100% + 20px);
}
[data-sek-module-type="czr_img_slider_module"] {
/* SWIPER BULLETS */
/* SWIPER ARROWS */
}
[data-sek-module-type="czr_img_slider_module"] .sek-carousel-img [src*="data:image/gif;"] {
display: none;
}
[data-sek-module-type="czr_img_slider_module"] .sek-swiper-loading .sek-carousel-img img {
display: none;
}
.customizer-preview .swiper-wrapper .swiper-lazy-preloader {
display: none;
}
[data-sek-module-type="czr_img_slider_module"] .swiper {
width: 100%;
height: 100%;
overflow: hidden;
}
[data-sek-module-type="czr_img_slider_module"] .swiper .swiper-wrapper {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
height: 400px;
}
@media (max-width: 575.98px) {
[data-sek-module-type="czr_img_slider_module"] .swiper .swiper-wrapper {
height: 200px;
}
}
[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="nimble-wizard"] .sek-carousel-img {
height: 100%;
overflow: hidden;
}
[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="nimble-wizard"] .sek-carousel-img img {
max-width: none;
opacity: 0;
transition: opacity 0.15s ease-in-out;
}
[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="height-100"] .sek-carousel-img {
height: 100%;
width: auto;
overflow: hidden;
}
[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="height-100"] .sek-carousel-img img {
width: auto;
height: 100%;
max-width: none;
}
[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="cover"] .sek-carousel-img {
height: 100%;
width: 100%;
overflow: hidden;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
}
[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="cover"] .sek-carousel-img img {
width: 100%;
height: 100%;
max-width: none;
-o-object-fit: cover;
object-fit: cover;
}
[data-sek-module-type="czr_img_slider_module"] .swiper-slide {
text-align: center;
font-size: 18px;
/* Center slide image vertically */
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
}
[data-sek-module-type="czr_img_slider_module"] .swiper-slide[data-sek-slide-link] {
cursor: pointer;
}
[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-carousel-img {
width: 100%;
}
[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-carousel-img img {
width: 100%;
}
[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-carousel-img img.sek-h-centrd {
width: auto !important;
max-width: none !important;
position: relative;
opacity: 1;
}
[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-carousel-img img.sek-v-centrd {
height: auto !important;
max-height: none !important;
vertical-align: top;
position: relative;
max-width: none !important;
opacity: 1;
}
[data-sek-module-type="czr_img_slider_module"] .swiper-slide[data-sek-has-overlay="true"] .sek-carousel-img::after {
content: '';
left: 0;
right: 0;
bottom: 0;
top: 0;
position: absolute;
background-color: #000000;
opacity: 0.3;
}
[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-slider-text-wrapper {
height: 100%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
top: 50%;
left: 50%;
position: absolute;
/* Center slide text vertically
=> consistent with defaults in module registration */
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
}
[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-slider-text-content {
height: auto;
max-height: 100%;
width: 100%;
padding: 5%;
text-align: center;
z-index: 3;
overflow: hidden;
color: #e2e2e2;
font-size: 16px;
line-height: 1.5em;
}
[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-slider-text-content * {
font-size: 16px;
line-height: 1.5em;
}
[data-sek-module-type="czr_img_slider_module"] .swiper-pagination-bullet-active {
background-color: #ffffff;
}
[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav {
cursor: pointer;
}
[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-chevron {
display: inline-block;
border-right: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
width: 11px;
height: 11px;
}
[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-prev {
left: 0;
border-top-left-radius: 0px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 0px;
}
[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-prev .sek-chevron {
-webkit-transform: rotate(-225deg);
transform: rotate(-225deg);
}
[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-next {
right: 0;
border-top-left-radius: 2px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 2px;
}
[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-next .sek-chevron {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-prev, [data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-next {
position: absolute;
z-index: 2;
top: calc(50% - 30px);
text-align: center;
margin-top: 0px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
display: block;
height: 60px;
width: 50px;
opacity: 0.6;
background-color: rgba(32, 32, 32, 0.4);
transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
line-height: 64px;
cursor: pointer;
font-size: 18px;
}
[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-prev:hover, [data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-next:hover {
background-color: rgba(32, 32, 32, 0.7);
opacity: 1;
width: 100px;
}
@media (max-width: 575.98px) {
[data-sek-module-type="czr_img_slider_module"] [data-sek-hide-nav-on-mobile="true"] .swiper-pagination {
display: none;
}
[data-sek-module-type="czr_img_slider_module"] [data-sek-hide-nav-on-mobile="true"] .sek-swiper-nav {
display: none;
}
}
/*************************************
* ACCORDION MODULE
*************************************/
.sek-accord-wrapper {
text-align: left;
}
.sek-accord-wrapper .sek-accord-item {
border: 1px solid #e3e3e3;
overflow: hidden;
}
.sek-accord-wrapper .sek-accord-item:not(:last-child) {
margin-bottom: 0px;
}
.sek-accord-wrapper .sek-accord-item .sek-accord-title {
cursor: pointer;
color: #565656;
background: #ffffff;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px 20px;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 1px solid #e3e3e3;
font-size: 16px;
line-height: 1.5em;
font-weight: 600;
-ms-flex-positive: 1;
flex-grow: 1;
}
.sek-accord-wrapper .sek-accord-item .sek-accord-title:hover * {
color: #1e261f;
}
.sek-accord-wrapper .sek-accord-item .sek-accord-title:hover .expander span {
background: #1e261f;
}
[data-sek-expanded="true"] .sek-accord-title * {
color: #1e261f;
}
[data-sek-expanded="true"] .sek-accord-title .expander span {
background: #1e261f;
}
.sek-accord-wrapper .sek-accord-item .sek-accord-title .sek-inner-accord-title {
padding-right: 10px;
max-width: calc(100% - 30px);
}
.sek-accord-wrapper .sek-accord-item .sek-accord-title .sek-inner-accord-title, .sek-accord-wrapper .sek-accord-item .sek-accord-title .expander span {
transition: all 0.15s ease-in-out;
}
.sek-accord-wrapper .sek-accord-item .sek-accord-title .expander {
color: #1e261f;
width: 30px;
height: 30px;
padding: 0;
margin: 0;
outline: none;
border: 0;
background: none;
box-shadow: none;
font-size: 1.5em;
position: relative;
cursor: pointer;
}
.sek-accord-wrapper .sek-accord-item .sek-accord-title .expander span {
position: absolute;
transition: .3s;
background: #565656;
border-radius: 2px;
}
.sek-accord-wrapper .sek-accord-item .sek-accord-title .expander span:first-of-type {
top: 25%;
bottom: 25%;
width: 10%;
left: 45%;
}
.sek-accord-wrapper .sek-accord-item .sek-accord-title .expander span:last-of-type {
left: 25%;
right: 25%;
height: 10%;
top: 45%;
}
[data-sek-expanded="true"] .expander span:first-of-type, [data-sek-expanded="true"] .expander span:last-of-type {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
[data-sek-expanded="true"] .expander span:last-of-type {
left: 50%;
right: 50%;
}
[data-sek-has-global-border="true"][data-sek-has-title-border="true"] [data-sek-expanded="false"] .sek-accord-title {
border-bottom: none;
}
[data-sek-has-global-border="true"][data-sek-has-title-border="true"] .sek-accord-item:not(:last-child) {
border-bottom: none;
}
.sek-accord-wrapper .sek-accord-item[data-sek-expanded="true"] .sek-accord-title .expander span:first-of-type, .sek-accord-wrapper .sek-accord-item[data-sek-expanded="true"] .sek-accord-title .expander span:last-of-type {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.sek-accord-wrapper .sek-accord-item[data-sek-expanded="true"] .sek-accord-title .expander span:last-of-type {
left: 50%;
right: 50%;
}
.sek-accord-wrapper .sek-accord-item .sek-accord-content {
padding: 15px 20px;
background: #f2f2f2;
color: #1e261f;
font-size: 16px;
line-height: 1.5em;
}
.sek-accord-wrapper .sek-accord-item[data-sek-expanded="true"] > .sek-accord-content {
display: block;
}
.sek-accord-wrapper .sek-accord-item[data-sek-expanded="false"] > .sek-accord-content {
display: none;
}
/*************************************
* SHORTCODE MODULE
*************************************/
[data-sek-module-type="czr_shortcode_module"] [data-sek-use-flexbox="true"] {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
}
.sek-gal-wrapper:not(.nb-auto-column-width) {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.sek-gal-wrapper .sek-gal-items {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 20px 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: 1fr;
grid-template-rows: 1fr;
grid-row-gap: 20px;
grid-column-gap: 20px;
}
@media all and (-ms-high-contrast: none) {
.sek-gal-wrapper .sek-gal-items {
display: block !important;
}
}
.sek-gal-wrapper .sek-gal-items > *:nth-child(1) {
-ms-grid-row: 1;
-ms-grid-column: 1;
}
.sek-gal-wrapper .sek-gal-items > *:nth-child(2) {
-ms-grid-row: 1;
-ms-grid-column: 3;
}
.sek-gal-wrapper .sek-img-gal-item {
transition: all 0.15s ease-in-out;
overflow: hidden;
}
.sek-gal-wrapper .sek-img-gal-item img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.sek-gal-wrapper .sek-img-gal-item:hover {
opacity: .9;
}
.sek-module-inner .nb-gal-item-box-shadow .sek-gal-items figure {
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.sek-module-inner .nb-masonry-gal-grid .sek-gal-items.nb-masonry-gal-images-loaded {
grid-auto-rows: 5px;
}
.sek-module-inner .nb-masonry-gal-grid .sek-gal-items .sek-img-gal-item img {
height: auto;
}
.sek-module-inner .nb-masonry-gal-grid .sek-gal-items.sek-gal-img-natural-height img {
height: auto !important;
}
.sek-module-inner .nb-masonry-gal-grid .sek-gal-items.sek-gal-img-height-100-percent img {
height: 100%;
}
/*************************************
* ACCORDION MODULE
*************************************/
.sek-module-inner {
line-height: 1.5em;
}
.sek-module-inner h1, .sek-module-inner h2, .sek-module-inner h3, .sek-module-inner h4, .sek-module-inner h5, .sek-module-inner h6, .sek-module-inner p {
line-height: 1.5em;
font-weight: 400;
margin: 0.6em 0;
}
.sek-module-inner h1 {
font-size: 2.48em;
}
.sek-module-inner h2 {
font-size: 2.07em;
}
.sek-module-inner h3 {
font-size: 1.73em;
}
.sek-module-inner h4 {
font-size: 1.44em;
}
.sek-module-inner h5 {
font-size: 1.2em;
}
.sek-module-inner h6 {
font-size: 1em;
}
.sek-module-inner p {
margin: 0 0 1em;
padding: 0;
}
.sek-module-inner a {
text-decoration: none;
box-shadow: none;
transition: color 0.2s ease-in-out;
}
.sek-module-inner img {
height: auto;
max-width: 100%;
border: none;
border-radius: 0;
box-shadow: none;
}
[data-sek-module-type="czr_tiny_mce_editor_module"] .sek-module-inner a:not(.wp-block-button__link),
[data-sek-module-type="czr_shortcode_module"] .sek-module-inner a:not(.wp-block-button__link),
[data-sek-module-type="czr_accordion_module"] .sek-module-inner a:not(.wp-block-button__link),
[data-sek-module-type="czr_simple_html_module"] .sek-module-inner a:not(.wp-block-button__link) {
text-decoration: underline;
}
body .sektion-wrapper .sek-row [data-sek-level="module"] .sek-module-inner a:not(.sek-btn):not(.button):focus {
background: none;
}
body .sek-module-inner h1:before, body .sek-module-inner h2:before, body .sek-module-inner h3:before, body .sek-module-inner h4:before, body .sek-module-inner h5:before, body .sek-module-inner h6:before {
content: none;
background: none;
}
/*# sourceMappingURL=sek-base-rtl.css.map */