@charset 'UTF-8';
.ngg-video-play-overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 48px;
height: 48px;
border-radius: 999px;
background: rgba(0, 0, 0, 0.55);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
pointer-events: none;
z-index: 3;
}
.ngg-video-play-overlay:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-35%, -50%);
width: 0;
height: 0;
border-left: 14px solid rgba(255, 255, 255, 0.95);
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
} a[data-ngg-video-play-overlay="1"],
div[data-ngg-video-play-overlay="1"] {
position: relative;
display: block;
}
a[data-ngg-video-play-overlay="1"]::before,
div[data-ngg-video-play-overlay="1"]::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 48px;
height: 48px;
border-radius: 999px;
background: rgba(0, 0, 0, 0.55);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
pointer-events: none;
z-index: 50;
}
a[data-ngg-video-play-overlay="1"]::after,
div[data-ngg-video-play-overlay="1"]::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-35%, -50%);
width: 0;
height: 0;
border-left: 14px solid rgba(255, 255, 255, 0.95);
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
pointer-events: none;
z-index: 51;
} .ngg-galleryoverview .ngg-gallery-thumbnail a,
.ngg-imagebrowser a,
.ngg-gallery-singlepic-image a,
.ngg-pro-masonry-item > a,
.nextgen_pro_thumbnail_grid .image-wrapper > a,
.nextgen_pro_film .image-wrapper > a,
.nextgen_pro_sidescroll .image-wrapper > a,
.nextgen_pro_blog_gallery .image-wrapper > a,
.tiled-gallery-item a,
.ngg-pro-mosaic-item a,
.galleria-stage .galleria-image,
.galleria-thumbnails .galleria-image {
position: relative;
display: block;
}.ngg-video-container {
position: relative;
width: auto;
height: auto;
background:transparent;
z-index: 10001;
display: flex;
align-items: center;
justify-content: center;
}
.ngg-video-player,
.ngg-video-container iframe {
width: 100%;
height: 100%;
object-fit: contain;
}  #npl_wrapper.npl-video-mode .galleria-image img {
display: none !important;
} .sl-wrapper.sl-video-mode .ngg-video-container {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.sl-wrapper.sl-video-mode .sl-image img {
display: none !important;
} .sl-wrapper.sl-video-mode .sl-image {
top: 0 !important;
left: 0 !important;
width: 100vw !important;
height: 100vh !important;
} .ngg-video-mode#fancybox-wrap #fancybox-img {
display: none !important;
}
#fancybox-wrap.ngg-video-mode {
width: auto !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%);
}
#fancybox-wrap.ngg-video-mode #fancybox-content {
width: auto !important;
height: auto !important;
} #shDisplay #shWrap.ngg-video-mode #shImage {
display: none !important;
}
#shDisplay .ngg-video-container {
margin-inline: auto;
}
#shDisplay.ngg-video-mode {
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
} #TB_window.ngg-video-mode #TB_Image {
display: none !important;
}
#TB_window.ngg-video-mode #TB_ImageOff {
display: none !important;
}
#TB_window.ngg-video-mode {
margin-left: 0 !important;
margin-top: 0 !important;
width: auto !important;
transform: translate(-50%, -50%);
} #TB_window.ngg-video-mode #TB_caption {
display: block !important;
visibility: visible !important;
}
#TB_window.ngg-video-mode #TB_secondLine {
display: block !important;
visibility: visible !important;
}
#TB_window.ngg-video-mode #TB_prev,
#TB_window.ngg-video-mode #TB_next {
display: inline !important;
visibility: visible !important;
} .ngg-video-error {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
display: flex;
align-items: center;
justify-content: center;
z-index: 20;
}
.ngg-video-error-content {
color: #fff;
text-align: center;
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
.ngg-video-error-icon {
font-size: 48px;
opacity: 0.7;
}
.ngg-video-error-text {
font-size: 16px;
} .ngg-custom-lightbox-video-mode img:not(.ngg-video-processed) {
display: none !important;
}
.ngg-custom-lightbox-video-mode .ngg-video-container {
position: relative !important;
width: 100% !important;
height: 100% !important;
display: flex !important;
align-items: center;
justify-content: center;
padding: 0 !important;
margin: 0 !important;
}
.ngg-custom-lightbox-video-mode .ngg-video-player,
.ngg-custom-lightbox-video-mode .ngg-video-container iframe {
max-width: 100%;
max-height: 100%;
width: auto !important;
height: auto !important;
object-fit: contain;
display: block;
}.ngg-trigger-buttons {
clear: both;
text-align: right;
font-size: 12px;
line-height: 1em;
margin: 0;
}
.ngg-trigger-buttons.hidden {
display: none;
}
.ngg-trigger-large {
font-size: 16px;
margin: 0 10px;
}
.ngg-trigger-buttons .ngg-trigger {
margin-left: 0.3em;
cursor: pointer;
}
.ngg-trigger-buttons .ngg-trigger:active,
.ngg-trigger-buttons .ngg-trigger:focus,
.ngg-trigger-buttons .ngg-trigger:visited,
.ngg-trigger-buttons .ngg-trigger {
color: #999;
}
.ngg-trigger-buttons .ngg-trigger:hover {
color: #333;
}
.ngg-trigger-large .ngg-trigger {
} .galleria.photocrati-nextgen_pro_horizontal_filmstrip {
margin-bottom: 5px;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
.ngg-trigger-buttons.mobile-hide {
display: none;
}
}#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
cursor: pointer;
overflow: hidden;
z-index: 1104;
display: none;
}
#fancybox-loading div {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 480px;
background-image: url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png);
}
#fancybox-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1100;
display: none;
}
#fancybox-tmp {
padding: 0;
margin: 0;
border: 0;
overflow: auto;
display: none;
}
#fancybox-wrap {
position: absolute;
top: 0;
left: 0;
padding: 20px;
z-index: 1101;
outline: none;
display: none;
}
#fancybox-outer {
position: relative;
width: 100%;
height: 100%;
background: #fff;
}
#fancybox-content {
width: 0;
height: 0;
padding: 0;
outline: none;
position: relative;
overflow: hidden;
z-index: 1102;
border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
z-index: 1101;
}
#fancybox-close {
position: absolute;
top: -15px;
right: -15px;
width: 30px;
height: 30px;
background: transparent url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png) -40px 0px;
cursor: pointer;
z-index: 1103;
display: none;
}
#fancybox-error {
color: #444;
font: normal 12px/20px Arial;
padding: 14px;
margin: 0;
}
#fancybox-img {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
border: none;
outline: none;
line-height: 0;
vertical-align: top;
}
#fancybox-frame {
width: 100%;
height: 100%;
border: none;
display: block;
}
#fancybox-left, #fancybox-right {
position: absolute;
bottom: 0px;
height: 100%;
width: 35%;
cursor: pointer;
outline: none;
background: transparent url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/blank.gif);
z-index: 1102;
display: none;
}
#fancybox-left {
left: 0px;
}
#fancybox-right {
right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
position: absolute;
top: 50%;
left: -9999px;
width: 30px;
height: 30px;
margin-top: -15px;
cursor: pointer;
z-index: 1102;
display: block;
}
#fancybox-left-ico {
background-image: url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png);
background-position: -40px -30px;
}
#fancybox-right-ico {
background-image: url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png);
background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
visibility: visible; }
#fancybox-left:hover span {
left: 20px;
}
#fancybox-right:hover span {
left: auto;
right: 20px;
}
.fancybox-bg {
position: absolute;
padding: 0;
margin: 0;
border: 0;
width: 20px;
height: 20px;
z-index: 1001;
}
#fancybox-bg-n {
top: -20px;
left: 0;
width: 100%;
background-image: url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox-x.png);
}
#fancybox-bg-ne {
top: -20px;
right: -20px;
background-image: url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png);
background-position: -40px -162px;
}
#fancybox-bg-e {
top: 0;
right: -20px;
height: 100%;
background-image: url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox-y.png);
background-position: -20px 0px;
}
#fancybox-bg-se {
bottom: -20px;
right: -20px;
background-image: url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png);
background-position: -40px -182px; 
}
#fancybox-bg-s {
bottom: -20px;
left: 0;
width: 100%;
background-image: url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox-x.png);
background-position: 0px -20px;
}
#fancybox-bg-sw {
bottom: -20px;
left: -20px;
background-image: url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png);
background-position: -40px -142px;
}
#fancybox-bg-w {
top: 0;
left: -20px;
height: 100%;
background-image: url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox-y.png);
}
#fancybox-bg-nw {
top: -20px;
left: -20px;
background-image: url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png);
background-position: -40px -122px;
}
#fancybox-title {
font-family: Helvetica;
font-size: 12px;
z-index: 1102;
}
.fancybox-title-inside {
padding-bottom: 10px;
text-align: center;
color: #333;
background: #fff;
position: relative;
}
.fancybox-title-outside {
padding-top: 10px;
color: #fff;
}
.fancybox-title-over {
position: absolute;
bottom: 0;
left: 0;
color: #FFF;
text-align: left;
}
#fancybox-title-over {
padding: 10px;
background-image: url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancy_title_over.png);
display: block;
}
.fancybox-title-float {
position: absolute;
left: 0;
bottom: -20px;
height: 32px;
}
#fancybox-title-float-wrap {
border: none;
border-collapse: collapse;
width: auto;
}
#fancybox-title-float-wrap td {
border: none;
white-space: nowrap;
}
#fancybox-title-float-left {
padding: 0 0 0 15px;
background: url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png) -40px -90px no-repeat;
}
#fancybox-title-float-main {
color: #FFF;
line-height: 29px;
font-weight: bold;
padding: 0 0 3px 0;
background: url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox-x.png) 0px -40px;
}
#fancybox-title-float-right {
padding: 0 0 0 15px;
background: url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png) -55px -90px no-repeat;
} .fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
position: absolute; margin-top: 0;
top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); } .fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); } #fancybox-wrap, #fancybox-content, #fancybox-outer {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-square-x-twitter:before{content:"\e61a"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}.fa-info:before{content:"\f129"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-lock:before{content:"\f023"}.fa-angle-right:before{content:"\f105"}.fa-user:before{content:"\f007"}.fa-star:before{content:"\f005"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-pause:before{content:"\f04c"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-arrow-right:before{content:"\f061"}.fa-lock-open:before{content:"\f3c1"}.fa-circle:before{content:"\f111"}.fa-comment:before{content:"\f075"}.fa-envelope:before{content:"\f0e0"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-angle-down:before{content:"\f107"}.fa-play:before{content:"\f04b"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-angle-up:before{content:"\f106"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-spinner:before{content:"\f110"}.fa-check:before{content:"\f00c"}.fa-angle-left:before{content:"\f104"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-window-close:before{content:"\f410"}.ngg-imagebrowser {
margin-top: 20px;
margin-bottom: 30px;
}
.ngg-imagebrowser h3 {
text-align: center;
}
.ngg-imagebrowser-desc {
clear: both;
}
.ngg-imagebrowser .pic {
max-width: 100%;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #A9A9A9;
}
.ngg-imagebrowser .pic a {
display: block !important;
font-size: 0px;
margin: 5px;
text-align: center;
}
.ngg-imagebrowser img {
max-width: 100%;
margin: 0 auto;
padding: 0;
border: none;
}
.ngg-imagebrowser-nav {
padding: 5px;
}
.ngg-imagebrowser-nav .back {
float: left;
border: 1px solid #DDDDDD;
padding: 3px 7px;
}
.ngg-imagebrowser-nav .next {
float: right;
border: 1px solid #DDDDDD;
padding: 3px 7px;
}
.ngg-imagebrowser-nav .counter {
text-align: center;
font-size: 0.9em !important;
}
.exif-data {
margin-left: auto !important;
margin-right: auto !important;
} .ngg-imagebrowser.default-view {
padding: 0;
margin: 40px 0 !important;
text-align: center;
max-width: 1200px;
margin: 0 auto;
box-sizing: border-box;
}
.ngg-imagebrowser.default-view h3 {
font-size: 18px !important;
margin: 0 !important;
padding: 20px !important;
text-align: center;
font-weight: bold;
}
.ngg-imagebrowser.default-view img {
max-height: 500px;
}
.ngg-imagebrowser.default-view .pic,
.ngg-imagebrowser.default-view .pic a {
margin: 0;
border: none;
box-shadow: none;
} 
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav {
text-align: center;
padding: 20px 20px 5px;
}
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav .back,
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav .next {
float: none;
display: inline-block;
border: none;
height: 30px;
padding: 0;
width: 80px;
border-radius: 2px;
cursor: pointer;
background: #999;
}
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav .back:hover,
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav .next:hover {
background: #666;
}
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav .fa {
font-size: 16px;
color: #fff;
padding: 0 !important;
line-height: 30px;
}
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav .fa-chevron-right {
margin-left: 2px;
}
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav .fa-chevron-left {
margin-right: 2px;
}
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav a,
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav a:hover,
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav a:focus {
box-shadow: none;
text-decoration: none;
padding: 0;
border: none;
display: inline-block;
width: 100%;
height: 100%;
}
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav .counter { font-size: 12px !important;
color: rgba(150,150,150,.7);
margin: 10px 0 6px;
}
.ngg-imagebrowser.default-view .ngg-imagebrowser-desc {
text-align: center;
padding: 0 50px;
font-size: 14px;
}
.ngg-imagebrowser.default-view .ngg-imagebrowser-desc p:first-of-type {
margin-top: 0;
padding-top: 0;
}
@media (max-width: 800px) {
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav {
text-align: center;
padding: 20px 10px 5px;
}
.ngg-imagebrowser.default-view .ngg-imagebrowser-desc {
padding: 0;
font-size: 12px;
}
}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: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1.5em 0;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 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"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}  .screen-reader-text,
.mobile-search-wrapper .search-button-text,
.widget-area .widget_search .search-button-text,
.comment-author .says,
.comment-list .reply span {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus,
.mobile-search-wrapper .search-button-text:focus,
.widget-area .widget_search .search-button-text:focus,
.comment-author .says:focus,
.comment-list .reply span:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin: 0.6em 1.5em 1.5em 0;
}
.alignright {
display: inline;
float: right;
margin: 0.6em 0 1.5em 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.5em;
} .clear:before,
.clear:after,
.singular-section:before,
.singular-section:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.featured-content-wrapper:before,
.featured-content-wrapper:after,
.hero-content-wrapper:before,
.hero-content-wrapper:after,
.site-footer:before,
.site-footer:after,
.footer-widget-area:before,
.footer-widget-area:after,
.comment-meta:before,
.comment-meta:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.singular-section:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.featured-content-wrapper:after,
.hero-content-wrapper:after,
.site-footer:after,
.footer-widget-area:after,
.comment-meta:after {
clear: both;
} body {
color: rgba(0, 0, 0, 0.70);
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-size: 1rem;
font-weight: 300;
line-height: 1.647;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
font-weight: 300;
letter-spacing: 0.05em;
margin: 0 0 21px;
}
h1,
.entry-title {
font-size: 32px;
font-size: 2rem;
line-height: 1.4;
}
h2 {
font-size: 26px;
font-size: 1.625rem;
line-height: 1.63;
}
h3,
#feature-slider .entry-title,
.portfolio-wrapper .entry-title,
.featured-content-wrapper .entry-title,
.widget-area .widget-title,
.widget .wp-block-group h2,
.comments-title,
.comment-reply-title {
font-size: 20px;
font-size: 1.25rem;
line-height: 1.5;
}
h4 {
font-size: 16px;
font-size: 1rem;
line-height: 1.647;
}
h5 {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.66;
}
h6,
.blog-section-headline .archive-title-type,
table caption,
.wp-caption-text,
.comment-notes,
.comment-metadata,
.site-info {
font-size: 12px;
font-size: 0.75rem;
line-height: 1.6923;
}
.entry-meta,
table caption,
.portfolio-wrapper .portfolio-entry-header,
.featured-content-wrapper .entry-header,
.blog-section-headline .archive-title-type,
.content-area .entry-footer span span,
.content-area .entry-footer .edit-link,
.post-navigation .meta-nav,
.comment-reply-title {
letter-spacing: 0.10em;
text-transform: uppercase;
}
.site-title,
.site-description,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.main-navigation a,
.site-footer-menu a,
.comment-navigation a,
.posts-navigation a,
.site-main #infinite-handle span button,
.footer-widget-area.widget-area .widget-title,
.footer-widget-area .widget .wp-block-group h2,
.site-info {
letter-spacing: 0.25em;
text-transform: uppercase;
}
p {
margin: 0 0 28px;
padding: 0;
}
dfn, cite, em, i {
font-style: italic;
}
address {
margin: 0 0 28px;
}
pre {
background-color: rgba(0, 0, 0, 0.08);
font-family: 'Courier 10 Pitch', Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 28px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
code, kbd, tt, var {
border: 0;
background: transparent;
color: inherit;
font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
font-size: 15px;
font-size: 0.9375rem;
padding: 0;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
blockquote {
font-style: italic;
line-height: 1.353;
overflow: hidden;
margin: 28px 0 28px -60px;
position: relative;
padding-left: 60px;
}
blockquote, q {
quotes: "" "";
}
blockquote:after, q:before, q:after {
content: "";
}
blockquote:before {
content: "\201C";
position: absolute;
left: 0;
top: 33px;
font-size: 120px;
line-height: 28px;
} .wp-custom-header-video-button:before,
.search-toggle:before,
.widget-area .widget_search .search-submit:before,
.menu-toggle:before,
.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after,
.dropdown-toggle:after,
.mobile-search-wrapper .search-submit:before,
.social-navigation a:before,
#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before,
.entry-breadcrumbs a:after,
.comment-list .reply a:before,
#scrollup:before {
display: inline-block;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wp-custom-header-video-button:before,
.search-toggle:before,
.widget-area .widget_search .search-submit:before,
.menu-toggle:before,
.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after,
.dropdown-toggle:after,
.mobile-search-wrapper .search-submit:before,
#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before,
.entry-breadcrumbs a:after,
.comment-list .reply a:before,
#scrollup:before {
font-family: 'Font Awesome 6 Free';
font-weight: 900;
}
.social-navigation a:before {
font-family: "Font Awesome 6 Brands";
font-weight: 400;
}
.social-navigation a[href*="mailto:"]:before,
.social-navigation a[href*="tel:"]:before,
.social-navigation a[href$="/feed"]:before {
font-family: 'Font Awesome 6 Free';
font-weight: 900;
}
.search-toggle:before,
.mobile-search-wrapper .search-submit:before,
.widget-area .widget_search .search-submit:before {
content: "\f002";
}
.menu-toggle:before {
content: "\2630";
}
.search-toggle.open:before,
.menu-toggle.toggled-on:before  {
content: "\f00d";
}
.dropdown-toggle:after {
content: "\f067";
}
.active.dropdown-toggle:after {
content: "\f068";
}
#feature-slider .cycle-prev:before {
content: "\f053";
}
#feature-slider .cycle-next:before {
content: "\f054";
}
.entry-breadcrumbs a:after {
content: "\f101";
padding-left: 7px;
}
.comment-list .reply a:before {
content: "\f112";
}
.wp-custom-header-video-play:before {
content: "\f04c";
}
.wp-custom-header-video-pause:before {
content: "\f04b";
}
#scrollup:before {
content: "\f077";
} label {
display: block;
padding-left: 14px;
}
.wpcf7-form label {
padding-left: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
background: rgba(0, 0, 0, 0.08);
border: none;
border-radius: unset;
box-sizing: border-box;
color: rgba(0, 0, 0, 0.70);
line-height: 1.235;
padding: 7px 14px;
}
.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer input[type="url"],
.site-footer input[type="password"],
.site-footer input[type="search"],
.site-footer input[type="number"],
.site-footer input[type="tel"],
.site-footer input[type="range"],
.site-footer input[type="date"],
.site-footer input[type="month"],
.site-footer input[type="week"],
.site-footer input[type="time"],
.site-footer input[type="datetime"],
.site-footer input[type="datetime-local"],
.site-footer input[type="color"],
.site-footer textarea,
.site-footer select {
background-color: #141414;
color: rgba(255, 255, 255, 0.70);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
color: rgba(0, 0, 0, 1);
}
.site-footer input[type="text"]:focus,
.site-footer input[type="email"]:focus,
.site-footer input[type="url"]:focus,
.site-footer input[type="password"]:focus,
.site-footer input[type="search"]:focus,
.site-footer input[type="number"]:focus,
.site-footer input[type="tel"]:focus,
.site-footer input[type="range"]:focus,
.site-footer input[type="date"]:focus,
.site-footer input[type="month"]:focus,
.site-footer input[type="week"]:focus,
.site-footer input[type="time"]:focus,
.site-footer input[type="datetime"]:focus,
.site-footer input[type="datetime-local"]:focus,
.site-footer input[type="color"]:focus,
.site-footer textarea:focus,
.site-footer select:focus {
color: rgba(255, 255, 255, 1);
}
select {
border: 1px solid rgba(0, 0, 0, 0.25);
}
.site-footer select {
border-color: rgba(255, 255, 255, 0.05);
}
textarea {
width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: rgba(0, 0, 0, 1);
border: none;
border-radius: unset;
box-sizing: border-box;
color: #fff;
font-size: 15px;
font-size: 0.9375rem;
font-weight: 700;
line-height: 1.3999;
padding: 7px 35px;
}
.site-footer button,
.site-footer .button,
.site-footer input[type="button"],
.site-footer input[type="reset"],
.site-footer input[type="submit"] {
background: rgba(255, 255, 255, 1);
color: #000;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: rgba(0, 0, 0, 0.7);
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
background: rgba(0, 0, 0, 0.7);
color: #000;
}
.site-footer button:hover,
.site-footer .button:hover,
.site-footer input[type="button"]:hover,
.site-footer input[type="reset"]:hover,
.site-footer input[type="submit"]:hover {
background: rgba(255, 255, 255, 0.7);
color: #000;
}
.site-footer button:active,
.site-footer button:focus,
.site-footer .button:active,
.site-footer .button:focus,
.site-footer input[type="button"]:active,
.site-footer input[type="button"]:focus,
.site-footer input[type="reset"]:active,
.site-footer input[type="reset"]:focus,
.site-footer input[type="submit"]:active,
.site-footer input[type="submit"]:focus {
background: rgba(255, 255, 255, 0.7);
}
.post-password-form label {
padding: 0;
text-align: center;
}
.post-password-form input[type="password"] {
display: block;
width: 100%;
}
.post-password-form input[type="submit"] {
display: block;
margin: 14px auto 0;
} hr {
background-color: rgba(0, 0, 0, 0.25);
border: 0;
height: 1px;
margin-bottom: 28px;
}
.drop-cap:first-letter {
float: left;
font-size: 102px;
font-size: 6.375rem;
line-height: 0.6;
margin: 6px 16px 6px -3px;
} ul,
ol {
margin: 0 0 28px 28px;
padding: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 28px;
}
dt {
font-weight: 700;
}
dd {
margin: 0 28px 28px;
} table,
table caption {
border: 1px solid rgba(0, 0, 0, 0.25);
border-width: 1px 1px 0 1px;
}
table {
border-collapse: collapse;
font-size: 16px;
font-size: 1rem;
line-height: 1.2;
margin: 0 0 28px;
table-layout: fixed; width: 100%;
}
table caption {
text-align: center;
}
table a {
color: rgba(0, 0, 0, 0.70);
font-weight: 700;
}
th {
text-align: left;
}
th,
td,
table caption {
padding: 21px;
}
tr {
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}  .site-header-menu {
clear: both;
display: block;
}
.main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul li {
display: block;
padding: 0 14px;
text-align: left;
}
.main-navigation ul ul .menu-item-has-children > a:after {
float: right;
padding: 13px 0;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation li {
border-top: 1px solid #1f1f1f;
display: block;
position: relative;
}
.main-navigation a {
color: rgba(255, 255, 255, 0.70);
display: block;
font-size: 15px;
font-size: 0.9375rem;
font-weight: 700;
line-height: 1.667;
padding: 14px 28px;
text-decoration: none;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation ul.menu li:hover > a,
.main-navigation ul.menu li.focus > a,
.main-navigation ul.menu li:active > a {
color: #fff;
}
.main-navigation .menu-item-has-children > a,
.main-navigation .page_item_has_children > a {
padding-right: 50px;
}
.main-navigation ul ul a {
text-transform: none;
font-weight: 300;
letter-spacing: normal;
line-height: 2.6;
padding: 2px 14px;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul > li.focus > a {
background-color: #0d0d0d;
} .menu-toggle-wrapper {
border-top: 1px solid #1f1f1f;
}
.menu-toggle {
background: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
color: #fff;
margin: 0 auto;
padding: 14px 28px;
font-size: 15px;
font-size: 0.9375rem;
}
.menu-toggle:hover,
.menu-toggle:focus {
background-color: #4c4c4c;
-webkit-box-shadow: none;
box-shadow: none;
border-color: #1f1f1f;
color: #fff;
}
.menu-toggle:focus {
outline: thin solid;
}
.mobile-search-wrapper {
border-top: 1px solid #1f1f1f;
clear: both;
display: none;
padding: 14px 28px;
}
.site-header-menu.toggled-on .menu,
.site-header-menu.toggled-on .mobile-search-wrapper {
display: block;
}
.mobile-search-wrapper .search-form {
position: relative;
}
.mobile-search-wrapper label {
padding: 0;
}
.mobile-search-wrapper .search-field {
background-color: #141414;
box-sizing: border-box;
-webkit-appearance: none;
-webkit-border-radius: 0;
border-radius: 0;
color: rgba(255, 255, 255, 0.70);
margin: 0;
font-size: 15px;
font-size: 0.9375rem;
padding: 6px 12px;
width: -webkit-calc(100% - 41px);
width: calc(100% - 41px);
}
.mobile-search-wrapper .search-field:focus {
color: rgba(255, 255, 255, 1);
}
.mobile-search-wrapper .search-submit {
background: rgba(255, 255, 255, 1);
-webkit-border-radius: 0;
border-radius: 0;
bottom: 0;
color: #000;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 42px;
}
.mobile-search-wrapper .search-submit:hover,
.mobile-search-wrapper .search-submit:focus {
background: rgba(255, 255, 255, 0.7);
}
.menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.menu-toggle:before {
display: inline-block;
font-size: 20px;
font-size: 1.25rem;
line-height: 15px;
margin-right: 5px;
}
.menu-toggle.toggled-on:before {
font-size: 20px;
font-size: 1.25rem;
line-height: 15px;
}
.dropdown-toggle {
position: absolute;
right: 0;
top: 0;
border: 0;
border-radius: unset;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
text-shadow: none;
font-size: 16px;
font-size: 1rem;
padding: 18px;
line-height: 1.1;
}
.sub-menu .dropdown-toggle {
padding: 13px 18px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: rgba(255, 255, 255, 0.70);
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .pagination,
.site-main #infinite-handle {
clear: both;
display: inline-block;
margin: 49px 0;
overflow: hidden;
text-align: center;
width: 100%;
}
.site-main .posts-navigation .nav-links {
padding: 0 35px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
margin-top: 21px;
}
.site-main #infinite-handle span {
background-color: transparent;
display: inline-block;
}
.post-navigation {
clear: both;
max-width: 826px;
overflow: hidden;
padding: 0 35px;
width: 100%;
}
.post-navigation .nav-links {
border-collapse: collapse;
display: table;
table-layout: fixed;
width: 100%;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
border: 2px solid rgba(0, 0, 0, 0.12);
text-align: center;
}
.post-navigation a {
display: block;
padding: 28px;
}
.post-navigation .meta-nav {
color: rgba(0, 0, 0, 0.70);
display: block;
font-size: 11px;
font-size: 0.6875rem;
line-height: 2.54;
}
.post-navigation a:hover .meta-nav {
color: #fff;
}
.button,
.comment-navigation a,
.posts-navigation a,
.site-main #infinite-handle span button {
background-color: #000;
color: #fff;
display: inline-block;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.667;
padding: 14px 28px;
}
.site-main #infinite-handle span button {
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
}
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus {
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.667;
padding: 14px 28px;
}
.button:hover,
.button:focus,
.comment-navigation a:hover,
.comment-navigation a:focus,
.posts-navigation a:hover,
.posts-navigation a:focus,
.post-navigation a:hover,
.post-navigation a:focus,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus {
background: rgba(0, 0, 0, 0.7);
color: #fff;
} .site-footer-menu ul {
clear: both;
display: block;
list-style: none;
margin: 0 0 21px;
text-align: center;
}
.site-footer-menu li {
display: inline-block;
}
.site-footer-menu a {
color: rgba(255, 255, 255, 0.70);
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 700;
line-height: 1.667;
padding: 7px 10px;
text-decoration: none;
}
.site-footer-menu a:hover,
.site-footer-menu a:focus {
color: #fff;
} .social-navigation ul {
list-style: none;
margin: 0 0 21px;
}
.social-navigation li {
display: inline-block;
margin: 0 7px 7px 0;
}
.social-navigation a {
background-color: transparent;
border: 1px solid #171717;
-webkit-border-radius: 50%;
border-radius: 50%;
color: #c3c3c3;
display: block;
height: 36px;
position: relative;
width: 36px;
}
#secondary .social-navigation a {
border-color: #c3c3c3;
}
.social-navigation a:before {
content: "\f0c1";
display: block;
height: 34px;
line-height: 34px;
text-align: center;
width: 34px;
}
.social-navigation a:hover,
.social-navigation a:focus{
background: rgba(255, 255, 255, 0.90);
color: #000;
}
#secondary .social-navigation a:hover,
#secondary .social-navigation a:focus {
background: rgba(102, 102, 102, 0.2);
}
.social-navigation a[href*="codepen.io"]:before {
content: "\f1cb";
}
.social-navigation a[href*="digg.com"]:before {
content: "\f1a6";
}
.social-navigation a[href*="dribbble.com"]:before {
content: "\f17d";
}
.social-navigation a[href*="dropbox.com"]:before {
content: "\f16b";
}
.social-navigation a[href*="facebook.com"]:before {
content: "\f09a";
}
.social-navigation a[href*="flickr.com"]:before {
content: "\f16e";
}
.social-navigation a[href*="foursquare.com"]:before {
content: "\f180";
}
.social-navigation a[href*="plus.google.com"]:before {
content: "\f2b3";
}
.social-navigation a[href*="github.com"]:before {
content: "\f09b";
}
.social-navigation a[href*="instagram.com"]:before {
content: "\f16d";
}
.social-navigation a[href*="linkedin.com"]:before {
content: "\f0e1";
}
.social-navigation a[href*="path.com"]:before {
content: "\f20c";
}
.social-navigation a[href*="pinterest.com"]:before {
content: "\f0d2";
}
.social-navigation a[href*="getpocket.com"]:before {
content: "\f265";
}
.social-navigation a[href*="reddit.com"]:before {
content: "\f1a1";
}
.social-navigation a[href*="skype.com"]:before {
content: "\f17e";
}
.social-navigation a[href*="stumbleupon.com"]:before {
content: "\f1a4";
}
.social-navigation a[href*="tumblr.com"]:before {
content: "\f174";
}
.social-navigation a[href*="x.com"]:before {
content: "\e61b";
}
.social-navigation a[href*="twitter.com"]:before {
content: "\f099";
}
.social-navigation a[href*="vimeo.com"]:before {
content: "\f27d";
}
.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
content: "\f19a";
}
.social-navigation a[href*="youtube.com"]:before {
content: "\f167";
}
.social-navigation a[href^="mailto:"]:before {
content: "\f0e0";
}
.social-navigation a[href*="spotify.com"]:before {
content: "\f1bc";
}
.social-navigation a[href*="twitch.tv"]:before {
content: "\f1e8";
}
.social-navigation a[href*="amazon.com"]:before {
content: "\f270";
}
.social-navigation a[href*="apple.com"]:before {
content: "\f179";
}
.social-navigation a[href*="bandcamp.com"]:before {
content: "\f2d5";
}
.social-navigation a[href*="behance.com"]:before {
content: "\f1b4";
}
.social-navigation a[href*="deviantart.com"]:before {
content: "\f1bd";
}
.social-navigation a[href*="etsy.com"]:before {
content: "\f2d7";
}
.social-navigation a[href*="tiktok.com"]:before {
content: "\e07b";
}
.social-navigation a[href*="bluesky.com"]:before,
.social-navigation a[href*="bsky.app"]:before {
content: "\e671";
}
.social-navigation a[href$="/feed"]:before {
content: "\f09e";
}
.social-navigation a[href*="tel:"]:before {
content: "\f095";
}
.social-navigation li a[href*="threads.com"]:before {
content: "\e618";
}
.social-navigation li a[href*="line.me"]:before {
content: "\f3c0";
}
.social-navigation li a[href*="discord.com"]:before,
.social-navigation li a[href*="discord.gg"]:before {
content: "\f392";
}
.social-navigation li a[href*="t.me"]:before {
content: "\f2c6";
}
.social-navigation li a[href*="vk.com"]:before {
content: "\f189";
}
.social-navigation li a[href*="xing.com"]:before {
content: "\f168";
} #scrollup {
background: rgba(0, 0, 0, 1.0);
-webkit-border-radius:  50%;
border: 1px solid rgba(255, 255, 255, 0.25);
border-radius: 50%;
color: rgba(255, 255, 255, 0.70);
cursor: pointer;
display: none;
font-size: 16px;
font-size: 1rem;
line-height: 1.87;
outline: none;
padding: 7px 14px;
position: fixed;
bottom: 20px;
right: 20px;
text-decoration: none;
width: 46px;
height: 46px;
z-index: 9999;
}
#scrollup:hover,
#scrollup:focus {
background: rgba(0, 0, 0, 0.7);
color: #fff;
} a {
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: rgba(0, 0, 0, 0.7);
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background-color: #f6f6f6;
}
.site-inner {
background-color: #fff;
overflow-x: hidden;
position: relative;
word-wrap: break-word;
margin: 0 auto;
max-width: 1600px;
width: 100%;
}
.fluid-layout .site-inner {
max-width: 100%;
}
.wrapper {
max-width: 1148px;
margin: 0 auto;
}
.site-footer .wrapper {
max-width: 1218px;
}
.fluid-layout .portfolio-wrapper,
.fluid-layout .featured-content-wrapper,
.fluid-layout .hero-content-wrapper .section-content-wrap,
.fluid-layout .post-archive {
display: block;
margin: 0 auto;
max-width: 1920px;
}
.full-width-layout .site-content .wrapper {
max-width: 100%;
}
.singular-section .content-area .entry-header,
.singular-section .content-area .entry-content,
.singular-section .content-area .entry-footer,
.singular-section .content-area .comments-area,
.woocommerce .site-main {
display: block;
margin: 0 auto;
max-width: 826px;
padding: 0 35px;
width: 100%;
}
.full-width-layout .content-area .entry-header,
.full-width-layout .content-area .entry-content,
.full-width-layout .content-area .entry-footer,
.full-width-layout .content-area .comments-area,
.full-width-layout.woocommerce .site-main {
max-width: 100%;
}
.fluid-layout.full-width-layout .content-area .entry-header,
.fluid-layout.full-width-layout .content-area .entry-content,
.fluid-layout.full-width-layout .content-area .entry-footer,
.fluid-layout.full-width-layout .content-area .comments-area,
.fluid-layout.full-width-layout.woocommerce .site-main {
max-width: 1920px;
}
.full-content-width-layout .content-area .entry-header,
.full-content-width-layout .content-area .entry-content,
.full-content-width-layout .content-area .entry-footer,
.full-content-width-layout .content-area .comments-area,
.full-content-width-layout.woocommerce .site-main {
max-width: 1148px;
} .two-columns-layout .content-area .entry-header,
.two-columns-layout .content-area .entry-content,
.two-columns-layout .content-area .entry-footer,
.two-columns-layout .content-area .comments-area,
.two-columns-layout.woocommerce .site-main  {
max-width: 100%;
padding: 0;
}
.two-columns-layout .singular-section {
max-width: 1196px;
}
.two-columns-layout #primary {
float: left;
padding: 0 35px;
width: 100%;
}
.two-columns-layout .content-area .entry-header {
text-align: left;
}
.two-columns-layout .content-area .post-thumbnail,
.two-columns-layout .content-area .entry-content {
margin: 28px 0;
}
.two-columns-layout #secondary {
float: right;
padding: 0 35px;
width: 100%;
}
.content-right.two-columns-layout #primary {
float: right;
}
.content-right.two-columns-layout #secondary {
float: left;
}
.entry-content > :last-child,
.entry-summary > :last-child,
.comment-content > :last-child,
.taxonomy-description > :last-child,
blockquote > :last-child,
.widget > :last-child,
.footer-meta-area .author-bio,
.footer-meta-area .nav-next .post-title {
margin-bottom: 0;
} #masthead {
background-color: #000;
}
.site-header-main {
position: relative;
}
.custom-header-media {
display: block;
margin: 0 auto;
position: relative;
width: 100%;
}
.custom-header-media img {
width: 100%;
}
.has-header-video .custom-header-media {
min-height: 400px;
}
.custom-header-media iframe,
.custom-header-media video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} @supports ( object-fit: cover ) {
.custom-header-media .wp-custom-header img,
.custom-header-media video {
height: 100%;
left: 0;
-o-object-fit: cover;
object-fit: cover;
top: 0;
-ms-transform: none;
-moz-transform: none;
-webkit-transform: none;
transform: none;
width: 100%;
}
}
.wp-custom-header-video-button {
background: rgba(0, 0, 0, 0.2);
-webkit-border-radius: 50%;
border-radius: 50%;
display: block;
letter-spacing: 0;
margin: 0 auto;
padding: 14px 19px;
position: absolute;
bottom: 70px;
left: 48.3%;
text-align: center;
}
.site-branding {
text-align: center;
padding: 18px 35px 14px;
}
.custom-logo-link {
display: block;
margin: 0 auto 7px;
}
.site-title {
font-size: 22px;
font-size: 1.375rem;
font-weight: 700;
line-height: 1.6333;
}
.site-title a {
color: #fff;
text-decoration: none;
}
.site-title a:hover,
.site-title a:focus {
color: rgba(255, 255, 255, 0.70);
}
.site-description {
color: rgba(255, 255, 255, 0.50);
font-size: 11px;
font-size: 0.6875rem;
line-height: 1.82;
}
.site-title,
.site-description {
margin: 0 0 7px;
}
.site-search {
display: none;
position: absolute;
top: 0;
right: 0;
}
.search-toggle {
background: transparent;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
display: block;
float: right;
font-size: 18px;
font-size: 1.125rem;
letter-spacing: 0.01em;
line-height: 1;
padding: 26px 16px;
text-shadow: none;
}
.site-title a:hover,
.site-title a:focus,
.search-toggle:hover,
.search-toggle:focus {
background: transparent;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
color: rgba(255, 255, 255, 0.70);
text-shadow: none;
}
.search-wrapper {
background-color: #fff;
clear: both;
display: none;
position: relative;
padding: 28px;
width: 322px;
z-index: 199;
}
.search-wrapper:before {
border: solid;
content: "";
position: absolute;
top: -14px;
right: 16px;
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #fff;
border-width: 7px;
}
.search-wrapper label {
padding-left: 0;
}
.search-wrapper .search-field,
.search-wrapper .search-submit {
width: 100%;
}
.search-wrapper .search-field {
background: rgba(0, 0, 0, 0.08);
color: rgba(0, 0, 0, 0.70);
margin-bottom: 14px;
}
.site-main .search-form {
margin-bottom: 28px;
}
.site-main .search-form label {
display: block;
padding-left: 0;
float: left;
}
.site-main .search-form label {
display: block;
float: left;
clear: none;
} #feature-slider {
background-color: #000;
clear: both;
display: block;
position: relative;
width: 100%;
overflow: hidden;
}
#feature-slider .wrapper {
max-width: 100%;
}
#feature-slider .hentry {
width: 100%;
}
#feature-slider .slider-image {
margin: 0;
}
#feature-slider .slider-image-thumbnail {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#feature-slider .slider-content-wrapper {
padding: 35px;
position: absolute;
top: 50%;
left: 0;
right: 0;
text-align: center;
z-index: 101;
width: 100%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
#feature-slider .entry-container {
color: #fff;
display: block;
margin: 0 auto;
}
#feature-slider .entry-container a {
color: #fff;
text-decoration: none;
}
#feature-slider .entry-summary,
#feature-slider .entry-content {
color: #fff;
display: none;
margin-top: 14px;
}
#feature-slider .cycle-pager {
display: block;
position: absolute;
bottom: 20px;
left: 0;
text-align: center;
width: 100%;
z-index: 199;
}
#feature-slider .cycle-pager span {
background-color: #ddd;
color: #ddd;
cursor: pointer;
display: inline-block;
height: 4px;
margin: 0 5px;
overflow: hidden;
width: 40px;
}
#feature-slider .cycle-pager span.cycle-pager-active {
background-color: #fff;
color: #fff;
}
#feature-slider .more-link {
margin-top: 1.5em;
}
#feature-slider .more-link span {
background-color: transparent;
border: 1px solid #fff;
color: #fff;
cursor: pointer;
display: inline-block;
margin: 0 auto;
padding: 14px 28px;
text-align: center;
}
#feature-slider .more-link:hover span,
#feature-slider .more-link:focus span {
background-color: #000;
border-color: #000;
}
#feature-slider .cycle-prev,
#feature-slider .cycle-next {
background-color: transparent;
border:  1px solid #fff;
-webkit-border-radius:  50%;
border-radius: 50%;
color: #fff;
cursor: pointer;
outline: none;
opacity: 0;
filter: alpha(opacity=0);
letter-spacing: 0;
position: absolute;
top: 48%;
padding: 7px;
text-align: center;
text-decoration: none;
-moz-transition:    all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition:         all 0.2s ease-in-out;
width: 43px;
height: 43px;
z-index: 199;
}
#feature-slider .cycle-prev {
left: -42px;
}
#feature-slider .cycle-next {
right: -42px;
}
#feature-slider .cycle-prev:hover,
#feature-slider .cycle-prev:focus,
#feature-slider .cycle-next:hover,
#feature-slider .cycle-next:focus {
background-color: #000;
border-color: #000;
color: #fff;
text-decoration: none;
} .breadcrumb-area {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
font-size: 13px;
font-size: 0.8125rem;
padding: 0 7px;
text-transform: uppercase;
text-align: center;
width: 100%;
}
.entry-breadcrumbs a,
.breadcrumb-current {
display: inline-block;
padding: 14px 7px;
} .sticky {
display: block;
}
.hentry {
margin: 0 0 28px;
}
.page-content,
.entry-content {
margin: 28px 0 0;
}
.entry-title {
margin: 0 0 14px;
text-transform: uppercase;
}
.entry-meta {
font-size: 11px;
font-size: 0.6875rem;
margin: 0 0 28px;
}
.entry-meta a {
color: rgba(0, 0, 0, 0.70);
text-decoration: underline;
}
.entry-meta a:hover,
.entry-meta a:focus {
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
.more-link {
clear: both;
color: #000;
display: block;
font-size: 11px;
font-size: 0.6875rem;
font-weight: 700;
letter-spacing: 0.5em;
line-height: 1.82;
margin-top: 21px;
text-transform: uppercase;
}
.more-link:hover,
.more-link:focus {
color: rgba(0, 0, 0, 0.70);
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.single .byline:before {
color: rgba(0, 0, 0, 0.7);
content: "/\00a0";
margin: 0 10px 0 14px;
}
.hero-content-wrapper {
background-color: rgba(0, 0, 0, 0.02);
margin: 35px 0;
}
.post-archive .hentry,
.search-results .post-archive .product,
.hero-content-wrapper .hentry {
margin-bottom: 0;
position: relative;
width: 100%;
}
.post-archive .post-thumbnail,
.hero-content-wrapper .post-thumbnail {
background-position: center center;
background-size: cover;
content: "";
float: left;
padding-bottom: 100%;
position: relative;
width: 100%;
}
.post-archive .post-thumbnail a,
.hero-content-wrapper .post-thumbnail a {
position: absolute;
top: 0;
right:  0;
bottom: 0;
left: 0;
}
.post-archive .content-right,
.hero-content-wrapper .entry-container {
clear: both;
padding: 35px;
width: 100%;
}
.hero-content-wrapper .entry-content {
margin-top: 0;
}
.post-archive .full-content {
width: 100%;
}
.post-archive .post-wrapper {
max-width: 728px;
}
.post-archive .entry-title a,
.hero-content-wrapper .entry-title a {
color: #000;
}
.post-archive .entry-title a:hover,
.post-archive .entry-title a:focus,
.hero-content-wrapper .entry-title a:hover,
.hero-content-wrapper .entry-title a:focus {
color: rgba(0, 0, 0, 0.70)
}
.post-archive .entry-meta {
line-height: 2.54;
padding: 0;
margin: 21px 0 0;
}
.post-archive .entry-meta .posted-on,
.post-archive .entry-meta .byline,
.post-archive .entry-meta .comments-link {
display: inline-block;
margin-right: 7px;
}
.post-archive .entry-meta a {
text-decoration: underline;
}
.post-archive .entry-meta,
.post-archive .entry-meta a {
color: rgba(0, 0, 0, 0.70);
}
.post-archive .entry-meta a:hover,
.post-archive .entry-meta a:focus {
color: #000;
text-decoration: none;
}
.post-archive .hentry:nth-child(2n) .entry-container,
.search-results .post-archive .product:nth-child(2n) .entry-container {
background-color: rgba(0, 0, 0, 0.02);
} .post-archive .hentry.sticky .entry-container {
background-color: #000;
color: rgba(255, 255, 255, 0.70);
}
.post-archive .sticky .entry-title a,
.post-archive .sticky .more-link {
color: #fff;
}
.post-archive .sticky .entry-title a:hover,
.post-archive .sticky .entry-title a:focus,
.post-archive .sticky .more-link:hover,
.post-archive .sticky .more-link:focus {
color: rgba(255, 255, 255, 0.70);
}
.post-archive .sticky .entry-meta,
.post-archive .sticky .entry-meta a {
color: rgba(255, 255, 255, 0.70);
}
.post-archive .sticky .entry-meta a:hover,
.post-archive .sticky .entry-meta a:focus {
color: #fff;
}
.singular-section {
padding: 35px 0;
}
.content-area .entry-footer {
margin: 28px auto;
}
.content-area .entry-footer span span,
.content-area .entry-footer .edit-link {
display: block;
}
.singular-section .content-area .entry-footer,
.hero-content-wrapper .entry-footer {
margin-top: 28px;
}
.content-area .entry-footer .cat-links,
.content-area .entry-footer .tags-links,
.content-area .entry-footer .edit-link {
display: block;
margin-bottom: 14px;
}
.content-area .entry-footer .cat-links a,
.content-area .entry-footer .tags-links a {
font-size: 16px;
font-size: 1rem;
}
.singular-section .content-area .entry-header,
.singular-section .content-area .woocommerce-products-header {
text-align: center;
}
.content-area .entry-title,
.content-area .woocommerce-products-header .page-title {
margin: 0 0 28px;
}
.content-area .woocommerce-products-header .page-title {
text-transform: uppercase;
}
.singular-section .content-area .post-thumbnail,
.post-navigation,
.comments-title {
margin: 35px auto;
}
.singular-section .content-area .post-thumbnail img {
display: block;
margin: 0 auto;
} .page-links {
clear: both;
font-size: 24px;
font-size: 1.5rem;
line-height: 1.5;
margin: 0 0 28px;
text-transform: uppercase;
}
.page-links .page-link-text {
margin-right: 14px;
}
.page-links .sep {
margin: 0 7px;
}
.blog-section-headline {
margin: 35px;
text-align: center;
}
.page-title-wrapper {
position: relative;
z-index: 1;
}
.blog-section-headline .page-title {
background: #fff;
box-sizing: border-box;
display: inline-block;
font-weight: 700;
line-height: 1.2;
margin: 0;
padding: 0;
text-align: center;
text-transform: uppercase;
max-width: 100%;
}
.blog-section-headline .archive-title-type {
display: block;
max-width: 756px;
font-weight: 300;
}
.blog-section-headline .taxonomy-description {
margin: 7px auto 0;
max-width: 756px;
} .site-footer {
background-color: #000;
color: rgba(255, 255, 255, 0.70);
clear: both;
}
.footer-widget-area.widget-area .widget-title,
.footer-widget-area .widget .wp-block-group h2 {
color: rgba(255, 255, 255, 0.70);
}
.widget-area ul,
.widget-area ol {
list-style: none;
margin-left: 0;
}
.widget-area li {
line-height: 2.47;
}
.widget_categories ul,
.widget_archive ul {
text-align: right;
}
.widget_categories li,
.widget_archive li {
display: block;
height: 1%;
overflow: hidden;
}
.widget_categories ul a,
.widget_archive ul a {
float: left;
}
.footer-widget-area {
padding: 28px 0;
}
.widget-area .widget-column {
padding: 21px 35px;
width: 100%;
}
.footer-widget-area a {
color: rgba(255, 255, 255, 1);
}
.footer-widget-area a:hover,
.footer-widget-area a:focus {
color: rgba(255, 255, 255, 0.70);
}
#site-generator {
clear: both;
padding: 49px 0;
}
.site-social,
.site-info {
text-align: center;
clear: both;
}
.site-info a {
color: rgba(255, 255, 255, 0.70);
text-decoration: none;
}
.site-info a:hover,
.site-info a:focus {
color: rgba(255, 255, 255, 1);
} .portfolio-wrapper,
.featured-content-wrapper {
overflow: hidden;
text-align: center;
}
.portfolio-wrapper .hentry,
.featured-content-wrapper .hentry {
margin: 0;
position: relative;
width: 100%;
}
.portfolio-wrapper img,
.featured-content-wrapper img {
width: 100%;
}
.portfolio-wrapper .hentry:nth-child(2n) {
background-color: #fafafa;
}
.portfolio-wrapper .portfolio-entry-header,
.featured-content-wrapper .entry-header {
padding: 35px;
}
.portfolio-wrapper .entry-title,
.featured-content-wrapper .entry-title {
line-height: 1.333;
margin: 0 0 7px;
}
.portfolio-wrapper a {
color: #000;
text-decoration: none;
}
.portfolio-wrapper a:hover,
.portfolio-wrapper a:focus {
color: rgba(0, 0, 0, 0.70)
}
.portfolio-wrapper .entry-meta,
.featured-content-wrapper .entry-meta {
margin: 0;
} #wpstats {
display: none;
}
.woocommerce .woocommerce-breadcrumb.entry-breadcrumbs {
color: rgba(0, 0, 0, 0.70);
margin: 0;
font-size: 13px;
font-size: 0.8125rem;
}
.woocommerce .woocommerce-breadcrumb.entry-breadcrumbs a {
color: rgba(0, 0, 0, 1);
}
.woocommerce .woocommerce-breadcrumb.entry-breadcrumbs a:hover,
.woocommerce .woocommerce-breadcrumb.entry-breadcrumbs a:focus {
color: rgba(0, 0, 0, 0.70);
}
.woocommerce nav.woocommerce-pagination ul {
display: inline-block;
white-space: nowrap;
padding: 0;
clear: both;
border: 1px solid #d3ced2;
border-right: 0;
margin: 1px;
}
.woocommerce .content-area nav.woocommerce-pagination ul {
border: none;
margin: 0;
}
.woocommerce .content-area nav.woocommerce-pagination ul li {
border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
background: rgba(0, 0, 0, 0.90);
color: #fff;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.67;
padding: 7px 35px;
}
.woocommerce .content-area nav.woocommerce-pagination ul li a:focus,
.woocommerce .content-area nav.woocommerce-pagination ul li a:hover,
.woocommerce .content-area nav.woocommerce-pagination ul li span.current {
background: rgba(0, 0, 0, 1);
color: #fff;
}
.woocommerce .content-area #respond input#submit,
.woocommerce .content-area a.button,
.woocommerce .content-area button.button,
.woocommerce .content-area input.button {
font-size: 13px;
font-size: 0.8125rem;
font-weight: 300;
padding: 14px;
white-space: pre-wrap;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
background-color: #000;
color: #fff;
padding: 14px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus {
background: rgba(0, 0, 0, 0.7);
color: #fff;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button, .woocommerce input.button {
font-size: 15px;
font-size: 0.9375rem;
font-weight: 300;
letter-spacing: 0.1em;
line-height: 1.667;
white-space: normal;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
padding-top: 7px;
padding-bottom: 7px;
}
.woocommerce ul.products li.product .button {
max-width: 100%;
white-space: normal;
}
.site-main .pagination .page-numbers {
background: rgba(0, 0, 0, 0.90);
color: #fff;
display: inline-block;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.67;
padding: 7px 35px;
}
.site-main .pagination .page-numbers:hover,
.site-main .pagination .page-numbers:focus,
.site-main .pagination span.current {
background: rgba(0, 0, 0, 1.0);
color: #fff;
} .comment-notes {
margin: 21px auto;
}
.comment-notes,
.comment-reply-title,
.comments-title {
text-align: center;
}
.comment-content {
clear: both;
display: block;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-list {
margin-left: 0;
}
ol.comment-list,
.comment-list ol.children {
list-style: none;
}
.form-submit {
text-align: right;
}
.comment-form label {
padding-bottom: 7px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
padding: 14px 21px;
width: 100%;
}
.comment-author {
margin-right: 21px;
}
.comment-author .avatar {
display: block;
float: left;
height: 48px;
margin: 0 21px 21px 0;
width: 48px;
}
.comment-author .fn {
color: rgba(0, 0, 0, 1.0);
display: block;
float: left;
font-weight: normal;
margin: 10px 0;
}
.comment-author,
.comment-metadata {
display: inline-block;
float: left;
}
.comment-metadata {
margin: 13px 0;
}
.comment-metadata a {
color: rgba(0, 0, 0, 0.70);
}
.comment-metadata a:hover,
.comment-metadata a:focus {
color: rgba(0, 0, 0, 1);
}
.comment-list ol.children {
margin-left: 0;
}
.comment-list .depth-2 > ol.children,
.comment-list .depth-3 > ol.children,
.comment-list .depth-4 > ol.children,
.comment-list .depth-5 > ol.children {
margin-left: 28px;
}
.comment-list .comment-body {
margin: 35px 0;
position: relative;
}
.comment-list ol.children .comment-body {
border-left: 1px solid rgba(0, 0, 0, 0.12);
padding-left: 28px;
}
.comment-list .reply {
position: absolute;
top: 7px;
right: 0;
}
.comment-list .reply a {
font-size: 12px;
padding: 6px 8px;
background-color: #000;
color: #fff;
}
.comment-meta {
padding-right: 30px;
}
.comment-awaiting-moderation {
clear: both;
display: block;
}
.comment-reply-title:before {
border-top: 2px solid rgba(0, 0, 0, 0.12);
content: '';
display: block;
margin: 21px auto;
width: 28px;
} .widget {
margin: 0 0 35px; }
.widget select {
max-width: 100%;
}
.widget-area .widget-title,
.widget .wp-block-group h2 {
line-height: 1.647;
margin: 0 0 28px;
text-transform: uppercase;
} .widget-area .hentry {
display: block;
float: left;
margin-bottom: 14px;
width: 100%;
}
.widget-area .entry-content {
margin-top: 14px;
}
.widget-area ul.columns,
.widget-area .hentry:nth-last-of-type(1) {
margin-bottom: 0;
}
.widget-area .two-columns .hentry {
margin-left: 4%;
width: 48%;
}
.widget-area .three-columns .hentry {
margin-left: 4%;
width: 30.66%;
}
.widget-area .four-columns .hentry {
margin-left: 4%;
width: 22%;
}
.widget-area .five-columns .hentry {
margin-left: 4%;
width: 16.8%;
}
.widget-area .six-columns .hentry {
margin-left: 4%;
width: 13.33%;
}
.widget-area .seven-columns .hentry {
margin-left: 4%;
width: 10.85%;
}
.widget-area .eight-columns .hentry {
margin-left: 4%;
width: 9%;
}
.widget-area .two-columns .hentry:nth-child(2n+1),
.widget-area .three-columns .hentry:nth-child(3n+1),
.widget-area .four-columns .hentry:nth-child(4n+1),
.widget-area .five-columns .hentry:nth-child(5n+1),
.widget-area .six-columns .hentry:nth-child(6n+1),
.widget-area .seven-columns .hentry:nth-child(7n+1),
.widget-area .eight-columns .hentry:nth-child(8n+1) {
clear: both;
margin-left: 0;
}
.widget-area .featured-image {
margin: 0 0 14px;
}
.widget-area .left .featured-image,
.widget-area .right .featured-image {
margin: 0;
width: 25%;
}
.widget-area .left .featured-image {
float: left;
}
.widget-area .right .featured-image {
float: right;
}
.widget-area .center .featured-image {
text-align: center;
}
.widget-area .left .entry-container,
.widget-area .right .entry-container {
width: 75%;
}
.widget-area .left .entry-container {
padding-left: 14px;
float: right;
}
.widget-area .right .entry-container {
padding-right: 14px;
float: left;
}
.widget-area .hentry .entry-title {
font-size: 16px;
font-size: 1rem;
letter-spacing: normal;
margin-bottom: 14px;
text-align: left;
text-transform: none;
}
.widget-area .left .hentry .entry-title,
.widget-area .right .hentry .entry-title {
margin-bottom: 7px;
}
.widget-area .hentry .entry-title a {
text-decoration: none;
}
.widget-area .hentry .entry-meta {
margin-bottom: 0;
}
.widget-area .no-featured-image .entry-container {
float: none;
padding: 0;
width: 100%;
}
.widget-area input,
.widget-area select,
.widget-area textarea {
margin: 0 0 14px;
width: 100%;
} .ct-newsletter-wrap #subbutton {
margin: 14px auto;
display: block;
} .widget-area .widget_search .search-form {
position: relative;
}
.widget-area .widget_search label {
padding: 0;
}
.widget-area .widget_search input[type="search"].search-field {
margin: 0;
width: -webkit-calc(100% - 42px);
width: calc(100% - 42px);
}
.widget-area .widget_search .search-submit {
padding: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 42px;
}
.widget-area .widget_search .search-submit:before {
font-size: 16px;
font-size: 1rem;
left: 2px;
line-height: 35px;
position: relative;
width: 40px;
} .widget.widget_calendar table {
margin: 0;
}
.widget_calendar td,
.widget_calendar th {
line-height: 2.5625;
padding: 0;
text-align: center;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
}
.infinite-loader {
clear: both;
display: none;
padding: 49px 35px;
}
.site-main #infinite-handle span {
padding: 0;
} img {
height: auto; max-width: 100%; vertical-align: middle;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
}
.wp-caption {
border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
margin: 28px 0 28px;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 14px;
} .wp-caption.aligncenter {
margin-left: auto;
margin-right: auto;
} .wp-caption.alignleft {
margin: 0.375em 1.5em 1.5em 0;
}
.wp-caption.alignright {
margin: 0.375em 0 1.5em 1.5em;
} .gallery {
margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
padding: 0 1.1400652% 2.2801304%;
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}  @media screen and (min-width: 33.375em) {
.site-branding {
text-align: center;
padding-top: 21px;
}
.page-title-wrapper:before {
border-top: 2px solid rgba(0, 0, 0, 0.25);
content: "";
margin: 0 auto; position: absolute; top: 50%; left: 0; right: 0; bottom: 0;
width: 100%;
max-width: 1600px;
z-index: -1;
}
.blog-section-headline .page-title {
padding: 0 14px;
}
.post-archive .hentry,
.search-results .post-archive .product,
.two-columns .hentry,
.four-columns .hentry,
.footer-widget-area.two .widget-column,
.footer-widget-area.four .widget-column {
width: 50%;
}
.post-archive .hentry,
.search-results .post-archive .product {
float: left;
}
.post-archive .hentry:nth-of-type(2n+1),
.search-results .post-archive .product:nth-of-type(2n+1),
.two-columns .hentry:nth-child(2n+1),
.four-columns .hentry:nth-child(2n+1) {
clear: both;
}
.portfolio-wrapper .hentry,
.featured-content-wrapper .hentry {
position: relative;
direction: ltr;
display: table;
}
.featured-content-wrapper .post-thumbnail,
.featured-content-wrapper .entry-header,
.portfolio-wrapper .post-thumbnail,
.portfolio-wrapper .portfolio-entry-header {
display: table-cell;
position: static;
vertical-align: middle;
width: 50%;
}
.portfolio-wrapper .hentry:nth-child(2n),
.featured-content-wrapper .hentry:nth-child(2n) {
direction: rtl;
width: 100%;
}
.portfolio-wrapper .hentry:nth-child(2n) .post-thumbnail,
.featured-content-wrapper .hentry:nth-child(2n) .post-thumbnail {
left: 50%;
right: 0;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .comment-navigation,
.site-main #infinite-handle {
margin: 63px 0;
}
.front-page-navigation .nav-links {
padding: 0 63px;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
float: left;
text-align: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next {
float: right;
margin-top: 0;
text-align: right;
width: 50%;
}
.hero-content-wrapper .hentry {
display: table;
width: 100%;
}
.hero-content-wrapper .post-thumbnail {
display: table-cell;
vertical-align: middle;
bottom: 0;
left: 0;
padding-bottom: 0;
position: absolute;
top: 0;
width: 45%;
}
.hero-content-wrapper .entry-container {
display: table-cell;
vertical-align: middle;
width: 55%;
float: right;
}
.hero-content-wrapper .entry-container.full-width {
width: 100%;
}
#secondary .widget {
display: block;
float: left;
width: 48%;
}
#secondary .widget:nth-child(2n+1) {
clear: both;
margin-right: 4%;
}
} @media screen and (min-width: 48em) {
#page {
padding: 0 2%;
}
.fluid-layout #page {
padding: 0;
}
.section .hentry,
.footer-widget-area .widget-column {
float: left;
overflow: hidden;
}
.featured-content-wrapper .hentry,
.featured-content-wrapper .hentry:nth-child(2n),
.portfolio-wrapper .hentry,
.portfolio-wrapper .hentry:nth-child(2n),
.three-columns .hentry,
.footer-widget-area.three .widget-column {
width: 33.33%;
}
.featured-content-wrapper.layout-two .hentry,
.featured-content-wrapper.layout-four .hentry {
width: 50%;
}
.featured-content-wrapper.layout-three .hentry {
width: 33.33%;
}
.featured-content-wrapper.layout-two .hentry:nth-child(2n+1),
.featured-content-wrapper.layout-three .hentry:nth-child(3n+1),
.featured-content-wrapper.layout-four .hentry:nth-child(2n+1) {
clear: both;
}
.portfolio-wrapper .hentry:nth-child(2n),
.featured-content-wrapper .hentry:nth-child(2n) {
direction: ltr;
}
.featured-content-wrapper .post-thumbnail,
.featured-content-wrapper .entry-header,
.portfolio-wrapper .post-thumbnail,
.portfolio-wrapper .portfolio-entry-header {
display: block;
width: 100%;
}
.four-columns .hentry,
.footer-widget-area.four .widget-column {
width: 25%;
}
.four-columns .hentry:nth-child(2n+1) {
clear: none;
}
.four-columns .hentry:nth-child(4n+1),
.three-columns .hentry:nth-child(3n+1) {
clear: both;
}
.footer-widget-area {
padding: 35px 0;
}
.widget-area .widget-column {
padding: 28px 35px;
}
#site-generator {
padding: 63px 0;
}
.site-footer-menu ul,
.social-navigation ul {
margin: 0 0 28px;
}
.site-title {
font-size: 30px;
font-size: 1.875rem;
}
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
width: -webkit-calc(50% - 0.736842105em);
width: calc(50% - 0.736842105em);
}
.site-branding {
padding-left: 70px;
padding-right: 70px;
}
.site-header-menu {
border-top: 1px solid #1f1f1f;
}
.blog-section-headline {
margin: 49px 35px;
}
.hero-content-wrapper {
margin: 49px 0;
}
.singular-section {
padding: 49px 0;
}
.hero-content-wrapper .entry-container {
padding: 84px 56px;
}
.blog-section-headline .page-title {
font-size: 56px;
font-size: 3.5rem;
padding: 0 21px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
display: table-cell;
vertical-align: top;
width: 50%;
}
.post-navigation .nav-previous {
text-align: left;
}
.post-navigation .nav-next {
text-align: right;
}
#feature-slider .entry-container {
max-width: 945px;
}
#feature-slider .entry-summary,
#feature-slider .entry-content {
display: block;
}
#feature-slider:hover .cycle-prev,
#feature-slider:focus .cycle-prev {
left: 21px;
opacity: 1;
filter: alpha(opacity=100);
}
#feature-slider:hover .cycle-next,
#feature-slider:focus .cycle-next {
right: 21px;
opacity: 1;
filter: alpha(opacity=100);
}
.post-password-form label {
text-align: left;
}
.post-password-form label,
.post-password-form input[type="password"],
.post-password-form input[type="submit"] {
display: inline-block;
width: auto;
}
} @media screen and (min-width: 64em) {
.menu-toggle-wrapper,
.dropdown-toggle,
.site-header-menu.toggled-on .mobile-search-wrapper {
display: none;
}
.site-search {
display: block;
}
.main-navigation .menu-item-has-children > a,
.main-navigation .page_item_has_children > a {
padding-right: 28px;
}
.main-navigation .menu-item-has-children li > a,
.main-navigation .page_item_has_children li > a {
padding-right: 14px;
}
.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after {
content: "\f067";
padding-left: 13px;
}
.main-navigation ul {
border-top: none;
display: block;
text-align: center;
}
.main-navigation li {
border-top: none;
display: inline-block;
}
.main-navigation ul ul {
background-color: #000;
float: left;
padding: 4px 0;
position: absolute;
top: 53px;
left: -99999em;
width: 266px;
z-index: 99999;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.has-header-video .custom-header-media {
min-height: 575px;
}
#feature-slider:hover .cycle-prev,
#feature-slider:focus .cycle-prev {
left: 42px;
}
#feature-slider:hover .cycle-next,
#feature-slider:focus .cycle-next {
right: 42px;
}
.featured-content-wrapper.layout-four .hentry {
width: 25%;
}
.featured-content-wrapper.layout-four .hentry:nth-child(2n+1) {
clear: none;
}
.featured-content-wrapper.layout-four .hentry:nth-child(4n+1) {
clear: both;
}
.search-toggle {
padding: 26px;
}
.search-wrapper:before {
right: 26px;
}
.post-archive .hentry,
.search-results .post-archive .product {
display: table;
width: 100%;
}
.post-archive .post-thumbnail {
display: table-cell;
vertical-align: middle;
bottom: 0;
left: 0;
padding-bottom: 0;
position: absolute;
top: 0;
width: 45%;
}
.post-archive .content-right {
display: table-cell;
vertical-align: middle;
width: 55%;
float: right;
padding: 84px 56px;
}
.singular-section .content-area .post-thumbnail,
.post-navigation,
.comments-title {
margin: 42px auto;
}
.comment-list .comment-body {
margin: 42px 0;
}
.full-width-layout .content-area .entry-header,
.full-width-layout .content-area .entry-content,
.full-width-layout .content-area .entry-footer,
.full-width-layout.woocommerce .site-main {
padding: 0 56px;
}
.site-main .posts-navigation .nav-links {
padding: 0 56px;
}
.post-archive .entry-meta .posted-on,
.post-archive .entry-meta .byline,
.post-archive .entry-meta .comments-link {
clear: both;
display: block;
margin-right: 0;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .comment-navigation,
.site-main #infinite-handle {
margin: 70px 0;
}
.front-page-navigation .nav-links {
padding: 0 70px;
}
.page-links .page-link-text {
margin-right: 28px;
}
.page-links .sep {
margin: 0 14px;
}
.footer-widget-area {
padding: 35px 0;
}
.widget-area .widget-column {
padding: 35px;
}
.widget-column > :last-child {
margin-bottom: 28px;
}
#site-generator {
padding: 70px 0;
}
.site-footer-menu ul,
.social-navigation ul {
margin: 0 0 35px;
}
.blog-section-headline {
margin: 49px;
}
.featured-content-wrapper .entry-header {
position: absolute;
top: 30%;
left: 0;
right: 0;
padding: 35px;
-webkit-transform: translateY(-30%);
-moz-transform: translateY(-30%);
-ms-transform: translateY(-30%);
-o-transform: translateY(-30%);
transform: translateY(-30%);
background-color: rgba(0, 0, 0, 0.25);
text-align: left;
}
.featured-content-wrapper a {
color: #fff;
text-decoration: none;
}
.featured-content-wrapper .entry-header {
color: #fff;
}
.featured-content-wrapper a:hover,
.featured-content-wrapper a:focus {
color: rgba(255, 255, 255, 0.70)
}
.post-navigation {
padding: 0;
}
.two-columns-layout #primary {
width: 70%;
}
.two-columns-layout #secondary {
width: 30%;
}
#secondary .widget {
width: 100%;
}
#secondary .widget:nth-child(2n+1) {
margin-right: 0;
} body,
h4,
.widget-area .widget-title,
.widget .wp-block-group h2 {
font-size: 17px;
font-size: 1.0625rem;
}
h1,
.entry-title {
font-size: 40px;
font-size: 2.5rem;
}
#feature-slider .entry-title {
font-size: 32px;
font-size: 2rem;
}
h2 {
font-size: 30px;
font-size: 1.875rem;
}
h3,
.portfolio-wrapper .entry-title,
.featured-content-wrapper .entry-title,
.comments-title,
.comment-reply-title {
font-size: 24px;
font-size: 1.5rem;
}
h5 {
font-size: 15px;
font-size: 0.9375rem;
}
h6,
.blog-section-headline .archive-title-type,
table caption,
.wp-caption-text,
.comment-notes,
.comment-metadata,
.site-info {
font-size: 13px;
font-size: 0.8125rem;
}
.blog-section-headline .page-title {
font-size: 72px;
font-size: 4.5rem;
padding: 0 42px;
}
} @media screen and (min-width: 72em) {
.post-archive .post-thumbnail {
width: 40%;
}
.post-archive .content-right {
width: 60%;
}
.post-archive .entry-summary {
width: 73%;
float: left;
}
.post-archive .entry-meta {
width: 27%;
float: left;
margin-top: 0;
padding-left: 28px;
}
.blog-section-headline {
margin: 56px;
}
.hero-content-wrapper {
margin: 56px 0;
}
.singular-section {
padding: 56px 0;
}
.site-footer-menu a {
font-size: 15px;
font-size: 0.9375rem;
padding: 14px 28px;
}
} @media screen and (min-width: 80em) {
.site-main .posts-navigation .nav-links {
padding: 0 70px;
}
.post-archive .post-thumbnail {
width: 33.3125%;
}
.post-archive .content-right {
padding: 98px 70px;
width: 66.6875%;
}
.hero-content-wrapper .entry-container {
padding: 98px 70px;
}
.blog-section-headline {
margin: 63px;
}
.hero-content-wrapper {
margin: 63px 0;
}
.singular-section {
padding: 63px 0;
}
.full-width-layout .content-area .entry-header,
.full-width-layout .content-area .entry-content,
.full-width-layout .content-area .entry-footer,
.full-width-layout.woocommerce .site-main {
padding: 0 70px;
}
.two-columns-layout #primary {
width: 826px;
}
.two-columns-layout #secondary {
width: 370px;
} .blog-section-headline .page-title {
font-size: 80px;
font-size: 5rem;
padding: 0 63px;
}
} @media screen and (min-width: 85em) {
.post-archive .content-right,
.hero-content-wrapper .entry-container {
padding: 112px 84px;
}
.site-main .posts-navigation .nav-links {
padding: 0 84px;
}
.blog-section-headline {
margin: 70px;
}
.hero-content-wrapper {
margin: 70px 0;
}
.singular-section {
padding: 70px 0;
}
.singular-section .content-area .post-thumbnail,
.post-navigation,
.comments-title {
margin: 56px auto;
}
.content-area .entry-content {
margin-top: 56px;
}
.comment-list .comment-body {
margin: 56px 0;
}
.full-width-layout .content-area .entry-header,
.full-width-layout .content-area .entry-content,
.full-width-layout .content-area .entry-footer,
.full-width-layout.woocommerce .site-main {
padding: 0 84px;
} .blog-section-headline .page-title {
font-size: 90px;
font-size: 5.625rem;
padding: 0 70px;
}
} @media screen and (min-width: 90em) {
.post-archive .content-right,
.hero-content-wrapper .entry-container {
padding: 140px 112px;
}
.site-main .posts-navigation .nav-links {
padding: 0 112px;
}
.full-width-layout .content-area .entry-header,
.full-width-layout .content-area .entry-content,
.full-width-layout .content-area .entry-footer,
.full-width-layout.woocommerce .site-main {
padding: 0 112px;
}
.singular-section {
padding: 140px 0;
}
.fluid-layout .post-archive .post-wrapper {
max-width: 1024px;
}
.fluid-layout .post-archive .post-thumbnail {
width: 33.491%;
}
.fluid-layout .post-archive .content-right {
width: 66.509%;
}
}.entry-header:before,
.entry-header:after,
.entry-meta:before,
.entry-meta:after,
.testimonial-content-wrapper:before,
.testimonial-content-wrapper:after {
content: "";
display: table;
table-layout: fixed;
}
.entry-header:after,
.entry-meta:after,
.testimonial-content-wrapper:after {
clear: both;
}  .search-button-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.search-button-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } body,
input,
select,
textarea,
.site-description {
font-family: 'Source Serif Pro', serif;
}
.site-title,
h1,
h2,
h3,
h4,
h5,
h6,
.main-navigation a,
.menu-toggle,
button,
.button,
.comment-navigation a,
.posts-navigation a,
.site-main #infinite-handle span button,
.entry-meta,
.site-info,
.breadcrumb-area,
.more-link {
font-family: 'Raleway', sans-serif;
}
body,
button,
input,
select,
textarea {
font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
table caption,
.portfolio-wrapper .portfolio-entry-header,
.featured-content-wrapper .entry-header,
.blog-section-headline .archive-title-type,
#primary .entry-footer span span,
#primary .entry-footer .edit-link,
.post-navigation .meta-nav,
.comment-reply-title,
.site-description,
.site-info {
letter-spacing: normal;
}
h1,
.section .section-title,
.hero-content-wrapper .entry-title,
.blog-section-headline .page-title,
.singular-section #primary .entry-title,
#footer-newsletter .widget-title {
font-size: 36px;
font-size: 2.25rem;
line-height: 1.46;
}
h2 {
font-size: 32px;
font-size: 2rem;
line-height: 1.46;
}
h3,
.entry-title {
font-size: 28px;
font-size: 1.75rem;
line-height: 1.46;
}
h4,
#feature-slider .entry-title,
.portfolio-wrapper .entry-title,
.featured-content-wrapper .entry-title,
.section-content-wrapper .entry-title,
blockquote,
.ect-post .singular-section #primary .entry-content .entry-title,
.ect-post .singular-section #primary .entry-summary .entry-title {
font-size: 24px;
font-size: 1.5rem;
line-height: 1.46;
}
.portfolio-wrapper .entry-title,
.featured-content-wrapper .entry-title,
.breadcrumb-area {
letter-spacing: 0.05em;
text-transform: uppercase;
font-weight: 400;
}
h5 {
font-size: 20px;
font-size: 1.5rem;
line-height: 1.46;
}
h6,
.testimonial-content-wrapper .entry-title {
font-size: 18px;
font-size: 1.125rem;
line-height: 1.46;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 300;
}
.social-navigation a {
font-size: 18px;
font-size: 1.125rem;
line-height: 1.56;
}
.entry-meta,
.site-info {
letter-spacing: 0.20em;
}
.post-archive .entry-meta {
line-height: 1.9090;
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.comment-navigation a,
.posts-navigation a,
.site-main #infinite-handle span button,
.more-link,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
letter-spacing: 0.25em;
}
.site-title {
font-size: 24px;
font-size: 1.5rem;
font-weight: 700;
letter-spacing: 0.10em;
margin: 0;
line-height: 1.4583;
}
.site-description {
font-size: 12px;
font-size: 0.75rem;
font-weight: 400;
line-height: 1.167;
margin: 0;
text-transform: capitalize;
}
.main-navigation a {
font-size: 15px;
font-size: 0.9375rem;
letter-spacing: 0.05em;
line-height: 1.8667;
padding: 7px 0;
text-transform: uppercase;
}
.main-navigation ul {
display: none;
text-align: left;
}
.main-navigation li {
border-top: 1px solid;
display: block;
}
.main-navigation ul ul a {
line-height: 2.33;
padding: 0 0 0 14px;
margin: 3px 0;
}
.main-navigation ul ul ul a {
padding-left: 28px;
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.comment-navigation a,
.posts-navigation a,
.site-main #infinite-handle span button,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus,
.widget-area .widget-title,
blockquote cite {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.615;
}
.widget-area .widget-title {
letter-spacing: 0.25em;
margin-bottom: 21px;
}
#secondary .widget-title {
padding: 18px;
text-align: center;
}
blockquote {
font-style: normal;
margin: 28px 0;
padding: 35px;
position: relative;
text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin-bottom: 28px;
}
.drop-cap:first-letter {
font-size: 58px;
font-size: 3.625rem;
margin-left: 0;
padding: 14px;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
table-layout: fixed; width: 100%;
}
table caption {
border: none;
font-weight: bold;
letter-spacing: 0.10em;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
td {
border-width: 0 1px 1px 0;
}
th,
td {
padding: 1em;
}
table,
th,
td {
border: 1px solid;
} .post-archive .comments-link:before,
.post-archive .comments-link:after,
.toggle-top:before,
.search-submit:before,
.testimonial-content-wrapper .cycle-prev:before,
.testimonial-content-wrapper .cycle-next:before {
display: inline-block;
font-family: 'FontAwesome';
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.dropdown-toggle:after {
content: "\f107";
}
.active.dropdown-toggle:after {
content: "\f107";
}
.post-archive .comments-link {
margin-left: 7px;
}
.post-archive .comments-link:before {
content: "/\00a0";
}
#search-toggle:before,
.search-submit:before {
content: "\f002";
}
#share-toggle:before {
content: "\f1e0";
}
#search-toggle.toggled-on:before,
#share-toggle.toggled-on:before {
content: "\f00d";
}
.post-archive .hentry:last-child {
margin-bottom: 0;
}
blockquote:before {
display: none;
}
.testimonial-content-wrapper .cycle-prev:before {
content: "\f053";
}
.testimonial-content-wrapper .cycle-next:before {
content: "\f054";
} .button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.comment-navigation a,
.posts-navigation a,
.site-main #infinite-handle span button,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus {
padding: 15px 40px;
}
.main-navigation ul ul li {
padding: 0;
}
.menu-toggle {
min-height: 37px;
padding: 5px 10px;
}
.menu-toggle:before {
margin: 0;
}
.main-navigation .menu-item-has-children>a,
.main-navigation .page_item_has_children>a {
padding-right: 43px;
}
.dropdown-toggle,
.sub-menu .dropdown-toggle {
padding: 12px 14px;
}
.active.dropdown-toggle:after {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
margin-right: 5px;
}
#search-toggle,
#share-toggle {
background-color: transparent;
display: none;
padding: 15px;
width: 51px;
}
.mobile-social-search {
display: none;
}
.toggled-on .mobile-social-search {
display: block;
}
.post-navigation {
max-width: 1000px;
}
.site-main #infinite-post-wrap #infinite-handle {
margin-top: 0;
}
.site-main #infinite-handle span,
.infinite-loader {
padding: 0;
}
.infinite-loader {
display: none;
} .mobile-social-search {
clear: both;
}
.mobile-social-search,
#header-search-container,
#header-menu-social {
padding: 7px 0;
}
#header-menu-social {
text-align: center;
}
.social-navigation li {
margin: 0;
}
.social-navigation a {
border: 0;
}
.social-navigation a:hover,
.social-navigation a:focus {
background-color: transparent;
} #scrollup {
border: none;
border-radius: 0;
} .wrapper {
max-width: 1720px;
}
.site-inner,
.site-content,
.two-columns-layout .singular-section,
#portfolio-content-section .wrapper,
#service-content-section .wrapper,
#testimonial-content-section .wrapper,
.hero-content-wrapper .section-content-wrap,
.fluid-layout .hero-content-wrapper .section-content-wrap {
max-width: 1590px;
}
.singular-section #primary .entry-header,
.singular-section #primary .entry-content,
.singular-section #primary .entry-footer,
.singular-section #primary .comments-area,
.woocommerce .site-main,
#testimonial-content-section .section-content-wrapper {
max-width: 1070px;
}
.site-content {
display: block;
margin: 0 auto;
padding: 0;
}
.section,
.site-content {
padding: 42px 0;
}
#service-content-section {
padding-bottom: 14px;
}
#feature-slider.section {
padding: 0;
}
.section.hero-content-wrapper {
margin: 0;
}
.hero-content-wrapper {
border-bottom: 1px solid;
}
.site-content-contain {
position: relative;
}
.singular-section #primary .entry-content h1,
.singular-section #primary .entry-content h2,
.singular-section #primary .entry-content h3,
.singular-section #primary .entry-content h4,
.singular-section #primary .entry-content h5,
.singular-section #primary .entry-content h6 {
padding-top: 10px;
} .site-header {
position: relative;
}
.site-header-menu,
.menu-toggle-wrapper {
border: none;
}
.site-header-main .wrapper {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.site-header-main {
border-bottom: 1px solid;
padding: 0 35px;
}
.site-branding {
margin: 14px auto 14px 0; max-width: 100%;
min-width: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
.custom-logo-link {
display: block;
}
.custom-logo {
max-width: 180px;
}
.menu-toggle-wrapper {
margin: 0 auto 14px;
}
.site-header-menu {
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
display: block;
}
.search-form {
clear: both;
position: relative;
}
.search-form label {
padding: 0;
}
input[type="search"].search-field {
background-color: transparent;
border-radius: 0;
border-width: 1px 0 1px 1px;
border-style: solid;
padding: 14px;
width: -webkit-calc(100% - 50px);
width: calc(100% - 50px);
}
.search-submit:before {
font-size: 24px;
left: 2px;
line-height: 49px;
position: relative;
width: 50px;
}
.search-submit {
border-radius: 0;
bottom: 0;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 50px;
}
.custom-header {
position: relative;
}
.has-header-image .custom-header,
.has-header-video .custom-header {
display: table;
height: 280px;
height: 70vh;
width: 100%;
}
.custom-header-media {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
position: fixed;
height: auto;
left: 50%;
max-width: 1000%;
min-height: 100%;
min-width: 100%;
min-width: 100vw; width: auto;
top: 50%;
padding-bottom: 1px; -ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} @supports (object-fit: cover) {
.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
height: 100%;
left: 0;
-o-object-fit: cover;
object-fit: cover;
top: 0;
-ms-transform: none;
-moz-transform: none;
-webkit-transform: none;
transform: none;
width: 100%;
}
} body:not(.has-header-image):not(.has-header-video) .custom-header-media {
display: none;
}
.custom-header-content {
display: block;
margin: 0 auto;
position: absolute;
top: 50%;
left: 0;
right: 0;
width: 100%;
max-width: 1590px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.section.custom-header-content {
padding: 0 35px;
}
.wp-custom-header-video-button {
top: 30px;
bottom: auto;
right: 30px;
left: auto;
-webkit-border-radius: 0;
border-radius: 0;
}
.site-header-text {
font-style: italic;
margin-bottom: 0;
}
.header-button {
clear: both;
display: block;
}
.header-button .button {
border: 1px solid;
} .entry-title,
.section .section-title,
#feature-slider .entry-title,
.hero-content-wrapper .entry-title,
.blog-section-headline .page-title,
#footer-newsletter .widget-title {
font-weight: 300;
text-transform: none;
margin-bottom: 7px;
}
.blog-section-headline .page-title {
background-color: transparent;
padding: 0;
}
.post-archive .hentry {
margin: 0 0 35px;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .comment-navigation,
.site-main #infinite-handle {
margin: 35px 0 0;
}
.blog-section-headline {
padding: 0 35px;
}
.hero-content-wrapper .entry-title,
.blog-section-headline {
margin: 0 0 35px;
}
.post-archive .entry-container,
.hero-content-wrapper .entry-container,
.testimonial-content-wrapper .entry-container {
padding: 35px;
}
.post-archive .entry-summary,
.post-archive .entry-meta {
display: block;
padding: 0;
}
.post-archive .entry-meta {
width: 100%;
}
.post-archive .entry-meta .cat-links,
.post-archive .entry-meta .byline,
.post-archive .entry-meta .comments-link {
display: inline-block;
float: left;
}
.post-archive .entry-meta .posted-on,
.post-archive .entry-meta .comments-link {
clear: none;
}
.post-archive .entry-meta .posted-on {
float: right;
}
.post-archive .entry-summary {
margin: 0 0 28px;
}
.post-archive .more-link,
#feature-slider .more-link,
.header-button {
margin-top: 28px;
}
.post-archive .entry-meta {
margin: 0 0 28px;
}
.post-archive .entry-footer {
border-top: 1px solid;
padding-top: 28px;
margin-bottom: 0;
}
.entry-meta a,
.post-archive .entry-meta a {
text-decoration: none;
}
.post-archive .entry-footer span span {
display: inline;
text-transform: inherit;
}
.single .byline:before {
margin: 0 3px 0 7px;
}
#feature-slider .entry-summary,
#feature-slider .entry-content {
margin-top: 7px;
} #portfolio-content-section,
#testimonial-content-section {
padding-bottom: 0;
}
.portfolio-wrapper {
position: relative;
}
.portfolio-wrapper .hentry {
padding: 0;
}
.portfolio-wrapper .entry-title {
margin: 0;
}
.portfolio-wrapper .entry-meta:before,
.testimonial-content-wrapper .entry-header:before {
border-bottom: 1px solid;
display: block;
content: '';
margin: 14px auto;
width: 20%;
}
.portfolio-wrapper .portfolio-entry-header,
.featured-content-wrapper .entry-header,
.service-content-wrapper .entry-container {
padding: 28px 35px;
}
#featured-content-section.section {
padding-bottom: 0;
}
.service-content-wrapper {
position: relative;
overflow: hidden;
}
.service-content-wrapper .hentry {
margin: 0;
}
.service-content-wrapper .entry-title {
margin-bottom: 14px;
} .testimonial-content-wrapper {
margin: 0 auto;
text-align: center;
}
.testimonial-content-wrapper .hentry,
.testimonial-content-wrapper .entry-content,
.testimonial-content-wrapper .entry-title,
.testimonial-content-wrapper .entry-meta {
margin: 0;
}
.testimonial-content-wrapper .entry-header {
margin-top: 14px
}
.testimonial-content-wrapper .more-link {
margin-top: 7px;
}
.testimonial-content-wrapper .post-thumbnail img {
border-radius: 50%;
display: block;
margin: 0 auto;
width: 150px;
height: 150px;
}
.testimonial-content-wrapper {
position: relative;
}
.testimonial-content-wrapper .cycle-pager span {
-webkit-border-radius: 50%;
border-radius: 50%;
cursor: pointer;
display: inline-block;
margin: 0 5px;
height: 5px;
overflow: hidden;
height: 12px;
width: 12px;
}
.testimonial-slider .controller {
position: absolute;
left: 0;
right: 0;
top: -29px;
}
.testimonial-slider .controller button {
font-size: 16px;
padding: 5px 7px;
}
.testimonial-slider .controller button,
.testimonial-slider .controller .cycle-pager {
display: inline-block;
}
.testimonial-slider .controller button,
.testimonial-slider .controller button:hover,
.testimonial-slider .controller button:focus {
background-color: transparent;
} .footer-widget-area {
padding-bottom: 0;
}
#site-generator {
padding: 21px 35px;
}
.footer-widget-area .widget-column> :last-child {
margin-bottom: 0;
}
.site-social {
margin-top: 21px;
} .widget-area .hentry .date-label {
display: none;
}
#footer-newsletter,
#footer-instagram {
clear: both;
}
#footer-instagram .widget {
padding: 0;
margin: 0;
}
#footer-instagram .widget-title {
padding: 18px;
margin: 0;
text-align: center;
}
.widget-area .catch-instagram-feed-gallery-widget-wrapper .button {
border: none;
}
.catch-instagram-feed-gallery-widget-wrapper .button {
margin-top: 21px;
}
#footer-instagram .wrapper {
display: block;
margin: 0 auto;
max-width: 1920px;
width: 100%;
}
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item {
margin: 0;
}
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item {
width: 16.666%;
}
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item:nth-child(3n+1) {
clear: none;
}
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item:nth-child(6n+1) {
clear: both;
}
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .instagram-button {
display: none;
}
#footer-newsletter .wrapper {
max-width: 100%;
}
#footer-newsletter .ew-newsletter {
display: block;
float: none;
margin: 0 auto;
max-width: 640px;
padding: 84px 35px;
text-align: center;
}
#footer-newsletter .ew-newsletter.has-background-image {
max-width: 100%;
}
#footer-newsletter .ew-newsletter.has-background-image .widget-inner-wrap {
max-width: 640px;
margin: 0 auto;
}
#footer-newsletter .widget-title {
margin-bottom: 28px;
letter-spacing: normal;
}
#footer-newsletter .hentry {
margin-bottom: 28px;
}
#footer-newsletter .ew-newsletter-wrap form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#footer-newsletter .ew-newsletter-subbox,
#footer-newsletter #subbutton {
margin: 0;
}
#footer-newsletter #subbutton {
padding-left: 21px;
padding-right: 21px;
}
#footer-newsletter #subbutton:hover,
#footer-newsletter #subbutton:focus {
opacity: 0.8;
}  @media screen and (min-width: 33.375em) {
.page-title-wrapper:before {
display: none;
}
.section,
.site-content {
padding: 42px 0;
}
.hero-content-wrapper .post-thumbnail,
.hero-content-wrapper .entry-container {
width: 100%;
position: relative;
}
.hero-content-wrapper .post-thumbnail {
padding-bottom: 100%;
}
.hero-content-wrapper .entry-container {
clear: both;
}
.service-content-wrapper .hentry {
float: left;
width: 50%;
}
.service-content-wrapper .hentry:nth-child(2n+1) {
clear: both;
}
} @media screen and (min-width: 48em) {
.site-branding {
text-align: left;
width: auto;
}
.menu-toggle-wrapper {
margin: 0;
}
.has-header-image .custom-header,
.has-header-video .custom-header {
height: 350px;
height: 75vh;
}
.menu-toggle-wrapper,
.dropdown-toggle,
.site-header-menu.toggled-on .mobile-search-wrapper {
display: block;
}
.main-navigation ul ul {
position: relative;
}
.main-navigation ul ul,
.main-navigation ul ul ul {
left: auto;
top: auto;
width: 100%;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
left: auto;
}
.site-navigation-fixed.site-header-main {
bottom: auto;
position: fixed;
left: 0;
right: 0;
top: 0;
width: 100%;
z-index: 200;
}
.admin-bar .site-navigation-fixed.site-header-main {
top: 32px;
}
#site-generator {
padding: 35px;
}
.social-navigation ul {
margin: 0;
}
#portfolio-content-section,
#testimonial-content-section {
padding-bottom: 14px;
}
.hero-content-wrapper .post-thumbnail {
padding-bottom: 0;
position: absolute;
left: auto;
right: 0;
width: 48.685%;
}
.hero-content-wrapper .entry-container {
float: left;
width: 48.515%;
}
#feature-slider .entry-container {
width: 70%;
}
#feature-slider .entry-title {
font-size: 32px;
font-size: 2rem;
}
.main-navigation .menu-item-has-children>a:after,
.main-navigation .page_item_has_children>a:after {
content: none;
}
.service-content-wrapper .hentry,
.service-content-wrapper.layout-three .hentry {
width: 33.33%;
}
.service-content-wrapper.layout-two .hentry,
.service-content-wrapper.layout-four .hentry {
width: 50%;
}
.service-content-wrapper.layout-three .hentry:nth-child(2n+1) {
clear: none;
}
.service-content-wrapper.layout-two .hentry:nth-child(2n+1),
.service-content-wrapper.layout-three .hentry:nth-child(3n+1),
.service-content-wrapper.layout-four .hentry:nth-child(2n+1) {
clear: both;
}
#testimonial-content-section .wrapper {
padding: 0 35px;
}
.testimonial-content-wrapper .entry-container {
padding-right: 0;
}
.testimonial-content-wrapper .hentry {
position: relative;
direction: ltr;
display: table;
text-align: left;
}
.testimonial-content-wrapper .post-thumbnail,
.testimonial-content-wrapper .entry-container {
display: table-cell;
position: static;
vertical-align: middle;
}
.testimonial-content-wrapper .post-thumbnail {
width: 150px;
}
#testimonial-content-section.layout-one .testimonial-content-wrapper .entry-header:before {
margin-left: 0;
}
} @media screen and (min-width: 64em) {
#portfolio-content-section .wrapper,
#service-content-section .wrapper,
.hero-content-wrapper .section-content-wrap,
#primary {
padding: 0 35px;
}
.site-header-main .wrapper {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.site-branding {
text-align: center;
width: 100%;
}
.menu-toggle-wrapper,
.dropdown-toggle,
.site-header-menu.toggled-on .mobile-search-wrapper {
display: none;
}
#search-toggle,
#share-toggle {
display: inline-block;
}
.site-header-menu {
display: block;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
margin-bottom: 7px;
width: 100%;
text-align: center;
}
.main-navigation {
display: inline-block;
float: none;
width: auto;
}
.main-navigation ul {
display: block;
}
.main-navigation ul ul,
.main-navigation ul ul ul {
position: absolute;
left: -999em;
width: 266px;
}
.main-navigation ul ul {
top: 52px;
}
.main-navigation ul ul ul {
top: 0;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
left: 100%;
}
.main-navigation li {
display: inline-block;
border: none;
}
.main-navigation a {
padding: 12px 15px;
}
.main-navigation .menu-item-has-children li>a,
.main-navigation .page_item_has_children li>a {
padding-left: 15px;
padding-right: 15px;
}
.main-navigation .menu-item-has-children>a,
.main-navigation .page_item_has_children>a {
padding-right: 15px;
}
.main-navigation ul ul .menu-item-has-children>a,
.main-navigation ul ul .page_item_has_children>a {
padding-right: 30px;
}
.main-navigation .menu-item-has-children>a:after,
.main-navigation .page_item_has_children>a:after {
content: "\f107";
padding-left: 7px;
}
.site-header-main:not(.site-navigation-fixed) .main-navigation .menu-item-has-children>a:after,
.site-header-main:not(.site-navigation-fixed) .main-navigation .page_item_has_children>a:after {
padding-left: 7px;
}
.main-navigation ul ul .menu-item-has-children>a:after,
.main-navigation ul ul .page_item_has_children>a:after,
.site-header-main:not(.site-navigation-fixed) .main-navigation ul ul .menu-item-has-children>a:after,
.site-header-main:not(.site-navigation-fixed) .main-navigation ul ul .page_item_has_children>a:after {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
padding: 0;
position: absolute;
top: 10px;
right: 14px;
}
.main-navigation ul li.menu-item-has-children:before,
.main-navigation ul li.menu-item-has-children:after,
.main-navigation ul li.page_item_has_children:before,
.main-navigation ul li.page_item_has_children:after {
border-style: solid;
border-width: 0 6px 6px;
content: "";
display: none;
height: 0;
position: absolute;
right: 14px;
bottom: -1px;
width: 0;
z-index: 100000;
}
.site-header-main:not(.site-navigation-fixed) .main-navigation ul li.menu-item-has-children:before,
.site-header-main:not(.site-navigation-fixed) .main-navigation ul li.menu-item-has-children:after,
.site-header-main:not(.site-navigation-fixed) .main-navigation ul li.page_item_has_children:before,
.site-header-main:not(.site-navigation-fixed) .main-navigation ul li.page_item_has_children:after {
bottom: unset;
top: 0;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.main-navigation ul li.menu-item-has-children.focus:before,
.main-navigation ul li.menu-item-has-children:hover:before,
.main-navigation ul li.menu-item-has-children.focus:after,
.main-navigation ul li.menu-item-has-children:hover:after,
.main-navigation ul li.page_item_has_children.focus:before,
.main-navigation ul li.page_item_has_children:hover:before,
.main-navigation ul li.page_item_has_children.focus:after,
.main-navigation ul li.page_item_has_children:hover:after {
display: block;
}
.main-navigation ul li.menu-item-has-children:before,
.main-navigation ul li.page_item_has_children:before {
border-color: transparent transparent rgba(0, 0, 0, 0.1);
bottom: 0;
}
.site-header-main:not(.site-navigation-fixed) .main-navigation ul li.menu-item-has-children:before,
.site-header-main:not(.site-navigation-fixed) .main-navigation ul li.page_item_has_children:before {
border-color: transparent transparent rgba(0, 0, 0, 0.3);
}
.main-navigation ul li.menu-item-has-children:after,
.main-navigation ul li.page_item_has_children:after {
border-color: transparent transparent #fff;
}
.main-navigation ul ul li.menu-item-has-children.focus:before,
.main-navigation ul ul li.menu-item-has-children:hover:before,
.main-navigation ul ul li.menu-item-has-children.focus:after,
.main-navigation ul ul li.menu-item-has-children:hover:after,
.main-navigation ul ul li.page_item_has_children.focus:before,
.main-navigation ul ul li.page_item_has_children:hover:before,
.main-navigation ul ul li.page_item_has_children.focus:after,
.main-navigation ul ul li.page_item_has_children:hover:after {
display: none;
}
.site-header-menu #header-search-container.toggled-on:before,
.site-header-menu #header-search-container.toggled-on:after,
.site-header-menu #header-menu-social.toggled-on:before,
.site-header-menu #header-menu-social.toggled-on:after {
border-style: solid;
border-width: 0 6px 6px;
content: "";
height: 0;
position: absolute;
right: 23px;
top: -6px;
width: 0;
z-index: 100000;
}
.site-header-menu #header-menu-social.toggled-on:before,
.site-header-menu #header-menu-social.toggled-on:after {
right: 18px;
}
.site-header-menu #header-search-container.toggled-on:before,
.site-header-menu #header-menu-social.toggled-on:before {
border-color: transparent transparent rgba(0, 0, 0, 0.1);
}
.site-header-main:not(.site-navigation-fixed) .site-header-menu #header-search-container.toggled-on:before,
.site-header-main:not(.site-navigation-fixed) .site-header-menu #header-menu-social.toggled-on:before {
border-color: transparent transparent rgba(0, 0, 0, 0.3);
}
.site-header-menu #header-search-container.toggled-on:after,
.site-header-menu #header-menu-social.toggled-on:after {
border-color: transparent transparent #fff;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
right: 100%;
top: -7px;
}
.site-header-main:not(.site-navigation-fixed) .main-navigation ul ul li:hover>ul,
.site-header-main:not(.site-navigation-fixed) .main-navigation ul ul li.focus>ul {
bottom: unset;
top: -7px;
}
.mobile-social-search {
clear: none;
display: inline-block;
padding: 0;
position: relative;
}
#header-search-container,
#header-menu-social {
display: none;
}
#header-search-container.toggled-on,
#header-menu-social.toggled-on {
display: block;
z-index: 199;
}
#header-search-container,
#header-menu-social {
padding: 20px;
position: absolute;
bottom: -92px;
left: -323px;
width: 376px;
}
#header-menu-social {
bottom: -79px;
left: auto;
right: 4px;
}
input[type="search"].search-field {
display: block;
}
.section,
.site-content {
padding: 63px 0;
}
#portfolio-content-section,
#service-content-section,
#testimonial-content-section {
padding-bottom: 35px;
}
.post-archive .entry-container,
.hero-content-wrapper .entry-container {
padding: 63px 56px;
}
.post-archive .hentry {
margin-bottom: 42px;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .comment-navigation,
.site-main #infinite-handle {
margin: 42px 0 0;
}
.footer-widget-area {
margin: 0;
}
.widget-column> :last-child {
margin-bottom: 0;
}
h1,
#feature-slider .entry-title,
.section .section-title,
#feature-slider .entry-title,
.hero-content-wrapper .entry-title,
.blog-section-headline .page-title,
.singular-section #primary .entry-title,
#footer-newsletter .widget-title {
font-size: 40px;
font-size: 2.5rem;
}
h2 {
font-size: 36px;
font-size: 2.25rem;
}
h3,
.entry-title {
font-size: 32px;
font-size: 2rem;
}
h4 {
font-size: 28px;
font-size: 1.75rem;
}
h5 {
font-size: 24px;
font-size: 1.5rem;
}
h6 {
font-size: 20px;
font-size: 1.25rem;
}
.main-navigation ul ul,
#header-search-container,
#header-menu-social {
-webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
}
blockquote {
padding: 49px;
}
.full-width-layout .singular-section #primary .entry-header,
.full-width-layout .singular-section #primary .entry-content,
.full-width-layout .singular-section #primary .entry-footer,
.full-width-layout .singular-section #primary .comments-area,
.full-content-width-layout .singular-section #primary .entry-header,
.full-content-width-layout .singular-section #primary .entry-content,
.full-content-width-layout .singular-section #primary .entry-footer,
.full-content-width-layout .singular-section #primary .comments-area,
.full-width-layout.woocommerce .site-content .site-main,
.full-content-width-layout.woocommerce .site-content .site-main {
padding-left: 0;
padding-right: 0;
max-width: 100%;
}
.full-width-layout .site-content {
max-width: 1790px
}
.service-content-wrapper.layout-four .hentry {
width: 25%;
}
.service-content-wrapper.layout-four .hentry:nth-child(2n+1) {
clear: none;
}
.service-content-wrapper.layout-four .hentry:nth-child(4n+1) {
clear: both;
}
#testimonial-content-section.layout-two .hentry {
width: 50%;
}
#testimonial-content-section.layout-two .testimonial-content-wrapper .hentry {
padding: 35px;
text-align: center;
}
#testimonial-content-section.layout-two .testimonial-content-wrapper .post-thumbnail,
#testimonial-content-section.layout-two .testimonial-content-wrapper .entry-container {
display: block;
}
#testimonial-content-section.layout-two .testimonial-content-wrapper .post-thumbnail {
margin: 0 auto;
}
#testimonial-content-section.layout-two .testimonial-content-wrapper .entry-container {
padding-left: 0;
padding-right: 0;
}
} @media screen and (min-width: 72em) {
.custom-header-media {
height: 250px;
position: relative;
}
.header-media-disabled #feature-slider.section {
padding-top: 78px;
}
.has-header-image .custom-header-media,
.has-header-video .custom-header-media {
height: 1200px;
height: 100vh;
max-height: 100%;
overflow: hidden;
}
.admin-bar.has-header-image .custom-header-media,
.admin-bar.has-header-video .custom-header-media {
height: calc(100vh - 32px);
}
.has-header-image .site-header-main {
bottom: 0;
left: 0;
position: absolute;
right: 0;
width: 100%;
}
.has-header-image .site-navigation-fixed.site-header-main {
bottom: auto;
position: fixed;
left: 0;
right: 0;
top: 0;
width: 100%;
z-index: 200;
}
.admin-bar.has-header-image .site-navigation-fixed.site-header-main {
top: 32px;
}
.site-branding,
.site-header-menu {
text-align: left;
width: auto;
}
.post-archive .entry-title,
.post-archive .entry-content,
.post-archive .entry-summary {
width: 100%;
max-width: 690px;
}
.testimonial-content-wrapper {
padding: 0 35px;
}
.site-header-main:not(.site-navigation-tall):not(.site-navigation-fixed) .main-navigation .menu-item-has-children>a:after,
.site-header-main:not(.site-navigation-tall):not(.site-navigation-fixed) .main-navigation .page_item_has_children>a:after {
padding-left: 0;
padding-right: 7px;
transform: rotate(-180deg);
}
.site-header-main:not(.site-navigation-tall):not(.site-navigation-fixed) .main-navigation ul ul {
bottom: 100%;
top: unset;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
left: auto;
}
.site-header-main.site-navigation-tall .main-navigation ul ul li:hover>ul,
.site-header-main.site-navigation-tall .main-navigation ul ul li.focus>ul {
left: 100%;
right: 100%;
}
.main-navigation ul ul .menu-item-has-children>a:after,
.main-navigation ul ul .page_item_has_children>a:after,
.site-header-main:not(.site-navigation-tall):not(.site-navigation-fixed) .main-navigation ul ul .menu-item-has-children>a:after,
.site-header-main:not(.site-navigation-tall):not(.site-navigation-fixed) .main-navigation ul ul .page_item_has_children>a:after {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
right: 0;
}
.site-header-main.site-navigation-tall .main-navigation ul li:hover>ul,
.site-header-main.site-navigation-tall .main-navigation ul li.focus>ul {
right: unset;
}
.site-header-main:not(.site-navigation-tall):not(.site-navigation-fixed) .site-header-menu #header-search-container.toggled-on:before,
.site-header-main:not(.site-navigation-tall):not(.site-navigation-fixed) .site-header-menu #header-search-container.toggled-on:after,
.site-header-main:not(.site-navigation-tall):not(.site-navigation-fixed) .site-header-menu #header-menu-social.toggled-on:before,
.site-header-main:not(.site-navigation-tall):not(.site-navigation-fixed) .site-header-menu #header-menu-social.toggled-on:after {
bottom: -6px;
top: unset;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.site-header-main:not(.site-navigation-tall):not(.site-navigation-fixed) #header-search-container,
.site-header-main:not(.site-navigation-tall):not(.site-navigation-fixed) #header-menu-social {
bottom: unset;
top: -92px;
}
.site-header-main:not(.site-navigation-tall):not(.site-navigation-fixed) #header-menu-social {
top: -79px;
}
} @media screen and (min-width: 80em) {
.two-columns-layout #primary {
width: 70%;
max-width: 1070px;
}
.two-columns-layout #secondary {
width: 30%;
max-width: 420px;
}
} @media screen and (min-width: 85em) {
.section,
.site-content {
padding: 84px 0;
}
#portfolio-content-section,
#service-content-section,
#testimonial-content-section {
padding-bottom: 56px;
}
.post-archive .entry-container,
.hero-content-wrapper .entry-container {
padding: 84px 77px;
}
.post-archive .hentry {
margin-bottom: 63px;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .comment-navigation,
.site-main #infinite-handle {
margin: 63px 0 0;
}
.fluid-layout .post-archive .post-thumbnail {
width: 35.066%;
}
.fluid-layout .post-archive .content-right {
width: 64.934%;
}
.singular-section {
padding: 0;
}
h1,
.section .section-title,
#feature-slider .entry-title,
.hero-content-wrapper .entry-title,
.blog-section-headline .page-title,
.singular-section #primary .entry-title,
#footer-newsletter .widget-title {
font-size: 64px;
font-size: 4rem;
}
h2 {
font-size: 48px;
font-size: 3rem;
}
h3,
.entry-title {
font-size: 36px;
font-size: 2.25rem;
}
h4 {
font-size: 32px;
font-size: 2rem;
}
h5 {
font-size: 26px;
font-size: 1.625rem;
}
blockquote {
padding: 56px;
}
}
@media screen and (max-width: 48.875em) and (min-width: 48em) {
.admin-bar .site-navigation-fixed.site-header-main,
.admin-bar.has-header-image .site-navigation-fixed.site-header-main {
top: 46px;
}
}  body {
background-color: #1a1a1a;
} .site-inner,
.site-content-contain,
.breadcrumb-area,
.hero-content-wrapper,
.site-header-main,
.main-navigation ul ul,
.main-navigation ul ul a:hover,
.main-navigation ul ul>li.focus>a,
#header-search-container,
#header-menu-social {
background-color: #fff;
} a {
color: #383838;
}
.testimonial-content-wrapper .cycle-pager span:hover,
.testimonial-content-wrapper .cycle-pager span:focus,
.testimonial-content-wrapper .cycle-pager span.cycle-pager-active,
.testimonial-slider .controller button:hover,
.testimonial-slider .controller button:focus {
color: #383838;
}
.testimonial-content-wrapper .cycle-pager span:hover,
.testimonial-content-wrapper .cycle-pager span:focus,
.testimonial-content-wrapper .cycle-pager span.cycle-pager-active {
background-color: #383838;
} .site-title a,
.site-description,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
.dropdown-toggle,
#search-toggle,
#share-toggle,
#header-menu-social a,
.main-navigation a,
.hero-content-wrapper .entry-title,
.portfolio-wrapper a,
.blog-section-headline .page-title,
.post-archive .entry-title,
.post-archive .entry-title a,
.post-archive .sticky .entry-title a,
.singular-section #primary .entry-title,
#secondary .widget-title,
#footer-instagram .widget-title,
table caption,
th,
blockquote,
.more-link,
.post-archive .sticky .more-link,
.entry-meta a,
.post-archive .entry-meta a,
.post-archive .sticky .entry-meta a {
color: #383838;
} body,
button,
input,
select,
textarea {
color: #828282;
}
.site-title a:hover,
.site-title a:focus,
.post-archive .comments-link:before,
.post-archive .comments-link:after,
a:hover,
a:focus,
a:active,
.more-link:hover,
.more-link:focus,
.dropdown-toggle:hover,
.dropdown-toggle:focus,
#search-toggle:hover,
#search-toggle:focus,
#share-toggle:hover,
#share-toggle:focus,
input[type="search"].search-field,
#header-menu-social a:hover,
#header-menu-social a:focus,
.post-archive .sticky .more-link:hover,
.post-archive .sticky .more-link:focus,
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation ul.menu li:hover>a,
.main-navigation ul.menu li.focus>a,
.main-navigation ul.menu li:active>a,
.main-navigation ul ul a:hover,
.main-navigation ul ul>li.focus>a,
.portfolio-wrapper a:hover,
.portfolio-wrapper a:focus,
.post-archive .hentry.sticky .entry-container,
.post-archive .entry-title a:hover,
.post-archive .entry-title a:focus,
.post-archive .sticky .entry-title a:hover,
.post-archive .sticky .entry-title a:focus,
.entry-meta:hover,
.entry-meta:focus,
.post-archive .entry-meta a:hover,
.post-archive .entry-meta a:focus,
.post-archive .sticky .entry-meta a:hover,
.post-archive .sticky .entry-meta a:focus,
.testimonial-slider .controller button,
.testimonial-content-wrapper .cycle-pager span {
color: #828282;
}
.testimonial-content-wrapper .cycle-pager span {
background-color: #828282;
} .post-archive .entry-footer,
.hero-content-wrapper,
.portfolio-wrapper .entry-meta:before,
.testimonial-content-wrapper .entry-header:before,
input[type="search"].search-field {
border-color: rgba(130, 130, 130, 0.25);
}
.single .byline:before,
.post-archive .byline:before {
color: rgba(130, 130, 130, 0.25);
} .site-footer,
.site-footer a:hover,
.site-footer a:focus,
.footer-widget-area.widget-area .widget-title,
#footer-newsletter,
#footer-newsletter a:hover,
#footer-newsletter a:focus,
#footer-newsletter .widget-title {
color: #d6d6d6;
} .site-footer,
#footer-newsletter {
background-color: #383838;
} .site-footer a,
#footer-newsletter a,
.menu-toggle,
.custom-header-content .entry-title,
.custom-header-content .entry-title a,
.site-header-text,
.header-button .button,
#feature-slider .cycle-prev,
#feature-slider .cycle-prev,
#feature-slider .more-link span {
color: #fff;
}
.header-button .button,
#feature-slider .cycle-prev,
#feature-slider .cycle-prev,
#feature-slider .more-link span {
border-color: #fff;
}
#feature-slider .cycle-pager span {
background-color: #fff;
}
@media screen and (min-width: 64em) {
.featured-content-wrapper a {
color: #fff;
}
} .mobile-search-wrapper,
.breadcrumb-area,
select,
table,
th,
td,
.main-navigation li,
.site-header-main {
border-color: #f7f7f7;
}
table caption,
#portfolio-content-section,
#testimonial-content-section,
#service-content-section,
.post-type-archive-jetpack-portfolio .site-content-contain,
.portfolio-wrapper .hentry,
.portfolio-wrapper .hentry:nth-child(2n),
.hero-content-wrapper .entry-container,
.site-main .post-archive .sticky.hentry .entry-container,
.drop-cap:first-letter,
#secondary .widget-title,
#footer-instagram .widget-title,
blockquote,
pre,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
background-color: #f7f7f7;
} .button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.comment-navigation a,
.posts-navigation a,
.site-main #infinite-handle span button,
.widget-area .catch-instagram-feed-gallery-widget-wrapper .button,
#scrollup,
.menu-toggle {
background-color: #383838;
color: #fff;
} .button:hover,
.button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.comment-navigation a:hover,
.comment-navigation a:focus,
.posts-navigation a:hover,
.posts-navigation a:focus,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus,
.widget-area .catch-instagram-feed-gallery-widget-wrapper .button:hover,
.widget-area .catch-instagram-feed-gallery-widget-wrapper .button:focus,
#scrollup:hover,
#scrollup:focus,
.menu-toggle:hover,
.menu-toggle:focus,
.header-button .button:hover,
.header-button .button:focus,
#feature-slider .more-link:hover span,
#feature-slider .more-link:focus span,
#feature-slider .cycle-prev:hover,
#feature-slider .cycle-prev:focus,
#feature-slider .cycle-next:hover,
#feature-slider .cycle-next:focus,
#footer-newsletter #subbutton {
background-color: #828282;
color: #fff;
}
#feature-slider .cycle-pager span:hover,
#feature-slider .cycle-pager span:focus,
#feature-slider .cycle-pager span.cycle-pager-active {
background-color: #828282;
}
.header-button .button:hover,
.header-button .button:focus,
#feature-slider .more-link:hover span,
#feature-slider .more-link:focus span,
#feature-slider .cycle-prev:hover,
#feature-slider .cycle-prev:focus,
#feature-slider .cycle-next:hover,
#feature-slider .cycle-next:focus {
border-color: #828282;
}
.header-button .button,
#feature-slider .more-link span,
#feature-slider .cycle-prev,
#feature-slider .cycle-next {
background-color: transparent;
}
.blog-section-headline .page-title,
.post-archive .hentry:nth-child(2n) .entry-container {
background-color: transparent;
}@font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGCSmay60rRrI.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGCSmawq0rRrI.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGCSmaxa0rRrI.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGCSmaya0rRrI.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGCSmayK0rRrI.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGCSmaxq0r.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIWzD-0qpwxpaWvjeD0X88SAOeauXEOrwuP-Yw.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIWzD-0qpwxpaWvjeD0X88SAOeauXEOpguP-Yw.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIWzD-0qpwxpaWvjeD0X88SAOeauXEOoQuP-Yw.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIWzD-0qpwxpaWvjeD0X88SAOeauXEOrQuP-Yw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIWzD-0qpwxpaWvjeD0X88SAOeauXEOrAuP-Yw.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIWzD-0qpwxpaWvjeD0X88SAOeauXEOoguP.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGGS6ay60rRrI.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGGS6awq0rRrI.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGGS6axa0rRrI.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGGS6aya0rRrI.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGGS6ayK0rRrI.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGGS6axq0r.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIXzD-0qpwxpaWvjeD0X88SAOeasd8ctSGqxLUv.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIXzD-0qpwxpaWvjeD0X88SAOeasd8ctSiqxLUv.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIXzD-0qpwxpaWvjeD0X88SAOeasd8ctS-qxLUv.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIXzD-0qpwxpaWvjeD0X88SAOeasd8ctSOqxLUv.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIXzD-0qpwxpaWvjeD0X88SAOeasd8ctSKqxLUv.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 300;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIXzD-0qpwxpaWvjeD0X88SAOeasd8ctSyqxA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIQzD-0qpwxpaWvjeD0X88SAOeauXk-oBOL.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIQzD-0qpwxpaWvjeD0X88SAOeauXA-oBOL.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIQzD-0qpwxpaWvjeD0X88SAOeauXc-oBOL.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIQzD-0qpwxpaWvjeD0X88SAOeauXs-oBOL.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIQzD-0qpwxpaWvjeD0X88SAOeauXo-oBOL.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 400;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIQzD-0qpwxpaWvjeD0X88SAOeauXQ-oA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIXzD-0qpwxpaWvjeD0X88SAOeasc8btSGqxLUv.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIXzD-0qpwxpaWvjeD0X88SAOeasc8btSiqxLUv.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIXzD-0qpwxpaWvjeD0X88SAOeasc8btS-qxLUv.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIXzD-0qpwxpaWvjeD0X88SAOeasc8btSOqxLUv.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIXzD-0qpwxpaWvjeD0X88SAOeasc8btSKqxLUv.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 700;
src: url(https://blog.eugeniaecija.com/wp-content/fonts/source-serif-pro/neIXzD-0qpwxpaWvjeD0X88SAOeasc8btSyqxA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 1.0769230769em;
}
.no-sidebar .alignfull {
margin-left: calc(-100vw / 2 + 100% / 2);
margin-right: calc(-100vw / 2 + 100% / 2);
max-width: 100vw;
}
.no-sidebar .alignwide {
margin-left: calc(-96vw / 2 + 100% / 2);
margin-right: calc(-96vw / 2 + 100% / 2);
max-width: 96vw;
}
.alignfull.wp-block-cover,
.alignwide.wp-block-cover {
width: auto;
} @media screen and (min-width: 48em) {
.no-sidebar .alignfull {
margin-left: calc(-96vw / 2 + 100% / 2);
margin-right: calc(-96vw / 2 + 100% / 2);
max-width: 96vw;
}
.no-sidebar.fluid-layout .alignfull {
margin-left: calc(-100vw / 2 + 100% / 2);
margin-right: calc(-100vw / 2 + 100% / 2);
max-width: 100vw;
}
.no-sidebar .alignwide {
margin-left: calc(-93vw / 2 + 100% / 2);
margin-right: calc(-93vw / 2 + 100% / 2);
max-width: 93vw;
}
} @media screen and (min-width: 64em) {
.no-sidebar .alignwide {
margin-left: -120px;
margin-right: -120px;
max-width: 996px;
}
.no-sidebar.full-width-layout .alignwide {
margin-left: -40px;
margin-right: -40px;
max-width: 1776px;
}
} @media screen and (min-width: 103.75em) {
.no-sidebar .alignfull {
margin-left: calc(-1600px / 2 + 100% / 2);
margin-right: calc(-1600px / 2 + 100% / 2);
max-width: 1600px;
}
}  p.has-drop-cap:not(:focus):first-letter {
float: left;
font-size: 102px;
font-size: 6.375rem;
line-height: 0.6;
margin: 6px 16px 6px -3px;
}
.rtl p.has-drop-cap:not(:focus):first-letter {
margin: 6px -3px 6px 16px;
} .wp-block-image {
margin-bottom: 1.5em;
}
.wp-block-image figure {
margin-bottom: 0;
margin-top: 0;
}
.wp-block-image figure.alignleft {
margin-right: 1.5em;
}
.wp-block-image figure.alignright {
margin-left: 1.5em;
} .wp-block-gallery {
margin-bottom: 1.5em;
margin-left: 0;
}
.wp-block-gallery figcaption {
font-style: italic;
}
.wp-block-gallery.aligncenter {
display: flex;
margin: 0 -8px;
} .wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
line-height: 1.353;
margin: 28px 0 28px -60px;
padding-left: 60px;
padding-right: 0;
}
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.is-large:not(.is-style-plain) {
margin: 28px 0 28px -60px;
padding-left: 60px;
padding-right: 0;
}
.rtl .wp-block-quote,
.rtl .wp-block-quote.is-large,
.rtl .wp-block-quote.is-style-large {
margin-left: 0;
margin-right: -50px;
padding-right: 60px;
padding-left: 0;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-style: inherit;
font-size: inherit;
font-weight: inherit;
} .wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
margin-bottom: 0;
}
.wp-block-quote cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
color: inherit;
display: block;
font-size: inherit;
font-weight: inherit;
font-style: italic;
line-height: inherit;
text-align: left;
}
.rtl .wp-block-quote cite,
.rtl .wp-block-quote.is-large cite,
.rtl .wp-block-quote.is-large footer,
.rtl .wp-block-quote.is-style-large cite,
.rtl .wp-block-quote.is-style-large footer {
text-align: right;
} .wp-block-audio audio {
display: block;
width: 100%;
} .wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
display: flex;
} .wp-block-file .wp-block-file__button {
border: none;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
display: inline-block;
font-size: 15px;
font-size: 0.9375rem;
font-weight: 300;
letter-spacing: 0.25em;
line-height: 1.667;
margin-top: 28px;
padding: 14px 28px;
text-decoration: none;
text-shadow: none;
text-transform: uppercase;
white-space: nowrap;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
-webkit-box-shadow: none;
box-shadow: none;
}  .has-huge-font-size {
font-size: 32px;
font-size: 2rem;
line-height: 1.4;
}
.has-large-font-size {
font-size: 26px;
font-size: 1.625rem;
line-height: 1.63;
}
.has-normal-font-size {
font-size: 16px;
font-size: 1rem;
font-weight: 300;
line-height: 1.647;
}
.has-small-font-size {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.4;
} @media screen and (min-width: 64em) {
.has-huge-font-size {
font-size: 40px;
font-size: 2.5rem;
}
.has-large-font-size {
font-size: 30px;
font-size: 1.875rem;
}
.has-normal-font-size {
font-size: 17px;
font-size: 1.0625rem;
}
.has-small-font-size {
font-size: 14px;
font-size: 0.875rem;
}
} .wp-block-code {
background: transparent;
border: 0;
color: inherit;
font-size: 1em;
padding: 0;
}
.wp-block-quote__citation {
font-size: inherit;
} .wp-block-pullquote {
border: none;
color: inherit;
padding: 0;
text-align: inherit;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
margin: 0;
max-width: none;
width: -webkit-calc(50% - 0.736842105em);
width: calc(50% - 0.736842105em);
padding-left: 0;
text-align: left;
}
.wp-block-pullquote__citation,
.wp-block-pullquote cite {
display: block;
color: inherit;
font-size: inherit;
font-weight: inherit;
font-style: italic;
line-height: inherit;
text-transform: none;
}
.wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
font-size: inherit;
line-height: 1.353;
}
.wp-block-pullquote.alignleft {
margin: 0.6em 1.5em 1.5em 0;
}
.wp-block-pullquote.alignright {
margin: 0.6em 0 1.5em 1.5em;
}
.rtl .wp-block-pullquote.alignleft {
margin: 0.6em 0 1.5em 1.5em;
}
.rtl .wp-block-pullquote.alignright {
margin: 0.6em 1.5em 1.5em 0;
} .wp-block-table th,
.wp-block-table td {
border: none;
}
.wp-block-table caption,
.wp-block-table th,
.wp-block-table td {
padding: 21px;
}
.wp-block-table tr {
border-bottom: 1px solid;
}  .wp-block-button {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.wp-block-button.alignleft,
.wp-block-button.alignright {
margin-top: 0;
}
.wp-block-button .wp-block-button__link {
border: none;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
display: inline-block;
font-size: 15px;
font-size: 0.9375rem;
font-weight: 300;
letter-spacing: 0.25em;
line-height: 1.667;
margin-top: 0;
padding: 14px 28px;
text-decoration: none;
text-transform: uppercase;
text-shadow: none;
white-space: nowrap;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
-webkit-box-shadow: none;
box-shadow: none;
} .wp-block-separator {
border: 0;
margin: 1.5em auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
} .wp-block-media-text {
margin-bottom: 1.5em;
}
.wp-block-media-text *:last-child {
margin-bottom: 0;
}  .wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
list-style-position: inside;
text-align: center;
}
.wp-block-latest-posts.is-grid {
list-style: disc;
}
.wp-block-latest-posts li {
margin-bottom: 7px;
}
.wp-block-latest-posts__post-date {
display: block;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6923;
margin-bottom: 7px;
} .wp-block-latest-comments {
margin-left: 0;
}
.rtl .wp-block-latest-comments {
margin-right: 0;
margin-left: auto;
}
.wp-block-latest-comments__comment {
border: none;
margin: 35px 0;
padding: 0;
font-size: inherit;
}
@media screen and (min-width: 64em) {
.wp-block-latest-comments__comment {
margin: 42px 0;
}
}
@media screen and (min-width: 85em) {
.wp-block-latest-comments__comment {
margin: 56px 0;
}
}
.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
float: none;
width: 100%;
}
.wp-block-latest-comments a {
-webkit-box-shadow: none;
box-shadow: none;
text-decoration: none;
}
.wp-block-latest-comments__comment-meta {
margin-bottom: 14px;
}
.wp-block-latest-comments__comment-meta,
.wp-block-latest-comments__comment-excerpt p {
font-size: inherit;
}
.wp-block-latest-comments__comment-excerpt>:last-child {
margin-bottom: 0;
}
.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
font-weight: 400;
text-decoration: none;
}
.wp-block-latest-comments__comment-date {
display: block;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6923;
letter-spacing: 0;
margin: 7px 0 0;
} .wp-block-image figure.alignright,
.wp-block-image figure.alignleft,
.wp-block[data-align="left"] .wp-block-image,
.wp-block[data-align="right"] .wp-block-image,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block[data-align="left"]>.wp-block-pullquote,
.wp-block[data-align="right"]>.wp-block-pullquote,
[data-align="left"]>.wp-block-cover,
[data-align="right"]>.wp-block-cover,
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"]>.wp-block-embed,
.wp-block[data-align="right"]>.wp-block-embed {
max-width: 320px;
width: 100%;
} .wp-block-quote,
.wp-block-quote.has-text-align-right,
.wp-block-quote.has-text-align-left,
.wp-block-quote.has-text-align-center,
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.is-large:not(.is-style-plain) {
border: 0;
border-color: transparent;
padding-right: 0;
}
.wp-block-quote.has-text-align-center,
.wp-block-quote.has-text-align-right {
padding-left: 60px;
}
.wp-block-quote.is-style-plain:before {
content: none;
}
.wp-block-quote.is-style-plain {
margin-left: 0;
margin-right: 0;
padding: 0;
}
blockquote.wp-block-quote,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote.is-style-large cite,
blockquote.wp-block-quote.is-style-large footer,
blockquote.wp-block-quote.is-large cite,
blockquote.wp-block-quote.is-large footer {
text-align: left;
}
blockquote.wp-block-quote.has-text-align-right,
blockquote.wp-block-quote.has-text-align-right cite {
text-align: right;
}
blockquote.wp-block-quote.has-text-align-left,
blockquote.wp-block-quote.has-text-align-left cite {
text-align: left;
}
blockquote.wp-block-quote.has-text-align-center,
blockquote.wp-block-quote.has-text-align-center cite {
text-align: center;
}
blockquote.wp-block-quote.has-text-align-left.is-style-large:not(.is-style-plain) cite,
blockquote.wp-block-quote.has-text-align-left.is-style-large:not(.is-style-plain) footer,
blockquote.wp-block-quote.has-text-align-left.is-large:not(.is-style-plain) cite,
blockquote.wp-block-quote.has-text-align-left.is-large:not(.is-style-plain) footer {
text-align: left;
}
blockquote.wp-block-quote.has-text-align-center.is-style-large:not(.is-style-plain) cite,
blockquote.wp-block-quote.has-text-align-center.is-style-large:not(.is-style-plain) footer,
blockquote.wp-block-quote.has-text-align-center.is-large:not(.is-style-plain) cite,
blockquote.wp-block-quote.has-text-align-center.is-large:not(.is-style-plain) footer {
text-align: center;
}
blockquote.wp-block-quote.has-text-align-right.is-style-large:not(.is-style-plain) cite,
blockquote.wp-block-quote.has-text-align-right.is-style-large:not(.is-style-plain) footer,
blockquote.wp-block-quote.has-text-align-right.is-large:not(.is-style-plain) cite,
blockquote.wp-block-quote.has-text-align-right.is-large:not(.is-style-plain) footer {
text-align: right;
} .wp-block-pullquote blockquote:before {
content: none;
}
.wp-block-pullquote blockquote {
padding: 0;
margin-bottom: 0;
margin-left: 0;
margin-top: 0;
}
.wp-block-pullquote {
border: 0;
padding: 35px 0;
border-bottom: 4px solid rgba(0, 0, 0, .7);
border-top: 4px solid rgba(0, 0, 0, .7);
}
.wp-block-pullquote.aligncenter {
padding: 0 0 0 2.041666666666667em;
}
.wp-block-table thead {
border-bottom: 0;
}
.wp-block-table tfoot {
border-top: 0;
}
.wp-block-table table {
margin-bottom: 0;
}
.wp-block-table.is-style-stripes {
border-bottom: 0;
}
.wp-block-table.is-style-stripes table,
.wp-block-table.is-style-stripes tr {
border-color: transparent;
}
.wp-block-cover-image,
.wp-block-cover,
.wp-block-buttons {
margin-bottom: 28px;
}
pre.wp-block-verse {
font-family: 'Courier 10 Pitch', Courier, monospace;
}
pre.wp-block-code {
background: rgba(0, 0, 0, 0.08);
padding: 28px;
font-family: 'Courier 10 Pitch', Courier, monospace;
border: 1px solid #ccc
} .is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
border: 2px solid currentColor;
}
.wp-block-table tr {
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.wp-block-file .wp-block-file__button,
.wp-block-button .wp-block-button__link {
background-color: rgba(0, 0, 0, 1);
color: #fff;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
}
.wp-block-latest-posts__post-date,
.wp-block-latest-comments__comment-date {
color: rgba(0, 0, 0, 0.7);
}
.wp-block-table,
.wp-block-table caption {
border-color: rgba(0, 0, 0, 0.25);
} .wp-block-pullquote.is-style-solid-color blockquote.has-white-color cite,
.wp-block-button .wp-block-button__link.has-white-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-white-color,
.wp-block-button__link.is-style-outline.has-white-color,
.has-white-color {
color: #ffffff;
}
.wp-block-pullquote.is-style-solid-color.has-white-background-color,
.wp-block-button .wp-block-button__link.has-white-background-color,
.has-white-background-color {
background-color: #ffffff;
}
.is-style-outline>.wp-block-button__link.has-white-color,
.wp-block-button__link.is-style-outline.has-white-color {
border-color: #ffffff;
} .wp-block-pullquote.is-style-solid-color blockquote.has-black-color cite,
.wp-block-button .wp-block-button__link.has-black-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-black-color,
.wp-block-button__link.is-style-outline.has-black-color,
.has-black-color {
color: #000000;
}
.wp-block-pullquote.is-style-solid-color.has-black-background-color,
.wp-block-button .wp-block-button__link.has-black-background-color,
.has-black-background-color {
background-color: #000000;
}
.is-style-outline>.wp-block-button__link.has-black-color,
.wp-block-button__link.is-style-outline.has-black-color {
border-color: #000000;
} .wp-block-pullquote.is-style-solid-color blockquote.has-medium-black-color cite,
.wp-block-button .wp-block-button__link.has-medium-black-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-medium-black-color,
.wp-block-button__link.is-style-outline.has-medium-black-color,
.has-medium-black-color {
color: #333333;
}
.wp-block-pullquote.is-style-solid-color.has-medium-black-background-color,
.wp-block-button .wp-block-button__link.has-medium-black-background-color,
.has-medium-black-background-color {
background-color: #333333;
}
.is-style-outline>.wp-block-button__link.has-medium-black-color,
.wp-block-button__link.is-style-outline.has-medium-black-color {
border-color: #333333;
} .wp-block-pullquote.is-style-solid-color blockquote.has-gray-color cite,
.wp-block-button .wp-block-button__link.has-gray-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-gray-color,
.wp-block-button__link.is-style-outline.has-gray-color,
.has-gray-color {
color: #999999;
}
.wp-block-pullquote.is-style-solid-color.has-gray-background-color,
.wp-block-button .wp-block-button__link.has-gray-background-color,
.has-gray-background-color {
background-color: #999999;
}
.is-style-outline>.wp-block-button__link.has-gray-color,
.wp-block-button__link.is-style-outline.has-gray-color {
border-color: #999999;
} .wp-block-pullquote.is-style-solid-color blockquote.has-medium-gray-color cite,
.wp-block-button .wp-block-button__link.has-medium-gray-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-medium-gray-color,
.wp-block-button__link.is-style-outline.has-medium-gray-color,
.has-medium-gray-color {
color: #666666;
}
.wp-block-pullquote.is-style-solid-color.has-medium-gray-background-color,
.wp-block-button .wp-block-button__link.has-medium-gray-background-color,
.has-medium-gray-background-color {
background-color: #666666;
}
.is-style-outline>.wp-block-button__link.has-medium-gray-color,
.wp-block-button__link.is-style-outline.has-medium-gray-color {
border-color: #666666;
} .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color cite,
.wp-block-button .wp-block-button__link.has-light-gray-color,
.wp-block-button.is-style-outline>.wp-block-button__link.has-light-gray-color,
.wp-block-button__link.is-style-outline.has-light-gray-color,
.has-light-gray-color {
color: #eeeeee;
}
.wp-block-pullquote.is-style-solid-color.has-light-gray-background-color,
.wp-block-button .wp-block-button__link.has-light-gray-background-color,
.has-light-gray-background-color {
background-color: #eeeeee;
}
.is-style-outline>.wp-block-button__link.has-light-gray-color,
.wp-block-button__link.is-style-outline.has-light-gray-color {
border-color: #eeeeee;
}
.alignfull blockquote {
margin-left: 0;
}
.rtl .alignfull blockquote {
margin-left: auto;
margin-right: 0;
}
.wp-block-embed {
margin-bottom: 1.75em;
}.ngg-slideshow.slick-slider {
margin: 40px auto 50px !important;
overflow: visible;
}
.ngg-slideshow .ngg-gallery-slideshow-image {
display: inline-block;
text-align: center;
font: 0/0 a;
}
.ngg-slideshow .ngg-gallery-slideshow-image:before {
content: ' ';
display: inline-block;
vertical-align: middle;
height: 100%;
}
.ngg-slideshow .ngg-gallery-slideshow-image a {
display: inline !important;
}
.ngg-slideshow .ngg-gallery-slideshow-image img {
margin: 0 auto;
display: inline-block !important;
vertical-align: middle;
max-width: 99%!important;
max-height: 98% !important;
}
.ngg-slideshow .slick-prev {
left: 20px !important;
z-index: 10 !important;
top: 49%;
cursor: before;
}
.ngg-slideshow .slick-next {
right: 30px !important;
z-index: 10 !important;
top: 49%;
cursor: pointer;
}
.ngg-slideshow .slick-next:before, 
.ngg-slideshow .slick-prev:before {
color: #CCC !important;
font-size: 32px !important;
}
.ngg-slideshow .slick-next:hover:before, 
.ngg-slideshow .slick-prev:hover:before {
color: #AAA !important;
font-size: 32px !important;
}
.ngg-slideshow .slick-dots {
margin: 0;
padding: 0;
bottom: -30px;
}
.ngg-slideshow .slick-dots li {
margin: 0;
}
.ngg-slideshow .slick-dots li button {
margin: 0;
}
.ngg-slideshow .slick-dots li button:before {
font-size: 8px;
color: #888;
opacity: .5;
cursor: pointer;
}
.ngg-slideshow .slick-dots li.slick-active button:before {
opacity: 1;
color: #555;
}
.slideshowlink {
margin: -34px auto 50px;
text-align: center;
text-transform: uppercase;
}
.slideshowlink a {
font-size: 13px;
letter-spacing: .75px;
cursor: pointer;
text-decoration: none;
box-shadow: none;
border: none;
}
.slideshowlink a:hover {
text-decoration: none !important;
box-shadow: none !important;
border: none !important;
}
@media (max-width: 600px) {
.ngg-slideshow .ngg-gallery-slideshow-image {
height: 400px !important;
}
}
@media (max-width: 450px) {
.ngg-slideshow .ngg-gallery-slideshow-image {
height: 300px !important;
}
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
margin: 0 auto;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/fonts/slick.eot);
src: url(https://blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/fonts/slick.woff) format('woff'), url(https://blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/fonts/slick.ttf) format('truetype'), url(https://blog.eugeniaecija.com/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}.ngg-widget,
.ngg-widget-slideshow {
overflow: hidden;
margin: 0pt;
padding: 5px 0px 0px 0pt;
text-align: left;
}
.ngg-widget img {
border: 2px solid #A9A9A9;
margin: 0pt 2px 2px 0px;
padding: 1px;
height: auto; float: left;
}.ngg-slideshow.slick-slider {
margin: 40px auto 50px !important;
overflow: visible;
}
.ngg-slideshow .ngg-gallery-slideshow-image {
display: inline-block;
text-align: center;
font: 0/0 a;
}
.ngg-slideshow .ngg-gallery-slideshow-image:before {
content: ' ';
display: inline-block;
vertical-align: middle;
height: 100%;
}
.ngg-slideshow .ngg-gallery-slideshow-image a {
display: inline !important;
}
.ngg-slideshow .ngg-gallery-slideshow-image img {
margin: 0 auto;
display: inline-block !important;
vertical-align: middle;
max-width: 99%!important;
max-height: 98% !important;
}
.ngg-slideshow .slick-prev {
left: 20px !important;
z-index: 10 !important;
top: 49%;
cursor: before;
}
.ngg-slideshow .slick-next {
right: 30px !important;
z-index: 10 !important;
top: 49%;
cursor: pointer;
}
.ngg-slideshow .slick-next:before, 
.ngg-slideshow .slick-prev:before {
color: #CCC !important;
font-size: 32px !important;
}
.ngg-slideshow .slick-next:hover:before, 
.ngg-slideshow .slick-prev:hover:before {
color: #AAA !important;
font-size: 32px !important;
}
.ngg-slideshow .slick-dots {
margin: 0;
padding: 0;
bottom: -30px;
}
.ngg-slideshow .slick-dots li {
margin: 0;
}
.ngg-slideshow .slick-dots li button {
margin: 0;
}
.ngg-slideshow .slick-dots li button:before {
font-size: 8px;
color: #888;
opacity: .5;
cursor: pointer;
}
.ngg-slideshow .slick-dots li.slick-active button:before {
opacity: 1;
color: #555;
}
.slideshowlink {
margin: -34px auto 50px;
text-align: center;
text-transform: uppercase;
}
.slideshowlink a {
font-size: 13px;
letter-spacing: .75px;
cursor: pointer;
text-decoration: none;
box-shadow: none;
border: none;
}
.slideshowlink a:hover {
text-decoration: none !important;
box-shadow: none !important;
border: none !important;
}
@media (max-width: 600px) {
.ngg-slideshow .ngg-gallery-slideshow-image {
height: 400px !important;
}
}
@media (max-width: 450px) {
.ngg-slideshow .ngg-gallery-slideshow-image {
height: 300px !important;
}
}.entry-content .addthis_button,.entry-content .addthis_toolbox,.entry-header .addthis_button,.entry-header .addthis_toolbox{margin:10px 0 10px 0}.addthis_button_tweet{min-width:83px;float:left}.atwidget iframe{max-width:none}a.at-share-btn,a.at-share-btn:hover,div.addthis_native_toolbox a,div.addthis_native_toolbox a:hover,div.addthis_tool a,div.addthis_tool a:hover,div.addthis_toolbox a,div.addthis_toolbox a:hover{border:0;box-shadow:none;-webkit-box-shadow:none}div.addthis_toolbox br{display:none}