@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.es_caption {
padding-bottom: 1em;
padding-right: 0.5em;
}
.es_msg {
padding-top: 5px;
padding-bottom: 5px;
color: #F00;
}
.es_textbox {
padding-bottom: 10px;
}
.es_button {
padding-top: 10px;
padding-bottom: 5px;
}
.es_textbox_class {
width: 200px;
}
.es_lablebox {
padding-bottom: 3px;
}
.es_subscription_message.success {
color: #008000;
font-size: 16px;
}
.es_subscription_message.error {
color: #ff0000;
font-size: 16px;
}
.es_spinner_image {
display: none;
float: right;
}
.es-field-wrap{
margin-bottom: 0.6em;
}
.ig-es-form-list-selection, .ig-es-form-list-selection td, .ig-es-form-list-selection tr, .ig-es-form-radio-selection, .ig-es-form-radio-selection td, .ig-es-form-radio-selection tr {
border: none;
}
.ig_es_form_wrapper {
width: 30%;
margin: 0 auto;
border: 2px #e8e3e3 solid;
padding: 0.9em;
border-radius: 5px;
}
.ig_es_form_heading {
font-size: 1.3em;
line-height: 1.5em;
margin-bottom: 0.5em;
}
.ig_es_list_checkbox {
margin-right: 0.5em;
}
.ig_es_submit {
color: #FFFFFF !important;
border-color: #03a025 !important;
background: #03a025 !important;
box-shadow: 0 1px 0 #03a025;
font-weight: bold;
height: 2.4em;
line-height: 1em;
cursor: pointer;
border-width: 1px;
border-style: solid;
-webkit-appearance: none;
border-radius: 3px;
white-space: nowrap;
box-sizing: border-box;
font-size: 1em;
padding: 0 2em;
margin-top: 1em;
}
.ig_es_submit:hover {
color: #FFF !important;
background: #0AAB2E !important;
border-color: #0AAB2E !important;
}
.ig_es_form_wrapper hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
} .es_form_cf{
padding: 0.75rem;
}
select.es_form_cf, input[type="text"].es_form_cf, input[type="number"].es_form_cf, input[type="date"].es_form_cf{
width: 50%;
}.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79, 79, 79, 0.4);--pswp-preloader-color-secondary:rgba(255, 255, 255, 0.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10}.pswp--ui-visible .pswp__hide-on-close{opacity:1}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp--ui-visible .pswp__button:hover,.pswp--ui-visible .pswp__button:active,.pswp--ui-visible .pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scale(-1,1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity 0.2s linear;animation:pswp-clockwise 600ms linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.pswp__counter{height:30px;margin:15px 0 0 20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}.pswp__dynamic-caption{color:#ccc;position:absolute;width:100%;left:0;top:0;transition:opacity 120ms linear!important;line-height:1.5em}.pswp__dynamic-caption--aside,.pswp__dynamic-caption--below{opacity:1!important}.pswp-caption-content{display:none}.pswp__dynamic-caption a{color:#ccc}.pswp__dynamic-caption--faded{opacity:0!important}.pswp__dynamic-caption--aside{width:auto;max-width:300px;padding:20px 15px 20px 20px;margin-top:70px}.pswp__dynamic-caption--below{width:auto;max-width:700px;padding:15px 0 0}.pswp__dynamic-caption--on-hor-edge{padding-left:15px;padding-right:15px}.pswp__dynamic-caption--mobile{width:100%;top:auto;right:0;bottom:0;background:rgba(0,0,0,.5);padding:10px 15px}.pswp__caption,.pswp__caption__exif{padding-bottom:.5em}.pswp__caption__exif_camera{padding-left:1.5em;padding-right:.5em;white-space:nowrap;background-position:0 center;background-repeat:no-repeat;background-size:1.2em 1.2em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2NjY2NjYyIgZD0ibTQsNWwzLDBsMiwtMmw2LDBsMiwybDMsMGEyLDIgMCAwIDEgMiwybDAsMTJhMiwyIDAgMCAxIC0yLDJsLTE2LDBhMiwyIDAgMCAxIC0yLC0ybDAsLTEyYTIsMiAwIDAgMSAyLC0ybTgsM2E1LDUgMCAwIDAgLTUsNWE1LDUgMCAwIDAgNSw1YTUsNSAwIDAgMCA1LC01YTUsNSAwIDAgMCAtNSwtNW0wLDJhMywzIDAgMCAxIDMsM2EzLDMgMCAwIDEgLTMsM2EzLDMgMCAwIDEgLTMsLTNhMywzIDAgMCAxIDMsLTN6Ii8+PC9zdmc+)}.pswp__caption__exif_lens{padding-left:1.5em;padding-right:.5em;white-space:nowrap;background-position:0 center;background-repeat:no-repeat;background-size:1.2em 1.2em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDMwMCAzMDAiPjxwYXRoIGZpbGw9IiNjY2NjY2MiIGQ9Ik0yOTMuNzUsNTYuMjVIMjc1VjM3LjVjMC0zLjQ1Ni0yLjc5NC02LjI1LTYuMjUtNi4yNWgtMTAwYy0zLjQ1NiwwLTYuMjUsMi43OTQtNi4yNSw2LjI1djMxLjI1SDE1MFY2Mi41IGMwLTMuNDU2LTIuNzk0LTYuMjUtNi4yNS02LjI1aC04Ny41Yy0zLjQ1NiwwLTYuMjUsMi43OTQtNi4yNSw2LjI1djYuMjVINi4yNUMyLjc5NCw2OC43NSwwLDcxLjU0NCwwLDc1djE1MCBjMCwzLjQ1NiwyLjc5NCw2LjI1LDYuMjUsNi4yNUg1MHY2LjI1YzAsMy40NTYsMi43OTQsNi4yNSw2LjI1LDYuMjVoODcuNWMzLjQ1NiwwLDYuMjUtMi43OTQsNi4yNS02LjI1di02LjI1aDEyLjV2MzEuMjUgYzAsMy40NTYsMi43OTQsNi4yNSw2LjI1LDYuMjVoMTAwYzMuNDU2LDAsNi4yNS0yLjc5NCw2LjI1LTYuMjV2LTE4Ljc1aDE4Ljc1YzMuNDU2LDAsNi4yNS0yLjc5NCw2LjI1LTYuMjV2LTE3NSBDMzAwLDU5LjA0NCwyOTcuMjA2LDU2LjI1LDI5My43NSw1Ni4yNXogTTEyLjUsMjE4Ljc1VjgxLjI1SDUwdjEzNy41SDEyLjV6IE0xMzcuNSwyMzEuMjVoLTc1VjIyNVY3NXYtNi4yNWg3NVYyMzEuMjV6IE0xNTAsMjE4Ljc1VjgxLjI1aDEyLjV2MTM3LjVIMTUweiBNMjYyLjUsMjU2LjI1SDE3NVY0My43NWg4Ny41VjYyLjV2MTc1VjI1Ni4yNXogTTI4Ny41LDIzMS4yNUgyNzVWNjguNzVoMTIuNVYyMzEuMjV6Ii8+PHBhdGggZmlsbD0iI2NjY2NjYyIgZD0iTTIzNy41LDY4Ljc1SDIwMGMtMy40NTYsMC02LjI1LDIuNzk0LTYuMjUsNi4yNXMyLjc5NCw2LjI1LDYuMjUsNi4yNWgzNy41YzMuNDU2LDAsNi4yNS0yLjc5NCw2LjI1LTYuMjUgUzI0MC45NTYsNjguNzUsMjM3LjUsNjguNzV6Ii8+PHBhdGggZmlsbD0iI2NjY2NjYyIgZD0iTTIzNy41LDkzLjc1SDIwMGMtMy40NTYsMC02LjI1LDIuNzk0LTYuMjUsNi4yNXMyLjc5NCw2LjI1LDYuMjUsNi4yNWgzNy41YzMuNDU2LDAsNi4yNS0yLjc5NCw2LjI1LTYuMjUgUzI0MC45NTYsOTMuNzUsMjM3LjUsOTMuNzV6Ii8+PHBhdGggZmlsbD0iI2NjY2NjYyIgZD0iTTIzNy41LDExOC43NUgyMDBjLTMuNDU2LDAtNi4yNSwyLjc5NC02LjI1LDYuMjVzMi43OTQsNi4yNSw2LjI1LDYuMjVoMzcuNWMzLjQ1NiwwLDYuMjUtMi43OTQsNi4yNS02LjI1IFMyNDAuOTU2LDExOC43NSwyMzcuNSwxMTguNzV6Ii8+PHBhdGggZmlsbD0iI2NjY2NjYyIgZD0iTTIzNy41LDE0My43NUgyMDBjLTMuNDU2LDAtNi4yNSwyLjc5NC02LjI1LDYuMjVzMi43OTQsNi4yNSw2LjI1LDYuMjVoMzcuNWMzLjQ1NiwwLDYuMjUtMi43OTQsNi4yNS02LjI1IFMyNDAuOTU2LDE0My43NSwyMzcuNSwxNDMuNzV6Ii8+PHBhdGggZmlsbD0iI2NjY2NjYyIgZD0iTTIzNy41LDE2OC43NUgyMDBjLTMuNDU2LDAtNi4yNSwyLjc5NC02LjI1LDYuMjVzMi43OTQsNi4yNSw2LjI1LDYuMjVoMzcuNWMzLjQ1NiwwLDYuMjUtMi43OTQsNi4yNS02LjI1IFMyNDAuOTU2LDE2OC43NSwyMzcuNSwxNjguNzV6Ii8+PHBhdGggZmlsbD0iI2NjY2NjYyIgZD0iTTIzNy41LDE5My43NUgyMDBjLTMuNDU2LDAtNi4yNSwyLjc5NC02LjI1LDYuMjVzMi43OTQsNi4yNSw2LjI1LDYuMjVoMzcuNWMzLjQ1NiwwLDYuMjUtMi43OTQsNi4yNS02LjI1IFMyNDAuOTU2LDE5My43NSwyMzcuNSwxOTMuNzV6Ii8+PHBhdGggZmlsbD0iI2NjY2NjYyIgZD0iTTIzNy41LDIxOC43NUgyMDBjLTMuNDU2LDAtNi4yNSwyLjc5NC02LjI1LDYuMjVzMi43OTQsNi4yNSw2LjI1LDYuMjVoMzcuNWMzLjQ1NiwwLDYuMjUtMi43OTQsNi4yNS02LjI1IFMyNDAuOTU2LDIxOC43NSwyMzcuNSwyMTguNzV6Ii8+PHJlY3QgZmlsbD0iI2NjY2NjYyIgeD0iNzUiIHk9IjgxLjI1IiB3aWR0aD0iNTAiIGhlaWdodD0iMTIuNSIvPjxyZWN0IGZpbGw9IiNjY2NjY2MiIHg9Ijc1IiB5PSIxMDYuMjUiIHdpZHRoPSI1MCIgaGVpZ2h0PSIxMi41Ii8+PHJlY3QgZmlsbD0iI2NjY2NjYyIgeD0iNzUiIHk9IjEzMS4yNSIgd2lkdGg9IjUwIiBoZWlnaHQ9IjEyLjUiLz48cmVjdCBmaWxsPSIjY2NjY2NjIiB4PSI3NSIgeT0iMTU2LjI1IiB3aWR0aD0iNTAiIGhlaWdodD0iMTIuNSIvPjxyZWN0IGZpbGw9IiNjY2NjY2MiIHg9Ijc1IiB5PSIxODEuMjUiIHdpZHRoPSI1MCIgaGVpZ2h0PSIxMi41Ii8+PHJlY3QgZmlsbD0iI2NjY2NjYyIgeD0iNzUiIHk9IjIwNi4yNSIgd2lkdGg9IjUwIiBoZWlnaHQ9IjEyLjUiLz48L3N2Zz4=)}.pswp__caption__exif_focal{padding-left:1.5em;padding-right:.5em;white-space:nowrap;background-position:0 center;background-repeat:no-repeat;background-size:1.2em 1.2em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjY2NjY2NjIiBkPSJNMTIgNi41YzMuNzkgMCA3LjE3IDIuMTMgOC44MiA1LjUtMS42NSAzLjM3LTUuMDIgNS41LTguODIgNS41UzQuODMgMTUuMzcgMy4xOCAxMkM0LjgzIDguNjMgOC4yMSA2LjUgMTIgNi41bTAtMkM3IDQuNSAyLjczIDcuNjEgMSAxMmMxLjczIDQuMzkgNiA3LjUgMTEgNy41czkuMjctMy4xMSAxMS03LjVjLTEuNzMtNC4zOS02LTcuNS0xMS03LjV6bTAgNWMxLjM4IDAgMi41IDEuMTIgMi41IDIuNXMtMS4xMiAyLjUtMi41IDIuNS0yLjUtMS4xMi0yLjUtMi41IDEuMTItMi41IDIuNS0yLjVtMC0yYy0yLjQ4IDAtNC41IDIuMDItNC41IDQuNXMyLjAyIDQuNSA0LjUgNC41IDQuNS0yLjAyIDQuNS00LjUtMi4wMi00LjUtNC41LTQuNXoiPjwvcGF0aD48L3N2Zz4K)}.pswp__caption__exif_shutter{padding-left:1.5em;padding-right:.5em;white-space:nowrap;background-position:0 center;background-repeat:no-repeat;background-size:1.2em 1.2em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjY2NjY2NjIiBkPSJNMTUgMUg5djJoNlYxem00LjAzIDYuMzlsMS40Mi0xLjQyYy0uNDMtLjUxLS45LS45OS0xLjQxLTEuNDFsLTEuNDIgMS40MkMxNi4wNyA0Ljc0IDE0LjEyIDQgMTIgNGMtNC45NyAwLTkgNC4wMy05IDlzNC4wMiA5IDkgOSA5LTQuMDMgOS05YzAtMi4xMi0uNzQtNC4wNy0xLjk3LTUuNjF6TTEyIDIwYy0zLjg3IDAtNy0zLjEzLTctN3MzLjEzLTcgNy03IDcgMy4xMyA3IDctMy4xMyA3LTcgN3ptLS4zMi01SDYuMzVjLjU3IDEuNjIgMS44MiAyLjkyIDMuNDEgMy41NmwtLjExLS4wNiAyLjAzLTMuNXptNS45Ny00Yy0uNTctMS42LTEuNzgtMi44OS0zLjM0LTMuNTRMMTIuMjYgMTFoNS4zOXptLTcuMDQgNy44M2MuNDUuMTEuOTEuMTcgMS4zOS4xNyAxLjM0IDAgMi41Ny0uNDUgMy41Ny0xLjE5bC0yLjExLTMuOS0yLjg1IDQuOTJ6TTcuNTUgOC45OUM2LjU5IDEwLjA1IDYgMTEuNDYgNiAxM2MwIC4zNC4wNC42Ny4wOSAxaDQuNzJMNy41NSA4Ljk5em04Ljc5IDguMTRDMTcuMzcgMTYuMDYgMTggMTQuNiAxOCAxM2MwLS4zNC0uMDQtLjY3LS4wOS0xaC00LjM0bDIuNzcgNS4xM3ptLTMuMDEtOS45OEMxMi45IDcuMDYgMTIuNDYgNyAxMiA3Yy0xLjQgMC0yLjY5LjQ5LTMuNzEgMS4yOWwyLjMyIDMuNTYgMi43Mi00Ljd6Ij48L3BhdGg+PC9zdmc+Cg==)}.pswp__caption__exif_fstop{padding-left:1.5em;padding-right:.5em;white-space:nowrap;background-position:0 center;background-repeat:no-repeat;background-size:1.2em 1.2em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjY2NjY2NjIiBkPSJNOS40IDEwLjVsNC43Ny04LjI2QzEzLjQ3IDIuMDkgMTIuNzUgMiAxMiAyYy0yLjQgMC00LjYuODUtNi4zMiAyLjI1bDMuNjYgNi4zNS4wNi0uMXpNMjEuNTQgOWMtLjkyLTIuOTItMy4xNS01LjI2LTYtNi4zNEwxMS44OCA5aDkuNjZ6bS4yNiAxaC03LjQ5bC4yOS41IDQuNzYgOC4yNUMyMSAxNi45NyAyMiAxNC42MSAyMiAxMmMwLS42OS0uMDctMS4zNS0uMi0yek04LjU0IDEybC0zLjktNi43NUMzLjAxIDcuMDMgMiA5LjM5IDIgMTJjMCAuNjkuMDcgMS4zNS4yIDJoNy40OWwtMS4xNS0yem0tNi4wOCAzYy45MiAyLjkyIDMuMTUgNS4yNiA2IDYuMzRMMTIuMTIgMTVIMi40NnptMTEuMjcgMGwtMy45IDYuNzZjLjcuMTUgMS40Mi4yNCAyLjE3LjI0IDIuNCAwIDQuNi0uODUgNi4zMi0yLjI1bC0zLjY2LTYuMzUtLjkzIDEuNnoiPjwvcGF0aD48L3N2Zz4=)}.pswp__caption__exif_iso{padding-left:1.5em;padding-right:.5em;white-space:nowrap;background-position:0 center;background-repeat:no-repeat;background-size:1.2em 1.2em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjY2NjY2NjIiBkPSJNMTkgM0g1Yy0xLjEgMC0yIC45LTIgMnYxNGMwIDEuMS45IDIgMiAyaDE0YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6TTUuNSA3LjVoMnYtMkg5djJoMlY5SDl2Mkg3LjVWOWgtMlY3LjV6TTE5IDE5SDVMMTkgNXYxNHptLTItMnYtMS41aC01VjE3aDV6Ij48L3BhdGg+PC9zdmc+Cg==)}.pswp__caption__exif_datetime{padding-left:1.5em;white-space:nowrap;background-position:0 center;background-repeat:no-repeat;background-size:1.2em 1.2em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2NjY2NjYyIgc3Ryb2tlPSJudWxsIiBpZD0ic3ZnXzIiIGQ9Im0yMC44NDM4MywzLjM5NjkybC0zLjc2NDI0LDBsMCwtMC41NjY2MmMwLC0wLjMxNzIxIC0wLjI1NzI3LC0wLjU3NDQ3IC0wLjU3NDQ3LC0wLjU3NDQ3cy0wLjU3NDQ3LDAuMjU3MjcgLTAuNTc0NDcsMC41NzQ0N2wwLDAuNTY2NjJsLTMuMzU2MTcsMGwwLC0wLjU2NjYyYzAsLTAuMzE3MjEgLTAuMjU3MjcsLTAuNTc0NDcgLTAuNTc0NDcsLTAuNTc0NDdzLTAuNTc0NDcsMC4yNTcyNyAtMC41NzQ0NywwLjU3NDQ3bDAsMC41NjY2MmwtMy4yMTM1MSwwbDAsLTAuNTY2NjJjMCwtMC4zMTcyMSAtMC4yNTcyNywtMC41NzQ0NyAtMC41NzQ0NywtMC41NzQ0N3MtMC41NzQ0NywwLjI1NzI3IC0wLjU3NDQ3LDAuNTc0NDdsMCwwLjU2NjYybC0zLjkwNjgsMGMtMC4zMTcyMSwwIC0wLjU3NDQ3LDAuMjU3MjcgLTAuNTc0NDcsMC41NzQ0N2wwLDEyLjk4MDQyYzAsMC4zMTcyMSAwLjI1NzI3LDAuNTc0NDcgMC41NzQ0NywwLjU3NDQ3bDMuNTI1OTMsMGMwLjU2NDk5LDIuNDE0MTMgMi43MzQwMiw0LjIxNzg4IDUuMzE3ODEsNC4yMTc4OHM0Ljc1MjgxLC0xLjgwMzg1IDUuMzE3ODEsLTQuMjE3ODhsMy41MjU5MywwYzAuMzE3MjEsMCAwLjU3NDQ3LC0wLjI1NzI3IDAuNTc0NDcsLTAuNTc0NDdsMCwtMTIuOTgwNDJjMC4wMDAxLC0wLjMxNzIxIC0wLjI1NzA4LC0wLjU3NDQ3IC0wLjU3NDM4LC0wLjU3NDQ3em0tMTMuNzgwNzYsMS4xNDg5NWwwLDAuNTE5MTNjMCwwLjMxNzIxIDAuMjU3MjcsMC41NzQ0NyAwLjU3NDQ3LDAuNTc0NDdzMC41NzQ0NywtMC4yNTcyNyAwLjU3NDQ3LC0wLjU3NDQ3bDAsLTAuNTE5MTNsMy4yMTM1MSwwbDAsMC41MTkxM2MwLDAuMzE3MjEgMC4yNTcyNywwLjU3NDQ3IDAuNTc0NDcsMC41NzQ0N3MwLjU3NDQ3LC0wLjI1NzI3IDAuNTc0NDcsLTAuNTc0NDdsMCwtMC41MTkxM2wzLjM1NjE3LDBsMCwwLjUxOTEzYzAsMC4zMTcyMSAwLjI1NzI3LDAuNTc0NDcgMC41NzQ0NywwLjU3NDQ3czAuNTc0NDcsLTAuMjU3MjcgMC41NzQ0NywtMC41NzQ0N2wwLC0wLjUxOTEzbDMuMTg5NzYsMGwwLDIuMzQ5MjFsLTE2LjUzODYyLDBsMCwtMi4zNDkyMWwzLjMzMjMzLDB6bTQuOTM2OTMsMTYuMDQ5MzZjLTIuMzc4NTEsMCAtNC4zMTM2MywtMS45MzUxMSAtNC4zMTM2MywtNC4zMTM2M3MxLjkzNTExLC00LjMxMzYzIDQuMzEzNjMsLTQuMzEzNjNzNC4zMTM2MywxLjkzNTAyIDQuMzEzNjMsNC4zMTM2M3MtMS45MzUwMiw0LjMxMzYzIC00LjMxMzYzLDQuMzEzNjN6bTUuNDYwMTgsLTQuMjE3ODhjMC4wMDA1NywtMC4wMzE5OCAwLjAwMjM5LC0wLjA2MzY3IDAuMDAyMzksLTAuMDk1NzVjMCwtMy4wMTIwNiAtMi40NTA1MSwtNS40NjI1NyAtNS40NjI1NywtNS40NjI1N3MtNS40NjI1NywyLjQ1MDUxIC01LjQ2MjU3LDUuNDYyNTdjMCwwLjAzMjA3IDAuMDAxOTEsMC4wNjM3NyAwLjAwMjM5LDAuMDk1NzVsLTIuODA5MTgsMGwwLC04LjMzMzIybDE2LjUzODYyLDBsMCw4LjMzMzIybC0yLjgwOTA4LDB6Ii8+PHBhdGggZmlsbD0iI2NjY2NjYyIgc3Ryb2tlPSJudWxsIiBpZD0ic3ZnXzMiIGQ9Im0xMi41NzQ0NywxNi40MjY1NmwwLC0yLjc3OTExYzAsLTAuMzE3MjEgLTAuMjU3MjcsLTAuNTc0NDcgLTAuNTc0NDcsLTAuNTc0NDdzLTAuNTc0NDcsMC4yNTcyNyAtMC41NzQ0NywwLjU3NDQ3bDAsMy4wMTcxNGMwLDAuMTUyMzMgMC4wNjA1MSwwLjI5ODQ0IDAuMTY4MjMsMC40MDYyNWwxLjMyMDMzLDEuMzIwNDNjMC4xMTIyMSwwLjExMjEyIDAuMjU5MTgsMC4xNjgyMyAwLjQwNjI1LDAuMTY4MjNjMC4xNDY5NywwIDAuMjk0MDMsLTAuMDU2MTEgMC40MDYyNSwtMC4xNjgyM2MwLjIyNDMzLC0wLjIyNDMzIDAuMjI0MzMsLTAuNTg4MDcgMCwtMC44MTI0bC0xLjE1MjExLC0xLjE1MjN6Ii8+PC9zdmc+Cg==)}.pswp__dynamic-caption--overlay{position:absolute!important;bottom:0;top:initial;text-align:center;background:rgba(0,0,0,.7);padding-top:.5em}@font-face { font-family: 'wpsm-icons'; src: url(//bigboobbettys.com/blog/wp-content/plugins/table-maker/font/wpsm-icons.eot?-jgkfsj); src: url(//bigboobbettys.com/blog/wp-content/plugins/table-maker/font/wpsm-icons.eot?#iefix-jgkfsj) format('embedded-opentype'),  url(//bigboobbettys.com/blog/wp-content/plugins/table-maker/font/wpsm-icons.woff?-jgkfsj) format('woff'),  url(//bigboobbettys.com/blog/wp-content/plugins/table-maker/font/wpsm-icons.ttf?-jgkfsj) format('truetype'),  url(//bigboobbettys.com/blog/wp-content/plugins/table-maker/font/wpsm-icons.svg?-jgkfsj#wpsm-icons) format('svg'); font-weight: normal; font-style: normal; }.wpsm-comptable i.wpsm-table-icon { font-family: 'wpsm-icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }.wpsm-icon-heart:before { content: "\e601"; color: #cc0000; font-size: 22px; }.wpsm-icon-star:before { content: "\e602"; color: #FFBF00; font-size: 22px; }.wpsm-icon-star-empty:before { content: "\e607"; color: #FFBF00; font-size: 22px; }.wpsm-icon-lock:before { content: "\e600"; font-size: 18px; }.wpsm-icon-tick:before { content: "\e603"; color: #06C29F; font-size: 22px; }.wpsm-icon-cross:before { content: "\e604"; color: #cc0000; font-size: 22px; }.wpsm-icon-info:before { content: "\e605"; color: #13B3E3; font-size: 16px; }.wpsm-icon-warning:before { content: "\e606"; color: #FF6A00; font-size: 18px; }.wpsm-comptable-wrap { margin: 25px 0; overflow: auto; }.wpsm-comptable { border-collapse: separate; margin: 0; width: 100%; border-spacing: 0; max-width: 100%; border:1px solid transparent; }.wpsm-comptable th, .wpsm-comptable td { padding: 15px; box-sizing: border-box; }.wpsm-comptable th { border-right: 1px solid #cdcdcd; background: #707070; text-align: left; font-weight: 700; border: none; color: #fff }.wpsm-comptable td { background: #fff; border: 1px solid #e8e8e8; border-width: 0px 1px 1px 0px; color: #111; min-width: 120px; vertical-align: middle; position: relative; }.wpsm-comptable.center-table-align td, .wpsm-comptable.center-table-align th { text-align: center; vertical-align: middle; }.wpsm-comptable td ul li, .wpsm-comptable td ul { margin: 0; list-style: disc inside none; }.wpsm-comptable td:first-child { border-left-width: 1px; }.wpsm-comptable td img { max-width: 250px; max-height: 250px; padding: 15px }.wpsm-comptable td:hover, .wpsm-comptable td.betterhover, .wpsm-comptable tr:hover td { background-color: #f8f8f8; }.wpsm-comptable .subheader td { font-weight: 600; }.hover-col1 tr td:first-child { background-color: #f8f8f8; min-width: 140px; text-align: left; }.wpsm-comptable td .wpsm-button{margin: 10px 15px; white-space: nowrap;}  .wpsm-thead-default th { background-color: #707070; color: #fff; border-color: #f8f8f8; }.wpsm-thead-default th:last-child { border-right-color: #707070; }.wpsm-thead-black th { background-color: #000; color: #fff; border-color: rgb(226, 226, 226); }.wpsm-thead-black th:last-child { border-right-color: #000; }.wpsm-thead-yellow th { background-color: #fd0; color: #000; border-color: rgb(226, 226, 226); }.wpsm-thead-yellow th:last-child { border-right-color: #fd0; }.wpsm-thead-blue th { background-color: #00aae9; color: #fff; border-color: rgb(226, 226, 226); }.wpsm-thead-blue th:last-child { border-right-color: #00aae9; }.wpsm-thead-red th { background-color: #dd0007; color: #fff; border-color: rgb(226, 226, 226); }.wpsm-thead-red th:last-child { border-right-color: #dd0007; }.wpsm-thead-green th { background-color: #77bb0f; color: #fff; border-color: rgb(226, 226, 226); }.wpsm-thead-green th:last-child { border-right-color: #77bb0f; }.wpsm-thead-orange th { background-color: #fb7203; color: #fff; border-color: rgb(226, 226, 226); }.wpsm-thead-orange th:last-child { border-right-color: #fb7203; }.wpsm-thead-purple th { background-color: #662d91; color: #fff; border-color: rgb(226, 226, 226); }.wpsm-thead-purple th:last-child { border-right-color: #662d91; }.wpsm-comptable .subheader td:first-child, .hover-col1 .subheader td:first-child { background-color: #eaeaea; }.stacktable { width: 100%; }.wpsm-comptable th.st-head-row { background-color: #eee; color: black; border-left-width: 1px; font-weight: 400;position: relative; }.wpsm-comptable .st-key { width: 48%; text-align: right !important; padding-right: 2%; }.wpsm-comptable .st-key.wpsm-spec-heading{text-align: left !important;    background-color: #F4F4F4;}.wpsm-comptable .st-val { width: 48%; padding-left: 2%; text-align: left !important; }.wpsm-comptable .subheader th.st-head-row { font-weight: 700; background-color: #eaeaea; }.wpsm-comptable th.st-head-row-main { display: none; }.wpsm-comptable .wpsm-bar, .wpsm-comptable .wpsm-bar-title span, .wpsm-comptable .wpsm-bar-bar, .wpsm-comptable .wpsm-bar-percent{height: 20px; line-height: 20px} .wpsm-comptable .wpsm-bar{margin-bottom: 10px}.wpsm-comptable .wpsm-bar-title span {padding: 0 12px}.wpsm-comptable .editor_selected_row td:first-child{border-left:3px solid #77B21D;}.wpsm-comptable .editor_selected_row td:last-child{border-right:3px solid #77B21D;}.wpsm-comptable .editor_selected_row td:not(.st-key):not(.st-val){border-bottom:3px solid #77B21D;border-top:3px solid #77B21D;}.editor_selected_row .st-head-row{border: 3px solid #77B21D !important; border-bottom: none !important;}.wpsm-comptable td.editor_selected_col, .wpsm-comptable th.editor_selected_col{border-left:3px solid #77B21D;border-right:3px solid #77B21D;}.wpsm-comptable th.editor_selected_col{background-color: #77B21D !important; color: #fff !important}.wpsm-comptable tr:last-child td.editor_selected_col{border-bottom:3px solid #77B21D;}.badge_div_col_img{position: absolute;background: url(//bigboobbettys.com/blog/wp-content/plugins/table-maker/img/editor_badge.png);width: 65px;height: 65px;top: 10px;right: 10px;} .stacktable.large-only { display: table; }.stacktable.small-only { display: none; }@media (max-width: 800px) {.stacktable.large-only { display: none; }.stacktable.small-only { display: table; }.hover-col1 tr:hover { background-color: #f8f8f8; }}
   :root {
--primary-color: #ee3333;
--secondary-color: #d51a1a;
--tertiary-color: #bb0000;
--accent-color: #3333ee;
--highlight-color: #eeee33;
--light-gray-color: #fafafa;
--gray-color: #999;
--dark-gray-color: #303030;
--text-color: #303030;
--medium-text-color: #666;
--light-text-color: #999;
--dark-border-color: #303030;
--medium-border-color: #ccc;
--light-border-color: #ddd;
--link-color: #ee3333;
--link-hover-color: #303030;
--button-color: #ee3333;
--button-text-color: #fff;
--button-hover-color: #303030;
--button-hover-text-color: #fff;
--page-background-color: #fff;
--page-border-color: #ddd;
--sidebar-background-color: #fafafa;
--site-title-color: #303030;
--site-title-hover-color: #ee3333;
--navi-background-color: #303030;
--navi-color: #fff;
--navi-hover-color: rgba(255, 255, 255, 0.5);
--navi-border-color: rgba(255, 255, 255, 0.1);
--navi-current-color: rgba(255, 255, 255, 0.075);
--title-color: #303030;
--title-hover-color: #ee3333;
--meta-background-color: #ddd;
--widget-title-color: #303030;
--footer-background-color: #303030;
--footer-text-color: #fff;
--footer-link-color: #fff;
--footer-link-hover-color: rgba(255, 255, 255, 0.5);
--footer-border-color: rgba(255, 255, 255, 0.1);
--text-font: "Gudea", arial, helvetica, sans-serif;
--title-font: "Magra", arial, helvetica, sans-serif;
--navi-font: "Gudea", arial, helvetica, sans-serif;
--widget-title-font: "Magra", arial, helvetica, sans-serif;
--title-font-weight: bold;
--navi-font-weight: normal;
--widget-title-font-weight: bold;
--title-text-transform: none;
--navi-text-transform: none;
--widget-title-text-transform: none;
--text-line-height: 1.75;
--title-line-height: 1.4;
} html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: 700;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
vertical-align: baseline;
font-size: 75%;
line-height: 0;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 0;
}
hr {
box-sizing: content-box;
height: 0;
}
code,
kbd,
pre,
samp {
font-size: 1em;
font-family: monospace;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
color: inherit;
font: inherit;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
appearance: button;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
box-sizing: content-box;
-webkit-appearance: textfield;
appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: 700;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #303030;
color: var(--text-color);
font-size: 17px;
font-size: 1.0625rem;
font-family: Gudea, arial, helvetica, sans-serif;
font-family: var(--text-font);
line-height: 1.75;
line-height: var(--text-line-height);
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin-top: 0.75em;
margin-bottom: 0.75em;
line-height: 1.4;
line-height: var(--title-line-height);
}
h1 {
font-size: 36px;
font-size: 2.25rem;
}
h2 {
font-size: 28px;
font-size: 1.75rem;
}
h3 {
font-size: 24px;
font-size: 1.5rem;
}
h4 {
font-size: 22px;
font-size: 1.375rem;
}
h5 {
font-size: 20px;
font-size: 1.25rem;
}
h6 {
font-size: 19px;
font-size: 1.1875rem;
}
p {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
address {
margin: 0 0 1.5em;
}
pre {
overflow: auto;
margin-top: 1.5em;
margin-bottom: 1.5em;
padding: 1.5em;
max-width: 100%;
border: 1px solid #e5e5e5;
background: #f5f5f5;
font-size: 15px;
font-size: 0.9375rem;
font-family: "Courier 10 Pitch", Courier, monospace;
line-height: 1.6;
}
code,
kbd,
tt,
var {
font-size: 15px;
font-size: 0.9375rem;
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
} *,
*::before,
*::after {
box-sizing: inherit;
}
body {
background: #e5e5e5; }
blockquote {
margin: 1.5em 0;
padding-left: 1.25em;
border-left: 4px solid;
border-color: #303030;
border-color: var(--dark-border-color);
color: #666;
color: var(--medium-text-color);
font-style: normal;
font-size: 18px;
font-size: 1.125rem;
}
blockquote cite,
blockquote small {
display: block;
margin-top: 1em;
color: #303030;
color: var(--text-color);
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
blockquote cite::before,
blockquote small::before {
content: "— ";
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote > :last-child {
margin-bottom: 0.5em;
}
hr {
margin-top: 1.5em;
margin-bottom: 1.5em;
height: 1px;
border: 0;
background-color: #ccc;
background-color: var(--medium-border-color);
}
ul,
ol {
margin: 1.5em 0;
padding: 0 0 0 1.25em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 0 1.5em;
}
img {
max-width: 100%; height: auto; }
table {
margin-top: 1.5em;
margin-bottom: 1.5em;
width: 100%;
border: none;
table-layout: auto;
}
th,
td {
padding: 0.3em 0.6em;
border: 1px solid;
border-color: #ddd;
border-color: var(--light-border-color);
}
th {
font-weight: 400;
text-align: initial;
background: rgba(0, 0, 0, 0.05);
}
tfoot td {
background: rgba(0, 0, 0, 0.05);
}
a {
color: #ee3333;
color: var(--link-color);
text-decoration: none;
}
a:link,
a:visited {
color: #ee3333;
color: var(--link-color);
}
a:hover,
a:focus,
a:active {
color: #303030;
color: var(--link-hover-color);
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
margin: 0;
padding: 0.6em 1em;
border: none;
background-color: #ee3333;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
text-decoration: none;
font-size: 17px;
font-size: 1.0625rem;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
padding: 0.3em 0.6em;
max-width: 100%;
border: 1px solid;
border-color: #ddd;
border-color: var(--light-border-color);
color: #666;
color: var(--medium-text-color);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
border: 1px solid;
border-color: #ccc;
border-color: var(--medium-border-color);
color: #303030;
color: var(--text-color);
}
textarea {
width: 100%;
} .search-form {
display: flex;
margin: 0;
padding: 0;
}
.search-form label {
flex-grow: 1;
}
.search-form .search-field {
display: inline-block;
box-sizing: border-box;
margin: 0;
padding: 0.8rem;
min-width: 100px;
width: 100%;
-webkit-appearance: none;
line-height: 1;
}
.search-form .search-submit {
display: flex;
margin-left: -1px;
padding: 0.8rem 0.95rem;
align-items: center;
}
.search-form .search-submit .icon-search {
width: 20px;
height: 20px;
fill: currentcolor;
}  .screen-reader-text {
position: absolute !important;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
width: 1px;
height: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
top: 5px;
left: 5px;
z-index: 100000; display: block;
clip: auto !important;
padding: 15px 23px 14px;
width: auto;
height: auto;
border-radius: 3px;
background-color: #f1f1f1;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
color: #21759b;
text-decoration: none;
font-weight: 700;
font-size: 14px;
font-size: 0.875rem;
line-height: normal;
} .alignleft {
float: left;
margin-right: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
}
.aligncenter {
display: block;
clear: both;
margin-right: auto;
margin-left: auto;
text-align: center;
} .clearfix::before,
.clearfix::after,
.post-navigation .nav-links::before,
.post-navigation .nav-links::after,
.comment-navigation::before,
.comment-navigation::after {
display: table;
content: "";
}
.clearfix::after,
.post-navigation .nav-links::after,
.comment-navigation::after {
clear: both;
} .site {
margin: 2em auto;
padding: 0;
max-width: 1280px;
width: 100%;
background-color: #fff;
background-color: var(--page-background-color);
box-shadow: 0 0 2px #aaa;
}
.site-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
}
.content-area {
box-sizing: border-box;
padding: 3em 3em 0;
width: 70%;
}
.sidebar {
box-sizing: border-box;
padding: 3em 3em 0;
width: 30%;
border-left: 1px solid;
border-color: #ddd;
border-color: var(--page-border-color);
background-color: #fafafa;
background-color: var(--sidebar-background-color);
} .no-sidebar .site-content,
.centered-content-area {
display: block;
}
.no-sidebar .content-area,
.site-content .centered-content-area {
margin: 0 auto;
max-width: 900px;
width: 100%;
} .site-content .fullwidth-content-area {
float: none;
margin: 0;
max-width: 100%;
width: 100%;
} .header-main {
padding: 2.5em 3em;
border-bottom: 1px solid;
border-color: #ddd;
border-color: var(--page-border-color);
}
.site-branding {
float: left;
margin: 0;
padding: 0;
max-width: 100%;
}
.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
padding: 0;
border: none;
text-decoration: none;
}
.site-title {
display: inline-block;
margin: 0;
padding: 0;
color: #303030;
color: var(--site-title-color);
text-decoration: none;
font-size: 44px;
font-size: 2.75rem;
font-family: Magra, arial, helvetica, sans-serif;
font-family: var(--title-font);
font-weight: 700;
font-weight: var(--title-font-weight);
text-transform: none;
text-transform: var(--title-text-transform);
line-height: 1.75;
line-height: var(--text-line-height);
}
.site-title a:link,
.site-title a:visited {
color: #303030;
color: var(--site-title-color);
}
.site-title a:hover,
.site-title a:active {
color: #ee3333;
color: var(--site-title-hover-color);
}
.site-branding .custom-logo {
margin: 0.5em 1em 0 0;
padding: 0;
max-width: 100%;
height: auto;
border: none;
vertical-align: top;
}
.site-description {
margin: -0.3em 0 0.75em;
} .header-widgets {
display: inline;
}
.header-widget {
float: right;
margin: 0.75em 0 0.25em 1.5em;
}
.header-widget ul {
margin: 0;
padding: 0;
}
.header-widget-title {
margin: 0 0 0.5em;
}
.header-widget img {
margin-top: -1em;
} .header-image {
margin: 1px 0 0;
text-align: center;
}
.header-image img {
max-width: 100%;
vertical-align: top;
} .primary-navigation-wrap {
position: relative;
margin-top: -1px;
background-color: #303030;
background-color: var(--navi-background-color);
}
.primary-navigation {
position: relative;
width: 100%;
}
.main-navigation ul {
margin: 0;
padding: 0;
color: #fff;
color: var(--navi-color);
list-style: none;
font-size: 17px;
font-size: 1.0625rem;
font-family: Gudea, arial, helvetica, sans-serif;
font-family: var(--navi-font);
font-weight: 400;
font-weight: var(--navi-font-weight);
text-transform: none;
text-transform: var(--navi-text-transform);
}
.main-navigation > ul {
border-top: 1px solid #fff;
} .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation ul a > .icon {
display: none;
}
.main-navigation.toggled-on > ul.menu {
display: block;
} .main-navigation ul li {
position: relative;
margin: 0;
}
.main-navigation ul a {
display: block;
margin: 0;
padding: 1em 1.5em;
border-bottom: 1px solid;
border-color: rgba(255, 255, 255, 0.1);
border-color: var(--navi-border-color);
text-decoration: none;
}
.main-navigation ul a,
.main-navigation ul a:link,
.main-navigation ul a:visited {
color: #fff;
color: var(--navi-color);
text-decoration: none;
transition: all 0.15s ease;
}
.main-navigation ul a:hover,
.main-navigation ul a:active,
.main-navigation ul a:focus {
color: rgba(255, 255, 255, 0.5);
color: var(--navi-hover-color);
}
.main-navigation ul li.current-menu-item > a {
background-color: rgba(255, 255, 255, 0.075);
background-color: var(--navi-current-color);
} .main-navigation ul ul {
font-size: 14px;
font-size: 0.875rem;
}
.is-amp-page .main-navigation ul button.toggled-on + ul,
.main-navigation ul ul.toggled-on {
display: block;
}
.main-navigation ul ul a {
padding-left: 3em;
}
.main-navigation ul ul ul a {
padding-left: 4.5em;
}
.main-navigation ul ul ul ul a {
padding-left: 6em;
} .primary-menu-toggle {
display: flex;
margin: 0;
padding: 1em;
border: none;
background: none;
color: #fff;
color: var(--navi-color);
text-decoration: none;
font-size: 17px;
font-size: 1.0625rem;
font-family: Gudea, arial, helvetica, sans-serif;
font-family: var(--navi-font);
font-weight: 400;
font-weight: var(--navi-font-weight);
text-transform: none;
text-transform: var(--navi-text-transform);
text-align: left;
transition: all 0.15s ease;
align-items: center;
}
.primary-menu-toggle .menu-toggle-text {
display: none;
}
.primary-menu-toggle:focus {
outline: thin dotted;
color: #fff;
color: var(--navi-color);
background: none;
}
.primary-menu-toggle:hover,
.primary-menu-toggle:active {
color: rgba(255, 255, 255, 0.5);
color: var(--navi-hover-color);
background: none;
cursor: pointer;
}
.primary-menu-toggle .icon {
margin: 0;
width: 24px;
height: 24px;
vertical-align: top;
fill: #fff;
fill: var(--navi-color);
transition: fill 0.15s ease;
}
.primary-menu-toggle:hover .icon,
.primary-menu-toggle:active .icon {
fill: rgba(255, 255, 255, 0.5);
fill: var(--navi-hover-color);
}
.primary-menu-toggle[aria-expanded="true"] .icon-menu,
.primary-menu-toggle[aria-expanded="false"] .icon-close {
display: none;
}
.primary-menu-toggle[aria-expanded="true"] .icon-close {
display: inline-block;
} .main-navigation .dropdown-toggle {
position: absolute;
display: block;
top: 0;
right: 0;
padding: 1em 1.5em;
background: none;
border: none;
}
.main-navigation .dropdown-toggle:focus {
outline: thin dotted;
color: #fff;
color: var(--navi-color);
background: none;
}
.main-navigation .dropdown-toggle:hover,
.main-navigation .dropdown-toggle:active {
background: none;
}
.main-navigation .dropdown-toggle .icon {
margin: 0.2em 0 0;
width: 24px;
height: 24px;
vertical-align: top;
fill: #fff;
fill: var(--navi-color);
transition: fill 0.15s ease;
}
.main-navigation .dropdown-toggle:hover .icon,
.main-navigation .dropdown-toggle:active .icon,
.main-navigation .dropdown-toggle:focus .icon {
fill: rgba(255, 255, 255, 0.5);
fill: var(--navi-hover-color);
}
.main-navigation .dropdown-toggle.toggled-on .icon {
-ms-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); transform: rotate(-180deg);
}
.main-navigation ul ul .dropdown-toggle {
padding: 0.8em 1.25em;
}
.main-navigation ul ul .dropdown-toggle .icon {
width: 20px;
height: 20px;
} .type-post,
.type-page,
.type-attachment,
.comments-area {
margin: 0 0 3em 0;
padding: 0;
max-width: 100%;
}
.page-title,
.entry-title {
margin: 0.15em 0 0.2em;
padding: 0;
color: #303030;
color: var(--title-color);
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 36px;
font-size: 2.25rem;
font-family: Magra, arial, helvetica, sans-serif;
font-family: var(--title-font);
font-weight: 700;
font-weight: var(--title-font-weight);
text-transform: none;
text-transform: var(--title-text-transform);
line-height: 1.4;
line-height: var(--title-line-height);
}
.entry-title a:link,
.entry-title a:visited {
color: #303030;
color: var(--title-color);
text-decoration: none;
}
.entry-title a:hover,
.entry-title a:active {
color: #ee3333;
color: var(--title-hover-color);
}
.type-post .wp-post-image,
.type-page .wp-post-image {
margin: 0 0 0.5em;
}
.entry-content {
font-size: 18px;
font-size: 1.125rem;
}
.entry-content p:first-child {
margin-top: 0.5em;
}
.entry-content a {
text-decoration: underline;
}
.sticky {
background: none;
} .page-links {
clear: both;
margin: 0 0 2em;
word-spacing: 0.5em;
font-weight: 700;
font-size: 16px;
font-size: 1rem;
} .entry-meta {
margin: 0.5em 0 0;
padding: 0;
color: #999;
color: var(--light-text-color);
font-size: 14px;
font-size: 0.875rem;
}
.entry-meta a:link,
.entry-meta a:visited {
color: #999;
color: var(--light-text-color);
}
.entry-meta a:hover,
.entry-meta a:active {
color: #666;
color: var(--medium-text-color);
}
.entry-meta span::after {
display: inline-block;
margin: 0 0.5em;
color: #999;
color: var(--light-text-color);
content: "⁄";
vertical-align: middle;
}
.entry-meta span:last-child::after {
display: none;
} .entry-categories {
margin: 0 0 1em;
}
.entry-categories .meta-categories {
font-size: 14px;
font-size: 0.875rem;
}
.entry-categories .meta-categories::before,
.entry-categories .meta-categories::after {
display: table;
content: "";
}
.entry-categories .meta-categories::after {
clear: both;
}
.entry-categories .meta-categories a {
display: inline-block;
float: left;
margin: 0 2px 2px 0;
padding: 0.4em 0.8em;
background-color: #ee3333;
background-color: var(--button-color);
text-decoration: none;
text-transform: uppercase;
font-size: 14px;
font-size: 0.875rem;
}
.entry-categories .meta-categories a:link,
.entry-categories .meta-categories a:visited {
color: #fff;
color: var(--button-text-color);
}
.entry-categories .meta-categories a:hover,
.entry-categories .meta-categories a:active {
background-color: #ddd;
background-color: var(--meta-background-color);
color: #303030;
color: var(--text-color);
} body.date-hidden .type-post .entry-meta .meta-date,
body.author-hidden .type-post .entry-meta .meta-author,
body.date-hidden .post-slider .entry-meta .meta-date,
body.author-hidden .post-slider .entry-meta .meta-author {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
}
body.author-hidden .type-post .entry-meta .meta-date::after,
body.date-hidden.author-hidden .content-area .type-post .entry-meta,
body.author-hidden .post-slider .entry-meta .meta-date::after,
body.date-hidden.author-hidden .post-slider .entry-meta {
display: none;
} .entry-tags {
margin: 0 0 1.5em;
}
.widget_tag_cloud .tagcloud,
.entry-tags .meta-tags {
font-size: 14px;
font-size: 0.875rem;
}
.widget_tag_cloud .tagcloud::before,
.widget_tag_cloud .tagcloud::after,
.entry-tags .meta-tags::before,
.entry-tags .meta-tags::after {
display: table;
content: "";
}
.widget_tag_cloud .tagcloud::after,
.entry-tags .meta-tags::after {
clear: both;
}
.widget_tag_cloud .tagcloud a,
.entry-tags .meta-tags a {
display: inline-block;
float: left;
margin: 0 2px 2px 0;
padding: 0.2em 0.5em;
background-color: #ddd;
background-color: var(--meta-background-color);
text-decoration: none;
text-transform: uppercase;
font-size: 13px !important;
font-size: 0.8125rem !important;
}
.widget_tag_cloud .tagcloud a:link,
.widget_tag_cloud .tagcloud a:visited,
.entry-tags .meta-tags a:link,
.entry-tags .meta-tags a:visited {
color: #303030;
color: var(--text-color);
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active,
.entry-tags .meta-tags a:hover,
.entry-tags .meta-tags a:active {
background-color: #ee3333;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
} .more-link {
display: inline-block;
margin: 0;
padding: 0.5em 1em;
background-color: #ee3333;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
text-decoration: none;
font-size: 15px;
font-size: 0.9375rem;
}
.more-link:link,
.more-link:visited {
color: #fff;
color: var(--button-text-color);
}
.more-link:hover,
.more-link:active {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
text-decoration: none;
}
.more-link::after {
content: " »";
}
.entry-content .more-link {
text-decoration: none;
} .post-navigation {
margin: 1em 0 0;
padding: 0.6em 0 0;
border-top: 1px solid;
border-color: #ddd;
border-color: var(--light-border-color);
}
.post-navigation .nav-links .nav-previous {
float: left;
}
.post-navigation .nav-links .nav-next {
float: right;
}
.post-navigation .nav-links .nav-previous a::before {
margin-right: 3px;
content: "«";
}
.post-navigation .nav-links .nav-next a::after {
margin-left: 4px;
content: "»";
}  .page-header {
margin: 0 0 2em;
}
.archive-title {
margin: 0;
padding: 0;
color: #303030;
color: var(--widget-title-color);
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 20px;
font-size: 1.25rem;
font-family: Magra, arial, helvetica, sans-serif;
font-family: var(--widget-title-font);
font-weight: 700;
font-weight: var(--widget-title-font-weight);
text-transform: none;
text-transform: var(--widget-title-text-transform);
line-height: 1.4;
line-height: var(--title-line-height);
}
.blog-description,
.archive-description p {
margin-bottom: 0;
} .post-wrapper .type-post .entry-title {
font-size: 28px;
font-size: 1.75rem;
}
.post-wrapper .type-post .entry-content {
font-size: 17px;
font-size: 1.0625rem;
} .post-layout-one-column .post-wrapper .type-post .wp-post-image {
float: left;
margin: 0 2em 0 0;
padding: 0;
max-width: 42%;
}
.post-layout-one-column .post-wrapper .type-post .entry-title {
display: inline;
} .post-layout-columns .post-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -3em;
}
.post-layout-columns .post-wrapper .post-column {
box-sizing: border-box;
padding-right: 3em;
}
.post-layout-columns .post-wrapper .post-column .type-post .wp-post-image {
margin: 0;
} .post-layout-two-columns .post-wrapper .post-column {
width: 50%;
} .post-layout-three-columns .content-archive {
float: none;
padding: 0;
width: 100%;
}
.post-layout-three-columns .post-wrapper .post-column {
width: 33.3333333333%;
} .pagination {
margin: 0 0 3em;
}
.pagination a,
.pagination .current {
display: inline-block;
margin: 0 3px 3px 0;
padding: 0.4em 1em;
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
text-align: center;
text-decoration: none;
}
.pagination a:link,
.pagination a:visited {
color: #fff;
color: var(--button-hover-text-color);
}
.pagination a:hover,
.pagination a:active,
.pagination .current {
background-color: #ee3333;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
} .infinite-scroll .pagination {
display: none;
}
.infinite-scroll #infinite-handle,
.infinite-scroll .infinite-loader {
width: 100%;
text-align: center;
}
.infinite-scroll .infinite-loader .spinner {
bottom: -1em;
left: auto;
margin: 0 auto;
}
.infinite-scroll #infinite-handle span {
display: inline-block;
margin: 0 0 3em;
padding: 0.4em 1em;
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
text-decoration: none;
font-size: 17px;
font-size: 1.0625rem;
}
.infinite-scroll #infinite-handle span:hover {
background-color: #ee3333;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
}  .wp-block-audio,
.wp-block-button,
.wp-block-buttons,
.wp-block-columns,
.wp-block-embed,
.wp-block-image,
.wp-block-gallery,
.wp-block-cover,
.wp-block-table {
margin-bottom: 1.5em;
} p.has-background {
padding: 1rem 1.25rem;
}
.has-drop-cap:not(:focus)::first-letter {
font-size: 4.5rem;
line-height: 0.7;
font-weight: 700;
} .wp-block-code {
border-radius: 3px;
} .wp-block-separator {
border: none;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
margin-left: auto;
margin-right: auto;
max-width: 6rem;
height: 4px;
} .wp-block-table table {
margin: 0;
}
.wp-block-table.is-style-stripes {
border-bottom: none;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background: rgba(0, 0, 0, 0.05);
}
.wp-block-table.is-style-stripes thead {
border-bottom: 2px solid;
}
.wp-block-table.is-style-stripes tfoot {
border-top: 2px solid;
}
.wp-block-table.is-style-stripes thead,
.wp-block-table.is-style-stripes tfoot {
border-color: #303030;
border-color: var(--text-color);
}
.wp-block-table.is-style-stripes thead th,
.wp-block-table.is-style-stripes tfoot td {
background: none;
} .wp-block-buttons .wp-block-button {
margin: 0 0.5rem 0 0;
}
.wp-block-buttons .wp-block-button:last-child {
margin-right: 0;
} .wp-block-button {
font-size: 17px;
font-size: 1.0625rem;
}
.wp-block-button.aligncenter {
text-align: center;
}
.wp-block-button__link {
margin: 0;
padding: 0.6em 1em;
border: none;
border-radius: 0;
color: inherit;
font-size: inherit;
text-decoration: none;
}
.wp-block-button__link:link,
.wp-block-button__link:visited {
color: inherit;
text-decoration: none;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color),
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):link,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):visited {
color: #fff;
color: var(--button-text-color);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) {
background-color: #ee3333;
background-color: var(--button-color);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.has-background):hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.has-background):active {
background-color: #303030;
background-color: var(--button-hover-color);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color:active,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background:active {
text-decoration: underline;
} .wp-block-button.is-style-outline .wp-block-button__link {
padding: calc(0.6em - 2px) calc(1em - 2px);
background-color: transparent !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-media-text .wp-block-button.is-style-outline .wp-block-button__link {
color: inherit;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:active {
text-decoration: underline;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active {
color: inherit;
} .wp-block-quote.has-text-align-center:not(.is-style-large),
.wp-block-quote.has-text-align-right:not(.is-style-large) {
padding-left: 0;
border-left: 0;
}
.wp-block-quote.has-text-align-right:not(.is-style-large) {
padding-right: 1.25em;
border-right: 4px solid;
border-color: #303030;
border-color: var(--dark-border-color);
}
.wp-block-quote.is-style-large {
padding: 0;
border: none;
font-size: 28px;
font-size: 1.75rem;
}
.wp-block-quote.is-style-large p {
font-size: inherit;
font-style: inherit;
line-height: inherit;
}
.wp-block-quote.is-style-large cite {
text-align: inherit;
font-size: 16px;
font-size: 1rem;
} .wp-block-pullquote {
margin-top: 1.5em;
margin-bottom: 1.5em;
padding: 0;
border-bottom: 3px solid;
border-top: 3px solid;
border-color: #ddd;
border-color: var(--light-border-color);
}
.wp-block-pullquote blockquote {
border: none;
padding: 0;
font-size: 28px;
font-size: 1.75rem;
}
.wp-block-pullquote p {
font-size: inherit;
line-height: inherit;
}
.wp-block-pullquote blockquote > p:last-of-type {
margin-bottom: 0;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
font-size: 0.75em;
}
.wp-block-pullquote blockquote cite {
color: #303030;
color: var(--text-color);
}
.wp-block-pullquote.is-style-solid-color {
padding: 1px 2rem;
}
.wp-block-pullquote.is-style-solid-color blockquote {
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
font-size: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
color: inherit;
} .wp-block-audio audio {
width: 100%;
} .wp-block-image img {
vertical-align: top;
} .wp-block-cover,
.wp-block-cover-image {
width: auto;
}
.wp-block-cover > .wp-block-cover__inner-container > *:first-child,
.wp-block-cover-image > .wp-block-cover__inner-container > *:first-child {
margin-top: 0;
}
.wp-block-cover > .wp-block-cover__inner-container > *:last-child,
.wp-block-cover-image > .wp-block-cover__inner-container > *:last-child {
margin-bottom: 0;
} .wp-block-gallery {
justify-content: center;
} .wp-block-embed-vimeo.alignfull iframe {
width: 100%;
} .wp-block-group.has-background {
padding: 1.5em;
}
.wp-block-group.has-background > .wp-block-group__inner-container > *:first-child {
margin-top: 0;
}
.wp-block-group.has-background > .wp-block-group__inner-container > *:last-child {
margin-bottom: 0;
} div.wp-block-columns {
gap: 1.5em;
} .wp-block-column.has-background {
padding: 1.5em;
box-sizing: border-box;
}
.wp-block-column.has-background > *:first-child {
margin-top: 0;
}
.wp-block-column.has-background > *:last-child {
margin-bottom: 0;
} .wp-block-latest-posts.wp-block-latest-posts__list {
margin-top: 1.5em;
margin-bottom: 1.5em;
padding: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
margin-top: 0.5rem;
}
.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-author {
color: #999;
color: var(--light-text-color);
font-size: 14px;
font-size: 0.875rem;
} .wp-block-search .wp-block-search__label {
width: auto;
} .has-primary-color,
.wp-block-button__link.has-primary-color {
color: #ee3333;
color: var(--primary-color);
}
.has-secondary-color,
.wp-block-button__link.has-secondary-color {
color: #d51a1a;
color: var(--secondary-color);
}
.has-tertiary-color,
.wp-block-button__link.has-tertiary-color {
color: #bb0000;
color: var(--tertiary-color);
}
.has-accent-color,
.wp-block-button__link.has-accent-color {
color: #3333ee;
color: var(--accent-color);
}
.has-highlight-color,
.wp-block-button__link.has-highlight-color {
color: #eeee33;
color: var(--highlight-color);
}
.has-white-color,
.wp-block-button__link.has-white-color {
color: #fff;
}
.has-light-gray-color,
.wp-block-button__link.has-light-gray-color {
color: #fafafa;
color: var(--light-gray-color);
}
.has-gray-color,
.wp-block-button__link.has-gray-color {
color: #999;
color: var(--gray-color);
}
.has-dark-gray-color,
.wp-block-button__link.has-dark-gray-color {
color: #303030;
color: var(--dark-gray-color);
}
.has-black-color,
.wp-block-button__link.has-black-color {
color: #000;
} .has-primary-background-color,
.has-primary-background-color[class] {
background-color: #ee3333;
background-color: var(--primary-color);
}
.has-secondary-background-color,
.has-secondary-background-color[class] {
background-color: #d51a1a;
background-color: var(--secondary-color);
}
.has-tertiary-background-color,
.has-tertiary-background-color[class] {
background-color: #bb0000;
background-color: var(--tertiary-color);
}
.has-accent-background-color,
.has-accent-background-color[class] {
background-color: #3333ee;
background-color: var(--accent-color);
}
.has-highlight-background-color,
.has-highlight-background-color[class] {
background-color: #eeee33;
background-color: var(--highlight-color);
}
.has-white-background-color,
.has-white-background-color[class] {
background-color: #fff;
}
.has-light-gray-background-color,
.has-light-gray-background-color[class] {
background-color: #fafafa;
background-color: var(--light-gray-color);
}
.has-gray-background-color,
.has-gray-background-color[class] {
background-color: #999;
background-color: var(--gray-color);
}
.has-dark-gray-background-color,
.has-dark-gray-background-color[class] {
background-color: #303030;
background-color: var(--dark-gray-color);
}
.has-black-background-color,
.has-black-background-color[class] {
background-color: #000;
} .has-small-font-size {
font-size: 16px;
}
.has-medium-font-size {
font-size: 24px;
}
.has-large-font-size {
font-size: 36px;
}
.has-extra-large-font-size {
font-size: 48px;
}
.has-huge-font-size {
font-size: 64px;
} .widget {
margin: 0 0 3em 0;
padding: 0;
max-width: 100%;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.widget-header {
margin: 0 0 1em 0;
}
.widget-title,
.is-style-widget-title {
display: block;
margin: 0;
padding: 0;
color: #303030;
color: var(--widget-title-color);
font-size: 20px;
font-size: 1.25rem;
font-family: Magra, arial, helvetica, sans-serif;
font-family: var(--widget-title-font);
font-weight: 700;
font-weight: var(--widget-title-font-weight);
text-transform: none;
text-transform: var(--widget-title-text-transform);
line-height: 1.4;
line-height: var(--title-line-height);
}
.widget ul {
margin: 0;
padding: 0;
list-style: circle inside;
}
.widget ul .children,
.widget ul .sub-menu {
margin: 0.5em 0 0.5em 1em;
padding: 0;
} .widget select {
max-width: 100%;
}
.widget-title a:link,
.widget-title a:visited {
color: #303030;
color: var(--widget-title-color);
}
.widget-title a:hover,
.widget-title a:active {
text-decoration: underline;
} .widget-magazine-posts {
margin-bottom: -1em;
}
.widget-magazine-posts .type-post {
margin: 0 0 2em 0;
padding: 0;
border: none;
background: none;
box-shadow: none;
}
.widget-magazine-posts .type-post .entry-title {
display: inline;
}
.widget-magazine-posts .type-post .entry-meta {
margin: 0;
}
.widget-magazine-posts .type-post .entry-content {
font-size: 17px;
font-size: 1.0625rem;
}
.widget-magazine-posts .large-post .entry-title {
font-size: 28px;
font-size: 1.75rem;
}
.widget-magazine-posts .medium-post {
display: block;
float: left;
box-sizing: border-box;
padding-right: 2em;
width: 33.33333333%;
}
.widget-magazine-posts .medium-post .entry-title,
.widget-magazine-posts .small-post .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
.widget-magazine-posts .small-post {
display: block;
float: left;
box-sizing: border-box;
width: 100%;
}
.widget-magazine-posts .small-post .wp-post-image {
float: left;
margin: 0 1.5em 0 0;
max-width: 40%;
}
.widget-magazine-posts .medium-post .entry-meta,
.widget-magazine-posts .small-post .entry-meta {
font-size: 13px;
font-size: 0.8125rem;
} .widget-magazine-posts .magazine-grid {
margin-right: -2em;
}
.widget-magazine-posts .magazine-grid .large-post {
float: left;
box-sizing: border-box;
padding-right: 2em;
width: 50%;
}
.widget-magazine-posts .magazine-grid .post-column:nth-child(2n+1) .large-post,
.widget-magazine-posts .magazine-grid .post-column:nth-child(3n+1) .medium-post {
clear: left;
} .widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content {
float: left;
width: 100%;
}
.widget-magazine-posts-columns .magazine-posts-column-left {
float: left;
box-sizing: border-box;
padding-right: 1em;
width: 50%;
}
.widget-magazine-posts-columns .magazine-posts-column-right {
box-sizing: border-box;
margin-left: 50%;
padding-left: 1em;
width: 50%;
}
.widget-magazine-posts-columns .medium-post {
padding-right: 0;
width: 100%;
}  .comments-header,
.comment-reply-title {
margin: 0 0 1em 0;
}
.comments-header .comments-title,
.comment-reply-title span {
display: inline-block;
margin: 0;
padding: 0;
color: #303030;
color: var(--widget-title-color);
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 20px;
font-size: 1.25rem;
font-family: Magra, arial, helvetica, sans-serif;
font-family: var(--widget-title-font);
font-weight: 700;
font-weight: var(--widget-title-font-weight);
text-transform: none;
text-transform: var(--widget-title-text-transform);
line-height: 1.4;
line-height: var(--title-line-height);
} .comment-list {
margin: 0;
padding: 0;
list-style: none;
}
.comment {
margin: 0 0 1.5em;
padding: 1.5em 0 0;
border-top: 1px solid;
border-color: #ddd;
border-color: var(--light-border-color);
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.comment-meta {
float: left;
padding: 0;
width: 100%;
}
.comment-meta .comment-author img {
float: left;
margin-right: 1em;
}
.bypostauthor {
display: block;
}
.comment-meta .comment-metadata {
margin-top: 0.3em;
font-size: 14px;
font-size: 0.875rem;
}
.comment-meta .comment-metadata a {
margin-right: 1em;
}
.comment-content {
clear: left;
padding: 0.2em 0 0;
}
.comment-content a {
word-wrap: break-word;
}
.comment ol.children {
margin: 1.5em 0 0;
list-style: none;
}
.comment .comment-respond {
margin-top: 1.5em;
} .comment-navigation {
margin: 0 0 1.5em;
padding: 0;
font-size: 14px;
font-size: 0.875rem;
}
.comment-navigation .nav-previous {
float: left;
}
.comment-navigation .nav-next {
float: right;
}
.comment-navigation .nav-previous a::before {
margin-right: 3px;
content: "«";
}
.comment-navigation .nav-next a::after {
margin-left: 4px;
content: "»";
} .comment-form {
padding: 0;
}
.comment-form label {
display: inline-block;
min-width: 150px;
font-weight: 700;
}
.comment-form textarea {
margin-top: 0.4em;
}
.comment-form .form-submit {
margin-bottom: 1em;
}
.comment-form input[type="checkbox"] + label {
display: inline;
padding-left: 0.5em;
font-weight: 400;
}
.comment-reply-title small a {
margin-left: 1em;
text-decoration: underline;
font-weight: 400;
font-size: 14px;
font-size: 0.875rem;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: none;
} embed,
iframe,
object,
figure,
img,
picture {
max-width: 100%;
} figcaption,
.wp-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-table figcaption {
font-size: 15px;
font-size: 0.9375rem;
color: #666;
color: var(--medium-text-color);
}
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-table figcaption,
.wp-block-gallery > figcaption {
margin: 0.5rem 0 1.5rem;
max-width: 100%;
width: auto !important;
text-align: center;
}
.wp-block-table figcaption {
margin-bottom: 0;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption .wp-caption-text {
margin: 0.5em 0;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
box-sizing: border-box;
margin: 0;
padding: 0 1.5em 1em 0;
width: 100%;
vertical-align: top;
text-align: center;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
font-size: 15px;
font-size: 0.9375rem;
color: #666;
color: var(--medium-text-color);
margin: 0 0 0.75em;
} .footer-wrap {
background-color: #303030;
background-color: var(--footer-background-color);
}
.site-footer .site-info {
float: left;
padding: 3em;
color: #fff;
color: var(--footer-text-color);
}
.site-footer a:link,
.site-footer a:visited {
color: #fff;
color: var(--footer-link-color);
text-decoration: underline;
}
.site-footer a:hover,
.site-footer a:active {
text-decoration: none;
}  .breadcrumbs {
box-sizing: border-box;
margin: 0;
padding: 0.5em 1.5em;
width: 100%;
border-bottom: 1px solid;
border-color: #ddd;
border-color: var(--page-border-color);
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.breadcrumbs-container {
color: #222;
font-size: 14px;
font-size: 0.875rem;
}
.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
display: inline;
margin: 0;
padding: 0;
}
.breadcrumbs .trail-browse {
margin-right: 0.5em;
font-weight: 400;
font-size: 14px;
font-size: 0.875rem;
}
.breadcrumbs .trail-items {
list-style: none;
}
.breadcrumbs .trail-items li::after {
padding: 0 0.5em;
content: "»"; }
.trail-separator-slash .trail-items li::after {
content: "/";
}
.trail-separator-dash .trail-items li::after {
content: "–";
}
.trail-separator-bull .trail-items li::after {
content: "•";
}
.trail-separator-arrow-bracket .trail-items li::after {
content: ">";
}
.trail-separator-raquo .trail-items li::after {
content: "»";
}
.trail-separator-single-arrow .trail-items li::after {
content: "→";
}
.trail-separator-double-arrow .trail-items li::after {
content: "⇒";
}
.breadcrumbs .trail-items li:last-of-type::after {
display: none;
}
:root {
--tz-column-gap: 1.5em;
}
.tz-magazine-block .tz-entry-title,
.tz-magazine-block .tz-magazine-grid-columns-3 .tz-entry-title,
.tz-magazine-block .tz-magazine-grid-columns-4 .tz-entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.tz-magazine-block .tz-magazine-thumbnail-list .tz-entry-title {
font-size: 16px;
font-size: 1rem;
}
.tz-magazine-block .tz-entry-meta {
margin: 0;
font-size: 14px;
font-size: 0.875rem;
}
.tz-magazine-block .tz-meta-field {
margin-right: 0;
}
.tz-magazine-block .tz-meta-field a {
text-decoration: none;
}
.tz-magazine-block .tz-entry-content {
margin-top: 1em;
font-size: 17px;
font-size: 1.0625rem;
}
@media only screen and (min-width: 320px) {
.tz-magazine-block .tz-entry-title,
.tz-magazine-block .tz-magazine-grid-columns-3 .tz-entry-title {
font-size: 24px;
font-size: 1.5rem;
}
.tz-magazine-block .tz-magazine-thumbnail-list .tz-entry-title {
font-size: 17px;
font-size: 1.0625rem;
}
}
@media only screen and (min-width: 480px) {
.tz-magazine-block .tz-entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.tz-magazine-vertical .tz-entry-title,
.tz-magazine-horizontal .tz-entry-title {
font-size: 28px;
font-size: 1.75rem;
}
.tz-magazine-block .tz-magazine-thumbnail-list .tz-entry-title {
font-size: 16px;
font-size: 1rem;
}
.tz-magazine-block .tz-magazine-grid-columns-4 .tz-entry-title {
font-size: 18px;
font-size: 1.125rem;
}
}
@media only screen and (min-width: 560px) {
.tz-magazine-vertical .tz-entry-title,
.tz-magazine-horizontal .tz-entry-title {
font-size: 24px;
font-size: 1.5rem;
}
.tz-magazine-block .tz-magazine-grid-columns-3 .tz-entry-title {
font-size: 18px;
font-size: 1.125rem;
}
}
@media only screen and (min-width: 640px) {
.tz-magazine-block .tz-entry-title {
font-size: 24px;
font-size: 1.5rem;
}
.tz-magazine-block .tz-magazine-thumbnail-list .tz-entry-title,
.tz-magazine-block .tz-magazine-grid-columns-4 .tz-entry-title {
font-size: 17px;
font-size: 1.0625rem;
}
}
@media only screen and (min-width: 800px) {
:root {
--tz-column-gap: 2em;
}
.tz-magazine-block .tz-entry-title,
.tz-magazine-vertical .tz-entry-title,
.tz-magazine-horizontal .tz-entry-title {
font-size: 28px;
font-size: 1.75rem;
}
.tz-magazine-block .tz-magazine-thumbnail-list .tz-entry-title,
.tz-magazine-block .tz-magazine-grid-columns-4 .tz-entry-title {
font-size: 18px;
font-size: 1.125rem;
}
} ul.related-posts-list {
margin: 1em 0 0;
padding: 0;
list-style: none;
}
.related-posts-list li {
margin: 0 0 2em;
padding: 0;
list-style: none;
}
.related-posts-list li .entry-header {
margin-top: 0.25em;
}
.related-posts-list li .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.related-posts-list li .wp-post-image {
float: left;
margin: 0 1em 0 0;
padding: 0;
max-width: 20%;
height: auto;
border: none;
}
.related-posts-grid {
margin: 1em 0 0;
}
.related-posts-columns {
margin-right: -1em;
}
.related-posts-columns .related-post-column {
float: left;
box-sizing: border-box;
margin-bottom: 2em;
padding-right: 2em;
}
.related-posts-two-columns .related-post-column {
width: 50%;
}
.related-posts-three-columns .related-post-column {
width: 33.3333333333%;
}
.related-posts-four-columns .related-post-column {
width: 25%;
}
.related-posts-two-columns .related-post-column:nth-child(2n+1) {
clear: left;
}
.related-posts-three-columns .related-post-column:nth-child(3n+1) {
clear: left;
}
.related-posts-four-columns .related-post-column:nth-child(4n+1) {
clear: left;
}
.related-posts-two-columns .related-post-column .entry-title {
font-size: 24px;
font-size: 1.5rem;
}
.related-posts-three-columns .related-post-column .entry-title {
font-size: 16px;
font-size: 1rem;
}
.related-posts-four-columns .related-post-column .entry-title {
font-size: 15px;
font-size: 0.9375rem;
}
.related-posts-three-columns .related-post-column .entry-meta,
.related-posts-four-columns .related-post-column .entry-meta {
font-size: 12px;
font-size: 0.75rem;
}
.related-posts-four-columns .related-post-column .entry-meta .meta-date,
.related-posts-four-columns .related-post-column .entry-meta .meta-author {
display: block;
}
.related-posts-four-columns .related-post-column .entry-meta .meta-date::after {
display: none;
}
.related-posts-columns .related-post-column .wp-post-image {
margin: 0 0 0.5em 0;
padding: 0;
border: none;
}
@media only screen and (max-width: 80em) { .related-posts-two-columns .related-post-column .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
}
@media only screen and (max-width: 70em) { .related-posts-two-columns .related-post-column .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
}
@media only screen and (max-width: 50em) { .related-posts-four-columns .related-post-column {
width: 50%;
}
.related-posts-four-columns .related-post-column:nth-child(2n+1) {
clear: left;
}
.related-posts-two-columns .related-post-column .entry-title,
.related-posts-four-columns .related-post-column .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
.related-posts-two-columns .related-post-column .entry-meta {
font-size: 12px;
font-size: 0.75rem;
}
.related-posts-four-columns .related-post-column .entry-meta .meta-date,
.related-posts-four-columns .related-post-column .entry-meta .meta-author {
display: inline;
}
.related-posts-four-columns .related-post-column .entry-meta .meta-date::after {
display: inline-block;
} .related-posts-list li .wp-post-image {
max-width: 25%;
}
.related-posts-list li .entry-header {
margin-top: 0;
}
.related-posts-list li .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
}
@media only screen and (max-width: 40em) {
.related-posts-two-columns .related-post-column .entry-title,
.related-posts-four-columns .related-post-column .entry-title {
font-size: 16px;
font-size: 1rem;
}
}
@media only screen and (max-width: 35em) { .related-posts-three-columns {
margin: 0;
}
.related-posts-three-columns .related-post-column {
float: none;
padding-right: 0;
width: 100%;
}
}
@media only screen and (max-width: 25em) { .related-posts-two-columns,
.related-posts-four-columns {
margin: 0;
}
.related-posts-two-columns .related-post-column,
.related-posts-four-columns .related-post-column {
float: none;
padding-right: 0;
width: 100%;
} .related-posts-list li .wp-post-image {
float: none;
margin: 0 0 0.5em 0;
max-width: 100%;
}
}
@media only screen and (max-width: 20em) {
.related-posts .entry-meta .meta-date,
.related-posts .entry-meta .meta-author {
display: block;
margin: 0;
}
.related-posts-four-columns .related-post-column .entry-meta .meta-date::after {
display: none;
}
} .tzwb-clearfix::before,
.tzwb-clearfix::after {
display: table;
content: " ";
}
.tzwb-clearfix::after {
clear: both;
}
.tzwb-posts-list li {
overflow: auto;
margin-bottom: 0.5em;
padding: 0;
list-style: none;
}
.tzwb-posts-list .tzwb-excerpt p {
margin: 0;
padding: 0;
}
.tzwb-posts-list .wp-post-image {
float: left;
margin: 0.3em 0.8em 1em 0;
max-width: 90px;
height: auto;
}
.tzwb-posts-list .tzwb-entry-meta {
margin: 0;
}
.tzwb-comments-list li {
overflow: auto;
margin-bottom: 0.5em;
list-style: none;
}
.tzwb-comments-list .avatar {
float: left;
margin: 0.3em 0.8em 0.8em 0;
}
.tzwb-comments-list .tzwb-comment-content {
font-style: italic;
}
.tzwb-comments-list .tzwb-comment-date {
color: #303030;
color: var(--text-color);
font-size: 12px;
font-size: 0.75rem;
}
.tzwb-tabbed-content .tzwb-tabnavi-wrap {
overflow: auto;
margin: 0;
padding: 0;
list-style: none;
}
.tzwb-tabbed-content .tzwb-tabnavi {
position: relative;
float: left;
width: 100%;
list-style: none;
list-style-position: outside;
}
.tzwb-tabbed-content .tzwb-tabnavi li {
position: relative;
float: left;
margin: 0 3px 3px 0;
padding: 0;
list-style: none;
}
.tzwb-tabbed-content .tzwb-tabnavi li a {
display: block;
margin: 0;
padding: 0.3em 0.8em;
text-decoration: none;
font-size: 14px;
font-size: 0.875rem;
}
.tzwb-tabbed-content .tzwb-tabnavi li a:link,
.tzwb-tabbed-content .tzwb-tabnavi li a:visited {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
}
.tzwb-tabbed-content .tzwb-tabnavi li a:hover,
.tzwb-tabbed-content .tzwb-tabnavi li a:active {
background-color: #ee3333;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
text-decoration: none;
}
.tzwb-tabbed-content .tzwb-tabnavi li a.current-tab {
background-color: #ee3333;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
}
.tzwb-tabbed-content .tzwb-tabcontent {
margin: 1em 0 0 0;
padding: 0;
}
.tzwb-social-icons .social-icons-menu {
display: flex;
flex-flow: row wrap;
margin: 0;
padding: 0;
border: none;
list-style: none;
line-height: 1;
}
.tzwb-social-icons .social-icons-menu li {
margin: 0 2px 2px 0;
}
.tzwb-social-icons .social-icons-menu li a {
display: flex;
padding: 0.9rem;
background-color: #ee3333;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
}
.tzwb-social-icons .social-icons-menu li a:hover {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
text-decoration: none;
}
.tzwb-social-icons .social-icons-menu .icon {
margin: 0;
width: 20px;
height: 20px;
vertical-align: middle;
fill: currentcolor;
}  .zeeflex-container a:hover,
.zeeflex-slider a:hover,
.zeeflex-container a:focus,
.zeeflex-slider a:focus {
outline: none;
}
.zeeslides,
.zeeslides > li,
.zeeflex-control-nav,
.zeeflex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.zeeflex-pauseplay span {
text-transform: capitalize;
} .zeeflexslider {
margin: 0;
padding: 0;
}
.zeeflexslider .zeeslides > li {
display: none;
}
.zeeflexslider .zeeslides img {
display: block;
width: 100%;
}
.zeeflexslider .zeeslides::after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: " ";
line-height: 0;
}
html[xmlns] .zeeflexslider .zeeslides {
display: block;
}
* html .zeeflexslider .zeeslides {
height: 1%;
}
.no-js .zeeflexslider .zeeslides > li:first-child {
display: block;
} .post-slider-container {
overflow: hidden;
margin: 1px 0 0;
}
.post-slider-wrap {
position: relative;
}
.post-slider,
.zeeflexslider .zeeslides {
zoom: 1;
}
.post-slider .zeeslide {
position: relative;
}
.zeeflex-viewport {
max-height: 2000px;
}
.post-slider .zeeslide .slide-image-wrap {
margin: 0;
padding: 0;
background: #e5e5e5;
}
.post-slider .zeeslide .slide-image {
margin: auto;
padding: 0;
max-width: 100%;
max-height: 450px;
width: auto;
height: auto;
vertical-align: top;
}
.post-slider .zeeslide .slide-content {
position: absolute;
bottom: 1.5em;
left: 1.5em;
overflow: hidden;
box-sizing: border-box;
padding: 1em 1.5em 1.5em;
width: 30%;
background: #fff;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.post-slider .zeeslide .slide-content .slide-title {
font-size: 28px;
font-size: 1.75rem;
}
.post-slider-controls {
clear: left;
} .post-slider-controls .zeeflex-direction-nav {
position: absolute;
right: 1.5em;
bottom: 1.5em;
*height: 0;
}
.post-slider-controls .zeeflex-direction-nav a {
position: absolute;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
margin: -40px 0 0 -80px;
width: 40px;
height: 40px;
background: #fff;
color: #303030;
text-align: left;
font-size: 0;
cursor: pointer;
}
.post-slider-controls .zeeflex-direction-nav a:hover {
color: #ee3333;
color: var(--link-color);
text-decoration: none;
}
.post-slider-controls .zeeflex-direction-nav a::before {
display: inline-block;
vertical-align: text-bottom;
text-decoration: inherit;
}
.post-slider-controls .zeeflex-direction-nav a.zeeflex-next::before {
content: ">";
font-size: 22px;
font-weight: 700;
}
.post-slider-controls .zeeflex-direction-nav a.zeeflex-prev::before {
content: "<";
font-size: 22px;
font-weight: 700;
}
.post-slider-controls .zeeflex-direction-nav .zeeflex-next {
left: 41px;
} @media only screen and (max-width: 82em) {
.post-slider .zeeslide .slide-content {
width: 40%;
}
}
@media only screen and (max-width: 72em) {
.post-slider .zeeslide .slide-content {
width: 50%;
}
}
@media only screen and (max-width: 62em) {
.post-slider .zeeslide .slide-content {
padding: 0.5em 1em;
}
.post-slider .zeeslide .slide-content .entry-content {
display: none;
}
}
@media only screen and (max-width: 52em) {
.post-slider .zeeslide .slide-content .entry-meta {
display: none;
}
}
@media only screen and (max-width: 42em) {
.post-slider .zeeslide .slide-content {
bottom: 1em;
left: 1em;
}
.post-slider-controls .zeeflex-direction-nav {
right: 1em;
bottom: 1em;
}
.post-slider .zeeslide .slide-content .slide-title {
font-size: 24px;
font-size: 1.5rem;
}
}
@media only screen and (max-width: 32em) {
.post-slider .zeeslide .slide-content {
bottom: 0.5em;
left: 0.5em;
}
.post-slider-controls .zeeflex-direction-nav {
right: 0.5em;
bottom: 0.5em;
}
.post-slider .zeeslide .slide-content .slide-title {
font-size: 20px;
font-size: 1.25rem;
}
}
@media only screen and (max-width: 22em) {
.post-slider .zeeslide .slide-content {
padding: 0.2em 0.5em;
}
.post-slider .zeeslide .slide-content .slide-title {
font-size: 16px;
font-size: 1rem;
}
} @media only screen and (max-width: 70em) {
.site-title {
font-size: 40px;
font-size: 2.5rem;
}
.page-title,
.entry-title {
font-size: 32px;
font-size: 2rem;
}
.post-wrapper .type-post .entry-title {
font-size: 24px;
font-size: 1.5rem;
} .post-layout-one-column .post-wrapper .type-post .entry-content {
font-size: 16px;
font-size: 1rem;
}
}
@media only screen and (max-width: 60em) {
.page-title,
.entry-title {
font-size: 36px;
font-size: 2.25rem;
}
.post-wrapper .type-post .entry-title {
font-size: 28px;
font-size: 1.75rem;
} .post-layout-one-column .post-wrapper .type-post .entry-content {
font-size: 17px;
font-size: 1.0625rem;
}
}
@media only screen and (max-width: 50em) {
.page-title,
.entry-title {
font-size: 32px;
font-size: 2rem;
}
.post-wrapper .type-post .entry-title {
font-size: 24px;
font-size: 1.5rem;
}
}
@media only screen and (max-width: 40em) {
.page-title,
.entry-title,
.post-wrapper .type-post .entry-title {
font-size: 28px;
font-size: 1.75rem;
}
.entry-content {
font-size: 17px;
font-size: 1.0625rem;
}
}
@media only screen and (max-width: 30em) {
.site-branding .site-title {
font-size: 36px;
font-size: 2.25rem;
}
.page-title,
.entry-title,
.post-wrapper .type-post .entry-title {
font-size: 24px;
font-size: 1.5rem;
}
}
@media only screen and (max-width: 20em) {
.site-branding .site-title {
font-size: 32px;
font-size: 2rem;
}
.page-title,
.entry-title,
.post-wrapper .type-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
} @media only screen and (max-width: 85em) {
body {
padding: 1.5em;
}
.site {
margin: 0;
}
.header-main {
padding: 2em;
}
.content-area,
.sidebar {
padding: 2em 2em 0;
}
.widget,
.page-header,
.type-post,
.type-page,
.type-attachment,
.pagination,
.comments-area {
margin-bottom: 2em;
} .post-layout-columns .post-wrapper {
margin-right: -2em;
}
.post-layout-columns .post-wrapper .post-column {
padding-right: 2em;
}
}
@media only screen and (max-width: 70em) {
body {
padding: 0;
}
.header-widget {
max-width: 70%;
}
}
@media only screen and (max-width: 60em) {
.site-content {
display: block;
}
.content-area {
width: 100%;
}
.sidebar {
width: 100%;
border-top: 1px solid #ddd;
border-left: none;
}
.header-main {
padding-top: 1.5em;
}
.site-branding {
float: none;
margin: 0;
text-align: center;
}
.header-widgets {
display: block;
text-align: center;
}
.header-widget {
display: inline-block;
float: none;
margin: 1em 0 0;
max-width: 100%;
vertical-align: top;
}
.header-widget .search-form {
max-width: 300px;
} .post-layout-three-columns .post-wrapper .post-column {
width: 50%;
} .site-footer .site-info {
float: none;
text-align: center;
}
}
@media only screen and (max-width: 50em) {
.header-main {
padding: 1em 1.5em 1.5em;
}
.content-area,
.sidebar {
padding: 1.5em 1.5em 0;
}
.widget,
.page-header,
.type-post,
.type-page,
.type-attachment,
.pagination,
.comments-area {
margin-bottom: 1.5em;
} .post-layout-columns .post-wrapper {
margin-right: -1.5em;
}
.post-layout-columns .post-wrapper .post-column {
padding-right: 1.5em;
}
}
@media only screen and (max-width: 40em) {
.type-post .wp-post-image,
.type-page .wp-post-image {
margin: 0;
} .post-layout-one-column .post-wrapper .type-post .wp-post-image {
float: none;
margin: 0;
max-width: 100%;
} .post-layout-columns .post-wrapper {
display: block;
margin-right: 0;
}
.post-layout-columns .post-wrapper .post-column {
display: block;
float: none;
padding-right: 0;
}
.post-layout-two-columns .post-wrapper .post-column,
.post-layout-three-columns .post-wrapper .post-column {
width: 100%;
}
}
@media only screen and (max-width: 30em) {
.header-main {
padding: 0.75em 1.25em 1.25em;
}
.content-area,
.sidebar {
padding: 1.25em 1.25em 0;
}
.widget,
.page-header,
.type-post,
.type-page,
.type-attachment,
.pagination,
.comments-area {
margin-bottom: 1.25em;
}
}
@media only screen and (max-width: 20em) {
.site-branding .custom-logo {
margin: 0.5em 0 0 0;
}
.entry-meta .meta-date,
.entry-meta .meta-category {
display: block;
}
.entry-meta span::after {
display: none;
}
} @media only screen and (min-width: 30em) {
.primary-menu-toggle .menu-toggle-text {
display: inline-block;
margin-left: 0.75em;
}
}
@media only screen and (min-width: 60em) {
.primary-menu-toggle,
.main-navigation .dropdown-toggle {
display: none;
}
.main-navigation ul,
.main-navigation ul ul {
display: block;
}
.primary-navigation {
display: flex;
margin-left: auto;
width: auto;
align-items: center;
}
#masthead .main-navigation > ul.menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin: 0;
border-bottom: none;
}
.main-navigation > ul,
.main-navigation > ul > li > a {
border: none;
} .main-navigation ul ul {
position: absolute;
left: -999em;
top: 100%;
z-index: 99999;
border-top: 1px solid #fff;
border-top: 1px solid var(--page-background-color);
background-color: #303030;
background-color: var(--navi-background-color);
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
right: auto;
left: 0;
}
.main-navigation ul ul li a {
width: 16rem;
}
.main-navigation ul ul ul {
left: -999em;
margin-top: -1px;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
right: auto;
left: 100%;
}
.main-navigation ul ul li a,
.main-navigation ul ul ul li a,
.main-navigation ul ul ul ul li a {
padding: 1em;
} .main-navigation .menu-item-has-children > a > .icon {
position: relative;
display: inline-block;
left: 0.5rem;
top: 0.1rem;
width: 14px;
height: 14px;
fill: #fff;
fill: var(--navi-color);
transition: fill 0.15s ease;
}
.main-navigation ul ul .menu-item-has-children > a > .icon {
position: absolute;
left: auto;
right: 1em;
top: 50%;
margin-top: -0.5rem;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.main-navigation ul .menu-item-has-children > a:hover > .icon {
fill: rgba(255, 255, 255, 0.5);
fill: var(--navi-hover-color);
}
} @media only screen and (min-width: 960px) {
div.wp-block-columns {
gap: 2em;
}
.wp-block-group.has-background,
.wp-block-column.has-background {
padding: 2em;
}
} @media only screen and (max-width: 70em) { .widget-magazine-posts .large-post .entry-title {
font-size: 24px;
font-size: 1.5rem;
}
.widget-magazine-posts .medium-post .entry-title,
.widget-magazine-posts .small-post .entry-title {
font-size: 17px;
font-size: 1.0625rem;
}
.widget-magazine-posts .small-post .entry-meta span::after,
.widget-magazine-posts .small-post .entry-meta .meta-author {
display: none;
}
}
@media only screen and (max-width: 60em) { .widget-magazine-posts .large-post .entry-title {
font-size: 28px;
font-size: 1.75rem;
}
.widget-magazine-posts .medium-post .entry-title,
.widget-magazine-posts .small-post .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
}
@media only screen and (max-width: 50em) { .widget-magazine-posts .large-post .entry-title {
font-size: 24px;
font-size: 1.5rem;
}
.widget-magazine-posts .medium-post .entry-title,
.widget-magazine-posts .small-post .entry-title {
font-size: 17px;
font-size: 1.0625rem;
}
}
@media only screen and (max-width: 45em) {
.widget-magazine-posts .medium-post .entry-title,
.widget-magazine-posts .small-post .entry-title {
font-size: 16px;
font-size: 1rem;
}
}
@media only screen and (max-width: 40em) { .widget-magazine-posts .magazine-grid {
margin-right: 0;
}
.widget-magazine-posts .magazine-grid .large-post,
.widget-magazine-posts-columns .magazine-posts-column-left,
.widget-magazine-posts .medium-post {
float: none;
padding: 0;
width: 100%;
}
.widget-magazine-posts-columns .magazine-posts-column-right {
margin-left: 0;
padding-top: 1em;
padding-left: 0;
width: 100%;
}
.widget-magazine-posts .medium-post .wp-post-image {
float: left;
margin: 0 1.5em 0 0;
max-width: 40%;
}
.widget-magazine-posts .large-post .entry-title {
font-size: 28px;
font-size: 1.75rem;
}
.widget-magazine-posts .medium-post .entry-title,
.widget-magazine-posts .small-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
}
@media only screen and (max-width: 30em) { .widget-magazine-posts .large-post .entry-title {
font-size: 24px;
font-size: 1.5rem;
}
.widget-magazine-posts .medium-post .entry-title,
.widget-magazine-posts .small-post .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
}
@media only screen and (max-width: 20em) { .widget-magazine-posts .large-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.widget-magazine-posts .medium-post .entry-title,
.widget-magazine-posts .small-post .entry-title {
font-size: 16px;
font-size: 1rem;
}
.widget-magazine-posts .medium-post .entry-meta,
.widget-magazine-posts .small-post .entry-meta {
display: none;
}
} @media only screen and (max-width: 50em) { .gallery-item {
padding: 0 1em 0.5em 0;
}
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
max-width: 25%;
}
}
@media only screen and (max-width: 30em) {
.alignright,
.alignleft {
float: none;
margin: 1em 0;
} .gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
max-width: 50%;
}
}  .sidebar-left .content-area {
order: 2;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
}
.sidebar-left .sidebar {
order: 1;
border-right: 1px solid;
border-left: none;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
}
@media only screen and (max-width: 60em) {
.sidebar-left .sidebar {
border-right: none;
}
} .customize-partial-edit-shortcut-wellington_blog_layout_partial button {
top: 50px;
}