.mfp-bg {
position: fixed;
top: 0;
left: 0;
z-index: 9840;
overflow: hidden;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
}
.mfp-hide {
display: none !important;
}
.mfp-wrap {
position: fixed;
top: 0;
left: 0;
z-index: 9845;
width: 100%;
height: 100%;
outline: none !important;
}
.mfp-container {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
display: -webkit-flex;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
text-align: center;
align-items: center;
}
.admin-bar .mfp-container {
top: 32px;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
z-index: 9990;
display: inline-block;
margin: 0 auto;
vertical-align: middle;
text-align: left;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-preloader {
position: absolute;
top: 50%;
right: 8px;
left: 8px;
z-index: 1044;
margin-top: -0.8em;
width: auto;
color: #cccccc;
text-align: center;
}
.mfp-preloader a {
color: #cccccc;
}
.mfp-preloader a:hover {
color: white;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
position: absolute;
top: 0;
right: 0;
bottom: auto;
left: auto;
z-index: 99999;
display: block;
overflow: visible;
padding: 0;
width: 50px;
height: 50px;
outline: none;
border: 0;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
-webkit-box-shadow: none;
box-shadow: none;
font-weight: lighter;
font-size: 18px;
line-height: 50px;
cursor: pointer;
}
.is-light-text .mfp-close {
background-color: transparent;
}
.mfp-close:hover,
.is-light-text .mfp-close:hover {
background-color: #ff8763;
color: #fff;
}
.mfp-close *,
.mfp-arrow * {
pointer-events: none !important;
}
.mfp-counter {
color: #fff;
font-size: .875rem;
opacity: .5;
} .mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
max-width: 900px;
width: 100%;
line-height: 0;
}
.mfp-iframe-scaler {
overflow: hidden;
padding-top: 56.25%;
width: 100%;
height: 0;
}
.mfp-iframe-scaler iframe {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: black;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
} img.mfp-img {
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto;
padding: 10px 0;
max-width: 100%;
width: auto;
height: auto;
line-height: 0;
-webkit-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
position: absolute;
top: 40px;
right: 0;
bottom: 40px;
left: 0;
z-index: -1;
display: block;
width: auto;
height: auto;
content: '';
}
.mfp-figure small {
display: block;
color: #bdbdbd;
font-size: 12px;
line-height: 14px;
}
.mfp-bottom-bar {
position: absolute;
top: 100%;
left: 0;
margin-top: -36px;
width: 100%;
cursor: auto;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-figure img {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-right: 0;
padding-left: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
position: fixed;
top: auto;
bottom: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 3px 5px;
background: rgba(0, 0, 0, 0.6);
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
top: 3px;
right: 5px;
}
.mfp-img-mobile .mfp-close {
position: fixed;
top: 0;
right: 0;
padding: 0;
width: 35px;
height: 35px;
background: rgba(0, 0, 0, 0.6);
text-align: center;
line-height: 35px;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-right: 7px;
padding-left: 7px;
}
.rb-gallery-popup .mfp-container {
padding-right: 0;
padding-left: 0;
}
}
.mfp-ie7 .mfp-img {
padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
left: 50%;
margin-top: 5px;
margin-left: -300px;
padding-bottom: 5px;
width: 600px;
}
.mfp-ie7 .mfp-container {
padding: 0;
}
.mfp-ie7 .mfp-content {
padding-top: 44px;
}
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0;
}
.mfp-bg.rb-popup-effect {
opacity: 0;
-webkit-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.mfp-bg.mfp-ready.rb-popup-effect {
opacity: .9;
}
.mfp-removing.mfp-bg.mfp-ready.rb-popup-effect {
opacity: 0 !important;
}
.rb-popup-effect .mfp-content {
opacity: 0;
-webkit-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.rb-popup-effect.mfp-ready .mfp-content {
opacity: 1;
}
.rb-popup-effect.mfp-removing .mfp-content {
opacity: 0;
} .response-notice {
display: none;
}
.response-notice.is-show {
z-index: 9999;
display: block;
}
.rb-newsletter-popup {
position: relative;
display: flex;
display: -webkit-flex;
margin: auto;
max-width: 760px;
max-height: 90vh;
width: 100%;
height: 480px;
background-color: #fff;
flex-grow: 1;
}
.rb-newsletter-popup .rb-newsletter {
display: block;
width: 100%;
height: 100%;
}
.newsletter-cover img {
width: 100%;
height: 100%;
object-fit: cover;
-webkit-object-fit: cover;
}
.rb-newsletter-popup .rb-newsletter-inner,
.rb-newsletter-popup .rb-newsletter .rb-newsletter-inner {
display: flex;
display: -webkit-flex;
margin-right: 0;
margin-left: 0;
max-width: 100%;
height: 100%;
flex-flow: row nowrap;
align-content: stretch;
}
.rb-newsletter-popup .newsletter-cover,
.rb-newsletter-popup .newsletter-content {
display: flex;
display: -webkit-flex;
width: 50%;
flex: 0 0 50%;
}
.rb-newsletter-popup .newsletter-cover {
overflow: hidden;
background-color: rgba(0, 0, 0, .07);
}
.rb-newsletter .newsletter-content {
padding: 30px;
text-align: center;
flex-flow: column nowrap;
justify-content: center;
align-content: center;
}
.rb-newsletter input.newsletter-email {
margin-right: auto;
margin-bottom: 15px;
margin-left: auto;
padding-right: 0;
padding-left: 0;
width: 100%;
border: none;
border-bottom: 2px solid currentColor !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
background: none;
text-align: center;
}
.rb-newsletter-popup input.newsletter-email {
width: 80%;
}
.rb-newsletter h4 {
margin-bottom: 10px;
font-size: 1.3rem;
}
.rb-newsletter form {
margin-top: 15px;
}
.rb-newsletter input[type="email"]:focus {
text-align: left;
}
.rb-newsletter button[type="submit"] {
padding: 0 60px;
letter-spacing: .02em;
}
.rb-newsletter-popup .rb-newsletter-inner > *:nth-child(1):not(.newsletter-cover) {
width: 100%;
flex: 1;
}
.newsletter-privacy {
display: block;
margin-top: 10px;
}
.newsletter-privacy label {
font-size: .8rem;
}
input[type=checkbox].newsletter-checkbox + label {
cursor: pointer;
}
input[type=checkbox].newsletter-checkbox {
display: none;
opacity: 0;
}
input[type="checkbox"].newsletter-checkbox + label:before {
display: inline-block;
margin: 0 7px 0 0;
margin-right: 7px;
padding: 1px;
width: .8rem;
height: .8rem;
border: 1px solid #777;
-webkit-border-radius: 2px;
border-radius: 2px;
color: transparent;
content: "\2714";
vertical-align: middle;
font-size: 10px;
line-height: 1;
-webkit-transition: all .15s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .15s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .15s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .15s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .15s cubic-bezier(0.32, 0.74, 0.57, 1);
}
input[type="checkbox"] + label:active:before {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
input[type="checkbox"].newsletter-checkbox:checked + label:before {
border-color: #ff8763;
background-color: #ff8763;
color: #fff;
}
input[type="checkbox"].newsletter-checkbox:disabled + label:before {
border-color: #aaa;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
input[type="checkbox"].newsletter-checkbox:checked:disabled + label:before {
border-color: #ffcfdb;
background-color: #ffcfdb;
color: #fff;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.widget-area .widget .newsletter-desc p,
.rb-newsletter input.newsletter-email {
font-size: .9rem;
}
.newsletter-inner-cover {
display: block;
overflow: hidden;
margin: 20px auto;
max-width: 100%;
}
.response-notice {
position: fixed;
right: 20px;
bottom: 40px;
display: none;
padding: 10px 40px;
min-width: 300px;
background-color: #333;
-webkit-box-shadow: 1px 7px 15px rgba(0, 0, 0, .15);
box-shadow: 1px 7px 15px rgba(0, 0, 0, .15);
color: #fff;
white-space: nowrap;
font-size: .875rem;
opacity: 0;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.response-notice.showing {
opacity: 1;
-webkit-transition-delay: .2s;
transition-delay: .2s;
}
.response-notice.email-exists,
.response-notice.privacy-error {
background-color: #ff6d5e
}
.response-notice.email-error {
background-color: #f84242;
}
.response-notice.success {
background-color: #85ca69;
}
#rb-close-newsletter {
background-color: rgba(0, 0, 0, .07);
color: #333;
}
#rb-close-newsletter:hover {
background-color: #ff8763;
color: #fff;
}
.rb-newsletter-popup .rb-newsletter .newsletter-input {
flex-flow: row wrap;
justify-content: center;
}
.rb-newsletter-popup .newsletter-privacy {
justify-content: center;
} .gallery-header {
text-align: center;
}
.single-rb-gallery .gallery-header .entry-title {
margin-bottom: 0;
}
.rb-gallery-wrap {
position: relative;
display: block;
padding-bottom: 60px;
width: 100%;
}
.rb-gallery-wrap .gallery-inner {
position: relative;
display: block;
overflow: hidden;
margin: -10px;
}
.rb-gallery-wrap.is-wide .gallery-inner {
margin-right: 0;
margin-left: 0;
}
.rb-gallery-wrap:after {
position: absolute;
bottom: 10px;
left: 50%;
display: block;
margin-left: -100px;
width: 200px;
height: 10px;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .25;
}
.single-rb-gallery .is-dark-style .rb-gallery-wrap {
padding-bottom: 0;
}
.single-rb-gallery .is-dark-style .rb-gallery-wrap:after {
display: none;
}
.gallery-content .entry-content {
margin-right: auto;
margin-bottom: 50px;
margin-left: auto;
max-width: 900px;
}
.rb-gallery-wrap {
padding-right: 10px;
padding-left: 10px;
}
.rb-gallery-el {
display: block;
float: left;
padding: 10px;
width: 33.33%;
}
.rb-gallery-el img {
display: block;
width: 100%;
height: auto;
}
.rb-sizer-2 .rb-gallery-el {
width: 50%;
}
.rb-sizer-4 .rb-gallery-el {
width: 25%;
}
.rb-sizer-5 .rb-gallery-el {
width: 20%;
}
.gallery-loading {
position: relative;
display: block;
overflow: hidden;
min-height: 300px;
opacity: .1;
}
.gallery-inner {
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.gallery-feat-holder {
position: relative;
display: block;
overflow: hidden;
}
.single-rb-gallery .is-dark-style {
margin-bottom: 50px;
background-color: #282828;
}
.rb-gallery-link {
position: relative;
display: block;
overflow: hidden;
width: 100%;
height: auto;
}
.rb-gallery-link:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: flex;
display: -webkit-flex;
visibility: hidden;
background-color: rgba(0, 0, 0, .5);
color: #fff;
content: "\e88c";
font-size: 30px;
font-family: ruby-icon;
line-height: 1;
opacity: 0;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
pointer-events: none;
justify-content: center;
align-items: center;
}
.rb-gallery-link:hover:after,
.rb-gallery-link:focus:after {
visibility: visible;
opacity: 1;
}
.gallery-shares {
display: block;
margin-top: 50px;
text-align: center;
font-size: 18px;
}
.gallery-shares a {
display: inline-block;
margin: 0 4px;
height: 42px;
width: 42px;
line-height: 42px;
background-color: rgba(0, 0, 0, .07);
}
.is-dark-style .gallery-shares a {
background-color: rgba(255, 255, 255, .07);
}
@media only screen and (max-width: 1400px) {
.rb-newsletter-popup {
max-width: 680px;
height: 440px;
}
#rb-close-newsletter {
width: 42px;
height: 42px;
font-size: 15px;
line-height: 42px;
}
} .read-it-later {
visibility: hidden;
opacity: 0;
cursor: pointer;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.meta-info-el.mobile-bookmark {
display: none;
}
.p-wrap:hover .read-it-later {
opacity: 1;
}
.read-it-later.loaded {
visibility: visible;
}
.read-it-later.loaded.added {
opacity: 1;
}
.read-it-later i {
padding-left: 2px;
font-size: .75em;
line-height: 1;
}
.mobile-bookmark .read-it-later i {
font-size: 1.1em;
}
.read-it-later.added i:before {
content: "\e931";
}
@media only screen and (max-width: 991px) {
.meta-info-el.mobile-bookmark {
display: flex;
display: -webkit-flex;
}
.read-it-later {
display: none !important;
}
.meta-info-el.mobile-bookmark .read-it-later {
display: block !important;
}
.mobile-bookmark .read-it-later.loaded {
opacity: 1;
}
}
@media only screen and (min-width: 1200px) {
.single-rb-gallery .is-dark-style .wrap {
margin-top: 60px;
margin-bottom: 60px;
}
.single-rb-gallery .entry-header {
margin-bottom: 30px;
}
}
@media only screen and (max-width: 911px) {
.rb-gallery-el {
width: 50%;
}
.rb-sizer-4 .rb-gallery-el,
.rb-sizer-5 .rb-gallery-el {
width: 33.33%;
}
}
@media only screen and (max-width: 767px) {
.gallery-content .entry-content {
margin-bottom: 35px;
}
.rb-gallery-el {
padding: 5px;
}
.rb-gallery-wrap .gallery-inner {
margin: -5px;
}
.rb-gallery-wrap {
padding-right: 5px;
padding-left: 5px;
}
.rb-gallery-el,
.rb-sizer-4 .rb-gallery-el,
.rb-sizer-5 .rb-gallery-el {
width: 50%;
}
}
.p-classic .p-feat,
.single-1 .single-feat .p-thumb {
flex-grow: 1;
flex-basis: 100%;
} .rb-lazyload {
-webkit-transition: opacity .8s cubic-bezier(0, 0.76, 0.44, 0.95);
-moz-transition: opacity .8s cubic-bezier(0, 0.76, 0.44, 0.95);
-o-transition: opacity .8s cubic-bezier(0, 0.76, 0.44, 0.95);
transition: opacity .8s cubic-bezier(0, 0.76, 0.44, 0.95);
will-change: opacity;
}
.lazyload.rb-lazyload,
.rb-lazyload.lazy-loading {
overflow: hidden;
opacity: .3;
filter: blur(4px);
}
.rb-lazyload.lazy-loaded {
opacity: 1;
} .rb-reaction {
display: flex;
display: -webkit-flex;
margin-right: auto;
margin-left: auto;
max-width: 700px;
flex-flow: row nowrap;
justify-content: space-between;
}
.reaction {
position: relative;
max-width: 85px;
cursor: pointer;
flex: 0 0 85px;
}
.reaction-content {
display: block;
padding-top: 5px;
padding-bottom: 5px;
background-color: transparent;
-webkit-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-moz-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-ms-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-o-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
}
.reaction.active .reaction-content {
border-color: #f9d045;
}
.reaction-content .reaction-icon {
display: block;
margin: auto;
padding-right: 20px;
padding-left: 20px;
width: 100%;
height: auto;
-webkit-transition: transform .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-moz-transition: transform .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-ms-transition: transform .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-o-transition: transform .3s cubic-bezier(0.36, 0.8, 0.41, 1);
transition: transform .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-webkit-transform: scale(1) rotate(0deg);
-moz-transform: scale(1) rotate(0deg);
-ms-transform: scale(1) rotate(0deg);
-o-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
will-change: transform;
}
.reaction:hover .reaction-icon {
-webkit-transform: scale(1.4) rotate(-20deg);
-moz-transform: scale(1.4) rotate(-20deg);
-ms-transform: scale(1.4) rotate(-20deg);
-o-transform: scale(1.4) rotate(-20deg);
transform: scale(1.4) rotate(-20deg);
}
.reaction-content svg {
max-width: 100%;
height: auto;
}
.reaction-title.h6 {
display: block;
margin-top: 5px;
text-align: center;
white-space: nowrap;
font-size: 13px;
}
.total-wrap {
display: block;
background-color: rgba(0, 0, 0, .025);
text-align: center;
font-weight: 700;
font-size: 1rem;
line-height: 1.5
}
.reaction.active .total-wrap {
background-color: #f9d045;
color: #fff;
}
.reaction:before {
content: '';
opacity: 0;
-webkit-transition: opacity .3s;
-moz-transition: opacity .3s;
-ms-transition: opacity .3s;
-o-transition: opacity .3s;
transition: opacity .3s;
pointer-events: none;
}
.reaction.loading:before {
position: absolute;
top: 6px;
right: 6px;
bottom: auto;
left: auto;
display: block;
width: auto;
height: 18px;
color: #f9d045;
content: "\e97c";
letter-spacing: 0;
font-size: 18px;
font-family: 'ruby-icon' !important;
line-height: 18px;
opacity: 1;
-webkit-transform-origin: center;
transform-origin: center;
animation: reaction-spinner 2s linear infinite;
will-change: transform;
}
@keyframes reaction-spinner {
to {
transform: rotate(360deg);
-webkit-tranform: rotate(360deg);
}
} .deals-wrap {
display: block;
position: relative;
}
.deals-inner {
display: flex;
display: -webkit-flex;
flex-flow: row wrap;
margin-left: -15px;
margin-right: -15px;
margin-bottom: -30px;
flex-grow: 1;
}
.deals-inner > * {
flex: 0 0 100%;
display: flex;
display: -webkit-flex;
width: 100%;
padding: 0 15px;
}
.deal-module {
display: block;
position: relative;
margin-bottom: 30px;
}
.deal-module .inner {
background-color: rgba(0, 0, 0, .02);
padding: 25px 20px;
}
.deal-feat {
position: relative;
display: block;
}
.deal-thumb img {
width: 100%;
}
.deal-module:hover .post-edit-link {
visibility: visible;
opacity: 1;
}
.deal-module:hover .deal-thumb img {
opacity: .5;
}
.deal-cards {
position: absolute;
display: flex;
display: -webkit-flex;
top: 15px;
flex-flow: column nowrap;
left: 0;
right: auto;
bottom: auto;
z-index: 10;
}
.card-label span,
.coupon-label span {
color: #fff;
background-color: #4ca695;
padding: 7px 20px;
line-height: 1;
white-space: nowrap;
display: inline-flex;
display: -webkit-inline-flex;
text-align: center;
align-items: center;
}
.coupon-label span {
margin-top: 5px;
background-color: #826abc;
cursor: -webkit-grab;
cursor: grab;
}
.coupon-label i {
margin-right: 5px;
font-size: 12px;
line-height: 1;
}
.deal-link {
display: block;
position: relative;
padding-top: 25px;
}
.deal-link .p-link span {
white-space: normal;
line-height: 1.2;
font-size: 1.15em;
}
.deal-link:before {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 10px;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
}
.deal-title {
display: block;
margin-bottom: 15px;
}
.deal-module .deal-description {
margin-top: 0;
margin-bottom: 15px;
font-size: .85rem;
}
.deal-module .deal-description > *:last-child {
margin-bottom: 0;
}
.ele-round .deal-module {
overflow: hidden;
border-radius: 10px;
-webkit-border-radius: 10px;
} @media only screen and (min-width: 480px) {
.deals-inner > * {
flex: 0 0 50%;
width: 50%;
}
.is-cols-3 .deals-inner > * {
flex: 0 0 50%;
width: 50%;
}
}
@media only screen and (min-width: 992px) {
.deals-inner > * {
flex: 0 0 25%;
width: 25%;
}
.is-cols-3 .deals-inner > * {
flex: 0 0 33.33%;
width: 33.33%;
}
.deals-inner {
margin-bottom: -35px;
}
.deal-module {
margin-bottom: 35px;
}
} @media only screen and (max-width: 767px) {
.rb-reaction {
flex-flow: row wrap;
justify-content: space-between;
}
.rb-reaction > * {
flex-shrink: 0;
}
.h6.reaction-title {
display: none;
}
span.total-wrap {
margin-top: 5px;
font-size: 11px;
}
.reaction-content {
padding-right: 2px;
padding-bottom: 2px;
}
.reaction-content .reaction-icon {
padding-right: 2px;
padding-left: 2px;
width: 40px;
}
.reaction {
margin: 0;
flex-grow: 1;
}
.gallery-shares {
margin-top: 30px;
font-size: 16px;
}
.gallery-shares a {
margin: 0 2px;
height: 32px;
width: 32px;
line-height: 32px;
}
}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button{color:#fff}.wp-block-button.aligncenter{text-align:center}.wp-block-button.alignright{text-align:right}.wp-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:inherit}.is-style-squared .wp-block-button__link{border-radius:0}.no-border-radius.wp-block-button__link{border-radius:0!important}.is-style-outline{color:#32373c}.is-style-outline .wp-block-button__link{background-color:transparent;border:2px solid}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #e2e4e7}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:400;background:#edeff0}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#00739c}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;margin-bottom:28px;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px){.wp-block-column{flex-basis:calc(50% - 16px);flex-grow:0}.wp-block-column:nth-child(2n){margin-left:32px}}@media (min-width:782px){.wp-block-column:not(:first-child){margin-left:32px}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-cover,.wp-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:50%;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10:before,.wp-block-cover.has-background-dim.has-background-dim-10:before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:before,.wp-block-cover.has-background-dim.has-background-dim-20:before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:before,.wp-block-cover.has-background-dim.has-background-dim-30:before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:before,.wp-block-cover.has-background-dim.has-background-dim-40:before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:before,.wp-block-cover.has-background-dim.has-background-dim-50:before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:before,.wp-block-cover.has-background-dim.has-background-dim-60:before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:before,.wp-block-cover.has-background-dim.has-background-dim-70:before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:before,.wp-block-cover.has-background-dim.has-background-dim-80:before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:before,.wp-block-cover.has-background-dim.has-background-dim-90:before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:before,.wp-block-cover.has-background-dim.has-background-dim-100:before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:305px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#f8f9f9}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:610px;padding:14px;text-align:center}.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,.wp-block-embed.alignleft,.wp-block-embed.alignright{max-width:360px;width:100%}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.78%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc((100% - 16px)/2)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3 - 1px)}}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4 - 1px)}}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5 - 1px)}}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6 - 1px)}}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7 - 1px)}}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8 - 1px)}}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:305px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{max-width:100%;margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:none}}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 16px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 16px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 16px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-latest-posts__post-excerpt{margin-top:8px;margin-bottom:16px}.wp-block-media-text{display:-ms-grid;display:grid;-ms-grid-rows:auto;grid-template-rows:auto;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr}.wp-block-media-text .has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;margin:0}.wp-block-media-text .wp-block-media-text__content{word-break:break-word;padding:0 8%}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content{-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill figure{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill figure>img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}.has-drop-cap:not(:focus):after{content:"";display:table;clear:both;padding-top:14px}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:305px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1}.wp-block-search .wp-block-search__button{margin-left:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:currentColor;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-social-links{display:flex;justify-content:flex-start;padding-left:0;padding-right:0;margin-left:0}.wp-social-link{width:36px;height:36px;border-radius:36px;margin-right:8px}.wp-social-link,.wp-social-link a{display:block;transition:transform .1s ease}.wp-social-link a{padding:6px;line-height:0}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1977f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0577b5;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#21a1f3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:#ff0100;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:28px;height:28px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1977f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0577b5}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#21a1f3}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:#ff0100}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:16px;padding-right:16px}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f3f4f5}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{white-space:nowrap;overflow:auto}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}.has-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}@font-face{font-family:dashicons;src:url(//www.technik-blog.org/wp-includes/fonts/dashicons.eot?50db0456fde2a241f005968eede3f987);src:url(//www.technik-blog.org/wp-includes/fonts/dashicons.eot?50db0456fde2a241f005968eede3f987#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//www.technik-blog.org/wp-includes/fonts/dashicons.ttf?50db0456fde2a241f005968eede3f987) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-right:before{content:"\f136"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-color-picker:before{content:"\f131"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-dashboard:before{content:"\f226"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info:before{content:"\f348"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-performance:before{content:"\f311"}.dashicons-phone:before{content:"\f525"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-redo:before{content:"\f172"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}.post-views.entry-meta > span {    margin-right: 0 !important;    font: 16px/1;}.post-views.entry-meta > span.post-views-icon.dashicons {    display: inline-block;    font-size: 16px;    line-height: 1;    text-decoration: inherit;    vertical-align: middle;}@font-face {
font-family: 'ruby-icon';
src: url(//www.technik-blog.org/wp-content/themes/pixwell/assets/fonts/ruby-icon.eot);
src: url(//www.technik-blog.org/wp-content/themes/pixwell/assets/fonts/ruby-icon.eot?#iefix) format('embedded-opentype'),
url(//www.technik-blog.org/wp-content/themes/pixwell/assets/fonts/ruby-icon.woff) format('woff'),
url(//www.technik-blog.org/wp-content/themes/pixwell/assets/fonts/ruby-icon.ttf) format('ttf'),
url(//www.technik-blog.org/wp-content/themes/pixwell/assets/fonts/ruby-icon.svg#ruby-icon) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
.rbi {
font-family: 'ruby-icon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^='rbi-'], [class='rbi-'] {
font-family: 'ruby-icon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.rbi-storefront:before {
content: "\e93b";
}
.rbi-airplay:before {
content: "\e936";
}
.rbi-arrow-up-right:before {
content: "\e937";
}
.rbi-map-pin:before {
content: "\e934";
}
.rbi-grid:before {
content: "\e935";
}
.rbi-bookmark-black:before {
content: '\e931';
}
.rbi-upload:before {
content: '\e92e';
}
.rbi-book:before {
content: '\e92f';
}
.rbi-bookmark:before {
content: '\e930';
}
.rbi-heart-o:before {
content: '\e91b';
}
.rbi-bag-add:before {
content: '\e91d';
}
.rbi-bag-o:before {
content: '\e91e';
}
.rbi-bag-added:before {
content: '\e91f';
}
.rbi-cart-money:before {
content: '\e920';
}
.rbi-cart-added:before {
content: '\e921';
}
.rbi-cart-add:before {
content: '\e922';
}
.rbi-gallery:before {
content: '\e904';
}
.rbi-vinyl:before {
content: '\e906';
}
.rbi-audio:before {
content: '\e905';
}
.rbi-gallery-light:before {
content: '\e903';
}
.rbi-shop-bag:before {
content: '\e901';
}
.rbi-envelope:before {
content: '\e818';
}
.rbi-inbox:before {
content: '\e81a';
}
.rbi-printer:before {
content: '\e81c';
}
.rbi-phone-handset:before {
content: '\e830';
}
.rbi-map:before {
content: '\e834';
}
.rbi-laptop:before {
content: '\e83c';
}
.rbi-bullhorn:before {
content: '\e859';
}
.rbi-undo:before {
content: '\e860';
}
.rbi-sync:before {
content: '\e862';
}
.rbi-thumbs-up:before {
content: '\e86d';
}
.rbi-thumbs-down:before {
content: '\e86e';
}
.rbi-move:before {
content: '\e870';
}
.rbi-chevron-up:before {
content: '\e873';
}
.rbi-chevron-down:before {
content: '\e874';
}
.rbi-chevron-left:before {
content: '\e875';
}
.rbi-chevron-right:before {
content: '\e876';
}
.rbi-arrow-up:before {
content: '\e877';
}
.rbi-arrow-down:before {
content: '\e878';
}
.rbi-arrow-left:before {
content: '\e879';
}
.rbi-arrow-right:before {
content: '\e87a';
}
.rbi-warning:before {
content: '\e87c';
}
.rbi-question:before {
content: '\e87d';
}
.rbi-menu:before {
content: '\e87e';
}
.rbi-checkmark:before {
content: '\e87f';
}
.rbi-expand:before {
content: '\e88c';
}
.rbi-contract:before {
content: '\e88d';
}
.rbi-bag:before {
content: '\e615';
}
.rbi-search-light:before {
content: '\e618';
}
.rbi-dots:before {
content: '\e632';
}
.rbi-check:before {
content: '\e90d';
}
.rbi-circle:before {
content: '\e900';
}
.rbi-folder:before {
content: '\e913';
}
.rbi-link-line:before {
content: '\e914';
}
.rbi-minus:before {
content: '\e90e';
}
.rbi-search:before {
content: '\e929';
}
.rbi-bag-round:before {
content: '\e915';
}
.rbi-tag-round:before {
content: '\e916';
}
.rbi-trello:before {
content: '\e917';
}
.rbi-zap:before {
content: '\e918';
}
.rbi-facebook:before {
content: '\62';
}
.rbi-amazon:before {
content: '\63';
}
.rbi-twitter:before {
content: '\64';
}
.rbi-google:before {
content: '\65';
}
.rbi-pinterest-i:before {
content: '\66';
}
.rbi-linkedin:before {
content: '\67';
}
.rbi-dribble:before {
content: '\68';
}
.rbi-vk:before {
content: '\69';
}
.rbi-tumblr:before {
content: '\6a';
}
.rbi-shopping-bag:before {
content: '\6e';
}
.rbi-play-button:before {
content: '\79';
}
.rbi-picture:before {
content: '\7a';
}
.rbi-flickr:before {
content: '\6b';
}
.rbi-soundcloud:before {
content: '\6f';
}
.rbi-vimeo:before {
content: '\44';
}
.rbi-reddit:before {
content: '\45';
}
.rbi-skype:before {
content: '\46';
}
.rbi-spotify:before {
content: '\47';
}
.rbi-steam:before {
content: '\48';
}
.rbi-app-store:before {
content: '\49';
}
.rbi-drupal:before {
content: '\4a';
}
.rbi-evernote:before {
content: '\4b';
}
.rbi-photobucket:before {
content: '\4c';
}
.rbi-sharethis:before {
content: '\4d';
}
.rbi-squarespace:before {
content: '\4e';
}
.rbi-yelp:before {
content: '\4f';
}
.rbi-email-envelope:before {
content: '\50';
}
.rbi-trend:before {
content: '\52';
}
.rbi-clock:before {
content: '\53';
}
.rbi-view:before {
content: '\54';
}
.rbi-comments:before {
content: '\56';
}
.rbi-flame:before {
content: '\55';
}
.rbi-dribbble:before {
content: '\58';
}
.rbi-whatsapp:before {
content: '\5a';
}
.rbi-myspace:before {
content: '\30';
}
.rbi-youtube:before {
content: '\31';
}
.rbi-digg:before {
content: '\33';
}
.rbi-instagram:before {
content: '\34';
}
.rbi-snapchat:before {
content: '\37';
}
.rbi-heart:before {
content: '\6c';
}
.rbi-rss:before {
content: '\42';
}
.rbi-music:before {
content: '\43';
}
.rbi-tag:before {
content: '\59';
}
.rbi-behance:before {
content: '\32';
}
.rbi-blogger:before {
content: '\35';
}
.rbi-dropbox:before {
content: '\36';
}
.rbi-ping:before {
content: '\39';
}
.rbi-github-alt:before {
content: '\22';
}
.rbi-icq:before {
content: '\23';
}
.rbi-paypal:before {
content: '\24';
}
.rbi-picassa:before {
content: '\21';
}
.rbi-ebay:before {
content: '\27';
}
.rbi-baidu:before {
content: '\28';
}
.rbi-bing:before {
content: '\29';
}
.rbi-kik:before {
content: '\25';
}
.rbi-podcast-o:before {
content: '\26';
}
.rbi-help:before {
content: '\2a';
}
.rbi-card:before {
content: '\2c';
}
.rbi-translation:before {
content: '\2d';
}
.rbi-payment:before {
content: '\2f';
}
.rbi-git:before {
content: '\3b';
}
.rbi-wechat:before {
content: '\3d';
}
.rbi-visa:before {
content: '\3f';
}
.rbi-master-card:before {
content: '\5b';
}
.rbi-stripe:before {
content: '\5d';
}
.rbi-cc:before {
content: '\5e';
}
.rbi-tripadvisor:before {
content: '\5f';
}
.rbi-500px:before {
content: '\60';
}
.rbi-apple:before {
content: '\38';
}
.rbi-buffer:before {
content: '\2e';
}
.rbi-infinite:before {
content: '\3a';
}
.rbi-record:before {
content: '\3c';
}
.rbi-yahoo-buzz:before {
content: '\7c';
}
.rbi-quora:before {
content: '\7d';
}
.rbi-zerply:before {
content: '\7e';
}
.rbi-formspring:before {
content: '\5c';
}
.rbi-foursquare:before {
content: '\e000';
}
.rbi-hype-machine:before {
content: '\e001';
}
.rbi-google-buzz:before {
content: '\e002';
}
.rbi-arto:before {
content: '\e003';
}
.rbi-aws:before {
content: '\e004';
}
.rbi-basecamp:before {
content: '\e005';
}
.rbi-share:before {
content: '\e006';
}
.rbi-aim-alt:before {
content: '\e007';
}
.rbi-aim:before {
content: '\e008';
}
.rbi-coroflot:before {
content: '\e009';
}
.rbi-dailybooth:before {
content: '\e00a';
}
.rbi-ember:before {
content: '\e00b';
}
.rbi-itunes:before {
content: '\e00c';
}
.rbi-share-o:before {
content: '\e00d';
}
.rbi-pin:before {
content: '\e00e';
}
.rbi-attachment:before {
content: '\e00f';
}
.rbi-link:before {
content: '\e010';
}
.rbi-puzzle:before {
content: '\e011';
}
.rbi-music-tone:before {
content: '\e012';
}
.rbi-drop:before {
content: '\e013';
}
.rbi-radio:before {
content: '\e014';
}
.rbi-chat:before {
content: '\e015';
}
.rbi-voice:before {
content: '\e016';
}
.rbi-phone:before {
content: '\e017';
}
.rbi-destop:before {
content: '\e018';
}
.rbi-award:before {
content: '\e019';
}
.rbi-bell-o:before {
content: '\e92c';
}
.rbi-star-half:before {
content: '\e908';
}
.rbi-star:before {
content: '\e909';
}
.rbi-star-full:before {
content: '\e90a';
}
.rbi-tags:before {
content: '\e907';
}
.rbi-bell:before {
content: '\e92b';
}
.rbi-hard-drive:before {
content: '\e932';
}
.rbi-youtube-o:before {
content: '\e92d';
}
.rbi-chart-o:before {
content: '\e91a';
}
.rbi-clock-round:before {
content: '\e8b5';
}
.rbi-chat-bubble:before {
content: '\e0ca';
}
.rbi-calendar:before {
content: '\e919';
}
.rbi-images:before {
content: '\e3d3';
}
.rbi-mall:before {
content: '\e54c';
}
.rbi-power:before {
content: '\e336';
}
.rbi-timeline:before {
content: '\e923';
}
.rbi-graph:before {
content: '\e912';
}
.rbi-angle-down:before {
content: '\e924';
}
.rbi-angle-left:before {
content: '\e925';
}
.rbi-angle-right:before {
content: '\e926';
}
.rbi-angle-up:before {
content: '\e927';
}
.rbi-currency-dollar:before {
content: '\e928';
}
.rbi-quote-o:before {
content: '\e910';
}
.rbi-quote:before {
content: '\e90f';
}
.rbi-location:before {
content: '\e92a';
}
.rbi-paperplane:before {
content: '\e902';
}
.rbi-write:before {
content: '\e90c';
}
.rbi-quill:before {
content: '\e90b';
}
.rbi-podcast:before {
content: '\e91c';
}
.rbi-clock-bold:before {
content: '\e94e';
}
.rbi-database:before {
content: '\e964';
}
.rbi-load:before {
content: '\e97a';
}
.rbi-spinner:before {
content: '\e97b';
}
.rbi-spinner-line:before {
content: '\e97c';
}
.rbi-pinterest:before {
content: '\ead1';
}
.rbi-fish-eye:before {
content: '\e933';
}
.rbi-eye:before {
content: '\e911';
}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, p,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
outline: 0;
border: 0;
vertical-align: baseline;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
line-height: inherit;
}
html {
overflow-x: hidden;
color: #333;
font-size: 16px;
font-family: 'Poppins', sans-serif;
line-height: 1.7;
text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
:before, :after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.site {
position: relative;
display: block;
}
.site-wrap,
.site-content {
position: relative;
display: block;
margin: 0;
padding: 0;
}
.site-wrap * {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
button, hr, input {
overflow: visible
}
audio, canvas, progress, video {
display: inline-block
}
progress, sub, sup {
vertical-align: baseline
}
[type=checkbox], [type=radio], legend {
box-sizing: border-box;
padding: 0
}
acronym {
cursor: help
}
mark, ins {
background-color: rgba(0, 0, 0, .07);
text-decoration: none;
}
figure {
display: block;
margin: 0;
}
cite, em {
font-weight: normal;
font-style: italic;
}
hr {
box-sizing: content-box;
height: 0
}
address {
font-style: italic;
}
code, kbd, pre, samp, var {
font-size: .9em;
font-family: monospace, monospace
}
a {
background-color: transparent;
color: inherit;
text-decoration: none;
}
abbr[title] {
text-decoration: none;
cursor: default;
}
b, strong {
font-weight: 700;
}
dfn {
font-style: italic
}
mark {
background-color: #ff0;
color: #000;
}
code {
background-color: rgba(0, 0, 0, .07);
}
small {
font-size: 80%
}
sub, sup {
position: relative;
font-size: 75%;
line-height: 0
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
audio:not([controls]) {
display: none;
height: 0
}
img {
max-width: 100%;
height: auto;
border-style: none;
vertical-align: middle;
}
svg:not(:root) {
overflow: hidden
}
button, input, optgroup, select, textarea {
margin: 0;
outline: none !important;
text-transform: none;
}
.bypostauthor {
position: relative;
}
select {
padding: 10px 25px;
max-width: 100%;
outline: none !important;
border: none;
background-color: rgba(0, 0, 0, .025);
text-transform: none;
font-weight: 400;
font-size: .875rem;
font-family: 'Montserrat', sans-serif;
line-height: 22px;
}
[type=reset], [type=submit], button, html [type=button] {
-webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
padding: 0;
border-style: none;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring,
[type=submit]:-moz-focusring, button:-moz-focusring {
outline: ButtonText dotted 1px;
}
:-webkit-autofill {
-webkit-box-shadow: 0 0 0 30px #fafafa inset !important;
}
fieldset {
padding: 0;
}
legend {
display: table;
max-width: 100%;
color: inherit;
white-space: normal;
}
textarea {
overflow: auto;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
height: auto;
}
[type='search'] {
outline-offset: -2px;
-webkit-appearance: textfield;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button
}
summary {
display: list-item
}
[hidden], template {
display: none
}
body {
display: block;
margin: 0;
background: #fff;
color: inherit;
font-size: inherit;
}
del {
text-decoration: line-through;
}
big {
font-size: 125%;
}
.clearfix:before,
.clearfix:after {
display: table;
clear: both;
content: ' ';
}
.rb-error {
font-size: .85rem;
}
.main-menu-wrap .rb-error {
display: flex;
display: -webkit-flex;
padding-left: 15px;
align-items: center;
}
.rb-error a {
text-decoration: underline;
}
ul, ol {
list-style: none;
}
legend {
margin-bottom: 20px;
text-transform: uppercase;
font-size: 15px;
}
input::-webkit-file-upload-button {
padding: 7px 15px;
outline: none;
border: none;
-webkit-border-radius: 4px;
border-radius: 4px;
background-color: #333;
box-shadow: none;
color: #fff;
font-size: 15px;
cursor: pointer;
}
input::-webkit-file-upload-button:hover {
opacity: .7;
}
.screen-reader-text {
position: absolute !important;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
border: 0;
word-wrap: normal !important;
clip-path: inset(50%);
}
.off-canvas-inner::-webkit-scrollbar {
width: 4px;
}
.gallery-popup-selection::-webkit-scrollbar {
width: 4px;
}
.off-canvas-inner::-webkit-scrollbar-track {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(255, 255, 255, .1);
box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
.gallery-popup-selection::-webkit-scrollbar-track {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(255, 255, 255, .1);
box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
.off-canvas-inner::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background-color: #333;
}
.gallery-popup-selection::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background-color: #333;
}
input::placeholder,
textarea::placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: currentColor;
font-size: .9em;
opacity: .7;
}
.off-canvas-nav .rb-error {
padding-right: 30px;
} .rb-row {
display: flex;
display: -webkit-flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
justify-content: flex-start;
}
[class^='rb-col'], [class*='rb-col'] {
display: flex;
display: -webkit-flex;
min-width: 0;
flex-flow: row wrap;
}
[class^='rb-col'] > article,
[class*='rb-col'] > article {
flex-grow: 1;
}
.rb-n10-gutter {
margin-right: -10px;
margin-left: -10px;
}
.rb-n15-gutter {
margin-right: -15px;
margin-left: -15px;
}
.rb-n20-gutter {
margin-right: -20px;
margin-left: -20px;
}
.rb-m20-gutter {
margin-right: 20px;
margin-left: 20px;
}
.rb-p10-gutter {
padding-right: 10px;
padding-left: 10px;
}
.rb-p15-gutter {
padding-right: 15px;
padding-left: 15px;
}
.rb-p20-gutter {
padding-right: 20px;
padding-left: 20px;
}
.rb-n10-all {
margin: -10px;
}
.rb-p10-all {
padding: 10px;
}
.rb-n15-all {
margin: -15px;
}
.rb-p15-all {
padding: 15px;
}
.rb-sh {
display: flex;
display: -webkit-flex;
align-items: stretch;
}
.rb-sh article {
flex-grow: 1;
}
.rb-col-m1 {
max-width: 8.333%;
flex: 0 0 8.333%;
}
.rb-col-m2 {
max-width: 16.666%;
flex: 0 0 16.666%;
}
.rb-col-m3 {
max-width: 25%;
flex: 0 0 25%;
}
.rb-col-m4 {
max-width: 33.333%;
flex: 0 0 33.333%;
}
.rb-col-m5 {
max-width: 41.666%;
flex: 0 0 41.666%;
}
.rb-col-m6 {
max-width: 50%;
flex: 0 0 50%;
}
.rb-col-m7 {
max-width: 58.333%;
flex: 0 0 58.333%;
}
.rb-col-m8 {
max-width: 66.666%;
flex: 0 0 66.666%;
}
.rb-col-m9 {
max-width: 75%;
flex: 0 0 75%;
}
.rb-col-m10 {
max-width: 83.333%;
flex: 0 0 83.333%;
}
.rb-col-m11 {
max-width: 91.6666%;
flex: 0 0 91.666%;
}
.rb-col-m12 {
max-width: 100%;
flex: 0 0 100%;
}
.rb-col-5m {
max-width: 20%;
flex: 0 0 20%;
}
@media all and (min-width: 768px) {
.rb-col-t1 {
max-width: 8.333%;
flex: 0 0 8.333%;
}
.rb-col-t2 {
max-width: 16.666%;
flex: 0 0 16.666%;
}
.rb-col-t3 {
max-width: 25%;
flex: 0 0 25%;
}
.rb-col-t4 {
max-width: 33.333%;
flex: 0 0 33.333%;
}
.rb-col-t5 {
max-width: 41.666%;
flex: 0 0 41.666%;
}
.rb-col-t6 {
max-width: 50%;
flex: 0 0 50%;
}
.rb-col-t7 {
max-width: 58.333%;
flex: 0 0 58.333%;
}
.rb-col-t8 {
max-width: 66.666%;
flex: 0 0 66.666%;
}
.rb-col-t9 {
max-width: 75%;
flex: 0 0 75%;
}
.rb-col-t10 {
max-width: 83.333%;
flex: 0 0 83.333%;
}
.rb-col-t11 {
max-width: 91.6666%;
flex: 0 0 91.666%;
}
.rb-col-t12 {
max-width: 100%;
flex: 0 0 100%;
}
}
@media all and (min-width: 992px) {
.rb-col-d1 {
max-width: 8.333%;
flex: 0 0 8.333%;
}
.rb-col-d2 {
max-width: 16.666%;
flex: 0 0 16.666%;
}
.rb-col-d3 {
max-width: 25%;
flex: 0 0 25%;
}
.rb-col-d4 {
max-width: 33.333%;
flex: 0 0 33.333%;
}
.rb-col-d5 {
max-width: 41.666%;
flex: 0 0 41.666%;
}
.rb-col-d6 {
max-width: 50%;
flex: 0 0 50%;
}
.rb-col-d7 {
max-width: 58.333%;
flex: 0 0 58.333%;
}
.rb-col-d8 {
max-width: 66.666%;
flex: 0 0 66.666%;
}
.rb-col-d9 {
max-width: 75%;
flex: 0 0 75%;
}
.rb-col-d10 {
max-width: 83.333%;
flex: 0 0 83.333%;
}
.rb-col-d11 {
max-width: 91.6666%;
flex: 0 0 91.666%;
}
.rb-col-d12 {
max-width: 100%;
flex: 0 0 100%;
}
.rb-col-5d {
max-width: 20%;
flex: 0 0 20%;
}
} h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
-ms-word-wrap: break-word;
word-wrap: break-word;
font-weight: 700;
font-family: 'Quicksand', sans-serif;
}
h1, .h1 {
font-size: 2.5rem;
line-height: 1.15;
}
h2, .h2 {
font-size: 1.625rem;
line-height: 1.25;
}
h3, .h3 {
font-size: 1.25rem;
line-height: 1.25;
}
h4, .h4 {
font-size: 1rem;
line-height: 1.45;
}
.h5, h5 {
font-size: .925rem;
line-height: 1.5;
}
h6, .h6 {
font-size: .875rem;
line-height: 1.5;
}
.is-hidden {
display: none !important;
}
.is-hide {
opacity: 0 !important;
}
.opacity-animate {
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.end-list {
width: 100%;
}
.end-list-info {
display: block;
padding-top: 5px;
padding-bottom: 20px;
text-align: center;
font-style: italic;
font-size: .85rem;
opacity: .7;
} textarea {
display: block;
padding: 15px 20px;
max-width: 100%;
width: 100%;
outline: none;
border: none;
background-color: rgba(0, 0, 0, .025);
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
font-weight: 400;
font-size: .875rem !important;
font-family: 'Montserrat', sans-serif;
line-height: 1.7;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
input[type='text'], input[type='tel'], input[type='password'], input[type='email'],
input[type='url'], input[type='search'], input[type='number'] {
padding: 10px 25px;
max-width: 100%;
outline: none !important;
border: none;
background-color: rgba(0, 0, 0, .025);
-webkit-box-shadow: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
white-space: nowrap;
font-weight: 400;
font-size: .875rem;
font-family: 'Montserrat', sans-serif;
line-height: 22px;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
input[type='submit'], button {
padding: 0 40px;
outline: none !important;
border: none;
-webkit-border-radius: 0;
border-radius: 0;
background: none;
background-color: #333;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
color: #fff;
white-space: nowrap;
font-weight: 600;
font-size: 12px;
font-family: 'Montserrat', sans-serif;
line-height: 40px;
cursor: pointer;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.load-animation,
.loadmore-animation {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 992;
background-color: transparent;
background-image: url(//www.technik-blog.org/wp-content/themes/pixwell/assets/images/loading.svg);
background-position: center;
background-size: 50px;
background-repeat: no-repeat;
pointer-events: none !important;
}
.live-search-animation {
top: 0;
right: 0;
bottom: auto;
left: auto;
display: none;
width: 56px;
height: 56px;
background-color: transparent !important;
background-size: 26px;
}
.live-search-submit.p-link {
margin-right: auto;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
height: auto;
}
input[type='number'] {
-moz-appearance: textfield;
}
.loadmore-animation {
display: none;
background-size: 32px;
opacity: 0;
}
input[type='submit']:hover, input[type='submit']:focus, button:hover, button:focus,
input[type='button']:hover, input[type='button']:focus {
background-color: #ff8763;
}
input[type='file'] {
padding: 10px 100px 10px 10px;
background-color: #f9f9f9;
box-shadow: none;
font-size: 14px;
}
button.pswp__button,
button.pswp__button:hover,
button.pswp__button:focus {
background: none;
}
label {
font-size: .85rem;
line-height: 1.7;
}
.tipsy {
position: absolute;
z-index: 100000;
padding: 5px;
font-weight: 500;
font-size: 11px;
font-family: 'Montserrat', sans-serif;
}
.tipsy-inner {
padding: 7px;
max-width: 200px;
background-color: #333;
color: #fff;
text-align: center;
letter-spacing: inherit;
font-family: inherit;
line-height: 1;
}
.tipsy-arrow {
position: absolute;
width: 0;
height: 0;
border: 5px dashed #333;
line-height: 0;
}
.tipsy-arrow-n {
border-bottom-color: #333;
}
.tipsy-n .tipsy-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-top: none;
border-right-color: transparent;
border-bottom-style: solid;
border-left-color: transparent;
}
.tipsy-w .tipsy-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-top-color: transparent;
border-right-style: solid;
border-bottom-color: transparent;
border-left: none;
}
.tipsy-e .tipsy-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-top-color: transparent;
border-right: none;
border-bottom-color: transparent;
border-left-style: solid;
}
.tipsy-s .tipsy-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-top-style: solid;
border-right-color: transparent;
border-bottom: none;
border-left-color: transparent;
} .rb-owl {
position: relative;
z-index: 1;
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
}
.rb-owl .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden;
}
.rb-owl .owl-stage:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: '.';
line-height: 0;
}
.rb-owl .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.rb-owl .owl-wrapper,
.rb-owl .owl-item {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
}
.rb-owl .owl-item {
position: relative;
float: left;
min-height: 1px;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.rb-owl .owl-nav.disabled,
.rb-owl .owl-dots.disabled {
display: none;
}
.rb-owl .owl-nav .owl-prev,
.rb-owl .owl-nav .owl-next,
.rb-owl .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.rb-owl .owl-nav button.owl-prev,
.rb-owl .owl-nav button.owl-next,
.rb-owl button.owl-dot {
padding: 0 !important;
outline: none !important;
border: none !important;
background: none;
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: inherit;
font: inherit;
}
.rb-owl.owl-loaded {
display: block;
}
.rb-owl.owl-loading {
display: block;
opacity: 0;
}
.rb-owl.owl-hidden {
opacity: 0;
}
.rb-owl.owl-refresh .owl-item {
visibility: hidden;
}
.rb-owl.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.rb-owl.owl-grab {
cursor: move;
cursor: grab;
}
.rb-owl.owl-rtl {
direction: rtl;
}
.rb-owl.owl-rtl .owl-item {
float: right;
}
.rb-owl .owl-nav {
position: static;
}
.rb-owl-next,
.rb-owl-prev {
position: absolute;
top: 50%;
display: block;
overflow: hidden;
margin-top: -50px;
width: 32px;
height: 100px;
background-color: #333;
-webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, .1);
box-shadow: 1px 5px 10px rgba(0, 0, 0, .1);
color: #fff;
text-align: center;
font-weight: 400;
opacity: 0;
cursor: pointer;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1), background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1), background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1), background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1), background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1), background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.rb-owl-prev {
right: auto;
left: 15px;
}
.rb-owl-next {
right: 15px;
left: auto;
}
.rb-owl:hover .rb-owl-next,
.rb-owl:hover .rb-owl-prev {
opacity: .5;
}
.rb-owl .rb-owl-next:hover,
.rb-owl .rb-owl-prev:hover {
background: #fff;
color: #333;
opacity: 1;
}
.owl-nav i {
position: relative;
display: block;
width: 32px;
text-align: center;
font-size: 18px;
line-height: 100px;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.owl-nav span {
position: absolute;
top: 0;
bottom: auto;
left: 0;
display: block;
padding-left: .4em;
width: 100px;
text-align: center;
letter-spacing: .2rem;
font-size: .7rem;
line-height: 32px;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-webkit-transform: rotate(90deg) translate3d(0, 0, 0);
-moz-transform: rotate(90deg) translate3d(0, 0, 0);
-ms-transform: rotate(90deg) translate3d(0, 0, 0);
-o-transform: rotate(90deg) translate3d(0, 0, 0);
transform: rotate(90deg) translate3d(0, 0, 0);
-webkit-transform-origin: top left;
transform-origin: top left;
}
.owl-nav > div:hover i {
-webkit-transform: translate3d(32px, 0, 0);
-moz-transform: translate3d(32px, 0, 0);
-ms-transform: translate3d(32px, 0, 0);
-o-transform: translate3d(32px, 0, 0);
transform: translate3d(32px, 0, 0);
transform: translate3d(32px, 0, 0);
}
.owl-nav > div:hover span {
-webkit-transform: rotate(90deg) translate3d(0, -30px, 0);
-moz-transform: rotate(90deg) translate3d(0, -30px, 0);
-ms-transform: rotate(90deg) translate3d(0, -30px, 0);
-o-transform: rotate(90deg) translate3d(0, -30px, 0);
transform: rotate(90deg) translate3d(0, -30px, 0);
}
.owl-nav .rb-owl-prev span {
top: auto;
bottom: 0;
padding-left: 0;
-webkit-transform: rotate(-90deg) translate3d(0, 64px, 0);
-moz-transform: rotate(-90deg) translate3d(0, 64px, 0);
-ms-transform: rotate(-90deg) translate3d(0, 64px, 0);
-o-transform: rotate(-90deg) translate3d(0, 64px, 0);
transform: rotate(-90deg) translate3d(0, 64px, 0);
-webkit-transform-origin: bottom left;
transform-origin: bottom left;
}
.owl-nav div.rb-owl-prev:hover i {
-webkit-transform: translate3d(-32px, 0, 0);
-moz-transform: translate3d(-32px, 0, 0);
-ms-transform: translate3d(-32px, 0, 0);
-o-transform: translate3d(-32px, 0, 0);
transform: translate3d(-32px, 0, 0);
}
.owl-nav > div.rb-owl-prev:hover span {
top: auto;
bottom: 0;
-webkit-transform: rotate(-90deg) translate3d(0, 32px, 0);
-moz-transform: rotate(-90deg) translate3d(0, 32px, 0);
-ms-transform: rotate(-90deg) translate3d(0, 32px, 0);
-o-transform: rotate(-90deg) translate3d(0, 32px, 0);
transform: rotate(-90deg) translate3d(0, 32px, 0);
-webkit-transform-origin: bottom left;
transform-origin: bottom left;
}
.rb-owl .owl-dots {
position: relative;
display: block;
margin-top: 20px;
text-align: center;
line-height: 1;
}
.rb-owl .owl-dot > span {
display: block;
margin: 0 3px;
width: 8px;
height: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
background-color: currentColor;
opacity: .5;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.rb-owl .owl-dot.active > span {
width: 20px;
opacity: 1;
}
.rb-owl .owl-dot:hover {
opacity: 1;
}
.owl-dots {
height: 0;
}
.owl-loaded .owl-dots {
height: auto;
} .no-js .rb-owl {
display: block;
}
.rb-owl .animated {
animation-duration: 1000ms;
animation-fill-mode: both;
}
.rb-owl .owl-animated-in {
z-index: 0;
}
.rb-owl .owl-animated-out {
z-index: 1;
}
.rb-owl .fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.owl-height {
transition: height 500ms cubic-bezier(0.32, 0.74, 0.57, 1);
}
.rb-owl .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms cubic-bezier(0.32, 0.74, 0.57, 1);
}
.rb-owl .owl-item .owl-lazy[src^=''],
.rb-owl .owl-item .owl-lazy:not([src]) {
max-height: 0;
}
.rb-owl .owl-item img.owl-lazy {
transform-style: preserve-3d;
}
.rb-owl .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.rb-owl .owl-video-play-icon {
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
margin-top: -40px;
margin-left: -40px;
width: 80px;
height: 80px;
cursor: pointer;
transition: transform 100ms cubic-bezier(0.32, 0.74, 0.57, 1);
-webkit-backface-visibility: hidden;
}
.rb-owl .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
.rb-owl .owl-video-playing .owl-video-tn,
.rb-owl .owl-video-playing .owl-video-play-icon {
display: none;
}
.rb-owl .owl-video-tn {
height: 100%;
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
opacity: 0;
transition: opacity 400ms cubic-bezier(0.32, 0.74, 0.57, 1);
}
.rb-owl .owl-video-frame {
position: relative;
z-index: 1;
width: 100%;
height: 100%;
} .rbc-row {
position: relative;
display: block;
margin-right: auto;
margin-bottom: 50px;
margin-left: auto;
padding: 0;
}
.rbc-row.is-wrapper {
max-width: 1200px;
}
.rbc-container {
position: static;
display: block;
margin-right: auto;
margin-left: auto;
max-width: 1200px;
}
.rbc-row.is-fullwide > .rbc-container { padding-right: 0;
padding-left: 0;
max-width: 100% !important;
}
.post-edit-link {
position: absolute;
right: 10px;
bottom: 0;
z-index: 99;
display: block;
visibility: hidden;
padding: 5px;
background-color: #333;
color: #fff;
font-size: 12px;
line-height: 1;
opacity: 0;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.post-edit-link:hover {
background-color: #ff8763;
}
.page-edit-link:hover {
color: #ff8763;
}
article:hover .post-edit-link {
visibility: visible;
opacity: 1;
} .rbc-wrap {
display: flex;
display: -webkit-flex;
flex-flow: row nowrap;
}
.rbc-sidebar {
position: relative;
display: flex;
display: -webkit-flex;
flex-flow: column nowrap;
}
.rbc-content {
display: flex;
display: -webkit-flex;
flex-flow: row wrap;
align-items: flex-start;
align-content: flex-start;
}
.rbc-fw-section .rbc-content {
max-width: 100%;
width: 100%;
flex: 0 0 100%;
}
.block-wrap {
position: relative;
display: flex;
display: -webkit-flex;
width: 100%;
flex-flow: column nowrap;
flex-basis: 100%;
}
.block-wrap:not(.block-mix) {
max-width: 100%;
}
.content-wrap {
position: relative;
width: 100%;
}
.rbc-content-section .rbc-content {
max-width: 66.66%;
width: 66.66%;
flex: 0 0 66.66%;
}
.rbc-content-section .rbc-sidebar {
padding-left: 50px;
max-width: 33.33%;
width: 33.33%;
flex: 0 0 33.33%;
}
.no-active-sidebar.rbc-content-section.single-1 .rbc-content,
.no-active-sidebar.rbc-content-section.layout-classic .rbc-content {
max-width: 100%;
width: 100%;
flex: 0 0 100%;
}
.no-active-sidebar.rbc-content-section.single-1 .single-box {
max-width: 100%;
}
.rbc-content-section.is-sidebar-left .rbc-wrap {
flex-direction: row-reverse;
}
.rbc-content-section.is-sidebar-left .rbc-sidebar {
padding-right: 60px;
padding-left: 0;
}
.wrap {
position: relative;
}
.site-wrap .wrap {
margin-top: 50px;
margin-bottom: 50px;
}
.wrap .wrap {
margin-top: 0;
margin-bottom: 0;
}
.content-inner {
position: relative;
} .cat-list-wrap {
width: 100%;
}
.cat-list-inner {
display: flex;
display: -webkit-flex;
width: 100%;
flex: 0 0 100%;
flex-grow: 1;
align-items: center;
flex-flow: column nowrap;
}
header.cat-list-header {
margin-bottom: 20px;
width: 100%;
text-align: center;
flex-flow: column nowrap;
}
.cat-list-content {
display: flex;
display: -webkit-flex;
width: 100%;
flex-grow: 1;
justify-content: center;
flex-flow: row nowrap;
}
.element-desc {
margin-top: 15px;
margin-bottom: 0;
font-size: .85rem;
line-height: 1.7;
}
.element-desc * {
font-size: inherit;
}
.cat-list-item {
position: relative;
display: flex;
display: -webkit-flex;
overflow: hidden;
margin-right: 10px;
margin-left: 10px;
padding: 0;
max-width: 170px;
flex: 0 0 170px;
flex-flow: column nowrap;
flex-shrink: 1;
}
.cat-item-inner {
position: relative;
display: flex;
display: -webkit-flex;
overflow: hidden;
}
.cat-list-item a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99;
display: block;
}
.cat-list-name {
z-index: 10;
margin-top: auto;
padding: 15px 5px;
text-align: center;
white-space: nowrap;
line-height: 1;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.cat-list-feat {
position: relative;
z-index: 1;
overflow: hidden;
}
.cat-list-feat img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
object-fit: cover;
-webkit-object-fit: cover;
}
.fw-category-1 .cat-list-feat {
padding-bottom: 100%;
}
.fw-category-1 .cat-list-item .cat-list-name {
background-color: #333;
color: #fff;
}
.fw-category-2 .cat-list-content {
width: auto;
flex-grow: 1;
}
.fw-category-2 .cat-list-content-inner {
display: flex;
display: -webkit-flex;
margin-right: -10px;
margin-bottom: -15px;
margin-left: -10px;
flex-flow: row wrap;
flex-grow: 1;
}
.fw-category-2 .cat-list-inner {
align-items: flex-start;
}
.fw-category-2 .cat-list-feat {
padding-bottom: 62.5%;
}
.fw-category-2 .cat-list-item {
margin-right: 0;
margin-bottom: 15px;
margin-left: 0;
padding-right: 10px;
padding-bottom: 0;
padding-left: 10px;
max-width: 50%;
width: 50%;
flex: 0 0 50%;
}
.fw-category-1 .cat-list-item:hover .cat-list-name,
.fw-category-1.is-light-text .cat-list-item:hover .cat-list-name {
color: #ff8763;
}
.fw-category-2 .cat-list-item:hover .cat-list-name {
opacity: .7;
} .pagination-loadmore {
position: relative;
}
.pagination-link, .loadmore-link,
.page-numbers, .post-page-numbers {
position: relative;
display: inline-flex;
display: -webkit-inline-flex;
margin: 0 5px;
padding: 0 20px;
min-width: 36px;
background-color: rgba(0, 0, 0, .07);
line-height: 36px;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
justify-content: center;
align-items: center;
}
.page-numbers {
padding: 0 5px;
}
.is-dark-pag .pagination-link, .is-dark-pag .loadmore-link,
.is-dark-pag .page-numbers, .is-dark-pag .post-page-numbers {
background-color: #333;
color: #fff;
}
.is-dark-pag .filter-link.is-disable,
.is-dark-pag .page-numbers.current,
.is-dark-pag .post-page-numbers.current,
.is-dark-pag .pagination-nextprev a.is-disable {
opacity: .15;
}
a.pagination-link:hover,
a.page-numbers:hover,
.post-page-numbers:hover,
a.loadmore-link:hover {
background-color: #ff8763;
color: #fff;
}
.page-numbers.dots {
background: none;
opacity: .5;
}
.pagination-wrap {
display: flex;
display: -webkit-flex;
margin-top: 35px;
text-align: center;
font-weight: 600;
font-size: 12px;
font-family: 'Montserrat', sans-serif;
flex: 0 0 100%;
justify-content: center;
flex-flow: row nowrap;
align-items: center;
}
.pagination-wrap.pagination-number > * {
font-size: 1.1em;
}
.archive-content .content-inner {
margin-bottom: -35px;
}
a.pagination-link i {
display: inline-block;
margin-right: 7px;
vertical-align: middle;
}
.pagination-link.ajax-next {
margin-left: 5px;
}
.pagination-link.ajax-next i {
margin-right: 0;
margin-left: 7px;
}
.pagination-nextprev .pagination-link, .loadmore-link {
min-width: 140px;
}
.pagination-simple .page-numbers {
min-width: 180px;
}
.pagination-infinite {
position: relative;
display: block;
min-height: 42px;
width: 100%;
height: 42px;
}
.pagination-wrap.disable-pagination {
margin-top: 0;
min-height: 0;
height: 0;
}
.filter-link.is-disable,
.page-numbers.current,
.post-page-numbers.current,
.pagination-nextprev a.is-disable {
opacity: .5;
pointer-events: none;
}
.per-load {
display: block;
visibility: hidden;
overflow: hidden;
height: 40px;
opacity: 0;
}
.rb-owl.per-load {
height: 100px;
}
.site-content.has-sidebar.is-sidebar-left .rbc-sidebar {
padding-right: 60px;
padding-left: 0;
} .topbar-wrap {
position: relative;
display: block;
min-height: 32px;
background-color: #333;
color: #fff;
font-size: 13px;
font-family: 'Quicksand', sans-serif;
}
.topbar-wrap.is-fullwidth .rbc-container {
max-width: 100%;
}
.topline-wrap {
display: block;
height: 2px;
width: 100%;
padding: 0;
margin: 0;
background-color: #ff8763;
}
.topbar-inner {
position: relative;
display: flex;
display: -webkit-flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
}
.topbar-left {
display: flex;
display: -webkit-flex;
flex-flow: row nowrap;
align-items: center;
flex: 1;
}
.topbar-info {
display: flex;
display: -webkit-flex;
line-height: 32px;
align-items: center;
flex-flow: row nowrap;
}
.topbar-info > * {
display: inline-flex;
display: -webkit-inline-flex;
margin-right: 15px;
align-items: center;
}
.topbar-info i {
margin-right: 5px;
line-height: 1;
}
.topbar-menu-wrap {
display: flex;
display: -webkit-flex;
font-weight: 500;
font-family: 'Quicksand', sans-serif;
flex: 1;
flex-flow: row nowrap;
}
.topbar-menu > li {
position: relative;
display: block;
float: left;
}
.topbar-menu > li > a {
position: relative;
display: block;
padding: 0 7px;
line-height: 32px;
opacity: .7;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.topbar-menu > li:first-child > a {
padding-left: 0;
}
.topbar-menu > li > a:hover {
opacity: 1;
}
.topbar-menu .sub-menu {
position: absolute;
top: 110%;
left: 0;
z-index: 9999;
display: block;
padding: 10px 0;
min-width: 180px;
background-color: #333;
-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
opacity: 0;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
pointer-events: none;
}
.hovering-menu {
position: relative;
}
.topbar-menu .sub-menu a {
display: flex;
display: -webkit-flex;
padding: 7px 15px 7px 20px;
white-space: nowrap;
line-height: 1;
flex-grow: 1;
align-items: center;
}
.topbar-menu .sub-menu a > span {
position: relative;
left: -4px;
-webkit-transition: left .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: left .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: left .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: left .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: left .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.topbar-menu .sub-menu .menu-item-has-children > a:after {
display: flex;
display: -webkit-flex;
margin-left: auto;
content: '\e926';
font-family: 'ruby-icon' !important;
line-height: 1;
}
.animation-menu .sub-menu > li > a {
opacity: 0;
-webkit-transform: translate3d(15px, 0, 0);
-moz-transform: translate3d(15px, 0, 0);
-ms-transform: translate3d(15px, 0, 0);
-o-transform: translate3d(15px, 0, 0);
transform: translate3d(15px, 0, 0);
}
.topbar-menu > .menu-item-has-children:hover > .sub-menu,
.main-menu > li:hover > .sub-menu {
top: calc(100% - 1px);
bottom: auto;
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.no-delay .sub-menu > li > a {
-webkit-transition-delay: 0s !important;
transition-delay: 0s !important;
}
.animation-menu.hovering-menu > .sub-menu > li > a {
opacity: 1;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-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);
}
.sub-mega .sub-menu a {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0) !important;
-moz-transform: translate3d(0, 0, 0) !important;
-ms-transform: translate3d(0, 0, 0) !important;
-o-transform: translate3d(0, 0, 0) !important;
transform: translate3d(0, 0, 0) !important;
}
.topbar-right {
display: flex;
display: -webkit-flex;
margin-left: auto;
height: 32px;
}
.topbar-social {
display: flex;
display: -webkit-flex;
height: 100%;
flex-flow: row nowrap;
align-items: center;
}
.topbar-social a {
display: flex;
display: -webkit-flex;
padding: 0 5px;
height: 100%;
font-size: 13px;
flex-flow: row nowrap;
align-items: center;
}
.topbar-menu > .menu-item.menu-item-has-children > a:after,
.main-menu > .menu-item.menu-item-has-children > a:after {
margin-left: 2px;
content: '\e924';
vertical-align: middle;
font-size: .8em;
font-family: 'ruby-icon' !important;
line-height: 1;
}
.main-menu .sub-menu .menu-item-has-children > a:after {
display: flex;
display: -webkit-flex;
margin-left: auto;
content: '\e926';
font-family: 'ruby-icon' !important;
line-height: 1;
}
.main-menu .sub-menu.left-direction .menu-item-has-children > a:after {
margin-right: auto;
margin-left: 0;
content: '\e925';
}
.btn-toggle-wrap {
position: relative;
z-index: 99;
padding-right: 20px;
height: 100%;
}
.btn-toggle {
position: relative;
display: block;
overflow: hidden;
width: 40px;
height: 100%;
cursor: pointer;
}
.btn-toggle .off-canvas-toggle {
position: absolute;
top: 0;
left: 0;
z-index: 20;
display: block;
width: 100%;
height: 100%;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.icon-toggle {
position: absolute;
top: 50%;
left: 0;
display: block;
width: 100%;
height: 1px;
background-color: currentColor;
font-size: 0;
-webkit-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.icon-toggle:before, .icon-toggle:after {
position: absolute;
left: 0;
width: 75%;
height: 100%;
background-color: currentColor;
content: '';
-webkit-transition: -webkit-transform 0.35s, width .2s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: -moz-transform 0.35s, width .2s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: -ms-transform 0.35s, width .2s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: transform 0.35s, width .2s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.icon-toggle:before {
-webkit-transform: translateY(-7px);
transform: translateY(-7px);
}
.icon-toggle:after {
-webkit-transform: translateY(7px);
transform: translateY(7px);
}
.mobile-js-menu .off-canvas-toggle .icon-toggle {
background-color: transparent;
}
.mobile-js-menu .off-canvas-toggle .icon-toggle:before {
width: 100%;
-webkit-transform: translateY(0) rotate(45deg);
transform: translateY(0) rotate(45deg);
}
.mobile-js-menu .off-canvas-toggle .icon-toggle:after {
width: 100%;
-webkit-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
}
.off-canvas-toggle:hover, .off-canvas-toggle:focus {
opacity: 1;
} .header-wrap {
position: relative;
display: block;
}
.navbar-wrap {
position: relative;
z-index: 999;
display: block;
background-color: #fff;
}
.navbar-inner {
position: relative;
display: flex;
display: -webkit-flex;
min-height: 60px;
max-width: 100%;
justify-content: space-between;
align-items: stretch;
flex-flow: row nowrap;
}
.navbar-left {
display: flex;
display: -webkit-flex;
align-items: center;
flex-flow: row nowrap;
flex: 1;
}
.navbar-right {
position: relative;
display: flex;
display: -webkit-flex;
flex-flow: row nowrap;
align-items: stretch;
justify-content: flex-end;
}
.navbar-right > * {
position: static;
display: flex;
display: -webkit-flex;
margin-left: 7px;
flex-flow: row nowrap;
align-items: center;
}
.navbar-right > *:first-child {
margin-left: 0;
}
.header-2 .is-main-nav .navbar-left {
flex-grow: 0;
flex-shrink: 0;
flex-basis: auto;
}
.header-2 .navbar-right-outer {
position: static;
display: flex;
display: -webkit-flex;
flex: 1;
align-items: stretch;
justify-content: flex-end;
}
.header-1 .navbar-wrap,
.header-2 .navbar-wrap,
.header-4 .navbar-wrap,
.header-8 .navbar-wrap,
.section-sticky .navbar-wrap,
.mobile-sticky-nav {
-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
}
.main-menu > li {
display: block;
float: left;
}
.main-menu > li > a {
position: relative;
display: flex;
display: -webkit-flex;
padding: 0 15px;
height: 60px;
white-space: nowrap;
letter-spacing: .02em;
font-weight: 600;
font-size: 16px;
font-family: 'Quicksand', sans-serif;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
flex-wrap: nowrap;
align-items: center;
}
.navbar-inner .logo-wrap {
display: flex;
display: -webkit-flex;
margin-right: 15px;
max-height: 100%;
}
.is-logo-image.logo-wrap a {
display: block;
}
.logo-wrap img {
display: block;
max-height: 60px;
width: auto;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
object-fit: cover;
-webkit-object-fit: cover;
}
.logo-wrap a:hover img {
opacity: .7;
}
.logo-wrap img {
}
.header-3 .banner-wrap .logo-wrap img,
.header-6 .banner-wrap .logo-wrap img,
.header-7 .banner-wrap .logo-wrap img {
margin: auto;
max-height: 110px;
width: auto;
height: auto;
}
.header-7 .banner-wrap .logo-wrap img {
margin: auto;
max-height: 200px;
width: auto;
height: auto;
}
.header-3 .banner-right .nav-mini-cart,
.header-6 .banner-right .nav-mini-cart {
right: -10px;
}
.is-logo-text .logo-title {
letter-spacing: -0.025em;
font-weight: 700;
font-size: 32px;
font-family: 'Montserrat', sans-serif;
}
.is-logo-text .logo-title * {
font-weight: inherit;
font-size: inherit;
}
.is-logo-text .logo-title strong {
font-weight: inherit;
}
.logo-wrap.is-logo-text .logo-title {
line-height: 1.1;
}
.header-1 .is-logo-text .logo-title,
.header-2 .is-logo-text .logo-title {
white-space: nowrap;
line-height: 60px;
}
.transparent-navbar-wrap.light-style .is-logo-text .logo-title,
.transparent-navbar-wrap.light-style .off-canvas-toggle,
.transparent-navbar-wrap.light-style .m-nav-right {
color: #fff;
}
.header-float .navbar-outer {
position: relative;
}
.header-float .transparent-navbar-wrap {
position: absolute;
top: 0;
right: 0;
bottom: auto;
left: 0;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.header-float .navbar-inner {
border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.header-float.is-wide .section-sticky .rbc-container.navbar-holder {
max-width: 100%;
} .is-logo-image .logo-title,
.is-logo-image .site-description {
display: none;
}
.site-description {
display: none;
}
.header-3 .is-logo-text .site-description,
.header-6 .is-logo-text .site-description {
display: block;
}
.social-icons a {
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.navbar-social {
display: flex;
display: -webkit-flex;
align-items: stretch;
}
.navbar-social a {
display: inline-flex;
padding: 0 4px;
font-size: 17px;
align-items: center;
}
.header-wrap .cart-link,
.off-canvas-wrap .cart-link,
.bookmark-section .bookmark-link,
.header-wrap .search-icon,
.header-wrap .trend-icon {
position: relative;
display: flex;
display: -webkit-flex;
min-width: 26px;
height: 100%;
line-height: 1;
cursor: pointer;
justify-content: center;
align-items: center;
}
.header-wrap .rb-mini-cart > *,
.header-wrap .search-icon > *,
.header-wrap .trending-section > *,
.bookmark-section .bookmark-link {
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.bookmark-link:hover,
.header-wrap .rb-mini-cart:hover > *,
.header-wrap .search-icon:hover > *,
.header-wrap .trending-section:hover > * {
opacity: .5;
}
.bookmark-link {
font-size: 22px;
}
.header-wrap .cart-link,
.off-canvas-wrap .cart-link {
font-size: 24px;
}
.header-wrap .search-icon {
font-size: 32px;
}
.header-wrap .trend-icon {
font-size: 22px;
}
.cart-icon,
.bookmark-icon {
display: flex;
display: -webkit-flex;
line-height: 28px;
align-items: flex-start;
}
.rb-counter {
display: flex;
display: -webkit-flex;
margin-left: -4px;
padding: 0 2px;
min-height: 16px;
background-color: #333;
color: #fff;
text-align: center;
letter-spacing: 0;
font-style: normal;
font-size: .7rem;
line-height: 1;
align-items: center;
}
.header-lightbox {
position: absolute;
top: 100%;
top: calc(100% - 1px);
right: 0;
left: auto;
z-index: 1000;
display: block;
visibility: hidden;
padding: 20px;
width: 360px;
border-top: 4px solid;
background-color: #fff;
-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
color: #333;
opacity: 0;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);
}
.is-hover:hover .header-lightbox,
.header-lightbox.show-searchform {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.trend-header {
margin-bottom: 10px;
}
.trend-content {
position: relative;
padding-top: 30px;
}
.no-trend {
font-size: .8rem;
opacity: .7;
}
.trend-content:before {
position: absolute;
top: 0;
right: 0;
left: 0;
display: block;
height: 10px;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
pointer-events: none;
}
.trend-content > *:last-child {
margin-bottom: 0;
}
.main-menu-wrap {
display: flex;
display: -webkit-flex;
flex-grow: 1;
}
.search-form {
position: relative;
display: block;
margin-right: auto;
margin-left: auto;
max-width: 460px;
}
.search-form input[type='search'] {
padding-right: 66px;
width: 100%;
border: none;
-webkit-border-radius: 0;
border-radius: 0;
line-height: 36px;
}
.search-form input[type='submit'] {
position: absolute;
top: 0;
right: 0;
bottom: auto;
left: auto;
z-index: 9;
display: block;
padding: 0;
width: 56px;
height: 100%;
background-color: transparent !important;
text-align: center;
text-indent: -9999px;
font-size: 0;
line-height: 56px;
cursor: pointer;
}
.search-form .screen-reader-text {
display: none !important;
}
.search-form:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: auto;
z-index: 10;
width: 56px;
height: 100%;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
color: currentColor;
content: '\e618';
text-align: center;
font-size: 24px;
font-family: 'ruby-icon' !important;
line-height: 56px;
opacity: .5;
-webkit-transition: opacity .25s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .25s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .25 cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .25s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .25s cubic-bezier(0.32, 0.74, 0.57, 1);
pointer-events: none;
}
.search-form.loading:after {
opacity: 0;
}
.navbar-search-popup.header-lightbox {
padding: 0;
}
.live-search-content {
position: relative;
display: block;
padding: 25px 20px 20px 20px;
}
.live-search-content:before {
position: absolute;
top: 0;
right: 20px;
left: 20px;
display: block;
height: 10px;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
pointer-events: none;
}
.pagination-wrap.live-search-more {
margin-top: 0;
}
.search-not-found {
margin-bottom: 10px;
font-size: .8rem;
}
.navbar-search-popup .search-form input[type='search'] {
background-color: transparent;
font-size: 0.85rem;
}
.navbar-search-popup .popup-inner {
position: relative;
} .main-menu .sub-menu {
position: absolute;
top: 110%;
right: auto;
left: auto;
z-index: 9999;
display: block;
visibility: hidden;
padding: 10px 0;
min-width: 200px;
background-color: #fff;
-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
text-align: left;
opacity: 0;
-webkit-transition: all .25s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .25s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .25s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .25s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .25s cubic-bezier(0.32, 0.74, 0.57, 1);
pointer-events: none;
}
.main-menu .sub-menu.left-direction {
right: 0;
left: auto;
}
.main-menu > li > .sub-menu:not(.sub-mega).left-direction a {
flex-direction: row-reverse;
}
.main-menu > .sub-menu:not(.sub-mega) {
margin-left: -10px;
}
.main-menu .sub-menu .sub-menu,
.topbar-menu .sub-menu .sub-menu {
top: 0 !important;
right: auto;
bottom: auto;
left: 110%;
}
.main-menu .sub-menu .sub-menu.left-direction {
right: 100%;
left: auto;
}
.main-menu > li.menu-item-has-children > .sub-menu:before {
position: absolute;
top: -9px;
right: auto;
bottom: auto;
left: 20px;
display: block;
width: 0;
height: 0;
border-right: 10px solid transparent;
border-bottom: 10px solid currentColor;
border-left: 10px solid transparent;
color: #fff;
content: '';
pointer-events: none;
}
.main-menu > li.menu-item-has-children > .sub-menu.left-direction:before {
right: 20px;
left: auto;
}
.main-menu .sub-menu:not(.sub-mega) {
font-weight: 500;
font-size: 14px;
font-family: 'Quicksand', sans-serif;
}
.main-menu .sub-menu .sub-menu.mega-tree {
background: none;
background-color: transparent;
}
.main-menu .sub-menu li:hover > .sub-menu,
.topbar-menu .sub-menu li:hover > .sub-menu {
right: auto;
left: calc(100% - 1px);
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.main-menu .sub-menu li:hover > .sub-menu.left-direction {
right: calc(100% - 1px);
left: auto
}
.sub-menu li {
position: relative;
}
.main-menu > li > .sub-menu:not(.sub-mega) a {
display: flex;
display: -webkit-flex;
padding: 7px 20px 7px 25px;
line-height: 1;
flex-grow: 1;
align-items: center;
}
.main-menu .sub-menu a > span {
position: relative;
left: -4px;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.main-menu .sub-menu.left-direction a > span {
right: -4px;
left: auto;
}
.main-menu .pagination-wrap a > span {
left: auto;
color: inherit !important;
-webkit-transition: all 0s;
-moz-transition: all 0s;
-ms-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;
}
.rb-menu a > span {
position: relative;
line-height: 1.3;
}
.rb-menu a > span:before {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 4px;
background-color: currentColor;
content: '';
opacity: 0.2 !important;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.rb-menu a.pagination-link > span:before {
display: none;
}
.topbar-menu .sub-menu a:hover > span,
.main-menu .sub-menu li a:hover > span {
left: 0;
}
.main-menu .sub-menu.left-direction li a:hover > span {
right: 0;
left: auto;
}
.rb-menu > li.current-menu-item > a > span:before {
width: 100%;
color: #ff8763;
opacity: 1;
}
.rb-menu a:hover > span:before,
.rb-menu > li.current-menu-item > a:hover > span:before {
width: 100%;
opacity: 1;
}
.rb-menu > li.current-menu-item > a:hover > span:before {
color: inherit;
} .main-menu > li.is-mega-menu.type-category,
.main-menu > li.is-mega-menu.type-category > a {
position: static;
}
.main-menu > li.is-mega-menu.type-column,
.main-menu > li.is-mega-menu.type-column > a {
position: relative;
}
.mega-holder {
display: flex;
display: -webkit-flex;
min-height: 230px;
flex: 0 0 100%;
flex-flow: row nowrap;
}
.main-menu .mega-category.sub-menu {
right: 0;
left: 0;
overflow: hidden;
padding: 0;
}
.mega-category article {
margin-bottom: 20px;
}
.mega-category.sub-mega .pagination-wrap {
margin-top: 5px;
margin-bottom: 20px;
}
.mega-category a.pagination-link {
min-height: 32px;
line-height: 32px;
}
.pagination-simple .rbi-arrow-left {
margin-right: 7px;
}
.pagination-simple .rbi-arrow-right {
margin-left: 7px;
}
.main-menu .sub-mega .sub-menu {
position: relative !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important;
visibility: visible !important;
min-width: 0;
-webkit-box-shadow: none !important;
box-shadow: none !important;
opacity: 1 !important;
transform: none !important;
}
.main-menu .sub-mega .sub-menu .sub-menu {
background-color: transparent !important;
}
.main-menu li.menu-item-has-children:hover > .sub-mega .sub-menu {
pointer-events: auto !important;
}
.sub-mega .fw-mega-cat {
display: flex;
display: -webkit-flex;
padding: 20px 20px 0;
width: auto;
flex-grow: 1;
flex-basis: 0;
flex-flow: row wrap;
}
.elementor-widget-wrap .block-wrap.none-margin .content-wrap {
margin-bottom: 0;
}
.main-menu .sub-menu.mega-col {
padding-top: 0;
padding-bottom: 0;
}
.sub-menu.mega-col > .sub-menu {
overflow: hidden;
}
.main-menu .sub-mega.sub-menu .menu-item-has-children > a:after,
.rb-menu .mega-col.sub-menu a > span:before {
display: none;
}
.rb-menu .mega-col.sub-menu a > span {
left: auto;
}
.header-2 .rb-menu > li > .sub-menu.mega-col {
left: -200px;
}
.mega-col > .sub-menu {
display: flex;
display: -webkit-flex;
padding-top: 0;
padding-bottom: 0;
flex-flow: row nowrap;
align-items: stretch;
}
.mega-col > .sub-menu > li:not(.is-menu-image) a {
opacity: .7;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.mega-col > .sub-menu > li:not(.is-menu-image) a:hover {
opacity: 1;
}
.mega-col > .sub-menu > li:not(.is-menu-image) > a {
position: relative;
padding-bottom: 15px;
font-size: 1.1em;
opacity: 1;
}
.mega-col > .sub-menu > li:not(.is-menu-image) > a:before {
position: absolute;
right: 0;
bottom: 0;
left: 0;
display: block;
height: 10px;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
pointer-events: none;
}
.mega-col li:not(.is-menu-image) a {
display: block;
padding: 5px 0;
}
.sub-menu-image {
display: -webkit-flex;
display: flex;
width: 100%;
height: 100%;
}
.sub-menu-image img {
position: relative;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
object-fit: cover;
-webkit-object-fit: cover;
}
.is-menu-image:hover img {
opacity: .7;
}
.mega-col > .sub-menu > li {
max-width: 190px;
width: 190px;
}
.mega-col > .sub-menu > li:not(.is-menu-image) {
padding: 20px 20px 20px 24px;
flex-shrink: 0;
}
.mega-col > .sub-menu > li.is-menu-image {
position: relative;
}
.mega-col > .sub-menu > li.is-menu-image a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
text-indent: -9999px;
font-size: 0;
}
.fw-mega-cat .content-wrap {
clear: both;
margin-bottom: 0 !important;
width: 100%;
}
.mega-category .mega-holder > .sub-menu {
position: relative;
display: flex;
display: -webkit-flex;
padding: 20px 20px 24px 20px;
width: 210px;
border-right: 1px solid rgba(0, 0, 0, .07);
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
flex-shrink: 0;
flex-flow: column wrap;
}
.mega-category .mega-holder > .sub-menu:after {
position: absolute;
top: auto;
right: 20px;
bottom: 20px;
left: auto;
display: block;
width: 60px;
height: 40px;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
}
.mega-category .sub-menu a {
display: block;
padding: 7px 0;
}
.header-2 nav#site-navigation {
position: static;
margin-right: 15px;
flex-grow: 0;
flex-basis: auto;
} .header-3 .navbar-outer,
.header-6 .navbar-outer,
.banner-wrap {
position: relative;
display: block;
}
.header-3 .banner-inner,
.header-6 .banner-inner {
padding: 20px 0;
align-items: center;
}
.header-7 .banner-inner {
padding: 50px 0;
align-items: center;
}
.header-3 .banner-right,
.header-5 .banner-right,
.header-6 .banner-right,
.header-7 .banner-right {
flex-flow: row nowrap;
justify-content: flex-end;
align-items: center;
}
.header-3 .banner-right,
.header-6 .banner-right,
.header-7 .banner-right {
position: relative;
min-height: 50px;
align-items: stretch;
}
.header-3 .banner-right .navbar-social,
.header-6 .banner-right .navbar-social {
margin-right: 7px;
}
.header-3 .logo-wrap,
.header-6 .logo-wrap,
.header-7 .logo-wrap {
text-align: center;
}
.header-3 .banner-centered,
.header-3 .navbar-centered,
.header-3 .main-menu-wrap,
.header-6 .navbar-centered,
.header-6 .banner-centered,
.header-6 .main-menu-wrap,
.header-7 .banner-centered {
justify-content: center;
}
.header-3 .section-sticky .main-menu-wrap,
.header-6 .section-sticky .main-menu-wrap {
justify-content: flex-start;
}
.header-3 .navbar-right > *,
.header-6 .navbar-right > *,
.header-7 .navbar-right > * {
height: 100%;
}
.header-3 .banner-right .navbar-social a,
.header-6 .banner-right .navbar-social a {
font-size: 20px;
}
.header-3 .main-menu-wrap .rb-error,
.header-6 .main-menu-wrap .rb-error,
.header-7 .main-menu-wrap .rb-error {
margin: auto;
}
.header-3 .banner-right .cart-link,
.header-6 .banner-right .cart-link,
.header-7 .banner-right .cart-link {
position: relative;
margin-left: 7px;
padding-left: 7px;
}
.header-3 .banner-right .cart-link:before,
.header-6 .banner-right .cart-link:before,
.header-7 .banner-right .cart-link:before {
position: absolute;
top: 50%;
left: 0;
margin-top: -7px;
width: 1px;
height: 14px;
background-color: currentColor;
content: '';
opacity: .1;
}
.header-7 .navbar-wrap,
.header-7 .mobile-sticky-nav {
background-color: #fafafa;
}
.single .header-7 .banner-wrap,
.blog .header-7 .banner-wrap,
.page-template-default:not(.elementor-page) .header-7 .banner-wrap,
.post-type-archive .header-7 .banner-wrap,
.is-bb .header-7 .banner-wrap {
border-bottom: 1px solid rgba(0, 0, 0, .07);
}
.single.is-single-2 .header-7 .banner-wrap,
.single.is-single-3 .header-7 .banner-wrap {
border-bottom: none;
}
.header-7 .navbar-social a {
font-size: 16px;
}
.header-7.header-wrap .navbar-right .search-icon {
font-size: 28px;
}
.header-7.header-wrap .navbar-right .bookmark-icon {
font-size: 20px;
}
.main-menu > li.menu-item-has-children > .mega-col.sub-menu:before {
right: auto;
left: calc(50% - 5px);
left: 50%;
} .header-4 .navbar-holder,
.header-8 .navbar-holder {
position: relative;
}
.header-4 .navbar-inner,
.header-8 .navbar-inner {
position: static;
}
.header-4 .navbar-left,
.header-8 .navbar-left {
flex: 0 0 auto;
}
.header-4 .navbar-right-holder {
position: static;
display: flex;
display: -webkit-flex;
flex: 1;
justify-content: flex-end;
}
.header-8 .navbar-center {
display: flex;
display: -webkit-flex;
}
.header-8 .nav-right {
position: static;
display: flex;
display: -webkit-flex;
justify-content: flex-end;
}
.header-4 .mega-category.sub-mega.sub-menu,
.header-8 .mega-category.sub-mega.sub-menu {
right: -15px;
left: -15px;
border-radius: 0;
webkit-border-radius: 0;
} .header-5 .logo-wrap img {
max-height: 90px;
}
.header-5 .banner-wrap {
padding-top: 25px;
padding-bottom: 25px;
}
.header-5 .navbar-wrap,
.heder-5 .mobile-sticky-nav {
background-color: #333;
}
.header-5 .btn-toggle-wrap,
.header-5 .section-sticky .logo-wrap,
.header-5 .main-menu > li > a,
.header-5 .navbar-right {
color: #fff;
}
.header-5 .rb-counter {
background-color: #fff;
color: #333;
}
.header-5 .banner-inner {
justify-content: center;
}
header:not(.header-5) .advert-wrap {
padding-top: 15px;
padding-bottom: 15px;
}
.header-subscribe a {
display: flex;
display: -webkit-flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
}
.header-subscribe img {
margin-right: 15px;
width: 70px;
height: auto;
}
.subscribe-content {
position: relative;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.subscribe-content * {
display: block;
white-space: nowrap;
line-height: 1;
}
.subscribe-content .desc {
margin-bottom: 7px;
font-weight: 500;
font-size: 11px;
font-family: 'Montserrat', sans-serif;
}
.subscribe-content .action-text {
text-transform: uppercase;
}
.subscribe-content i {
position: absolute;
top: 0;
left: -10px;
font-size: 2rem;
opacity: .2;
}
.subscribe-link:hover .subscribe-content {
opacity: .7;
} .header-6 .banner-wrap {
background-color: #111;
}
.header-6 .subscribe-content i {
opacity: .4;
} .mobile-navbar,
.mobile-sticky-nav {
display: none;
margin: 0;
padding: 0;
}
.mobile-sticky-nav {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1000;
visibility: hidden;
background-color: #fff;
transform: translate3d(0, -60px, 0);
-webkit-transform: translate3d(0, -60px, 0);
will-change: transform;
-webkit-transition: transform .3s cubic-bezier(0.62, 0.74, 0.57, 1);
-moz-transition: transform .3s cubic-bezier(0.62, 0.74, 0.57, 1);
-ms-transition: transform .3s cubic-bezier(0.62, 0.74, 0.57, 1);
-o-transition: transform .3s cubic-bezier(0.62, 0.74, 0.57, 1);
transition: transform .3s cubic-bezier(0.62, 0.74, 0.57, 1);
}
.m-nav-left {
position: relative;
z-index: 100;
}
.mobile-navbar .btn-toggle-wrap {
position: relative;
display: flex;
display: -webkit-flex;
padding-right: 10px;
}
.logo-mobile-wrap {
z-index: 1;
display: flex;
display: -webkit-flex;
margin-right: auto;
margin-left: auto;
max-width: 100%;
max-height: 100%;
pointer-events: auto;
justify-content: center;
}
.logo-mobile-wrap a {
display: flex;
display: -webkit-flex;
max-height: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
.logo-mobile-wrap img {
max-height: 100%;
width: auto;
object-fit: contain;
-webkit-object-fit: contain
}
.mobile-nav-inner {
display: flex;
display: -webkit-flex;
height: 60px;
align-items: stretch;
flex-wrap: nowrap;
justify-content: space-between;
}
.m-nav-right {
position: relative;
z-index: 99;
display: flex;
display: -webkit-flex;
justify-content: flex-end;
flex-flow: row nowrap;
align-items: center;
}
.m-nav-right > * {
position: static;
display: flex;
display: -webkit-flex;
height: 100%;
}
.m-nav-right a {
padding-left: 10px;
}
.mobile-logo-left .mobile-nav-inner {
justify-content: flex-start;
}
.m-nav-centered {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
display: flex;
display: -webkit-flex;
pointer-events: none;
}
.m-nav-centered > * {
z-index: 999;
pointer-events: auto;
}
.mobile-logo-left .m-nav-centered {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: 0;
height: 100%;
flex-grow: 0;
justify-content: flex-start;
align-items: flex-start;
}
.mobile-logo-left .m-nav-centered > * {
margin-left: 0;
height: 100%;
justify-content: flex-start;
}
.mobile-logo-left .m-nav-right {
margin-left: auto;
}
.mobile-logo-left .mobile-navbar .icon-toggle:before,
.mobile-logo-left .mobile-navbar .icon-toggle:after {
right: 0;
left: auto;
}
.mobile-logo-left #mobile-navbar .off-canvas-trigger {
padding-right: 0;
}
.mobile-search .header-lightbox.navbar-search-popup {
right: 0;
}
.mobile-search .header-lightbox:before {
right: 15px;
}
.navbar-border-holder {
border-bottom: 2px solid currentColor;
}
.is-single-2 .navbar-border-holder,
.is-single-3 .navbar-border-holder,
.none-nb .navbar-border-holder {
border: none;
}
.section-sticky-holder {
position: fixed;
top: -100px;
right: 0;
left: 0;
z-index: 999;
visibility: hidden;
-webkit-transition: all .3s cubic-bezier(0.62, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.62, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.62, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.62, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.62, 0.74, 0.57, 1);
-webkit-transition-delay: .02s;
transition-delay: .02s;
pointer-events: none;
}
.section-sticky .navbar-left {
flex: 1 1 auto;
}
.section-sticky-holder.is-show {
top: 0 !important;
visibility: visible;
pointer-events: auto !important;
}
.mobile-sticky-nav.is-show {
visibility: visible;
pointer-events: auto !important;
transform: translate3d(0, 0, 0) !important;
-webkit-transform: translate3d(0, 0, 0) !important;
}
.section-sticky img.logo-default {
max-height: 60px;
width: auto;
}
.section-sticky .logo-wrap {
flex: 0 0 auto;
}
.section-sticky .logo-wrap.is-logo-text {
text-align: left;
} .off-canvas-wrap {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 9900;
visibility: hidden;
overflow: hidden;
width: 320px;
height: 100%;
background-color: #333;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
}
.off-canvas-wrap.light-style {
background-color: #fff;
}
.off-canvas-holder {
display: flex;
display: -webkit-flex;
overflow: hidden;
padding-bottom: 60px;
height: 100%;
flex-flow: column nowrap;
}
.off-canvas-holder:before {
position: absolute;
top: auto;
right: 20px;
bottom: 50px;
left: auto;
display: block;
width: 40px;
height: 60px;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
}
.off-canvas-tops {
position: relative;
height: 38px;
}
.off-canvas-inner {
position: relative;
display: flex;
display: -webkit-flex;
overflow-x: hidden;
overflow-y: auto;
padding: 20px;
flex-flow: column nowrap;
}
.off-canvas-wrap.is-dark-text {
background-color: #fff;
}
.admin-bar .off-canvas-wrap {
top: 32px;
}
.mobile-js-menu .off-canvas-wrap {
visibility: visible;
-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);
}
.site-mask {
position: fixed;
top: -200%;
left: 0;
z-index: 9801;
display: block;
visibility: hidden;
width: 100%;
height: 100%;
background: transparent;
-webkit-transition: background .4s cubic-bezier(0.32, 0.74, 0.57, 1), visibility .4s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: background .4s cubic-bezier(0.32, 0.74, 0.57, 1), visibility .4s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: background .4s cubic-bezier(0.32, 0.74, 0.57, 1), visibility .4s cubic-bezier(0.32, 0.74, 0.57, 1);
pointer-events: none;
}
.mobile-js-menu .site-mask {
top: 0;
visibility: visible;
background: rgba(255, 255, 255, 0.9);
pointer-events: auto;
}
.mobile-js-menu.off-canvas-light .site-mask {
background: rgba(0, 0, 0, 0.9);
}
.mobile-js-menu .site-mask:hover {
cursor: url(//www.technik-blog.org/wp-content/themes/pixwell/assets/images/close.svg), default;
}
.close-panel-wrap {
position: absolute;
top: 5px;
right: 5px;
bottom: auto;
left: auto;
z-index: 100;
}
#off-canvas-close-btn {
position: relative;
display: block;
width: 32px;
height: 32px;
background-color: rgba(255, 255, 255, 0.15);
color: #fff;
text-align: center;
line-height: 32px;
opacity: .7;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.off-canvas-wrap.is-dark-text #off-canvas-close-btn {
color: #333;
}
#off-canvas-close-btn:hover,
#off-canvas-close-btn:focus {
background-color: #ff8763;
color: #fff;
opacity: 1;
}
.btn-close {
position: relative;
display: block;
width: 100%;
height: 100%;
}
.btn-close:before {
position: absolute;
top: 50%;
left: 50%;
display: block;
margin-top: -1px;
margin-left: -10px;
width: 20px;
height: 1px;
background-color: #fff;
content: '';
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.btn-close:after {
position: absolute;
top: 50%;
left: 50%;
display: block;
margin-top: -1px;
margin-left: -10px;
width: 20px;
height: 1px;
background-color: #fff;
content: '';
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.btn-close:hover {
opacity: 1;
}
.off-canvas-header .inner-bottom {
position: relative;
display: flex;
display: -webkit-flex;
width: 100%;
align-items: center;
justify-content: space-between;
}
.off-canvas-header .inner-bottom > * {
display: flex;
display: -webkit-flex;
margin-top: 25px;
}
.off-canvas-header .inner-bottom-right > * {
margin-left: 7px;
}
.off-canvas-header .inner-bottom-right > *:first-child {
margin-left: 0;
}
.off-canvas-header .inner-bottom > *:last-child:not(.inner-bottom-right) {
margin-right: auto;
margin-left: auto;
}
.off-canvas-social a {
display: inline-block;
width: 32px;
text-align: center;
font-size: 20px;
line-height: 32px;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.off-canvas-social a:hover {
opacity: .7
}
.off-canvas-menu {
position: relative;
display: block;
}
.off-canvas-menu li {
position: relative;
}
.off-canvas-menu > li > a {
white-space: nowrap;
letter-spacing: .02em;
font-weight: 700;
font-size: 16px;
font-family: 'Quicksand', sans-serif;
}
.off-canvas-menu .sub-menu {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
display: none;
padding-bottom: 10px;
padding-left: 25px;
font-weight: 500;
font-size: 14px;
font-family: 'Quicksand', sans-serif;
}
.off-canvas-menu a {
display: flex;
display: -webkit-flex;
line-height: 1;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
}
.off-canvas-menu a > span {
margin-top: 7px;
margin-bottom: 7px;
}
.off-canvas-menu > li > a > span {
margin-top: 10px;
margin-bottom: 10px;
}
.off-canvas-menu .explain-menu {
z-index: 99;
padding: 10px;
text-align: right;
opacity: .7;
cursor: pointer;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
flex: 1;
}
.off-canvas-menu .explain-menu:hover {
opacity: 1;
}
.off-canvas-wrap .widget-section-wrap {
display: block;
margin-top: 50px;
}
.off-canvas-header {
position: relative;
display: block;
padding: 60px 20px 20px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
text-align: center;
}
.off-canvas-header:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, .4);
content: '';
pointer-events: none;
}
.off-canvas-header .header-inner {
position: relative;
z-index: 10;
}
.off-canvas-logo {
display: block;
margin: 0 auto 20px auto;
max-width: 100%;
}
.off-canvas-logo img {
display: inline-block;
max-height: 90px;
width: auto;
line-height: 0;
}
.off-canvas-subscribe {
position: relative;
display: block;
}
.off-canvas-subscribe a {
display: inline-block;
padding: 12px 30px;
background-color: #ff8763;
text-align: center;
font-size: .85rem;
line-height: 1;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.off-canvas-subscribe a:hover,
.off-canvas-subscribe a:focus {
background-color: #333;
}
.off-canvas-subscribe a * {
display: inline-block;
vertical-align: middle;
line-height: inherit;
}
.off-canvas-subscribe a i {
margin-right: 7px;
} .p-grid, .p-list, .p-classic, .infeed-wrap {
margin-bottom: 35px;
}
.block-wrap:not(.none-margin) .content-wrap {
margin-bottom: -35px;
}
.elementor-widget-container > .block-wrap:not(.none-margin) .content-wrap {
margin-bottom: 0;
}
.block-wrap .rb-error {
margin: 20px auto 0 auto;
max-width: 600px;
text-align: center;
line-height: 1.7
}
.p-feat-holder, .p-feat {
position: relative;
display: block;
}
.p-feat {
overflow: hidden;
}
.p-thumb {
position: relative;
display: block;
margin: 0 !important;
padding: 0 !important;
}
.p-thumb img {
margin: 0;
max-width: 100%;
width: 100%;
height: auto;
vertical-align: middle;
object-fit: cover;
-webkit-object-fit: cover;
object-position: center;
-webkit-object-position: center;
}
.content-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
display: flex;
display: -webkit-flex;
pointer-events: none;
flex-flow: column wrap;
justify-content: flex-end;
}
.overlay-holder {
position: relative;
z-index: 100;
display: block;
padding: 0 20px 15px;
pointer-events: auto;
}
.p-overlay .content-overlay:before {
position: absolute;
top: 50%;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
height: auto;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .8)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
content: '';
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
pointer-events: none;
}
.p-overlay.f-gradient .content-overlay:before {
display: none;
}
.is-fmask .p-overlay.f-gradient .p-thumb:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
height: auto;
background-color: #000;
content: '';
opacity: .5;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
pointer-events: none !important;
pointer-events: none;
}
.overlay-holder > * {
position: relative;
} .p-format {
position: absolute;
top: 50%;
left: 50%;
z-index: 99;
margin-top: -30px;
margin-left: -30px;
width: 60px;
height: 60px;
color: #fff;
font-size: 48px; }
.p-format i {
display: block;
vertical-align: middle;
text-align: center;
text-shadow: 1px 4px 10px rgba(0, 0, 0, .4);
font-size: inherit;
line-height: 60px;
}
.p-overlay .p-format {
top: 15px;
right: 15px;
bottom: auto;
left: auto;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
width: auto;
height: auto;
}
.p-overlay .p-format i {
letter-spacing: 0;
line-height: 1;
}
.p-format.format-gallery i:before {
font-size: .825em;
} .p-cat-info {
position: absolute;
top: auto;
right: 0;
bottom: 0;
left: 0;
z-index: 4;
display: flex;
display: -webkit-flex;
padding: 0 12px 12px 12px;
font-weight: 600;
font-size: 11px;
font-family: 'Montserrat', sans-serif;
line-height: 0;
align-items: center;
flex-flow: row wrap;
}
.p-cat-info.is-relative {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
margin-bottom: 10px;
padding: 0;
}
.overlay-holder .p-cat-info.is-relative {
margin-bottom: 7px;
}
.is-fmask .type-post .p-feat .p-cat-info.is-absolute:before {
position: absolute;
top: -20px;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
height: auto;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .4)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%);
content: '';
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
pointer-events: none;
}
.p-cat-info > * {
display: inline-flex;
display: -webkit-inline-flex;
margin-bottom: 3px;
}
.cat-info-el {
margin-right: 3px;
color: inherit;
white-space: nowrap;
letter-spacing: .0215rem;
line-height: 1;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.cat-info-el:hover, .cat-info-el:focus {
opacity: .9;
}
.p-cat-info .cat-info-el:last-child,
.cat-icon-square .cat-info-el:last-child {
margin-right: 0;
}
.additional-meta {
display: flex;
display: -webkit-flex;
font-weight: 500;
font-size: 11px;
font-family: 'Montserrat', sans-serif;
line-height: 0;
align-items: center;
}
.cat-icon-round .p-cat-info .additional-meta,
.cat-icon-radius .p-cat-info .additional-meta {
margin-left: 7px;
}
.cat-icon-square .p-cat-info .additional-meta:before,
.cat-icon-line .p-cat-info .additional-meta:before {
margin-right: 5px;
margin-left: 3px;
content: '.';
}
.p-cat-info.is-absolute .additional-meta {
color: #fff;
}
.additional-meta * {
display: inline-flex;
display: -webkit-inline-flex;
line-height: 1;
}
.additional-meta i {
margin-right: 4px;
}
.additional-meta i:before {
vertical-align: middle;
}
.p-grid-5 .additional-meta,
.p-grid-6 .additional-meta,
.single-4 .additional-meta {
color: #666;
}
.p-url, .p-wrap .p-url {
display: inline;
margin: 0;
padding: 0;
color: inherit;
text-transform: inherit;
word-break: break-word;
letter-spacing: inherit;
font-weight: inherit;
font-family: inherit;
line-height: inherit;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
text-decoration-line: underline;
text-decoration-color: transparent;
-webkit-text-decoration-color: transparent;
-moz-text-decoration-color: transparent;
}
.p-url:hover,
.p-url:focus,
.p-wrap .p-url:hover,
.p-wrap .p-url:focus {
color: #ff8763;
text-decoration-color: currentColor;
-webkit-text-decoration-color: currentColor;
-moz-text-decoration-color: currentColor;
}
.p-tagline p {
color: inherit;
}
.p-wrap .entry-summary,
.twitter-content.entry-summary {
margin-top: 12px;
color: #666;
font-size: .85rem;
line-height: 1.7;
}
.p-link {
display: flex;
display: -webkit-flex;
margin-left: auto;
min-height: 24px;
color: #333;
white-space: nowrap;
font-weight: 600;
font-size: 11px;
font-family: 'Montserrat', sans-serif;
flex-flow: row nowrap;
align-items: center;
}
.p-link span {
color: inherit;
letter-spacing: inherit;
font-size: inherit;
line-height: 1;
-webkit-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.p-link i {
margin-left: 4px;
color: inherit;
line-height: 1;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.p-link:hover span,
.p-link:hover i {
color: #ff8763;
}
.p-link:hover i {
-webkit-transform: translateX(4px);
-moz-transform: translateX(4px);
-ms-transform: translateX(4px);
-o-transform: translateX(4px);
transform: translateX(4px);
}
.p-overlay .p-thumb img {
width: 100%;
height: 100%;
}
.p-wrap.sticky .entry-title:before {
margin-right: 2px;
content: '\e00e';
font-size: .85em;
font-family: 'ruby-icon';
text-decoration-line: none;
}
.p-footer {
display: flex;
display: -webkit-flex;
margin-top: 15px;
flex-flow: row nowrap;
align-items: center;
flex-grow: 1;
}
.no-avatar .p-footer {
margin-top: 8px;
}
.rb-hf .p-footer {
margin-top: 5px;
}
.p-meta-info {
display: flex;
display: -webkit-flex;
color: #666;
letter-spacing: .0215rem;
font-weight: 500;
font-size: 11px;
font-family: 'Montserrat', sans-serif;
line-height: 1;
flex: 1;
flex-flow: row wrap;
align-items: center;
}
.is-meta-border .p-classic .p-footer:before,
.is-meta-border .p-overlay-4 .p-footer:before,
.is-meta-border .p-overlay-9 .p-footer:before,
.is-meta-border .p-list-1 .p-footer:before {
position: absolute;
top: 0;
display: block;
width: 90px;
height: 2px;
background: currentColor;
content: '';
}
.is-meta-border .p-overlay-4 .p-footer:before {
left: 50%;
margin-left: -45px;
}
.is-meta-border .p-classic .p-footer,
.is-meta-border .p-overlay-4 .p-footer,
.is-meta-border .p-overlay-9 .p-footer,
.is-meta-border .p-list-1 .p-footer {
position: relative;
margin-top: 20px;
padding-top: 20px;
}
.meta-info-el {
display: flex;
display: -webkit-flex;
min-height: 1.375rem;
flex-flow: row wrap;
align-items: center;
}
.meta-info-el > * {
display: flex;
display: -webkit-flex;
flex-flow: row wrap;
align-items: center;
}
.meta-info-el:before {
margin-right: 7px;
margin-left: 7px;
width: 0;
height: 6px;
border-left: 2px solid;
content: '';
letter-spacing: 0;
opacity: .2;
}
.meta-avatar {
margin-right: 7px;
flex-shrink: 0;
}
.p-wrap .meta-avatar img,
.meta-avatar img {
display: inline-flex;
width: 22px;
height: 22px;
-webkit-border-radius: 50%;
border-radius: 50%;
object-fit: cover;
-webkit-object-fit: cover;
}
.meta-info-el a {
-webkit-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.meta-info-el a:hover {
color: #ff8763;
}
abbr.updated {
display: none !important;
}
.meta-info-el:first-child:before {
display: none !important;
}
.meta-info-el i {
margin-right: 3px;
}
.meta-info-tag a:after,
.meta-info-cat a:after {
margin-right: 2px;
margin-left: 2px;
content: ',';
letter-spacing: 0;
}
.meta-info-author.author {
color: #333;
font-weight: 700;
}
.meta-info-tag a:last-of-type:after,
.meta-info-cat a:last-of-type:after {
display: none;
}
.meta-shop-post i {
margin-right: 4px;
font-weight: normal;
font-size: 1.15em;
}
.p-grid .p-feat,
.p-classic .p-feat {
margin-bottom: 15px;
}
.p-classic .p-feat-holder,
.single-1 .single-feat {
display: flex;
display: -webkit-flex;
max-width: 100%;
flex-flow: column nowrap;
}
.p-classic.p-classic-2 .p-header {
margin-bottom: 20px;
text-align: center;
}
.p-classic-2 .p-cat-info {
justify-content: center;
}
.p-classic.p-classic-2 .p-feat {
margin-bottom: 0;
}
.p-classic-2 .p-footer:before {
position: absolute;
top: 0;
left: 0;
z-index: -1;
display: block;
width: 100%;
height: 100%;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .15;
pointer-events: none;
}
.p-classic-2 .p-footer {
position: relative;
padding: 10px 20px;
}
.p-grid-2 .p-review-info {
padding-left: 12px;
padding-right: 12px;
}
.p-grid-4 .p-feat {
margin-bottom: 10px;
}
.p-grid-4.is-pop-style .p-header {
display: flex;
display: -webkit-flex;
align-items: flex-start;
flex-flow: row nowrap;
}
.p-grid-4.is-pop-style .p-header .counter-index {
margin-right: 7px;
color: #ff8763;
font-style: italic;
font-size: 1.5em;
line-height: 1;
flex-shrink: 0;
}
.p-grid-4.is-pop-style .entry-title {
flex-grow: 1;
}
.p-grid-5, .p-grid-6, .p-masonry-1 {
display: flex;
display: -webkit-flex;
flex-flow: column nowrap;
}
.p-grid-5, .p-grid-6 {
margin-bottom: 0 !important;
}
.p-grid-5 .p-feat,
.p-grid-6 .p-feat,
.p-masonry-1 .p-feat {
margin-bottom: 0;
}
.p-grid-5 .p-review-info,
.p-grid-6 .p-review-info,
.p-masonry-1 .p-review-info {
top: auto;
right: 0;
bottom: 0;
left: 0;
justify-content: center;
}
.p-grid-5 .p-content-wrap,
.p-masonry-1 .p-content-wrap {
display: flex;
padding: 20px 20px 0 20px;
justify-content: center;
align-items: center;
flex-flow: column nowrap;
}
.p-grid-5 .entry-summary {
text-align: center;
}
.p-grid-6 .p-content-wrap {
display: flex;
display: -webkit-flex;
padding: 20px;
min-height: 140px;
background-color: #fafafa;
align-items: center;
}
.p-grid-6 .p-content-inner {
display: flex;
flex: 0 0 100%;
justify-content: center;
align-items: center;
flex-flow: column nowrap;
}
.p-masonry-1 .p-footer {
position: relative;
margin-top: 15px;
padding-top: 20px;
width: 100%;
}
.p-masonry-1 .p-footer:before {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 10px;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .15;
}
.p-grid-5 .p-header,
.p-grid-6 .p-header,
.p-masonry-1 .p-header {
text-align: center;
}
.p-masonry-1 .entry-summary {
text-align: center;
}
.p-wrap.p-grid-w1 {
position: relative;
display: block;
margin-bottom: 20px;
}
.p-grid-w1 .entry-title {
margin-bottom: 0;
}
.p-grid-w1 .p-format i,
.p-list-4 .p-format i {
font-size: 32px !important;
}
.p-list-4 .p-footer {
margin-top: 5px;
}
.p-list-1.rb-row {
align-items: center;
}
.p-list-1 .p-header {
width: 100%;
flex: 0 0 100%;
}
.p-list-1 .p-feat-holder {
flex-grow: 1;
}
.p-list-2 {
display: flex;
display: -webkit-flex;
align-items: center;
flex-flow: row nowrap;
}
.p-list-2 .col-left {
margin: 0 20px 0 0;
min-height: 100%;
width: 209px;
height: auto;
flex-shrink: 0;
}
.p-list-2 .col-right {
flex: 1;
}
.p-list-3 {
display: flex;
display: -webkit-flex;
flex-flow: row nowrap;
align-items: center;
}
.p-list-3 .col-left {
margin-right: 20px;
width: 260px;
flex-shrink: 0;
}
.p-list-3 .col-right {
flex-grow: 1;
}
.post-list-3 .read-it-later i {
font-size: .72em;
}
.p-list-4.p-list {
position: relative;
display: flex;
display: -webkit-flex;
margin-bottom: 25px;
align-items: center;
}
.trending-section .p-list.p-list-4 {
margin-bottom: 20px;
}
.trending-section .p-list.p-list-4:last-child {
margin-bottom: 0;
}
.p-list-4 .col-left {
margin-right: 20px;
width: 100px;
height: auto;
flex-shrink: 0;
}
.p-list-4 .col-right {
flex-grow: 1;
}
.p-list-5 {
position: relative;
display: flex;
display: -webkit-flex;
margin-bottom: 4px !important;
padding-bottom: 3px;
border-bottom: 1px solid rgba(0, 0, 0, .04);
align-items: center;
flex-flow: row wrap;
}
.p-cat-dot {
padding-right: 5px;
flex-shrink: 0;
}
.p-list-4 .post-footer {
margin-top: 3px;
}
.p-list-5 .post-footer {
margin-top: 2px;
}
.p-list-5 .p-header {
display: flex;
display: -webkit-flex;
flex-flow: row nowrap;
align-items: center;
}
.p-list-5 .entry-title {
flex-grow: 1;
}
.p-list-6 {
background-color: #fafafa;
}
.p-wrap.p-list.p-list-6 {
margin-bottom: 0;
}
.p-list-6 .p-feat-holder {
width: 100%;
}
.p-list-6 .col-right {
align-items: center;
padding: 40px;
}
.p-list-6 .p-feat,
.p-list-6 .p-thumb,
.p-list-6 .p-thumb img {
height: 100%;
}
.cat-dot-el {
display: inline-block;
margin-right: 3px;
width: 10px;
height: 10px;
background-color: #333;
vertical-align: baseline;
line-height: 10px;
}
.p-overlay-1:not(.rb-hf) .p-footer,
.p-overlay-7:not(.rb-hf) .p-footer {
margin-bottom: -35px;
margin-bottom: calc(-1.375rem - 12px);
opacity: 0;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1), margin-bottom .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1), margin-bottom .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1), margin-bottom .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1), margin-bottom .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1), margin-bottom .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.p-overlay-1:not(.rb-hf) .p-meta-info,
.p-overlay-7:not(.rb-hf) .p-meta-info {
flex-wrap: nowrap;
}
.p-overlay-1:not(.rb-hf):hover .p-footer,
.p-overlay-7:not(.rb-hf):hover .p-footer {
margin-bottom: 0;
opacity: 1;
}
.p-overlay-4 .overlay-holder {
padding: 0;
max-width: 860px;
width: 100%;
flex-grow: 1;
}
.p-overlay-9 .overlay-holder {
padding: 0;
max-width: 860px;
width: 100%;
flex-grow: 1;
}
.p-overlay-4 .overlay-holder:before,
.p-overlay-9 .overlay-holder:before {
display: none;
}
.p-overlay-4 .p-feat:after,
.p-overlay-9 .p-feat:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #000;
content: '';
opacity: .5;
pointer-events: none;
}
.p-overlay-4 .p-thumb {
max-height: 600px;
height: 60vh;
}
.p-overlay-9 .p-thumb {
height: 75vh;
max-height: 600px;
}
.p-overlay-4 .p-thumb img,
.p-overlay-9 .p-thumb img {
object-position: 50% 20%;
}
.p-overlay-4 .p-meta-info {
justify-content: center;
}
.p-overlay-4 .p-meta-sponsor {
margin-right: auto;
margin-left: auto;
justify-content: center;
}
.p-overlay-4 .content-overlay,
.p-overlay-4 .p-cat-info {
text-align: center;
justify-content: center;
align-items: center;
}
.p-overlay-5 .p-feat {
padding-bottom: 75%;
}
.p-overlay-5 .p-feat .p-thumb {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
} .p-overlay-6 .content-overlay {
justify-content: center;
align-items: center;
}
.p-overlay-6 .overlay-holder {
padding-bottom: 0;
}
.p-overlay-6 .p-cat-info,
.p-overlay-6 .p-meta-info {
justify-content: center;
}
.p-overlay-6 .p-header {
text-align: center;
}
.p-overlay-6.p-overlay .content-overlay:before {
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #000;
opacity: .6;
}
.p-overlay-7 {
margin-bottom: 10px;
}
.p-overlay-7:last-child {
margin-bottom: 0;
} .slider-feat-4 .owl-dots,
.slider-feat-5 .owl-dots {
position: absolute;
right: 0;
bottom: 20px;
left: 0;
color: #fff;
}
.is-header-float .slider-feat-4.per-load {
height: 220px;
}
.is-header-float .fw-feat-4 .load-animation {
background-color: #333;
}
.rb-owl .content-overlay {
opacity: 0;
-webkit-transition: opacity .5s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .5s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .5s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .5s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .5s cubic-bezier(0.32, 0.74, 0.57, 1);
-webkit-transition-delay: .3s;
transition-delay: .3s;
will-change: opacity;
}
.rb-owl .owl-item.active .content-overlay {
opacity: 1;
}
.sponsor-label {
margin-right: 4px;
color: #ff8763;
letter-spacing: .0215rem;
font-weight: 500;
font-size: 11px;
font-family: 'Montserrat', sans-serif;
}
.sponsor-link {
display: flex;
display: -webkit-flex;
letter-spacing: .0215rem;
font-weight: 700;
font-size: 11px;
font-family: 'Montserrat', sans-serif;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
align-items: center;
}
.single-sponsor .sponsor-label {
text-transform: uppercase;
}
.sponsor-link:hover {
opacity: .7;
}
.sponsor-inner {
display: flex;
display: -webkit-flex;
line-height: 1.3;
align-items: center;
flex-flow: row wrap;
}
img.sponsor-logo {
overflow: hidden;
margin-left: 3px;
max-height: 30px;
width: auto;
height: auto;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.sponsor-inner i {
margin-right: 4px;
font-weight: normal;
font-size: 1.05em;
opacity: .7;
}
.single-sponsor .sponsor-icon {
margin-right: 7px;
}
.single-sponsor i.sponsor-icon {
font-size: 16px;
}
.single-3 .single-header-overlay .sponsor-inner,
.single-4 .single-header .sponsor-inner {
justify-content: center;
}
.single-2 .single-header-overlay .sponsor-link,
.single-3 .single-header-overlay .sponsor-link {
text-transform: uppercase;
}
.single-widget-section {
position: relative;
display: block;
margin-right: auto;
margin-left: auto;
}
.single-top-section .widget {
margin-bottom: 40px;
}
.single-bottom-section .widget {
margin-top: 40px;
} .block-header {
position: relative;
display: flex;
display: -webkit-flex;
margin-bottom: 30px;
max-width: 100%;
width: 100%;
flex: 0 0 100%;
-webkit-flex-flow: row nowrap;
flex-flow: row nowrap;
align-items: center;
}
.block-title {
position: relative;
z-index: 2;
white-space: nowrap;
line-height: 1;
flex-shrink: 0;
}
.block-header-1 .block-title {
padding: 0 12px;
}
.block-header-dot .block-title:before {
position: absolute;
top: -5%;
right: auto;
bottom: -5%;
left: 0;
z-index: 1;
display: block;
width: 40px;
height: 110%;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
}
.block-title a {
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.block-title a:hover {
opacity: .7;
}
.block-header-dot .block-title {
padding-left: 10px;
line-height: 1;
}
.block-header-1 .block-title:before {
position: absolute;
top: 0;
right: auto;
bottom: auto;
left: 0;
width: 7px;
height: 7px;
border-top: 2px solid;
border-left: 2px solid;
content: '';
opacity: .5;
pointer-events: none;
}
.block-header-1 .block-title:after {
position: absolute;
top: auto;
right: 0;
bottom: 0;
left: auto;
width: 7px;
height: 7px;
border-right: 2px solid;
border-bottom: 2px solid;
content: '';
opacity: .3;
pointer-events: none;
}
.block-header-3 .block-title {
padding: 0 12px 0 15px;
}
.block-header-3 .block-title:before {
position: absolute;
top: 50%;
right: auto;
bottom: auto;
left: 0;
margin-top: -9px;
width: 7px;
height: 18px;
background-color: #ff8763;
content: '';
}
.block-header-4 .block-title {
padding: 5px 20px;
background-color: #333;
color: #fff;
}
.block-header-2 .block-header,
.block-header-5 .block-header {
justify-content: center;
flex-flow: column nowrap;
}
.block-header-2 .block-title,
.block-header-5 .block-title {
display: block;
float: none;
}
.block-header-2 .cat-list-inner .block-header,
.block-header-5 .cat-list-inner .block-header {
align-items: center;
}
.block-header-2 .cat-list-inner .element-desc,
.block-header-5 .cat-list-inner .element-desc {
text-align: center;
}
.block-header-2 .block-title:before,
.block-header-2 .block-title:after {
position: absolute;
top: 50%;
right: 110%;
right: calc(100% + 10px);
left: auto;
display: block;
width: 40px;
height: 1px;
background-color: currentColor;
content: '';
}
.block-header-2 .block-title:after {
right: auto;
left: 110%;
left: calc(100% + 10px);
}
.block-header-5 .block-title:before,
.block-header-5 .block-title:after {
position: absolute;
top: 50%;
right: 110%;
right: calc(100% + 10px);
left: auto;
display: block;
margin-top: -5px;
width: 10px;
height: 10px;
background-color: currentColor;
content: '';
}
.block-header-5 .block-title:after {
right: auto;
left: 110%;
left: calc(100% + 10px);
}
.block-header-2 .ajax-quick-filter,
.block-header-5 .ajax-quick-filter {
display: block;
float: none;
margin-top: 10px;
margin-right: auto;
margin-left: auto;
}
.block-header-2 .block-view-more,
.block-header-2 .block-view-more i,
.block-header-5 .block-view-more,
.block-header-5 .block-view-more i {
display: none;
}
.block-header-2 .block-view-more,
.block-header-5 .block-view-more {
display: block;
margin-top: 15px;
margin-right: auto;
margin-left: auto;
padding-right: 0;
padding-left: 0;
}
.block-header-2 div[class *='fw-feat'] .block-view-more,
.block-header-5 div[class *='fw-feat'] .block-view-more {
margin-top: 10px;
}
.block-header-6 .block-header {
flex-flow: row wrap;
}
.block-header-6 .block-title:before {
content: '';
left: 0;
top: 50%;
margin-top: -21px;
position: absolute;
height: 42px;
width: 42px;
border-radius: 50%;
background-color: currentColor;
display: block;
opacity: .1;
z-index: -1;
pointer-events: none;
}
.ajax-quick-filter {
position: relative;
display: flex;
display: -webkit-flex;
margin-left: 20px;
max-width: 100%;
color: #333;
font-weight: 600;
font-size: 12px;
font-family: 'Montserrat', sans-serif;
line-height: 1.7;
flex-grow: 1;
}
.filter-el {
display: inline-block;
white-space: nowrap;
}
.filter-el:after {
display: inline-block;
margin-right: 3px;
margin-left: 5px;
color: rgba(0, 0, 0, .2);
content: '/';
opacity: 1 !important;
pointer-events: none;
}
.filter-el:last-child:after {
display: none;
}
.block-view-more {
margin-left: auto;
padding-left: 20px;
color: #333;
font-weight: 600;
font-size: 12px;
font-family: 'Montserrat', sans-serif;
}
.block-view-more a {
display: flex;
display: -webkit-flex;
color: inherit;
white-space: nowrap;
font-weight: inherit;
font-style: inherit;
font-size: inherit;
opacity: .5;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
flex-shrink: 0;
align-items: center;
flex-flow: row nowrap;
}
.block-view-more .view-more-desc {
display: flex;
display: -webkit-flex;
margin-top: -5px;
color: inherit;
white-space: nowrap;
font-weight: inherit;
font-style: inherit;
font-size: inherit;
flex-shrink: 0;
align-items: center;
opacity: .7;
flex-flow: row nowrap;
}
.block-view-more a i {
margin-left: 4px;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.block-view-more a:hover {
opacity: 1;
}
.block-view-more a:hover i {
-webkit-transform: translateX(4px);
-moz-transform: translateX(4px);
-ms-transform: translateX(4px);
-o-transform: translateX(4px);
transform: translateX(4px);
}
.quick-filter-link {
color: #333;
letter-spacing: inherit;
font-weight: inherit;
font-size: inherit;
opacity: .5;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.quick-filter-link.is-active, .quick-filter-link:hover {
opacity: 1;
}
.block-view-more a:hover, .block-view-more a:focus {
color: #333;
}
.block-header-6 .block-view-more {
flex: 0 0 100%;
margin-left: 0;
margin-top: 15px;
margin-right: auto;
padding: 0;
}
.block-header-6 .view-more-desc {
white-space: normal;
max-width: 220px;
}
.block-header-6 .ajax-quick-filter {
margin-right: 0;
justify-content: flex-end;
} .fw-feat-1 .p-feat,
.fw-feat-11 .p-feat {
-webkit-box-shadow: 4px 7px 20px rgba(0, 0, 0, .05);
box-shadow: 4px 7px 20px rgba(0, 0, 0, .05);
}
.block-wrap.fw-feat-2 {
margin-right: auto;
margin-left: auto;
max-width: 1520px;
}
.fw-feat-2 .p-overlay-1 .p-format {
top: 20px;
right: 20px;
bottom: auto;
left: auto;
}
.fw-feat-2 .p-overlay-1 .p-format i {
margin: 0 !important;
}
.fw-feat-3 .content-inner,
.fw-feat-10 .content-inner {
margin-right: -5px;
margin-left: -5px;
}
.fw-feat-3 .p-wrap {
padding-right: 5px;
padding-left: 5px;
}
.fw-feat-10 .p-wrap {
margin-right: 5px;
margin-left: 5px;
}
.fw-feat-12 .content-inner,
.fw-feat-12 .p-wrap {
margin-right: 5px;
margin-left: 5px;
}
.block-advert .advert-wrap {
text-align: center;
}
.slider-feat-13 {
position: relative;
}
.ct-nav {
display: none !important;
}
.ct-nav-holder {
display: block;
position: relative;
overflow: hidden;
padding: 10px 20px;
}
.ruby-dot {
margin: 1px 0;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.ruby-dot * {
pointer-events: none;
}
.ct-nav-holder .nav-image img {
opacity: .4;
}
.ct-nav-holder .cat-dot-el {
background-color: #fff;
}
.ct-nav-holder .p-cat-dot,
.ct-nav-holder .cat-dot-el {
position: absolute;
top: 0;
bottom: 0;
right: 0;
height: 100%;
margin: 0;
padding: 0;
}
.ct-nav-holder .nav-image {
position: absolute;
opacity: 1;
top: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
background-color: #000;
overflow: hidden;
display: block;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.ct-nav-holder .nav-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ct-nav-holder .nav-title {
position: relative;
z-index: 10;
}
.rb-owl.slider-feat-13 .owl-dots,
.slider-feat-13 .owl-dots {
margin: 0;
}
.rb-slideout {
-webkit-animation-name: RBslideOutDown;
animation-name: RBslideOutDown;
}
@-webkit-keyframes RBslideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes RBslideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
} .fw-feat-7 .content-inner {
margin-right: -10px;
margin-left: -10px
}
.fw-feat-7 .p-wrap,
.fw-feat-9 .p-wrap {
padding-right: 10px;
padding-left: 10px;
}
.fw-feat-9 .content-inner {
margin-right: 10px;
margin-left: 10px;
} .rb-about {
width: 100%;
}
.rb-about-inner {
position: -webkit-sticky;
position: sticky;
top: 0;
display: flex;
padding-left: 30px;
width: 100%;
height: 100vh;
align-items: center;
justify-content: center;
}
.about-holder {
text-align: center;
}
.about-holder > * {
display: block;
margin-top: 15px;
}
.about-holder > *:first-child {
margin-top: 0;
}
.about-bio {
margin-right: auto;
margin-left: auto;
max-width: 500px;
}
.about-brand img {
max-height: 200px;
width: auto;
}
.about-signature img {
max-height: 300px;
width: auto;
}
.about-social {
position: absolute;
top: 0;
bottom: 0;
left: 0;
z-index: 1;
display: flex;
display: flex;
display: -webkit-flex;
width: 30px;
height: 100%;
pointer-events: none;
align-items: center;
}
.about-holder .about-social {
margin-top: 0;
}
.about-social a {
display: block;
width: 30px;
height: 30px;
text-align: center;
font-size: 17px;
line-height: 30px;
pointer-events: auto;
} .fw-ms-1, .fw-mh-1 {
float: left;
width: 33%;
}
.ct-ms-1, .ct-mh-1 {
float: left;
width: 50%;
}
.ct-mh-1--width2, .fw-mh-1--width3 {
width: 100%;
}
.fw-ms-c4, .fw-mh-c4 {
float: left;
width: 25%;
} .about-me-wrap {
display: flex;
display: -webkit-flex;
flex-flow: row nowrap;
flex-direction: row-reverse;
align-items: center;
}
.about-me-wrap .about-content {
flex-grow: 1;
}
.about-me-wrap .about-image {
flex: 0 0 400px;
margin-left: 50px;
}
.about-content > * {
margin-bottom: 15px;
}
.about-content > *:last-child {
margin-bottom: 0;
}
.about-tagline, .about-desc {
color: #666
}
.about-desc a {
position: relative;
color: #333;
text-decoration: underline;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.about-desc a:hover, .is-light-text .about-desc a:hover {
color: #ff8763;
}
.is-light-text .about-tagline,
.is-light-text .about-desc {
color: #f2f2f2;
}
.is-light-text .about-desc a {
color: #fff;
}
.about-tagline {
font-size: 1.3rem;
line-height: 1.2;
}
.about-desc {
font-size: .875rem
}
.about-title {
font-size: 2rem;
line-height: 1.2;
}
.about-sign img {
max-height: 50px;
width: auto;
} .block-tagline {
display: block;
overflow: hidden;
margin-top: 15px;
max-width: 85%;
font-size: 16px;
} .block-mix .p-grid-1 {
margin-bottom: 25px;
}
.block-mix .content-inner > article:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.fw-mix-1 article:first-child,
.ct-mix-1 article:first-child {
margin-bottom: 10px;
} .subscribe-box.layout-1 {
display: flex;
display: -webkit-flex;
flex-direction: row;
align-items: center
}
.subscribe-box.layout-1 .subscribe-content {
width: 40%;
text-align: left;
flex: 0 0 40%;
}
.subscribe-box.layout-1 .subscribe-form {
width: 100%;
flex: 0 0 100%;
}
.subscribe-description {
display: block;
margin-top: 10px;
color: #666;
font-size: .85rem;
}
.subscribe-box.layout-1 .subscribe-content {
padding-right: 40px;
}
.subscribe-box.layout-1 .mc4wp-form-fields {
margin-left: auto;
}
.subscribe-box.layout-1 .subscribe-form form {
position: relative;
display: block;
}
.subscribe-box .subscribe-form input {
margin-bottom: 0;
max-width: 100%;
}
.subscribe-box .subscribe-form input[type='email'],
.subscribe-box .subscribe-form input[type='text'] {
width: 100%;
border: none !important;
background-color: #fff;
line-height: 26px;
}
.is-light-text .subscribe-box .subscribe-form input[type='email'],
.is-light-text .subscribe-box .subscribe-form input[type='text'] {
background-color: rgba(255, 255, 2555, .1);
}
.subscribe-box .mc4wp-form-fields p {
margin: 0;
padding: 0;
}
.subscribe-box.layout-2 {
text-align: center;
}
.subscribe-box.layout-2 .subscribe-content {
display: block;
margin-bottom: 30px;
}
.mc4wp-response > * {
display: block;
margin-top: 15px;
font-size: .85rem;
} .rb-newsletter .rb-newsletter-form {
display: flex;
display: -webkit-flex;
flex-flow: column nowrap;
}
.rb-newsletter .newsletter-input {
display: flex;
display: -webkit-flex;
flex-flow: row nowrap;
align-items: stretch;
}
.rb-newsletter .rb-newsletter {
display: flex;
display: -webkit-flex;
width: 100%;
flex-grow: 1;
}
.rb-newsletter .newsletter-form {
display: flex;
display: -webkit-flex;
align-items: stretch;
flex-grow: 1;
}
.rb-newsletter .layout-1 .newsletter-email {
margin: 0;
text-align: left;
flex-grow: 1;
}
.rb-newsletter button.newsletter-submit {
position: relative;
z-index: 1;
margin-left: 0;
padding: 0 45px;
text-align: center;
flex-shrink: 0;
}
button.newsletter-submit-icon {
font-size: 24px;
}
.rb-newsletter .subscribe-box.layout-1 input.newsletter-email {
border-bottom: none !important;
background-color: #fff;
}
.rb-newsletter .subscribe-box.layout-1 button.newsletter-submit-icon {
padding: 0 25px;
background-color: #fff;
color: inherit;
}
.rb-newsletter .subscribe-box.layout-1 .newsletter-email {
display: flex;
display: -webkit-flex;
padding: 0 25px;
flex-grow: 1;
}
.rb-newsletter .newsletter-privacy {
display: flex;
display: -webkit-flex;
margin-top: 15px;
width: 100%;
}
.rb-newsletter .rb-newsletter .newsletter-content {
padding: 0;
}
.rb-newsletter .rb-newsletter form {
margin-top: 0;
}
.rb-newsletter .rb-newsletter-inner {
margin-left: auto;
max-width: 560px;
flex-grow: 1;
}
.rb-newsletter .layout-2 .newsletter-input {
flex-flow: row wrap;
justify-content: center;
}
.rb-newsletter .layout-2 .rb-newsletter-inner {
margin-right: auto;
margin-left: auto;
max-width: 460px;
}
.rb-newsletter .layout-2 .newsletter-privacy {
justify-content: center;
}
.rb-newsletter .subscribe-description {
margin-top: 12px;
white-space: normal;
line-height: 1.5;
}
.widget-newsletter .rb-newsletter {
border: 1px solid rgba(0, 0, 0, .07);
border-top: 5px solid currentColor;
}
.widget-newsletter .rb-newsletter .newsletter-input {
flex-flow: row wrap;
justify-content: center;
}
.widget-newsletter .newsletter-privacy label {
font-size: .75rem;
} .feat-6-content-wrap, .feat-6-content > .rb-row,
.fw-feat-6 .p-overlay-4 .content-overlay > *,
.p-overlay-9 .content-overlay > * {
display: flex;
display: -webkit-flex;
width: 100%;
align-items: center;
flex: 1;
}
.feat-6-content-wrap .p-wrap {
margin-bottom: 10px;
}
.feat-6-holder {
display: flex;
display: -webkit-flex;
overflow: hidden;
margin-top: 10px;
}
.feat-6-content {
position: relative;
z-index: 10;
display: flex;
display: -webkit-flex;
flex: 1;
}
.fw-feat-6 .p-overlay-3:hover .p-thumb img,
.fw-feat-6 .p-overlay-3:focus .p-thumb img {
opacity: 1;
}
.fw-feat-6 .p-overlay-3 .p-format {
font-size: 36px;
} .rb-cookie {
position: fixed;
bottom: 15px;
left: 15px;
z-index: 9990;
display: none;
visibility: hidden;
padding: 15px 20px;
width: 300px;
background-color: #333;
-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .07);
box-shadow: 0 4px 30px rgba(0, 0, 0, .07);
color: #fff;
opacity: 0;
-webkit-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
pointer-events: none;
}
.rb-cookie.is-show {
visibility: visible;
opacity: 1;
pointer-events: auto !important;
}
.rb-cookie p {
font-size: .775rem;
}
.rb-cookie .cookie-content a {
text-decoration: underline;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.rb-cookie .cookie-content a:hover {
opacity: .7;
}
.rb-cookie .cookie-footer {
display: block;
margin-top: 10px;
text-align: right;
}
.rb-cookie .cookie-accept {
display: inline-block;
padding: 0 30px;
background-color: rgba(225, 255, 255, .2);
box-shadow: none !important;
color: #fff;
white-space: nowrap;
font-weight: 600;
font-size: 12px;
font-family: 'Montserrat', sans-serif;
line-height: 26px;
cursor: pointer;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.cookie-accept:hover {
background-color: #ff8763;
} .block-pp-desc {
position: relative;
margin-bottom: 30px;
}
button.pp-filter-el {
color: inherit;
background: none;
line-height: 1;
padding: 7px 25px;
margin-right: 10px;
position: relative;
opacity: .5;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.is-light-text .pp-filter-el {
background: none;
}
button.pp-filter-el:hover {
opacity: 1;
background: none;
}
button.pp-filter-el.active {
background-color: #333;
color: #fff;
opacity: 1;
}
.pp-terms-filter {
display: block;
position: relative;
margin-bottom: 20px;
}
.filter-label {
position: relative;
}
.filter-count {
font-size: 10px;
padding-left: 2px;
position: absolute;
top: -2px;
left: 100%;
}
.pp-filter-el.active .filter-count {
display: none;
} .single-content-wrap {
position: relative;
display: block;
width: 100%;
}
h1.single-title {
margin-bottom: 20px;
}
.single-sponsor {
display: block;
margin-bottom: 20px;
}
.single-entry-meta {
display: flex;
display: -webkit-flex;
margin-top: 15px;
flex-flow: row nowrap;
align-items: center;
}
.single-entry-meta.has-avatar {
margin-top: 20px;
}
.single-m-info {
display: none;
}
.single-meta-avatar {
display: flex;
display: -webkit-flex;
margin-right: 12px;
flex-shrink: 0;
}
.single-entry-meta .inner {
display: flex;
flex-flow: column nowrap;
align-items: flex-start;
}
.single-meta-avatar img {
display: block;
width: 50px;
height: 50px;
-webkit-border-radius: 50%;
border-radius: 50%;
object-fit: cover;
-webkit-object-fit: cover;
}
.no-share.single-entry-meta img {
width: 24px;
height: 24px;
}
.no-share.single-entry-meta .single-meta-avatar {
margin-right: 7px;
}
.single-top-share {
position: relative;
display: flex;
display: -webkit-flex;
margin-top: 7px;
background-color: rgba(0, 0, 0, .025);
flex-flow: row nowrap;
}
.single-entry-meta .share-icon {
padding: 0 5px;
text-align: center;
font-size: 12px;
line-height: 24px;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.entry-attachment {
position: relative;
display: block;
margin-bottom: 30px;
}
.entry-attachment img {
display: block;
max-width: 100%;
width: auto;
height: auto;
}
.entry-content {
position: relative;
display: block;
}
.entry-content > *,
.comment-content > * {
margin: 0 0 2rem 0;
max-width: 100%;
}
.entry-content h1, .entry-content h2,
.comment-content h1, .comment-content h2,
.entry-content h3, .entry-content h4,
.entry-content h5, .comment-content h3,
.comment-content h4, .comment-content h5,
.entry-content h6, .comment-content h6 {
margin-bottom: .75rem
}
.comments-pagination {
font-size: 12px;
display: flex;
display: -webkit-flex;
justify-content: center;
border-bottom: 5px solid rgba(0, 0, 0, .07);
padding-bottom: 30px;
margin: 20px 0 20px 0;
}
.comments-pagination .nav-previous,
.comments-pagination .nav-next {
padding-left: 10px;
padding-right: 10px;
}
.entry-content p,
.text-widget p {
margin-bottom: 2rem;
word-wrap: break-word;
}
.entry-content figure {
max-width: 100%;
height: auto;
}
.entry-content > *.alignleft, img.alignleft,
.entry-content p img.alignleft {
float: left;
margin-top: 0;
margin-right: 1.5rem;
margin-left: 0;
}
img.aligncenter, .entry-content p img.aligncenter,
.entry-content > *.aligncenter,
.entry-summary > *.aligncenter {
margin-right: auto;
margin-left: auto;
}
.entry-content > *.alignright, img.alignright,
.entry-content p img.alignright {
float: right;
margin-top: 0;
margin-right: 0;
margin-left: 1.5rem;
}
.entry-content input[type='password'] {
margin-left: 20px;
min-width: 40%;
}
.wp-block-image {
margin-right: 0;
margin-bottom: 2rem;
margin-left: 0;
max-width: 100%;
}
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
display: table;
margin-right: 0;
margin-left: 0;
}
.wp-block-image .aligncenter {
display: table;
margin-right: auto;
margin-left: auto;
}
.entry-content .wp-block-gallery {
width: 100% !important;
margin-bottom: calc(2rem - 16px);
}
.wp-block-gallery.alignwide {
clear: both;
}
.wp-block-image figure {
margin: 0;
}
.wp-block-image .alignleft {
float: left;
margin-right: 1.5rem;
}
.wp-block-image .alignright {
float: right;
margin-left: 1.5rem;
}
.wp-block-spacer,
.entry-content .wp-block-spacer {
margin: 0;
}
.entry-content .wp-block-image img {
display: block;
max-width: 100%;
}
.wp-block-cover,
.wp-block-cover-image {
height: auto;
color: #fff;
}
.wp-block-cover__video-background,
.entry-content .wp-block-cover__video-background {
height: 100%;
width: 100%;
}
.entry-content dt,
.comment-content dt {
font-weight: 700;
}
.entry-content a:not(button),
.comment-content a {
color: #ff8763;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
text-decoration-line: underline;
text-decoration-color: transparent;
-webkit-text-decoration-color: transparent;
word-wrap: break-word;
}
.single .entry-content a.p-url {
color: inherit;
}
.entry-content a:not(button):hover,
.comment-content a:hover {
text-decoration: underline;
text-decoration-color: currentColor;
-webkit-text-decoration-color: currentColor;
}
.entry-content a.button {
display: inline-block;
}
.entry-content img,
.entry-content video,
.comment-content img {
max-width: 100%;
height: auto;
}
.entry-content address,
.comment-content address {
margin-bottom: 30px;
}
p:empty, .entry-content p:empty,
.comment-content p:empty {
display: none;
}
.wp-caption img[class*='wp-image-'] {
display: block;
margin-right: auto;
margin-left: auto;
}
.entry-content figure a {
border-bottom: none;
}
.entry-content iframe {
overflow: hidden;
margin-right: auto;
margin-bottom: 30px;
margin-left: auto;
max-width: 100%;
}
.entry-content ol, .comment-content ol,
.entry-content ul, .comment-content ul {
padding-left: 1rem;
list-style-type: decimal;
}
.entry-content ul,
.comment-content ul {
list-style: circle;
}
.entry-content ul ul,
.comment-content ul ul {
list-style: disc;
}
.entry-content li > ol,
.entry-content li > ul {
padding-top: 7px;
}
.entry-content li {
position: relative;
margin-bottom: 7px;
}
.comment-content li {
position: relative;
margin-bottom: 5px;
}
.entry-content ul[class^="wp-block"],
.entry-content ol[class^="wp-block"] {
padding-left: 0;
list-style: none;
}
.entry-content ul[class^="wp-block"] a,
.entry-content ol[class^="wp-block"] a {
color: inherit;
}
table {
margin-bottom: 2rem;
width: 100%;
border-spacing: 0;
border-collapse: collapse;
border-bottom: 1px solid rgba(0, 0, 0, .025);
border-left: 1px solid rgba(0, 0, 0, .025);
}
table thead {
background-color: #333;
color: #fff;
}
table thead th {
border-color: rgba(255, 255, 255, .1);
}
th, td {
padding: 5px 10px;
border-top: 1px solid rgba(0, 0, 0, .025);
border-right: 1px solid rgba(0, 0, 0, .025);
text-align: left;
}
.entry-content tbody tr:nth-child(2n),
.comment-content tbody tr:nth-child(2n) {
background-color: rgba(0, 0, 0, .025);
}
dl {
margin-bottom: 1.25em;
}
dd {
margin-left: 1.5em;
}
pre {
overflow: auto;
margin-bottom: 2rem;
padding: 20px;
max-width: 100%;
background-color: rgba(0, 0, 0, .05);
}
.has-drop-cap:not(:focus):first-letter {
font-weight: inherit;
font-size: 5em;
line-height: .825;
}
.has-drop-cap:not(:focus):after {
padding-top: 5px;
}
.entry-content tr {
display: table-row;
vertical-align: middle;
}
.entry-content td {
display: table-cell;
vertical-align: inherit;
}
.entry-content .gallery,
.gallery {
display: flex;
display: -webkit-flex;
margin-top: calc(2rem - 5px);
margin-right: -5px;
margin-bottom: calc(2rem - 5px);
margin-left: -5px;
text-align: center;
flex-flow: row wrap;
}
.gallery-item {
position: relative;
margin: 0 0 10px 0;
padding: 5px;
}
.gallery-item img {
display: block;
margin-right: auto;
margin-left: auto;
max-width: 100%;
}
.gallery-item div {
margin: 0;
}
.entry-content .attachment img {
display: block;
margin-right: auto;
margin-left: auto;
}
.entry-content .twitter-tweet {
margin-right: auto;
margin-bottom: 0 !important;
margin-left: auto;
}
.entry-content blockquote.twitter-tweet {
opacity: 0.1;
}
.entry-content iframe.instagram-media {
margin-right: auto;
margin-bottom: 1.5em;
margin-left: auto;
}
.entry-content .wp-block-embed.wp-block-embed-facebook {
margin-right: auto;
margin-left: auto;
max-width: 520px;
}
.wp-block-embed-vimeo .fluid-width-video-wrapper,
.wp-block-embed-youtube .fluid-width-video-wrapper,
.wp-block-embed-wordpress-tv .fluid-width-video-wrapper {
position: static;
padding: 0 !important;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper,
.wp-block-embed-youtube .wp-block-embed__wrapper,
.wp-block-embed-wordpress-tv .wp-block-embed__wrapper {
position: relative;
display: block;
padding: 0 !important;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper:before,
.wp-block-embed-youtube .wp-block-embed__wrapper:before,
.wp-block-embed-wordpress-tv .wp-block-embed__wrapper:before {
display: block;
padding-top: 56.25%;
content: "";
}
.wp-block-embed-vimeo .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.wp-block-embed-wordpress-tv .wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
.gallery-columns-1 .gallery-item {
width: 100%;
flex: 0 0 100%;
}
.gallery-columns-2 .gallery-item {
width: 50%;
flex: 0 0 50%;
}
.gallery-columns-3 .gallery-item {
width: 33.33%;
flex: 0 0 33.333%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
flex: 0 0 25%;
}
.gallery-columns-5 .gallery-item {
width: 20%;
flex: 0 0 20%;
}
.gallery-columns-6 .gallery-item {
width: 16.66%;
flex: 0 0 16.66%;
}
.gallery-columns-7 .gallery-item {
width: 14.285%;
flex: 0 0 14.285%;
}
.gallery-columns-8 .gallery-item {
width: 12.5%;
flex: 0 0 12.5%;
}
.gallery-columns-9 .gallery-item {
width: 11.111%;
flex: 0 0 11.111%
}
.entry-footer {
position: relative;
display: block;
margin-top: 40px;
padding-top: 35px;
line-height: 26px;
}
.entry-footer .tag-label {
letter-spacing: .1em;
font-weight: 500;
font-size: 11px;
font-family: 'Montserrat', sans-serif;
}
.entry-footer a, .entry-footer .source,
.entry-footer .via-el {
letter-spacing: .0215rem;
font-weight: 600;
font-size: 11px;
font-family: 'Montserrat', sans-serif;
}
.entry-footer:before {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 10px;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
}
.entry-footer .inner {
display: inline-block;
text-align: left;
}
.tag-label {
display: inline-block;
margin: 2px 0;
min-width: 75px;
text-transform: uppercase;
line-height: inherit;
}
.tag-label:before {
display: inline-block;
margin-right: 5px;
min-width: 10px;
content: '\e907';
font-style: normal;
font-family: 'ruby-icon' !important;
line-height: inherit;
}
.single-post-tag {
display: flex;
display: -webkit-flex;
flex-flow: row wrap;
margin-bottom: 10px;
}
.single-post-tag:last-child {
margin-bottom: 0;
}
.single-post-tag.tags a {
display: inline-flex;
display: -webkit-inline-flex;
align-items: center;
}
.single-post-tag.tags a:before {
content: '# ';
font-size: .7em;
margin-right: 3px;
}
.sources .tag-label:before {
content: '\e964';
}
.via .tag-label:before {
content: '\e014';
}
.entry-footer a, span.source, span.via-el {
display: inline-flex;
display: -webkit-inline-flex;
margin: 2px;
padding: 5px 12px;
background-color: rgba(0, 0, 0, .025);
text-decoration: none !important;
line-height: 1;
-webkit-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.entry-footer a:hover {
background-color: #ff8763;
color: #fff;
}
.page-links {
display: flex;
display: -webkit-flex;
margin-top: 40px;
justify-content: center;
}
.single .entry-content .page-links a {
color: inherit;
text-decoration: none;
text-decoration-line: none;
}
.single .entry-content .page-links a:hover,
.single .entry-content .page-links a:focus {
color: #fff;
text-decoration: none;
text-decoration-line: none;
}
.entry-content .wpcf7 {
position: relative;
display: block;
overflow: hidden;
margin-right: auto;
margin-bottom: 30px;
margin-left: auto;
max-width: 900px;
}
.entry-content .wpcf7 p {
margin: 0;
}
.entry-content .wpcf7 label {
display: block;
overflow: hidden;
color: #777;
font-size: .85em;
}
.entry-content .wpcf7 label:before {
display: inline-flex;
margin-right: 7px;
width: 8px;
height: 8px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #ff8763;
content: '';
}
.entry-content .wpcf7 input,
.entry-content .wpcf7 textarea {
display: block;
overflow: hidden;
margin-top: 7px;
margin-bottom: 20px;
}
.entry-content .wpcf7 input[type='submit'] {
margin-top: 10px;
margin-bottom: 0;
}
.entry-content .wpcf7 br {
display: none;
} .single-box {
position: relative;
display: block;
margin-right: auto;
margin-left: auto;
max-width: 780px;
}
.author-box {
display: flex;
display: -webkit-flex;
margin-top: 40px;
padding: 20px;
background-color: rgba(0, 0, 0, .025);
align-items: center;
flex-flow: row nowrap;
}
.author-title a {
color: #ff8763;
-webkit-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.author-title a:hover {
color: #333;
}
.author-header .author-more {
margin-top: 0;
margin-right: 0;
flex: 0 0 auto;
margin-left: auto;
}
.author-avatar {
display: flex;
display: -webkit-flex;
margin-right: 20px;
width: 100px;
height: 100px;
flex-shrink: 0;
}
.author-avatar img {
width: 100%;
height: 100%;
-webkit-border-radius: 50%;
border-radius: 50%;
object-fit: cover;
-webkit-object-fit: cover;
}
.author-content {
display: flex;
display: -webkit-flex;
flex: 1;
flex-flow: column nowrap;
}
.author-job {
margin: 0;
color: #666;
text-transform: uppercase;
letter-spacing: .1em;
font-weight: 500;
font-size: 11px;
font-family: 'Montserrat', sans-serif;
}
.author-header {
position: relative;
display: flex;
display: -webkit-flex;
padding-bottom: 15px;
align-items: center;
}
.author-header:after {
position: absolute;
bottom: 0;
left: 0;
display: block;
max-width: 100%;
width: 70px;
height: 10px;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
}
.author-description {
display: block;
margin-top: 10px;
margin-bottom: 20px;
font-size: .85rem;
}
.author-footer {
display: flex;
display: -webkit-flex;
align-items: center;
flex-flow: row wrap;
}
.author-social {
margin-left: auto;
flex-shrink: 0;
}
.author-social a {
display: inline-block;
padding: 0 5px;
font-size: 14px;
line-height: 24px;
}
.author-social i {
line-height: inherit;
}
.author-page-title .vcard {
text-transform: uppercase;
}
.author .author-box {
margin-top: 0;
margin-bottom: 50px;
} .box-nav {
display: flex;
display: -webkit-flex;
margin-top: 40px;
flex-flow: row nowrap;
align-items: stretch;
}
.box-nav .nav-el {
display: flex;
display: -webkit-flex;
width: 50%;
flex: 0 0 50%;
}
.box-nav a {
display: flex;
display: -webkit-flex;
flex-flow: column nowrap;
flex: 1;
}
.box-nav .rbi-angle-left {
padding-right: 5px;
}
.box-nav .rbi-angle-right {
padding-left: 5px;
}
.box-nav .nav-label {
margin-bottom: 15px;
color: #666;
text-transform: uppercase;
letter-spacing: .1em;
font-weight: 500;
font-size: 11px;
font-family: 'Montserrat', sans-serif;
line-height: 1;
}
.box-nav .nav-right {
margin-left: auto;
}
.box-nav .nav-right .nav-label {
margin-left: auto;
}
.box-nav .nav-inner {
display: flex;
display: -webkit-flex;
align-items: center;
}
.box-nav i {
letter-spacing: 0;
}
.box-nav img {
display: flex;
display: -webkit-flex;
margin-right: 12px;
width: 50px;
border-radius: 50%;
flex-shrink: 0;
}
.box-nav .nav-right .nav-inner {
flex-direction: row-reverse;
text-align: right;
}
.box-nav .nav-right img {
margin-right: 0;
margin-left: 12px;
} .comments-area {
display: block;
}
.comments-area .comment-meta a {
text-decoration: none;
}
.comment-metadata .review-stars {
font-size: 17px;
color: #333;
}
.comment-awaiting-moderation {
display: block;
width: 100%;
color: #56977b;
font-size: .75rem;
margin-bottom: 10px;
margin-top: 10px;
}
.comment-awaiting-moderation:before {
content: '\e90c';
font-family: 'ruby-icon';
display: inline-block;
margin-right: 7px;
font-style: normal;
}
.comment-form {
position: relative;
display: block;
margin-right: -10px;
margin-left: -10px;
}
.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'] {
width: 100%;
}
.comment-form > * {
margin-bottom: 20px;
padding-right: 10px;
padding-left: 10px;
}
.comment-form-cookies-consent {
display: flex;
display: -webkit-flex;
flex-flow: row nowrap;
align-items: center;
width: 100%;
flex-basis: 100%;
}
.comment-form-cookies-consent label {
padding-left: 7px;
font-size: .75rem;
}
.comment-form-cookies-consent label {
padding-left: 7px;
}
.comment-notes .required {
color: #ff4545;
}
p.logged-in-as {
font-size: .825rem;
}
p.logged-in-as a:last-child {
opacity: 0.5;
}
p.logged-in-as a:last-child:hover {
opacity: 1;
}
.comment-form > p.form-submit {
display: block;
overflow: hidden;
margin-top: 20px;
margin-bottom: 0;
}
.comment-form .comment-notes {
margin-bottom: 20px;
font-size: .825rem;
}
.comment-notes #email-notes {
font-style: italic;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
float: left;
width: 33.33%;
}
.comment-reply-title {
margin-bottom: 10px;
line-height: 1;
}
.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.no-comment .comment-reply-title {
display: none;
}
.comment-box-wrap {
position: relative;
display: block;
margin-top: 40px;
padding-top: 45px;
}
.comment-box-wrap:before {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 10px;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
}
.comment-box-header {
display: flex;
display: -webkit-flex;
align-items: center;
}
.comment-box-header h4 i {
margin-right: 7px;
}
.box-comment-btn {
position: relative;
display: flex;
display: -webkit-flex;
margin-left: auto;
padding: 0 60px;
background-color: rgba(0, 0, 0, .025);
line-height: 42px;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.box-comment-btn:hover {
background-color: #ff8763;
color: #fff;
}
.rb-review-stars {
position: relative;
font-size: 24px;
}
.rb-form-rating {
display: flex;
width: 100%;
display: -webkit-flex;
align-items: center;
}
.rb-review-stars span {
display: flex;
margin-left: 10px;
display: -webkit-flex;
align-items: center;
flex-flow: row nowrap;
padding: 0;
line-height: 0;
width: 0;
flex-grow: 0;
letter-spacing: 0;
}
.rb-review-stars span a {
display: flex;
display: -webkit-flex;
line-height: 1;
padding: 2px;
flex-grow: 0;
}
.rb-review-stars span:hover i:before,
.rb-form-rating.selected a i:before,
.rb-form-rating.selected .rb-review-stars span:hover a i:before {
content: '\e90a';
}
.rb-review-stars span > a.active ~ a i:before,
.rb-review-stars span > a:hover ~ a i:before,
.rb-form-rating.selected .rb-review-stars span > a:hover ~ a i:before {
content: '\e909';
}
.rb-review-stars i {
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.rb-form-rating label {
text-transform: uppercase;
font-size: .75rem;
} .comment-title h3 {
margin-bottom: 30px;
}
.comment-title i {
display: inline;
margin-right: 5px;
}
.comment-author {
margin-bottom: 7px;
font-size: .83rem;
}
.comment-author .avatar {
position: absolute;
top: 7px;
left: -65px;
display: block;
width: 50px;
height: 50px;
-webkit-border-radius: 50%;
border-radius: 50%;
object-fit: cover;
-webkit-object-fit: cover;
}
.comment-author .says {
display: none;
}
.comment-list {
position: relative;
display: block;
margin-top: 30px;
margin-bottom: 30px;
list-style: none;
}
.comment-body {
position: relative;
display: block;
margin-bottom: 30px;
margin-left: 65px;
}
.comment-list li.parent > .comment-body {
margin-bottom: 20px;
}
.comment-metadata {
margin-top: 3px;
color: #666;
font-weight: 400;
font-size: 12px;
font-family: 'Montserrat', sans-serif;
line-height: 1.2;
}
.comment-metadata * {
font-weight: inherit !important;
font-size: inherit;
font-family: inherit;
line-height: inherit;
}
.comment-content {
display: block;
margin-top: 15px;
font-size: .9rem;
}
.comment-content p,
.comment-content li {
font-size: inherit;
}
a.comment-reply-link {
position: absolute;
top: 0;
right: 0;
z-index: 99;
display: block;
padding: 0 12px;
border: 1px solid rgba(0, 0, 0, .05);
font-weight: 600;
font-size: 12px;
font-family: 'Montserrat', sans-serif;
line-height: 24px;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
a.comment-reply-link:hover {
border-color: #ff8763;
background-color: #ff8763;
color: #fff;
}
.comments-area .comment-meta a.comment-edit-link {
margin-left: 10px;
text-transform: uppercase;
}
.comments-area .comment-meta > a:first-child {
margin-left: 0;
}
.comments-area .comment-meta a.comment-edit-link:hover {
text-decoration: underline;
}
a.comment-reply-link:before {
margin-right: 5px;
content: '\56';
font-size: .9em;
font-family: 'ruby-icon' !important;
}
.logged-in-as a:last-child {
margin-left: 7px;
text-transform: uppercase;
}
.comment-list .logged-in-as a {
text-decoration: none;
font-weight: inherit;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.logged-in-as a:hover,
.comment-list .logged-in-as a:hover {
color: #ff8763;
text-decoration: underline;
}
.comment-list .comment-reply-title small a {
margin-left: 7px;
text-transform: none;
white-space: nowrap;
font-weight: 400;
font-size: 12px;
font-family: 'Montserrat', sans-serif;
opacity: 0.5;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.comment-list .comment-reply-title small a:hover {
color: #ff8763;
text-decoration: underline;
opacity: 1;
}
.comments-area #respond > #commentform {
margin-top: 10px;
}
.comment-list .comment-respond {
margin-bottom: 3em;
margin-left: 65px;
}
.comment-list ul.children {
margin-left: 30px;
} .like-box {
display: block;
margin-top: 30px;
}
.like-el {
display: inline-block;
max-height: 30px;
width: 80px;
text-align: left;
} .single-bottom-share {
display: flex;
display: -webkit-flex;
margin: 40px auto 0 auto;
align-items: center;
}
.single-bottom-share .share-content {
display: flex;
display: -webkit-flex;
margin-left: auto;
font-size: 15px;
flex-flow: row wrap;
align-items: center;
}
.single-bottom-share .share-header:before {
margin-right: 7px;
color: #666;
content: '\e00d';
font-style: normal;
font-size: 12px;
font-family: 'ruby-icon' !important;
line-height: 1;
}
.single-bottom-share a {
display: flex;
display: -webkit-flex;
margin: 5px;
width: 50px;
height: 50px;
background-color: rgba(0, 0, 0, .025);
line-height: 1;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
align-items: center;
justify-content: center;
}
.single-bottom-share a span {
display: none;
}
.single-bottom-share i {
font-size: 20px;
}
.single-tagline {
position: relative;
display: block;
margin-bottom: 20px;
padding-left: 30px;
font-style: italic;
}
.single-tagline:before {
position: absolute;
top: 5px;
right: auto;
bottom: 5px;
left: 0;
display: block;
width: 15px;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
}
.single-header-overlay .single-tagline:before {
opacity: 1;
}
.single-header-overlay .single-tagline {
max-width: 700px;
} .embed-holder {
position: static !important;
margin: 0;
padding-bottom: 56%;
height: 0 !important;
background-color: rgba(0, 0, 0, .025);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.post-audio-outer .embed-holder {
padding-bottom: 33.33%;
}
.embed-holder iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.gallery-el {
position: relative;
display: block;
}
.p-gallery-slider .gallery-el {
z-index: 1;
display: block;
padding-bottom: 56.75%;
width: 100%;
}
.p-gallery-slider img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
display: block;
width: 100%;
height: 100%;
object-fit: cover;
-o-object-fit: cover;
}
.image-caption.is-overlay {
position: absolute;
right: 10px;
bottom: 10px;
z-index: 3;
padding: 7px 20px;
max-width: 70%;
background-color: rgba(0, 0, 0, .8);
color: #fff;
opacity: 1;
-webkit-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.p-gallery-slider .image-caption.is-overlay {
bottom: 30px;
text-align: left;
}
.p-gallery-slider .image-caption.is-overlay .wp-caption-text:before {
padding-right: 7px;
}
.image-caption, .wp-caption-text, .gallery-caption,
.entry-content .wp-block-audio figcaption,
.entry-content .wp-block-video figcaption,
.entry-content .wp-block-image figcaption,
.entry-content .wp-block-embed figcaption,
.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-item figcaption {
display: flex;
display: -webkit-flex;
margin: 0;
padding: 10px 10px 0 10px;
color: #666;
text-align: center;
font-weight: 500;
font-size: 12px;
font-family: 'Montserrat', sans-serif;
line-height: 1.5;
align-items: center;
justify-content: center;
}
.entry-content .wp-block-cover .wp-block-cover-text a,
.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-item figcaption {
color: #fff;
}
.entry-content .wp-block-embed.wp-block-embed-instagram,
.entry-content .wp-block-embed.wp-block-embed-twitter {
margin-right: auto;
margin-left: auto;
max-width: 520px;
}
.wp-block-embed blockquote:before {
display: none;
}
.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-item figcaption {
padding-bottom: 10px;
}
.image-caption:before,
.wp-caption-text:before,
.wp-block-image figcaption:before {
margin-right: 5px;
content: '\4c';
vertical-align: middle;
font-size: 1.3em;
font-family: 'ruby-icon' !important;
line-height: 1;
}
.wp-block-video figcaption:before {
margin-right: 5px;
content: '\79';
font-size: 1.5em;
font-family: 'ruby-icon';
line-height: 1;
}
.wp-block-audio figcaption:before {
margin-right: 5px;
content: '\e906';
font-size: 1.2em;
font-family: 'ruby-icon';
line-height: 1;
}
.entry-content .wp-block-gallery .blocks-gallery-image figcaption:before
.entry-content .wp-block-gallery .blocks-gallery-item figcaption:before {
display: none;
}
.wp-block-quote cite {
display: inline-flex;
display: -webkit-inline-flex;
font-size: .85rem;
line-height: 1;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
}
.entry-content .wp-block-file .wp-block-file__button {
display: table;
margin-top: calc(0.75 * 1rem);
margin-left: 0;
padding: 0.75rem 1rem;
border: none;
border-radius: 5px;
background-color: #ff8763;
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 1rem;
line-height: 1.2;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.entry-content .wp-block-file .wp-block-file__button:hover {
background-color: #333;
}
.entry-content .wp-block-columns .wp-block-column > *:first-child {
margin-top: 0;
}
.entry-content .wp-block-columns .wp-block-column > *:last-child {
margin-bottom: 0;
}
.p-gallery-list .gallery-el {
display: block;
overflow: hidden;
margin-bottom: 10px;
width: 100%;
}
.p-gallery-list .gallery-el img {
width: 100%;
height: auto;
}
.p-gallery-list .gallery-el:last-child {
margin-bottom: 0;
}
.p-gallery-slider {
overflow: hidden;
}
.p-gallery-slider .owl-dots {
position: absolute;
top: auto;
right: 0;
bottom: 10px;
left: 0;
margin: 0;
color: #fff;
} .gallery-grid-wrap {
display: flex;
display: -webkit-flex;
margin-top: 10px;
padding: 10px 0 10px 10px;
background-color: rgba(0, 0, 0, .025);
align-items: center;
}
.single-2 .gallery-grid-wrap,
.single-3 .gallery-grid-wrap {
margin-top: 0;
}
.single-2 .single-header.entry-header {
margin-bottom: 0;
}
.single-3 .single-tagline:before,
.single-4 .single-tagline:before {
display: none;
}
.single-3 .single-tagline,
.single-4 .single-tagline {
padding-left: 0;
}
.gallery-grid-content {
position: relative;
display: flex;
display: -webkit-flex;
margin-left: auto;
flex-flow: row nowrap;
justify-content: flex-end;
flex: 0 0 80%;
}
.gallery-grid-content img {
max-height: 90px;
width: auto;
object-fit: cover;
-webkit-object-fit: cover;
}
.gallery-grid-content > *:nth-last-child(4) {
opacity: .7;
}
.gallery-grid-content > *:nth-last-child(3) {
opacity: .5;
}
.gallery-grid-content > *:nth-last-child(2) {
opacity: .3;
}
.gallery-grid-content > *:last-child {
opacity: .1;
}
.gallery-grid-content > *:first-child {
opacity: 1;
}
.gallery-list-label {
padding-right: 10px;
padding-left: 20px;
}
.gallery-grid-content .gallery-el {
overflow: hidden;
margin-right: 10px;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.gallery-grid-content .gallery-el:hover {
opacity: 1;
}
.gallery-list-label a {
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.gallery-list-label a:hover {
color: #ff8763;
} .rb-gallery-popup .mfp-content {
display: flex;
display: -webkit-flex;
overflow: hidden;
min-height: 100%;
max-height: 100%;
width: 100%;
height: 100%;
align-content: stretch;
flex-flow: column nowrap;
}
.rb-gallery-popup.mfp-bg.mfp-ready.rb-popup-effect {
background-color: #111;
opacity: 1;
}
.gallery-popup-header {
display: flex;
display: -webkit-flex;
padding: 0;
width: 100%;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
align-items: center;
flex-shrink: 0;
}
.rb-gallery-popup .gallery-popup-header .header-right {
display: flex;
display: -webkit-flex;
margin-left: auto;
background-color: transparent;
color: #fff;
align-items: center;
flex-grow: 0;
}
.gallery-popup-header .header-right > * {
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.rb-gallery-popup .mfp-title {
display: flex;
display: -webkit-flex;
padding: 10px 20px;
flex-grow: 1;
align-items: center;
}
.rb-gallery-popup .gallery-popup-header .mfp-close,
.rb-gallery-popup .gallery-popup-header .mfp-counter {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
display: flex;
display: -webkit-flex;
padding: 0 20px;
width: auto;
height: 60px;
color: #fff;
line-height: 1;
align-items: center;
}
.gallery-popup-content,
.mfp-rbgallery {
display: flex;
display: -webkit-flex;
width: 100%;
height: 100%;
flex: 1;
flex-flow: row nowrap;
}
.gallery-popup-content {
overflow: hidden;
height: calc(100% - 61px);
}
.gallery-popup-image img {
margin: auto;
padding: 0;
max-width: 100%;
max-height: 100%;
object-fit: contain;
-webkit-object-fit: contain;
}
.gallery-popup-nav button {
position: relative;
padding: 0;
width: 40px;
height: 60px;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
background-color: transparent !important;
font-size: 18px;
opacity: 0.5;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.rb-gallery-popup .mfp-close {
opacity: .5;
}
.rb-gallery-popup .mfp-close:hover,
.rb-gallery-popup .mfp-close:focus,
.gallery-popup-nav button:hover {
opacity: 1;
}
.gallery-popup-holder {
position: relative;
display: flex;
display: -webkit-flex;
max-width: calc(100% - 140px);
width: calc(100% - 140px);
height: 100%;
flex: 1;
flex-flow: row nowrap;
justify-content: center;
}
.rb-gallery-popup h3.mfp-title:before {
display: flex;
display: -webkit-flex;
margin-right: 10px;
content: '\4c';
font-family: 'ruby-icon' !important;
}
.gallery-popup-entry {
display: flex;
display: -webkit-flex;
padding: 50px 30px;
max-width: 380px;
width: 380px;
border-left: 1px solid rgba(255, 255, 255, 0.1);
flex-flow: column nowrap;
justify-content: center;
}
.gallery-popup-image {
display: flex;
display: -webkit-flex;
overflow: hidden;
padding: 50px 30px;
max-width: calc(100% - 140px);
height: 100%;
flex: 1;
}
.gallery-popup-selection {
display: flex;
display: -webkit-flex;
overflow-x: hidden;
overflow-y: auto;
box-sizing: content-box;
padding: 30px 20px;
width: 90px;
border-right: 1px solid rgba(255, 255, 255, .1);
flex-flow: row wrap;
align-content: flex-start;
}
.gallery-popup-selection a {
display: flex;
display: -webkit-flex;
overflow: hidden;
margin-bottom: 10px;
min-height: min-content;
width: 100%;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
align-items: flex-start;
}
.gallery-popup-selection a:last-child {
margin-bottom: 0;
}
.gallery-popup-selection a:hover {
opacity: .7;
}
.gallery-popup-selection img {
display: block;
width: 100%;
height: auto;
object-fit: cover;
-webkit-object-fit: cover;
}
.gallery-popup-content .image-popup-description {
margin-top: 20px;
}
.gallery-popup-content .image-popup-description a {
text-decoration: underline;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.gallery-popup-content .image-popup-description a:hover,
.gallery-popup-content .image-popup-description a:focus {
color: #ff8763;
}
.gallery-popup-content .image-popup-description > * {
font-size: .85rem;
}
.gallery-popup-selection.post-type-gallery {
padding: 15px;
width: 210px;
}
.gallery-popup-selection.post-type-gallery > a {
margin: 0;
padding: 5px;
width: 50%;
flex: 0 0 50%;
}
.gallery-popup-holder.post-type-gallery {
max-width: calc(100% - 210px);
width: calc(100% - 210px);
} .single-post-related {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 50px;
padding-top: 35px;
background-image: linear-gradient(to right, rgba(0, 0, 0, .025) 66.666%, rgba(255, 255, 255, 0) 0%);
background-position: top;
background-size: 27px 7px;
background-repeat: repeat-x;
}
.single-post-related .block-title:before {
z-index: 0;
} .review-box-wrap {
position: relative;
display: block;
margin-top: 40px;
margin-right: auto;
margin-left: auto;
max-width: 650px;
}
.review-box-wrap .inner {
display: block;
overflow: hidden;
background-color: rgba(0, 0, 0, .025);
}
.review-box-wrap.is-dark .inner {
background-color: #333;
}
.review-header {
position: relative;
display: block;
overflow: hidden;
min-height: 180px;
height: 180px;
background-color: #333;
}
.review-feat {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
display: block;
}
.review-feat img {
width: 100%;
height: 100%;
opacity: .4;
object-fit: cover;
-webkit-object-fit: cover;
object-position: 50% 50%;
}
.review-header h4.review-heading {
position: absolute;
bottom: 20px;
left: 20px;
margin: 0;
color: #fff;
}
.review-box-wrap.no-feat .review-header {
min-height: 0;
height: auto;
}
.review-box-wrap.no-feat .review-heading {
position: relative;
bottom: auto;
left: auto;
padding: 30px 20px;
}
.review-info {
position: absolute;
top: 20px;
right: 20px;
display: flex;
display: -webkit-flex;
padding: 7px 18px;
background-color: #ff8763;
-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
justify-content: center;
align-items: center;
flex-flow: row nowrap;
}
.review-info > * {
display: flex;
display: -webkit-flex;
padding: 0 2px;
line-height: 1;
}
.review-info .meta-description,
.p-review-info .meta-description {
opacity: .8;
}
.review-content {
position: relative;
display: block;
margin: 30px;
}
.review-el {
display: flex;
display: -webkit-flex;
margin-bottom: 20px;
width: 100%;
line-height: 1;
align-items: center;
flex-flow: row nowrap;
}
.review-el:last-child {
margin-bottom: 0;
}
.review-el .review-stars {
display: flex;
display: -webkit-flex;
margin-left: auto;
color: #ff8763;
font-size: 22px;
flex-grow: 0;
}
.review-stars i {
margin-left: 2px;
}
.review-footer, .summary-wrap {
position: relative;
display: block;
margin-top: 40px;
}
.summary-wrap:before {
position: absolute;
top: 0;
right: 0;
display: block;
width: 60px;
height: 30px;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
}
.review-action {
display: block;
margin-top: 30px;
text-align: right;
}
.entry-content a.review-btn {
display: inline-block;
line-height: 42px;
text-decoration: none !important;
color: #fff;
background-color: #8fc36f;
font-size: 1.2rem;
font-weight: 700;
padding: 0 30px;
}
.entry-content a.review-btn:hover {
opacity: .7;
}
.review-footer h6 {
margin-top: 0;
margin-bottom: 15px;
}
.pros-cons-wrap {
position: relative;
padding-left: 25px;
text-align: center;
}
.pros-cons-wrap:before {
position: absolute;
top: 0;
left: 0;
display: block;
width: 10px;
height: 100%;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
}
.pros-cons-wrap h4 {
margin: 0;
}
.pros-cons-wrap > * {
flex-flow: column nowrap;
}
.pros-cons-wrap h6 {
display: flex;
display: -webkit-flex;
margin-top: 0;
align-items: center;
justify-content: center;
}
.pros-cons-wrap i {
margin-right: 7px;
font-size: .8rem;
}
.pros-cons-wrap ul {
display: inline-block;
margin: 0 auto;
padding-left: 0;
text-align: left;
}
.pros-cons-wrap ul li {
list-style: none;
}
.summary-content,
.pros-cons-wrap ul li {
font-size: .85rem;
}
.pros-cons-wrap ul li:last-child {
margin-bottom: 0;
}
.review-pros li:before {
display: inline;
margin-right: 7px;
color: #58a060;
content: '\e90d';
font-size: 13px;
font-family: 'ruby-icon' !important;
}
.review-cons li:before {
display: inline;
margin-right: 7px;
color: #f77c86;
content: '\e90e';
font-size: 13px;
font-family: 'ruby-icon' !important;
} .p-review-info {
position: absolute;
top: 0;
right: 0;
z-index: 99;
display: flex;
display: -webkit-flex;
padding: 7px 20px;
background-color: #333;
align-items: center;
flex-flow: row nowrap;
}
.p-review-info * {
display: flex;
display: -webkit-flex;
padding: 0 3px;
line-height: 1 !important;
}
.p-review-info i {
font-size: 12px;
}
.user-reviews {
display: flex;
display: -webkit-flex;
flex-flow: row nowrap;
align-items: center;
line-height: 1;
margin-top: 30px;
padding-top: 15px;
border-top: 4px solid rgba(0, 0, 0, .07);
}
.review-box-wrap.is-dark .user-reviews {
border-color: rgba(255, 255, 255, .07);
}
.user-review-headline {
display: flex;
display: -webkit-flex;
flex-flow: row nowrap;
align-items: center;
flex-grow: 1;
}
.user-review-headline i {
margin-right: 7px;
opacity: .5;
}
.user-review-headline h6 {
margin-bottom: 0;
}
.total-vote {
font-style: italic;
margin-left: 7px;
font-size: .85rem;
opacity: .7;
}
.average-stars {
margin-left: auto;
display: flex;
display: -webkit-flex;
align-items: center;
}
.average-stars i {
color: #ff8763;
font-size: 22px;
margin-right: 7px;
} .entry-header {
position: relative;
margin-bottom: 30px;
}
.shop-top .shopthepost-inner {
position: relative;
margin-bottom: 40px
}
.shop-bottom > *:first-child {
margin-top: 40px;
}
.shopthepost-single.wc .rb-p20-gutter {
padding-right: 10px;
padding-left: 10px;
}
.shopthepost-single.wc .products-outer {
width: auto !important;
}
.shopthepost-single.wc .shopthepost-inner:after {
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 10px;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
}
.shopthepost-single.wc .rb-n20-gutter {
margin-right: -10px;
margin-left: -10px;
}
.meta-label {
margin-right: 3px;
font-weight: normal;
font-style: inherit;
font-size: .9em;
}
.single-author-info.p-meta-info > *:before {
display: none;
}
.single-author-info a {
text-transform: uppercase;
}
.single-author-info img {
margin-right: 5px;
width: 34px;
height: 34px;
-webkit-border-radius: 50%;
border-radius: 50%;
object-fit: cover;
-webkit-object-fit: cover;
}
.single-feat,
.post-gallery-outer {
position: relative;
display: block;
margin-top: 30px;
}
.single-feat .p-thumb {
position: relative;
}
.single-left-section {
display: flex;
display: -webkit-flex;
padding-right: 50px;
max-width: 160px;
width: 160px;
align-items: center;
flex-shrink: 0;
flex-flow: column nowrap;
}
.single-left-section .section-inner {
position: -webkit-sticky;
position: sticky;
top: 10px;
width: 100%;
}
.admin-bar .single-left-section .section-inner {
top: 32px;
}
.single-left-section .section-inner > *:first-child {
margin-top: 0;
}
.sticky-nav:not(.smart-sticky) .single-left-section .section-inner {
top: 74px;
}
.admin-bar.sticky-nav:not(.smart-sticky) .single-left-section .section-inner {
top: 105px;
}
.single-content.has-left-section {
display: flex;
display: -webkit-flex;
flex-flow: row nowrap;
}
.single-content.has-left-section .entry-content {
margin-left: auto;
max-width: calc(100% - 160px);
width: calc(100% - 160px);
}
.single-left-article {
position: relative;
display: flex;
display: -webkit-flex;
margin-top: 20px;
padding-top: 30px;
text-align: center;
flex-flow: column nowrap;
align-items: center;
}
.single-left-article:before {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 10px;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
}
.left-article-label {
display: block;
clear: both;
margin-bottom: 12px;
letter-spacing: .1em;
font-weight: 500;
font-size: 11px;
font-family: 'Montserrat', sans-serif;
}
.single-left-article .p-feat {
display: flex;
display: -webkit-flex;
margin-bottom: 10px;
justify-content: center;
}
.single-left-article .p-thumb {
width: 105px;
height: 105px;
}
.single-left-article .p-thumb:before {
display: none;
}
.single-left-article .p-thumb img {
height: 100%;
}
.single-left-article .p-url {
display: inline-block;
font-size: .9em;
}
.share-header {
display: flex;
display: -webkit-flex;
flex-shrink: 0;
justify-content: center;
align-items: center;
flex-flow: row nowrap;
}
.share-total {
color: #ff8763;
}
.share-label {
margin-left: 7px;
color: #666;
text-transform: uppercase;
letter-spacing: .1em;
font-weight: 500;
font-size: 11px;
font-family: 'Montserrat', sans-serif;
}
.single-left-share {
display: flex;
display: -webkit-flex;
flex-flow: column nowrap;
flex: 1;
}
.single-left-share .share-header {
margin-bottom: 10px;
flex-flow: column nowrap;
}
.single-left-share .share-content {
display: flex;
margin: -5px;
flex-flow: row wrap;
justify-content: center;
}
.single-left-share a {
display: flex;
display: -webkit-flex;
margin: 5px;
width: 48px;
height: 48px;
background-color: rgba(0, 0, 0, .025);
text-align: center;
font-size: 16px;
line-height: 48px;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
flex: 0 0 48px;
justify-content: center;
} .rb-related {
position: relative;
display: block;
overflow: hidden;
margin: 2rem 0;
padding: 15px 20px 5px 20px;
border: 1px solid rgba(0, 0, 0, 0.07);
}
.rb-related.is-dark-style {
display: block;
border: none;
background-color: #333;
}
.rb-related-el {
display: flex;
display: -webkit-flex;
flex-flow: row nowrap;
flex-grow: 1;
align-items: center;
}
.rb-related-content > * {
margin-bottom: 20px;
}
.rb-related-el .p-thumb img {
display: flex;
display: -webkit-flex;
width: 90px;
flex-shrink: 0;
}
.rb-related-el .entry-title {
display: flex;
display: -webkit-flex;
margin: 0;
padding-left: 15px;
flex: 1;
}
.rb-related .rb-related-header {
position: relative;
display: block;
margin-top: 0;
margin-bottom: 20px;
padding-left: 20px;
}
.rb-related .rb-related-header:before {
position: absolute;
top: -5%;
right: auto;
bottom: -5%;
left: 0;
z-index: 1;
display: block;
width: 40px;
height: 110%;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
}
.single-left-share a:hover,
.single-bottom-share a:hover {
opacity: .7;
}
.share-whatsapp.is-mobile {
display: none;
}
.breadcrumb {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 12px;
text-overflow: ellipsis;
white-space: nowrap;
letter-spacing: .015rem;
font-weight: 600;
font-size: 12px;
font-family: 'Montserrat', sans-serif;
line-height: inherit;
}
.single-1 .breadcrumb {
display: flex;
display: -webkit-flex;
margin-top: -50px;
margin-bottom: 0;
height: 50px;
flex: 0 0 100%;
align-items: center;
}
.is-single-1.is-single-hc .single-header {
text-align: center;
}
.is-single-1.is-single-hc .single-content-wrap .p-cat-info,
.is-single-1.is-single-hc .single-content-wrap .single-entry-meta,
.is-single-1.is-single-hc .breadcrumb {
justify-content: center;
}
.is-single-1.is-single-hc .single-tagline {
padding-left: 0;
}
.is-single-1.is-single-hc .single-tagline:before {
display: none;
}
.breadcrumb * {
overflow: hidden;
text-overflow: ellipsis;
letter-spacing: inherit;
font-size: inherit;
}
.breadcrumb .current-item {
color: #666;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.breadcrumb a {
display: inline !important;
overflow: auto;
margin: 0;
-webkit-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.breadcrumb a:hover {
color: #ff8763;
}
.blog:not(.home) .breadcrumb {
padding-top: 7px;
padding-bottom: 7px;
background-color: rgba(0, 0, 0, .025);
text-align: center;
}
.single-2 .post-gallery-outer,
.single-2 .post-audio-outer,
.single-2 .post-video-outer,
.single-3 .post-gallery-outer,
.single-3 .post-audio-outer,
.single-3 .post-video-outer {
margin-top: 0;
margin-bottom: 40px;
}
.parallax-thumb .p-thumb,
.parallax-thumb .p-thumb:before {
-webkit-border-radius: 0;
border-radius: 0;
}
.single-header-holder {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: flex;
display: -webkit-flex;
justify-content: flex-end;
flex-flow: column nowrap;
}
.single-header-overlay {
display: block;
padding-bottom: 30px;
}
.breadcrumb-overlay {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 10;
display: block;
}
.breadcrumb-overlay .breadcrumb {
margin-top: 15px;
margin-bottom: 0;
} .header-centred .entry-title,
.header-centred .single-tagline {
margin-right: auto;
margin-left: auto;
max-width: 700px;
text-align: center;
}
.header-centred .breadcrumb {
text-align: center;
}
.header-centred .single-tagline {
margin-bottom: 0;
border-left: none;
}
.header-centred .single-entry-meta {
justify-content: center;
}
.single-header-overlay.header-centred {
padding-bottom: 0;
}
.header-centred .p-cat-info {
justify-content: center;
} .parallax-thumb {
position: relative;
display: block;
overflow: hidden;
min-height: 600px;
height: 70vh;
background-color: #0a0a0a;
}
.parallax-thumb .p-thumb {
position: relative;
top: 0;
display: block;
width: 100%;
height: 100%;
-webkit-transition: -webkit-transform 0s;
transition: transform 0s;
will-change: transform;;
}
.is-parallax-feat .parallax-thumb .p-thumb {
top: -5%;
height: 120%;
}
.is-parallax-feat .parallax-thumb .p-thumb.parallax-init {
opacity: 1;
}
.parallax-thumb.feat-loaded img {
opacity: .4;
}
.parallax-thumb img {
position: relative;
display: block;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: opacity 1.25s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity 1.25s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity 1.25s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity 1.25s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity 1.25s cubic-bezier(0.32, 0.74, 0.57, 1);
object-fit: cover;
-webkit-object-fit: cover;
}
.single-3 .parallax-thumb {
height: calc(100vh - 60px);
-webkit-transition: height .1s;
-moz-transition: height .1s;
-ms-transition: height .1s;
-o-transition: height .1s;
transition: height .1s;
}
.admin-bar .single-3 .parallax-thumb {
height: calc(100vh - 92px);
}
.single-3 .single-header-holder {
justify-content: center;
} .single-4 .gallery-grid-wrap,
.single-4 .single-body {
margin-right: auto;
margin-left: auto;
max-width: 780px;
} .single-5 .entry-header {
padding-bottom: 35px;
background-image: linear-gradient(to right, rgba(0, 0, 0, .04) 66.666%, rgba(255, 255, 255, 0) 0%);
background-position: bottom;
background-size: 35px 5px;
background-repeat: repeat-x;
} .gallery-post-type {
position: relative;
margin: 10px;
}
.post-type-archive-rb-gallery .content-inner,
.tax-gallery-category .content-inner {
position: relative;
margin: -10px;
padding-bottom: 50px;
}
.gallery-post-type .gallery-title a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
display: -webkit-flex;
background-color: rgba(0, 0, 0, .8);
color: #fff;
opacity: 0;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
justify-content: center;
align-items: center;
}
.gallery-post-type:hover a {
opacity: 1;
} .reaction-section {
position: relative;
display: block;
margin-top: 40px;
padding: 30px 10px;
border: 1px solid rgba(0, 0, 0, .05);
}
.reaction-section-title {
display: block;
margin-bottom: 25px;
text-align: center;
} ul.wp-block-gallery {
margin-top: 2rem;
margin-bottom: 2rem;
margin-bottom: calc(2rem - 16px);
padding-right: 0;
padding-left: 0;
}
.wp-block-gallery ul,
.wp-block-gallery ol {
padding-left: 0;
list-style: none;
}
.wp-block-separator {
position: relative;
display: block;
clear: both;
margin-bottom: 30px;
height: 10px;
border: none;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
background-repeat: repeat;
opacity: .3;
}
.wp-block-separator.is-style-default {
max-width: 150px;
}
.wp-block-separator.is-style-wide,
.wp-block-separator.is-style-dots {
opacity: 1;
}
.wp-block-button {
color: #fff;
}
.is-style-outline {
color: inherit;
}
.wp-block-button__link,
a.wp-block-button__link {
color: inherit;
color: inherit !important;
text-decoration: none !important;
font-size: 1rem;
line-height: 1.1;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.wp-block-button__link {
border-radius: 100px;
-webkit-border-radius: 100px;
}
.entry-content .is-style-outline a.wp-block-button__link:hover,
.entry-content .is-style-outline a.wp-block-button__link:focus {
background-color: transparent;
}
a.wp-block-button__link:hover,
.entry-content a.wp-block-button__link:hover {
background-color: #ff8763;
}
.is-style-outline a.wp-block-button__link:hover {
color: #ff8763 !important;;
}
a.wp-block-button__link.has-background:hover {
box-shadow: 0 7px 20px rgba(0, 0, 0, .25);
-webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, .25);
}
.entry-content > *:last-child {
margin-bottom: 0;
}
.wp-block-quote, blockquote,
.entry-content .wp-block-quote, .entry-content blockquote {
padding-right: 0;
padding-left: 0;
text-align: center;
}
.wp-block-quote:before, blockquote:before {
display: block;
margin-bottom: 15px;
content: '\e90f';
font-weight: normal;
font-size: 38px;
font-family: 'ruby-icon' !important;
line-height: 1;
}
.wp-block-quote p,
blockquote p {
margin-bottom: 1rem;
letter-spacing: -.02em;
font-weight: 700;
font-size: 1.2em;
font-family: 'Quicksand', sans-serif;
}
.wp-block-quote p:last-of-type,
blockquote p:last-of-type {
margin-bottom: .5rem;
}
cite:before {
margin-right: 7px;
content: '\e90b';
font-size: .75em;
font-family: 'ruby-icon' !important;
}
.wp-block-cover__inner-container p {
color: #fff;
}
.wp-block-cover__inner-container p:last-child {
margin-bottom: 0;
}
.entry-content .wp-block-pullquote {
padding: 30px 20px;
border: none;
}
.entry-content .wp-block-pullquote p {
font-size: 1.75rem;
}
.entry-content .wp-block-pullquote.is-style-solid-color {
padding-right: 10%;
padding-left: 10%;
}
.wp-block-quote.is-large,
.entry-content .wp-block-quote.is-large
.wp-block-quote.is-style-large,
.entry-content .wp-block-quote.is-style-large {
margin-bottom: 2rem;
text-align: left;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
.wp-block-pullquote cite {
font-size: .9rem;
justify-content: flex-start;
}
.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before {
margin-right: 10px;
}
.wp-block-table.is-style-stripes {
border-right: 1px solid rgba(0, 0, 0, .05);
border-bottom: 1px solid rgba(0, 0, 0, .05);
border-left: 1px solid rgba(0, 0, 0, .05);
}
.wp-block-archives a, .wp-block-archives-dropdown a,
.wp-block-categories a, .wp-block-latest-posts a {
text-align: none !important;
}
.wp-block-archives-dropdown {
margin-bottom: 30px;
}
.wp-block-archives-dropdown select {
width: 100%;
} .single-post-infinite .single-p-outer {
position: relative;
display: block;
padding-top: 10px;
}
.single-post-infinite .single-p-outer:before {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 10px;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
}
.single-post-infinite .single-p-outer:first-child {
padding-top: 0;
}
.single-post-infinite .single-p-outer:first-child:before {
display: none;
}
.single-post-infinite .single-p-outer:not(:first-child) > .single-2,
.single-post-infinite .single-p-outer:not(:first-child) > .single-3 {
margin-top: -10px;
}
#single-infinite-point {
position: relative;
margin-top: 0;
margin-bottom: 50px;
height: 30px;
}
.single-post-infinite .single-p-outer .single-3 {
z-index: 10;
margin-top: -10px;
}
.single-post-infinite .single-p-outer:first-child .single-3 {
margin-top: 0
} .single-portfolio-feat img {
width: 100%;
height: auto;
}
.single-portfolio-feat a {
display: block;
position: relative;
overflow: hidden;
}
.single-portfolio-feat a:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: flex;
display: -webkit-flex;
visibility: hidden;
background-color: rgba(0, 0, 0, .5);
color: #fff;
content: "\e88c";
font-size: 30px;
font-family: ruby-icon;
line-height: 1;
opacity: 0;
-webkit-transition: all .3s cubic-bezier(.32, .74, .57, 1);
-moz-transition: all .3s cubic-bezier(.32, .74, .57, 1);
-ms-transition: all .3s cubic-bezier(.32, .74, .57, 1);
-o-transition: all .3s cubic-bezier(.32, .74, .57, 1);
transition: all .3s cubic-bezier(.32, .74, .57, 1);
pointer-events: none;
justify-content: center;
align-items: center;
}
.single-portfolio-feat a:hover:after,
.single-portfolio-feat a:focus:after {
visibility: visible;
opacity: 1;
}
.single-portfolio-feat > * {
margin-top: 10px;
}
.single-portfolio-feat > *:first-child {
margin-top: 0;
}
.single-portfolio-holder {
display: flex;
display: -webkit-flex;
flex-flow: row nowrap;
}
.single-portfolio-feat,
.single-portfolio-content {
flex: 0 0 50%;
}
.single-portfolio-feat {
padding-right: 5px;
}
.single-portfolio-content {
padding-left: 5px;
}
.single-portfolio-inner {
padding: 50px 35px;
top: 0;
min-height: 80vh;
background-color: #fafafa;
position: sticky;
position: -webkit-sticky;
}
.admin-bar .single-portfolio-inner {
top: 32px;
}
.portfolio-header {
position: relative;
padding-bottom: 35px;
}
.portfolio-header:before {
position: absolute;
top: -20px;
right: 0;
left: auto;
display: block;
width: 40px;
height: 60px;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
}
.portfolio-header:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 150px;
background-color: rgba(0, 0, 0, .07);
height: 5px;
}
.pp-single-terms {
margin-top: 15px;
}
.portfolio-info-el {
-webkit-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.portfolio-info-el:before {
content: '/';
margin-left: 5px;
margin-right: 5px;
opacity: .3;
color: #666;
}
.portfolio-info-el:hover {
color: #ff8763;
}
.portfolio-info-el:first-child:before {
display: none;
}
.portfolio-description p,
.portfolio-description li,
.portfolio-description span {
color: #666;
font-size: .875rem;
line-height: 1.7;
}
.portfolio-description p {
margin-bottom: 1.5rem;
}
.portfolio-info-wrap {
position: relative;
margin-top: 30px;
padding-top: 35px;
font-size: .875rem;
}
.portfolio-info-wrap:before {
content: '';
position: absolute;
top: 0;
left: 0;
display: block;
width: 150px;
background-color: rgba(0, 0, 0, .07);
height: 5px;
}
.portfolio-info-wrap > * {
margin-bottom: 10px;
}
.portfolio-info-wrap > *:last-child {
margin-bottom: 0;
}
.portfolio-info-wrap .info-header {
margin-bottom: 20px;
}
.portfolio-info > i:first-child {
margin-right: 10px;
}
.portfolio-info a {
color: #666;
font-size: .875rem;
letter-spacing: .01em;
margin-left: 5px;
border-bottom: 1px solid transparent;
-webkit-transition: all .3s cubic-bezier(.32, .74, .57, 1);
-moz-transition: all .3s cubic-bezier(.32, .74, .57, 1);
-ms-transition: all .3s cubic-bezier(.32, .74, .57, 1);
-o-transition: all .3s cubic-bezier(.32, .74, .57, 1);
transition: all .3s cubic-bezier(.32, .74, .57, 1);
}
.portfolio-info a:hover {
color: #333;
border-color: currentColor;
}
.portfolio-nav.box-nav {
position: relative;
min-height: 50px;
align-items: center;
justify-content: space-between;
}
.portfolio-nav.box-nav .nav-label {
margin-bottom: 0;
}
.portfolio-nav-prev i {
margin-right: 7px;
}
.portfolio-nav-next i {
margin-left: 7px;
}
.portfolio-nav.box-nav .nav-label > a {
line-height: 40px;
display: flex;
flex-flow: row nowrap;
align-items: center;
-webkit-transition: all .3s cubic-bezier(.32, .74, .57, 1);
-moz-transition: all .3s cubic-bezier(.32, .74, .57, 1);
-ms-transition: all .3s cubic-bezier(.32, .74, .57, 1);
-o-transition: all .3s cubic-bezier(.32, .74, .57, 1);
transition: all .3s cubic-bezier(.32, .74, .57, 1);
}
.portfolio-nav a:hover {
color: #ff8763;
}
.portfolio-nav a > i {
-webkit-transition: all .3s cubic-bezier(.32, .74, .57, 1);
-moz-transition: all .3s cubic-bezier(.32, .74, .57, 1);
-ms-transition: all .3s cubic-bezier(.32, .74, .57, 1);
-o-transition: all .3s cubic-bezier(.32, .74, .57, 1);
transition: all .3s cubic-bezier(.32, .74, .57, 1);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.portfolio-nav-next a:hover > i {
color: #ff8763;
-webkit-transform: translateX(4px);
-moz-transform: translateX(4px);
-ms-transform: translateX(4px);
-o-transform: translateX(4px);
transform: translateX(4px);
}
.portfolio-nav-prev a:hover > i {
color: #ff8763;
-webkit-transform: translateX(-4px);
-moz-transform: translateX(-4px);
-ms-transform: translateX(-4px);
-o-transform: translateX(-4px);
transform: translateX(-4px);
}
a.portfolio-grid-link {
position: absolute;
left: 50%;
margin-left: -25px;
height: 50px;
width: 50px;
top: 50%;
margin-top: -25px;
font-size: 30px;
text-align: center;
} .pp-wrap {
position: relative;
margin-bottom: 35px;
}
.pp-feat {
margin-bottom: 15px;
}
.pp-feat img {
width: 100%;
height: auto;
}
.pp-overlay-icon {
background-color: rgba(0, 0, 0, .7);
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 24px;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
pointer-events: none;
opacity: 0;
visibility: hidden;
}
.pp-feat-link:hover .pp-overlay-icon {
opacity: 1;
visibility: visible;
}
.pp-terms {
margin-top: 10px;
} .category-header {
position: relative;
display: block;
overflow: hidden;
}
.header-holder {
position: relative;
display: block;
overflow: hidden;
padding: 40px 0;
background-color: rgba(0, 0, 0, .025);
text-align: center;
}
.header-holder .header-content {
position: relative;
z-index: 10;
}
.is-header-bg.is-header-center .header-holder {
padding: 90px 0;
background-color: #333;
}
.is-header-bg.is-header-boxed .header-holder {
padding: 60px 0;
}
#category-header-bg {
position: absolute;
top: -5%;
right: 0;
bottom: auto;
left: 0;
height: 160%;
background-attachment: scroll;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
opacity: 0;
-webkit-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
pointer-events: none;
will-change: transform;
}
#category-header-bg.is-show {
opacity: .8;
}
.taxonomy-description {
margin-top: 20px;
margin-right: auto;
margin-left: auto;
max-width: 720px;
font-size: .85rem;
}
.taxonomy-description * {
font-size: inherit;
line-height: 1.7;
}
.is-header-left .header-holder {
padding-top: 0;
padding-bottom: 0;
}
.is-header-left .header-left-holder {
position: relative;
padding: 90px 40px;
width: 50%;
background-color: rgba(255, 255, 255, .7);
}
.is-header-left.is-header-solid .header-left-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.header-left-holder .header-content {
text-align: left;
}
.header-left-holder .taxonomy-description {
margin-left: 0;
max-width: 100%;
text-align: left;
}
.category-header.is-header-boxed {
margin-top: 40px;
} .single-page-header {
text-align: center;
}
body.page-template-default article.page {
margin-right: auto;
margin-left: auto;
}
.page-featured {
position: relative;
display: block;
margin-top: 30px;
}
.header-search-form {
margin-top: 20px;
}
.header-search-form .search-form {
max-width: 600px;
}
.search-header .header-holder {
padding-bottom: 0;
background-color: transparent;
}
.portfolio-category-desc {
margin-top: 20px;
}
.portfolio-category-desc > *:last-child {
margin-bottom: 0;
} .portfolio-header-holder {
position: relative;
margin-top: 35px;
} .header-author-box {
position: relative;
display: block;
overflow: hidden;
margin-top: 20px;
padding: 40px 20px;
}
.header-author-box .box-feat {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #333;
}
.header-author-box .box-feat img {
width: 100%;
height: 100%;
opacity: .35;
object-fit: cover;
-webkit-object-fit: cover;
object-position: center;
}
.header-author-box .box-inner {
position: relative;
z-index: 10;
display: flex;
display: -webkit-flex;
text-align: center;
flex-flow: column nowrap;
justify-content: center;
}
.header-author-box .box-description {
margin-right: auto;
margin-left: auto;
max-width: 760px;
color: #efefef;
font-size: .85rem;
line-height: 1.7;
}
.header-author-box .box-avatar {
margin-bottom: 15px;
}
.header-author-box .box-avatar img {
-webkit-border-radius: 100%;
border-radius: 100%;
}
.header-author-box .box-header {
position: relative;
margin-bottom: 15px;
padding-bottom: 25px;
font-size: .85rem;
line-height: 1.7;
}
.header-author-box .box-header:after {
position: absolute;
bottom: 0;
left: 50%;
display: block;
margin-left: -50px;
width: 100px;
height: 10px;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
}
.header-author-box .box-job {
display: block;
margin-top: 5px;
color: #efefef;
font-size: .85rem;
}
.header-author-box .box-footer {
margin-top: 15px;
}
.header-author-box .box-footer a {
padding-right: 5px;
padding-left: 5px;
font-size: 18px;
} .not-found {
display: flex;
display: -webkit-flex;
align-items: center;
justify-content: center;
}
.not-found-label-wrap {
position: relative;
display: flex;
display: -webkit-flex;
margin-right: 50px;
flex-grow: 0;
flex-flow: column nowrap;
}
span.not-found-label {
z-index: 1;
margin: 0;
color: #ff8763;
letter-spacing: -0.1em;
font-size: 12rem;
line-height: 1;
pointer-events: none;
}
.not-found-description {
position: absolute;
top: -.5rem;
left: 4rem;
z-index: 10;
color: #666;
font-size: 3rem;
line-height: 1;
pointer-events: none;
}
.not-found .page-content p {
margin-bottom: 0;
}
.not-found-wrap {
display: flex;
display: -webkit-flex;
max-width: 1020px;
flex-flow: row nowrap;
align-items: center;
}
.not-found-inner {
display: flex;
display: -webkit-flex;
flex-flow: row wrap;
}
.section-not-found .page-content a:not(.return-home) {
text-decoration: underline;
}
.not-found .page-content {
margin-top: 20px;
}
.not-found .search-form {
display: block;
margin-top: 40px;
max-width: 100%;
width: 100%;
}
.not-found .search-form input[type='search'] {
width: 100%;
}
.return-home {
display: flex;
display: -webkit-flex;
margin-right: auto;
margin-left: auto;
border-bottom: 2px solid;
-webkit-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.section-not-found .page-content .return-home {
display: inline-block;
margin-top: 20px;
text-decoration: none;
color: inherit;
}
.return-home:hover,
.section-not-found .page-content .return-home:hover {
color: #ff8763;
}
.section-not-found .not-found-inner {
display: block;
text-align: center;
} .footer-wrap,
.top-footer-wrap {
position: relative;
display: block;
clear: both;
overflow: hidden;
}
.top-footer-wrap .widget {
margin-bottom: 50px;
}
.top-footer-wrap .widget:last-child {
margin-bottom: 0;
}
.top-footer-wrap.is-footer-bg .widget:last-child .instagram-grid.is-wrap {
margin-bottom: 50px;
}
.footer-section:first-child {
margin-top: 45px;
}
.footer-section {
margin-bottom: 50px;
}
.footer-logo-inner {
padding-right: 15px;
padding-left: 15px;
}
.footer-logo {
display: block;
text-align: center;
}
.footer-logo-wrap img {
max-height: 120px;
width: auto;
}
.footer-logo-inner > * {
margin-bottom: 20px;
}
.footer-logo-inner > *:last-child {
margin-bottom: 0;
}
.footer-social-wrap {
display: block;
text-align: center;
}
.footer-social {
display: flex;
display: -webkit-flex;
overflow: hidden;
justify-content: center;
flex-flow: row wrap;
}
.footer-social a {
margin: 2px;
width: 36px;
height: 36px;
background-color: #333;
color: #fff;
text-align: center;
}
.footer-social i {
display: block;
vertical-align: middle;
letter-spacing: 0;
font-size: 16px;
line-height: 36px;
}
.footer-menu-inner {
font-weight: 700;
font-size: 16px;
font-family: 'Quicksand', sans-serif;
}
.footer-menu-inner > li {
display: inline-block;
white-space: nowrap;
}
.footer-menu-inner a {
display: block;
padding: 0 12px;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.footer-menu-inner a:hover,
.footer-menu-inner a:focus {
opacity: .7;
} .footer-copyright.footer-section {
margin-bottom: 0;
text-align: center;
}
.footer-copyright.footer-section:first-child {
margin-top: 0;
}
.footer-copyright.footer-section:first-child .copyright-inner {
border-top: 0;
}
.copyright-inner {
display: block;
padding: 15px 0;
border-top: 1px solid rgba(0, 0, 0, .07);
text-align: center;
}
.copyright-inner > * {
font-size: .85rem;
}
.is-meta-border .footer-wrap .widget_nav_menu .menu-item a:after {
display: none;
}
.is-meta-border .footer-wrap .widget_nav_menu .menu-item {
margin-bottom: 7px;
}
.footer-widget-inner {
display: flex;
display: -webkit-flex;
flex-grow: 1;
flex-flow: row wrap;
}
.footer-widget-inner > * {
margin-bottom: 35px;
width: 100%;
flex: 0 0 100%;
}
.footer-widget-inner > *:last-child {
margin-bottom: 0;
}
.footer-widget-inner .widget:last-child {
margin-bottom: 0;
} .widget {
position: relative;
display: block;
overflow: hidden;
}
.sb-infinite.sidebar-sticky .sidebar-inner {
position: sticky;
position: -webkit-sticky;
top: 50px;
}
.w-header-2 .widget-title,
.w-header-2 .elementor-widget-container .widget > h5 {
margin-bottom: 25px;
text-align: center;
}
.w-header-3 .widget .widget-title,
.w-header-3 .elementor-widget-container .widget > h5 {
display: inline-block;
clear: both;
padding: 5px 20px;
background-color: #333;
color: #fff;
line-height: 1;
}
.sidebar-inner .widget,
.footer-widget .widget {
clear: both;
margin-bottom: 50px;
width: 100%;
}
.composer-main .sidebar-inner .widget:last-child {
margin-bottom: 0;
}
.widget_recent_comments .recentcomments > a:last-child,
.widget_recent_entries li {
position: relative;
display: block;
margin-bottom: 15px;
font-weight: 600;
font-size: .85rem;
font-family: 'Quicksand', sans-serif;
}
.wp-block-latest-posts li {
position: relative;
display: block;
margin-bottom: 20px;
}
.widget_rss li, .widget_pages .page_item, .widget_meta li,
.widget_categories .cat-item, .widget_archive li, .widget.widget_nav_menu .menu-item,
.wp-block-archives-list li, .wp-block-categories-list li {
position: relative;
display: block;
margin-bottom: 15px;
font-weight: 500;
font-size: 14px;
font-family: 'Quicksand', sans-serif;
}
.widget_pages a:after, .widget_meta a:after, .widget_categories a:after,
.widget_archive a:after, .widget.widget_nav_menu a:after,
.wp-block-categories-list a:after, .wp-block-archives-list a:after {
position: absolute;
top: 50%;
margin-top: -1px;
margin-left: 7px;
color: inherit;
content: '.................................................';
letter-spacing: .75em;
font-size: 8px;
line-height: 0;
opacity: .4;
-webkit-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-moz-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-ms-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-o-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
}
.widget_pages a, .widget_meta a, .widget_categories a,
.widget_archive a, .widget.widget_nav_menu a,
.wp-block-categories-list a, .wp-block-archives-list a {
position: relative;
color: inherit;
font-weight: inherit;
-webkit-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-moz-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-ms-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-o-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
}
.entry-content .wp-block-categories-list a,
.entry-content .wp-block-archives-list a {
text-decoration: none !important;
text-decoration-color: transparent;
-webkit-text-decoration-color: transparent;
}
.widget_pages a:hover, .widget_meta a:hover, .widget_categories a:hover,
.widget_archive a:hover, .widget.widget_nav_menu a:hover,
.entry-content .wp-block-categories-list a:hover,
.entry-content .wp-block-archives-list a:hover,
.entry-content .wp-block-latest-comments__comment-meta a:hover {
color: #ff8763;
}
.wp-block-categories-list a:hover .count,
.wp-block-categories-list a:hover .count,
.widget_categories a:hover .count,
.widget_archive a:hover .count {
background-color: #ff8763;
}
.widget_recent_entries a,
.recentcomments a, a.rsswidget {
position: relative;
-webkit-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-moz-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-ms-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-o-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
}
.widget_recent_entries a:hover,
.recentcomments a:hover, a.rsswidget:hover {
color: #ff8763;
text-decoration: underline;
text-decoration-color: currentColor;
-webkit-text-decoration-color: currentColor;
}
.widget_recent_entries a:before {
display: inline;
margin-right: 7px;
content: '\e90c';
font-weight: normal;
font-family: 'ruby-icon' !important;
}
.widget_recent_entries .post-date {
position: relative;
display: block;
margin-top: 7px;
font-weight: 400;
font-size: 12px;
}
.widget_recent_comments .recentcomments:before {
position: absolute;
top: 0;
left: 0;
content: '\56';
font-size: 24px;
font-family: 'ruby-icon' !important;
}
.widget_recent_comments .recentcomments {
position: relative;
margin-bottom: 20px;
padding-left: 35px;
font-size: .875rem;
}
.widget_recent_comments .recentcomments > a:last-child {
display: block !important;
margin-top: 2px !important;
margin-bottom: 0 !important;
}
.widget_categories .children,
.widget_pages .children,
.wp-block-categories-list .children,
.wp-block-categories-list .children {
margin-top: 15px;
margin-left: 15px;
padding: 0;
}
.wp-block-latest-comments__comment {
position: relative;
display: block;
margin-left: 0;
}
.wp-block-latest-comments__comment article {
margin-bottom: 20px;
}
.wp-block-latest-comments__comment-link,
.wp-block-latest-posts__list a {
font-weight: 700;
font-size: 1rem;
font-family: 'Quicksand', sans-serif;
line-height: 1.45;
}
.wp-block-latest-comments__comment-date {
padding-top: 7px;
}
.wp-block-latest-comments__comment-excerpt {
margin-top: 12px;
font-size: .85rem;
line-height: 1.7;
}
.wp-block-latest-comments__comment-excerpt p {
margin: 0;
font-size: inherit;
line-height: inherit;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
background-color: #eee;
}
.widget_pages ul.children ul.children ul.children {
margin-left: 0;
}
.widget.widget_nav_menu .menu-item a {
position: relative;
padding: 0;
letter-spacing: inherit;
font-weight: inherit;
font-size: inherit;
}
.widget.widget_nav_menu .menu-item a * {
text-transform: inherit;
font-size: inherit;
}
.widget.widget_nav_menu .sub-menu {
margin-top: 15px;
margin-left: 15px;
}
.widget_archive > ul > li:last-child, .widget_categories > ul > li:last-child,
.widget_pages > ul > li:last-child, .widget_meta > ul > li:last-child,
.widget.widget_nav_menu > ul > li:last-child {
margin-bottom: 0;
}
.widget_recent_comments > ul > .recentcomments:last-child,
.widget_recent_entries > ul > li:last-child,
.widget_rss > ul > li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none !important;
} .widget-title,
.widget .widget-title,
.elementor-widget-container .widget > *:first-child {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 20px;
}
.widget_categories label,
.widget_archive label,
.widget_mc4wp_form_widget .mc4wp-form label,
.widget_text .mc4wp-form label {
display: none;
}
.widget_rss li {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.widget_rss li:last-child {
margin-bottom: 0;
}
.widget_rss ul a.rsswidget:before {
position: absolute;
top: 4px;
left: 0;
content: '\42';
font-size: 20px;
font-family: 'ruby-icon' !important;
}
.widget_rss ul a.rsswidget, .rss-date {
display: block;
padding-left: 35px;
}
.rss-date {
margin-top: 2px;
color: #666;
font-weight: 500;
font-size: 11px;
font-family: 'Montserrat', sans-serif;
}
.rssSummary {
margin-top: 15px;
margin-bottom: 10px;
font-weight: 400;
font-size: .85rem;
font-family: 'Poppins', sans-serif;
line-height: 1.7;
}
.widget_rss cite {
display: block;
padding-right: 5px;
font-size: 12px;
}
.wp-block-archives,
.wp-block-categories {
position: relative;
overflow: hidden;
max-width: 350px;
}
.wp-block-archives.alignleft,
.wp-block-categories.alignleft,
.wp-block-archives.alignright,
.wp-block-categories.alignright {
width: 350px;
}
.wp-block-categories-list .count,
.wp-block-archives-list .count,
.widget:not(.woocommerce) .count {
float: right;
padding: 0 3px;
min-width: 18px;
background-color: #333;
color: #fff;
text-align: center;
font-size: 11px;
line-height: 18px;
-webkit-transition: background-color .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-moz-transition: background-color .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-ms-transition: background-color .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-o-transition: background-color .3s cubic-bezier(0.36, 0.8, 0.41, 1);
transition: background-color .3s cubic-bezier(0.36, 0.8, 0.41, 1);
}
.widget_archive select,
.wp-block-archives select,
.widget_categories select,
.wp-block-categories select {
display: block;
padding: 10px;
max-width: 100%;
border: none;
background-color: rgba(0, 0, 0, .025);
color: #aaa;
}
.widget_archive select,
.widget_categories select {
width: 100%;
}
.widget_archive select option,
.wp-block-archives select option,
.widget_categories select option,
.wp-block-categories select option {
color: #333;
}
.entry-content ul.wp-block-latest-posts a:hover {
color: #ff8763;
}
.wp-block-latest-posts__post-date,
.wp-block-latest-comments__comment-date {
margin-top: 7px;
padding: 0;
color: #666;
letter-spacing: .0215rem;
font-weight: 500;
font-size: 11px;
font-family: 'Montserrat', sans-serif;
}
#wp-calendar {
position: relative;
width: 100%;
}
#wp-calendar tfoot {
position: absolute;
top: 0;
right: 0;
left: 0;
}
#wp-calendar tfoot td {
border: none;
vertical-align: top;
}
#wp-calendar th, #wp-calendar td {
padding: 0;
text-align: center;
line-height: 40px;
}
#wp-calendar tbody a {
display: block;
background-color: rgba(0, 0, 0, .025);
-webkit-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-moz-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-ms-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-o-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
}
#wp-calendar tbody td {
padding: 0;
}
#wp-calendar tbody a:hover {
background-color: #ff8763;
color: #fff;
}
#wp-calendar caption {
padding-bottom: 15px;
}
#wp-calendar td#today {
background-color: #ff8763;
color: #fff;
}
#wp-calendar #prev {
right: auto;
left: 0;
}
#wp-calendar #next {
position: absolute;
right: 0;
left: auto;
}
#wp-calendar #prev a, #wp-calendar #next a {
display: block;
text-decoration: none !important;
font-size: 13px;
line-height: 24px;
opacity: .5;
-webkit-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-moz-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-ms-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-o-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
}
#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
opacity: 1;
}
#wp-calendar tfoot a:hover {
text-decoration: underline;
}
.widget_tag_cloud .tagcloud {
display: flex;
display: -webkit-flex;
flex-flow: row wrap;
}
.tagcloud a {
margin: 2px;
padding: 4px 12px;
border: none;
background-color: #333;
color: #fff;
letter-spacing: .0215rem;
font-weight: 600;
font-size: 11px !important;
font-family: 'Montserrat', sans-serif;
line-height: 1.5;
-webkit-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-moz-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-ms-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-o-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
}
.tagcloud a:hover, .tagcloud a:focus,
.is-light-text .tagcloud a:hover,
.is-light-text .tagcloud a:focus {
background-color: #ff8763;
color: #fff;
}
.widget_search {
display: block;
overflow: hidden;
}
.widget_search form {
position: relative;
display: block;
}
.widget_search input.search-field,
.widget_product_search input[type='search'] {
display: block;
margin: 0;
padding: 5px 50px 5px 20px;
width: 100%;
border: none !important;
}
.widget_search .search-form input[type='submit'],
.widget_product_search .search-form input[type='submit'] {
width: 46px;
height: 46px;
line-height: 46px;
}
.widget_search .search-submit,
.widget_search input[type=submit],
.widget_product_search button {
z-index: 9;
padding: 0;
min-width: auto !important;
width: 50px;
background-color: transparent !important;
text-indent: -9999px;
font-size: 0;
line-height: 0;
cursor: pointer;
}
.widget_search form:after,
.widget_product_search:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: auto;
z-index: 10;
width: 50px;
height: 100%;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
content: '\e618';
text-align: center;
font-size: 22px;
font-family: 'ruby-icon' !important;
line-height: 46px;
opacity: 1;
pointer-events: none;
}
.textwidget img {
margin-top: 1rem;
margin-bottom: 1rem;
}
.subscribe-youtube-wrap {
display: block;
overflow: hidden;
max-height: 80px;
}
.twitter-content.entry-summary {
margin-top: 0;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px dashed rgba(0, 0, 0, .05);
}
.twitter-content.entry-summary:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.twitter-content.entry-summary a {
color: #333;
text-decoration: underline;
font-style: italic;
-webkit-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-moz-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-ms-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
-o-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);
}
.twitter-content.entry-summary a:hover {
color: #ff8763;
}
.twitter-timestamp {
display: block;
margin-top: 7px;
color: #666;
font-size: 12px;
}
.widget-post-1 > *:last-child .p-wrap,
.widget-post-3 > *:last-child .p-wrap {
margin-bottom: 0;
padding-bottom: 0;
border: none;
}
.widget-post ul {
list-style: none;
}
.widget-post-2 {
margin-right: -10px;
margin-bottom: -20px;
margin-left: -10px;
}
.widget-post-2 > * {
padding-right: 10px;
padding-left: 10px;
}
.widget-post-2 .p-grid-w1 {
width: 100%;
}
.p-grid-w1 .p-feat {
margin-bottom: 10px;
}
.social-follower {
position: relative;
display: block;
}
.follower-el {
position: relative;
display: flex;
display: -webkit-flex;
overflow: hidden;
margin-bottom: 7px;
padding-right: 20px;
padding-left: 20px;
background-color: #333;
line-height: 40px;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
align-items: center;
}
.follower-el:last-child {
margin-bottom: 0;
}
.follower-el > a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 100;
display: block;
}
.follower-el * {
display: inline-flex;
color: inherit;
line-height: inherit;
align-items: center;
}
.follower-el .num-count,
.follower-el .text-count {
margin-left: 5px;
}
.follower-el .right-el {
display: flex;
display: -webkit-flex;
margin-left: auto;
text-transform: uppercase;
letter-spacing: .1em;
font-weight: 500;
font-size: 11px;
font-family: 'Montserrat', sans-serif;
}
.follower-icon {
position: relative;
margin-right: 5px;
padding-right: 5px;
}
.text-count {
text-transform: capitalize;
}
.follower-icon:after {
position: absolute;
top: 50%;
right: 0;
margin-top: -5px;
width: 1px;
height: 10px;
background-color: currentColor;
content: '';
opacity: .25;
}
.footer-wrap .follower-el .left-el {
flex-grow: 1;
}
.footer-wrap .follower-el .text-count {
flex-grow: 1;
justify-content: flex-end;
}
.footer-wrap .follower-el .right-el {
display: none;
} .is-color .social-link-facebook, .bg-facebook {
background-color: #899dce;
}
.is-color .social-link-twitter, .bg-twitter {
background-color: #60d2f5;
}
.is-color .social-link-pinterest, .bg-pinterest {
background-color: #f74c53;
}
.is-color .social-link-instagram, .bg-instagram {
background-color: #7e40b6;
}
.is-color .social-link-linkedin, .bg-linkedin {
background-color: #007bb6;
}
.is-color .social-link-tumblr, .bg-tumblr {
background-color: #32506d;
}
.is-color .social-link-flickr {
background-color: #ff0082;
}
.is-color .social-link-skype {
background-color: #00aae1;
}
.is-color .social-link-snapchat {
background-color: #fffc00;
}
.is-color .social-link-myspace {
background-color: #030303;
}
.is-color .social-link-youtube, .bg-youtube {
background-color: #ef464b;
}
.is-color .social-link-bloglovin {
background-color: #111;
}
.is-color .social-link-digg {
background-color: #191919;
}
.is-color .social-link-dribbble, .bg-dribbble {
background-color: #fb70a6;
}
.is-color .social-link-soundcloud, .bg-soundcloud {
background-color: #fd794a;
}
.is-color .social-link-vk, .bg-vk {
background-color: #5fa0dd;
}
.is-color .social-link-whatsapp {
background-color: #00e676;
}
.is-color .social-link-rss, .bg-rss {
background-color: #ffcc15;
}
.is-color .social-link-vimeo, .bg-vimeo {
background-color: #44bbe1;
}
.is-color .social-link-reddit {
background-color: #ff4500;
}
.is-color .social-link-custom {
background-color: #333;
}
.is-bg-icon .social-link-facebook:hover,
.widget .bg-facebook:hover {
background-color: #568fce;
}
.is-icon .social-link-facebook:hover,
.is-light-share .share-facebook i {
color: #568fce;
}
.is-bg-icon .social-link-twitter:hover,
.widget .bg-twitter:hover {
background-color: #27c2f5;
}
.is-icon .social-link-twitter:hover,
.is-light-share .share-twitter i {
color: #27c2f5;
}
.is-bg-icon .social-link-pinterest:hover,
.widget .bg-pinterest:hover {
background-color: #f7333e;
}
.is-icon .social-link-pinterest:hover,
.is-light-share .share-pinterest i {
color: #f7333e;
}
.is-bg-icon .social-link-instagram:hover,
.widget .bg-instagram:hover {
background-color: #8823b6;
}
.is-icon .social-link-instagram:hover {
color: #8823b6
}
.is-bg-icon .social-link-linkedin:hover {
background-color: #0a84dc;
}
.is-icon .social-link-linkedin:hover,
.is-light-share .share-linkedin i {
color: #0a84dc;
}
.is-bg-icon .social-link-tumblr:hover {
background-color: #111;
}
.is-icon .social-link-tumblr:hover,
.is-light-share .share-tumblr i {
color: #111;
}
.is-bg-icon .social-link-flickr:hover {
background-color: #ff015a;
}
.is-icon .social-link-flickr:hover {
color: #ff015a;
}
.is-bg-icon .social-link-skype:hover {
background-color: #0082e1;
}
.is-icon .social-link-skype:hover {
color: #0082e1;
}
.is-bg-icon .social-link-snapchat:hover {
background-color: #ffd400;
}
.is-icon .social-link-snapchat:hover {
color: #ffd400;
}
.is-bg-icon .social-link-myspace:hover,
.is-bg-icon .social-link-bloglovin:hover,
.is-bg-icon .social-link-digg:hover {
background-color: #000;
}
.is-icon .social-link-myspace:hover,
.is-icon .social-link-bloglovin:hover,
.is-icon .social-link-digg:hover {
color: #000;
}
.is-bg-icon .social-link-youtube:hover,
.widget .bg-youtube:hover {
background-color: #ef272c;
}
.is-icon .social-link-youtube:hover {
color: #ef272c;
}
.is-bg-icon .social-link-dribbble:hover,
.widget .bg-dribbble:hover {
background-color: #ff5a91;
}
.is-icon .social-link-dribbble:hover {
color: #ff5a91;
}
.is-bg-icon .social-link-soundcloud:hover,
.widget .bg-soundcloud:hover {
background-color: #fd652a;
}
.is-icon .social-link-soundcloud:hover {
color: #fd652a;
}
.is-bg-icon .social-link-vimeo:hover,
.widget .bg-vimeo:hover {
background-color: #15a8e1;
}
.is-icon .social-link-vimeo:hover {
color: #15a8e1;
}
.is-bg-icon .social-link-reddit:hover {
background-color: #ff570a;
}
.is-icon .social-link-reddit:hover,
.is-light-share .share-reddit {
color: #ff570a;
}
.is-bg-icon .social-link-vk:hover,
.widget .bg-vk:hover {
background-color: #568fce;
}
.is-icon .social-link-vk:hover,
.is-light-share .share-vk {
color: #568fce;
}
.is-bg-icon .social-link-whatsapp:hover {
background-color: #0ce643;
}
.is-icon .social-link-whatsapp:hover,
.is-light-share .share-whatsapp i {
color: #17c242;
}
.is-bg-icon .social-link-rss:hover {
background-color: #ffa100;
}
.is-icon .social-link-rss:hover,
.is-light-share .share-email i {
color: #ffa100;
}
.social-follower i {
position: relative;
font-size: 20px;
}
.social-follower i:before {
position: relative;
z-index: 2;
}
.social-follower .rbi:after {
position: absolute;
left: -18px;
z-index: 1;
content: '\62';
font-size: 2.25em;
opacity: .2;
}
.social-follower i.rbi-twitter:after {
content: '\64';
}
.social-follower i.rbi-pinterest-i:after {
content: '\66';
} .topsite-sidebar .advert-wrap {
padding-top: 15px;
padding-bottom: 15px;
}
.advert-decs, h6.advert-decs {
display: block;
overflow: hidden;
margin-bottom: 10px;
color: #666;
text-align: center;
font-weight: 400;
font-size: .75rem;
font-family: inherit;
line-height: 1;
}
.infeed-wrap .advert-decs {
margin-bottom: 0;
margin-top: 10px;
}
.infeed-image {
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.infeed-image:hover {
opacity: .7;
}
.ad-image img {
display: block;
margin-right: auto;
margin-left: auto;
max-width: 100%;
width: auto;
}
.advert-wrap, .advert-wrap iframe {
position: relative;
display: block;
margin-right: auto;
margin-left: auto;
max-width: 100%;
}
.advert-image, .ad-script {
text-align: center;
}
.infeed-wrap {
display: block;
text-align: center;
position: relative;
width: 100%;
}
.mc4wp-form-fields {
position: relative;
}
.mc4wp-form-fields input {
display: block;
margin-right: auto;
margin-bottom: 15px;
margin-left: auto;
max-width: 460px;
width: 50%;
}
.mc4wp-form-fields input[type='submit'],
.mc4wp-form-fields button {
display: block !important;
width: auto;
}
.subscribe-box .mc4wp-form-fields input {
display: flex;
display: -webkit-flex;
margin-right: 0;
margin-left: 0;
}
.sidebar-inner .w-sidebar.widget_mc4wp_form_widget,
.w-footer.widget_mc4wp_form_widget {
padding: 30px 20px 20px 20px;
border: 1px solid rgba(0, 0, 0, .07);
}
.is-light-text .w-footer.widget_mc4wp_form_widget {
border-color: rgba(255, 255, 255, .1);
}
.sidebar-inner .w-sidebar.widget_mc4wp_form_widget input:not([type="submit"]),
.w-footer.widget_mc4wp_form_widget input:not([type="submit"]) {
width: 100%;
}
.sidebar-inner .w-sidebar.widget_mc4wp_form_widget input + i,
.w-footer.widget_mc4wp_form_widget input + i {
display: none;
}
.widget-fw-instagram .rb-error {
padding: 0 20px;
text-align: center;
}
.widget-fw-instagram .instagram-grid {
padding-bottom: 10px;
}
.layout-default .grid-holder {
display: flex;
display: -webkit-flex;
margin: -5px;
flex-flow: row wrap;
align-content: stretch;
}
.is-wide .grid-holder {
margin-right: 5px;
margin-left: 5px;
}
.is-wide.layout-grid .grid-holder {
margin-right: 10px;
margin-left: 10px;
}
.layout-default .grid-el {
padding: 5px;
}
.rb-c2 {
width: 50%;
flex: 0 0 50%;
}
.rb-c3 {
width: 33%;
flex: 0 0 33.333%;
}
.rb-c4 {
width: 25%;
flex: 0 0 25%;
}
.rb-c5 {
width: 20%;
flex: 0 0 20%;
}
.rb-c6 {
width: 16.666%;
flex: 0 0 16.666%;
}
.rb-c7 {
width: 14.285%;
flex: 0 0 14.285%;
}
.rb-c8 {
width: 12.5%;
flex: 0 0 12.5%;
}
.rb-c9 {
width: 11.111%;
flex: 0 0 11.111%;
}
.rb-c10 {
width: 10%;
flex: 0 0 10%;
}
.instagram-box {
position: relative;
overflow: hidden;
flex: 1;
}
.instagram-box .box-content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
display: flex;
display: -webkit-flex;
color: #fff;
opacity: 0;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
pointer-events: none;
justify-content: center;
align-items: center;
}
.instagram-box:not(.box-intro) .box-content:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .5);
content: '';
}
.instagram-box:not(.box-intro) .box-content span {
z-index: 10;
display: inline-flex;
display: -webkit-inline-flex;
padding: 0 5px;
line-height: 1;
align-items: center;
}
.widget-sb-instagram .instagram-box:not(.box-intro) .box-content i,
.widget-sb-instagram .instagram-box:not(.box-intro) .box-content span {
font-size: .825rem;
}
.instagram-box:not(.box-intro) .box-content i {
margin-right: 3px;
font-size: 1.1rem;
line-height: 1;
}
.instagram-box:hover .box-content {
opacity: 1;
}
.instagram-box img {
width: 100%;
height: 100%;
object-fit: cover;
-webkit-object-fit: cover;
object-position: 50% 50%;
}
.instagram-box {
padding-bottom: 100%;
}
.instagram-box a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
}
.grid-header {
display: block;
margin-bottom: 20px;
text-align: center;
font-size: 1.3rem;
}
.grid-footer {
display: block;
margin-top: 10px;
text-align: right;
font-size: .8rem;
}
.grid-header span,
.grid-header em {
font-size: .9rem;
}
.grid-header a,
.grid-footer a {
opacity: .7;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.grid-header a:hover,
.grid-footer a:hover {
opacity: 1;
}
.widget-fw-instagram .layout-default h5,
.widget-fw-instagram .layout-default h6 {
font-size: 1.2rem;
}
.instagram-box.box-intro {
padding-bottom: 50%;
background-color: #333;
line-height: 1;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.instagram-box.box-intro .box-content {
flex-direction: column;
padding: 0 10px;
text-align: center;
opacity: 1;
}
.instagram-box.box-intro:hover {
background-color: #ff8763;
}
.instagram-box.box-intro .box-content span {
display: none;
font-style: italic;
font-size: 12px;
line-height: 1.5;
}
.instagram-box.box-intro .box-content i {
margin-bottom: 5px;
font-size: 2.2rem;
}
.instagram-box.box-intro .box-content h6 {
white-space: nowrap;
}
.layout-grid .grid-holder {
display: grid;
align-items: stretch;
grid-gap: 10px;
grid-template-columns: repeat(8, 1fr);
grid-template-rows: auto;
grid-template-areas: 'e2 e2 e1 e1 e3 e3 e4 e5' 'e2 e2 e6 e7 e3 e3 e8 e8';
}
.layout-grid.grid-fmasonry .grid-holder {
grid-template-columns: repeat(10, 1fr);
grid-template-areas: 'e1 e2 e2 e9 e9 e3 e3 e4 e5 e11' 'e10 e2 e2 e6 e7 e3 e3 e8 e8 e11';
}
.layout-grid .instagram-box {
height: 100%;
}
.rb-masonry {
justify-self: stretch;
}
.rb-masonry:nth-child(1) {
grid-area: e1;
justify-self: stretch;
}
.rb-masonry:nth-child(2) {
grid-area: e2;
}
.rb-masonry:nth-child(3) {
grid-area: e3;
}
.rb-masonry:nth-child(5) {
grid-area: e4;
}
.rb-masonry:nth-child(5) {
grid-area: e5;
}
.rb-masonry:nth-child(6) {
grid-area: e6;
}
.rb-masonry:nth-child(7) {
grid-area: e7;
}
.rb-masonry:nth-child(8) {
grid-area: e8;
}
.rb-masonry:nth-child(9) {
grid-area: e9;
}
.rb-masonry:nth-child(10) {
grid-area: e10;
}
.rb-masonry:nth-child(11) {
grid-area: e11;
}
.layout-grid .rb-masonry:nth-child(8) .instagram-box,
.layout-grid .rb-masonry:nth-child(9) .instagram-box {
padding-bottom: 50%;
}
.layout-grid .rb-masonry:nth-child(11) .instagram-box {
padding-bottom: 200%;
}
.about-bio.is-centered {
text-align: center;
}
.about-bio.is-centered + .social-icon-wrap {
justify-content: center;
}
.about-bio.is-centered + .social-icon-wrap a {
margin-right: 0;
padding-right: 7px;
padding-left: 7px;
font-size: 16px;
}
.about-bio > * {
margin-bottom: .5rem;
}
.about-bio > img {
margin-bottom: 1.5rem;
}
.about-bio p {
max-width: 320px;
color: #777;
font-size: .85rem;
line-height: 1.7;
}
.about-bio.is-centered p {
margin-right: auto;
margin-left: auto;
}
.sidebar-wrap .about-bio.is-centered p {
max-width: 270px;
}
.widget-social-icon .social-icon-wrap a {
margin-right: 15px;
text-align: center;
font-size: 20px;
line-height: 34px;
}
.widget-social-icon .social-icon-wrap {
display: flex;
display: -webkit-flex;
flex-flow: row wrap;
}
.widget-social-icon .social-icon-wrap.is-centered {
justify-content: center;
}
.widget-tweets .widget-title:before {
margin-right: 7px;
content: '\64';
font-size: .9em;
font-family: 'ruby-icon';
}
.address-info {
padding: 20% 10%;
background-color: rgba(0, 0, 0, 0.025);
font-size: .85rem;
}
.address-info h5 {
margin-bottom: 15px;
}
.office-address {
position: relative;
display: block;
margin-bottom: 40px;
padding-left: 30px;
}
.address-info .phone,
.address-info .tel,
.address-info .email {
position: relative;
display: block;
margin-bottom: 12px;
padding-left: 30px;
}
.address-info .email {
margin-bottom: 40px;
}
.office-address:before {
position: absolute;
top: 5px;
left: 0;
font-size: 18px;
font-family: 'ruby-icon';
line-height: 1;
}
.address-info > *:last-child {
margin-bottom: 0;
}
.address-info .phone:before,
.address-info .tel:before,
.address-info .email:before {
position: absolute;
top: 50%;
left: 0;
margin-top: -10px;
font-size: 15px;
font-family: 'ruby-icon';
line-height: 20px;
}
.office-address:before {
content: '\e92a';
}
.address-info .phone:before {
content: '\e017';
}
.address-info .tel:before {
content: '\e830';
}
.address-info .email:before {
content: '\e818';
}
.address-info a {
text-decoration: underline;
}
.address-info a:hover {
color: #ff8763;
} .w-banner {
position: relative;
display: block;
overflow: hidden;
padding: 100px 30px;
text-align: center;
}
.w-banner-content {
display: flex;
display: -webkit-flex;
min-height: 240px;
align-items: center;
justify-content: center;
flex-grow: 1;
}
.banner-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.banner-bg img {
position: relative;
width: 100%;
height: 100%;
object-fit: cover;
-webkit-object-fit: cover;
object-position: top center;
}
.banner-btn {
margin-top: 20px;
text-align: center;
}
.banner-btn a {
display: inline-block;
padding: 0 40px;
outline: none !important;
border: none;
background-color: #ff8763;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
color: #fff;
white-space: nowrap;
font-weight: 600;
font-size: 12px;
font-family: 'Montserrat', sans-serif;
line-height: 40px;
cursor: pointer;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.banner-btn a:hover {
background-color: #333;
}
.rb-headerstrip {
display: none;
overflow: hidden;
padding: 12px 40px;
background-color: #333;
}
.rb-headerstrip .content-inner {
display: flex;
display: -webkit-flex;
margin-right: auto;
margin-left: auto;
justify-content: center;
align-items: center;
flex-flow: row wrap;
}
.rb-headerstrip .headerstrip-desc {
margin: 0;
padding: 0;
color: inherit;
text-align: center;
font-size: .875rem;
}
.rb-headerstrip .headerstrip-desc p {
color: inherit;
}
.headerstrip-btn a {
display: inline-block;
padding: 0 40px;
background-color: #ff8763;
box-shadow: none !important;
white-space: nowrap;
font-weight: 600;
font-size: 12px;
font-family: 'Montserrat', sans-serif;
line-height: 32px;
cursor: pointer;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.headerstrip-btn a:hover {
background-color: #fff !important;
color: #333 !important;
}
.headerstrip-btn {
margin-left: 20px;
}
.headerstrip-submit {
position: absolute;
top: 50%;
right: 12px;
z-index: 10;
display: block;
margin-top: -10px;
width: 20px;
height: 20px;
}
.headerstrip-submit i:before,
.headerstrip-submit i:after {
background-color: currentColor;
opacity: .7;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.headerstrip-submit:hover i:before,
.headerstrip-submit i:after {
opacity: 1;
} .rb-mailchimp {
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.rb-mailchimp .mc4wp-form-fields i {
display: none;
}
.mc-desc {
margin-top: 15px;
color: #777;
}
.rb-mailchimp .mc4wp-form-fields input[type="submit"],
.is-light-text .w-footer .mc4wp-form-fields input[type="submit"] {
background-color: #ff8763;
}
.rb-mailchimp .mc4wp-form-fields input[type="submit"]:hover,
.is-light-text .w-footer .mc4wp-form-fields input[type="submit"]:hover {
background-color: #333;
}
.mc-form {
position: relative;
margin-top: 30px;
margin-bottom: 5px;
}
.fw-widget-section .widget.widget_archive,
.fw-widget-section .widget.widget_calendar,
.fw-widget-section .widget.widget_categories,
.fw-widget-section .widget.widget_pages,
.fw-widget-section .widget.widget_meta,
.fw-widget-section .widget.widget_recent_comments,
.fw-widget-section .widget.widget_recent_entries,
.fw-widget-section .widget.widget_rss,
.fw-widget-section .widget.widget_search,
.fw-widget-section .widget.widget_text,
.fw-widget-section .widget.widget_tag_cloud,
.fw-widget-section .widget.widget_nav_menu,
.fw-widget-section .widget-post,
.fw-widget-section .widget-tweets,
.fw-widget-section .widget-social-icon {
display: none;
} .is-light-text, .is-light-text > *,
.is-light-text .widget-title,
.is-light-text .p-wrap .p-url:hover, .is-light-text .p-wrap .p-url:focus,
.is-light-text .p-url:hover, .is-light-text .p-url:focus,
.is-light-text .p-wrap .p-url:hover, .is-light-text .p-wrap .p-url:focus,
.p-wrap .is-light-text .p-url:hover, .p-wrap .is-light-text .p-url:focus,
.p-wrap.is-light-text .p-url:hover, .p-wrap.is-light-text .p-url:focus,
.is-light-text .p-grid-5 .additional-meta,
.is-light-text .p-grid-6 .additional-meta,
.is-light-text .p-masonry-1 .additional-meta,
.is-light-text .meta-info-author.author,
.is-light-text .meta-info-author, .is-light-text .block-title,
.is-light-text .p-link, .is-light-text .quick-filter-link,
.is-light-text .entry-title, .is-light-text .entry-title:hover, .is-light-text .entry-title:focus,
.is-light-text h1, .is-light-text h1:hover, .is-light-text h1:focus,
.is-light-text .h1, .is-light-text .h1:hover, .is-light-text .h1:focus,
.is-light-text h2, .is-light-text h2:hover, .is-light-text h2:focus,
.is-light-text .h2, .is-light-text .h2:hover, .is-light-text .h2:focus,
.is-light-text h3, .is-light-text h3:hover, .is-light-text h3:focus,
.is-light-text .h3, .is-light-text .h3:hover, .is-light-text .h3:focus,
.is-light-text h4, .is-light-text h4:hover, .is-light-text h4:focus,
.is-light-text .h4, .is-light-text .h4:hover, .is-light-text .h4:focus,
.is-light-text h5, .is-light-text h5:hover, .is-light-text h5:focus,
.is-light-text .h5, .is-light-text .h5:hover, .is-light-text .h5:focus,
.is-light-text h6, .is-light-text h6:hover, .is-light-text h6:focus,
.is-light-text .h6, .is-light-text .h6:hover, .is-light-text .h6:focus,
.is-light-text .breadcrumb a:hover, .is-light-text .portfolio-info-el:before,
.is-light-text .block-view-more a:hover, .is-light-text .block-view-more a:focus {
color: #fff;
}
.is-light-text .pagination-nextprev .pagination-link,
.is-light-text .loadmore-link,
.is-light-text button.pp-filter-el.active {
background-color: rgba(255, 255, 255, .07);
}
.is-light-text .pagination-nextprev .pagination-link:hover,
.is-light-text .loadmore-link:hover {
background-color: rgba(255, 255, 255, .2);
}
.is-light-text thead th {
background-color: #fff;
color: #333;
}
.is-light-text .p-meta-info,
.is-light-text .block-view-more,
.is-light-text .mc-desc {
color: #efefef;
}
.is-light-text thead {
background-color: rgba(255, 255, 255, .07);
}
.is-light-text #wp-calendar td#today {
background-color: rgba(255, 255, 255, .1);
}
.is-light-text .widget:not(.woocommerce) .count {
background-color: #ff8763;
}
.is-light-text .banner-btn a:hover {
background-color: #fff;
color: #333;
}
.is-light-text .twitter-timestamp,
.is-light-text cite,
.is-light-text .rss-date,
.is-light-text .image-caption,
.is-light-text .wp-caption-text {
color: #ddd;
}
.is-light-text input[type='submit'],
.is-light-text button {
background-color: rgba(255, 255, 255, .1);
}
.is-light-text input[type='text'],
.is-light-text input[type='tel'],
.is-light-text input[type='password'],
.is-light-text input[type='email'],
.is-light-text input[type='number'],
.is-light-text input[type='url'],
.is-light-text input[type='search'] {
background-color: rgba(255, 255, 255, .1);
color: #fff;
}
.navbar-holder.is-light-text .main-menu .sub-menu,
.navbar-holder.is-light-text .header-lightbox {
background-color: #333;
}
.navbar-holder.is-light-text .main-menu > li > .sub-menu:before {
color: #333;
}
.navbar-holder.is-light-text .header-lightbox {
border-color: #ff8763;
color: #fff;
}
.is-light-text .tagcloud a {
background-color: rgba(255, 255, 255, .1);
}
.is-light-text .post-slider-2 .p-header {
background-color: #333;
}
.is-light-text select,
.is-light-text .widget_archive select,
.is-light-text .widget_categories select {
background-color: rgba(255, 255, 255, .07);
color: #eee;
}
.is-light-text select option,
.is-light-text .widget_archive select option,
.is-light-text .widget_categories select option {
background-color: #333;
color: #fff;
}
body .is-light-text .entry-summary,
.is-light-text p,
.is-light-text .entry-summary,
.is-light-text .rssSummary,
.is-light-text .breadcrumb .current-item,
.is-light-text .breadcrumb.woocommerce-breadcrumb .current-item {
color: #efefef;
}
.is-light-text .widget_categories a:hover,
.is-light-text .widget_archive a:hover,
.is-light-text .widget_pages .page_item a:hover,
.is-light-text .widget_nav_menu .menu-item a:hover,
.is-light-text .widget_meta a:hover {
color: currentColor;
opacity: .7;
}
.is-light-text .widget_categories a:hover .count,
.is-light-text .widget_archive a:hover .count {
background-color: currentColor;
}
.is-light-text .breadcrumb,
.is-light-text .breadcrumb.woocommerce-breadcrumb {
color: #fff;
}
.is-light-text .copyright-inner {
border-color: rgba(255, 255, 255, .1);
}
.is-light-text .p-list-5 {
border-color: rgba(255, 255, 255, .1);
}
.is-light-text .meta-info-el a:hover {
color: #fff;
}
.is-light-text .p-link:hover span,
.is-light-text .p-link:hover i {
color: #fff;
}
.is-light-text .meta-avatar img {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.is-light-text .meta-info-author:hover .meta-avatar img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.is-light-text .single-top-share {
background-color: rgba(255, 255, 255, .07);
}
.is-light-text .single-tagline:before {
opacity: .7;
}
.is-light-text .sponsor-label {
color: #efefef;
}
.is-light-text .filter-el:after {
color: rgba(255, 255, 255, .2);
}
.rb-newsletter.is-light-text .newsletter-email {
background-color: transparent;
}
.rb-newsletter.is-light-text .subscribe-box.layout-1 .newsletter-email,
.rb-newsletter.is-light-text .subscribe-box.layout-1 button.newsletter-submit-icon {
background-color: rgba(255, 255, 255, .07);
}
.rb-newsletter.is-light-text button.newsletter-submit {
background-color: #ff8763;
}
.rb-newsletter.is-light-text button.newsletter-submit:hover {
background-color: #fff;
color: #333;
}
.subscribe-box .rb-newsletter.is-light-text button.newsletter-submit-icon:hover,
.subscribe-box .rb-newsletter button.newsletter-submit-icon:hover {
color: #ff8763;
}
.single-header-overlay.is-light-text .entry-title {
margin-bottom: 15px;
}
.is-light-text.is-header-left .header-left-holder {
background-color: rgba(0, 0, 0, .5);
}
.fw-category-1.is-light-text .cat-list-item .cat-list-name {
background-color: #fff;
color: #333;
}
.is-light-text .mega-category .mega-holder > .sub-menu {
border-color: rgba(255, 255, 255, .1);
}
.is-light-text .rb-counter,
.header-wrap .is-light-text .rb-counter {
background-color: #fff;
color: #333;
}
.is-light-text .twitter-content.entry-summary a {
color: #fff;
}
.is-light-text .load-animation,
.is-light-text .loadmore-animation {
background-image: url(//www.technik-blog.org/wp-content/themes/pixwell/assets/images/loading-light.svg);
}
.feat-round .p-grid-6 {
overflow: hidden;
}
.feat-round .p-feat,
.feat-round .single-1 .single-header .p-thumb img,
.feat-round .single-4 .single-header .p-thumb img,
.feat-round .p-feat img,
.feat-round .ad-image img,
.feat-round .p-grid-6 {
-webkit-border-radius: 10px;
border-radius: 10px;
}
.feat-round .p-gallery-slider .p-feat,
.feat-round .p-gallery-slider .p-feat img,
.feat-round .fw-feat-4 .p-feat,
.feat-round .fw-feat-4 .p-feat img,
.feat-round .fw-feat-6 .p-overlay-4 .p-feat,
.feat-round .fw-feat-6 .p-overlay-4 .p-feat img,
.feat-round .p-grid-6 .p-feat,
.feat-round .p-grid-6 .p-feat img,
.feat-round .p-overlay-9 .p-feat,
.feat-round .p-overlay-9 .p-feat img {
-webkit-border-radius: 0;
border-radius: 0;
}
.feat-round .slider-feat-5,
.feat-round .slider-feat-5 img,
.feat-round .single-feat .p-feat,
.feat-round .single-feat .p-feat img,
.feat-round .widget-fw-instagram .instagram-box {
overflow: hidden;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.feat-round .widget .gallery-item img {
-webkit-border-radius: 4px;
border-radius: 4px;
}
.feat-round .p-overlay .content-overlay:before {
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.ele-round input[type='submit'], .ele-round button, .ele-round select,
.ele-round input[type='text'], .ele-round input[type='tel'], .ele-round input[type='password'],
.ele-round input[type='email'], .ele-round input[type='url'], input[type='file'],
.ele-round input[type='search'], .ele-round input[type='number'],
.ele-round .banner-btn a, .ele-round .cookie-accept,
.ele-round .response-notice,
.ele-round .image-caption.is-overlay,
.ele-round .pagination-link,
.ele-round .loadmore-link,
.ele-round .entry-footer a, .ele-round .entry-footer .source,
.ele-round .entry-footer .via-el,
.ele-round .off-canvas-subscribe a,
.ele-round .headerstrip-btn a,
.ele-round .rb-owl-next,
.ele-round .rb-owl-prev,
.cat-icon-round .category-title,
.ele-round .box-comment-btn,
.ele-round .review-info,
.ele-round .tagcloud a,
.ele-round .search-form input[type='search'],
.ele-round .wpcf7 input,
.ele-round.wp-block-button__link,
.ele-round .entry-content a.wp-block-button__link,
.ele-round .review-btn {
-webkit-border-radius: 100px;
border-radius: 100px;
}
.ele-round textarea, .ele-round .author-box,
.ele-round .header-lightbox,
.ele-round .fw-category-1 .cat-list-item,
.ele-round .fw-category-2 .cat-list-feat,
.ele-round .w-banner,
.ele-round .fw-subscribe,
.ele-round .rb-newsletter,
.ele-round .review-box-wrap .inner,
.ele-round .follower-el,
.ele-round .rb-related,
.ele-round .header-author-box,
.ele-round .rb-cookie,
.ele-round .newsletter-inner-cover,
.ele-round .p-gallery-slider,
.ele-round .p-gallery-list .gallery-el,
.ele-round .gallery-feat-holder,
.ele-round .gallery-grid-wrap,
.ele-round .reaction-section,
.ele-round a.comment-reply-link,
.ele-round .main-menu .sub-menu,
.ele-round .wpcf7 textarea,
.ele-round .address-info, .ele-round
.single-portfolio-inner,
.ele-round .single-portfolio-feat a,
.ele-round .infeed-image img {
-webkit-border-radius: 10px;
border-radius: 10px;
}
.ele-round .page-numbers,
.ele-round .post-page-numbers,
.ele-round .topbar-menu .sub-menu,
.ele-round .single-left-share a,
.ele-round .widget_archive select,
.ele-round .widget_categories select,
.ele-round #wp-calendar #prev a,
.ele-round #wp-calendar #next a,
.ele-round .entry-content pre,
.ele-round .yith-wcwl-share .share-button a,
.ele-round .rb-mailchimp .mc4wp-form-fields input {
-webkit-border-radius: 6px;
border-radius: 6px;
}
.ele-round .tipsy-inner,
.ele-round .single-bottom-share a,
.ele-round .header-wrap .cart-counter,
.ele-round #off-canvas-close-btn,
.ele-round .single-top-share,
.ele-round .widget:not(.woocommerce) .count,
.ele-round .gallery-popup-select img,
.ele-round .total-wrap {
-webkit-border-radius: 4px;
border-radius: 4px;
}
.ele-round .gallery-grid-content .gallery-el,
.ele-round .single-left-article .p-feat,
.ele-round .footer-social a,
.ele-round #back-top i {
-webkit-border-radius: 50%;
border-radius: 50%;
}
.ele-round .header-lightbox {
border-top: none;
}
.ele-round .navbar-search .header-lightbox:before {
right: 20px;
}
.ele-round .header-lightbox:before {
position: absolute;
top: -9px;
right: 50px;
bottom: auto;
left: auto;
display: block;
width: 0;
height: 0;
border-right: 10px solid transparent;
border-bottom: 10px solid currentColor;
border-left: 10px solid transparent;
color: #fff;
content: '';
pointer-events: none;
}
.ele-round .cat-dot-el {
-webkit-border-radius: 3px;
border-radius: 3px;
}
.cat-icon-square .cat-dot-el {
-webkit-border-radius: 0;
border-radius: 0;
}
.ele-round .tagcloud a {
padding-right: 15px;
padding-left: 15px;
}
.ele-round #back-top i {
width: 44px;
}
.cat-icon-round .single-cat-info .cat-info-el {
-webkit-box-shadow: none;
box-shadow: none;
}
body.cat-icon-radius .cat-info-el:hover,
body.cat-icon-round .cat-info-el:hover {
background-color: #333;
}
.cat-icon-square .cat-info-el:hover,
.cat-icon-line .cat-info-el:hover,
.cat-icon-simple .cat-info-el:hover {
opacity: .7;
}
body.cat-icon-round .p-overlay .cat-info-el:hover,
body.cat-icon-round .p-cat-info.is-absolute .cat-info-el:hover {
background-color: #fff;
color: #333;
}
.cat-icon-round .cat-info-el {
padding: 4px 20px;
-webkit-border-radius: 100px;
border-radius: 100px;
background-color: #ff8763;
-webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, .1);
box-shadow: 1px 5px 10px rgba(0, 0, 0, .1);
color: #fff;
}
.cat-icon-round .is-relative .cat-info-el {
-webkit-box-shadow: none;
box-shadow: none;
}
.cat-icon-radius .cat-info-el {
padding: 4px 12px;
-webkit-border-radius: 0;
border-radius: 0;
background-color: #ff8763;
color: #fff;
}
.cat-icon-square .cat-info-el,
.cat-icon-line .cat-info-el,
.cat-icon-simple .cat-info-el {
background-color: transparent !important;
}
.cat-icon-square .p-cat-info.is-absolute .cat-info-el,
.cat-icon-line .p-cat-info.is-absolute .cat-info-el,
.cat-icon-simple .p-cat-info.is-absolute .cat-info-el {
color: #fff;
}
.cat-icon-square .cat-info-el:before {
display: inline-flex;
display: -webkit-inline-flex;
margin-right: 5px;
width: 10px;
height: 10px;
background-color: #ff8763;
content: '';
vertical-align: middle;
line-height: 24px;
}
.cat-icon-square .cat-info-el {
align-items: center;
margin-right: 7px;
}
.cat-icon-line .cat-info-el {
margin-right: 5px;
padding-right: 0;
padding-left: 0;
border-bottom: 2px solid #ff8763;
}
.cat-icon-simple .cat-info-el {
margin-right: 5px;
padding-right: 0;
padding-left: 0;
}
.cat-icon-simple .cat-info-el:after {
display: inline-flex;
padding-left: 5px;
content: '/';
vertical-align: middle;
font-size: .8em;
opacity: .3;
justify-content: center;
align-items: center;
}
.cat-icon-simple .cat-info-el:last-child:after {
display: none;
}
.feat-round .widget-sb-instagram .instagram-box,
.feat-round .widget .gallery-item img,
.feat-round .header-subscribe img {
-webkit-border-radius: 4px;
border-radius: 4px;
}
.ele-round .subscribe-box.layout-1 input.newsletter-email {
border-radius: 100px !important;
}
.ele-round .subscribe-box.layout-1 button.newsletter-submit:not(.newsletter-submit-icon) {
margin-left: 20px;
}
.ele-round .subscribe-box.layout-1 .rb-newsletter.is-submit-icon input.newsletter-email {
border-radius: 100px 0 0 100px !important;
}
.ele-round .subscribe-box.layout-1 button.newsletter-submit-icon {
border-radius: 0 100px 100px 0;
}
.ele-round .entry-footer a {
padding-right: 20px;
padding-left: 20px;
}
.ele-round .category-header.is-header-boxed .header-holder {
padding: 60px 0;
border-radius: 10px;
} body .cooked-recipe-info {
margin: 0 0 15px 0;
}
body strong.cooked-meta-title {
font-weight: normal;
}
body .cooked-recipe-info,
body .cooked-recipe-excerpt {
position: relative;
padding-bottom: 15px;
}
body .cooked-recipe-excerpt {
font-style: italic;
font-size: .825rem;
}
body .cooked-recipe-info:before,
body .cooked-recipe-excerpt:before {
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 10px;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
}
body .entry-content .cooked-recipe-info a {
text-decoration: none;
}
.entry-content .cooked-recipe-info .cooked-author a {
color: inherit;
}
body .entry-content .cooked-recipe-info a:hover,
body .entry-content .cooked-recipe-info a:focus {
text-decoration: none;
}
.entry-content .cooked-recipe-info .cooked-author a:hover {
color: #ff8763;
}
body span.cooked-taxonomy > :last-child {
padding: 0 20px;
-webkit-border-radius: 100px;
border-radius: 100px;
background-color: #333;
color: #fff;
font-weight: 700;
font-size: .875rem;
line-height: 1;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
body .cooked-recipe-info > section.cooked-right > span {
font-size: .9rem;
}
body .cooked-recipe-info span.cooked-print .cooked-icon,
body .cooked-recipe-info span.cooked-fsm-button .cooked-icon {
font-size: 1.35rem;
}
body span.cooked-difficulty-level-1 {
color: #7db464;
}
body span.cooked-difficulty-level-2 {
color: #f2a400;
}
body span.cooked-difficulty-level-3 {
color: #ff8750;
}
body .cooked-author,
body .cooked-difficulty-level > :last-child {
font-weight: 700;
font-size: 12px;
}
body .cooked-author .cooked-meta-title {
font-weight: normal;
}
body .cooked-time,
body .cooked-servings-changer {
font-weight: 700;
}
body .cooked-icon-recipe-icon {
color: #ff8763;
}
body .cooked-recipe-info span.cooked-servings-icon {
opacity: 1;
}
body .cooked-recipe-ingredients {
margin-bottom: 25px;
padding-bottom: 25px;
border-bottom: 5px solid rgba(0, 0, 0, .025);
font-size: .9rem;
}
body .cooked-recipe-ingredients .cooked-ingredient {
margin-top: 5px;
}
body .cooked-ing-amount {
font-weight: 700;
}
body .cooked-ing-measurement {
vertical-align: top;
font-weight: 700;
font-size: .8em;
}
body .cooked-recipe-ingredients .cooked-ingredient-checkbox {
top: .75rem;
}
body .cooked-recipe-directions .cooked-direction-number {
padding: 7px 5px;
height: auto;
background-color: #ff8763;
color: #fff;
font-size: 1.2rem;
line-height: 1;
opacity: 1
}
body .cooked-recipe-directions .cooked-direction.cooked-direction-has-number .cooked-dir-content {
padding-left: 30px;
}
.cooked-recipe-directions .cooked-direction img {
margin-bottom: 0;
}
body .cooked-recipe-directions .cooked-direction {
padding-bottom: 15px;
}
body.ele-round .cooked-recipe-directions .cooked-direction-number {
-webkit-border-radius: 4px;
border-radius: 4px;
}
body .widget .cooked-nutrition-label dt {
border-color: rgba(0, 0, 0, .2);
}
body .widget .cooked-nutrition-label dt.cooked-nut-spacer {
background-color: rgba(0, 0, 0, .2);
}
.cooked-recipe-info span.cooked-taxonomy {
text-align: center;
}
span.cooked-taxonomy a:hover {
background-color: #ff8763;
}
body .widget .cooked-nutrition-label {
padding: 20px;
border: none;
border-radius: 20px;
background-color: rgba(0, 0, 0, .025);
}
body .cooked-recipe-directions {
margin-bottom: 25px;
padding-bottom: 15px;
border-bottom: 5px solid rgba(0, 0, 0, .025);
}
body .cooked-recipe-directions .cooked-single-direction:last-child {
padding-bottom: 0;
} #back-top {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 9800;
display: none;
overflow: hidden;
border: none;
text-decoration: none;
cursor: pointer;
}
#back-top i {
display: block;
width: 36px;
height: 44px;
background-color: #333;
color: #fff;
text-align: center;
font-size: 14px;
line-height: 44px;
opacity: .25;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
#back-top:hover i {
opacity: 1;
}
.read-it-later:hover,
.read-it-later:focus {
color: #ff8763;
} #bookmarks-list .loadmore-animation {
display: block;
opacity: 1;
}
.bookmark-perload {
min-height: 200px;
}
.bookmark-list-header {
display: flex;
display: -webkit-flex;
margin-bottom: 10px;
align-items: center;
}
.bookmark-label {
display: flex;
display: -webkit-flex;
text-transform: uppercase;
letter-spacing: .1em;
font-weight: 500;
font-size: 11px;
line-height: 1;
align-items: center;
flex-flow: row nowrap;
}
.bookmark-label i {
margin-right: 4px;
}
#remove-bookmark-btn {
display: flex;
display: -webkit-flex;
margin-left: auto;
align-items: center;
}
.remove-bookmark-btn.p-link i {
margin-right: 4px;
margin-left: 0;
-webkit-transform: translate(0);
-moz-transform: translate(0);
-ms-transform: translate(0);
-o-transform: translate(0);
transform: translate(0);
}
.bookmark-list {
position: relative;
padding-top: 40px;
padding-bottom: 40px;
}
.bookmark-list:before,
.bookmark-list:after {
position: absolute;
top: 0;
right: 0;
left: 0;
display: block;
height: 10px;
background-color: transparent;
background-image: radial-gradient(currentColor 1px, transparent 1px);
background-position: 1px 1px;
background-size: 5px 5px;
content: '';
opacity: .2;
pointer-events: none;
}
.bookmark-list:after {
top: auto;
bottom: 0;
left: 50%;
margin-left: -50px;
width: 100px;
}
.bookmark-list .content-inner {
margin-bottom: -25px;
}
.bookmark-empty {
text-align: center;
}
.bookmark-empty-icon {
margin-bottom: 10px;
font-size: 42px;
line-height: 1;
}
.bookmark-empty h6 {
margin-bottom: 15px;
} .banners-inner {
display: flex;
display: -webkit-flex;
flex-flow: row nowrap;
justify-content: space-between;
}
.el-banner {
display: flex;
display: -webkit-flex;
flex-grow: 1;
}
.el-banner-inner {
position: relative;
width: 100%;
display: block;
background-color: #333;
padding-bottom: 60%;
}
.el-banner .banner-url {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: block;
z-index: 10;
}
.el-banner .banner-content {
display: flex;
display: -webkit-flex;
justify-content: center;
align-items: center;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
color: #fff;
z-index: 9;
}
.el-banner-inner img,
.elementor .el-banner-inner img {
object-fit: cover;
-webkit-object-fit: cover;
height: 100%;
width: 100%;
overflow: hidden;
position: absolute;
z-index: 0;
display: block;
-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.banner-title {
color: inherit;
background-color: #333;
line-height: 1;
white-space: nowrap;
padding: 12px 25px;
}
.banner-content:before {
content: '';
left: 10px;
right: 10px;
bottom: 10px;
top: 10px;
position: absolute;
border: 1px solid;
pointer-events: none;
}
.el-banner-inner:hover img {
opacity: .5;
} .sbox-header {
text-align: center;
}
.fw-sbox {
padding-top: 100px;
padding-bottom: 100px;
}
.sbox-description {
margin-top: 15px;
}
.sbox-form-wrap {
margin-top: 35px;
}
.is-border-style .sbox-form input[type='search'] {
background-color: transparent !important;
border: 1px solid rgba(0, 0, 0, .07);
}
.is-border-style.is-light-text .sbox-form input[type='search'] {
border-color: rgba(255, 255, 255, .1)
}
.fw-sbox .sbox-form input[type="search"] {
color: inherit;
}
.sbox-form.search-form:after {
display: none;
}
.sbox-icon {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 62px;
align-items: center;
display: flex;
display: -webkit-flex;
justify-content: center;
pointer-events: none;
-webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.sbox-icon svg {
width: 26px;
height: auto;
max-width: 100%;
}
.fw-sbox input[type="submit"]:hover + .sbox-icon {
opacity: .5;
}
.rb-checked-list li:before {
content: "\e87f";
font-family: 'ruby-icon' !important;
color: #52bd45;
left: 0;
top: 0;
position: absolute;
font-size: 16px;
}
.rb-checked-list li {
padding-left: 25px;
position: relative;
}
ul.rb-checked-list {
padding-left: 0;
list-style: none;
}@media only screen and (max-width: 991px) {
h1, .h1 {
font-size: 2rem;
line-height: 1.2;
}
h2, .h2 {
font-size: 1.5rem;
line-height: 1.3;
}
.rbc-wrap {
flex-flow: row wrap;
}
.rbc-content-section .rbc-content {
max-width: 100%;
width: 100%;
flex: 0 0 100%;
}
.rbc-content-section .rbc-sidebar {
margin-top: 60px;
padding-right: 0;
padding-left: 0;
max-width: 100%;
width: 100%;
flex: 0 0 100%;
}
.rbc-content-section.is-sidebar-left .rbc-wrap {
flex-direction: row;
}
.rbc-content-section.is-sidebar-left .rbc-sidebar {
padding-right: 0;
padding-left: 0;
}
.sidebar-inner {
display: block;
margin-right: auto;
margin-left: auto;
max-width: 480px;
width: 100%;
} #mobile-navbar, .mobile-navbar,
#mobile-sticky-nav {
display: block;
}
.navbar-inner,
.header-3 .banner-wrap,
.header-5 .banner-wrap,
.header-6 .banner-wrap,
.header-7 .banner-wrap {
display: none !important;
}
.p-list-2 .col-left,
.p-list-3 .col-left {
width: 150px;
}
.parallax-thumb {
min-height: 250px;
height: 50vh;
}
.single-header-overlay {
padding-bottom: 20px;
}
.header-holder {
padding: 30px 0;
}
.p-overlay-2 .p-feat,
.p-overlay-3 .p-feat {
display: flex;
display: -webkit-flex;
background-color: #333;
align-items: stretch;
}
.p-overlay-2 .p-thumb,
.p-overlay-3 .p-thumb {
display: flex;
display: -webkit-flex;
width: 170px;
flex-shrink: 0;
}
.p-overlay-2 .p-thumb a,
.p-overlay-3 .p-thumb a {
flex-grow: 1;
}
.p-overlay-2 .content-overlay,
.p-overlay-3 .content-overlay {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
height: auto;
justify-content: center;
flex-grow: 1;
}
.p-overlay-2 .content-overlay:before,
.p-overlay-3 .content-overlay:before {
display: none;
}
.p-overlay-2 .overlay-holder,
.p-overlay-3 .overlay-holder {
padding: 15px 20px;
}
.feat-round .p-overlay-2 .p-thumb a,
.feat-round .p-overlay-3 .p-thumb a {
flex-grow: 1;
}
.p-overlay-2 .p-feat img,
.p-overlay-3 .p-feat img {
-webkit-border-radius: 0;
border-radius: 0;
}
.p-overlay-2 .overlay-holder:before,
.p-overlay-3 .overlay-holder:before {
display: none;
}
.p-overlay-2 .p-format,
.p-overlay-3 .p-format {
top: 50%;
right: auto;
bottom: auto;
left: 85px;
font-size: 36px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .p-wrap.p-grid-4 {
display: flex;
display: -webkit-flex;
align-items: center;
flex-flow: row nowrap;
}
.fw-grid-4 .content-inner > *:not(:last-child) .p-grid-4 {
margin-bottom: 25px;
}
.block-wrap.fw-grid-4 .content-wrap {
margin-bottom: -25px;
}
.p-grid-4.is-pop-style .p-header {
flex-flow: column nowrap;
}
.p-grid-4.is-pop-style .p-header .counter-index {
margin-right: 0;
margin-bottom: 5px;
}
.p-grid.p-grid-4 .p-feat {
margin-bottom: 0;
width: 130px;
flex-shrink: 0;
}
.p-grid-4 .p-body {
display: flex;
display: -webkit-flex;
padding-left: 20px;
flex-grow: 1;
flex-flow: column wrap;
}
.p-grid-4 .p-format,
.p-list-2 .p-format {
font-size: 36px;
}
.ele-round .header-lightbox:before {
right: 15px;
}
.subscribe-box.layout-1 {
flex-flow: row wrap;
}
.subscribe-box.layout-1 .subscribe-content {
margin-bottom: 30px;
padding-right: 0;
width: 100%;
text-align: center;
flex: 0 0 100%;
}
.rb-newsletter button.newsletter-submit {
padding: 0 30px;
}
.rb-newsletter .rb-newsletter-inner {
margin-right: auto;
margin-left: auto;
}
.rb-newsletter .newsletter-privacy {
justify-content: center;
}
.gallery-list-label {
padding-right: 5px;
padding-left: 0;
}
.gallery-grid-wrap {
padding: 5px 0 5px 5px;
}
.gallery-grid-content .gallery-el {
margin-right: 5px;
}
.fw-category-2 .cat-list-content {
margin-right: auto;
margin-left: auto;
max-width: 600px;
width: 100%;
flex: 0 0 100%;
}
.instagram-grid.is-wide .instagram-box.box-intro .box-content *:not(i) {
display: none;
}
.post-type-archive-rb-gallery .content-inner {
padding-bottom: 30px;
}
.gallery-popup-entry {
padding: 25px 0 50px 0;
border-left: none;
justify-content: flex-start;
}
.gallery-popup-selection,
.gallery-popup-selection.post-type-gallery {
overflow-x: scroll;
overflow-y: hidden;
margin: 10px 15px;
padding-right: 0;
padding-left: 0;
width: auto;
width: calc(100% - 30px);
height: auto;
border-right: none;
border-bottom: 1px solid rgba(255, 255, 255, .1);
flex-flow: row nowrap;
flex-shrink: 0;
}
.gallery-popup-selection::-webkit-scrollbar {
width: auto;
height: 4px;
}
.gallery-popup-selection a,
.gallery-popup-selection.post-type-gallery > a {
margin-right: 10px;
margin-bottom: 0;
padding: 0;
width: 60px;
flex: 0 0 60px;
}
.gallery-popup-content, .mfp-rbgallery {
flex-flow: column nowrap;
}
.gallery-popup-holder,
.gallery-popup-holder.post-type-gallery {
margin-top: 25px;
padding: 0 15px;
max-width: 100%;
width: 100%;
flex-flow: column nowrap;
}
.gallery-popup-header {
flex-flow: column-reverse nowrap;
align-items: flex-start;
}
.rb-gallery-popup .gallery-popup-header .header-right {
width: 100%;
border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.mfp-counter {
flex-grow: 1;
}
.rb-gallery-popup .mfp-title {
padding: 15px;
width: 100%;
flex-basis: auto;
}
.rb-gallery-popup .gallery-popup-header .mfp-close,
.rb-gallery-popup .gallery-popup-header .mfp-counter,
.gallery-popup-nav button {
height: 50px;
}
.rb-gallery-popup .gallery-popup-header .mfp-counter {
padding: 0 15px;
}
.gallery-popup-header .header-right > * {
border-left: none;
}
.gallery-popup-image {
margin: 0;
padding: 0;
max-width: 100%;
height: auto;
}
.gallery-popup-image img {
margin-top: 0;
width: 100%;
height: auto;
object-fit: cover;
}
.feat-6-content-wrap.rb-p20-gutter {
padding-right: 10px;
padding-left: 10px;
}
.rb-about-inner {
position: relative;
padding-top: 40px;
padding-bottom: 40px;
padding-left: 0;
height: auto;
}
.about-brand img {
max-height: 150px;
}
.about-social {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
width: auto;
justify-content: center;
}
.about-social a {
float: left;
}
.about-holder .about-social {
margin-top: 15px;
}
.about-me-wrap .about-image {
flex: 0 0 300px;
margin-left: 35px;
}
.fw-ms-1, .fw-mh-1 {
width: 50%;
}
.fw-ms-c4, .fw-mh-c4 {
width: 50%;
}
.single-portfolio-inner {
padding-left: 20px;
padding-right: 20px;
}
.portfolio-header:before {
top: -30px;
right: -10px;
left: auto;
display: block;
width: 30px;
height: 50px;
}
.share-whatsapp.is-mobile {
display: flex;
display: -webkit-flex;
}
.share-whatsapp.is-web {
display: none;
}
} @media only screen and (max-width: 767px) {
.site-wrap .wrap {
margin-top: 35px;
margin-bottom: 35px;
}
.rb-n20-gutter {
margin-right: -15px;
margin-left: -15px;
}
.rb-p20-gutter {
padding-right: 15px;
padding-left: 15px;
}
.topbar-wrap {
display: none !important;
}
h1, .h1 {
font-size: 1.5rem;
line-height: 1.3;
}
h2, .h2 {
font-size: 1.15rem;
}
h3, .h3 {
font-size: 1.05rem;
line-height: 1.3;
}
h4, .h4 {
font-size: .935rem;
}
h5, .h5, h6, .h6 {
font-size: .775rem;
}
textarea {
padding: 10px 15px;
}
input[type='text'], input[type='tel'], input[type='password'],
input[type='email'], input[type='url'], input[type='search'],
input[type='number'] {
padding-right: 15px;
padding-left: 15px;
}
.entry-content > *.alignleft,
.entry-content > *.alignright,
img.alignleft, img.alignright,
.entry-content p img.alignleft,
.entry-content p img.alignright {
float: none;
margin-right: auto;
margin-left: auto;
max-width: 100%;
width: auto;
}
.rb-owl .owl-dots > span {
width: 5px;
height: 5px;
}
.rb-owl .owl-dot.active > span {
width: 12px;
}
.columns-2 > *, .columns-3 > * {
float: none;
width: 100%;
}
.columns-4 > *, .columns-5 > *, .columns-6 > * {
width: 50%;
}
.columns-5 > *:nth-child(5n+1),
.columns-6 > *:nth-child(6n+1) {
clear: none;
}
.columns-5 > *:nth-child(2n+1),
.columns-6 > *:nth-child(2n+1) {
clear: both;
}
.rb-owl .owl-dots {
margin-top: 10px;
}
.slider-feat-4 .owl-dots,
.slider-feat-5 .owl-dots {
bottom: 10px;
}
.ajax-quick-filter {
display: none;
}
.block-header .block-view-more a,
.pagination-wrap > * {
font-size: .9em
}
.m-nav-right a {
padding-left: 7px;
} .p-cat-info.is-relative,
.overlay-holder .p-cat-info.is-relative {
margin-bottom: 5px;
}
.single-4 .p-cat-info.is-relative {
margin-bottom: 10px;
}
.p-footer {
margin-top: 10px;
}
.no-avatar .p-footer {
margin-top: 5px;
}
.p-footer .p-meta-sponsor {
padding-top: 2px;
}
.p-overlay .entry-summary {
display: none;
}
.p-list-1 .col-right {
margin-top: 15px;
margin-right: 0;
}
.p-list-4 .col-left {
margin-right: 15px;
}
.single-left-section {
display: none;
}
.single-content.has-left-section .entry-content {
max-width: 100%;
width: 100%;
}
.box-nav .rb-p20-gutter {
padding-right: 10px;
padding-left: 10px;
}
.box-nav.rb-n20-gutter {
margin-right: -10px;
margin-left: -10px;
}
.box-nav .nav-label {
margin-bottom: 15px;
}
.box-nav img {
margin-right: 10px;
width: 50px;
}
.box-nav .nav-right img {
margin-left: 10px;
}
.box-nav .nav-title {
font-size: .8rem;
}
.header-holder {
padding: 25px 0;
}
.author-avatar {
margin-right: 0;
width: 70px;
height: 70px;
}
.author-box, .author-header {
flex-flow: column nowrap;
}
.author-box {
margin-top: 25px;
}
.author-header:after {
right: 0;
left: 0;
width: 100%;
}
.author-avatar {
width: 60px;
height: 60px;
}
.author-header .author-more {
margin-top: 0;
margin-right: auto;
padding-left: 0;
}
.author-description {
margin-top: 10px;
font-size: .825rem;
}
.author-more i {
display: none;
}
.author-header {
padding-bottom: 20px;
justify-content: center;
}
.author .author-box {
margin-bottom: 40px;
}
.author-content {
margin-top: 7px;
text-align: center;
}
.comment-form-cookies-consent label {
font-size: .75rem;
}
.fw-feat-1 .rb-n10-all,
.fw-feat-2 .rb-n10-all,
.fw-feat-11 .rb-n10-all {
margin: -5px 0;
}
.fw-feat-1 .rb-p10-all,
.fw-feat-2 .rb-p10-all,
.fw-feat-11 .rb-p10-all {
padding: 5px 0;
}
.is-header-left .header-left-holder {
padding: 40px 20px;
width: 80%;
}
.cat-list-name {
padding: 10px 5px;
}
.reaction-section,
.single-bottom-share, .box-nav {
margin-top: 25px;
}
.comment-box-wrap {
margin-top: 20px;
padding-top: 30px;
}
.follower-el {
margin-bottom: 5px;
} .instagram-box.box-intro .box-content i {
font-size: 1.2rem;
}
.layout-grid .grid-holder {
grid-gap: 5px;
grid-template-columns: repeat(4, 1fr);
grid-template-areas: "e2 e2 e1 e1" "e2 e2 e6 e7" "e4 e5 e3 e3" "e8 e8 e3 e3";
}
.layout-grid.grid-fmasonry .grid-holder {
grid-gap: 5px;
grid-template-columns: repeat(5, 1fr);
grid-template-areas: "e1 e2 e2 e9 e9" "e10 e2 e2 e6 e7" "e3 e3 e4 e5 e11" "e3 e3 e8 e8 e11";
}
.layout-grid .grid-holder,
.is-wide.layout-grid .grid-holder {
margin-right: 5px;
margin-left: 5px;
}
.not-found-wrap {
flex-flow: row wrap;
}
.not-found-label-wrap {
margin-right: 0;
margin-bottom: 40px;
flex: 0 0 100%;
}
span.not-found-label {
margin: 10px auto;
font-size: 5rem;
}
.not-found-description {
position: relative;
top: auto;
left: auto;
margin: 0 auto;
font-size: 1.5rem;
}
.not-found-inner {
text-align: center;
justify-content: center;
}
.not-found .search-form {
margin-top: 20px;
}
.site-wrap .site-content.not-found .wrap {
margin-bottom: 50px;
}
.rb-cookie {
right: 0;
bottom: 0;
left: 0;
padding: 10px 15px;
width: 100%;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
}
.rb-cookie .cookie-footer {
margin-top: 10px;
text-align: center;
}
.rb-cookie .cookie-content {
text-align: center;
}
.rb-cookie .cookie-accept
.rb-cookie .cookie-accept {
padding: 0 30px;
line-height: 26px
}
.headerstrip-btn {
display: block;
clear: both;
margin-top: 7px;
margin-left: 0;
}
.headerstrip-btn a {
padding: 0 30px;
line-height: 26px;
}
.single-tagline {
padding-left: 30px;
}
.top-footer-wrap .widget {
margin-bottom: 35px;
}
.single-m-info {
display: block;
}
#back-top i {
width: 28px;
height: 34px;
line-height: 34px;
}
.ele-round #back-top i {
width: 34px;
}
.single-1 .breadcrumb {
margin-top: -30px;
}
.single-2 .single-header-overlay .single-tagline {
display: none;
}
.single-post-related {
margin-bottom: 27px;
background-size: 20px 5px;
}
.footer-logo-wrap img {
max-height: 90px;
}
.footer-section:first-child,
.rbc-content-section .rbc-sidebar {
margin-top: 35px;
}
.footer-section {
margin-bottom: 35px;
}
.single-header-overlay.is-light-text .entry-title {
margin-bottom: 12px;
}
.is-meta-border .p-classic .p-footer {
margin-top: 15px;
padding-top: 15px;
}
.is-meta-border .p-overlay-4 .p-footer,
.is-meta-border .p-list-1 .p-footer,
.is-meta-border .p-overlay-9 .p-footer {
margin-top: 12px;
padding-top: 12px;
}
.sidebar-inner .widget,
.footer-widget .widget {
margin-bottom: 35px;
}
.overlay-holder {
padding: 0 15px 20px;
} .p-overlay-2 .overlay-holder,
.p-overlay-3 .overlay-holder {
padding: 10px 15px;
}
.p-overlay-2 .p-thumb,
.p-overlay-3 .p-thumb {
width: 110px;
}
.p-overlay-2 .p-format,
.p-overlay-3 .p-format {
left: 50px;
}
.p-overlay-2 .p-format,
.p-overlay-3 .p-format,
.p-grid-2 .p-format,
.p-grid-4 .p-format,
.p-list-2 .p-format,
.fw-feat-6 .p-overlay-3 .p-format {
font-size: 32px;
}
.p-overlay-4 .p-thumb {
max-height: 350px;
height: 50vh;
}
.p-grid-5 .p-content-wrap,
.p-masonry-1 .p-content-wrap {
padding-top: 15px;
padding-right: 0;
padding-left: 0;
}
.p-grid-6 .p-content-wrap {
min-height: 0;
}
.p-grid-5 .p-thumb {
position: relative;
padding-bottom: 62.5% !important;
}
.p-grid-6 .p-thumb {
position: relative;
padding-bottom: 100% !important;
}
.p-grid-5 .p-thumb img,
.p-grid-6 .p-thumb img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.feat-6-content-wrap .p-wrap {
margin-bottom: 1px;
}
.feat-6-content-wrap .rb-row > *:last-child .p-wrap {
margin-bottom: 0;
}
.ele-round .feat-6-content-wrap .p-feat {
border: 0;
-webkit-border-radius: 0;
}
.feat-6-holder {
margin-top: 1px;
}
.feat-6-content-wrap.rb-p20-gutter {
padding-right: 0;
padding-left: 0;
}
.fw-grid-2 .rb-n15-gutter,
.single-post-related .rb-n15-gutter,
.layout-ct-grid-2.rb-n15-gutter,
.layout-fw-grid-2.rb-n15-gutter {
margin-right: -7px;
margin-left: -7px;
}
.fw-grid-2 .rb-p15-gutter,
.single-post-related .rb-p15-gutter,
.layout-ct-grid-2 .rb-p15-gutter,
.layout-fw-grid-2 .rb-p15-gutter {
padding-right: 7px;
padding-left: 7px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
float: none;
margin-bottom: 10px;
width: 100%;
}
.comment-form > * {
margin-bottom: 10px;
}
.reaction-section-title {
margin-bottom: 15px;
}
.reaction-section {
padding: 20px 7px;
}
.mh-p-link .p-wrap .p-link,
.mh-p-excerpt .entry-summary:not(.twitter-content) {
display: none !important;
}
.mh-p-excerpt.single-product .entry-summary {
display: block !important;
}
.mh-p-link .p-masonry-1 .p-meta-info {
justify-content: center;
}
.header-holder .breadcrumb {
margin-bottom: 5px;
}
.single-entry-meta {
margin-top: 10px;
}
.single-entry-meta.has-avatar {
margin-top: 12px;
}
.breadcrumb-overlay .breadcrumb {
margin-top: 10px;
}
h1.single-title,
.single-tagline {
margin-bottom: 15px;
}
.w-banner {
margin-right: auto;
margin-left: auto;
padding: 60px 15px;
max-width: 320px;
}
.single-feat,
.post-gallery-outer {
margin-top: 20px;
}
.entry-header,
.shop-top .shopthepost-inner {
margin-bottom: 25px;
}
.entry-footer {
margin-top: 25px;
padding-top: 35px;
}
.shop-bottom > *:first-child {
margin-top: 25px;
}
.cooked-recipe-directions .cooked-direction-number {
padding: 5px;
font-size: 1rem;
}
.cooked-recipe-info > section.cooked-right > span,
.cooked-recipe-info > section.cooked-left > span {
margin: 0 5px !important;
}
.cooked-recipe-info .cooked-left,
.cooked-recipe-info .cooked-right {
display: flex;
display: -webkit-flex;
text-align: left;
align-items: center;
justify-content: space-between;
}
.cooked-recipe-info .cooked-right {
margin-top: 10px;
margin-bottom: 10px;
}
body span.cooked-taxonomy > :last-child {
font-size: .725rem;
}
.cooked-recipe-info > section.cooked-left span.cooked-servings {
margin-right: auto !important;
margin-bottom: 10px !important;
margin-left: auto !important;
text-align: left;
}
body .cooked-recipe-directions .cooked-direction {
padding-bottom: 0;
}
.cooked-recipe-directions .cooked-heading {
margin-bottom: 10px;
font-size: .95rem;
}
.single-2 .post-gallery-outer,
.single-2 .post-audio-outer,
.single-2 .post-video-outer,
.single-3 .post-gallery-outer,
.single-3 .post-audio-outer,
.single-3 .post-video-outer {
margin-bottom: 20px;
}
.single-2 .single-tagline,
.single-3 .single-tagline {
margin-bottom: 25px;
}
.footer-menu-inner a {
padding-right: 7px;
padding-left: 7px;
font-size: .85em;
}
.is-header-bg.is-header-center .header-holder {
padding: 50px 0;
}
.is-header-bg.is-header-boxed .header-holder {
padding: 30px 0;
}
.widget-fw-instagram .grid-fmasonry {
padding-bottom: 5px;
}
.top-footer-wrap.is-footer-bg .widget:last-child .instagram-grid.is-wrap {
margin-bottom: 30px;
}
.bookmark-list {
padding-top: 30px;
padding-bottom: 30px;
}
.twitter-timestamp {
font-size: 11px;
}
.element-desc {
max-width: 80%;
}
.p-overlay-1:not(.rb-hf) .p-footer,
.p-overlay-7:not(.rb-hf) .p-footer {
margin-bottom: -30px;
margin-bottom: calc(-1.375rem - 10px);
}
.p-overlay-1:not(.rb-hf).no-avatar .p-footer,
.p-overlay-7:not(.rb-hf).no-avatar .p-footer {
margin-bottom: -25px;
margin-bottom: calc(-1.375rem - 5px);
}
.pros-cons-wrap {
padding-left: 0;
}
.pros-cons-wrap ul {
margin-left: 0;
}
.pros-cons-wrap:before {
display: none;
}
.pros-cons-wrap h6 {
justify-content: flex-start;
}
.pros-cons-wrap > *:last-child {
margin-top: 25px;
}
.review-content {
margin-right: 20px;
margin-left: 20px;
}
.summary-wrap:before {
top: auto;
right: -5px;
bottom: -15px;
}
.review-footer, .summary-wrap {
margin-top: 25px;
}
.review-header {
min-height: 120px;
height: 120px;
}
.review-el {
margin-bottom: 15px;
}
.review-el .review-stars {
font-size: 18px;
}
.off-canvas-header .inner-bottom > * {
margin-top: 15px;
}
.image-caption.is-overlay {
position: relative;
right: auto;
bottom: 0;
left: auto;
padding: 5px 0;
max-width: 100%;
width: 100%;
background: none;
color: #333;
text-align: center;
justify-content: center;
}
.is-overlay.image-caption:before {
margin-right: 7px;
}
.wp-block-image .alignleft,
.wp-block-image .alignright {
float: none;
clear: both;
margin-right: auto;
margin-left: auto;
}
.wp-block-gallery .blocks-gallery-grid {
width: 100%;
}
.fw-masonry-1 .p-masonry-holder {
width: 100%;
}
.fw-feat-9 .content-inner {
margin-right: 5px;
margin-left: 5px;
}
.subscribe-box .mc4wp-form-fields input {
margin-top: 10px;
}
.subscribe-box .mc4wp-form-fields input:first-child {
margin-top: 0;
}
.subscribe-box .subscribe-form input[type='submit'] {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
margin-right: auto;
margin-left: auto;
padding: 0 50px;
width: auto;
text-indent: 0;
}
.subscribe-box .subscribe-form input[type='submit'] + i {
display: none;
}
.p-classic-2 .p-footer {
padding: 10px 15px;
}
.about-me-wrap {
flex-flow: column nowrap;
text-align: center;
}
.about-me-wrap .about-image {
flex: 0 0 100%;
margin-left: 0;
margin-bottom: 30px;
}
.about-image img {
max-width: 300px;
margin: auto;
}
.about-title {
font-size: 1.2rem;
}
.about-tagline {
font-size: 1.05rem;
}
.single-portfolio-holder {
flex-wrap: wrap;
}
.single-portfolio-feat,
.single-portfolio-content {
flex: 0 0 100%;
padding-left: 0;
padding-right: 0;
}
.single-portfolio-inner {
padding: 35px 20px;
margin-top: 10px;
}
.portfolio-header {
margin-bottom: 15px;
padding-bottom: 18px;
}
.portfolio-info-wrap {
margin-top: 15px;
padding-top: 18px
}
.portfolio-header:after,
.portfolio-info-wrap:before {
height: 3px;
}
.nav-label-text {
visibility: hidden;
opacity: 0;
}
a
.portfolio-nav a > i {
font-size: 20px;
}
.fw-ms-1, .fw-mh-1,
.ct-ms-1, .ct-mh-1 {
float: none;
width: 100%;
}
.fw-ms-c4, .fw-mh-c4 {
width: 50%;
}
.banners-inner {
display: flex;
display: -webkit-flex;
flex-flow: row wrap;
}
.banners-inner .el-banner {
flex: 0 0 100%;
margin-bottom: 10px;
}
.el-banner-inner {
padding-bottom: 40%;
}
.banners-inner .el-banner:last-child {
margin-bottom: 0;
}
.p-list-6 .col-right {
padding: 30px;
}
.fw-sbox {
padding-top: 60px;
padding-bottom: 60px;
}
.sbox-description {
font-size: .85rem;
margin-top: 10px;
}
.sbox-form-wrap {
margin-top: 25px;
}
.sbox-icon svg {
width: 22px;
}
.sbox-icon {
width: 56px;
}
.mc4wp-form-fields input {
width: 100%;
}
} @media only screen and (max-width: 479px) {
.off-canvas-wrap {
width: 300px;
}
h1, .h1 {
font-size: 1.25em;
line-height: 1.35;
}
h1.single-title {
font-size: 1.35rem;
line-height: 1.3;
}
h2, .h2 {
font-size: 1.05rem;
line-height: 1.35;
}
h3, .h3 {
font-size: 1rem;
line-height: 1.4;
}
h4, .h4 {
font-size: .85em;
line-height: 1.5;
}
.p-wrap .meta-avatar img, .meta-avatar img {
width: 16px;
height: 16px;
}
.p-overlay .content-overlay:before {
top: 40%;
}
.meta-avatar {
margin-right: 5px;
}
.meta-total {
font-size: 12px;
}
.p-review-info * {
padding: 0 2px;
}
.meta-info-el:before {
margin-right: 5px;
margin-left: 5px;
}
.page-numbers, .post-page-numbers {
padding: 0 10px;
}
.cat-list-name {
padding: 7px 5px;
}
.block-header,
.w-header-2 .widget-title,
.widget-title {
margin-bottom: 20px;
}
.block-header-dot .block-title {
padding-left: 7px;
}
.block-header-dot .block-title:before {
width: 25px;
}
.p-grid, .p-list, .p-classic,
.infeed-wrap, .fw-list-1 .infeed-wrap,
.ct-classic .infeed-wrap, .ct-list .infeed-wrap {
margin-bottom: 25px;
}
.block-wrap:not(.none-margin) .content-wrap {
margin-bottom: -25px;
}
.pagination-wrap {
margin-top: 25px;
}
.p-grid .p-feat,
.p-classic .p-feat {
margin-bottom: 10px;
}
.p-list-2 .col-left,
.p-list-3 .col-left {
margin-right: 15px;
width: 110px;
}
.p-list-3 .p-cat-info {
display: none;
}
.p-grid.p-grid-4 .p-feat {
width: 110px;
}
.p-grid-4 .p-body {
padding-left: 15px;
}
.p-list-2 .entry-summary,
.p-list-3 .entry-summary {
display: none;
}
.p-format {
font-size: 42px;
}
body .cooked-recipe-info > section.cooked-right > span {
padding-left: 18px;
text-align: left;
font-size: .75rem;
}
.cooked-recipe-info span.cooked-time-icon i.cooked-icon {
font-size: 12px;
}
.cooked-recipe-info > section.cooked-right .cooked-print {
padding-left: 0;
}
.cooked-recipe-info > section.cooked-right strong {
font-size: .725rem;
}
.cooked-recipe-ingredients .cooked-heading {
font-size: .95rem;
}
.cooked-recipe-info > section.cooked-right span.cooked-time-icon {
top: 50%;
bottom: auto;
margin-top: -.9rem;
line-height: 1rem;
}
.fw-category-1 .cat-list-item {
margin-right: 5px;
margin-left: 5px;
}
.single-post-box .nav-left {
border-right: 1px solid rgba(0, 0, 0, .07);
}
.box-nav .nav-label {
margin-bottom: 10px;
}
.box-nav img {
display: none;
}
.single-bottom-share a {
width: 40px;
height: 40px;
line-height: 40px;
}
.single-bottom-share i {
font-size: 16px;
}
.block-header-2 .block-title:before,
.block-header-2 .block-title:after {
width: 30px;
}
.rb-headerstrip {
padding: 10px 30px;
}
.p-overlay-4 .p-thumb {
max-height: 280px;
}
.p-cat-info > * {
font-size: .95em;
}
.p-overlay-2.p-wrap .p-url,
.p-overlay-3.p-wrap .p-url,
.p-list-2.p-wrap .p-url,
.p-list-3.p-wrap .p-url {
font-size: .875em;
}
.fw-feat-6 .p-overlay-3.p-wrap .p-url {
font-size: 1em;
}
.p-grid-2 .p-cat-info {
padding: 0 7px 5px 7px;
}
.p-list .meta-description {
display: none;
}
.p-list .p-review-info {
padding-right: 7px;
padding-left: 7px;
}
.load-animation,
.loadmore-animation {
background-size: 32px;
}
.header-holder {
padding: 15px 0;
}
.overlay-holder {
padding: 0 15px 15px;
}
.ele-round .entry-footer a, .ele-round .entry-footer .source,
.ele-round .entry-footer .via-el {
padding-right: 12px;
padding-left: 12px;
}
.tag-label {
min-width: 60px;
}
.box-comment-btn {
padding: 0 35px;
font-size: 12px;
line-height: 34px;
}
.header-author-box {
padding-top: 20px;
padding-bottom: 20px;
}
.header-author-box .box-avatar img {
width: 70px;
}
.header-author-box .box-description,
.author-description {
font-size: .75rem;
}
.header-author-box .box-header {
margin-bottom: 8px;
padding-bottom: 18px;
}
.header-author-box .box-job {
margin-top: 3px;
font-size: 12px;
}
.header-author-box .box-avatar img {
width: 70px;
}
.rb-related-content > *:first-child {
margin-bottom: 12px;
}
.off-canvas-holder:before {
right: 15px;
bottom: 15px
}
.widget-post-2 {
margin-right: -7px;
margin-left: -7px;
}
.widget-post-2 > * {
padding-right: 7px;
padding-left: 7px;
}
.cat-icon-round .cat-info-el {
padding-right: 16px;
padding-left: 16px;
}
.subscribe-box.layout-1 .subscribe-content {
margin-bottom: 20px;
}
.rb-newsletter .subscribe-box.layout-1 button.newsletter-submit-icon {
font-size: 18px;
}
.pagination-nextprev .pagination-link, .loadmore-link {
padding-right: 7px;
padding-left: 7px;
min-width: 120px;
line-height: 30px;
}
.pagination-nextprev .pagination-link,
.pagination-simple .page-numbers {
min-width: 130px;
}
.loadmore-link {
min-width: 150px;
}
.banner-btn a {
padding: 0 30px;
line-height: 32px;
}
.instagram-grid.is-wide .instagram-box.box-intro .box-content i {
display: block;
font-size: 30px;
}
.archive-content .content-inner {
margin-bottom: -25px;
}
.header-lightbox {
width: 310px;
}
.off-canvas-header {
padding-top: 45px;
}
.fw-category-1 .cat-list-wrap.rb-p20-gutter {
padding-right: 0;
padding-left: 0;
}
.p-overlay-2 .p-thumb,
.p-overlay-3 .p-thumb {
width: 100px;
}
.footer-social i {
font-size: 14px;
}
.author-job span {
font-size: .85em;
}
.wp-block-archives.alignleft,
.wp-block-categories.alignleft,
.wp-block-archives.alignright,
.wp-block-categories.alignright {
margin-right: 0;
margin-left: 0;
width: 100%;
}
.p-grid-5 .p-feat,
.p-grid-6 .p-feat,
.p-masonry-1 .p-feat {
margin-bottom: 0;
}
.p-list-6 .col-right {
padding: 20px;
}
} @media only screen  and (min-width: 768px) {
.p-list-1:not(.no-feat) {
flex-direction: row-reverse;
}
.p-list-1 .col-right {
padding-top: 15px;
padding-right: 40px;
padding-bottom: 15px;
justify-content: center;
}
.block-mix a.pagination-link {
min-width: 120px;
line-height: 32px;
}
.p-grid-5.reverse {
flex-flow: column-reverse nowrap;
}
.p-grid-5.reverse .p-review-info {
top: 0;
bottom: auto;
}
.p-grid-5.reverse .p-content-wrap {
margin-top: 0;
margin-bottom: 20px;
}
.p-grid-3.is-padding:not(.no-feat) > *:not(.p-feat-holder),
.p-classic.is-padding:not(.no-feat) > *:not(.p-feat-holder) {
padding-right: 20px;
padding-left: 20px;
}
.single-bottom-share a:nth-child(1),
.single-bottom-share a:nth-child(2) {
padding: 0 20px;
min-width: min-content;
width: auto;
flex-shrink: 0;
}
.single-bottom-share a:nth-child(1) span,
.single-bottom-share a:nth-child(2) span {
display: block;
margin-left: 7px;
white-space: nowrap;
font-size: .85rem;
}
.p-list-1.is-border:not(.no-feat) {
position: relative;
}
.p-list-1.is-border:before {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: -1;
display: block;
border-bottom: 1px solid currentColor;
content: '';
opacity: .07;
}
.bookmark-list .content-inner {
margin-bottom: -35px;
}
.footer-widget-inner > * {
margin-bottom: 0;
width: 25%;
flex: 0 0 25%;
}
.footer-style-2 .footer-widget-inner > * {
width: 20%;
flex: 0 0 20%;
}
.footer-style-2 .footer-widget-inner > *:first-child {
width: 40%;
flex: 0 0 40%;
}
.subscribe-box .subscribe-form input[type='submit'] {
position: absolute;
top: 0;
right: 0;
z-index: 100;
display: block;
padding: 0;
width: 60px;
height: 46px;
background-color: #fff;
text-indent: -9999px;
}
.is-light-text .subscribe-box .subscribe-form input[type='submit'] {
background: transparent;
}
.subscribe-box .mc4wp-form-fields input[type='submit'] + i {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: auto;
z-index: 100;
display: block;
width: 60px;
height: 46px;
color: #333;
text-align: center;
font-size: 24px;
line-height: 46px;
-webkit-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
pointer-events: none;
}
.is-light-text .subscribe-box .mc4wp-form-fields input[type='submit'] + i {
color: #fff;
}
.subscribe-box .mc4wp-form-fields input[type='submit']:hover + i {
color: #ff8763;
}
.subscribe-box .mc4wp-form-fields {
display: flex;
display: -webkit-flex;
flex-flow: row nowrap;
flex-grow: 0;
align-items: center;
justify-content: flex-end;
}
.subscribe-box.layout-2 .mc4wp-form-fields {
margin-right: auto;
margin-left: auto;
max-width: max-content;
}
.subscribe-box .mc4wp-form-fields input[type="text"],
.subscribe-box .mc4wp-form-fields input[type="email"] {
margin-left: 10px;
min-width: 320px;
max-width: 460px;
}
.subscribe-box .mc4wp-form-fields input:first-child {
margin-left: 0;
}
.slider-feat-14 .rb-owl-prev {
left: 0;
}
.slider-feat-14 .rb-owl-next {
right: 50%;
}
.slider-feat-14 .owl-dots {
position: absolute;
margin: 0;
right: 0;
bottom: 0;
padding-right: 10px;
padding-bottom: 10px;
}
} @media only screen and (min-width: 992px) {
.rb-mini-cart.is-show #mini-cart {
top: 100%;
top: calc(100% - 2px);
bottom: auto;
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.block-header-2 .block-header,
.block-header-5 .block-header {
margin-bottom: 35px;
}
.block-header-2 .block-header.shopthepost-header,
.block-header-5 .block-header.shopthepost-header {
margin-bottom: 25px;
}
.p-grid-1, .p-grid-3, .p-list {
margin-bottom: 40px;
}
.p-list-1, .fw-list-1 .infeed-wrap {
margin-bottom: 45px;
}
.p-classic, .ct-classic .infeed-wrap {
margin-bottom: 50px;
}
.block-wrap.fw-grid-1 .content-wrap,
.archive-content.layout-fw-grid-1 .content-inner,
.block-wrap.fw-grid-3 .content-wrap,
.archive-content.layout-fw-grid-3 .content-inner,
.block-wrap.ct-list .content-wrap,
.archive-content.layout-ct-list .content-inner,
.fw-list-2 .content-wrap,
.archive-content.layout-fw-list-2 .content-inner {
margin-bottom: -40px;
}
.block-wrap.fw-list-1 .content-wrap,
.archive-content.layout-fw-list-1 .content-inner {
margin-bottom: -45px;
}
.block-wrap.ct-classic .content-wrap,
.archive-content.layout-classic .content-inner {
margin-bottom: -50px;
}
.fw-grid-1 .pagination-wrap,
.fw-grid-3 .pagination-wrap,
.fw-list-2 .pagination-wrap,
.ct-list .pagination-wrap,
.layout-fw-grid-1 .pagination-wrap,
.layout-fw-grid-3 .pagination-wrap,
.layout-ct-list .pagination-wrap,
.layout-fw-list-2 .pagination-wrap {
margin-top: 40px;
}
.fw-list-1 .pagination-wrap,
.layout-fw-list-1 .pagination-wrap {
margin-top: 45px;
}
.ct-classic .pagination-wrap,
.layout-classic .pagination-wrap {
margin-top: 50px;
}
.p-overlay-1 .p-format,
.p-overlay-7 .p-format {
top: 40px;
right: 40px;
}
.p-classic .p-format i {
font-size: 1.3em;
}
.p-classic .p-cat-info.is-absolute {
padding: 0 15px 15px 15px;
}
.p-list-1 .p-format i,
.p-overlay-1 .p-format i,
.p-overlay-4 .p-format i,
.p-grid-3 .p-format i,
.p-overlay-7 .p-format i {
font-size: 1.25em;
}
.p-overlay-1 .p-cat-info,
.p-overlay-7 .p-cat-info {
margin-bottom: 15px;
}
.p-overlay-1 .overlay-holder,
.p-overlay-7 .overlay-holder {
padding: 0 40px 40px;
}
.p-grid-4 .p-format i,
.p-list-2 .p-format i {
font-size: .85em;
}
.fw-feat-4 .p-wrap .p-cat-info,
.fw-feat-5 .p-wrap .p-cat-info {
margin-bottom: 17px;
}
.fw-feat-4 .p-wrap .p-footer,
.fw-feat-5 .p-wrap .p-footer {
margin-top: 20px;
} .fw-feat-6 .p-overlay-4 .p-thumb,
.fw-feat-4 .p-overlay-4 .p-thumb {
max-height: 80vh;
height: 800px;
}
.fw-feat-6 .p-overlay-4 .overlay-holder {
padding-right: 30px;
padding-left: 0;
max-width: 100%;
width: 45%;
text-align: left;
flex-grow: 0;
}
.p-overlay-9 .overlay-holder {
padding: 0 20px;
max-width: 100%;
width: 65%;
text-align: left;
flex-grow: 0;
}
.feat-6-holder {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: 0;
justify-content: flex-end;
align-items: center;
}
.fw-feat-6 .p-overlay-4 .p-meta-info,
.p-overlay-9 .p-meta-info {
text-align: left;
justify-content: flex-start;
align-items: flex-start;
}
.fw-feat-6 .p-overlay-3 .overlay-holder {
position: static;
}
.fw-feat-6 .p-overlay-4 .p-feat:after,
.p-overlay-9 .p-feat:after {
opacity: .6;
}
.fw-feat-6 .p-overlay-3 .p-cat-info.is-relative {
position: absolute;
top: 10px;
right: 10px;
}
.fw-feat-6 .p-overlay-4 .p-cat-info,
.p-overlay-9 .p-cat-info {
justify-content: flex-start;
}
.feat-6-content {
margin-left: auto;
max-width: 55%;
width: 55%;
justify-content: flex-end;
}
.feat-6-content .p-wrap {
margin-bottom: 0;
}
.fw-feat-6 .p-overlay-3 .p-format {
top: 10px;
right: auto;
left: 15px;
}
.fw-feat-6 .p-overlay-3 .p-url {
display: inline-block;
font-size: .9em;
line-height: 1.4;
}
.fw-feat-6 .p-overlay-3.no-avatar .p-footer {
margin-top: 5px;
} .p-grid-3.is-padding:not(.no-feat) > *:not(.p-feat-holder),
.p-classic.is-padding:not(.no-feat) > *:not(.p-feat-holder) {
padding-right: 40px;
padding-left: 40px;
}
header.cat-list-header {
margin-bottom: 0;
padding-right: 50px;
text-align: left;
}
.cat-list-inner {
flex-flow: row nowrap;
}
.fw-category-1 .cat-list-item {
margin-right: 15px;
margin-left: 15px;
}
.fw-category .cat-list-header {
align-items: flex-start;
flex-shrink: 0;
justify-content: flex-start;
}
.fw-category .cat-list-content {
width: auto;
}
.fw-category-1 .cat-list-header {
max-width: 370px;
flex: 0 0 370px;
}
.fw-category-2 .cat-list-header {
max-width: 270px;
flex: 0 0 270px;
}
.fw-category-2 .cat-list-content {
margin-bottom: 0;
}
.fw-category-2 .cat-list-item {
margin-bottom: 0;
max-width: 25%;
width: 25%;
flex: 0 0 25%;
}
.element-desc {
margin-top: 20px;
} .rb-sh > *,
.rb-sh article,
.rb-sh .p-feat-holder,
.rb-sh .p-feat,
.rb-sh .p-thumb {
height: 100%;
}
.fw-feat-1 .rb-sh {
height: 540px;
}
.fw-feat-11 .content-inner {
flex-direction: row-reverse;
}
.fw-feat-11 .rb-sh {
height: 600px;
}
.fw-feat-1 .col-left .p-outer {
height: 100%;
}
.fw-feat-1 .col-right .p-outer {
height: 50%;
}
.fw-feat-11 .col-big .p-outer {
height: 100%;
}
.fw-feat-11 .col-small .pos-top.p-outer {
height: 65%;
}
.fw-feat-11 .col-small .pos-bottom.p-outer {
height: 35%;
}
.fw-feat-2 .rb-sh {
height: 450px;
}
.fw-feat-2 .nth-2,
.fw-feat-2 .nth-3 {
max-width: 25%;
flex: 0 0 25%;
}
.p-classic .p-feat {
margin-bottom: 20px;
}
.p-grid-5 .p-format i,
.p-grid-6 .p-format i {
font-size: 1.1em;
}
.p-classic .p-review-info i,
.p-list-1 .p-review-info i,
.p-overlay-1 .p-review-info i,
.p-overlay-7 .p-review-info i {
font-size: 20px;
}
.p-classic .p-review-info .meta-total,
.p-list-1 .p-review-info .meta-total,
.p-overlay-1 .p-review-info .meta-total,
.p-overlay-7 .p-review-info .meta-total {
font-size: 1.35rem;
}
.p-classic .p-review-info .meta-description,
.p-list-1 .p-review-info .meta-description,
.p-overlay-1 .p-review-info .meta-description,
.p-overlay-7 .p-review-info .meta-description {
font-size: 1.15rem;
}
.fw-block .loadmore-link,
.single-related-outer .loadmore-link {
min-width: 200px;
}
.p-wrap.p-classic .entry-summary,
.p-wrap.p-list-1 .entry-summary {
margin-top: 15px;
}
.p-overlay-4 .overlay-holder {
padding-right: 60px;
padding-left: 60px;
}
.not-found {
min-height: 50vh;
}
.bookmark-list .content-inner {
margin-bottom: -40px;
}
.wp-block-quote.is-style-large:before {
margin-bottom: -.75rem;
font-size: 44px;
}
.wp-block-quote.is-style-large cite {
margin-top: 1rem;
justify-content: flex-start;
}
.wp-block-pullquote cite {
display: block;
margin-top: 1rem;
}
.footer-logo-inner > * {
margin-bottom: 25px;
} .about-holder > * {
margin-top: 25px;
}
.rbc-site-main > .rbc-fw-section:first-child .rbc-content > .fw-feat-8:first-child .content-inner {
padding-top: 70px;
}
.about-holder {
padding-top: 30px;
}
.header-centred .breadcrumb {
margin-bottom: 20px;
}
.subscribe-box.layout-1 .subscribe-form {
width: 60%;
flex: 0 0 60%;
}
.p-classic.p-classic-2 .p-header {
margin-bottom: 25px;
}
.p-classic.p-classic-2 .p-footer {
margin-top: 25px;
}
.about-sign, .about-desc {
padding-top: 10px;
}
.portfolio-nav.box-nav .nav-label > a {
font-size: 1.1em;
}
.portfolio-header-holder {
margin-top: 50px;
}
.slider-feat-13 .owl-dots {
display: flex;
display: -webkit-flex;
padding-right: 40px;
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 35%;
max-width: 350px;
justify-content: center;
flex-flow: column nowrap;
text-align: right;
}
.ct-nav-holder .ruby-dot {
padding: 0 20px;
}
.ct-nav-holder .nav-image {
left: 100%;
opacity: 0;
}
.ruby-dot {
opacity: .3;
}
.ruby-dot:hover .ct-nav-holder .nav-image {
left: 0;
opacity: 1;
}
.p-grid-w1 .entry-title > * {
font-size: .92em;
} .sbox-form.search-form {
max-width: 700px;
}
.sbox-form input[type='search'] {
line-height: 42px;
font-size: 1rem;
}
.rb-mailchimp {
padding-top: 60px;
padding-bottom: 60px;
}
.mc-desc span {
font-size: 1.1rem;
}
.rb-mailchimp .mc4wp-form-fields {
display: flex;
display: -webkit-flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
}
.rb-mailchimp .mc4wp-form-fields input {
margin: 0;
}
.rb-mailchimp .mc4wp-form-fields input {
font-size: 1rem;
line-height: 32px;
}
.rb-mailchimp .mc4wp-form-fields input[type="submit"] {
font-size: 1rem;
line-height: 52px;
margin-left: 5px;
}
.rb-mailchimp .mc4wp-form-fields input {
max-width: 400px;
}
} @media only screen and (min-width: 1200px) {
.single-3 h1.single-title,
.single-2 h1.single-title {
max-width: 900px;
font-size: 3.2rem;
}
.fw-feat-4 .entry-title > * {
font-size: 1.1em;
}
.p-thumb.is-image img {
min-height: 50px;
}
.feat-6-content .p-thumb.is-image img {
min-height: 220px;
}
.instagram-box.box-intro .box-content span {
display: block;
}
.block-header-4 .block-header {
margin-bottom: 25px;
}
.bookmark-empty {
display: flex;
min-height: 30vh;
text-align: center;
justify-content: center;
flex-flow: column nowrap;
}
.header-8 .navbar-left,
.header-8 .nav-right {
min-width: 200px;
}
}
@media only screen and (min-width: 1400px) {
.header-3 .banner-wrap .logo-wrap img,
.header-6 .banner-wrap .logo-wrap img {
max-height: 135px;
}
.fw-feat-2 .rb-sh {
height: 500px;
}
} @media only screen and (max-width: 600px) {
.admin-bar .is-stick .navbar-wrap {
top: 0 !important;
}
}
@media only screen and (min-width: 601px) {
body.admin-bar .section-sticky-holder.is-show {
top: 32px !important;
}
}
@media only screen and (max-width: 782px) {
.admin-bar .off-canvas-wrap {
top: 46px;
}
}
@media only screen and (max-width: 320px) {
.sponsor-label {
display: none;
}
}