@charset "UTF-8";
@charset "utf-8";
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-tile {
will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline: 0;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//kita.st-birgid.de/wp-content/plugins/mappress-google-maps-for-wordpress/lib/leaflet/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//kita.st-birgid.de/wp-content/plugins/mappress-google-maps-for-wordpress/lib/leaflet/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path {
background-image: url(//kita.st-birgid.de/wp-content/plugins/mappress-google-maps-for-wordpress/lib/leaflet/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}mappress-map poi {
display: none;
}
.mapp-layout {
border: 1px solid lightgray;
box-sizing: border-box;
display: block;
max-width: none; min-width: 200px;
opacity: 1 !important; padding: 0px !important; }        
mappress-map.mapp-layout {
display: flex !important; flex-direction: column;
position: relative; }
.mapp-layout * {
box-sizing: border-box;
color: black;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
} .mapp-layout p {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
} .mapp-layout.aligncenter {
text-align: left;
}
.mapp-canvas {
user-select: none;
}
.mapp-wrapper {
min-height: 50px;
position: relative;
} .mapp-content {
display: flex;
flex-direction: column;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
.mapp-main {
display: flex;
flex: 1;
overflow: hidden;
position: relative;
}
.mapp-content .mapp-main .mapp-canvas img {
border: none;
max-width: none; padding: 0; }
.mapp-hidden {
display: none;
}  .mapp-canvas-panel {
flex: 1;
height: 100%;
margin: 0px;
overflow: hidden !important;
padding: 0px !important;
position: relative; }
.mapp-canvas {
height: 100%;
word-wrap: normal; }
.mapp-canvas img {
background: none;
box-shadow: none !important; border-radius: 0px !important; visibility: inherit !important;
}
.leaflet-control-container .leaflet-control-attribution * {
font-size: 8px !important;
} .leaflet-popup-close-button {
box-shadow: none !important; text-decoration: none !important; }
a.leaflet-control-zoom-in, .leaflet-control-zoom-out {
text-decoration: none !important;
}
.mapp-spinner-overlay {
align-items: center;
background-color: #c0c0c0;
justify-content: center;
opacity: 0.5;
padding: 10px;
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
z-index: 10001;
} .mapp-spinner {
background: transparent url(//kita.st-birgid.de/wp-content/plugins/mappress-google-maps-for-wordpress/images/loading.gif) no-repeat center center;
background-size: 64px;
display: inline-block;
height: 64px;
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%,-50%);
z-index: 10002;
width: 64px;
} .mapp-google-control {
background-color: white;
box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
position: absolute;
}
.mapp-google-control > div {
background-position: center;
background-repeat: no-repeat;
height: 40px;
opacity: 0.6;
width: 40px;
}
.mapp-google-control:hover { background-color: #f4f4f4; }
.mapp-google-control:hover > div { opacity: 1; }
.mapp-leaflet-control {
border: 2px solid rgba(0,0,0,0.2);
border-radius: 4px;
position: absolute;
z-index: 1000;
}
.mapp-leaflet-control > div {
background-color: white;
background-position: center;
background-repeat: no-repeat;
border-radius: 2px;
height: 30px;
line-height: 30px;
opacity: 1;
width: 30px;
}
.mapp-leaflet-control:hover > div {
background-color: #f4f4f4;
opacity: 1;
}
.mapp-google-fullscreen, .mapp-leaflet-fullscreen {
top: 10px; right: 10px;
}
.mapp-google-fullscreen > div, .mapp-leaflet-fullscreen > div {
background-image: url(//kita.st-birgid.de/wp-content/plugins/mappress-google-maps-for-wordpress/images/fullscreen.svg);
background-size: 18px 18px;
}
.mapp-google-geolocate, .mapp-leaflet-geolocate {
bottom: 120px; right: 10px;
}
.mapp-mini .mapp-google-geolocate, .mapp-mini .mapp-leaflet-geolocate {
bottom: auto;
top: 60px;
}
.mapp-google-geolocate > div {
background-image: url(//kita.st-birgid.de/wp-content/plugins/mappress-google-maps-for-wordpress/images/geolocate.svg);
background-size: 18px 18px;
}
.mapp-leaflet-geolocate > div {
background-image: url(//kita.st-birgid.de/wp-content/plugins/mappress-google-maps-for-wordpress/images/geolocate.svg);
background-size: 14px 14px;
} .mapp-sidebar {
background-color: white;
border-right: 1px solid lightgray;
display: flex;
flex-direction: column;
max-width: 55%;
position: relative;
transition-property: all;
transition-duration: .1s;
width: 0;
}
.mapp-sidebar.mapp-sidebar-open {
width: 300px;
} .mapp-sidebar-toggle {
align-items: center;
background-color: white;
border: 1px solid lightgray;
cursor: pointer;
display: flex;
height: 40px;
justify-content: center;
margin: auto;
position: absolute;
top: 0; left: 100%; bottom: 0;
width: 20px;
z-index: 1000;
}
.mapp-sidebar-toggle::before {
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid black;
content: '';
}
.mapp-sidebar-open .mapp-sidebar-toggle::before {
width: 0;
height: 0;
border-left: none;
border-right: 6px solid black;
} .mapp-sidebar.mapp-sidebar-inline  {
border: none;
border-top: 1px solid lightgray;
display: flex;
max-height: 350px;
max-width: none;
width: auto;
}
.mapp-sidebar-inline .mapp-sidebar-toggle {
display: none;
}
.mapp-sidebar-inline .mapp-directions {
max-width: none;
width: auto;
}
.mapp-sidebar-inline .mapp-list {
display: flex;
flex: 1;
flex-direction: column;
} .mapp-list {
display: flex;
flex-direction: column;
flex: 1;
overflow: hidden;
position: relative;
}
.mapp-list .mapp-list-header {
border-bottom: 1px solid lightgray;
display: flex;
flex-direction: column;
padding: 5px;
position: relative; }
.mapp-list-count {
padding: 5px;
text-align: center;
}
.mapp-list .mapp-items {
flex: 1;
overflow: auto;
}
.mapp-list .mapp-item {
align-items: center;
border-bottom: 1px solid lightgray;
display: flex;
cursor: pointer;
overflow: hidden;
padding: 10px;
}
.mapp-list .mapp-item.mapp-selected {
background-color: #eaeaea;
}
.mapp-list .mapp-item:hover {
background-color: #eaeaea;
}
.mapp-list .mapp-info {
flex: 1;
}
.mapp-list .mapp-info .mapp-template {
align-items: center;
display: flex;
}
.mapp-list .mapp-title {
flex: 1;
}
.mapp-list .mapp-item .mapp-icon {
border: none; max-width: 32px !important; max-height: 32px;
margin: 0 5px;
padding: 0; }
.mapp-list-footer {
border-top: 1px solid lightgray;
display: flex;
justify-content: center;
padding: 10px;
}
.mapp-list .mapp-dir-wrapper {
margin-top: 10px;
} .mapp-list .mapp-dir {
color: #4272db;
cursor: pointer;
white-space: nowrap;
} .mapp-paginate {
align-items: center;
display: flex;
} .mapp-paginate-button {
align-items: baseline;
background-color: #eee;
border: 1px solid lightgray;
border-radius: 5px;
cursor: pointer;
display: inline-flex;
font-size: 16px;
height: 25px;
justify-content: center;
margin: 0 2px;
width: 20px;
}
.mapp-paginate-button.mapp-disabled {
color: #aaa;
}
.mapp-paginate-count {
display: inline-block;
min-width: 60px;
text-align: center;
} .mapp-header {
align-items: stretch;
background-color: white;
border-bottom: 1px solid lightgray;
display: flex;
flex-wrap: wrap;
gap: 5px;
justify-content: right; min-height: 50px; padding: 5px;
} .mapp-search-container {
display: flex;
flex: 1;
min-width: 325px;
position: relative;
} .mapp-autocomplete {
align-items: stretch;
display: flex;
flex: 1;
}
.mapp-autocomplete-wrapper {
align-items: center;
display: flex;
flex: 1;
position: relative;
}
.mapp-autocomplete input.mapp-places {
background-color: white !important; border: none;
border: 1px solid #bbb ;
box-shadow: none ;
color: black ;
flex: 1;
height: 100%;
line-height: 25px;
margin: 0 ;
padding: 5px 10px;
}
.mapp-autocomplete-button {
background: url(//kita.st-birgid.de/wp-content/plugins/mappress-google-maps-for-wordpress/images/search_black.png) no-repeat center;
background-size: contain;
cursor: pointer;
position: absolute;
right: 10px;
width: 20px;  
height: 100%;
background-size: contain;
}		
.mapp-autocomplete-button:hover {
background: url(//kita.st-birgid.de/wp-content/plugins/mappress-google-maps-for-wordpress/images/search_blue.png) no-repeat center;
background-size: contain;
} .mapp-autocomplete .mapp-submit-button img {
margin: 0 !important;
}
.mapp-autocomplete-list {
background-color: white;
border: 1px solid lightgray;
box-shadow: 0px 1px 2px grey;
cursor: pointer;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
top: 100%;
width: 100%;
z-index: 10000;
}
.mapp-autocomplete-item {
background-color: inherit;
border-bottom: 1px solid lightgray;
border-top: none;
border-right: none;
border-left: none;
box-shadow: none;
color: inherit;
cursor: inherit;
font: inherit;
margin: 0;
padding: 8px;
}
.mapp-autocomplete-item:hover, .mapp-autocomplete-item.mapp-selected {
background-color: #eaeaea;
}
.mapp-autocomplete-item {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
} .mapp-filter {
display: flex;
gap: 5px;
}
.mapp-filter .mapp-button {
text-transform: uppercase;
}
.mapp-filter-spinner {
background: transparent url(//kita.st-birgid.de/wp-content/plugins/mappress-google-maps-for-wordpress/images/spinner-2x.gif) no-repeat center center;
height: 24px;
width: 24px;
margin-left: 10px;
margin-right: 10px;
}
.mapp-filter-wrapper {
display: flex;
flex: 1;
flex-direction: column;
overflow: auto;
padding: 5px 10px;
}
.mapp-filter-button {
align-items: center;
display: flex;
justify-content: center;
}
.mapp-filter-values {
line-height: normal;
min-width: 100%;
padding: 5px;
}
.mapp-filter-values .mapp-control {
display: block;
}
.mapp-filter-toolbar {
align-items: center;
border-top: 1px solid lightgray;
display: flex;
justify-content: space-between;
padding: 10px;
}
.mapp-filter-toolbar .mapp-filter-count {
color: #777;
margin-right: 5px;
min-width: 100px;
overflow: hidden;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
}
.mapp-filter-label {
font-weight: bold;
padding: 5px 0;
text-transform: capitalize;
white-space: nowrap;
}
.mapp-filter-values label {
align-items: center;
color: #666;
display: flex;
font-weight: normal; margin: 0;
}
.mapp-filter-values img.mapp-icon {
display: inline; margin-right: 5px;
} .mapp-filter input, .mapp-filter input[type="text"], .mapp-filter input[type="search"] {
border: 1px solid #bbb;
border-radius: 0;
box-shadow: none;
line-height: 1;
max-width: none;
outline: none;
padding: 5px 10px;
}
.mapp-filter input[type="radio"], .mapp-filter input[type="checkbox"] {    
all: revert;
border-radius: 0;
box-shadow: none;
line-height: 1;
margin: initial;
margin-right: 10px;
outline: none;
}
.mapp-filter .mapp-filter-values select {
border: 1px solid gray;
border-radius: 0;
box-shadow: none;
line-height: 1;
margin: initial;
max-width: none;
outline: none;
width: 100%;
} .mapp-header .mapp-filter-text label, .mapp-header .mapp-filter-text input {
height: 100%;
}
.mapp-sidebar .mapp-filter-text .mapp-control, .mapp-sidebar .mapp-filter-text label {
display: flex;
flex: 1;
}
.mapp-sidebar .mapp-filter-text input {
flex: 1;
padding: 10px;
} .mapp-header .mapp-filters {
display: flex;
gap: 5px;
}
.mapp-sidebar .mapp-filter {
border-bottom: 1px solid lightgray;
flex-direction: column;
}
.mapp-sidebar .mapp-filter-button {
border: none;
}
.mapp-sidebar .mapp-filter .mapp-dropdown-content {
border: none;
height: 100%;
right: 0; left: 0;
}
.mapp-sidebar .mapp-filter-text {
padding: 5px;
}  .mapp-ib-wrapper {
bottom: 0;
display: flex;
left: 0;
max-height: 60%; max-width: 90%; overflow: hidden;
position: absolute;
}
.mapp-ib-content {
cursor: pointer;
display: flex;
flex-direction: column;
line-height: 0; overflow: hidden;
z-index: 1005; } :fullscreen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-webkit-full-screen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-moz-full-screen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-ms-fullscreen ~ .mapp-ib-wrapper { z-index: 10000000000; }
.mapp-ib {
background-color: white;
border: 1px solid lightgray;
box-sizing: border-box;
display: flex;
flex-direction: column;
line-height: normal;
outline: none;
overflow: hidden;
box-shadow: 0 0px 7px 0px rgba(0,0,0,0.20);
}
.mapp-ib-tip {
display: flex;
flex: 0 0 auto;
left: 50%;
position: relative;
top: -1px;
width: 0;
}
.mapp-ib-tip:before {
border: 10px solid transparent;
border-top: 10px solid white;
border-bottom: none;
content: "";
left: -10px;
position: relative;
width: 0;
} .mapp-iw {
display: flex;
flex-direction: column;
min-width: 200px;
overflow: hidden;
} .mapp-ib .mapp-iw * {
font-size: 13px;
} .mapp-content .mapp-iw * {
line-height: normal;
}
.mapp-iw p {
margin: 0 !important;
padding: 0;
} .mapp-iw iframe {
max-height: 100%;
max-width: 100%;
} .mapp-iw a, .mapp-iw a:link, .mapp-iw a:active, .mapp-iw a:visited, .mapp-iw a:hover {
border: none !important;
box-shadow: none !important; color: #4272db !important;
margin: 0;
padding: 0;
text-decoration: none !important;
}
.mapp-iw .mapp-info {
display: flex;
flex: 1;
flex-direction: column;
min-height: 100px; overflow: hidden;
padding: 10px;
}
.mapp-iw .mapp-info .mapp-template {
display: flex;
flex: 1;
flex-direction: column;
overflow: hidden;
}
.mapp-iw .mapp-title {
font-weight: bold;
padding-bottom: 10px;
}
.mapp-iw .mapp-body {
flex: 1;
overflow: auto;
overflow-wrap: break-word;
}
.mapp-iw .mapp-dir-wrapper {
margin-top: 10px;
} .mapp-iw .mapp-dir {
color: #4272db;
cursor: pointer;
padding-top: 10px;
white-space: nowrap;
} .mapp-ie .mapp-iw {
display: block;
overflow: auto;
}
.mapp-ie .mapp-iw .mapp-body {
flex: none;
} .mapp-iw .mapp-table {
margin-top: 10px;
}
.mapp-iw .mapp-label {
font-weight: 500;
}
.mapp-iw .mapp-cell {
padding: 2px 10px;
} .mapp-iw .mapp-thumbnail {
cursor: pointer;
}
.mapp-thumbnail {
align-items: center;
display: flex;
justify-content: center;
overflow: hidden;
position: relative;
} .mapp-thumbnail img {
display: inline-block;
max-width: none;
object-fit: cover;
}
.mapp-thumbnail .mapp-gallery-previous, .mapp-thumbnail .mapp-gallery-next {
align-items: end;
background-color: white;
border: 1px solid gray;
border-radius: 40px;
color: black;
cursor: pointer;
display: flex;
font-size: 20px;
height: 24px;
justify-content: center;
opacity: 0.5;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 24px;
}
.mapp-thumbnail .mapp-gallery-previous:hover, .mapp-thumbnail .mapp-gallery-next:hover {
opacity: 1.0;
}
.mapp-thumbnail .mapp-gallery-previous { left: 5px; }
.mapp-thumbnail .mapp-gallery-next { right: 5px; }
.mapp-thumbnail .mapp-gallery-previous:after { content: "<"; }
.mapp-thumbnail .mapp-gallery-next:after { content: ">"; } .mapp-iw.mapp-thumb-top .mapp-thumbnail {
text-align: center;
} .mapp-iw.mapp-thumb-top.mapp-has-thumb .mapp-info {
min-width: 100%;
width: 0;
}
.mapp-iw.mapp-thumb-left .mapp-thumbnail, .mapp-iw.mapp-thumb-right .mapp-thumbnail {
align-items: center;
} .mapp-iw.mapp-thumb-left .mapp-info, .mapp-iw.mapp-thumb-right .mapp-info  {
min-width: 150px;
}
.mapp-iw.mapp-thumb-left {
flex-direction: row;
}
.mapp-iw.mapp-thumb-right {
flex-direction: row-reverse;
}  .mapp-list .mapp-thumbnail img, .mapp-list .mapp-thumbnail .mapp-embed, .mapp-list .mapp-thumbnail iframe {
height: 100%;
width: 100%;
} .mapp-list.mapp-thumb-top .mapp-item {
display: block;
padding: 10px;
}
.mapp-list.mapp-thumb-top .mapp-thumbnail {
height: 150px;
margin-bottom: 10px;
text-align: center;
}
.mapp-list.mapp-thumb-left .mapp-thumbnail {
height: 100px !important;
width: 100px !important;
margin-right: 10px;
}
.mapp-list.mapp-thumb-left .mapp-item {
align-items: start;
}
.mapp-list.mapp-thumb-left .mapp-info .mapp-template {
flex-direction: row-reverse;
}
.mapp-list.mapp-thumb-right .mapp-item {
align-items: start;
flex-direction: row-reverse;
}
.mapp-list.mapp-thumb-right .mapp-thumbnail {
height: 100px !important;
width: 100px !important;
margin-left: 10px;
} @keyframes floatdown {
from { margin-top: 0 }
to { margin-top: 5px }
}
@keyframes floatup {
from { margin-top: 0 }
to { margin-top: -5px }
}
.mapp-ib-wrapper.mapp-ib-float {
animation: floatup 0.4s forwards;
}  .mapp-mini .mapp-main {
flex-direction: column-reverse;
}
.mapp-mini .mapp-sidebar {
bottom: 0;
height: 0;
left: 0;
max-width: none;
position: absolute;
right: 0;
transition-property : all;
transition-duration: .3s;
width: auto;
z-index: 10000;
}
.mapp-mini .mapp-sidebar.mapp-sidebar-open  {
height: 100%;
}
.mapp-button.mapp-view-list, .mapp-button.mapp-view-map {
align-items: center;
border: none;
justify-content: center;
text-transform: uppercase;    
}
.mapp-view-list img, .mapp-view-map img {
height: 16px !important; margin-right: 5px;
}
.mapp-mini .mapp-directions {
max-width: none;
width: auto;
}
.mapp-footer {
background-color: #f5f5f5;
border-top: 1px solid lightgray;
}
.mapp-mini .mapp-filters .mapp-dropdown-content { 
width: 100%;
height: 100%;
} .mapp-marker {
cursor: pointer;
filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
position: absolute;
touch-action: none; } .mapp-marker img:nth-child(2) {
height: 50%;
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
width: 50%;
} .mapp-marker img {
transform-origin: 50% 100%;
transition: transform .2s;
width: 100%;
} .mapp-marker-scale img {
transform-origin: 50% 100%;
transform: scale(1.2);
perspective: 1001px;
} .mapp-marker-scale img:nth-child(2) {
transform: translate(-50%, -50%) scale(1.5);
}
.mapp-marker-circle {
overflow: visible !important;
}
.mapp-marker-circle::before {
background-color: rgba(255,255,255,0.7);
border: 3px solid white;
border-radius: 50%;
box-sizing: border-box;
content: "";
left: -25%;
top: -25%;
width: 150%;
height: 150%;
position: absolute;
z-index: -1;
} .mapp-directions {
padding: 20px 10px 10px 10px;
}
.mapp-directions input {
border: 1px solid gray; padding: 3px;
}
.mapp-dir-content {
align-items: center;
display: flex;
}
.mapp-dir-toolbar {
margin-top: 10px;
}
.mapp-dir-from-to {
display: flex;
flex: 1;
flex-direction: column;
gap: 8px;
}
.mapp-dir-from, .mapp-dir-top {
line-height: normal ;
width: 100%;
}
.mapp-dir-arrows {
background: transparent url(//kita.st-birgid.de/wp-content/plugins/mappress-google-maps-for-wordpress/images/swapvert.svg) no-repeat center center;
cursor: pointer;
height: 30px;
margin-left: 5px;
opacity: 0.6;
width: 30px;
}
.mapp-dir-arrows:hover {
background-color: rgba(0,0,0,0.05);
border-radius: 30px;
opacity: 1;
}  .mapp-main .mapp-menu-toggle {
background: white url(//kita.st-birgid.de/wp-content/plugins/mappress-google-maps-for-wordpress/images/menu-2x.png) no-repeat center center;
background-size: 24px 24px;
box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
color: #777;
cursor: pointer;
height: 40px;
outline: none;
outline: none; position: absolute;
top: 10px; left: 10px; bottom: 0; right: 0;
width: 40px;
z-index: 1000;
}
.mapp-menu {
background-color: white;
border: 1px solid lightgray;
color: #606060;
cursor: default;
display: flex;
flex-direction: column;
overflow: auto;
padding: 5px 0 5px 0;
position: absolute;
top: 50px; left: 10px;
width: 150px;
z-index: 1010;
}
.mapp-menu-items {
flex: 1;
}
.mapp-menu-item {
cursor: pointer;
line-height: 20px;
padding: 5px 10px 5px 10px;
}
.mapp-menu-item:hover {
background-color: #eaeaea;
color: black;
}
.mapp-menu-item.mapp-active {
background-color: #eaeaea;
color: black;
font-weight: bold;
}
.mapp-menu-separator {
padding: 0;
border-bottom: 1px solid lightgray;
}
.mapp-menu-footer{
padding: 5px 10px;
text-align: right;
}
.mapp-menu-help:hover {
opacity: 1;
} .mapp-dialog {
max-width: 90vw;
max-height: 90vh;
overflow: hidden;
padding: 0;
} .mapp-dialog-noscroll {
overflow: hidden;
} .mapp-dialog[open] {
display: flex;
flex-direction: column;
}
.mapp-dialog::backdrop {
background-color: black;
opacity: 0.6;
}
@media screen and (max-width: 650px) {
.mapp-dialog {
height: 100vh;
max-height: none;
max-width: none;
width: 100vw;
}
}
.mapp-dialog-title {
font-size: 20px;
padding: 15px;
}
.mapp-dialog-content {
display: flex;
flex-direction: column;
flex: 1;
overflow: hidden;
padding: 0 15px;
}
.mapp-dialog-toolbar {
align-items: center;
display: flex;
justify-content: space-between;
padding: 15px;
border-top: 1px solid lightgray;
}
.mapp-dialog-toolbar > div {
display: flex;
gap: 5px;
}
.mapp-dialog-nopad .mapp-dialog-title, .mapp-dialog-nopad .mapp-dialog-content, .mapp-dialog-nopad .mapp-dialog-toolbar {
padding: 0;
}
.mapp-dialog-close {
color: black;
cursor: pointer;
display: inline-block;
font-family: sans-serif;
font-size: 36px;
line-height: 36px;
position: absolute;
text-align: center;
top: 10px; right: 10px;
z-index: 1;
}
.mapp-dialog-close:hover {
color: rgb(0,124,186);
} .mapp-dialog.mapp-modal {
max-height: 80vh;
max-width: 80vw;
min-width: 400px;
}
.mapp-dialog.mapp-modal .mapp-dialog-content {
padding-left: 0;
}
.mapp-modal-title {
margin-bottom: 15px;
}
.mapp-modal-title h1 {
margin: 0;
padding: 0 0 15px 0;
}
.mapp-modal-template {
display: flex;
flex: 1;
flex-direction: row;
} .mapp-modal-featured {
max-width: 40%;
}
.mapp-modal-featured img {
height: 100% !important;
object-fit: cover;
width: 100% !important;
max-width: none !important;
}
.mapp-modal-article {
display: flex;
flex: 1;
flex-direction: column;
overflow: auto;
padding: 20px;
}
.mapp-modal-meta {
display: flex;
font-size: 12px;
justify-content: space-between;
margin-top: 50px;
}
.mapp-modal-spinner-wrapper {
transform: translate(-200%, -200%);
width: 5px;
height: 5px;
} .mapp-modal-spinner {
background: transparent url(//kita.st-birgid.de/wp-content/plugins/mappress-google-maps-for-wordpress/images/spinner-2x.gif) no-repeat center center;
height: 40px;
width: 40px;
margin-left: 10px;
margin-right: 10px;
position: absolute;
top: 50%; left: 50%;
}  .mapp-component-iframe {
background-color: rgba(221,221,221,1); border: none;
max-height: none !important; overflow: hidden;
z-index: 1;
} .mapp-iframe {
background-color: rgba(221,221,221,1); border: none;
height: 100%;
max-height: none !important; overflow: hidden;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
width: 100%;
z-index: 1;
}
.mapp-iframe-html, .mapp-iframe-body { 
box-sizing: border-box;
color: black;
font-family: sans-serif;
font-size: 13px;
height: 100%;
margin: 0;
padding: 0;
}
.mapp-iframe-body .mapp-wrapper { 
height: 100% !important;
padding-bottom: 0 !important;
} .mapp-errors-overlay {
background-color: black;
opacity: 0.7;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
z-index: 1100; }
.mapp-errors {
background-color: white;
border: 2px solid gray;
color: black !important;
overflow: auto;
padding: 10px;
position: absolute;
top: 10%; left: 10%; bottom: 10%; right: 10%;
z-index: 1101;
}
.mapp-errors * {
font-size: 14px !important;
}
.mapp-errors-header {
font-size: 18px !important;
font-weight: bold !important;
margin-bottom: 15px;
text-align: center;
}
.mapp-errors-section {
margin: 5px 0;
}
.mapp-errors-title {
display: inline-block;
border-bottom: 2px solid red;
font-weight: 600 !important;
margin: 10px 0;
}
.mapp-errors-toolbar {
text-align: center;
}
.mapp-errors-apikey {
background-color: #007CBA;
border: 1px solid gray;
color: white;
cursor: pointer;
display: inline-block;
margin-top: 20px;
padding: 10px;
}
.mapp-errors-apikey:hover {
background-color: #006ba1;
}
.mapp-errors-apikey:active {
box-shadow: inset 0 0 0 1px #fff, 0 0 0;
} .mapp-layout > .cmplz-placeholder-element {
height: auto !important;
}
.mapp-layout.mapp-has-iframe { position: relative; }
.mapp-layout.mapp-has-iframe iframe,
.mapp-layout.mapp-has-iframe div.cmplz-blocked-content-container,
.mapp-layout.mapp-has-iframe [data-placeholder_class_index] {
border: none;
height: 100%;
max-height: none !important; overflow: hidden;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
width: 100%;
z-index: 1;
} .mapp-table {
border-collapse: collapse;
display: table;
table-layout: fixed;
}
.mapp-table .mapp-row { display: table-row; }
.mapp-table .mapp-cell { display: table-cell; }
.mapp-table .mapp-label { display: table-cell; } div.mapp-control {
display: inline-block;
}
.mapp-control > label {
align-items:center;
display: inline-flex;
}
.mapp-label-left {
margin-right: 5px;
}
.mapp-label-right {
margin-left: 5px;
}
.mapp-label-top {
margin-bottom: 3px;
} .mapp-control-checkbox label, .mapp-control-radio label {
margin-right: 20px;
} .mapp-control input[type="radio"], .mapp-control input[type="checkbox"] {
margin: 0;
}
.mapp-help-text {
font-style: italic;
padding: 5px 0;
}
.mapp-help-link {
display: inline-block;
text-decoration: none;
vertical-align: baseline;
}
.mapp-help-warning {
border: 1px solid lightgray;
border-left: 4px solid #dba617;
margin-top: 10px;
padding: 10px;
}
.mapp-help-error {
border: 1px solid lightgray;
border-left: 4px solid #d63638;
margin-top: 10px;
padding: 10px;
} .mapp-align-left { float: left; }
.mapp-align-right { float: right; }
.mapp-align-center { margin-left: auto; margin-right: auto; }
.mapp-align-default {}
.mapp-close {
color: gray;
cursor: pointer;
display: inline-block;
font-family: sans-serif;
font-size: 18px;
font-weight: bold;
height: 20px;
line-height: 20px;
position: absolute;
text-align: center;
top: 0px; right: 0px;
width: 20px;
z-index: 1;
}
.mapp-close:after {
content: "x";
}
.mapp-close:hover {
color: black;
}
img.mapp-icon, .mapp-icon img {
box-shadow: none !important; filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
height: 32px;
width: 32px;
vertical-align: middle;
}
*[data-mapp-action] {
cursor: pointer;
}
.mapp-max {
width: 100%;
}
.mapp-caret:after {
content: "";
display: inline-block;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid black;
border-bottom: none;
margin-left: 5px;
vertical-align: middle;
} .mapp-button, .mapp-link-button, .mapp-submit-button {
align-items: center;
cursor: pointer;
display: flex;
justify-content: center;
line-height: normal;
padding: 10px;
white-space: nowrap;
}
.mapp-link-button {
color: #4285F4;
}
.mapp-button {
background-color: white;
border: 1px solid lightgray;
user-select: none;    
}
.mapp-button:hover {
background-color: #eee;
}
.mapp-submit-button {
background-color: #4d90fe;
border: 1px solid lightgray;
color: white;
}
.mapp-submit-button:hover {
background-color: #357ae8;
}
.mapp-button-disabled  {
color: #aaa;
pointer-events: none;
}
.mapp-button-busy:after {
background: transparent url(//kita.st-birgid.de/wp-content/plugins/mappress-google-maps-for-wordpress/images/spinner-2x.gif) no-repeat center center;
background-size: 20px 20px;
content: '';
height: 20px;
margin-left: 10px;
opacity: 0.5;
width: 20px;
}
.mapp-button-caret:after {
content: '';
display: inline-block;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid black;
border-bottom: none;
margin-left: 10px;
}
.mapp-button-disabled.mapp-button-caret:after {
border-top: 5px solid #aaa;
}
.mapp-dropdown-content {
background-color: white;
border: 1px solid lightgray;
display: flex;
flex-direction: column;   
margin-top: 6px;
overflow: hidden;
position: absolute;
top: 100%;
z-index: 10000;
}
@font-face{font-family:GoodDogRegular;src:url(//kita.st-birgid.de/wp-content/plugins/polaroid-gallery/fonts/GoodDog.eot);src:url(//kita.st-birgid.de/wp-content/plugins/polaroid-gallery/fonts/GoodDog.eot?iefix) format('eot'),url(//kita.st-birgid.de/wp-content/plugins/polaroid-gallery/fonts/GoodDog.woff) format('woff'),url(//kita.st-birgid.de/wp-content/plugins/polaroid-gallery/fonts/GoodDog.ttf) format('truetype'),url(//kita.st-birgid.de/wp-content/plugins/polaroid-gallery/fonts/GoodDog.svg#GoodDog) format('svg');font-weight:400;font-style:normal}.polaroid-gallery{clear:both!important;position:relative!important;margin:10px!important;padding:0!important}.polaroid-gallery a.polaroid-gallery-item{display:block!important;padding:4px!important;border:1px solid #ccc;max-width:auto!important;min-width:auto!important;background-color:#fff;-webkit-box-shadow:0 1px 10px 0 rgba(50,50,50,.6);-moz-box-shadow:0 1px 10px 0 rgba(50,50,50,.6);box-shadow:0 1px 10px 0 rgba(50,50,50,.6)}#main #content img#polaroid-gallery-image{outline:0;width:100%;height:auto;border:none;margin:0 auto;padding:0;display:block;max-width:100%;max-height:auto}.polaroid-gallery a.polaroid-gallery-item .polaroid-gallery-text{display:block!important;font-size:22px!important;line-height:26px!important;height:26px!important;padding:0 5px!important;margin:5px -5px!important;max-width:auto!important;min-width:auto!important;overflow:hidden!important;visibility:hidden!important;font-family:GoodDogRegular,Georgia,serif}.polaroid-gallery a.showcaption .polaroid-gallery-text{visibility:visible!important}body .extendedwopts-show {
display: none;
}
body .widgetopts-hide_title .widget-title {
display: none;
}
body .extendedwopts-md-right {
text-align: right;
}
body .extendedwopts-md-left {
text-align: left;
}
body .extendedwopts-md-center {
text-align: center;
}
body .extendedwopts-md-justify {
text-align: justify;
}
@media screen and (min-width: 1181px) {
body .extendedwopts-hide.extendedwopts-desktop {
display: none !important;
}
body .extendedwopts-show.extendedwopts-desktop {
display: block;
}
body .widget.clearfix-desktop {
clear: both;
}
}
@media screen and (max-width: 1024px) and (orientation: Portrait) {
body .extendedwopts-hide.extendedwopts-tablet {
display: none !important;
}
body .extendedwopts-show.extendedwopts-tablet {
display: block;
}
body .widget.clearfix-desktop {
clear: none;
}
body .widget.clearfix-tablet {
clear: both;
}
}
@media screen and (max-width: 1180px) and (orientation: landscape) {
body .extendedwopts-hide.extendedwopts-tablet {
display: none !important;
}
body .extendedwopts-show.extendedwopts-tablet {
display: block;
}
body .widget.clearfix-desktop {
clear: none;
}
body .widget.clearfix-tablet {
clear: both;
}
}
@media screen and (max-width: 767px) and (orientation: Portrait) {
body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: block !important;
}
body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: none !important;
}
body .extendedwopts-hide.extendedwopts-mobile {
display: none !important;
}
body .extendedwopts-show.extendedwopts-mobile {
display: block;
}
body .widget.clearfix-desktop,
body .widget.clearfix-tablet {
clear: none;
}
body .widget.clearfix-mobile {
clear: both;
}
}
@media screen and (max-width: 991px) and (orientation: landscape) {
body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: block !important;
}
body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: none !important;
}
body .extendedwopts-hide.extendedwopts-mobile {
display: none !important;
}
body .extendedwopts-show.extendedwopts-mobile {
display: block;
}
body .widget.clearfix-desktop,
body .widget.clearfix-tablet {
clear: none;
}
body .widget.clearfix-mobile {
clear: both;
}
}
.panel-cell-style:after {
content: "";
display: block;
clear: both;
position: relative;
}img.cryptxImage { height: 1em; width: auto; display: inline-block; }
   :root {
--primary-color: #33bbcc;
--secondary-color: #008899;
--tertiary-color: #005566;
--accent-color: #cc3833;
--highlight-color: #009912;
--light-gray-color: #f0f0f0;
--gray-color: #999;
--dark-gray-color: #303030;
--text-color: #303030;
--medium-text-color: rgba(0, 0, 0, 0.75);
--light-text-color: rgba(0, 0, 0, 0.5);
--dark-border-color: #303030;
--medium-border-color: rgba(0, 0, 0, 0.25);
--light-border-color: rgba(0, 0, 0, 0.15);
--link-color: #33bbcc;
--link-hover-color: #303030;
--button-color: #33bbcc;
--button-text-color: #fff;
--button-hover-color: #303030;
--button-hover-text-color: #fff;
--page-background-color: #fff;
--site-title-color: #303030;
--navi-color: #303030;
--navi-hover-color: rgba(0, 0, 0, 0.5);
--navi-submenu-color: #303030;
--navi-submenu-text-color: #fff;
--navi-submenu-hover-color: rgba(255, 255, 255, 0.1);
--navi-submenu-border-color: rgba(255, 255, 255, 0.1);
--title-color: #303030;
--widget-title-color: #303030;
--footer-text-color: #303030;
--footer-text-hover-color: rgba(0, 0, 0, 0.5);
--footer-border-color: rgba(0, 0, 0, 0.15);
--text-font: "Titillium Web", arial, helvetica, sans-serif;
--title-font: "Amaranth", arial, helvetica, sans-serif;
--navi-font: "Titillium Web", arial, helvetica, sans-serif;
--widget-title-font: "Amaranth", 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: "Titillium Web", 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-bottom: 1.5em;
padding: 1.5em;
max-width: 100%;
border: 1px solid rgba(0, 0, 0, 0.15);
background: none;
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 rgba(0, 0, 0, 0.75);
cursor: help;
}
mark,
ins {
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
} *,
*::before,
*::after {
box-sizing: inherit;
}
body {
background: #303030; }
blockquote {
margin: 1.5em 0;
padding-left: 1.25em;
border-left: 4px solid;
border-color: #303030;
border-color: var(--dark-border-color);
color: rgba(0, 0, 0, 0.75);
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;
font-style: normal;
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: rgba(0, 0, 0, 0.15);
background-color: var(--light-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: rgba(0, 0, 0, 0.15);
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: #33bbcc;
color: var(--link-color);
text-decoration: none;
}
a:link,
a:visited {
color: #33bbcc;
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: #33bbcc;
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: rgba(0, 0, 0, 0.15);
border-color: var(--light-border-color);
color: rgba(0, 0, 0, 0.75);
color: var(--medium-text-color);
background: none;
}
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: rgba(0, 0, 0, 0.25);
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.65rem 0.85rem;
min-width: 100px;
width: 100%;
-webkit-appearance: none;
line-height: 1;
}
.search-form .search-submit {
display: flex;
margin-left: -1px;
padding: 0.65rem 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: 0 auto;
padding: 0 5em;
max-width: 1340px;
width: 100%;
background-color: #fff;
background-color: var(--page-background-color);
}
.site-content {
padding: 3em 0 1em;
}
.content-area {
float: left;
box-sizing: border-box;
padding-right: 4em;
width: 75%;
}
.sidebar {
float: right;
width: 25%;
} .no-sidebar .content-area,
.site-content .centered-content-area {
float: none;
margin: 0 auto;
padding: 0;
max-width: 840px;
width: 100%;
} .site-content .fullwidth-content-area {
float: none;
margin: 0;
padding: 0;
max-width: 100%;
width: 100%;
} .header-main {
padding: 3em 0;
}
.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.15em 0;
padding: 0;
color: #303030;
color: var(--site-title-color);
text-decoration: none;
font-size: 44px;
font-size: 2.75rem;
font-family: Amaranth, 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);
}
.site-title a:link,
.site-title a:visited {
color: #303030;
color: var(--site-title-color);
}
.site-title a:hover,
.site-title a:active {
text-decoration: underline;
}
.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: 2em 0 0;
text-align: center;
}
.header-image img {
max-width: 1230px;
width: 100%;
height: auto;
vertical-align: top;
} .primary-navigation-wrap {
position: relative;
border-top: 1px solid;
border-color: rgba(0, 0, 0, 0.15);
border-color: var(--light-border-color);
}
.primary-navigation {
position: relative;
width: 100%;
}
.main-navigation ul {
margin: 0;
padding: 0;
color: #fff;
color: var(--navi-submenu-text-color);
background-color: #303030;
background-color: var(--navi-submenu-color);
list-style: none;
font-size: 17px;
font-size: 1.0625rem;
font-family: "Titillium Web", 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,
.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-top: 1px solid;
border-color: rgba(255, 255, 255, 0.1);
border-color: var(--navi-submenu-border-color);
text-decoration: none;
}
.main-navigation ul a,
.main-navigation ul a:link,
.main-navigation ul a:visited {
color: #fff;
color: var(--navi-submenu-text-color);
text-decoration: none;
transition: all 0.15s ease;
}
.main-navigation ul a:hover,
.main-navigation ul a:active,
.main-navigation ul a:focus {
background-color: rgba(255, 255, 255, 0.1);
background-color: var(--navi-submenu-hover-color);
}
.main-navigation ul li.current-menu-item > a {
text-decoration: underline;
} .main-navigation ul ul {
font-size: 13px;
font-size: 0.8125rem;
}
.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: -1px 0 0;
padding: 0.8em 1em 1em;
border-top: 0.3em solid;
border-color: #303030;
border-color: var(--navi-color);
background: none;
color: #303030;
color: var(--navi-color);
text-decoration: none;
font-size: 17px;
font-size: 1.0625rem;
font-family: "Titillium Web", 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: #303030;
color: var(--navi-color);
background: none;
}
.primary-menu-toggle:hover,
.primary-menu-toggle:active {
color: rgba(0, 0, 0, 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: #303030;
fill: var(--navi-color);
transition: fill 0.15s ease;
}
.primary-menu-toggle:hover .icon,
.primary-menu-toggle:active .icon {
fill: rgba(0, 0, 0, 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: 1.05em 1.5em;
background: none;
border: none;
}
.main-navigation .dropdown-toggle:focus {
outline: thin dotted;
color: #fff;
color: var(--navi-submenu-text-color);
background: none;
}
.main-navigation .dropdown-toggle:hover,
.main-navigation .dropdown-toggle:active {
background-color: rgba(255, 255, 255, 0.1);
background-color: var(--navi-submenu-hover-color);
}
.main-navigation .dropdown-toggle .icon {
margin: 0.25em 0 0;
width: 22px;
height: 22px;
vertical-align: top;
fill: #fff;
fill: var(--navi-submenu-text-color);
transition: fill 0.15s ease;
}
.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.6em 1em;
}
.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;
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: Amaranth, 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 {
text-decoration: underline;
}
.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 a {
text-decoration: underline;
}
.entry-content > *:first-child {
margin-top: 1.5em;
}
.entry-content p:first-child {
margin-top: 0.5em;
}
.sticky {
background: none;
} .page-links {
margin: 0 0 1.5em;
word-spacing: 0.75em;
font-weight: 700;
} .entry-meta {
margin: 0.5em 0 0;
padding: 0;
color: rgba(0, 0, 0, 0.5);
color: var(--light-text-color);
font-size: 14px;
font-size: 0.875rem;
}
.entry-meta a:link,
.entry-meta a:visited {
color: rgba(0, 0, 0, 0.5);
color: var(--light-text-color);
}
.entry-meta a:hover,
.entry-meta a:active {
color: rgba(0, 0, 0, 0.75);
color: var(--medium-text-color);
}
.entry-meta span::after {
display: inline-block;
color: rgba(0, 0, 0, 0.5);
color: var(--light-text-color);
margin: 0 0.5rem;
content: "•";
}
.entry-meta span:last-child::after {
display: none;
} .posted-by {
margin: 1em 0;
}
.posted-by .avatar {
float: left;
margin: 0 0.75em 0 0;
border-radius: 3em;
} body.date-hidden .type-post .entry-meta .meta-date,
body.author-hidden .type-post .entry-meta .meta-author,
body.categories-hidden .type-post .entry-meta .meta-category,
body.author-hidden .type-post .posted-by,
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.categories-hidden .type-post .entry-meta .meta-date::after,
body.author-hidden .post-slider .entry-meta .meta-date::after,
body.date-hidden.categories-hidden .content-area .type-post .entry-meta,
body.date-hidden.author-hidden .post-slider .entry-meta {
display: none;
}
body.categories-hidden .widget-magazine-posts .type-post .entry-meta .meta-date::after {
display: inline-block;
}
body.date-hidden.categories-hidden .content-area .widget-magazine-posts .type-post .entry-meta {
display: block;
}
body.author-hidden .widget-magazine-posts .type-post .entry-meta .meta-date::after,
body.date-hidden.author-hidden .content-area .widget-magazine-posts .type-post .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: 3px;
padding: 0.3em 0.8em;
border: 1px solid;
border-color: rgba(0, 0, 0, 0.15);
border-color: var(--light-border-color);
text-decoration: none;
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: rgba(0, 0, 0, 0.5);
color: var(--light-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 {
border-color: rgba(0, 0, 0, 0.5);
border-color: var(--light-text-color);
color: #303030;
color: var(--text-color);
} .more-link {
display: inline-block;
margin: 0;
padding: 0.4em 0.8em;
background-color: #33bbcc;
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: 2em 0 0;
padding: 1.5rem 0 0;
border-top: 1px solid;
border-color: rgba(0, 0, 0, 0.15);
border-color: var(--light-border-color);
font-size: 16px;
font-size: 1rem;
}
.post-navigation .nav-links .nav-previous {
float: left;
box-sizing: border-box;
padding-right: 1em;
max-width: 50%;
}
.post-navigation .nav-links .nav-next {
float: right;
box-sizing: border-box;
padding-left: 1em;
max-width: 50%;
text-align: right;
}
.post-navigation .nav-links .nav-link-text {
display: block;
color: rgba(0, 0, 0, 0.5);
color: var(--light-text-color);
}
.post-navigation .nav-links .nav-previous .nav-link-text::before {
margin-right: 3px;
content: "«";
}
.post-navigation .nav-links .nav-next .nav-link-text::after {
margin-left: 4px;
content: "»";
}
.post-navigation .nav-links .entry-title {
font-size: 17px;
font-size: 1.0625rem;
}
.post-navigation .nav-links a:hover .entry-title {
text-decoration: underline;
}  .page-header {
margin: 0 0 3em 0;
}
.archive-title {
margin: 0;
padding: 0;
color: #303030;
color: var(--title-color);
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 20px;
font-size: 1.25rem;
font-family: Amaranth, 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 1em 0;
padding: 0;
max-width: 45%;
}
.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: #33bbcc;
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: #33bbcc;
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: 16px;
font-size: 1rem;
}
.wp-block-button.aligncenter {
text-align: center;
}
.wp-block-button__link {
margin: 0;
padding: 0.6em 1em;
border: none;
border-radius: 0;
color: 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: #33bbcc;
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: 4px solid;
border-top: 4px solid;
border-color: rgba(0, 0, 0, 0.15);
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: rgba(0, 0, 0, 0.5);
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: #33bbcc;
color: var(--primary-color);
}
.has-secondary-color,
.wp-block-button__link.has-secondary-color {
color: #008899;
color: var(--secondary-color);
}
.has-tertiary-color,
.wp-block-button__link.has-tertiary-color {
color: #005566;
color: var(--tertiary-color);
}
.has-accent-color,
.wp-block-button__link.has-accent-color {
color: #cc3833;
color: var(--accent-color);
}
.has-highlight-color,
.wp-block-button__link.has-highlight-color {
color: #009912;
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: #f0f0f0;
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: #33bbcc;
background-color: var(--primary-color);
}
.has-secondary-background-color,
.has-secondary-background-color[class] {
background-color: #008899;
background-color: var(--secondary-color);
}
.has-tertiary-background-color,
.has-tertiary-background-color[class] {
background-color: #005566;
background-color: var(--tertiary-color);
}
.has-accent-background-color,
.has-accent-background-color[class] {
background-color: #cc3833;
background-color: var(--accent-color);
}
.has-highlight-background-color,
.has-highlight-background-color[class] {
background-color: #009912;
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: #f0f0f0;
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: Amaranth, 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-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 select {
max-width: 100%;
} .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: Amaranth, 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: rgba(0, 0, 0, 0.15);
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: rgba(0, 0, 0, 0.75);
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: 1em 1.5em 0 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;
} .footer-wrap {
border-top: 1px solid;
border-color: rgba(0, 0, 0, 0.15);
border-color: var(--footer-border-color);
}
.site-footer .site-info {
float: left;
padding: 3em 0;
}  .breadcrumbs {
margin: 0 0 1em;
padding: 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.breadcrumbs-container {
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.2em 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;
}
.tz-magazine-block .tz-more-link {
text-decoration: none;
}
@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: #33bbcc;
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: #33bbcc;
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: #33bbcc;
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;
}
.post-slider-wrap {
position: relative;
background: rgba(0, 0, 0, 0.05);
}
.post-slider,
.zeeflexslider .zeeslides {
zoom: 1;
}
.post-slider .zeeslide {
position: relative;
}
.zeeflex-viewport {
max-height: 2000px;
}
.post-slider .zeeslide .slide-image-wrap {
float: right;
margin: 0;
padding: 0;
width: 65%;
background: rgba(0, 0, 0, 0.15);
}
.post-slider .zeeslide .slide-image {
margin: auto;
padding: 0;
max-width: 100%;
max-height: 500px;
width: auto;
height: auto;
vertical-align: top;
}
.post-slider .zeeslide .slide-content {
float: left;
box-sizing: border-box;
padding: 1.5em 2em;
width: 35%;
}
.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: -38px 0 0 -76px;
width: 38px;
height: 38px;
background-color: #33bbcc;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
text-align: left;
font-size: 0;
cursor: pointer;
}
.post-slider-controls .zeeflex-direction-nav a:hover {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
text-decoration: none;
}
.post-slider-controls .zeeflex-direction-nav a::before {
display: inline-block;
margin: -0.2rem 0 0;
color: currentcolor;
vertical-align: top;
text-decoration: inherit;
font-size: 22px;
font-weight: 700;
}
.post-slider-controls .zeeflex-direction-nav a.zeeflex-next::before {
content: ">";
}
.post-slider-controls .zeeflex-direction-nav a.zeeflex-prev::before {
content: "<";
}
.post-slider-controls .zeeflex-direction-nav .zeeflex-next {
left: 40px;
} .post-slider-controls .zeeflex-control-nav {
position: absolute;
top: 1.5em;
right: 1.5em;
z-index: 99;
}
.post-slider-controls .zeeflex-control-nav li {
display: inline-block;
*display: inline;
margin: 0 2px;
zoom: 1;
}
.post-slider-controls .zeeflex-control-nav li a {
display: block;
width: 25px;
height: 10px;
background: rgba(255, 255, 255, 0.5);
text-indent: -9999px;
cursor: pointer;
}
.post-slider-controls .zeeflex-control-nav li a:hover {
background: rgba(255, 255, 255, 0.7);
}
.post-slider-controls .zeeflex-control-nav li a.zeeflex-active {
background: rgba(255, 255, 255, 0.9);
cursor: default;
} @media only screen and (max-width: 80em) {
.post-slider .zeeslide .slide-content .slide-title {
font-size: 24px;
font-size: 1.5rem;
}
.post-slider .zeeslide .slide-content .entry-content {
font-size: 17px;
font-size: 1.0625rem;
}
.post-slider .zeeslide .slide-content .entry-content .more-link {
display: none;
}
}
@media only screen and (max-width: 70em) {
.post-slider .zeeslide .slide-content .entry-content {
display: none;
}
}
@media only screen and (max-width: 60em) {
.post-slider .zeeslide .slide-image-wrap {
float: none;
padding: 0;
width: 100%;
}
.post-slider .zeeslide .slide-content {
float: none;
padding: 1.5em 2em 2em;
width: 100%;
}
.post-slider .zeeslide .slide-content .slide-title {
font-size: 28px;
font-size: 1.75rem;
}
.post-slider .zeeslide .slide-content .entry-content,
.post-slider .zeeslide .slide-content .entry-content .more-link {
display: inline-block;
}
.post-slider-controls .zeeflex-direction-nav {
right: 2em;
bottom: 2em;
}
}
@media only screen and (max-width: 30em) {
.post-slider-wrap {
background: none;
}
.post-slider .zeeslide .slide-content .slide-title {
font-size: 24px;
font-size: 1.5rem;
}
.post-slider .zeeslide .slide-content {
padding: 1em 0 0;
}
.post-slider-controls .zeeflex-direction-nav {
right: 0;
bottom: 0;
}
}
@media only screen and (max-width: 25em) {
.post-slider-controls .zeeflex-control-nav {
display: none;
}
}
@media only screen and (max-width: 20em) {
.post-slider-wrap {
padding-bottom: 3.5em;
}
.post-slider-controls .zeeflex-direction-nav {
left: 0;
}
.post-slider-controls .zeeflex-direction-nav a {
margin-left: 0;
}
} @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;
}
}
@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;
}
}
@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: 80em) {
.site {
padding: 0 3em;
}
.site-content {
padding: 2em 0 1em;
}
.header-main,
.site-footer .site-info {
padding: 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) {
.content-area {
padding-right: 3em;
}
.header-widget {
max-width: 70%;
} .post-layout-one-column .post-wrapper .type-post .wp-post-image {
max-width: 40%;
}
.post-layout-one-column .post-wrapper .type-post .entry-content {
font-size: 16px;
font-size: 1rem;
}
}
@media only screen and (max-width: 60em) {
.content-area,
.site-content .content-fullwidth {
float: none;
padding: 0;
width: 100%;
}
.sidebar {
float: none;
padding: 0;
width: 100%;
}
.header-main {
padding-top: 1.5em;
}
.site-branding {
float: none;
margin: 0;
text-align: center;
}
.site-branding .custom-logo {
margin: 0.5em 0 0 0;
}
.site-title {
display: block;
}
.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-one-column .post-wrapper .type-post .wp-post-image {
max-width: 45%;
}
.post-layout-one-column .post-wrapper .type-post .entry-content {
font-size: 17px;
font-size: 1.0625rem;
} .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) {
.site {
padding: 0 2em;
}
}
@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) { .post-navigation {
font-size: 15px;
font-size: 0.9375rem;
}
.post-navigation .nav-links .entry-title {
font-size: 16px;
font-size: 1rem;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
float: none;
padding: 0 0 0.5em;
max-width: 100%;
}
.post-navigation .nav-links a {
display: block;
margin-bottom: 0.5em;
}
}
@media only screen and (max-width: 20em) {
.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 {
background: none;
}
.main-navigation > ul > li {
margin-right: 1.2em;
}
.main-navigation > ul > li > a {
margin: -1px 0 0;
padding: 0.6em 0.8em 0.8em;
border: none;
border-top: 0.3em solid transparent;
}
.main-navigation > ul > li > a,
.main-navigation > ul > li > a:link,
.main-navigation > ul > li > a:visited {
color: #303030;
color: var(--navi-color);
}
.main-navigation > ul > li > a:hover,
.main-navigation > ul > li > a:active {
color: rgba(0, 0, 0, 0.5);
color: var(--navi-hover-color);
background: none;
}
.main-navigation > ul > li.current-menu-item > a {
border-color: #303030;
border-color: var(--navi-color);
text-decoration: none;
} .main-navigation ul ul {
position: absolute;
left: -999em;
top: 100%;
z-index: 99999;
background-color: #303030;
background-color: var(--navi-submenu-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;
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: 12px;
height: 12px;
fill: #303030;
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.3rem;
fill: #fff;
fill: var(--navi-submenu-text-color);
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
} @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-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-item {
padding: 0.75em 1em 0 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 {
float: right;
padding-right: 0;
padding-left: 4em;
}
.sidebar-left .sidebar {
float: left;
}
@media only screen and (max-width: 70em) {
.sidebar-left .content-area {
padding-right: 0;
padding-left: 3em;
}
}
@media only screen and (max-width: 60em) {
.sidebar-left .content-area {
padding: 0;
}
} .ma {
background-color: #a5ebf5; 
}
.son {
background-color: #fdfca5; 
}