@keyframes google-business-reviews-rating-star {
0% {
transform: scale(1, 1);
opacity: 0.05;
filter: saturate(0);
}
5% {
transform: scale(.1, 1);
opacity: 0.15;
}
8% {
transform: scale(.1, 1);
opacity: 0.5;
}
14% {
opacity: 1;
}
21% {
transform: scale(1.25, 1.25);
filter: saturate(100%);
}
25% {
transform: scale(1, 1);
filter: brightness(100%);
}
100%,
88% {
transform: scale(1, 1);
filter: brightness(100%) saturate(100%);
}
94% {
transform: scale(1.15, 1.15);
filter: brightness(120%) saturate(85%);
}
}
.gmbrr {
--avatar-width: 40px;
--avatar-height: 40px;
}
.gmbrr .all-stars,
.gmbrr .listing .rating,
.gmbrr .rating-stars,
.gmbrr.fonts,
.gmbrr.fonts .business-name,
.gmbrr.fonts .heading,
.gmbrr.fonts div,
.gmbrr.fonts p,
.gmbrr.fonts span {
font-family: Arial, Helvetica, sans-serif;
}
.gmbrr p,
.gmbrr ul,
.gmbrr li {
margin-block: 0;
}
.gmbrr.badge,
.gmbrr.center {
text-align: center;
}
.gmbrr.badge,
.gmbrr.padding {
padding: 1.4rem 1rem;
}
.gmbrr.badge,
.gmbrr.outline {
box-shadow: 0 14px 3px -8px #00000026, 0 0 0 3px #00000099 inset;
}
.gmbrr.badge {
border-radius: 4px;
max-width: 480px;
}
.gmbrr.badge.dark,
.gmbrr.outline.dark {
box-shadow: 0 14px 3px -8px #ffffff33, 0 0 0 3px #ffffff8c inset;
}
.gmbrr.tiny {
font-size: 14px;
}
.gmbrr.narrow,
.gmbrr.tiny {
margin-inline: auto;
}
.gmbrr.badge.tiny {
border-radius: 3px;
padding: 0.5em 1em;
max-width: 32em;
box-shadow: 0 8px 2px -4px #00000026, 0 0 0 1px #00000033 inset;
}
.gmbrr.badge.tiny.dark {
box-shadow: 0 10px 2px -4px #00000033, 0 0 0 1px #ffffff66 inset;
}
.gmbrr.badge.dark.no-outline,
.gmbrr.badge.no-outline,
.gmbrr.badge.tiny.dark.no-outline,
.gmbrr.badge.tiny.no-outline {
box-shadow: none;
}
.gmbrr .icon,
.gmbrr .icon img {
width: 100%;
height: auto;
}
.gmbrr .icon.generic {
aspect-ratio: 1;
background: transparent url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48cGF0aCBmaWxsPSIjNDU1MzkxIiBkPSJNMjkgMjloNDJ2NDJIMjl6Ii8+PHBhdGggZmlsbD0iIzQ1NTM5MSIgZD0iTTAgMHYxMDBoMTAwVjBIMHptODggODhIMTJWMTJoNzZ2NzZ6Ii8+PC9zdmc+") 0 0/100% no-repeat;
}
.gmbrr.link {
cursor: pointer;
}
.gmbrr.fonts a {
text-decoration: none;
}
.gmbrr.fonts a:hover {
text-decoration: underline;
}
.gmbrr.fonts .listing {
font-size: 13px;
line-height: 140%;
gap: 1.7rem;
}
.gmbrr.fonts .business-name,
.gmbrr.fonts .heading {
font-size: 28px;
font-weight: 400;
letter-spacing: 0;
}
.gmbrr.badge .business-name::before,
.gmbrr.badge .heading::before,
.gmbrr.bubble .listing .text-first .text::before,
.gmbrr.bubble .text.fixed-height::before,
.gmbrr.bubble .text.fixed-height::after,
.gmbrr .listing .no-avatar .author-avatar,
.gmbrr .listing .text .review-full-text,
.gmbrr.badge .listing .author-avatar {
display: none;
}
.gmbrr.fill {
background-color: rgba(255, 255, 255, 0.95);
}
.gmbrr.dark.fill {
background-color: rgba(0, 0, 0, 0.93);
}
.gmbrr.bubble.fill,
.gmbrr.dark.bubble.fill {
background-color: transparent;
}
.gmbrr.stripe,
.gmbrr.stripe.badge,
.gmbrr.stripe.badge.tiny,
.gmbrr.stripe.tiny {
padding: 0;
}
.gmbrr.stripe > :nth-child(2n-1) {
background-color: rgba(0, 0, 0, 0.1);
}
.gmbrr.stripe.dark > :nth-child(2n-1) {
background-color: rgba(255, 255, 255, 0.15);
}
.gmbrr.stripe.contrast > :nth-child(2n-1) {
background-color: rgba(0, 0, 0, 0.93);
}
.gmbrr.stripe.dark.contrast > :nth-child(2n-1) {
background-color: rgba(255, 255, 255, 0.95);
}
.gmbrr.stripe.badge > * {
padding: 1.4rem 0.5rem;
margin-block: 0;
margin-inline: 0;
}
.gmbrr.stripe.badge > :first-child {
padding-block-start: 1rem;
border-radius: 4px 4px 0 0;
}
.rtl .gmbrr.stripe.badge > :first-child {
border-radius: 4px 0 0 4px;
}
.gmbrr.stripe.badge > :last-child {
padding-block-end: 1rem;
border-radius: 0 0 4px 4px;
}
.rtl .gmbrr.stripe.badge > :last-child {
border-radius: 0 4px 4px 0;
}
.gmbrr.stripe.badge.tiny > * {
padding: 0.5rem;
}
.gmbrr.stripe.badge.tiny > :first-child {
padding-block-start: 1rem;
border-radius: 3px 3px 0 0;
}
.rtl .gmbrr.stripe.badge.tiny > :first-child {
border-radius: 3px 0 0 3px;
}
.gmbrr.stripe.badge.tiny > :last-child {
padding-block-end: 1rem;
border-radius: 0 0 3px 3px;
}
.rtl .gmbrr.stripe.badge.tiny > :last-child {
border-radius: 0 3px 3px 0;
}
.gmbrr,
.gmbrr .heading,
.gmbrr .listing .text {
color: #333;
}
.gmbrr .listing .text {
color: #222;
}
.gmbrr .author-name,
.gmbrr .author-name a,
.gmbrr.bubble.fill.turquoise .listing .text,
.gmbrr.bubble.mustard .listing .text,
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet.current a:hover,
.gmbrr.contrast .rating,
.gmbrr.contrast .count,
.gmbrr.contrast .date,
.gmbrr.contrast .relative-time-description,
.gmbrr.contrast .vicinity,
.gmbrr.dark.bubble.fill.contrast .listing .text,
.gmbrr.dark.bubble.fill.turquoise .listing .text,
.gmbrr.fonts .author-name a,
.gmbrr.stripe.dark.contrast > :nth-child(2n-1) {
color: #000;
}
.gmbrr.dark .listing .date,
.gmbrr.dark .listing .relative-time-description,
.gmbrr.dark .no-place,
.gmbrr.dark .no-reviews,
.gmbrr.dark .rating .count,
.gmbrr.fonts.dark .rating .number,
.gmbrr.dark .rating .count,
.gmbrr.dark .vicinity {
color: #bebebee6;
}
.gmbrr .listing .date,
.gmbrr .listing .relative-time-description,
.gmbrr .no-place,
.gmbrr .no-reviews,
.gmbrr .rating,
.gmbrr .rating .count,
.gmbrr .vicinity,
.gmbrr.fonts .rating .number,
.gmbrr.fonts .rating .count {
color: #70757A;
}
.gmbrr .listing .rating,
.gmbrr .star,
.gmbrr .rating,
.gmbrr.dark .listing .rating,
.gmbrr.dark .star,
.gmbrr.dark.stars-yellow .star,
.gmbrr.stars-yellow .star,
.gmbrr.contrast .listing .rating,
.gmbrr.dark.contrast .listing .rating,
.gmbrr.stars-html .rating-stars {
color: #F7B603;
}
.gmbrr.stars-orange .rating,
.gmbrr.dark.stars-orange .star,
.gmbrr.stars-orange .listing .rating,
.gmbrr.stars-orange .star {
color: #E7711B;
}
.gmbrr .rating .not,
.gmbrr .star.gray,
.gmbrr .star.grey {
color: #C9C9C9;
}
.gmbrr .inline-svg .star,
.gmbrr .inline-svg .star.gray,
.gmbrr .inline-svg .star.grey,
.gmbrr.dark .inline-svg .star.gray,
.gmbrr.dark .inline-svg .star.grey {
background: none;
}
.gmbrr .inline-svg .star .gray,
.gmbrr .inline-svg .star .grey {
fill: #C9C9C9;
}
.gmbrr .inline-svg .star .gray {
fill-opacity: 0.6;
}
.gmbrr .inline-svg .star .outline {
stroke: #F7B603;
stroke-opacity: 0;
}
.gmbrr .inline-svg .star .mask-shape {
width: 100%;
height: 100%;
}
.gmbrr .inline-svg .star.gray .mask-shape,
.gmbrr .inline-svg .star.grey .mask-shape {
width: 0%;
}
.gmbrr .inline-svg .mask-10-90 .mask-shape {
width: 14%;
}
.gmbrr .inline-svg .mask-20-80 .mask-shape {
width: 24.5%;
}
.gmbrr .inline-svg .mask-30-70 .mask-shape {
width: 33.5%;
}
.gmbrr .inline-svg .mask-40-60 .mask-shape {
width: 40%;
}
.gmbrr .inline-svg .mask-50-50 .mask-shape {
width: 50%;
}
.gmbrr .inline-svg .mask-60-40 .mask-shape {
width: 60%;
}
.gmbrr .inline-svg .mask-70-30 .mask-shape {
width: 67.5%;
}
.gmbrr .inline-svg .mask-80-20 .mask-shape {
width: 75.5%;
}
.gmbrr .inline-svg .mask-90-10 .mask-shape {
width: 86%;
}
.gmbrr.dark .listing .rating .not,
.gmbrr.dark .rating .all-stars,
.gmbrr.dark .inline-svg .star .gray,
.gmbrr.dark .inline-svg .star .grey {
color: #A4A4A4;
}
.gmbrr.dark.fonts.color-match .business-name,
.gmbrr.dark.fonts.color-match .heading,
.gmbrr.dark.fonts.color-match .listing .author-name a {
color: #BCC0C3;
}
.gmbrr.dark.fonts.color-match .listing .text {
color: #EDF1F6;
}
.gmbrr.fonts.color-match a {
color: #1A0DAB;
}
.gmbrr.dark.fonts.color-match a {
color: #8AB4F8;
}
.gmbrr.fonts .button {
color: #f5f5f5e6;
background-color: rgba(40, 40, 40, 0.9);
text-decoration: none;
font-size: 15px;
padding: 0.76em 1em;
}
.gmbrr .button:hover {
color: #fffffff2;
text-decoration: none;
}
.gmbrr .business-name,
.gmbrr .heading {
margin-block: 0 0.4rem;
margin-inline: 0;
line-height: 120%;
}
.gmbrr .heading.no-icon {
margin-block-end: 0.8rem;
}
.gmbrr.fonts .heading.no-icon {
margin-block-end: 0.55rem;
}
.gmbrr .icon {
display: inline-block;
min-width: 0.6em;
min-height: 0.6em;
max-width: 1.5em;
max-height: 1.5em;
position: relative;
vertical-align: middle;
inset-block-end: 0.1em;
margin-inline-end: 0.35em;
}
.gmbrr .heading.no-name .icon {
margin-block: 0 0.35em;
margin-inline: 0;
}
.gmbrr .vicinity {
font-size: 13px;
margin-block: 0 0.5rem;
}
.gmbrr.badge .vicinity {
margin-block: 0;
margin-inline: 0;
}
.gmbrr > .rating {
font-size: 32px;
line-height: 1.2em;
margin-block-end: 0.4em;
}
.gmbrr.fonts > .rating {
margin-block-end: 0.2em;
}
.gmbrr.tiny .rating {
font-size: 1.8em;
line-height: 1.1em;
}
.gmbrr.badge > :last-child,
.gmbrr.badge > :last-child,
.gmbrr > .rating:last-child,
.gmbrr > .listing:last-child,
.gmbrr > .attribution:last-child,
.gmbrr .text-first .author-avatar,
.gmbrr.fonts .listing .date,
.gmbrr.fonts .listing .rating,
.gmbrr.fonts .listing .relative-time-description,
.gmbrr .review-meta:last-child .rating:last-child,
.gmbrr .review-meta:last-child .date:last-child,
.gmbrr .review-meta:last-child .relative-time-description:last-child,
.gmbrr .review-meta:last-child .author-name:last-child {
margin-block-end: 0;
}
.gmbrr .rating span {
vertical-align: top;
position: relative;
}
.gmbrr .rating .number-text,
.gmbrr .review-count .count {
font-size: 15px;
}
.gmbrr .rating .all-stars,
.gmbrr .rating .rating-stars {
display: inline-block;
height: 1.1em;
inset-block-start: 0.2em;
z-index: 11;
}
.gmbrr .rating .all-stars {
display: inline-flex;
height: inherit;
gap: 0.05em;
}
.gmbrr.tiny .rating .all-stars,
.gmbrr.tiny .rating .rating-stars {
inset-block-start: 0.15em;
}
.gmbrr .rating .all-stars + .backdrop {
overflow: hidden;
position: absolute;
width: 135px;
margin: 0.1em 0 0 -134px;
inset-block-start: auto;
z-index: 10;
}
.rtl .gmbrr .rating .all-stars + .backdrop {
margin: 0.1em -125.5px 0 0;
}
.gmbrr .listing .review-meta + .text,
.gmbrr .rating + .attribution,
.gmbrr.bubble .listing .author-switch .author-name,
.gmbrr.bubble .listing .author-switch .date,
.gmbrr.bubble .listing .author-switch .rating,
.gmbrr.bubble .listing .author-switch .relative-time-description,
.gmbrr.bubble .listing .inline.author-switch .author-name,
.gmbrr.bubble .listing .inline.author-switch .date,
.gmbrr.bubble .listing .inline.author-switch .rating,
.gmbrr.bubble .listing .inline.author-switch .relative-time-description,
.gmbrr.bubble .listing .text-first .text,
.gmbrr.narrow .inline .text,
.gmbrr.narrow .text-first .text {
margin-block-start: 0;
}
.gmbrr .rating .backdrop .star {
opacity: 0.65;
transform: scale(.95, 0.95);
transform-origin: 65% 50%;
}
.gmbrr.stars-html .rating .all-stars,
.gmbrr.stars-html .rating .rating-stars,
.gmbrr.version-1 .rating .all-stars,
.gmbrr.version-1 .rating .rating-stars {
position: relative;
inset-block-start: 0;
height: 1em;
line-height: 110%;
overflow: hidden;
letter-spacing: 0;
}
.gmbrr.stars-html .rating .rating-stars,
.gmbrr.version-1 .rating .rating-stars {
text-align: start;
float: inline-start;
white-space: nowrap;
}
.gmbrr .rating .all-stars.safari,
.gmbrr .rating .rating-stars.safari {
width: 5.1em;
}
.gmbrr .rating.none .all-stars {
opacity: 0.3;
}
.gmbrr .rating .rating-stars {
position: relative;
inset-block-start: -1.1em;
word-wrap: initial;
text-align: start;
}
.gmbrr .all-stars.animate,
.gmbrr .rating-stars.animate {
transition: 1.1s width ease-in-out 0.7s;
opacity: 1;
}
.gmbrr .rating .count {
margin-block: 0;
font-size: 0.5em;
line-height: 140%;
vertical-align: baseline;
}
.gmbrr .date,
.gmbrr .inline .date,
.gmbrr .relative-time-description,
.gmbrr .inline .relative-time-description,
.gmbrr .listing .rating,
.gmbrr .listing .inline .rating,
.gmbrr.tiny .rating .count,
.gmbrr.center .listing .inline .rating,
.gmbrr.center .listing .inline .relative-time-description {
vertical-align: middle;
}
.gmbrr .rating .number + .all-stars {
margin-inline: 0.3rem 0;
}
.gmbrr.stars-html .rating .number + .all-stars {
margin-inline: 0 0.25rem;
}
.gmbrr .rating .all-stars + .count {
margin-inline: 0.35rem 0;
}
.gmbrr.narrow .all-stars + .count,
.gmbrr.columns .listing li,
.gmbrr.center.columns .listing li,
.gmbrr.carousel .listing li,
.gmbrr.columns .listing .text-first,
.gmbrr.center.columns .listing .text-first,
.gmbrr.bubble .inline.text-first .author-name {
margin-block: 0;
}
.gmbrr .listing {
padding: 0;
margin-block: 0;
margin-inline: 0;
display: flex;
flex-wrap: wrap;
flex-direction: revert;
gap: 2rem;
}
.gmbrr.bubble .listing {
gap: 1.5rem;
}
.gmbrr ul.listing {
list-style: none;
}
.gmbrr.columns .listing {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 1.7rem 3rem;
align-items: start;
}
.gmbrr.center.bubble .listing {
margin-block-end: 0.8rem;
}
.gmbrr .rating + .listing,
.gmbrr .rating + .buttons,
.gmbrr .listing + .buttons {
margin-block-start: 1.2rem;
}
.gmbrr .listing + .attribution,
.gmbrr .navigation + .attribution {
margin-block-start: 1.5rem;
margin-inline: 0;
}
.gmbrr.badge .rating + .listing {
margin-block-start: 0.7rem;
margin-inline: 0;
}
.gmbrr .listing.no-place,
.gmbrr .listing.no-reviews {
margin-block-end: 1rem;
}
.gmbrr .listing li,
.gmbrr.center.bubble.spaced .review-meta {
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 0;
margin-inline: 0;
margin-block: 0;
list-style: none;
gap: 0.6rem 0.7rem;
line-height: 140%;
}
.gmbrr.fonts .listing li {
gap: 0.4rem 0.7rem;
}
.gmbrr.fonts.narrow .listing li,
.gmbrr.narrow .listing li {
gap: 0.3rem 0.4rem;
}
.gmbrr.center .listing li,
.gmbrr.badge .listing li,
.gmbrr.fonts.center .listing li,
.gmbrr.narrow.center .listing li {
gap: 0.3rem 0;
}
.gmbrr.bubble .listing .no-avatar.inline {
gap: 0.1rem;
}
.gmbrr.center .listing .text-first,
.gmbrr.center li {
margin-block: 0;
margin-inline: auto;
}
.gmbrr.center.bubble .listing li {
margin-inline: 0;
}
.gmbrr.tile .listing li,
.gmbrr.tile.center .listing li,
.gmbrr.tile.center.bubble .listing li {
flex: 1 0 calc(100% - 2.6rem);
}
.gmbrr.tile .listing li {
box-shadow: 0 0 0 2px rgba(80, 80, 80, 0.7) inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
border-radius: 4px;
padding: 1.1rem 1.3rem;
margin-block: 2px 6px;
}
.gmbrr.dark.tile .listing li {
box-shadow: 0 0 0 2px rgba(225, 225, 225, 0.7) inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.tile.solid .listing li {
background-color: rgba(60, 60, 60, 0.9);
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8) inset, 0 4px 2px 1px rgba(45, 45, 45, 0.05);
}
.gmbrr.dark.tile.solid .listing li {
background-color: rgba(250, 250, 250, 0.9);
box-shadow: 0 0 0 2px rgba(45, 45, 45, 0.5) inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.tile .listing li,
.gmbrr.tile.columns .listing li {
margin-block: 2px 6px;
}
.gmbrr.carousel .listing {
overflow: hidden;
}
.gmbrr.carousel .listing > li,
.gmbrr.carousel.stacked-z .author-avatar,
.gmbrr.carousel.stacked-z .text {
transition: 0.5s opacity linear;
}
.gmbrr.carousel .listing > li {
position: relative;
}
.gmbrr.carousel .listing > .hidden {
display: none;
opacity: 0.05;
pointer-events: none;
}
.gmbrr.carousel.stacked-z .listing > .hidden,
.gmbrr.carousel.stacked-z .hidden .author-avatar,
.gmbrr.carousel.stacked-z .hidden .text {
opacity: 0;
}
.gmbrr .all-stars.animate,
.gmbrr .rating-stars.animate,
.gmbrr.carousel .listing > .visible,
.gmbrr.carousel.stacked-z .visible .author-avatar,
.gmbrr.carousel.stacked-z .visible .text {
opacity: 1;
}
.gmbrr.carousel .listing > .visible,
.gmbrr.carousel.stacked-z .listing > .hidden,
.gmbrr.carousel.stacked-z .hidden .text {
display: flex;
}
.gmbrr.carousel.stacked-z .listing > .hidden,
.gmbrr.carousel.stacked-z .hidden .text {
z-index: 1;
}
.gmbrr.carousel .navigation {
list-style: none;
margin-block: 1rem 0;
margin-inline: 0;
padding: 0;
text-align: center;
}
.gmbrr.carousel .navigation .bullet {
margin-block: 0;
padding: 0;
display: inline-block;
line-height: 100%;
}
.gmbrr.carousel .navigation .bullet + .bullet {
margin-inline: 0.8rem 0;
}
.gmbrr.carousel.bullet-diamond .navigation .bullet + .bullet {
margin-inline: 1rem 0;
}
.gmbrr.carousel .navigation .bullet a {
line-height: 1.2rem;
font-size: 2rem;
display: inline-block;
width: 1.6rem;
max-width: 20px;
height: 1.6rem;
max-height: 20px;
color: transparent;
background-color: #6e6e6e00;
border: 1px solid #6e6e6efc;
border-radius: 50%;
transition: 0.3s background-color linear, 0.3s border-color linear, 0.3s box-shadow linear;
vertical-align: middle;
overflow: hidden;
}
.gmbrr.carousel.bullet-solid .navigation .bullet a,
.gmbrr.dark.carousel.bullet-solid .navigation .bullet a {
box-shadow: 0 0 0 0.8rem #bfbfbf66 inset;
}
.gmbrr.carousel .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem #6e6e6eb3 inset;
}
.gmbrr.dark.carousel .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem #bebebeb3 inset;
}
.gmbrr.carousel .navigation .current.bullet a,
.gmbrr.carousel .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #6e6e6e66 inset;
background-color: #6e6e6efc;
cursor: default;
pointer-events: none;
}
.gmbrr.dark.carousel .navigation .current a,
.gmbrr.dark.carousel .navigation .current a:hover {
box-shadow: 0 0 0 0.8rem #bebebe66 inset;
background-color: #bebebefc;
}
.gmbrr.carousel.bullet-square .navigation .bullet a,
.gmbrr.carousel.bullet-square-rounded .navigation .bullet a {
width: 1.5rem;
height: 1.5rem;
}
.gmbrr.carousel.bullet-square-rounded .navigation .bullet a {
border-radius: 25%;
}
.gmbrr.carousel.bullet-diamond .navigation .bullet a,
.gmbrr.carousel.bullet-square .navigation .bullet a {
border-radius: 0;
}
.gmbrr.carousel.bullet-diamond .navigation .bullet a {
width: 1.4rem;
height: 1.4rem;
transform: scaleX(.95) rotate(45deg);
vertical-align: unset;
}
.gmbrr.carousel.bullet-symbol .navigation .bullet a {
font-size: 2.5rem;
border: 0 none;
border-radius: 0;
background-color: inherit;
color: #6e6e6e99;
width: inherit;
height: inherit;
line-height: inherit;
box-shadow: none;
transition: 0.2s color linear;
max-width: none;
max-height: none;
}
.gmbrr.dark.carousel.bullet-symbol .navigation .bullet a {
color: rgba(190, 190, 190, 0.6);
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol .navigation .bullet a:hover {
color: rgba(110, 110, 110, 0.8);
}
.gmbrr.dark.carousel.bullet-symbol .navigation .bullet a:hover {
color: rgba(200, 200, 200, 0.9);
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol .navigation .current.bullet a,
.gmbrr.carousel.bullet-symbol .navigation .current.bullet a:hover {
color: rgba(60, 60, 60, 0.95);
background-color: inherit;
}
.gmbrr.dark.carousel.bullet-symbol .navigation .current a,
.gmbrr.dark.carousel.bullet-symbol .navigation .current a:hover {
color: rgba(210, 210, 210, 0.95);
}
.gmbrr .listing .text-first .text {
margin-block-end: 0.3rem;
}
.gmbrr .listing .no-avatar.text-first.author-switch .text {
margin-block-end: -0.1rem;
}
.gmbrr .author-name {
display: block;
margin-block-end: 0.4em;
}
.gmbrr .inline .author-name {
display: inline-block;
margin-block-end: 0;
}
.gmbrr.fonts .author-name {
line-height: 150%;
}
.gmbrr .listing .author-switch .author-name {
margin-block-start: 0.1rem;
}
.gmbrr .listing .author-switch .rating + .author-name,
.gmbrr .listing .author-switch .date + .author-name,
.gmbrr .listing .author-switch .relative-time-description + .author-name {
margin-block-start: 0.4rem;
}
.gmbrr.bubble .listing .text,
.gmbrr.bubble.fonts .listing .text,
.gmbrr.bubble .listing .review-meta + .text {
flex: 1 0 calc(100% - 2em);
border-radius: 0.4em;
position: relative;
box-shadow: 0 0 0 2px rgba(70, 70, 70, 0.85) inset;
margin-block: 0;
margin-inline: 0;
padding-block: 0.6em;
padding-inline: 1em;
}
.gmbrr.bubble .listing .review-meta + .text {
margin-block-start: 0.7rem;
}
.gmbrr.bubble .listing .text-first .text,
.gmbrr.center.bubble .listing .text {
margin-inline: 0;
}
.gmbrr.dark.bubble .listing .text {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85) inset;
}
.gmbrr.bubble.fill .listing .text {
color: rgba(255, 255, 255, 0.99);
background-color: rgba(70, 70, 70, 0.85);
box-shadow: none;
}
.gmbrr.dark.bubble.fill .listing .text {
color: rgba(70, 70, 70, 0.99);
background-color: rgba(255, 255, 255, 0.99);
box-shadow: none;
}
.gmbrr.bubble.fill .listing .text a {
color: rgba(255, 255, 255, 0.75);
}
.gmbrr.dark.bubble.fill .listing .text a {
color: rgba(70, 70, 70, 0.8);
}
.gmbrr.bubble .listing .text-first .text {
margin-block-end: 0.6rem;
}
.gmbrr.center.bubble .listing .text-first .text,
.gmbrr.center.bubble .listing .text-first .review-meta + .text {
margin-block-end: 0.8rem;
}
.gmbrr.bubble.center .listing .text-first .text {
margin-block-end: 0.55rem;
}
.gmbrr.fonts.bubble.center .listing .text-first .text {
margin-block-end: 0.45rem;
}
.gmbrr.bubble .listing .arrow.arrow-up,
.gmbrr.bubble .listing .arrow.arrow-down,
.gmbrr.bubble .listing .text-first .text::after,
.gmbrr.bubble .listing .text::before {
content: '';
position: absolute;
inset-inline-start: calc(var(--avatar-width) + 0.7rem);
inset-block-start: calc(-1em + 2px);
width: 0;
height: 0;
border-block-start: 0.5em solid transparent;
border-inline-end: 0.5em solid transparent;
border-block-end: 0.5em solid rgba(70, 70, 70, 0.85);
border-inline-start: 0.5em solid transparent;
clear: both;
}
.gmbrr.bubble .listing .arrow.arrow-up,
.gmbrr.bubble .listing .arrow.arrow-down {
position: relative;
flex: 0 0 1em;
inset-inline-start: calc(-100% + var(--avatar-width) + 1.8em);
font-size: 0.9em;
}
.gmbrr.bubble .listing .arrow.arrow-down {
inset-inline-start: calc(var(--avatar-width) + 2.3em);
}
.gmbrr.bubble .listing .arrow.arrow-up {
margin-block-start: 0.8em;
inset-block-start: 0.5em;
align-self: end;
}
.gmbrr.bubble .listing .arrow.arrow-down {
margin-block-end: 0.8em;
inset-block-start: auto;
inset-block-end: 0.9em;
align-self: start;
}
.gmbrr.center.bubble .listing .arrow.arrow-up {
margin-block-start: -0.6rem;
inset-block-start: 0.3rem;
}
.gmbrr.center.bubble .listing .arrow.arrow-down {
margin-block-end: -1.05rem;
inset-block-end: 1.15rem;
}
.gmbrr.fonts.bubble .listing .arrow.arrow-down,
.gmbrr.fonts.bubble .listing .text::before,
.gmbrr.fonts.bubble .listing .arrow.arrow-up,
.gmbrr.fonts.bubble .listing .text-first .text::after {
inset-inline-start: calc(var(--avatar-width) + 0.7rem);
}
.gmbrr.narrow.bubble .listing .arrow.arrow-down,
.gmbrr.narrow.bubble .listing .text::before {
inset-inline-start: calc(var(--avatar-width) + 0.5rem);
}
.gmbrr.fonts.narrow.bubble .listing .arrow.arrow-down,
.gmbrr.fonts.narrow.bubble .listing .text::before {
inset-inline-start: calc(var(--avatar-width) + 0.8rem);
}
.gmbrr.center.bubble .listing .arrow.arrow-up,
.gmbrr.center.bubble .listing .arrow.arrow-down,
.gmbrr.center.bubble .listing .text-first .text::after,
.gmbrr.center.bubble .listing .text::before {
inset-inline-start: calc(50% - 0.5em);
}
.rtl .gmbrr.bubble .listing .arrow.arrow-up,
.rtl .gmbrr.bubble .listing .text-first .text::after,
.rtl .gmbrr.bubble .listing .text::before {
inset-inline-start: auto;
inset-inline-end: calc(var(--avatar-width) + 0.9rem);
}
.rtl .gmbrr.bubble .listing .arrow.arrow-down {
inset-inline-start: auto;
inset-inline-end: calc(var(--avatar-width) + 2.3em);
}
.rtl .gmbrr.narrow.bubble .listing .arrow.arrow-down,
.rtl .gmbrr.narrow.bubble .listing .text::before {
inset-inline-start: auto;
inset-inline-end: calc(var(--avatar-width) + 0.5rem);
}
.rtl .gmbrr.fonts.bubble .listing .arrow.arrow-down,
.rtl .gmbrr.fonts.bubble .listing .text::before {
inset-inline-start: auto;
inset-inline-end: calc(var(--avatar-width) + 0.7rem);
}
.rtl .gmbrr.fonts.narrow.bubble .listing .arrow.arrow-down,
.rtl .gmbrr.fonts.narrow.bubble .listing .text::before,
.rtl .gmbrr.fonts.bubble .listing .arrow.arrow-up,
.rtl .gmbrr.fonts.bubble .listing .text-first .text::after {
inset-inline-start: auto;
inset-inline-end: calc(var(--avatar-width) + 0.8rem);
}
.rtl .gmbrr.center.bubble .listing .arrow.arrow-up,
.rtl .gmbrr.center.bubble .listing .arrow.arrow-down,
.rtl .gmbrr.center.bubble .listing .text-first .text::after,
.rtl .gmbrr.center.bubble .listing .text::before {
inset-inline-start: auto;
inset-inline-end: calc(50% - 0.5em);
}
.gmbrr.fonts.bubble .listing .arrow.arrow-up,
.gmbrr.fonts.bubble .listing .arrow.arrow-down {
font-size: 1em;
}
.gmbrr.fonts.bubble .listing .arrow.arrow-down,
.gmbrr.fonts.center.bubble .listing .arrow.arrow-down {
margin-block-end: -0.7rem;
inset-block-end: 0.8rem;
}
.gmbrr.bubble .listing .text-first .text::after {
inset-block-start: 100%;
border-block-start: 0.5em solid rgba(70, 70, 70, 0.85);
border-block-end: 0.5em solid transparent;
clear: both;
}
.gmbrr.dark.bubble .listing .arrow.arrow-up,
.gmbrr.dark.bubble .listing .text::before {
border-block-end: 0.5em solid rgba(255, 255, 255, 0.85);
}
.gmbrr.bubble.fill .listing .arrow.arrow-up,
.gmbrr.bubble.fill .listing .text::before {
border-block-end: 0.5em solid rgba(70, 70, 70, 0.85);
}
.gmbrr.dark.bubble.fill .listing .arrow.arrow-up,
.gmbrr.dark.bubble.fill .listing .text-first .text::before,
.gmbrr.dark.bubble.fill .listing .text::before {
border-block-end: 0.5em solid rgba(255, 255, 255, 0.99);
}
.gmbrr.dark.bubble .listing .text-first .arrow.arrow-down,
.gmbrr.dark.bubble .listing .text-first .text::after {
border-block-start: 0.5em solid rgba(255, 255, 255, 0.85);
}
.gmbrr.bubble.fill .listing .arrow.arrow-down,
.gmbrr.bubble.fill .listing .text-first .text::after {
border-block-start: 0.5em solid rgba(70, 70, 70, 0.85);
}
.gmbrr.dark.bubble.fill .listing .text-first .arrow.arrow-down,
.gmbrr.dark.bubble.fill .listing .text-first .text::after {
border-block-start: 0.5em solid rgba(255, 255, 255, 0.99);
}
.gmbrr.bubble .listing .date,
.gmbrr.bubble .listing .relative-time-description {
font-size: 0.9em;
line-height: 110%;
}
.gmbrr.center.bubble.spaced .review-meta .rating,
.gmbrr.center.bubble.spaced .review-meta .date,
.gmbrr.center.bubble.spaced .review-meta .relative-time-description {
flex: 1 0 40%;
margin-inline: 0;
align-self: center;
}
.gmbrr.bubble .listing .author-name {
margin-block-end: 0.4rem;
}
.gmbrr .listing .rating + .date,
.gmbrr.fonts .listing .rating + .date,
.gmbrr .listing .rating + .relative-time-description,
.gmbrr.fonts .listing .rating + .relative-time-description {
margin-inline-start: min(1%, 0.4em);
}
.gmbrr.center.bubble .listing .inline .date,
.gmbrr.center.bubble .listing .inline .rating,
.gmbrr.center.bubble .listing .inline .relative-time-description,
.gmbrr.center.bubble .listing .text-first.inline .date,
.gmbrr.center.bubble .listing .text-first.inline .rating,
.gmbrr.center.bubble .listing .text-first.inline .relative-time-description {
flex: 1 0 50%;
margin-block: 0;
}
.gmbrr.center.bubble .listing .review-meta + .text,
.gmbrr.center .author-switch .author-name,
.gmbrr.center.bubble .listing .author-switch .review-meta + .text {
margin-block-start: 0.5em;
}
.gmbrr.fonts.center.bubble .listing .review-meta + .text,
.gmbrr.fonts.center .author-switch .author-name,
.gmbrr.fonts.center.bubble .listing .author-switch .review-meta + .text {
margin-block-start: 0.35em;
}
.gmbrr.center.bubble .listing .text + .author-avatar,
.gmbrr.narrow .listing .rating + .date,
.gmbrr.narrow .listing .rating + .relative-time-description,
.gmbrr.fonts.center.bubble .listing .review-meta:first-child + .text,
.gmbrr.fonts.center.bubble .listing .author-switch .review-meta:first-child + .text {
margin-block-start: 0.33em;
}
.gmbrr.bubble .inline.text-first .text {
margin-block-end: 0.6em;
}
.gmbrr .author-avatar-name a span,
.gmbrr .author-avatar-name a:hover span {
text-decoration: inherit;
}
.gmbrr .author-avatar,
.gmbrr .author-avatar a,
.gmbrr .author-name a,
.gmbrr .review-meta,
.gmbrr .text {
display: block;
}
.gmbrr .listing .author-avatar a,
.gmbrr .listing .author-avatar > img {
display: block;
overflow: hidden;
width: var(--avatar-width);
height: var(--avatar-height);
margin-inline: 0 auto;
}
.gmbrr.center .listing .author-avatar a,
.gmbrr.center .listing .author-avatar > img {
margin-inline-start: auto;
}
.gmbrr.center .author-avatar a {
overflow: hidden;
width: var(--avatar-width);
height: var(--avatar-height);
margin-inline: auto;
}
.gmbrr .review-meta {
flex: 1 0 4em;
line-height: 120%;
}
.gmbrr .author-avatar,
.gmbrr .no-avatar.text-first .author-avatar,
.gmbrr.fonts .author-avatar,
.gmbrr.fonts .no-avatar.text-first .author-avatar {
flex: 0 1 calc(var(--avatar-width) + 0.3rem);
}
.gmbrr.narrow .author-avatar,
.gmbrr.fonts.narrow .author-avatar,
.gmbrr.fonts.narrow .no-avatar .author-avatar {
flex: 0 1 calc(var(--avatar-width) + 0.7rem);
}
.gmbrr .listing li,
.gmbrr.center.bubble .listing li,
.gmbrr.center .author-avatar,
.gmbrr.center .author-name,
.gmbrr.center .review-meta,
.gmbrr.narrow.center .author-avatar,
.gmbrr.narrow.center .author-name,
.gmbrr.narrow.center .review-meta,
.gmbrr.bubble.center .review-meta,
.gmbrr.bubble.center .review-meta,
.gmbrr.bubble .listing .text,
.gmbrr .listing .no-avatar .text + .review-meta,
.gmbrr.center.bubble.spaced .review-meta,
.gmbrr.narrow .no-avatar .review-meta {
flex: 1 0 100%;
}
.gmbrr .listing .text {
flex: 1 0 calc(100% - var(--avatar-width) - 1.4rem);
}
.gmbrr .listing .text-first .text:first-child {
flex: 1 0 calc(100% - 1.4rem);
}
.gmbrr.narrow .review-meta {
flex: 1 0 5%;
}
.gmbrr.center .author-name {
display: block;
width: auto;
line-height: 140%;
}
.gmbrr .author-avatar {
margin-block: 0;
margin-inline: auto;
}
.gmbrr.center .author-avatar,
.gmbrr.center .no-avatar.text-first .author-avatar {
margin-inline: auto;
}
.gmbrr.justify .listing .text {
text-align: justify;
}
.gmbrr.center .listing .review-meta + .text {
margin-block: 0.4rem 0;
}
.gmbrr .fixed-height {
overflow: hidden;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0.3) rgba(55, 55, 55, 0.01);
transition: 0.2s scrollbar-color linear;
}
.gmbrr.dark .fixed-height {
scrollbar-color: rgba(255, 255, 255, 0.3) rgba(205, 205, 205, 0.01);
}
.gmbrr .fixed-height:hover,
.gmbrr .fixed-height:focus {
scrollbar-color: rgba(0, 0, 0, 0.8) rgba(55, 55, 55, 0.1);
}
.gmbrr.dark .fixed-height:hover,
.gmbrr.dark .fixed-height:focus {
scrollbar-color: rgba(255, 255, 255, 0.8) rgba(205, 205, 205, 0.1);
}
.gmbrr .fixed-height::-webkit-scrollbar {
width: 10px;
}
.gmbrr .fixed-height::-webkit-scrollbar-track {
background: rgba(55, 55, 55, 0.05);
}
.gmbrr .fixed-height:hover::-webkit-scrollbar-track {
background: rgba(55, 55, 55, 0.2);
}
.gmbrr .fixed-height::-webkit-scrollbar-thumb {
border-radius: 2px;
background-color: rgba(0, 0, 0, 0.2);
border: 1px solid rgba(0, 0, 0, 0.3);
}
.gmbrr.dark .fixed-height::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.3);
}
.gmbrr .listing .text .review-more-placeholder {
visibility: hidden;
}
.gmbrr .listing .review-meta + .text,
.gmbrr .listing .text + .review-meta {
margin-block: 0.1rem;
padding-inline-start: calc(var(--avatar-width) + 1rem);
}
.gmbrr.narrow .listing .review-meta + .text,
.gmbrr.narrow .listing .text + .review-meta {
padding-inline-start: calc(var(--avatar-width) + 1.1rem);
}
.gmbrr.narrow.bubble .listing .review-meta + .text,
.gmbrr.narrow.bubble .listing .text + .review-meta {
padding-inline-start: 1em;
}
.gmbrr .listing .text-first .text + .review-meta,
.gmbrr.center .listing .review-meta + .text,
.gmbrr.badge .listing .review-meta + .text {
padding-inline: 0.8em;
flex: 1 0 calc(100% - 2em);
}
.gmbrr .listing .no-avatar .text + .review-meta,
.gmbrr .listing .no-avatar .review-meta + .text,
.gmbrr.center .listing .text + .review-meta,
.gmbrr.badge .listing .text + .review-meta,
.gmbrr.narrow .listing .no-avatar .review-meta + .text,
.gmbrr.narrow .listing .no-avatar .text + .review-meta {
padding-inline: 0;
}
.gmbrr.narrow .text {
margin-block: 0.2em 0;
}
.gmbrr .no-avatar.inline .text {
margin-block-end: 0.1em;
}
.gmbrr.center .listing .author-avatar,
.gmbrr.center .listing .author-name,
.gmbrr.center .text-first .author-avatar {
margin-block: 0;
margin-inline: auto;
}
.gmbrr.center .text-first .text + .author-avatar {
margin-block: 0.2rem 0;
}
.gmbrr .listing .author-avatar img {
max-width: 100%;
height: auto;
}
.gmbrr .listing .author-name,
.gmbrr .listing .author-name a {
font-weight: 700;
}
.gmbrr .listing .date,
.gmbrr.center .listing .inline .date,
.gmbrr .listing .rating,
.gmbrr.center .listing .inline .rating,
.gmbrr .listing .relative-time-description,
.gmbrr.center .listing .inline .relative-time-description {
position: relative;
display: inline-block;
line-height: 120%;
margin-block: 0;
}
.gmbrr.center.narrow .listing .date,
.gmbrr.center.narrow .listing .rating,
.gmbrr.center.narrow .listing .relative-time-description,
.gmbrr.narrow .all-stars + .count {
display: block;
margin-inline: 0;
}
.gmbrr .listing .rating {
margin-inline-start: -0.1em;
font-size: 1.15em;
vertical-align: middle;
}
.gmbrr .listing .no-avatar .rating,
.gmbrr.center.narrow .listing .rating + .date,
.gmbrr.center.narrow .listing .rating + .relative-time-description {
margin-inline-start: 0;
}
.gmbrr.center .listing .rating {
margin-inline-start: auto;
}
.gmbrr.center .listing .no-date .rating,
.gmbrr.center .listing .relative-time-description {
margin-inline-end: auto;
}
.gmbrr .listing .no-date .rating {
margin-inline-end: 0;
}
.gmbrr .listing .inline .date,
.gmbrr .listing .inline .relative-time-description {
inset-block-start: 0.1em;
display: inline-block;
}
.gmbrr .inline.no-avatar .author-name,
.gmbrr .inline .rating {
clear: none;
display: inline-block;
}
.gmbrr .inline .author-name {
width: inherit;
vertical-align: middle;
}
.gmbrr .inline .text-first .author-name {
margin-block-end: 0.1em;
}
.gmbrr .inline .rating {
position: relative;
height: 1em;
inset-block-start: 0.05em;
}
.gmbrr.center .inline .rating,
.gmbrr.narrow.center .inline .rating {
position: relative;
height: inherit;
}
.gmbrr .inline .author-name,
.gmbrr .inline .date,
.gmbrr .inline .rating,
.gmbrr .inline .relative-time-description {
line-height: 1.3em;
}
.gmbrr.fonts .listing .rating {
font-size: 18px;
}
.gmbrr.fonts .inline .rating,
.gmbrr .listing .inline .review-meta > .rating,
.gmbrr.center .inline .rating,
.gmbrr.narrow.center .inline .rating {
inset-block-start: 0;
}
.gmbrr .listing .inline .review-meta > span + span {
margin-inline-start: min(1.5%, 0.7rem);
}
.gmbrr.fonts .listing .rating,
.gmbrr .listing .inline .rating {
line-height: 100%;
}
.gmbrr.fonts .listing .text {
line-height: 140%;
}
.gmbrr.dark .listing .date,
.gmbrr.dark .listing .rating .not,
.gmbrr.dark .listing .relative-time-description,
.gmbrr.dark .rating .all-stars {
color: rgba(175, 175, 175, 0.85);
}
.gmbrr.dark .button {
color: rgba(40, 40, 40, 0.9);
background-color: rgba(245, 245, 245, 0.9);
}
.gmbrr.dark .button:hover {
background-color: rgba(255, 255, 255, 0.95);
}
.gmbrr.bubble.fill.amethyst .listing .text,
.gmbrr.bubble.fill.carbon .listing .text,
.gmbrr.bubble.fill.coffee .listing .text,
.gmbrr.bubble.fill.contrast .listing .text,
.gmbrr.bubble.fill.copper .listing .text,
.gmbrr.bubble.fill.coral .listing .text,
.gmbrr.bubble.fill.cranberry .listing .text,
.gmbrr.bubble.fill.forest .listing .text,
.gmbrr.bubble.fill.magenta .listing .text,
.gmbrr.bubble.fill.ocean .listing .text,
.gmbrr.bubble.fill.pumpkin .listing .text,
.gmbrr.bubble.fill.slate .listing .text,
.gmbrr.dark,
.gmbrr.dark .author-name,
.gmbrr.dark .author-name a,
.gmbrr.dark .business-name,
.gmbrr.dark .heading,
.gmbrr.dark .text,
.gmbrr.dark.bubble.contrast .listing .text,
.gmbrr.dark.bubble.fill.amethyst .listing .text,
.gmbrr.dark.bubble.fill.carbon .listing .text,
.gmbrr.dark.bubble.fill.coffee .listing .text,
.gmbrr.dark.bubble.fill.copper .listing .text,
.gmbrr.dark.bubble.fill.coral .listing .text,
.gmbrr.dark.bubble.fill.cranberry .listing .text,
.gmbrr.dark.bubble.fill.forest .listing .text,
.gmbrr.dark.bubble.fill.magenta .listing .text,
.gmbrr.dark.bubble.fill.ocean .listing .text,
.gmbrr.dark.bubble.fill.pumpkin .listing .text,
.gmbrr.dark.bubble.fill.slate .listing .text,
.gmbrr.dark.carousel.bullet-symbol.contrast .navigation .bullet a:hover,
.gmbrr.dark.carousel.bullet-symbol.contrast .navigation .bullet.current a,
.gmbrr.dark.carousel.bullet-symbol.contrast .navigation .bullet.current a:hover,
.gmbrr.dark.contrast .rating,
.gmbrr.dark.contrast .count,
.gmbrr.dark.contrast .date,
.gmbrr.dark.contrast .relative-time-description,
.gmbrr.dark.contrast .vicinity,
.gmbrr.stripe.contrast > :nth-child(2n-1) {
color: #FFF;
}
.gmbrr.bubble.fill.amethyst .listing .text a,
.gmbrr.bubble.fill.carbon .listing .text a,
.gmbrr.bubble.fill.coffee .listing .text a,
.gmbrr.bubble.fill.contrast .listing .text a,
.gmbrr.bubble.fill.copper .listing .text a,
.gmbrr.bubble.fill.coral .listing .text a,
.gmbrr.bubble.fill.cranberry .listing .text a,
.gmbrr.bubble.fill.forest .listing .text a,
.gmbrr.bubble.fill.magenta .listing .text a,
.gmbrr.bubble.fill.ocean .listing .text a,
.gmbrr.bubble.fill.pumpkin .listing .text a,
.gmbrr.bubble.fill.slate .listing .text a,
.gmbrr.dark.bubble.contrast .listing .text a {
color: rgba(255, 255, 255, 0.8);
}
.gmbrr.bubble.fill.mustard .listing .text a,
.gmbrr.bubble.fill.turquoise .listing .text a,
.gmbrr.dark.bubble.fill.contrast .listing .text a {
color: rgba(0, 0, 0, 0.8);
}
.gmbrr.cranberry .heading,
.gmbrr.cranberry .listing .rating,
.gmbrr.cranberry .rating,
.gmbrr.cranberry .rating .star,
.gmbrr.dark.cranberry .heading,
.gmbrr.dark.cranberry .listing .rating,
.gmbrr.dark.cranberry .rating,
.gmbrr.dark.cranberry .rating .star {
color: #9f000f;
}
.gmbrr.cranberry .listing a,
.gmbrr.cranberry a {
color: #4f0007;
}
.gmbrr.dark.cranberry .listing a,
.gmbrr.dark.cranberry a {
color: #b5a3a5;
}
.gmbrr.cranberry .count,
.gmbrr.cranberry .date,
.gmbrr.cranberry .relative-time-description,
.gmbrr.cranberry .vicinity {
color: #908788;
}
.gmbrr.dark.cranberry .count,
.gmbrr.dark.cranberry .date,
.gmbrr.dark.cranberry .relative-time-description,
.gmbrr.dark.cranberry .vicinity {
color: #ad9c9e;
}
.gmbrr.cranberry .listing .rating .not,
.gmbrr.cranberry .rating .all-stars,
.gmbrr.cranberry .star.gray {
color: rgba(150, 135, 136, 0.5);
}
.gmbrr.dark.cranberry .listing .rating .not,
.gmbrr.dark.cranberry .rating .all-stars,
.gmbrr.dark.cranberry .star.gray {
color: rgba(175, 161, 162, 0.5);
}
.gmbrr.tile.cranberry .listing li {
box-shadow: 0 0 0 2px #9f000f inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.cranberry .listing li {
box-shadow: 0 0 0 2px #9f000f inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.cranberry .listing .text,
.gmbrr.dark.bubble.cranberry .listing .text {
box-shadow: 0 0 0 2px #9f000f inset;
}
.gmbrr.carousel.cranberry .navigation .bullet a {
border-color: #9f000f;
}
.gmbrr.dark.carousel.cranberry .navigation .bullet a {
border-color: rgba(197, 40, 55, 0.9);
}
.gmbrr.carousel.bullet-solid.cranberry .navigation .bullet a {
border-color: rgba(159, 0, 15, 0.45);
box-shadow: 0 0 0 0.8rem rgba(159, 0, 15, 0.45) inset;
}
.gmbrr.carousel.cranberry .navigation .bullet a:hover {
border-color: rgba(159, 0, 15, 0.9);
box-shadow: 0 0 0 0.8rem rgba(159, 0, 15, 0.7) inset;
}
.gmbrr.carousel.cranberry .navigation .current.bullet a,
.gmbrr.carousel.cranberry .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #9f000f inset;
background-color: #9f000f;
}
.gmbrr.carousel.bullet-solid.cranberry .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(159, 0, 15, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.cranberry .navigation .bullet a {
color: rgba(159, 0, 15, 0.42);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.cranberry .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.cranberry .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.cranberry .navigation .bullet.current a:hover {
color: #9f000f;
background-color: inherit;
box-shadow: none;
}
.gmbrr.bubble.cranberry .listing .arrow.arrow-up,
.gmbrr.bubble.cranberry .listing .text::before,
.gmbrr.bubble.fill.cranberry .listing .text::before,
.gmbrr.dark.bubble.cranberry .listing .text::before,
.gmbrr.dark.bubble.fill.cranberry .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #9f000f;
}
.gmbrr.bubble.cranberry .listing .arrow.arrow-down,
.gmbrr.bubble.cranberry .listing .text-first .text::after,
.gmbrr.bubble.fill.cranberry .listing .text-first .text::after,
.gmbrr.dark.bubble.cranberry .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.cranberry .listing .text-first .text::after {
border-block-start-color: #9f000f;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.cranberry .listing .text,
.gmbrr.dark.bubble.fill.cranberry .listing .text {
background-color: #9f000f;
}
.gmbrr.coral .heading,
.gmbrr.coral .listing .rating,
.gmbrr.coral .listing a,
.gmbrr.coral .rating,
.gmbrr.coral .rating .star,
.gmbrr.coral a,
.gmbrr.dark.coral .heading,
.gmbrr.dark.coral .listing .rating,
.gmbrr.dark.coral .listing a,
.gmbrr.dark.coral .rating,
.gmbrr.dark.coral .rating .star,
.gmbrr.dark.coral a {
color: #e77471;
}
.gmbrr.coral .count,
.gmbrr.coral .date,
.gmbrr.coral .relative-time-description,
.gmbrr.coral .vicinity {
color: #aba2a2;
}
.gmbrr.dark.coral .count,
.gmbrr.dark.coral .date,
.gmbrr.dark.coral .relative-time-description,
.gmbrr.dark.coral .vicinity {
color: #dcd3d3;
}
.gmbrr.coral .listing .rating .not,
.gmbrr.coral .rating .all-stars,
.gmbrr.coral .star.gray {
color: rgba(192, 173, 173, 0.7);
}
.gmbrr.dark.coral .listing .rating .not,
.gmbrr.dark.coral .rating .all-stars,
.gmbrr.dark.coral .star.gray {
color: rgba(192, 173, 173, 0.5);
}
.gmbrr.tile.coral .listing li {
box-shadow: 0 0 0 2px #e77471 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.coral .listing li {
box-shadow: 0 0 0 2px #e77471 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.coral .listing .text,
.gmbrr.dark.bubble.coral .listing .text {
box-shadow: 0 0 0 2px #e77471 inset;
}
.gmbrr.carousel.coral .navigation .bullet a {
border-color: #e77471;
}
.gmbrr.dark.carousel.coral .navigation .bullet a {
border-color: rgba(231, 116, 113, 0.9);
}
.gmbrr.carousel.bullet-solid.coral .navigation .bullet a {
border-color: rgba(231, 116, 113, 0.45);
box-shadow: 0 0 0 0.8rem rgba(231, 116, 113, 0.45) inset;
}
.gmbrr.carousel.coral .navigation .bullet a:hover {
border-color: rgba(231, 116, 113, 0.9);
box-shadow: 0 0 0 0.8rem rgba(231, 116, 113, 0.7) inset;
}
.gmbrr.carousel.coral .navigation .current.bullet a,
.gmbrr.carousel.coral .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #e77471 inset;
background-color: #e77471;
}
.gmbrr.carousel.bullet-solid.coral .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(231, 116, 113, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.coral .navigation .bullet a {
color: rgba(231, 116, 113, 0.45);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.coral .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.coral .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.coral .navigation .bullet.current a:hover {
color: #e77471;
background-color: inherit;
box-shadow: none;
}
.gmbrr.bubble.coral .listing .arrow.arrow-up,
.gmbrr.bubble.coral .listing .text::before,
.gmbrr.bubble.fill.coral .listing .text::before,
.gmbrr.dark.bubble.coral .listing .text::before,
.gmbrr.dark.bubble.fill.coral .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #e77471;
}
.gmbrr.bubble.coral .listing .arrow.arrow-down,
.gmbrr.bubble.coral .listing .text-first .text::after,
.gmbrr.bubble.fill.coral .listing .text-first .text::after,
.gmbrr.dark.bubble.coral .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.coral .listing .text-first .text::after {
border-block-start-color: #e77471;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.coral .listing .text,
.gmbrr.dark.bubble.fill.coral .listing .text {
background-color: #e77471;
}
.gmbrr.dark.pumpkin .heading,
.gmbrr.dark.pumpkin .listing .rating,
.gmbrr.dark.pumpkin .listing a,
.gmbrr.dark.pumpkin .rating,
.gmbrr.dark.pumpkin .rating .star,
.gmbrr.dark.pumpkin a,
.gmbrr.pumpkin .heading,
.gmbrr.pumpkin .listing .rating,
.gmbrr.pumpkin .listing a,
.gmbrr.pumpkin .rating,
.gmbrr.pumpkin .rating .star,
.gmbrr.pumpkin a {
color: #f87217;
}
.gmbrr.pumpkin .count,
.gmbrr.pumpkin .date,
.gmbrr.pumpkin .relative-time-description,
.gmbrr.pumpkin .vicinity {
color: #b8b0ab;
}
.gmbrr.dark.pumpkin .count,
.gmbrr.dark.pumpkin .date,
.gmbrr.dark.pumpkin .relative-time-description,
.gmbrr.dark.pumpkin .vicinity {
color: #bbb5b1;
}
.gmbrr.pumpkin .listing .rating .not,
.gmbrr.pumpkin .rating .all-stars,
.gmbrr.pumpkin .star.gray {
color: rgba(168, 153, 143, 0.7);
}
.gmbrr.dark.pumpkin .listing .rating .not,
.gmbrr.dark.pumpkin .rating .all-stars,
.gmbrr.dark.pumpkin .star.gray {
color: rgba(168, 153, 143, 0.5);
}
.gmbrr.tile.pumpkin .listing li {
box-shadow: 0 0 0 2px #f87217 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.pumpkin .listing li {
box-shadow: 0 0 0 2px #f87217 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.pumpkin .listing .text,
.gmbrr.dark.bubble.pumpkin .listing .text {
box-shadow: 0 0 0 2px #f87217 inset;
}
.gmbrr.carousel.pumpkin .navigation .bullet a {
border-color: #f87217;
}
.gmbrr.dark.carousel.pumpkin .navigation .bullet a {
border-color: rgba(248, 114, 23, 0.9);
}
.gmbrr.carousel.bullet-solid.pumpkin .navigation .bullet a {
border-color: rgba(248, 114, 23, 0.45);
box-shadow: 0 0 0 0.8rem rgba(248, 114, 23, 0.45) inset;
}
.gmbrr.carousel.pumpkin .navigation .bullet a:hover {
border-color: rgba(248, 114, 23, 0.9);
box-shadow: 0 0 0 0.8rem rgba(248, 114, 23, 0.7) inset;
}
.gmbrr.carousel.pumpkin .navigation .current.bullet a,
.gmbrr.carousel.pumpkin .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #f87217 inset;
background-color: #f87217;
}
.gmbrr.carousel.bullet-solid.pumpkin .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(248, 114, 23, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.pumpkin .navigation .bullet a {
color: rgba(248, 114, 23, 0.45);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.pumpkin .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.pumpkin .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.pumpkin .navigation .bullet.current a:hover {
color: #f87217;
background-color: inherit;
box-shadow: none;
}
.gmbrr.bubble.pumpkin .listing .arrow.arrow-up,
.gmbrr.bubble.fill.pumpkin .listing .text::before,
.gmbrr.bubble.pumpkin .listing .text::before,
.gmbrr.dark.bubble.fill.pumpkin .listing .text::before,
.gmbrr.dark.bubble.pumpkin .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #f87217;
}
.gmbrr.bubble.pumpkin .listing .arrow.arrow-down,
.gmbrr.bubble.fill.pumpkin .listing .text-first .text::after,
.gmbrr.bubble.pumpkin .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.pumpkin .listing .text-first .text::after,
.gmbrr.dark.bubble.pumpkin .listing .text-first .text::after {
border-block-start-color: #f87217;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.pumpkin .listing .text,
.gmbrr.dark.bubble.fill.pumpkin .listing .text {
background-color: #f87217;
}
.gmbrr.dark.mustard .heading {
color: #ffdb58;
}
.gmbrr.mustard .heading,
.gmbrr.mustard .listing .rating,
.gmbrr.mustard .listing a,
.gmbrr.mustard .rating,
.gmbrr.mustard .rating .star,
.gmbrr.mustard a {
color: #e5c347;
}
.gmbrr.dark.mustard .listing .rating,
.gmbrr.dark.mustard .listing a,
.gmbrr.dark.mustard .rating,
.gmbrr.dark.mustard .rating .star,
.gmbrr.dark.mustard a {
color: #ffdb58;
}
.gmbrr.dark.mustard .count,
.gmbrr.dark.mustard .date,
.gmbrr.dark.mustard .relative-time-description,
.gmbrr.dark.mustard .vicinity,
.gmbrr.mustard .count,
.gmbrr.mustard .date,
.gmbrr.mustard .relative-time-description,
.gmbrr.mustard .vicinity {
color: #c1bfb6;
}
.gmbrr.mustard .listing .rating .not,
.gmbrr.mustard .rating .all-stars,
.gmbrr.mustard .star.gray {
color: rgba(199, 193, 172, 0.4);
}
.gmbrr.dark.mustard .listing .rating .not,
.gmbrr.dark.mustard .rating .all-stars,
.gmbrr.dark.mustard .star.gray {
color: rgba(199, 193, 172, 0.3);
}
.gmbrr.tile.mustard .listing li {
box-shadow: 0 0 0 2px #e5c347 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.mustard .listing li {
box-shadow: 0 0 0 2px #e5c347 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.mustard .listing .text {
box-shadow: 0 0 0 2px #e5c347 inset;
}
.gmbrr.carousel.mustard .navigation .bullet a {
border-color: #DBB734;
}
.gmbrr.dark.carousel.mustard .navigation .bullet a {
border-color: rgba(229, 195, 71, 0.9);
}
.gmbrr.carousel.bullet-solid.mustard .navigation .bullet a {
border-color: rgba(229, 195, 71, 0.45);
box-shadow: 0 0 0 0.8rem rgba(229, 195, 71, 0.45) inset;
}
.gmbrr.carousel.mustard .navigation .bullet a:hover {
border-color: rgba(229, 195, 71, 0.9);
box-shadow: 0 0 0 0.8rem rgba(229, 195, 71, 0.7) inset;
}
.gmbrr.carousel.mustard .navigation .current.bullet a,
.gmbrr.carousel.mustard .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #e5c347 inset;
background-color: #e5c347;
}
.gmbrr.carousel.bullet-solid.mustard .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(229, 195, 71, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.mustard .navigation .bullet a {
color: rgba(229, 195, 71, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.mustard .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.mustard .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.mustard .navigation .bullet.current a:hover {
color: #e5c347;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.mustard .listing .text {
box-shadow: 0 0 0 2px #ffdb58 inset;
}
.gmbrr.bubble.mustard .listing .arrow.arrow-up,
.gmbrr.bubble.fill.mustard .listing .text::before,
.gmbrr.bubble.mustard .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #e5c347;
}
.gmbrr.dark.bubble.mustard .listing .arrow.arrow-up,
.gmbrr.dark.bubble.fill.mustard .listing .text::before,
.gmbrr.dark.bubble.mustard .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #ffdb58;
}
.gmbrr.bubble.mustard .listing .arrow.arrow-down,
.gmbrr.bubble.fill.mustard .listing .text-first .text::after,
.gmbrr.bubble.mustard .listing .text-first .text::after {
border-block-start-color: #e5c347;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.mustard .listing .arrow.arrow-down,
.gmbrr.dark.bubble.fill.mustard .listing .text-first .text::after,
.gmbrr.dark.bubble.mustard .listing .text-first .text::after {
border-block-start-color: #ffdb58;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.mustard .listing .text {
background-color: #e5c347;
}
.gmbrr.dark.bubble.fill.mustard .listing .text {
background-color: #ffdb58;
}
.gmbrr.dark.forest .heading {
color: #68a863;
}
.gmbrr.forest .heading,
.gmbrr.forest .listing .rating,
.gmbrr.forest .listing a,
.gmbrr.forest .rating,
.gmbrr.forest .rating .star,
.gmbrr.forest a {
color: #347235;
}
.gmbrr.dark.forest .listing .rating,
.gmbrr.dark.forest .listing a,
.gmbrr.dark.forest .rating,
.gmbrr.dark.forest .rating .star,
.gmbrr.dark.forest a {
color: #68a863;
}
.gmbrr.forest .count,
.gmbrr.forest .date,
.gmbrr.forest .relative-time-description,
.gmbrr.forest .vicinity {
color: #8e9a8e;
}
.gmbrr.dark.forest .count,
.gmbrr.dark.forest .date,
.gmbrr.dark.forest .relative-time-description,
.gmbrr.dark.forest .vicinity {
color: #98a298;
}
.gmbrr.forest .listing .rating .not,
.gmbrr.forest .rating .all-stars,
.gmbrr.forest .star.gray {
color: rgba(141, 162, 142, 0.7);
}
.gmbrr.dark.forest .listing .rating .not,
.gmbrr.dark.forest .rating .all-stars,
.gmbrr.dark.forest .star.gray {
color: rgba(141, 162, 142, 0.5);
}
.gmbrr.tile.forest .listing li {
box-shadow: 0 0 0 2px #347235 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.forest .listing li {
box-shadow: 0 0 0 2px #347235 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.forest .listing .text {
box-shadow: 0 0 0 2px #347235 inset;
}
.gmbrr.carousel.forest .navigation .bullet a {
border-color: #347235;
}
.gmbrr.dark.carousel.forest .navigation .bullet a {
border-color: rgba(141, 162, 142, 0.9);
}
.gmbrr.carousel.bullet-solid.forest .navigation .bullet a {
border-color: rgba(141, 162, 142, 0.45);
box-shadow: 0 0 0 0.8rem rgba(141, 162, 142, 0.45) inset;
}
.gmbrr.carousel.forest .navigation .bullet a:hover {
border-color: rgba(141, 162, 142, 0.9);
box-shadow: 0 0 0 0.8rem rgba(141, 162, 142, 0.7) inset;
}
.gmbrr.carousel.forest .navigation .current.bullet a,
.gmbrr.carousel.forest .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #347235 inset;
background-color: #347235;
}
.gmbrr.carousel.bullet-solid.forest .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(141, 162, 142, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.forest .navigation .bullet a {
color: rgba(141, 162, 142, 0.35);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.forest .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.forest .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.forest .navigation .bullet.current a:hover {
color: #347235;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.forest .listing .text {
box-shadow: 0 0 0 2px #68a863 inset;
}
.gmbrr.bubble.forest .listing .arrow.arrow-up,
.gmbrr.bubble.fill.forest .listing .text::before,
.gmbrr.bubble.forest .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #347235;
}
.gmbrr.dark.bubble.forest .listing .arrow.arrow-up,
.gmbrr.dark.bubble.fill.forest .listing .text::before,
.gmbrr.dark.bubble.forest .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #68a863;
}
.gmbrr.bubble.forest .listing .arrow.arrow-down,
.gmbrr.bubble.fill.forest .listing .text-first .text::after,
.gmbrr.bubble.forest .listing .text-first .text::after {
border-block-start-color: #347235;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.forest .listing .arrow.arrow-down,
.gmbrr.dark.bubble.fill.forest .listing .text-first .text::after,
.gmbrr.dark.bubble.forest .listing .text-first .text::after {
border-block-start-color: #68a863;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.forest .listing .text {
background-color: #347235;
}
.gmbrr.dark.bubble.fill.forest .listing .text {
background-color: #68a863;
}
.gmbrr.dark.turquoise .heading {
color: #43c6db;
}
.gmbrr.turquoise .heading,
.gmbrr.turquoise .listing .rating,
.gmbrr.turquoise .listing a,
.gmbrr.turquoise .rating,
.gmbrr.turquoise .rating .star,
.gmbrr.turquoise a {
color: #14b1cb;
}
.gmbrr.dark.turquoise .listing .rating,
.gmbrr.dark.turquoise .listing a,
.gmbrr.dark.turquoise .rating,
.gmbrr.dark.turquoise .rating .star,
.gmbrr.dark.turquoise a {
color: #43c6db;
}
.gmbrr.turquoise .count,
.gmbrr.turquoise .date,
.gmbrr.turquoise .relative-time-description,
.gmbrr.turquoise .vicinity {
color: #92a4a7;
}
.gmbrr.dark.turquoise .count,
.gmbrr.dark.turquoise .date,
.gmbrr.dark.turquoise .relative-time-description,
.gmbrr.dark.turquoise .vicinity {
color: #a6b8bb;
}
.gmbrr.turquoise .listing .rating .not,
.gmbrr.turquoise .rating .all-stars,
.gmbrr.turquoise .star.gray {
color: rgba(159, 176, 179, 0.7);
}
.gmbrr.dark.turquoise .listing .rating .not,
.gmbrr.dark.turquoise .rating .all-stars,
.gmbrr.dark.turquoise .star.gray {
color: rgba(159, 176, 179, 0.5);
}
.gmbrr.tile.turquoise .listing li {
box-shadow: 0 0 0 2px #14b1cb inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.turquoise .listing li {
box-shadow: 0 0 0 2px #14b1cb inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.turquoise .listing .text {
box-shadow: 0 0 0 2px #14b1cb inset;
}
.gmbrr.carousel.turquoise .navigation .bullet a {
border-color: #14b1cb;
}
.gmbrr.dark.carousel.turquoise .navigation .bullet a {
border-color: rgba(20, 177, 203, 0.9);
}
.gmbrr.carousel.bullet-solid.turquoise .navigation .bullet a {
border-color: rgba(20, 177, 203, 0.45);
box-shadow: 0 0 0 0.8rem rgba(20, 177, 203, 0.45) inset;
}
.gmbrr.carousel.turquoise .navigation .bullet a:hover {
border-color: rgba(20, 177, 203, 0.9);
box-shadow: 0 0 0 0.8rem rgba(20, 177, 203, 0.7) inset;
}
.gmbrr.carousel.turquoise .navigation .current.bullet a,
.gmbrr.carousel.turquoise .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #14b1cb inset;
background-color: #14b1cb;
}
.gmbrr.carousel.bullet-solid.turquoise .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(20, 177, 203, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.turquoise .navigation .bullet a {
color: rgba(20, 177, 203, 0.45);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.turquoise .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.turquoise .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.turquoise .navigation .bullet.current a:hover {
color: #14b1cb;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.turquoise .listing .text {
box-shadow: 0 0 0 2px #43c6db inset;
}
.gmbrr.bubble.turquoise .listing .arrow.arrow-up,
.gmbrr.bubble.fill.turquoise .listing .text::before,
.gmbrr.bubble.turquoise .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #14b1cb;
}
.gmbrr.dark.bubble.turquoise .listing .arrow.arrow-up,
.gmbrr.dark.bubble.fill.turquoise .listing .text::before,
.gmbrr.dark.bubble.turquoise .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #43c6db;
}
.gmbrr.bubble.turquoise .listing .arrow.arrow-down,
.gmbrr.bubble.fill.turquoise .listing .text-first .text::after,
.gmbrr.bubble.turquoise .listing .text-first .text::after {
border-block-start-color: #14b1cb;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.turquoise .listing .arrow.arrow-down,
.gmbrr.dark.bubble.fill.turquoise .listing .text-first .text::after,
.gmbrr.dark.bubble.turquoise .listing .text-first .text::after {
border-block-start-color: #43c6db;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.turquoise .listing .text {
background-color: #14b1cb;
}
.gmbrr.dark.bubble.fill.turquoise .listing .text {
background-color: #43c6db;
}
.gmbrr.dark.ocean .heading {
color: #507ee7;
}
.gmbrr.ocean .heading,
.gmbrr.ocean .listing .rating,
.gmbrr.ocean .listing a,
.gmbrr.ocean .rating,
.gmbrr.ocean .rating .star,
.gmbrr.ocean a {
color: #2b65ec;
}
.gmbrr.dark.ocean .listing .rating,
.gmbrr.dark.ocean .listing a,
.gmbrr.dark.ocean .rating,
.gmbrr.dark.ocean .rating .star,
.gmbrr.dark.ocean a {
color: #507ee7;
}
.gmbrr.ocean .count,
.gmbrr.ocean .date,
.gmbrr.ocean .relative-time-description,
.gmbrr.ocean .vicinity {
color: #92969f;
}
.gmbrr.dark.ocean .count,
.gmbrr.dark.ocean .date,
.gmbrr.dark.ocean .relative-time-description,
.gmbrr.dark.ocean .vicinity {
color: #b0b2b8;
}
.gmbrr.ocean .listing .rating .not,
.gmbrr.ocean .rating .all-stars,
.gmbrr.ocean .star.gray {
color: rgba(168, 171, 179, 0.7);
}
.gmbrr.dark.ocean .listing .rating .not,
.gmbrr.dark.ocean .rating .all-stars,
.gmbrr.dark.ocean .star.gray {
color: rgba(168, 171, 179, 0.5);
}
.gmbrr.tile.ocean .listing li {
box-shadow: 0 0 0 2px #2b65ec inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.ocean .listing li {
box-shadow: 0 0 0 2px #2b65ec inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.ocean .listing .text {
box-shadow: 0 0 0 2px #2b65ec inset;
}
.gmbrr.carousel.ocean .navigation .bullet a {
border-color: #2b65ec;
}
.gmbrr.dark.carousel.ocean .navigation .bullet a {
border-color: rgba(43, 101, 236, 0.9);
}
.gmbrr.carousel.bullet-solid.ocean .navigation .bullet a {
border-color: rgba(43, 101, 236, 0.45);
box-shadow: 0 0 0 0.8rem rgba(43, 101, 236, 0.45) inset;
}
.gmbrr.carousel.ocean .navigation .bullet a:hover {
border-color: rgba(43, 101, 236, 0.9);
box-shadow: 0 0 0 0.8rem rgba(43, 101, 236, 0.7) inset;
}
.gmbrr.carousel.ocean .navigation .current.bullet a,
.gmbrr.carousel.ocean .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #2b65ec inset;
background-color: #2b65ec;
}
.gmbrr.carousel.bullet-solid.ocean .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(43, 101, 236, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.ocean .navigation .bullet a {
color: rgba(43, 101, 236, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.ocean .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.ocean .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.ocean .navigation .bullet.current a:hover {
color: #2b65ec;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.ocean .listing .text {
box-shadow: 0 0 0 2px #507ee7 inset;
}
.gmbrr.bubble.ocean .listing .arrow.arrow-up,
.gmbrr.bubble.fill.ocean .listing .text::before,
.gmbrr.bubble.ocean .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #2b65ec;
}
.gmbrr.dark.bubble.ocean .listing .arrow.arrow-up,
.gmbrr.dark.bubble.fill.ocean .listing .text::before,
.gmbrr.dark.bubble.ocean .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #507ee7;
}
.gmbrr.bubble.ocean .listing .arrow.arrow-down,
.gmbrr.bubble.fill.ocean .listing .text-first .text::after,
.gmbrr.bubble.ocean .listing .text-first .text::after {
border-block-start-color: #2b65ec;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.ocean .listing .arrow.arrow-down,
.gmbrr.dark.bubble.fill.ocean .listing .text-first .text::after,
.gmbrr.dark.bubble.ocean .listing .text-first .text::after {
border-block-start-color: #507ee7;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.ocean .listing .text {
background-color: #2b65ec;
}
.gmbrr.dark.bubble.fill.ocean .listing .text {
background-color: #507ee7;
}
.gmbrr.dark.amethyst .heading {
color: #8a49e8;
}
.gmbrr.amethyst .heading,
.gmbrr.amethyst .listing .rating,
.gmbrr.amethyst .listing a,
.gmbrr.amethyst .rating,
.gmbrr.amethyst .rating .star,
.gmbrr.amethyst a {
color: #6c2dc7;
}
.gmbrr.dark.amethyst .listing .rating,
.gmbrr.dark.amethyst .listing a,
.gmbrr.dark.amethyst .rating,
.gmbrr.dark.amethyst .rating .star,
.gmbrr.dark.amethyst a {
color: #8a49e8;
}
.gmbrr.amethyst .count,
.gmbrr.amethyst .date,
.gmbrr.amethyst .relative-time-description,
.gmbrr.amethyst .vicinity {
color: #8e8a94;
}
.gmbrr.dark.amethyst .count,
.gmbrr.dark.amethyst .date,
.gmbrr.dark.amethyst .relative-time-description,
.gmbrr.dark.amethyst .vicinity {
color: #b2a9c0;
}
.gmbrr.amethyst .listing .rating .not,
.gmbrr.amethyst .rating .all-stars,
.gmbrr.amethyst .star.gray {
color: rgba(158, 150, 171, 0.7);
}
.gmbrr.dark.amethyst .listing .rating .not,
.gmbrr.dark.amethyst .rating .all-stars,
.gmbrr.dark.amethyst .star.gray {
color: rgba(158, 150, 171, 0.5);
}
.gmbrr.tile.amethyst .listing li {
box-shadow: 0 0 0 2px #6c2dc7 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.amethyst .listing li {
box-shadow: 0 0 0 2px #6c2dc7 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.amethyst .listing .text {
box-shadow: 0 0 0 2px #6c2dc7 inset;
}
.gmbrr.carousel.amethyst .navigation .bullet a {
border-color: #6c2dc7;
}
.gmbrr.dark.carousel.amethyst .navigation .bullet a {
border-color: rgba(108, 45, 199, 0.9);
}
.gmbrr.carousel.bullet-solid.amethyst .navigation .bullet a {
border-color: rgba(108, 45, 199, 0.45);
box-shadow: 0 0 0 0.8rem rgba(108, 45, 199, 0.45) inset;
}
.gmbrr.carousel.amethyst .navigation .bullet a:hover {
border-color: rgba(108, 45, 199, 0.9);
box-shadow: 0 0 0 0.8rem rgba(108, 45, 199, 0.7) inset;
}
.gmbrr.carousel.amethyst .navigation .current.bullet a,
.gmbrr.carousel.amethyst .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #6c2dc7 inset;
background-color: #6c2dc7;
}
.gmbrr.carousel.bullet-solid.amethyst .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(108, 45, 199, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.amethyst .navigation .bullet a {
color: rgba(108, 45, 199, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.amethyst .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.amethyst .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.amethyst .navigation .bullet.current a:hover {
color: #6c2dc7;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.amethyst .listing .text {
box-shadow: 0 0 0 2px #8a49e8 inset;
}
.gmbrr.bubble.amethyst .listing .arrow.arrow-up,
.gmbrr.bubble.amethyst .listing .text::before,
.gmbrr.bubble.fill.amethyst .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #6c2dc7;
}
.gmbrr.dark.bubble.amethyst .listing .arrow.arrow-up,
.gmbrr.dark.bubble.amethyst .listing .text::before,
.gmbrr.dark.bubble.fill.amethyst .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #8a49e8;
}
.gmbrr.bubble.amethyst .listing .arrow.arrow-down,
.gmbrr.bubble.amethyst .listing .text-first .text::after,
.gmbrr.bubble.fill.amethyst .listing .text-first .text::after {
border-block-start-color: #6c2dc7;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.amethyst .listing .arrow.arrow-down,
.gmbrr.dark.bubble.amethyst .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.amethyst .listing .text-first .text::after {
border-block-start-color: #8a49e8;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.amethyst .listing .text {
background-color: #6c2dc7;
}
.gmbrr.dark.bubble.fill.amethyst .listing .text {
background-color: #8a49e8;
}
.gmbrr.dark.magenta .heading,
.gmbrr.dark.magenta .listing .rating,
.gmbrr.dark.magenta .listing a,
.gmbrr.dark.magenta .rating,
.gmbrr.dark.magenta .rating .star,
.gmbrr.dark.magenta a,
.gmbrr.magenta .heading,
.gmbrr.magenta .listing .rating,
.gmbrr.magenta .listing a,
.gmbrr.magenta .rating,
.gmbrr.magenta .rating .star,
.gmbrr.magenta a {
color: #d5008b;
}
.gmbrr.magenta .count,
.gmbrr.magenta .date,
.gmbrr.magenta .relative-time-description,
.gmbrr.magenta .vicinity {
color: #988f95;
}
.gmbrr.dark.magenta .count,
.gmbrr.dark.magenta .date,
.gmbrr.dark.magenta .relative-time-description,
.gmbrr.dark.magenta .vicinity {
color: #ab98a4;
}
.gmbrr.magenta .listing .rating .not,
.gmbrr.magenta .rating .all-stars,
.gmbrr.magenta .star.gray {
color: rgba(176, 164, 172, 0.7);
}
.gmbrr.dark.magenta .listing .rating .not,
.gmbrr.dark.magenta .rating .all-stars,
.gmbrr.dark.magenta .star.gray {
color: rgba(176, 164, 172, 0.5);
}
.gmbrr.tile.magenta .listing li {
box-shadow: 0 0 0 2px #d5008b inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.magenta .listing li {
box-shadow: 0 0 0 2px #d5008b inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.magenta .listing .text,
.gmbrr.dark.bubble.magenta .listing .text {
box-shadow: 0 0 0 2px #d5008b inset;
}
.gmbrr.carousel.magenta .navigation .bullet a {
border-color: #d5008b;
}
.gmbrr.dark.carousel.magenta .navigation .bullet a {
border-color: rgba(213, 0, 139, 0.9);
}
.gmbrr.carousel.bullet-solid.magenta .navigation .bullet a {
border-color: rgba(213, 0, 139, 0.45);
box-shadow: 0 0 0 0.8rem rgba(213, 0, 139, 0.45) inset;
}
.gmbrr.carousel.magenta .navigation .bullet a:hover {
border-color: rgba(213, 0, 139, 0.9);
box-shadow: 0 0 0 0.8rem rgba(213, 0, 139, 0.7) inset;
}
.gmbrr.carousel.magenta .navigation .current.bullet a,
.gmbrr.carousel.magenta .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #d5008b inset;
background-color: #d5008b;
}
.gmbrr.carousel.bullet-solid.magenta .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(213, 0, 139, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.magenta .navigation .bullet a {
color: rgba(213, 0, 139, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.magenta .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.magenta .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.magenta .navigation .bullet.current a:hover {
color: #d5008b;
background-color: inherit;
box-shadow: none;
}
.gmbrr.bubble.magenta .listing .arrow.arrow-up,
.gmbrr.bubble.fill.magenta .listing .text::before,
.gmbrr.bubble.magenta .listing .text::before,
.gmbrr.dark.bubble.fill.magenta .listing .text::before,
.gmbrr.dark.bubble.magenta .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #d5008b;
}
.gmbrr.bubble.magenta .listing .arrow.arrow-down,
.gmbrr.bubble.fill.magenta .listing .text-first .text::after,
.gmbrr.bubble.magenta .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.magenta .listing .text-first .text::after,
.gmbrr.dark.bubble.magenta .listing .text-first .text::after {
border-block-start-color: #d5008b;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.magenta .listing .text,
.gmbrr.dark.bubble.fill.magenta .listing .text {
background-color: #d5008b;
}
.gmbrr.dark.slate .heading {
color: #8290a0;
}
.gmbrr.slate .heading,
.gmbrr.slate .listing .rating,
.gmbrr.slate .listing a,
.gmbrr.slate .rating,
.gmbrr.slate .rating .star,
.gmbrr.slate a {
color: #657383;
}
.gmbrr.dark.slate .listing .rating,
.gmbrr.dark.slate .listing a,
.gmbrr.dark.slate .rating,
.gmbrr.dark.slate .rating .star,
.gmbrr.dark.slate a {
color: #8290a0;
}
.gmbrr.slate .count,
.gmbrr.slate .date,
.gmbrr.slate .relative-time-description,
.gmbrr.slate .vicinity {
color: #9c9c9c;
}
.gmbrr.dark.slate .count,
.gmbrr.dark.slate .date,
.gmbrr.dark.slate .relative-time-description,
.gmbrr.dark.slate .vicinity {
color: #969696;
}
.gmbrr.slate .listing .rating .not,
.gmbrr.slate .rating .all-stars,
.gmbrr.slate .star.gray {
color: rgba(162, 162, 162, 0.7);
}
.gmbrr.dark.slate .listing .rating .not,
.gmbrr.dark.slate .rating .all-stars,
.gmbrr.dark.slate .star.gray {
color: rgba(193, 193, 193, 0.35);
}
.gmbrr.tile.slate .listing li {
box-shadow: 0 0 0 2px #657383 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.slate .listing li {
box-shadow: 0 0 0 2px #657383 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.slate .listing .text {
box-shadow: 0 0 0 2px #657383 inset;
}
.gmbrr.carousel.slate .navigation .bullet a {
border-color: #657383;
}
.gmbrr.dark.carousel.slate .navigation .bullet a {
border-color: rgba(101, 115, 131, 0.9);
}
.gmbrr.carousel.bullet-solid.slate .navigation .bullet a {
border-color: rgba(101, 115, 131, 0.45);
box-shadow: 0 0 0 0.8rem rgba(101, 115, 131, 0.45) inset;
}
.gmbrr.carousel.slate .navigation .bullet a:hover {
border-color: rgba(101, 115, 131, 0.9);
box-shadow: 0 0 0 0.8rem rgba(101, 115, 131, 0.7) inset;
}
.gmbrr.carousel.slate .navigation .current.bullet a,
.gmbrr.carousel.slate .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #657383 inset;
background-color: #657383;
}
.gmbrr.carousel.bullet-solid.slate .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(101, 115, 131, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.slate .navigation .bullet a {
color: rgba(101, 115, 131, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.slate .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.slate .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.slate .navigation .bullet.current a:hover {
color: #657383;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.slate .listing .text {
box-shadow: 0 0 0 2px #8290a0 inset;
}
.gmbrr.bubble.slate .listing .arrow.arrow-up,
.gmbrr.bubble.fill.slate .listing .text::before,
.gmbrr.bubble.slate .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #657383;
}
.gmbrr.dark.bubble.slate .listing .arrow.arrow-up,
.gmbrr.dark.bubble.fill.slate .listing .text::before,
.gmbrr.dark.bubble.slate .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #8290a0;
}
.gmbrr.bubble.slate .listing .arrow.arrow-down,
.gmbrr.bubble.fill.slate .listing .text-first .text::after,
.gmbrr.bubble.slate .listing .text-first .text::after {
border-block-start-color: #657383;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.slate .listing .arrow.arrow-down,
.gmbrr.dark.bubble.fill.slate .listing .text-first .text::after,
.gmbrr.dark.bubble.slate .listing .text-first .text::after {
border-block-start-color: #8290a0;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.slate .listing .text {
background-color: #657383;
}
.gmbrr.dark.bubble.fill.slate .listing .text {
background-color: #8290a0;
}
.gmbrr.dark.carbon .heading {
color: #838282;
}
.gmbrr.carbon .heading,
.gmbrr.carbon .listing .rating,
.gmbrr.carbon .listing a,
.gmbrr.carbon .rating,
.gmbrr.carbon .rating .star,
.gmbrr.carbon a {
color: #625d5d;
}
.gmbrr.dark.carbon .listing .rating,
.gmbrr.dark.carbon .listing a,
.gmbrr.dark.carbon .rating,
.gmbrr.dark.carbon .rating .star,
.gmbrr.dark.carbon a {
color: #838282;
}
.gmbrr.carbon .count,
.gmbrr.carbon .date,
.gmbrr.carbon .relative-time-description,
.gmbrr.carbon .vicinity {
color: silver;
}
.gmbrr.dark.carbon .count,
.gmbrr.dark.carbon .date,
.gmbrr.dark.carbon .relative-time-description,
.gmbrr.dark.carbon .vicinity {
color: #838181;
}
.gmbrr.carbon .listing .rating .not,
.gmbrr.carbon .rating .all-stars,
.gmbrr.carbon .star.gray {
color: rgba(98, 93, 93, 0.3);
}
.gmbrr.dark.carbon .listing .rating .not,
.gmbrr.dark.carbon .rating .all-stars,
.gmbrr.dark.carbon .star.gray {
color: rgba(95, 95, 95, 0.7);
}
.gmbrr.tile.carbon .listing li {
box-shadow: 0 0 0 2px #625d5d inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.carbon .listing li {
box-shadow: 0 0 0 2px #625d5d inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.carbon .listing .text {
box-shadow: 0 0 0 2px #625d5d inset;
}
.gmbrr.carousel.carbon .navigation .bullet a {
border-color: #625d5d;
}
.gmbrr.dark.carousel.carbon .navigation .bullet a {
border-color: rgba(98, 93, 93, 0.9);
}
.gmbrr.carousel.bullet-solid.carbon .navigation .bullet a {
border-color: rgba(98, 93, 93, 0.45);
box-shadow: 0 0 0 0.8rem rgba(98, 93, 93, 0.45) inset;
}
.gmbrr.carousel.carbon .navigation .bullet a:hover {
border-color: rgba(98, 93, 93, 0.9);
box-shadow: 0 0 0 0.8rem rgba(98, 93, 93, 0.7) inset;
}
.gmbrr.carousel.carbon .navigation .current.bullet a,
.gmbrr.carousel.carbon .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #625d5d inset;
background-color: #625d5d;
}
.gmbrr.carousel.bullet-solid.carbon .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(98, 93, 93, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.carbon .navigation .bullet a {
color: rgba(98, 93, 93, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.carbon .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.carbon .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.carbon .navigation .bullet.current a:hover {
color: #625d5d;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.carbon .listing .text {
box-shadow: 0 0 0 2px #838282 inset;
}
.gmbrr.bubble.carbon .listing .arrow.arrow-up,
.gmbrr.bubble.carbon .listing .text::before,
.gmbrr.bubble.fill.carbon .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #625d5d;
}
.gmbrr.dark.bubble.carbon .listing .arrow.arrow-up,
.gmbrr.dark.bubble.carbon .listing .text::before,
.gmbrr.dark.bubble.fill.carbon .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #838282;
}
.gmbrr.bubble.carbon .listing .arrow.arrow-down,
.gmbrr.bubble.carbon .listing .text-first .text::after,
.gmbrr.bubble.fill.carbon .listing .text-first .text::after {
border-block-start-color: #625d5d;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.carbon .listing .arrow.arrow-down,
.gmbrr.dark.bubble.carbon .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.carbon .listing .text-first .text::after {
border-block-start-color: #838282;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.carbon .listing .text {
background-color: #625d5d;
}
.gmbrr.dark.bubble.fill.carbon .listing .text {
background-color: #838282;
}
.gmbrr.dark.copper .heading {
color: #c58447;
}
.gmbrr.copper .heading,
.gmbrr.copper .listing .rating,
.gmbrr.copper .listing a,
.gmbrr.copper .rating,
.gmbrr.copper .rating .star,
.gmbrr.copper a {
color: #b87333;
}
.gmbrr.dark.copper .listing .rating,
.gmbrr.dark.copper .listing a,
.gmbrr.dark.copper .rating,
.gmbrr.dark.copper .rating .star,
.gmbrr.dark.copper a {
color: #c58447;
}
.gmbrr.copper .count,
.gmbrr.copper .date,
.gmbrr.copper .relative-time-description,
.gmbrr.copper .vicinity {
color: silver;
}
.gmbrr.dark.copper .count,
.gmbrr.dark.copper .date,
.gmbrr.dark.copper .relative-time-description,
.gmbrr.dark.copper .vicinity {
color: #aca197;
}
.gmbrr.copper .listing .rating .not,
.gmbrr.copper .rating .all-stars,
.gmbrr.copper .star.gray {
color: rgba(98, 93, 93, 0.3);
}
.gmbrr.dark.copper .listing .rating .not,
.gmbrr.dark.copper .rating .all-stars,
.gmbrr.dark.copper .star.gray {
color: rgba(95, 95, 95, 0.7);
}
.gmbrr.tile.copper .listing li {
box-shadow: 0 0 0 2px #b87333 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.copper .listing li {
box-shadow: 0 0 0 2px #b87333 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.copper .listing .text {
box-shadow: 0 0 0 2px #b87333 inset;
}
.gmbrr.carousel.copper .navigation .bullet a {
border-color: #b87333;
}
.gmbrr.dark.carousel.copper .navigation .bullet a {
border-color: rgba(184, 115, 51, 0.9);
}
.gmbrr.carousel.bullet-solid.copper .navigation .bullet a {
border-color: rgba(184, 115, 51, 0.45);
box-shadow: 0 0 0 0.8rem rgba(184, 115, 51, 0.45) inset;
}
.gmbrr.carousel.copper .navigation .bullet a:hover {
border-color: rgba(184, 115, 51, 0.9);
box-shadow: 0 0 0 0.8rem rgba(184, 115, 51, 0.7) inset;
}
.gmbrr.carousel.copper .navigation .current.bullet a,
.gmbrr.carousel.copper .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #b87333 inset;
background-color: #b87333;
}
.gmbrr.carousel.bullet-solid.copper .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(184, 115, 51, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.copper .navigation .bullet a {
color: rgba(184, 115, 51, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.copper .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.copper .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.copper .navigation .bullet.current a:hover {
color: #b87333;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.copper .listing .text {
box-shadow: 0 0 0 2px #c58447 inset;
}
.gmbrr.bubble.copper .listing .arrow.arrow-up,
.gmbrr.bubble.copper .listing .text::before,
.gmbrr.bubble.fill.copper .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #b87333;
}
.gmbrr.dark.bubble.copper .listing .arrow.arrow-up,
.gmbrr.dark.bubble.copper .listing .text::before,
.gmbrr.dark.bubble.fill.copper .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #c58447;
}
.gmbrr.bubble.copper .listing .arrow.arrow-down,
.gmbrr.bubble.copper .listing .text-first .text::after,
.gmbrr.bubble.fill.copper .listing .text-first .text::after {
border-block-start-color: #b87333;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.copper .listing .arrow.arrow-down,
.gmbrr.dark.bubble.copper .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.copper .listing .text-first .text::after {
border-block-start-color: #c58447;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.copper .listing .text {
background-color: #b87333;
}
.gmbrr.dark.bubble.fill.copper .listing .text {
background-color: #c58447;
}
.gmbrr.dark.coffee .heading {
color: #9f7f69;
}
.gmbrr.coffee .heading,
.gmbrr.coffee .listing .rating,
.gmbrr.coffee .listing a,
.gmbrr.coffee .rating,
.gmbrr.coffee .rating .star,
.gmbrr.coffee a {
color: #6f4e37;
}
.gmbrr.dark.coffee .listing .rating,
.gmbrr.dark.coffee .listing a,
.gmbrr.dark.coffee .rating,
.gmbrr.dark.coffee .rating .star,
.gmbrr.dark.coffee a {
color: #9f7f69;
}
.gmbrr.coffee .count,
.gmbrr.coffee .date,
.gmbrr.coffee .relative-time-description,
.gmbrr.coffee .vicinity {
color: silver;
}
.gmbrr.dark.coffee .count,
.gmbrr.dark.coffee .date,
.gmbrr.dark.coffee .relative-time-description,
.gmbrr.dark.coffee .vicinity {
color: #a29c99;
}
.gmbrr.coffee .listing .rating .not,
.gmbrr.coffee .rating .all-stars,
.gmbrr.coffee .star.gray {
color: rgba(98, 93, 93, 0.3);
}
.gmbrr.dark.coffee .listing .rating .not,
.gmbrr.dark.coffee .rating .all-stars,
.gmbrr.dark.coffee .star.gray {
color: rgba(95, 95, 95, 0.7);
}
.gmbrr.tile.coffee .listing li {
box-shadow: 0 0 0 2px #6f4e37 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.coffee .listing li {
box-shadow: 0 0 0 2px #6f4e37 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.coffee .listing .text {
box-shadow: 0 0 0 2px #6f4e37 inset;
}
.gmbrr.carousel.coffee .navigation .bullet a {
border-color: #6f4e37;
}
.gmbrr.dark.carousel.coffee .navigation .bullet a {
border-color: rgba(111, 78, 55, 0.9);
}
.gmbrr.carousel.bullet-solid.coffee .navigation .bullet a {
border-color: rgba(111, 78, 55, 0.45);
box-shadow: 0 0 0 0.8rem rgba(111, 78, 55, 0.45) inset;
}
.gmbrr.carousel.coffee .navigation .bullet a:hover {
border-color: rgba(111, 78, 55, 0.9);
box-shadow: 0 0 0 0.8rem rgba(111, 78, 55, 0.7) inset;
}
.gmbrr.carousel.coffee .navigation .current.bullet a,
.gmbrr.carousel.coffee .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #6f4e37 inset;
background-color: #6f4e37;
}
.gmbrr.carousel.bullet-solid.coffee .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(111, 78, 55, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.coffee .navigation .bullet a {
color: rgba(111, 78, 55, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.coffee .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.coffee .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.coffee .navigation .bullet.current a:hover {
color: #6f4e37;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.coffee .listing .text {
box-shadow: 0 0 0 2px #9f7f69 inset;
}
.gmbrr.bubble.coffee .listing .arrow.arrow-up,
.gmbrr.bubble.coffee .listing .text::before,
.gmbrr.bubble.fill.coffee .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #6f4e37;
}
.gmbrr.dark.bubble.coffee .listing .arrow.arrow-up,
.gmbrr.dark.bubble.coffee .listing .text::before,
.gmbrr.dark.bubble.fill.coffee .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #9f7f69;
}
.gmbrr.bubble.coffee .listing .arrow.arrow-down,
.gmbrr.bubble.coffee .listing .text-first .text::after,
.gmbrr.bubble.fill.coffee .listing .text-first .text::after {
border-block-start-color: #6f4e37;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.coffee .listing .arrow.arrow-down,
.gmbrr.dark.bubble.coffee .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.coffee .listing .text-first .text::after {
border-block-start-color: #9f7f69;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.coffee .listing .text {
background-color: #6f4e37;
}
.gmbrr.dark.bubble.fill.coffee .listing .text {
background-color: #9f7f69;
}
.gmbrr.fill.contrast .listing .text {
background: #161616;
}
.gmbrr.dark.fill.contrast .listing .text {
background: #fff;
}
.gmbrr.carousel.bullet-solid.contrast .navigation .bullet a {
border-color: rgba(130, 130, 130, 0.45);
box-shadow: 0 0 0 0.8rem rgba(130, 130, 130, 0.45) inset;
}
.gmbrr.carousel.contrast .navigation .bullet a:hover,
.gmbrr.carousel.contrast .navigation .current.bullet a,
.gmbrr.carousel.contrast .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #000 inset;
background-color: #000;
}
.gmbrr.dark.carousel.contrast .navigation .bullet a:hover,
.gmbrr.dark.carousel.contrast .navigation .current.bullet a,
.gmbrr.dark.carousel.contrast .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #FFF inset;
background-color: #FFF;
}
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet a {
color: rgba(135, 135, 135, 0.52);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet.current a:hover {
background-color: inherit;
box-shadow: none;
}
.gmbrr .star,
.gmbrr.stars-yellow .star {
display: inline-block;
width: 0.8em;
height: 0.7667em;
background: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8+Cjwvc3ZnPg==") 0 0/100% no-repeat;
}
.gmbrr.stars-orange .star {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0U3NzExQiIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8+Cjwvc3ZnPg==");
}
.rtl .gmbrr .star {
transform: scale(-1, 1);
}
.gmbrr .animate .stars-gray {
position: relative;
}
.gmbrr .animate .star {
animation: google-business-reviews-rating-star 3s 0.5s ease-in-out 1;
animation-fill-mode: backwards;
animation-play-state: paused;
transform-origin: 33% 50%;
}
.gmbrr .animate.animation-start .star {
animation-play-state: running;
}
.rtl .gmbrr .animate .star {
transform-origin: 50% 50%;
}
.gmbrr .animate .star:nth-child(1) {
animation-duration: 3s;
animation-delay: 0.5s;
}
.gmbrr .animate .star:nth-child(2) {
animation-duration: 2.8s;
animation-delay: 0.9s;
}
.gmbrr .animate .star:nth-child(3) {
animation-duration: 2.6s;
animation-delay: 1.3s;
}
.gmbrr .animate .star:nth-child(4) {
animation-duration: 2.4s;
animation-delay: 1.7s;
}
.gmbrr .animate .star:nth-child(5) {
animation-duration: 2.2s;
animation-delay: 2.1s;
}
.gmbrr .animate.inline-svg .star,
.gmbrr .animate .star.gray:nth-child(2),
.gmbrr .animate .star.gray:nth-child(3),
.gmbrr .animate .star.gray:nth-child(4),
.gmbrr .animate .star.gray:nth-child(5),
.gmbrr .animate .star.grey:nth-child(2),
.gmbrr .animate .star.grey:nth-child(3),
.gmbrr .animate .star.grey:nth-child(4),
.gmbrr .animate .star.grey:nth-child(5),
.gmbrr .animate .star.split-10-90:nth-child(2),
.gmbrr .animate .star.split-10-90:nth-child(3),
.gmbrr .animate .star.split-10-90:nth-child(4),
.gmbrr .animate .star.split-10-90:nth-child(5) {
animation: none;
}
.gmbrr .star.split-90-10 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTQyLjM3OCAxOHYzLjgzTDQ3LjcyMSAxOHoiLz4KICA8cGF0aCBmaWxsPSIjRjdCNjAzIiBkPSJNNDIuMzc4IDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMSA5LjMxNy02LjY3OXoiLz4KPC9zdmc+");
}
.gmbrr.dark .star.split-90-10 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTQyLjM3OCAxOHYzLjgzTDQ3LjcyMSAxOHoiLz4KICA8cGF0aCBmaWxsPSIjRjdCNjAzIiBkPSJNNDIuMzc4IDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMSA5LjMxNy02LjY3OXoiLz4KPC9zdmc+");
}
.gmbrr.stars-orange .star.split-90-10 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTQyLjM3OCAxOHYzLjgzTDQ3LjcyMSAxOHoiLz4KICA8cGF0aCBmaWxsPSIjRTc3MTFCIiBkPSJNNDIuMzc4IDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMSA5LjMxNy02LjY3OXoiLz4KPC9zdmc+");
}
.gmbrr .star.split-80-20 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNDOUM5QzkiPgogICAgPHBhdGggZD0iTTM3Ljc0IDQyLjg4djIuMTAzbC44OTkuNjU3ek0zNy43NCAyNS4xNTVMNDcuNzIxIDE4SDM3Ljc0eiIvPgogIDwvZz4KICA8cGF0aCBmaWxsPSIjRjdCNjAzIiBkPSJNMzcuNzQgMThoLTguMTM3TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM3Ljc0IDQ0Ljk4M1Y0Mi44OGwtNC42NzktMTQuMzcxIDQuNjc5LTMuMzU0eiIvPgo8L3N2Zz4=");
}
.gmbrr.dark .star.split-80-20 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNBNEE0QTQiPgogICAgPHBhdGggZD0iTTM3Ljc0IDQyLjg4djIuMTAzbC44OTkuNjU3ek0zNy43NCAyNS4xNTVMNDcuNzIxIDE4SDM3Ljc0eiIvPgogIDwvZz4KICA8cGF0aCBmaWxsPSIjRjdCNjAzIiBkPSJNMzcuNzQgMThoLTguMTM3TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM3Ljc0IDQ0Ljk4M1Y0Mi44OGwtNC42NzktMTQuMzcxIDQuNjc5LTMuMzU0eiIvPgo8L3N2Zz4=");
}
.gmbrr.stars-orange .star.split-80-20 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNDMUMxQzEiPgogICAgPHBhdGggZD0iTTM3Ljc0IDQyLjg4djIuMTAzbC44OTkuNjU3ek0zNy43NCAyNS4xNTVMNDcuNzIxIDE4SDM3Ljc0eiIvPgogIDwvZz4KICA8cGF0aCBmaWxsPSIjRTc3MTFCIiBkPSJNMzcuNzQgMThoLTguMTM3TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM3Ljc0IDQ0Ljk4M1Y0Mi44OGwtNC42NzktMTQuMzcxIDQuNjc5LTMuMzU0eiIvPgo8L3N2Zz4=");
}
.gmbrr .star.split-70-30 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNDOUM5QzkiPgogICAgPHBhdGggZD0iTTMzLjE4MSAyOC40MjNMNDcuNzIxIDE4aC0xNC41NHpNMzMuMTgxIDI4Ljg3OHYxMi43NzVsNS40NTggMy45ODd6Ii8+CiAgPC9nPgogIDxwYXRoIGZpbGw9IiNGN0I2MDMiIGQ9Ik0zMy4xODEgMThoLTMuNTc4TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1IDkuMTUzIDYuNjg3VjI4Ljg3OGwtLjEyLS4zNjkuMTItLjA4NnoiLz4KPC9zdmc+");
}
.gmbrr.dark .star.split-70-30 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNBNEE0QTQiPgogICAgPHBhdGggZD0iTTMzLjE4MSAyOC40MjNMNDcuNzIxIDE4aC0xNC41NHpNMzMuMTgxIDI4Ljg3OHYxMi43NzVsNS40NTggMy45ODd6Ii8+CiAgPC9nPgogIDxwYXRoIGZpbGw9IiNGN0I2MDMiIGQ9Ik0zMy4xODEgMThoLTMuNTc4TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1IDkuMTUzIDYuNjg3VjI4Ljg3OGwtLjEyLS4zNjkuMTItLjA4NnoiLz4KPC9zdmc+");
}
.gmbrr.stars-orange .star.split-70-30 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNDMUMxQzEiPgogICAgPHBhdGggZD0iTTMzLjE4MSAyOC40MjNMNDcuNzIxIDE4aC0xNC41NHpNMzMuMTgxIDI4Ljg3OHYxMi43NzVsNS40NTggMy45ODd6Ii8+CiAgPC9nPgogIDxwYXRoIGZpbGw9IiNFNzcxMUIiIGQ9Ik0zMy4xODEgMThoLTMuNTc4TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1IDkuMTUzIDYuNjg3VjI4Ljg3OGwtLjEyLS4zNjkuMTItLjA4NnoiLz4KPC9zdmc+");
}
.gmbrr .star.split-60-40 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTI4Ljc3MSAxNS40MzdMMjQuMDI4LjgyMiAxOC40NTMgMThILjMzNWwxNC42NiAxMC41MDktNS41NzggMTcuMTEyIDE0LjYxMS0xMC42NTUgNC43NDMgMy40NjV6Ii8+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTI5LjYwMyAxOGwtLjgzMi0yLjU2M3YyMi45OTRsOS44NjggNy4yMDktNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr.dark .star.split-60-40 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTI4Ljc3MSAxNS40MzdMMjQuMDI4LjgyMiAxOC40NTMgMThILjMzNWwxNC42NiAxMC41MDktNS41NzggMTcuMTEyIDE0LjYxMS0xMC42NTUgNC43NDMgMy40NjV6Ii8+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTI5LjYwMyAxOGwtLjgzMi0yLjU2M3YyMi45OTRsOS44NjggNy4yMDktNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr.stars-orange .star.split-60-40 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0U3NzExQiIgZD0iTTI4Ljc3MSAxNS40MzdMMjQuMDI4LjgyMiAxOC40NTMgMThILjMzNWwxNC42NiAxMC41MDktNS41NzggMTcuMTEyIDE0LjYxMS0xMC42NTUgNC43NDMgMy40NjV6Ii8+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTI5LjYwMyAxOGwtLjgzMi0yLjU2M3YyMi45OTRsOS44NjggNy4yMDktNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr .star.split-50-50 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NVYuODIyeiIvPgogIDxwYXRoIGZpbGw9IiNDOUM5QzkiIGQ9Ik0zOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMThIMjkuNjAzTDI0LjAyOC44MjJ2MzQuMTQ0eiIvPgo8L3N2Zz4=");
}
.gmbrr.dark .star.split-50-50 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NVYuODIyeiIvPgogIDxwYXRoIGZpbGw9IiNBNEE0QTQiIGQ9Ik0zOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMThIMjkuNjAzTDI0LjAyOC44MjJ2MzQuMTQ0eiIvPgo8L3N2Zz4=");
}
.gmbrr.stars-orange .star.split-50-50 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0U3NzExQiIgZD0iTTE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NVYuODIyeiIvPgogIDxwYXRoIGZpbGw9IiNDMUMxQzEiIGQ9Ik0zOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMThIMjkuNjAzTDI0LjAyOC44MjJ2MzQuMTQ0eiIvPgo8L3N2Zz4=");
}
.gmbrr .star.split-40-60 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIybC00Ljc5OSAxNC43ODd2MjIuODU3bDQuNzk5LTMuNUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMTh6Ii8+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTE5LjIyOSAzOC40NjZWMTUuNjA5TDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTJ6Ii8+Cjwvc3ZnPg==");
}
.gmbrr.dark .star.split-40-60 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIybC00Ljc5OSAxNC43ODd2MjIuODU3bDQuNzk5LTMuNUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMTh6Ii8+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTE5LjIyOSAzOC40NjZWMTUuNjA5TDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTJ6Ii8+Cjwvc3ZnPg==");
}
.gmbrr.stars-orange .star.split-40-60 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIybC00Ljc5OSAxNC43ODd2MjIuODU3bDQuNzk5LTMuNUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMTh6Ii8+CiAgPHBhdGggZmlsbD0iI0U3NzExQiIgZD0iTTE5LjIyOSAzOC40NjZWMTUuNjA5TDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTJ6Ii8+Cjwvc3ZnPg==");
}
.gmbrr .star.split-30-70 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgZmlsbD0iI0Y3QjYwMyI+CiAgICA8cGF0aCBkPSJNMTQuODE5IDI4LjM4M1YxOEguMzM1ek0xNC44MTkgMjkuMDQ5TDkuNDE3IDQ1LjYyMWw1LjQwMi0zLjkzOXoiLz4KICA8L2c+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOGgtMy42MzR2MTAuMzgzbC4xNzYuMTI2LS4xNzYuNTR2MTIuNjMzbDkuMjA5LTYuNzE2TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr.dark .star.split-30-70 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgZmlsbD0iI0Y3QjYwMyI+CiAgICA8cGF0aCBkPSJNMTQuODE5IDI4LjM4M1YxOEguMzM1ek0xNC44MTkgMjkuMDQ5TDkuNDE3IDQ1LjYyMWw1LjQwMi0zLjkzOXoiLz4KICA8L2c+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOGgtMy42MzR2MTAuMzgzbC4xNzYuMTI2LS4xNzYuNTR2MTIuNjMzbDkuMjA5LTYuNzE2TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr.stars-orange .star.split-30-70 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgZmlsbD0iI0U3NzExQiI+CiAgICA8cGF0aCBkPSJNMTQuODE5IDI4LjM4M1YxOEguMzM1ek0xNC44MTkgMjkuMDQ5TDkuNDE3IDQ1LjYyMWw1LjQwMi0zLjkzOXoiLz4KICA8L2c+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOGgtMy42MzR2MTAuMzgzbC4xNzYuMTI2LS4xNzYuNTR2MTIuNjMzbDkuMjA5LTYuNzE2TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr .star.split-20-80 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgZmlsbD0iI0Y3QjYwMyI+CiAgICA8cGF0aCBkPSJNMTAuMjYgMjUuMTE1VjE4SC4zMzV6TTEwLjI2IDQzLjAzNmwtLjg0MyAyLjU4NS44NDMtLjYxNXoiLz4KICA8L2c+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEgxMC4yNnY3LjExNWw0LjczNSAzLjM5NC00LjczNSAxNC41Mjd2MS45N2wxMy43NjgtMTAuMDRMMzguNjM5IDQ1LjY0bC01LjU3OC0xNy4xMzFMNDcuNzIxIDE4eiIvPgo8L3N2Zz4=");
}
.gmbrr.dark .star.split-20-80 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgZmlsbD0iI0Y3QjYwMyI+CiAgICA8cGF0aCBkPSJNMTAuMjYgMjUuMTE1VjE4SC4zMzV6TTEwLjI2IDQzLjAzNmwtLjg0MyAyLjU4NS44NDMtLjYxNXoiLz4KICA8L2c+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEgxMC4yNnY3LjExNWw0LjczNSAzLjM5NC00LjczNSAxNC41Mjd2MS45N2wxMy43NjgtMTAuMDRMMzguNjM5IDQ1LjY0bC01LjU3OC0xNy4xMzFMNDcuNzIxIDE4eiIvPgo8L3N2Zz4=");
}
.gmbrr.stars-orange .star.split-20-80 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgZmlsbD0iI0U3NzExQiI+CiAgICA8cGF0aCBkPSJNMTAuMjYgMjUuMTE1VjE4SC4zMzV6TTEwLjI2IDQzLjAzNmwtLjg0MyAyLjU4NS44NDMtLjYxNXoiLz4KICA8L2c+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEgxMC4yNnY3LjExNWw0LjczNSAzLjM5NC00LjczNSAxNC41Mjd2MS45N2wxMy43NjgtMTAuMDRMMzguNjM5IDQ1LjY0bC01LjU3OC0xNy4xMzFMNDcuNzIxIDE4eiIvPgo8L3N2Zz4=");
}
.gmbrr .star.split-10-90 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTUuNjIyIDIxLjc5VjE4SC4zMzV6Ii8+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEg1LjYyMnYzLjc5bDkuMzczIDYuNzE5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr.dark .star.split-10-90 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTUuNjIyIDIxLjc5VjE4SC4zMzV6Ii8+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEg1LjYyMnYzLjc5bDkuMzczIDYuNzE5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr.stars-orange .star.split-10-90 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0U3NzExQiIgZD0iTTUuNjIyIDIxLjc5VjE4SC4zMzV6Ii8+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEg1LjYyMnYzLjc5bDkuMzczIDYuNzE5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr .star.gray,
.gmbrr .star.grey {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8+Cjwvc3ZnPg==");
}
.gmbrr.dark .star.gray,
.gmbrr.dark .star.grey {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8+Cjwvc3ZnPg==");
}
.gmbrr.stars-orange .star.gray,
.gmbrr.stars-orange .star.grey {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8+Cjwvc3ZnPg==");
}
.gmbrr.dark .powered-by-google.light,
.powered-by-google {
display: inline-block;
line-height: 100%;
width: 143px;
height: 19px;
background: url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJNYWluIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKd2lkdGg9IjE0Mi42MjNweCIgaGVpZ2h0PSIxOC42MTFweCIgdmlld0JveD0iMCAwIDE0Mi42MjMgMTguNjExIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNDIuNjIzIDE4LjYxMSIKeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgo8cGF0aCBmaWxsPSIjRUE0MzM1IiBkPSJNMTEwLjI4MSw5Ljc5NGMwLDIuNjc4LTIuMDk1LDQuNjUxLTQuNjY1LDQuNjUxYy0yLjU3MSwwLTQuNjY1LTEuOTczLTQuNjY1LTQuNjUxCmMwLTIuNjk2LDIuMDk1LTQuNjUxLDQuNjY1LTQuNjUxQzEwOC4xODYsNS4xNDMsMTEwLjI4MSw3LjA5NywxMTAuMjgxLDkuNzk0eiBNMTA4LjIzOSw5Ljc5NGMwLTEuNjczLTEuMjE0LTIuODE4LTIuNjIzLTIuODE4CmMtMS40MDksMC0yLjYyMywxLjE0NS0yLjYyMywyLjgxOGMwLDEuNjU2LDEuMjE0LDIuODE4LDIuNjIzLDIuODE4QzEwNy4wMjUsMTIuNjEyLDEwOC4yMzksMTEuNDQ4LDEwOC4yMzksOS43OTR6Ii8+CjxwYXRoIGZpbGw9IiNGQkJDMDUiIGQ9Ik0xMjAuMzQ1LDkuNzk0YzAsMi42NzgtMi4wOTUsNC42NTEtNC42NjUsNC42NTFzLTQuNjY1LTEuOTczLTQuNjY1LTQuNjUxYzAtMi42OTQsMi4wOTUtNC42NTEsNC42NjUtNC42NTEKUzEyMC4zNDUsNy4wOTcsMTIwLjM0NSw5Ljc5NHogTTExOC4zMDMsOS43OTRjMC0xLjY3My0xLjIxNC0yLjgxOC0yLjYyMy0yLjgxOGMtMS40MDksMC0yLjYyMywxLjE0NS0yLjYyMywyLjgxOApjMCwxLjY1NiwxLjIxNCwyLjgxOCwyLjYyMywyLjgxOEMxMTcuMDg5LDEyLjYxMiwxMTguMzAzLDExLjQ0OCwxMTguMzAzLDkuNzk0eiIvPgo8cGF0aCBmaWxsPSIjNDI4NUY0IiBkPSJNMTI5Ljk5LDUuNDI0djguMzQ5YzAsMy40MzQtMi4wMjUsNC44MzctNC40Miw0LjgzN2MtMi4yNTQsMC0zLjYxMS0xLjUwOC00LjEyMi0yLjc0bDEuNzc4LTAuNzQKYzAuMzE3LDAuNzU3LDEuMDkyLDEuNjUsMi4zNDIsMS42NWMxLjUzMywwLDIuNDgzLTAuOTQ2LDIuNDgzLTIuNzI2di0wLjY2OWgtMC4wNzFjLTAuNDU3LDAuNTY0LTEuMzM4LDEuMDU3LTIuNDQ5LDEuMDU3CmMtMi4zMjUsMC00LjQ1Ni0yLjAyNS00LjQ1Ni00LjYzMmMwLTIuNjI1LDIuMTMtNC42NjcsNC40NTYtNC42NjdjMS4xMDksMCwxLjk5LDAuNDkzLDIuNDQ5LDEuMDRoMC4wNzFWNS40MjZoMS45MzlWNS40MjR6Ck0xMjguMTk1LDkuODExYzAtMS42MzgtMS4wOTItMi44MzUtMi40ODMtMi44MzVjLTEuNDA5LDAtMi41ODksMS4xOTctMi41ODksMi44MzVjMCwxLjYyMSwxLjE4LDIuODAxLDIuNTg5LDIuODAxCkMxMjcuMTAzLDEyLjYxMiwxMjguMTk1LDExLjQzMSwxMjguMTk1LDkuODExeiIvPgo8cGF0aCBmaWxsPSIjMzRBODUzIiBkPSJNMTMzLjE4OCwwLjUzdjEzLjYyOWgtMS45OTJWMC41M0gxMzMuMTg4eiIvPgo8cGF0aCBmaWxsPSIjRUE0MzM1IiBkPSJNMTQwLjk1LDExLjMyNGwxLjU4NSwxLjA1N2MtMC41MTIsMC43NTctMS43NDQsMi4wNjEtMy44NzUsMi4wNjFjLTIuNjQyLDAtNC42MTUtMi4wNDItNC42MTUtNC42NTEKYzAtMi43NjYsMS45OS00LjY1MSw0LjM4Ni00LjY1MWMyLjQxMywwLDMuNTk0LDEuOTIxLDMuOTgsMi45NThsMC4yMTIsMC41MjhsLTYuMjE3LDIuNTc1YzAuNDc2LDAuOTMzLDEuMjE2LDEuNDA5LDIuMjU0LDEuNDA5CkMxMzkuNywxMi42MTIsMTQwLjQyMSwxMi4xLDE0MC45NSwxMS4zMjRMMTQwLjk1LDExLjMyNHogTTEzNi4wNzEsOS42NTFsNC4xNTYtMS43MjZjLTAuMjI5LTAuNTgxLTAuOTE2LTAuOTg1LTEuNzI2LTAuOTg1CkMxMzcuNDYzLDYuOTQsMTM2LjAxOCw3Ljg1NiwxMzYuMDcxLDkuNjUxeiIvPgo8cGF0aCBmaWxsPSIjNDI4NUY0IiBkPSJNOTMuNDExLDguNTg0VjYuNjExaDYuNjQ5YzAuMDY1LDAuMzQ0LDAuMDk5LDAuNzUxLDAuMDk5LDEuMTkxYzAsMS40OC0wLjQwNSwzLjMxMS0xLjcwOSw0LjYxNQpjLTEuMjY5LDEuMzIxLTIuODg5LDIuMDI1LTUuMDM2LDIuMDI1Yy0zLjk4LDAtNy4zMjYtMy4yNDItNy4zMjYtNy4yMjFTODkuNDMzLDAsOTMuNDEzLDBjMi4yMDIsMCwzLjc3LDAuODY0LDQuOTQ4LDEuOTkKbC0xLjM5MiwxLjM5MmMtMC44NDUtMC43OTMtMS45OS0xLjQwOS0zLjU1OC0xLjQwOWMtMi45MDYsMC01LjE3OSwyLjM0Mi01LjE3OSw1LjI0OHMyLjI3Myw1LjI0OCw1LjE3OSw1LjI0OApjMS44ODUsMCwyLjk1OC0wLjc1NywzLjY0Ni0xLjQ0NWMwLjU1OC0wLjU1OCwwLjkyNS0xLjM1NCwxLjA2OS0yLjQ0M0w5My40MTEsOC41ODR6Ii8+CjxnPgo8Zz4KPHBhdGggZmlsbD0iIzdDN0M3QyIgZD0iTTEuNDg2LDYuMzgydjEuMjg4aDAuMDMzQzIuMTksNi42NTcsMy4wODcsNi4xNTEsNC4yMSw2LjE1MWMxLjA3OSwwLDEuOTU0LDAuMzk5LDIuNjI1LDEuMTk3CmMwLjY3MSwwLjc5OCwxLjAwNywxLjc0OCwxLjAwNywyLjg0OGMwLDEuMTY3LTAuMzMsMi4xNTUtMC45OTEsMi45NjRjLTAuNjYsMC44MDktMS41NjMsMS4yMTQtMi43MDgsMS4yMTQKYy0wLjUyOCwwLTEuMDIxLTAuMTMyLTEuNDc4LTAuMzk2Yy0wLjQ1Ny0wLjI2NC0wLjgzOS0wLjYyMi0xLjE0OC0xLjA3M0gxLjQ4NnY0LjYzSDBWNi4zODJIMS40ODZ6IE0zLjg0NywxMy4wNTIKYzAuNzgxLDAsMS4zOTUtMC4yNywxLjg0MS0wLjgwOWMwLjQ0Ni0wLjUzOSwwLjY2OS0xLjIwNSwwLjY2OS0xLjk5OGMwLTAuNzgxLTAuMjI2LTEuNDM5LTAuNjc3LTEuOTczCkM1LjIyOCw3LjczOCw0LjYxNyw3LjQ3MSwzLjg0Nyw3LjQ3MWMtMC43MzgsMC0xLjMyOSwwLjI3Mi0xLjc3NSwwLjgxN3MtMC42NjksMS4xOTctMC42NjksMS45NTZjMCwwLjc3MSwwLjIyLDEuNDMxLDAuNjYsMS45ODEKQzIuNTA0LDEyLjc3NywzLjA5OCwxMy4wNTIsMy44NDcsMTMuMDUyeiIvPgo8cGF0aCBmaWxsPSIjN0M3QzdDIiBkPSJNOS43OTksNy4zMzljMC43OTgtMC43OTIsMS43NzUtMS4xODksMi45MzEtMS4xODljMS4xNTYsMCwyLjEzMiwwLjM5NiwyLjkzMSwxLjE4OQpjMC43OTgsMC43OTMsMS4xOTcsMS43NjcsMS4xOTcsMi45MjJjMCwxLjE1Ni0wLjM5OSwyLjEzLTEuMTk3LDIuOTIyYy0wLjc5OCwwLjc5My0xLjc3NSwxLjE4OS0yLjkzMSwxLjE4OQpjLTEuMTU2LDAtMi4xMzMtMC4zOTYtMi45MzEtMS4xODljLTAuNzk4LTAuNzkyLTEuMTk3LTEuNzY2LTEuMTk3LTIuOTIyQzguNjAyLDkuMTA2LDkuMDAxLDguMTMyLDkuNzk5LDcuMzM5eiBNMTQuNTk1LDguMzYzCmMtMC41MTctMC41MjgtMS4xMzktMC43OTItMS44NjYtMC43OTJjLTAuNzI2LDAtMS4zNDgsMC4yNjQtMS44NjYsMC43OTJjLTAuNTE4LDAuNTI4LTAuNzc2LDEuMTYyLTAuNzc2LDEuODk5CmMwLDAuNzI2LDAuMjU4LDEuMzU3LDAuNzc2LDEuODljMC41MTcsMC41MzQsMS4xMzksMC44MDEsMS44NjYsMC44MDFjMC43MjYsMCwxLjM0OC0wLjI2NywxLjg2Ni0wLjgwMQpjMC41MTctMC41MzQsMC43NzYtMS4xNjQsMC43NzYtMS44OUMxNS4zNzEsOS41MjQsMTUuMTEyLDguODkxLDE0LjU5NSw4LjM2M3oiLz4KPHBhdGggZmlsbD0iIzdDN0M3QyIgZD0iTTE4LjYwNyw2LjM4MmwyLjI0NSw0LjkybDIuMTc5LTQuOTczaDAuMzkxbDEuOTcxLDQuOTczbDIuMjQ1LTQuOTJoMS42ODRsLTMuNzEzLDcuOTkxbC0wLjQzOCwwCmwtMi4wNDEtNS4xNjhsLTIuMDY4LDUuMTY4bC0wLjQ2OSwwbC0zLjY3MS03Ljk5MUgxOC42MDd6Ii8+CjxwYXRoIGZpbGw9IiM3QzdDN0MiIGQ9Ik0zNi44NTEsMTAuNDkzaC01Ljg5NGMwLjAxMSwwLjY5NCwwLjIzMSwxLjI5MywwLjY2LDEuOGMwLjQyOSwwLjUwNiwwLjk4NSwwLjc2LDEuNjY4LDAuNzYKYzAuNTM5LDAsMC45ODItMC4xMjQsMS4zMjktMC4zNzJjMC4zNDctMC4yNDgsMC42NzQtMC42MjUsMC45ODItMS4xMzFsMS4yNTUsMC43MWMtMC4zNjMsMC42Ni0wLjg2MSwxLjE3OC0xLjQ5NCwxLjU1MgpjLTAuNjMzLDAuMzc0LTEuMzI5LDAuNTYxLTIuMDg5LDAuNTYxYy0xLjE1NiwwLTIuMDc4LTAuMzg1LTIuNzY2LTEuMTU2Yy0wLjY4OC0wLjc3LTEuMDMyLTEuNzM5LTEuMDMyLTIuOTA2CmMwLTEuMjMyLDAuMzI1LTIuMjM0LDAuOTc0LTMuMDA1YzAuNjQ5LTAuNzcsMS41NzktMS4xNTYsMi43OS0xLjE1NmMxLjE3OCwwLDIuMDc1LDAuMzgzLDIuNjkxLDEuMTQ4CmMwLjYxNiwwLjc2NSwwLjkyNSwxLjc1MywwLjkyNSwyLjk2NFYxMC40OTN6IE0zMS4wMzksOS4zN2g0LjMyNmMtMC4wODgtMC41OTQtMC4zMTktMS4wNjUtMC42OTMtMS40MTIKYy0wLjM3NC0wLjM0Ny0wLjg1My0wLjUyLTEuNDM3LTAuNTJjLTAuNTcyLDAtMS4wNTksMC4xODItMS40NjEsMC41NDVDMzEuMzcyLDguMzQ3LDMxLjEyNyw4LjgwOSwzMS4wMzksOS4zN3oiLz4KPHBhdGggZmlsbD0iIzdDN0M3QyIgZD0iTTM5LjcwNyw2LjM4MnYxLjI1NWgwLjA0OWMwLjE4Ny0wLjQ2MiwwLjQ2NS0wLjgyNiwwLjgzNC0xLjA5YzAuMzY5LTAuMjY0LDAuNzk1LTAuMzk2LDEuMjc5LTAuMzk2CmMwLjQxOCwwLDAuODI2LDAuMTI3LDEuMjIyLDAuMzhsLTAuNjc3LDEuMzU0Yy0wLjI0Mi0wLjIwOS0wLjU0NS0wLjMxNC0wLjkwOC0wLjMxNGMtMC4zODUsMC0wLjcwNSwwLjA4LTAuOTU4LDAuMjM5CmMtMC4yNTMsMC4xNi0wLjQzNywwLjM4NS0wLjU1MywwLjY3N2MtMC4xMTYsMC4yOTItMC4xOTMsMC41NzgtMC4yMzEsMC44NTljLTAuMDM5LDAuMjgxLTAuMDU4LDAuNjAyLTAuMDU4LDAuOTY2djMuNzk3aC0xLjQ4NgpWNi4zODJIMzkuNzA3eiIvPgo8cGF0aCBmaWxsPSIjN0M3QzdDIiBkPSJNNTAuNzAzLDEwLjQ5M2gtNS44OTRjMC4wMTEsMC42OTQsMC4yMzEsMS4yOTMsMC42NiwxLjhjMC40MjksMC41MDYsMC45ODUsMC43NiwxLjY2OCwwLjc2CmMwLjUzOSwwLDAuOTgyLTAuMTI0LDEuMzI5LTAuMzcyYzAuMzQ3LTAuMjQ4LDAuNjc0LTAuNjI1LDAuOTgyLTEuMTMxbDEuMjU1LDAuNzFjLTAuMzYzLDAuNjYtMC44NjEsMS4xNzgtMS40OTQsMS41NTIKYy0wLjYzMywwLjM3NC0xLjMyOSwwLjU2MS0yLjA4OSwwLjU2MWMtMS4xNTYsMC0yLjA3OC0wLjM4NS0yLjc2Ni0xLjE1NmMtMC42ODgtMC43Ny0xLjAzMi0xLjczOS0xLjAzMi0yLjkwNgpjMC0xLjIzMiwwLjMyNS0yLjIzNCwwLjk3NC0zLjAwNWMwLjY0OS0wLjc3LDEuNTc5LTEuMTU2LDIuNzktMS4xNTZjMS4xNzgsMCwyLjA3NSwwLjM4MywyLjY5MSwxLjE0OApjMC42MTYsMC43NjUsMC45MjUsMS43NTMsMC45MjUsMi45NjRWMTAuNDkzeiBNNDQuODkxLDkuMzdoNC4zMjZjLTAuMDg4LTAuNTk0LTAuMzE5LTEuMDY1LTAuNjkzLTEuNDEyCmMtMC4zNzQtMC4zNDctMC44NTMtMC41Mi0xLjQzNy0wLjUyYy0wLjU3MiwwLTEuMDU5LDAuMTgyLTEuNDYxLDAuNTQ1QzQ1LjIyNCw4LjM0Nyw0NC45NzksOC44MDksNDQuODkxLDkuMzd6Ii8+CjxwYXRoIGZpbGw9IiM3QzdDN0MiIGQ9Ik01Ny43MzYsMTQuMTA5di0xLjIwNWgtMC4wMzNjLTAuMzA4LDAuNDUxLTAuNjkxLDAuODA5LTEuMTQ4LDEuMDczCmMtMC40NTcsMC4yNjQtMC45NDksMC4zOTYtMS40NzgsMC4zOTZjLTEuMTQ1LDAtMi4wNDctMC40MDUtMi43MDgtMS4yMTRjLTAuNjYtMC44MDktMC45OTEtMS43OTctMC45OTEtMi45NjQKYzAtMS4xLDAuMzM2LTIuMDUsMS4wMDctMi44NDhjMC42NzEtMC43OTgsMS41NDYtMS4xOTcsMi42MjUtMS4xOTdjMS4xMjMsMCwyLjAyLDAuNTA2LDIuNjkxLDEuNTE5aDAuMDMzVjIuMTExaDEuNDg2djExLjk5OApINTcuNzM2eiBNNTUuMzA5LDEzLjA1MmMwLjc4MSwwLDEuMzk1LTAuMjcsMS44NDEtMC44MDljMC40NDYtMC41MzksMC42NjktMS4yMDUsMC42NjktMS45OThjMC0wLjc4MS0wLjIyNi0xLjQzOS0wLjY3Ny0xLjk3MwpjLTAuNDUxLTAuNTM0LTEuMDYyLTAuODAxLTEuODMzLTAuODAxYy0wLjczOCwwLTEuMzI5LDAuMjcyLTEuNzc1LDAuODE3Yy0wLjQ0NiwwLjU0NS0wLjY2OSwxLjE5Ny0wLjY2OSwxLjk1NgpjMCwwLjc3MSwwLjIyLDEuNDMxLDAuNjYsMS45ODFDNTMuOTY2LDEyLjc3Nyw1NC41NjEsMTMuMDUyLDU1LjMwOSwxMy4wNTJ6Ii8+CjxwYXRoIGZpbGw9IiM3QzdDN0MiIGQ9Ik02NS44MSwxNC4xMDlWMi4xMTFoMS40ODZ2NS41NTloMC4wMzNDNjgsNi42NTcsNjguODk3LDYuMTUxLDcwLjAyLDYuMTUxCmMxLjA3OSwwLDEuOTU0LDAuMzk5LDIuNjI1LDEuMTk3YzAuNjcxLDAuNzk4LDEuMDA3LDEuNzQ4LDEuMDA3LDIuODQ4YzAsMS4xNjctMC4zMywyLjE1NS0wLjk5LDIuOTY0CmMtMC42NiwwLjgwOS0xLjU2MywxLjIxNC0yLjcwOCwxLjIxNGMtMC41MjgsMC0xLjAyMS0wLjEzMi0xLjQ3OC0wLjM5NmMtMC40NTctMC4yNjQtMC44MzktMC42MjItMS4xNDgtMS4wNzNoLTAuMDMzdjEuMjA1Ckg2NS44MXogTTY5LjY1NywxMy4wNTJjMC43ODEsMCwxLjM5NS0wLjI3LDEuODQxLTAuODA5YzAuNDQ2LTAuNTM5LDAuNjY5LTEuMjA1LDAuNjY5LTEuOTk4YzAtMC43ODEtMC4yMjYtMS40MzktMC42NzctMS45NzMKYy0wLjQ1MS0wLjUzNC0xLjA2Mi0wLjgwMS0xLjgzMy0wLjgwMWMtMC43MzgsMC0xLjMyOSwwLjI3Mi0xLjc3NSwwLjgxN3MtMC42NjksMS4xOTctMC42NjksMS45NTYKYzAsMC43NzEsMC4yMiwxLjQzMSwwLjY2LDEuOTgxQzY4LjMxMywxMi43NzcsNjguOTA4LDEzLjA1Miw2OS42NTcsMTMuMDUyeiIvPgo8cGF0aCBmaWxsPSIjN0M3QzdDIiBkPSJNNzcuNCwxMi43ODhsLTMuNTMzLTYuNDA2SDc1LjZsMi42MDgsNC45MDRsMi40MjctNC45MDRoMS42NjdsLTUuMjU4LDExLjE1MmgtMS42ODRMNzcuNCwxMi43ODh6Ii8+CjwvZz4KPC9nPgo8L2c+Cjwvc3ZnPgo") 0 0/100% no-repeat;
}
.gmbrr.dark .powered-by-google,
.powered-by-google.dark {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJNYWluIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKd2lkdGg9IjE0Mi42MjNweCIgaGVpZ2h0PSIxOC42MTFweCIgdmlld0JveD0iMCAwIDE0Mi42MjMgMTguNjExIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNDIuNjIzIDE4LjYxMSIKeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnIG9wYWNpdHk9IjAuNyI+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMTAuMjgxLDkuNzk0YzAsMi42NzgtMi4wOTUsNC42NTEtNC42NjUsNC42NTFjLTIuNTcxLDAtNC42NjUtMS45NzMtNC42NjUtNC42NTEKYzAtMi42OTYsMi4wOTUtNC42NTEsNC42NjUtNC42NTFDMTA4LjE4Niw1LjE0MywxMTAuMjgxLDcuMDk3LDExMC4yODEsOS43OTR6IE0xMDguMjM5LDkuNzk0YzAtMS42NzMtMS4yMTQtMi44MTgtMi42MjMtMi44MTgKYy0xLjQwOSwwLTIuNjIzLDEuMTQ1LTIuNjIzLDIuODE4YzAsMS42NTYsMS4yMTQsMi44MTgsMi42MjMsMi44MThDMTA3LjAyNSwxMi42MTIsMTA4LjIzOSwxMS40NDgsMTA4LjIzOSw5Ljc5NHoiLz4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTEyMC4zNDUsOS43OTRjMCwyLjY3OC0yLjA5NSw0LjY1MS00LjY2NSw0LjY1MXMtNC42NjUtMS45NzMtNC42NjUtNC42NTFjMC0yLjY5NCwyLjA5NS00LjY1MSw0LjY2NS00LjY1MQpTMTIwLjM0NSw3LjA5NywxMjAuMzQ1LDkuNzk0eiBNMTE4LjMwMyw5Ljc5NGMwLTEuNjczLTEuMjE0LTIuODE4LTIuNjIzLTIuODE4Yy0xLjQwOSwwLTIuNjIzLDEuMTQ1LTIuNjIzLDIuODE4CmMwLDEuNjU2LDEuMjE0LDIuODE4LDIuNjIzLDIuODE4QzExNy4wODksMTIuNjEyLDExOC4zMDMsMTEuNDQ4LDExOC4zMDMsOS43OTR6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMjkuOTksNS40MjR2OC4zNDljMCwzLjQzNC0yLjAyNSw0LjgzNy00LjQyLDQuODM3Yy0yLjI1NCwwLTMuNjExLTEuNTA4LTQuMTIyLTIuNzRsMS43NzgtMC43NApjMC4zMTcsMC43NTcsMS4wOTIsMS42NSwyLjM0MiwxLjY1YzEuNTMzLDAsMi40ODMtMC45NDYsMi40ODMtMi43MjZ2LTAuNjY5aC0wLjA3MWMtMC40NTcsMC41NjQtMS4zMzgsMS4wNTctMi40NDksMS4wNTcKYy0yLjMyNSwwLTQuNDU2LTIuMDI1LTQuNDU2LTQuNjMyYzAtMi42MjUsMi4xMy00LjY2Nyw0LjQ1Ni00LjY2N2MxLjEwOSwwLDEuOTksMC40OTMsMi40NDksMS4wNGgwLjA3MVY1LjQyNmgxLjkzOVY1LjQyNHoKTTEyOC4xOTUsOS44MTFjMC0xLjYzOC0xLjA5Mi0yLjgzNS0yLjQ4My0yLjgzNWMtMS40MDksMC0yLjU4OSwxLjE5Ny0yLjU4OSwyLjgzNWMwLDEuNjIxLDEuMTgsMi44MDEsMi41ODksMi44MDEKQzEyNy4xMDMsMTIuNjEyLDEyOC4xOTUsMTEuNDMxLDEyOC4xOTUsOS44MTF6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMzMuMTg4LDAuNTN2MTMuNjI5aC0xLjk5MlYwLjUzSDEzMy4xODh6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNDAuOTUsMTEuMzI0bDEuNTg1LDEuMDU3Yy0wLjUxMiwwLjc1Ny0xLjc0NCwyLjA2MS0zLjg3NSwyLjA2MWMtMi42NDIsMC00LjYxNS0yLjA0Mi00LjYxNS00LjY1MQpjMC0yLjc2NiwxLjk5LTQuNjUxLDQuMzg2LTQuNjUxYzIuNDEzLDAsMy41OTQsMS45MjEsMy45OCwyLjk1OGwwLjIxMiwwLjUyOGwtNi4yMTcsMi41NzVjMC40NzYsMC45MzMsMS4yMTYsMS40MDksMi4yNTQsMS40MDkKQzEzOS43LDEyLjYxMiwxNDAuNDIxLDEyLjEsMTQwLjk1LDExLjMyNEwxNDAuOTUsMTEuMzI0eiBNMTM2LjA3MSw5LjY1MWw0LjE1Ni0xLjcyNmMtMC4yMjktMC41ODEtMC45MTYtMC45ODUtMS43MjYtMC45ODUKQzEzNy40NjMsNi45NCwxMzYuMDE4LDcuODU2LDEzNi4wNzEsOS42NTF6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik05My40MTEsOC41ODRWNi42MTFoNi42NDljMC4wNjUsMC4zNDQsMC4wOTksMC43NTEsMC4wOTksMS4xOTFjMCwxLjQ4LTAuNDA1LDMuMzExLTEuNzA5LDQuNjE1CmMtMS4yNjksMS4zMjEtMi44ODksMi4wMjUtNS4wMzYsMi4wMjVjLTMuOTgsMC03LjMyNi0zLjI0Mi03LjMyNi03LjIyMVM4OS40MzMsMCw5My40MTMsMGMyLjIwMiwwLDMuNzcsMC44NjQsNC45NDgsMS45OQpsLTEuMzkyLDEuMzkyYy0wLjg0NS0wLjc5My0xLjk5LTEuNDA5LTMuNTU4LTEuNDA5Yy0yLjkwNiwwLTUuMTc5LDIuMzQyLTUuMTc5LDUuMjQ4czIuMjczLDUuMjQ4LDUuMTc5LDUuMjQ4CmMxLjg4NSwwLDIuOTU4LTAuNzU3LDMuNjQ2LTEuNDQ1YzAuNTU4LTAuNTU4LDAuOTI1LTEuMzU0LDEuMDY5LTIuNDQzTDkzLjQxMSw4LjU4NHoiLz4KPGc+CjxnPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMS40ODYsNi4zODJ2MS4yODhoMC4wMzNDMi4xOSw2LjY1NywzLjA4Nyw2LjE1MSw0LjIxLDYuMTUxYzEuMDc5LDAsMS45NTQsMC4zOTksMi42MjUsMS4xOTcKYzAuNjcxLDAuNzk4LDEuMDA3LDEuNzQ4LDEuMDA3LDIuODQ4YzAsMS4xNjctMC4zMywyLjE1NS0wLjk5MSwyLjk2NGMtMC42NiwwLjgwOS0xLjU2MywxLjIxNC0yLjcwOCwxLjIxNApjLTAuNTI4LDAtMS4wMjEtMC4xMzItMS40NzgtMC4zOTZjLTAuNDU3LTAuMjY0LTAuODM5LTAuNjIyLTEuMTQ4LTEuMDczSDEuNDg2djQuNjNIMFY2LjM4MkgxLjQ4NnogTTMuODQ3LDEzLjA1MgpjMC43ODEsMCwxLjM5NS0wLjI3LDEuODQxLTAuODA5YzAuNDQ2LTAuNTM5LDAuNjY5LTEuMjA1LDAuNjY5LTEuOTk4YzAtMC43ODEtMC4yMjYtMS40MzktMC42NzctMS45NzMKQzUuMjI4LDcuNzM4LDQuNjE3LDcuNDcxLDMuODQ3LDcuNDcxYy0wLjczOCwwLTEuMzI5LDAuMjcyLTEuNzc1LDAuODE3cy0wLjY2OSwxLjE5Ny0wLjY2OSwxLjk1NmMwLDAuNzcxLDAuMjIsMS40MzEsMC42NiwxLjk4MQpDMi41MDQsMTIuNzc3LDMuMDk4LDEzLjA1MiwzLjg0NywxMy4wNTJ6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik05Ljc5OSw3LjMzOWMwLjc5OC0wLjc5MiwxLjc3NS0xLjE4OSwyLjkzMS0xLjE4OWMxLjE1NiwwLDIuMTMyLDAuMzk2LDIuOTMxLDEuMTg5CmMwLjc5OCwwLjc5MywxLjE5NywxLjc2NywxLjE5NywyLjkyMmMwLDEuMTU2LTAuMzk5LDIuMTMtMS4xOTcsMi45MjJjLTAuNzk4LDAuNzkzLTEuNzc1LDEuMTg5LTIuOTMxLDEuMTg5CmMtMS4xNTYsMC0yLjEzMy0wLjM5Ni0yLjkzMS0xLjE4OWMtMC43OTgtMC43OTItMS4xOTctMS43NjYtMS4xOTctMi45MjJDOC42MDIsOS4xMDYsOS4wMDEsOC4xMzIsOS43OTksNy4zMzl6IE0xNC41OTUsOC4zNjMKYy0wLjUxNy0wLjUyOC0xLjEzOS0wLjc5Mi0xLjg2Ni0wLjc5MmMtMC43MjYsMC0xLjM0OCwwLjI2NC0xLjg2NiwwLjc5MmMtMC41MTgsMC41MjgtMC43NzYsMS4xNjItMC43NzYsMS44OTkKYzAsMC43MjYsMC4yNTgsMS4zNTcsMC43NzYsMS44OWMwLjUxNywwLjUzNCwxLjEzOSwwLjgwMSwxLjg2NiwwLjgwMWMwLjcyNiwwLDEuMzQ4LTAuMjY3LDEuODY2LTAuODAxCmMwLjUxNy0wLjUzNCwwLjc3Ni0xLjE2NCwwLjc3Ni0xLjg5QzE1LjM3MSw5LjUyNCwxNS4xMTIsOC44OTEsMTQuNTk1LDguMzYzeiIvPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTguNjA3LDYuMzgybDIuMjQ1LDQuOTJsMi4xNzktNC45NzNoMC4zOTFsMS45NzEsNC45NzNsMi4yNDUtNC45MmgxLjY4NGwtMy43MTMsNy45OTFsLTAuNDM4LDAKbC0yLjA0MS01LjE2OGwtMi4wNjgsNS4xNjhsLTAuNDY5LDBsLTMuNjcxLTcuOTkxSDE4LjYwN3oiLz4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTM2Ljg1MSwxMC40OTNoLTUuODk0YzAuMDExLDAuNjk0LDAuMjMxLDEuMjkzLDAuNjYsMS44YzAuNDI5LDAuNTA2LDAuOTg1LDAuNzYsMS42NjgsMC43NgpjMC41MzksMCwwLjk4Mi0wLjEyNCwxLjMyOS0wLjM3MmMwLjM0Ny0wLjI0OCwwLjY3NC0wLjYyNSwwLjk4Mi0xLjEzMWwxLjI1NSwwLjcxYy0wLjM2MywwLjY2LTAuODYxLDEuMTc4LTEuNDk0LDEuNTUyCmMtMC42MzMsMC4zNzQtMS4zMjksMC41NjEtMi4wODksMC41NjFjLTEuMTU2LDAtMi4wNzgtMC4zODUtMi43NjYtMS4xNTZjLTAuNjg4LTAuNzctMS4wMzItMS43MzktMS4wMzItMi45MDYKYzAtMS4yMzIsMC4zMjUtMi4yMzQsMC45NzQtMy4wMDVjMC42NDktMC43NywxLjU3OS0xLjE1NiwyLjc5LTEuMTU2YzEuMTc4LDAsMi4wNzUsMC4zODMsMi42OTEsMS4xNDgKYzAuNjE2LDAuNzY1LDAuOTI1LDEuNzUzLDAuOTI1LDIuOTY0VjEwLjQ5M3ogTTMxLjAzOSw5LjM3aDQuMzI2Yy0wLjA4OC0wLjU5NC0wLjMxOS0xLjA2NS0wLjY5My0xLjQxMgpjLTAuMzc0LTAuMzQ3LTAuODUzLTAuNTItMS40MzctMC41MmMtMC41NzIsMC0xLjA1OSwwLjE4Mi0xLjQ2MSwwLjU0NUMzMS4zNzIsOC4zNDcsMzEuMTI3LDguODA5LDMxLjAzOSw5LjM3eiIvPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMzkuNzA3LDYuMzgydjEuMjU1aDAuMDQ5YzAuMTg3LTAuNDYyLDAuNDY1LTAuODI2LDAuODM0LTEuMDljMC4zNjktMC4yNjQsMC43OTUtMC4zOTYsMS4yNzktMC4zOTYKYzAuNDE4LDAsMC44MjYsMC4xMjcsMS4yMjIsMC4zOGwtMC42NzcsMS4zNTRjLTAuMjQyLTAuMjA5LTAuNTQ1LTAuMzE0LTAuOTA4LTAuMzE0Yy0wLjM4NSwwLTAuNzA1LDAuMDgtMC45NTgsMC4yMzkKYy0wLjI1MywwLjE2LTAuNDM3LDAuMzg1LTAuNTUzLDAuNjc3Yy0wLjExNiwwLjI5Mi0wLjE5MywwLjU3OC0wLjIzMSwwLjg1OWMtMC4wMzksMC4yODEtMC4wNTgsMC42MDItMC4wNTgsMC45NjZ2My43OTdoLTEuNDg2ClY2LjM4MkgzOS43MDd6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik01MC43MDMsMTAuNDkzaC01Ljg5NGMwLjAxMSwwLjY5NCwwLjIzMSwxLjI5MywwLjY2LDEuOGMwLjQyOSwwLjUwNiwwLjk4NSwwLjc2LDEuNjY4LDAuNzYKYzAuNTM5LDAsMC45ODItMC4xMjQsMS4zMjktMC4zNzJjMC4zNDctMC4yNDgsMC42NzQtMC42MjUsMC45ODItMS4xMzFsMS4yNTUsMC43MWMtMC4zNjMsMC42Ni0wLjg2MSwxLjE3OC0xLjQ5NCwxLjU1MgpjLTAuNjMzLDAuMzc0LTEuMzI5LDAuNTYxLTIuMDg5LDAuNTYxYy0xLjE1NiwwLTIuMDc4LTAuMzg1LTIuNzY2LTEuMTU2Yy0wLjY4OC0wLjc3LTEuMDMyLTEuNzM5LTEuMDMyLTIuOTA2CmMwLTEuMjMyLDAuMzI1LTIuMjM0LDAuOTc0LTMuMDA1YzAuNjQ5LTAuNzcsMS41NzktMS4xNTYsMi43OS0xLjE1NmMxLjE3OCwwLDIuMDc1LDAuMzgzLDIuNjkxLDEuMTQ4CmMwLjYxNiwwLjc2NSwwLjkyNSwxLjc1MywwLjkyNSwyLjk2NFYxMC40OTN6IE00NC44OTEsOS4zN2g0LjMyNmMtMC4wODgtMC41OTQtMC4zMTktMS4wNjUtMC42OTMtMS40MTIKYy0wLjM3NC0wLjM0Ny0wLjg1My0wLjUyLTEuNDM3LTAuNTJjLTAuNTcyLDAtMS4wNTksMC4xODItMS40NjEsMC41NDVDNDUuMjI0LDguMzQ3LDQ0Ljk3OSw4LjgwOSw0NC44OTEsOS4zN3oiLz4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTU3LjczNiwxNC4xMDl2LTEuMjA1aC0wLjAzM2MtMC4zMDgsMC40NTEtMC42OTEsMC44MDktMS4xNDgsMS4wNzMKYy0wLjQ1NywwLjI2NC0wLjk0OSwwLjM5Ni0xLjQ3OCwwLjM5NmMtMS4xNDUsMC0yLjA0Ny0wLjQwNS0yLjcwOC0xLjIxNGMtMC42Ni0wLjgwOS0wLjk5MS0xLjc5Ny0wLjk5MS0yLjk2NApjMC0xLjEsMC4zMzYtMi4wNSwxLjAwNy0yLjg0OGMwLjY3MS0wLjc5OCwxLjU0Ni0xLjE5NywyLjYyNS0xLjE5N2MxLjEyMywwLDIuMDIsMC41MDYsMi42OTEsMS41MTloMC4wMzNWMi4xMTFoMS40ODZ2MTEuOTk4Ckg1Ny43MzZ6IE01NS4zMDksMTMuMDUyYzAuNzgxLDAsMS4zOTUtMC4yNywxLjg0MS0wLjgwOWMwLjQ0Ni0wLjUzOSwwLjY2OS0xLjIwNSwwLjY2OS0xLjk5OGMwLTAuNzgxLTAuMjI2LTEuNDM5LTAuNjc3LTEuOTczCmMtMC40NTEtMC41MzQtMS4wNjItMC44MDEtMS44MzMtMC44MDFjLTAuNzM4LDAtMS4zMjksMC4yNzItMS43NzUsMC44MTdjLTAuNDQ2LDAuNTQ1LTAuNjY5LDEuMTk3LTAuNjY5LDEuOTU2CmMwLDAuNzcxLDAuMjIsMS40MzEsMC42NiwxLjk4MUM1My45NjYsMTIuNzc3LDU0LjU2MSwxMy4wNTIsNTUuMzA5LDEzLjA1MnoiLz4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTY1LjgxLDE0LjEwOVYyLjExMWgxLjQ4NnY1LjU1OWgwLjAzM0M2OCw2LjY1Nyw2OC44OTcsNi4xNTEsNzAuMDIsNi4xNTEKYzEuMDc5LDAsMS45NTQsMC4zOTksMi42MjUsMS4xOTdjMC42NzEsMC43OTgsMS4wMDcsMS43NDgsMS4wMDcsMi44NDhjMCwxLjE2Ny0wLjMzLDIuMTU1LTAuOTksMi45NjQKYy0wLjY2LDAuODA5LTEuNTYzLDEuMjE0LTIuNzA4LDEuMjE0Yy0wLjUyOCwwLTEuMDIxLTAuMTMyLTEuNDc4LTAuMzk2Yy0wLjQ1Ny0wLjI2NC0wLjgzOS0wLjYyMi0xLjE0OC0xLjA3M2gtMC4wMzN2MS4yMDUKSDY1LjgxeiBNNjkuNjU3LDEzLjA1MmMwLjc4MSwwLDEuMzk1LTAuMjcsMS44NDEtMC44MDljMC40NDYtMC41MzksMC42NjktMS4yMDUsMC42NjktMS45OThjMC0wLjc4MS0wLjIyNi0xLjQzOS0wLjY3Ny0xLjk3MwpjLTAuNDUxLTAuNTM0LTEuMDYyLTAuODAxLTEuODMzLTAuODAxYy0wLjczOCwwLTEuMzI5LDAuMjcyLTEuNzc1LDAuODE3cy0wLjY2OSwxLjE5Ny0wLjY2OSwxLjk1NgpjMCwwLjc3MSwwLjIyLDEuNDMxLDAuNjYsMS45ODFDNjguMzEzLDEyLjc3Nyw2OC45MDgsMTMuMDUyLDY5LjY1NywxMy4wNTJ6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik03Ny40LDEyLjc4OGwtMy41MzMtNi40MDZINzUuNmwyLjYwOCw0LjkwNGwyLjQyNy00LjkwNGgxLjY2N2wtNS4yNTgsMTEuMTUyaC0xLjY4NEw3Ny40LDEyLjc4OHoiLz4KPC9nPgo8L2c+CjwvZz4KPC9zdmc+Cg");
}
.powered-by-google.image {
background: 0 0;
}
.powered-by-google img {
display: inline-block;
width: 143px;
height: 19px;
}
.google-icon,
.google-icon-black .google-icon,
.google-icon-white .google-icon {
inset-block-start: 0.05em;
position: relative;
margin-inline-end: 0.3em;
display: inline-block;
width: 1em;
height: 1em;
background: url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJnb29nbGUtaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCndpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KPGRlZnM+CjxwYXRoIGlkPSJTVkdJRF8xXyIgZD0iTTMxLjI2MiwxMy4wODFIMTYuMzYzdjYuMTc3aDguNTc2Yy0wLjc5OSwzLjkyNC00LjE0Miw2LjE3Ny04LjU3Niw2LjE3N2MtNS4yMzMsMC05LjQ0OC00LjIxNS05LjQ0OC05LjQ0OApzNC4yMTUtOS40NDgsOS40NDgtOS40NDhjMi4yNTMsMCw0LjI4OCwwLjc5OSw1Ljg4NywyLjEwOGw0LjY1MS00LjY1MUMyNC4wNjcsMS41MjYsMjAuNDMzLDAsMTYuMzYzLDAKQzcuNDk3LDAsMC4zNzUsNy4xMjIsMC4zNzUsMTUuOTg4czcuMTIyLDE1Ljk4OCwxNS45ODgsMTUuOTg4YzcuOTk0LDAsMTUuMjYyLTUuODE0LDE1LjI2Mi0xNS45ODgKQzMxLjYyNSwxNS4wNDQsMzEuNDgsMTQuMDI2LDMxLjI2MiwxMy4wODF6Ii8+CjwvZGVmcz4KPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+Cjx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4KPC9jbGlwUGF0aD4KPHBhdGggY2xpcC1wYXRoPSJ1cmwoI1NWR0lEXzJfKSIgZmlsbD0iI0ZCQkMwNSIgZD0iTS0xLjA3OCwyNS40MzZWNi41NDFsMTIuMzU1LDkuNDQ4TC0xLjA3OCwyNS40MzZ6Ii8+CjwvZz4KPGc+CjxkZWZzPgo8cGF0aCBpZD0iU1ZHSURfM18iIGQ9Ik0zMS4yNjIsMTMuMDgxSDE2LjM2M3Y2LjE3N2g4LjU3NmMtMC43OTksMy45MjQtNC4xNDIsNi4xNzctOC41NzYsNi4xNzdjLTUuMjMzLDAtOS40NDgtNC4yMTUtOS40NDgtOS40NDgKczQuMjE1LTkuNDQ4LDkuNDQ4LTkuNDQ4YzIuMjUzLDAsNC4yODgsMC43OTksNS44ODcsMi4xMDhsNC42NTEtNC42NTFDMjQuMDY3LDEuNTI2LDIwLjQzMywwLDE2LjM2MywwCkM3LjQ5NywwLDAuMzc1LDcuMTIyLDAuMzc1LDE1Ljk4OHM3LjEyMiwxNS45ODgsMTUuOTg4LDE1Ljk4OGM3Ljk5NCwwLDE1LjI2Mi01LjgxNCwxNS4yNjItMTUuOTg4CkMzMS42MjUsMTUuMDQ0LDMxLjQ4LDE0LjAyNiwzMS4yNjIsMTMuMDgxeiIvPgo8L2RlZnM+CjxjbGlwUGF0aCBpZD0iU1ZHSURfNF8iPgo8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8zXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+CjwvY2xpcFBhdGg+CjxwYXRoIGNsaXAtcGF0aD0idXJsKCNTVkdJRF80XykiIGZpbGw9IiNFQTQzMzUiIGQ9Ik0tMS4wNzgsNi41NDFsMTIuMzU1LDkuNDQ4bDUuMDg3LTQuNDMzbDE3LjQ0Mi0yLjgzNFYtMS40NTNILTEuMDc4VjYuNTQxeiIvPgo8L2c+CjxnPgo8ZGVmcz4KPHBhdGggaWQ9IlNWR0lEXzVfIiBkPSJNMzEuMjYyLDEzLjA4MUgxNi4zNjN2Ni4xNzdoOC41NzZjLTAuNzk5LDMuOTI0LTQuMTQyLDYuMTc3LTguNTc2LDYuMTc3Yy01LjIzMywwLTkuNDQ4LTQuMjE1LTkuNDQ4LTkuNDQ4CnM0LjIxNS05LjQ0OCw5LjQ0OC05LjQ0OGMyLjI1MywwLDQuMjg4LDAuNzk5LDUuODg3LDIuMTA4bDQuNjUxLTQuNjUxQzI0LjA2NywxLjUyNiwyMC40MzMsMCwxNi4zNjMsMApDNy40OTcsMCwwLjM3NSw3LjEyMiwwLjM3NSwxNS45ODhzNy4xMjIsMTUuOTg4LDE1Ljk4OCwxNS45ODhjNy45OTQsMCwxNS4yNjItNS44MTQsMTUuMjYyLTE1Ljk4OApDMzEuNjI1LDE1LjA0NCwzMS40OCwxNC4wMjYsMzEuMjYyLDEzLjA4MXoiLz4KPC9kZWZzPgo8Y2xpcFBhdGggaWQ9IlNWR0lEXzZfIj4KPHVzZSB4bGluazpocmVmPSIjU1ZHSURfNV8iICBvdmVyZmxvdz0idmlzaWJsZSIvPgo8L2NsaXBQYXRoPgo8cGF0aCBjbGlwLXBhdGg9InVybCgjU1ZHSURfNl8pIiBmaWxsPSIjMzRBODUzIiBkPSJNLTEuMDc4LDI1LjQzNkwyMC43MjQsOC43MjFsNS43NDEsMC43MjdsNy4zNC0xMC45MDFWMzMuNDNILTEuMDc4VjI1LjQzNnoiLz4KPC9nPgo8Zz4KPGRlZnM+CjxwYXRoIGlkPSJTVkdJRF83XyIgZD0iTTMxLjI2MiwxMy4wODFIMTYuMzYzdjYuMTc3aDguNTc2Yy0wLjc5OSwzLjkyNC00LjE0Miw2LjE3Ny04LjU3Niw2LjE3N2MtNS4yMzMsMC05LjQ0OC00LjIxNS05LjQ0OC05LjQ0OApzNC4yMTUtOS40NDgsOS40NDgtOS40NDhjMi4yNTMsMCw0LjI4OCwwLjc5OSw1Ljg4NywyLjEwOGw0LjY1MS00LjY1MUMyNC4wNjcsMS41MjYsMjAuNDMzLDAsMTYuMzYzLDAKQzcuNDk3LDAsMC4zNzUsNy4xMjIsMC4zNzUsMTUuOTg4czcuMTIyLDE1Ljk4OCwxNS45ODgsMTUuOTg4YzcuOTk0LDAsMTUuMjYyLTUuODE0LDE1LjI2Mi0xNS45ODgKQzMxLjYyNSwxNS4wNDQsMzEuNDgsMTQuMDI2LDMxLjI2MiwxMy4wODF6Ii8+CjwvZGVmcz4KPGNsaXBQYXRoIGlkPSJTVkdJRF84XyI+Cjx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzdfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4KPC9jbGlwUGF0aD4KPHBhdGggY2xpcC1wYXRoPSJ1cmwoI1NWR0lEXzhfKSIgZmlsbD0iIzQyODVGNCIgZD0iTTMzLjgwNSwzMy40M0wxMS4yNzYsMTUuOTg4bC0yLjkwNy0yLjE4bDI1LjQzNi03LjI2N1YzMy40M3oiLz4KPC9nPgo8L3N2Zz4") 0 0/100% no-repeat;
}
.gmbrr.google-icon-black .google-icon,
.google-icon.black {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJnb29nbGUtaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCndpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBkPSJNMzEuMjYyLDEzLjA4MUgxNi4zNjN2Ni4xNzdoOC41NzZjLTAuNzk5LDMuOTI0LTQuMTQyLDYuMTc3LTguNTc2LDYuMTc3Yy01LjIzMywwLTkuNDQ4LTQuMjE1LTkuNDQ4LTkuNDQ4CnM0LjIxNS05LjQ0OCw5LjQ0OC05LjQ0OGMyLjI1MywwLDQuMjg4LDAuNzk5LDUuODg3LDIuMTA4bDQuNjUxLTQuNjUxQzI0LjA2NywxLjUyNiwyMC40MzMsMCwxNi4zNjMsMApDNy40OTcsMCwwLjM3NSw3LjEyMiwwLjM3NSwxNS45ODhzNy4xMjIsMTUuOTg4LDE1Ljk4OCwxNS45ODhjNy45OTQsMCwxNS4yNjItNS44MTQsMTUuMjYyLTE1Ljk4OApDMzEuNjI1LDE1LjA0NCwzMS40OCwxNC4wMjYsMzEuMjYyLDEzLjA4MXoiLz4KPC9zdmc+Cg");
}
.gmbrr.google-icon-white .google-icon,
.google-icon.white {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJnb29nbGUtaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCndpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMzEuMjYyLDEzLjA4MUgxNi4zNjN2Ni4xNzdoOC41NzZjLTAuNzk5LDMuOTI0LTQuMTQyLDYuMTc3LTguNTc2LDYuMTc3Yy01LjIzMywwLTkuNDQ4LTQuMjE1LTkuNDQ4LTkuNDQ4CnM0LjIxNS05LjQ0OCw5LjQ0OC05LjQ0OGMyLjI1MywwLDQuMjg4LDAuNzk5LDUuODg3LDIuMTA4bDQuNjUxLTQuNjUxQzI0LjA2NywxLjUyNiwyMC40MzMsMCwxNi4zNjMsMApDNy40OTcsMCwwLjM3NSw3LjEyMiwwLjM3NSwxNS45ODhzNy4xMjIsMTUuOTg4LDE1Ljk4OCwxNS45ODhjNy45OTQsMCwxNS4yNjItNS44MTQsMTUuMjYyLTE1Ljk4OApDMzEuNjI1LDE1LjA0NCwzMS40OCwxNC4wMjYsMzEuMjYyLDEzLjA4MXoiLz4KPC9zdmc+");
}
.google-icon-black.end,
.google-icon-white.end,
.google-icon.end {
margin-inline: 0.3em 0;
}
.google-icon-black.compact,
.google-icon-white.compact,
.google-icon.compact {
margin-inline: 0;
}
@media (max-width:783px) {
.gmbrr {
width: calc(100% - 30px);
margin-block: 0;
margin-inline: auto;
}
}
@media (min-width:783px) {
.gmbrr.tile.columns .listing {
gap: calc(1.7rem - 8px) calc(1.8rem - 2px);
}
.gmbrr.columns.four .listing li,
.gmbrr.columns.two .listing li {
flex: 1 0 calc(50% - 10px - 3rem);
}
.gmbrr.tile.columns.four .listing li,
.gmbrr.tile.columns.two .listing li {
flex: 1 0 calc(50% - 10px - 5.6rem);
}
.gmbrr.columns.four .listing .no-avatar,
.gmbrr.columns.two .listing .no-avatar {
flex: 1 0 calc(50% - 3rem);
}
.gmbrr.tile.columns.four .listing .no-avatar,
.gmbrr.tile.columns.two .listing .no-avatar {
flex: 1 0 calc(50% - 5.6rem);
}
.gmbrr.columns.six .listing li,
.gmbrr.columns.three .listing li {
flex: 1 0 calc(33.33% - 10px - 3rem);
}
.gmbrr.tile.columns.six .listing li,
.gmbrr.tile.columns.three .listing li {
flex: 1 0 calc(33.33% - 10px - 5.6rem);
}
.gmbrr.columns.six .listing .no-avatar,
.gmbrr.columns.three .listing .no-avatar {
flex: 1 0 calc(33.33% - 3rem);
}
.gmbrr.tile.columns.six .listing .no-avatar,
.gmbrr.tile.columns.three .listing .no-avatar {
flex: 1 0 calc(33.33% - 5.6rem);
}
}
@media (min-width:1000px) {
.gmbrr.columns.four .listing li {
flex: 1 0 calc(25% - 10px - 3rem);
}
.gmbrr.tile.columns.four .listing li {
flex: 1 0 calc(25% - 10px - 5.6rem);
}
.gmbrr.columns.four .listing .no-avatar {
flex: 1 0 calc(25% - 3rem);
}
.gmbrr.tile.columns.four .listing .no-avatar {
flex: 1 0 calc(25% - 5.6rem);
}
.gmbrr.columns.five .listing li {
flex: 1 0 calc(20% - 12px - 3rem);
}
.gmbrr.tile.columns.five .listing li {
flex: 1 0 calc(20% - 12px - 5.6rem);
}
.gmbrr.columns.five .listing .no-avatar {
flex: 1 0 calc(20% - 3rem);
}
.gmbrr.tile.columns.five .listing .no-avatar {
flex: 1 0 calc(20% - 5.6rem);
}
}
@media (min-width:1200px) {
.gmbrr.columns.six .listing li {
flex: 1 0 calc(16.66% - 13px - 3rem);
}
.gmbrr.tile.columns.six .listing li {
flex: 1 0 calc(16.66% - 13px - 5.6rem);
}
.gmbrr.columns.six .listing .no-avatar {
flex: 1 0 calc(16.66% - 3rem);
}
.gmbrr.tile.columns.six .listing .no-avatar {
flex: 1 0 calc(16.66% - 5.6rem);
}
}.wprevpro_t1_outer_div{padding:0;margin:0 0px 0 0px}.wprevpro_t1_DIV_1{box-sizing:border-box;color:#777;text-size-adjust:100%;column-rule-color:#fff;perspective-origin:277.5px 115px;transform-origin:277.5px 115px;border:0 none #fff;font:normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;outline:#fff none 0;margin-bottom:20px;margin-top:10px}.wprevpro_t1_DIV_2{bottom:0;box-shadow:rgba(0,0,0,.09) 2px 2px 3px 0;box-sizing:border-box;color:#777;height:auto;left:0;position:relative;right:0;text-size-adjust:100%;top:0;column-rule-color:#fff;perspective-origin:277.5px 69px;transform-origin:277.5px 69px;background:#fff none repeat scroll 0 0/auto padding-box border-box;border:1px solid #f5f5f5;font: italic normal normal normal 14px / 22.4px "Helvetica Neue", Helvetica, Arial, sans-serif;margin:0 0 25px;outline:#fff none 0;padding:20px 25px 20px 48px}.wprevpro_t1_DIV_2:after{bottom:-30px;box-sizing:border-box;color:#fff;content:'';display:block;height:30px;left:80px;position:absolute;right:445px;text-size-adjust:100%;width:30px;column-rule-color:#fff;perspective-origin:15px 15px;transform-origin:15px 15px;filter: drop-shadow(2px 2px 1px rgba(0,0,0,.0980392));border-top:30px solid #fff;border-right:30px solid transparent;border-bottom:0 solid transparent;border-left:0 solid transparent;font:normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;outline:#fff none 0}.wprevpro_t1_DIV_2:before{bottom:47px;box-sizing:border-box;color:#bbb;content:'\201C';display:block;height:96px;left:55px;position:absolute;right:515.391px;text-size-adjust:100%;top:20px;width:24.6094px;column-rule-color:#bbb;perspective-origin:12.2969px 48px;transform-origin:12.2969px 48px;border:0 none #bbb;font:normal normal normal normal 60px/96px Georgia,serif;margin:-25px 0 0 -40px;outline:#bbb none 0}.wprevpro_t1_P_3{box-sizing:border-box;color:#777;text-size-adjust:100%;column-rule-color:#777;perspective-origin:240px 44px;transform-origin:240px 44px;border:0 none #777;font:italic normal normal normal 14px/22.4px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0 0 5px;outline:#777 none 0}.wprevpro_t1_IMG_4{box-sizing:border-box;color:#fff;display:block;float:left;height:50px;text-size-adjust:100%;vertical-align:middle;width:50px;column-rule-color:#fff;perspective-origin:30px 30px;transform-origin:30px 30px;border:0 none #fff;border-radius:50% 50% 50% 50%!important;font:normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0 20px;outline:#fff none 0}.wprevpro_t1_SPAN_5{color:#555;display:block;text-size-adjust:100%;text-transform:uppercase;overflow:hidden;padding:8px 0 0}.marginb10{margin-bottom:10px}.w3_wprs-row-padding-small{padding:0 4px}.noboxshadow{box-shadow:transparent 0 0 0 0}.wprevpro_t1_P_3>img{box-shadow:0 0 0 transparent}.wprevpro_t1_A_8>img{box-shadow:0 0;padding:0}img.wprevpro_t1_star_img_file{width:100px;height: 19px;}img.wprevpro_t1_yelp_logo{position:absolute;right:10px;bottom:2px}img.wprevpro_t1_site_logo {position: absolute;right: 2px;bottom: 2px;height: 32px;width: unset;margin-bottom: unset!important;}
.w3_wprs-responsive{overflow-x:auto}.w3_wprs-btn-bar:after,.w3_wprs-btn-bar:before,.w3_wprs-btn-group:after,.w3_wprs-btn-group:before,.w3_wprs-clear:after,.w3_wprs-container:after,.w3_wprs-panel:after,.w3_wprs-row-padding:after,.w3_wprs-row:after,.w3_wprs-topnav:after{content:"";display:table;clear:both}.w3_wprs-col,.w3_wprs-half,.w3_wprs-quarter,.w3_wprs-third,.w3_wprs-threequarter,.w3_wprs-twothird{float:left;width:100%}.w3_wprs-col.s1{width:8.33333%}.w3_wprs-col.s2{width:16.66666%}.w3_wprs-col.s3{width:24.99999%}.w3_wprs-col.s4{width:33.33333%}.w3_wprs-col.s5{width:41.66666%}.w3_wprs-col.s6{width:49.99999%}.w3_wprs-col.s7{width:58.33333%}.w3_wprs-col.s8{width:66.66666%}.w3_wprs-col.s9{width:74.99999%}.w3_wprs-col.s10{width:83.33333%}.w3_wprs-col.s11{width:91.66666%}.w3_wprs-col.s12,.w3_wprs-half,.w3_wprs-quarter,.w3_wprs-third,.w3_wprs-threequarter,.w3_wprs-twothird{width:99.99999%}@media only screen and (min-width:601px){.w3_wprs-col.m1{width:8.33333%}.w3_wprs-col.m2{width:16.66666%}.w3_wprs-col.m3,.w3_wprs-quarter{width:24.99999%}.w3_wprs-col.m4,.w3_wprs-third{width:33.33333%}.w3_wprs-col.m5{width:41.66666%}.w3_wprs-col.m6,.w3_wprs-half{width:49.99999%}.w3_wprs-col.m7{width:58.33333%}.w3_wprs-col.m8,.w3_wprs-twothird{width:66.66666%}.w3_wprs-col.m9,.w3_wprs-threequarter{width:74.99999%}.w3_wprs-col.m10{width:83.33333%}.w3_wprs-col.m11{width:91.66666%}.w3_wprs-col.m12{width:99.99999%}}@media only screen and (min-width:993px){.w3_wprs-col.l1{width:8.33333%}.w3_wprs-col.l2{width:16.66666%}.w3_wprs-col.l3,.w3_wprs-quarter{width:24.99999%}.w3_wprs-col.l4,.w3_wprs-third{width:33.33333%}.w3_wprs-col.l5{width:41.66666%}.w3_wprs-col.l6,.w3_wprs-half{width:49.99999%}.w3_wprs-col.l7{width:58.33333%}.w3_wprs-col.l8,.w3_wprs-twothird{width:66.66666%}.w3_wprs-col.l9,.w3_wprs-threequarter{width:74.99999%}.w3_wprs-col.l10{width:83.33333%}.w3_wprs-col.l11{width:91.66666%}.w3_wprs-col.l12{width:99.99999%}}.w3_wprs-content{max-width:980px;margin:auto}.w3_wprs-row-padding,.w3_wprs-row-padding>.w3_wprs-col,.w3_wprs-row-padding>.w3_wprs-half,.w3_wprs-row-padding>.w3_wprs-quarter,.w3_wprs-row-padding>.w3_wprs-third,.w3_wprs-row-padding>.w3_wprs-threequarter,.w3_wprs-row-padding>.w3_wprs-twothird{padding:0 8px}
span.wprs_rd_more {
cursor: pointer;
}
a.wprev_media_img_a{display:inline-block}img.wprev_media_img{height:50px!important;margin-right:4px;border-radius:5px;margin-bottom: 2px;}.wprev_media_div{margin-bottom:0;margin-top:10px;margin-left:0;margin-right:0}.wpproslider_t3_DIV_1a .wprev_media_div{margin:-25px 5px 34px 55px}.wpproslider_t6_DIV_2 .wprev_media_div{margin-left:10px;margin-right:10px}
.wprev_media_div {
margin-bottom: 0;
margin-top: 10px;
margin-left: 0;
margin-right: 0;
overflow: auto;
white-space: nowrap;
scrollbar-width: thin;
scrollbar-color: #e4e4e4 #ffffff;
scrollbar-gutter: auto;
}
.wprev_media_div::-webkit-scrollbar {
width: 16px;
}
.wprev_media_div::-webkit-scrollbar-track {
background-color: #e4e4e4;
border-radius: 100px;
}
.wprev_media_div::-webkit-scrollbar-thumb {
background-color: #d4aa70;
border-radius: 100px;
}
.wprs_unslider{overflow:visible;margin:0;padding:0;position:relative}.wprs_unslider-wrap{position:relative}.wprs_unslider-wrap.wprs_unslider-carousel>li{float:left}.wprs_unslider-vertical>ul{height:100%}.wprs_unslider-vertical li{float:none;width:100%}.wprs_unslider-fade{position:relative}.wprs_unslider-fade .wprs_unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8;list-style-type:none}.wprs_unslider-fade .wprs_unslider-wrap li.wprs_unslider-active{z-index:10}.wprs_unslider li,.wprs_unslider ol,.wprs_unslider ul{list-style:none;margin:0!important;padding:0!important;border:none;list-style-type:none}.wprs_unslider-arrow{position:absolute;z-index:2;cursor:pointer}.wprs_unslider-arrow.next{left:auto;background-position-x: 52%;    background-position-y: 50%;}.wprs_unslider-arrow{display:block;width:25px;height:25px;top:50%;right:10px;left:auto;margin-top:-30px;overflow:hidden;background:rgba(0,0,0,.2) no-repeat 58% 51%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==);background-size:7px 11px;border-radius:32px;text-indent:-999em;opacity:.6;transition:opacity .2s;border-width:0!important}.wprs_unslider-arrow.prev{left:10px;right:auto;-ms-transform:rotate(-180deg);transform:rotate(-180deg);background-position-x: 52%;background-position-y: 50%;}.wprs_unslider-nav ol{list-style:none;text-align:center}.wprs_unslider-nav ol li{display:inline-block;width:9px;height:9px;margin:0 4px!important;background:0 0;border-radius:5px;overflow:hidden;text-indent:-999em;border:1px solid #c3c3c3;cursor:pointer}.wprs_unslider-nav ol li.wprs_unslider-active{background:#c3c3c3;cursor:default}
a.wprs_rd_more {
cursor: pointer;
text-decoration: none !important;
}
.wprs_unslider-wrap.wprs_unslider-carousel>li {
float: left;
margin: 0px !important;
}
span.wprs_rd_more_text {
display: inline;
transition: opacity 1s;
opacity: 0;
}
.wprev-slider {
margin-left: 30px;
margin-right: 30px;
}
div.wprev-slider ul {
list-style-type: none !important;
padding: 0 0 0 0 !important;
}
.wprev-slider ul {
list-style-type: none;
}
li.wprevnextslide {
display: none;
}
img.sitetype_Google {
width:32px;
height:32px;
}
img.sitetype_Facebook {
width:32px;
height:32px;
}
span.svgicons.svg-wprsp-verified {
width: 18px;
height: 18px;
background: #a3a29e;
display: inline-block;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
-webkit-mask-position: bottom;
margin-bottom: -3px;
margin-right: 5px;
margin-left: 2px;
}
.wprevtooltip{
cursor: pointer;
}
.wprevpro_tooltip {
display: none;
position: absolute;
padding-left: 10px;
padding-right: 10px;
color: #efefef;
background-color: #000000bf;
border-radius: 3px;
font-family: sans-serif;
font-style: normal;
font-size: 10px;
line-height: 24px;
z-index: 999999;
} .wprevpro_star_imgs span.svgicons{
width: 18px;
height: 18px;
background: gold;
display: inline-block;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
-webkit-mask-position: bottom;
margin-bottom: -2px;
margin-right: 1px;
}
span.svgicons.svg-wprsp-star-full.ratingRow__star{
width: 19px;
height: 19px;
background: gold;
display: inline-block;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
-webkit-mask-position: center;
margin-bottom: 1px;
margin-right: 0px;
}
span.svgicons.svg-empty {
width: 0px !important;
height: 0px !important;
}
fieldset#wprevpro_review_rating span.svgicons{
width: 35px;
height: 35px;
display: inline-block;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
-webkit-mask-position: bottom;
margin-bottom: -2px;
margin-right: 0px;
}
li.wprevnextslide {
display: none;
}
span.wprevpro_star_imgs_T1 {
margin-right: 2px;
}
.svg-wprsp-verified{
-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 24 24'%3E%3Cpath d='M23.016 12l-2.438-2.813 0.328-3.656-3.609-0.844-1.875-3.188-3.422 1.453-3.422-1.453-1.875 3.188-3.609 0.797 0.328 3.703-2.438 2.813 2.438 2.813-0.328 3.656 3.609 0.844 1.875 3.188 3.422-1.453 3.422 1.453 1.875-3.188 3.609-0.844-0.328-3.656zM10.078 16.734l-3.797-3.844 1.5-1.453 2.297 2.344 5.859-5.906 1.5 1.5z'%3E%3C/path%3E%3C/svg%3E%0A");
}
.svg-wprsp-star{
-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cpath d='M20.429 8.14c0 0.221-0.16 0.43-0.319 0.589l-4.456 4.346 1.056 6.138c0.012 0.086 0.012 0.16 0.012 0.246 0 0.319-0.147 0.614-0.503 0.614-0.172 0-0.344-0.061-0.491-0.147l-5.512-2.897-5.512 2.897c-0.16 0.086-0.319 0.147-0.491 0.147-0.356 0-0.516-0.295-0.516-0.614 0-0.086 0.012-0.16 0.025-0.246l1.056-6.138-4.469-4.346c-0.147-0.16-0.307-0.368-0.307-0.589 0-0.368 0.381-0.516 0.687-0.565l6.163-0.896 2.762-5.586c0.11-0.233 0.319-0.503 0.602-0.503s0.491 0.27 0.602 0.503l2.762 5.586 6.163 0.896c0.295 0.049 0.688 0.196 0.688 0.565z'%3E%3C/path%3E%3C/svg%3E%0A");
}
.svg-wprsp-star-o{
-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cpath d='M13.959 12.522l3.757-3.646-5.181-0.761-2.32-4.69-2.32 4.69-5.181 0.761 3.757 3.646-0.896 5.169 4.641-2.443 4.628 2.443zM20.429 8.14c0 0.221-0.16 0.43-0.319 0.589l-4.456 4.346 1.056 6.138c0.012 0.086 0.012 0.16 0.012 0.246 0 0.331-0.147 0.614-0.503 0.614-0.172 0-0.344-0.061-0.491-0.147l-5.512-2.897-5.512 2.897c-0.16 0.086-0.319 0.147-0.491 0.147-0.356 0-0.516-0.295-0.516-0.614 0-0.086 0.012-0.16 0.025-0.246l1.056-6.138-4.469-4.346c-0.147-0.16-0.307-0.368-0.307-0.589 0-0.368 0.381-0.516 0.687-0.565l6.163-0.896 2.762-5.586c0.11-0.233 0.319-0.503 0.602-0.503s0.491 0.27 0.602 0.503l2.762 5.586 6.163 0.896c0.295 0.049 0.688 0.196 0.688 0.565z'%3E%3C/path%3E%3C/svg%3E");
}
.svg-wprsp-star-empty{
-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M22 8.53l-7.601-1.104-3.399-6.888-3.399 6.888-7.601 1.104 5.5 5.361-1.298 7.57 6.798-3.574 6.798 3.574-1.298-7.57 5.5-5.361zM11 16.188l-4.801 2.524 0.917-5.346-3.884-3.786 5.368-0.78 2.4-4.864 2.401 4.864 5.368 0.78-3.884 3.786 0.917 5.346-4.801-2.524z'%3E%3C/path%3E%3C/svg%3E");
}
.svg-wprsp-star-full{
-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M22 8.53l-7.601-1.104-3.399-6.888-3.399 6.888-7.601 1.104 5.5 5.361-1.298 7.57 6.798-3.574 6.798 3.574-1.298-7.57 5.5-5.361z'%3E%3C/path%3E%3C/svg%3E%0A");
}
.svg-wprsp-star-half{
-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M22 8.53l-7.601-1.104-3.399-6.888-3.399 6.888-7.601 1.104 5.5 5.361-1.298 7.57 6.798-3.574 6.798 3.574-1.298-7.57 5.5-5.361zM11 16.188l-0.020 0.011 0.020-12.263 2.401 4.864 5.368 0.78-3.884 3.786 0.917 5.346-4.801-2.524z'%3E%3C/path%3E%3C/svg%3E");
} .wprev_outer_wb {
display: flex !important;
margin-bottom: 7px;
}
.wprev_badge_div.badgeleft {
margin: 10px 5px 10px 10px !important;
}
.wprev_badge_div.badgeright {
margin: 10px 10px 10px 5px !important;
}
.wprev-google-place {
display: flex !important;
padding: 8px 12px !important;
box-shadow: rgba(0, 0, 0, .08) 2px 2px 3px 0px !important;
border: 1px solid #f5f5f5 !important;
}
.wprev-google-left {
padding: 10px 8px 10px 5px !important;
}
.wprev-google-right {
padding: 3px !important;
}
.wprev-google-right div {
line-height: 24px !important;
font-size: 15px !important;
width: max-content !important;
}
.wprev-google-name {
font-weight: bold !important;
}
.wprev-google-place a {
text-decoration: none !important;
}
a.wprev-google-wr-a {
color: #fff !important;
padding: 1px 8px 5px !important;
outline: none !important;
border-radius: 3px !important;
background: #0a6cff !important;
white-space: nowrap !important;
vertical-align: middle !important;
box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24) !important;
user-select: none !important;
transition: all .2s ease-in-out !important;
display: flex !important;
align-items: center !important;
width: fit-content !important;
}
a.wprev-google-wr-a:hover {
background: #0a6cffc7 !important;
}
.wprev-google-wr {
margin: 12px 0px 6px !important;
}
a.wprev-google-wr-a svg {
margin-left: 5px !important;
margin-top: 3px !important;
}
span.wprev-google-rating {
font-size: 18px !important;
margin-right: 5px !important;
font-weight: 500 !important;
}
span.wprev_btot {
font-weight: 600 !important;
}
.badgehideclass {
display:none !important;
}
.sprev-google-left-src {
border-radius: 5% !important;
min-width: 50px !important;
min-height: 50px !important;
display:block;
}
span.wprev-businessname {
font-size: 15px !important;
color: #373737 !important;
font-weight: 600 !important;
}
img.wprev-google-powered-img {
vertical-align: middle !important;
}
@media only screen and (max-width: 600px) {
.wprev_outer_wb {
flex-wrap: wrap;
}
.wprev_badge_div.badgeleft {
margin: 10px 10px 10px 10px !important;
width: -webkit-fill-available;
}
.wprev_outer_wb .wprs_unslider {
max-width: -webkit-fill-available;
}
.wprev_badge_div.badgeright {
width: -webkit-fill-available;
}
}
.wprev_missing_image{
display:none;
}html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font: inherit;
vertical-align: baseline;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block
}
html {
font-size: 62.5%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background: #fff;
line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block
}
ol,
ul {
list-style: none
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
blockquote,
q {
quotes: none
}
a:focus {
outline: none
}
a:hover,
a:active {
outline: 0
}
a img {
border: 0
}
img {
max-width: 100%;
height: auto;
}
select {
max-width: 100%
} body {
font-family: "Poppins", sans-serif;
color: #777;
font-size: 15px;
font-weight: 400;
line-height: 1.67;
background-color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
overflow-x: hidden;
overflow-y: hidden;
}
img {
height: auto;
max-width: 100%;
vertical-align: middle;
-ms-interpolation-mode: bicubic
}
p {
margin: 0 0 25px;
}
p:empty:before {
content: none;
}
strong,
b,
cite {
font-weight: 700;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
font-style: italic;
font-size: 16px;
line-height: 24px;
background-color: #f7f9fa;
border-radius: 5px;
padding: 30px 65px 30px 65px;
position: relative;
margin: 40px 0;
}
blockquote cite {
font-weight: 400;
margin-top: 34px;
display: block;
font-size: 14px;
color: #030f27;
padding-left: 40px;
font-style: normal;
position: relative;
}
blockquote cite:before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 20px;
height: 2px;
background-color: #030f27;
}
blockquote > p:last-child {
margin-bottom: 0;
}
blockquote i {
font-style: normal;
}
abbr,
acronym {
border-bottom: 1px dotted #e7e7e7;
cursor: help;
}
mark,
ins {
text-decoration: none;
background-color: #fff9c0;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -6px;
}
sub {
bottom: -3px;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
address {
font-style: italic;
margin: 0 0 20px;
}
code,
kbd,
tt,
var {
font-family: Inconsolata, monospace;
font-size: 14px;
}
pre {
margin: 15px 0;
padding: 15px;
background: #f7f7f7;
border: 1px solid #e7e7e7;
overflow-x: auto;
font-family: Inconsolata, monospace;
-webkit-hyphens: none;
hyphens: none;
border-radius: 0;
height: auto;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
hr {
background-color: #e7e7e7;
border: 0;
height: 1px;
margin-bottom: 20px;
} ul,
ol {
padding: 0;
margin: 0 0 20px 20px;
}
ul {
list-style: disc;
}
ul ul {
list-style-type: circle;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dl,
dd {
margin: 0 0 20px;
}
dt {
font-weight: bold;
}
del {
opacity: 0.5;
} table,
th,
td {
border: 1px solid #e7e7e7;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 30px;
table-layout: fixed;
width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: bold;
}
td {
border-width: 0 1px 1px 0;
}
th,
td {
padding: 8px 12px;
} embed,
iframe,
object,
video {
margin-bottom: 20px;
max-width: 100%;
vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
margin-bottom: 0;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}  button,
input {
line-height: normal;
}
button,
input,
select,
textarea {
font-size: 100%;
line-height: inherit;
margin: 0;
vertical-align: baseline;
}
.widget select {
width: 100%;
}
input,
textarea {
font-size: 1em;
max-width: 100%;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); }
textarea {
overflow: auto; vertical-align: top; }
input[type="checkbox"] {
display: inline;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
line-height: 1;
cursor: pointer;
-webkit-appearance: button;
border: 0;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0; }
input[type="search"] {
-webkit-appearance: textfield; }
input[type="search"]:-webkit-search-decoration { -webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
button:-moz-focus-inner,
input:-moz-focus-inner {
border: 0;
padding: 0;
} input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset
} input[type="search"] {
outline: 0
}
input[type="search"]:-webkit-search-decoration,
input[type="search"]:-webkit-search-cancel-button,
input[type="search"]:-webkit-search-results-button,
input[type="search"]:-webkit-search-results-decoration {
display: none
} select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
font-family: "Poppins", sans-serif;
color: #777;
background-color: #f7f9fa;
padding: 11px 25px;
border-radius: 3px;
border-style: solid;
border-width: 1px;
border-color: #e7e7e7;
font-size: 15px;
margin-bottom: 10px;
text-shadow: none;
box-shadow: none;
box-sizing: border-box;
transition: all ease 0.3s;
}
select {
color: #030f27;
padding: 12px 20px;
}
textarea {
padding: 14px 20px;
} .wpcf7-form p {
margin-bottom: 0;
}
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="search"] {
margin-bottom: 0;
width: 100%;
} textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
border-color: #9fa0a6;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-size: 15px;
letter-spacing: 0.25px;
color: #fff;
background-color: #f35c27;
padding: 16px 50px;
border-radius: 30px;
display: inline-block;
-webkit-appearance: none;
transition: all ease 0.3s;
} button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: 0;
background-color: #030f27;
} ::placeholder { color: #bbb;
opacity: 1; }
:-ms-input-placeholder { color: #bbb;
}
::-ms-input-placeholder { color: #bbb;
} a {
color: #f35c27;
outline: 0;
text-decoration: none;
transition: all ease 0.3s;
}
a:hover,
a:focus,
a:active {
outline: 0;
color: #030f27;
text-decoration: none
}
a.hover-white:hover {
color: #fff;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Poppins", sans-serif;
color: #030f27;
font-weight: 500;
line-height: 1.428;
margin: 0 0 25px;
letter-spacing: 0.1px;
text-rendering: optimizeLegibility;
}
h1 {
font-size: 2.875em; }
h2 {
font-size: 2.733em; }
h3 {
font-size: 2.25em; }
h4 {
font-size: 1.875em; }
h5 {
font-size: 1.625em; }
h6 {
font-size: 1.333em; }
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit
} .display-none,
.hidden {
display: none !important;
}
.display-block {
display: block !important;
}
.display-inline {
display: inline !important;
}
.position-relative {
position: relative;
}
.text-accent-color {
color: #f35c27;
}
.text-color-1 {
color: #0079c1;
}
.text-white {
color: #fff !important;
}
.text-dark {
color: #030f27 !important;
}
.text-light {
color: #777 !important;
}
.text-very-light {
color: #a0a0a0 !important;
}
.bg-accent {
background-color: #f35c27;
}
.bg-dark {
background-color: #030f27 !important;
}
.bg-light {
background-color: #f0f0f0 !important;
}
.bg-very-light {
background-color: #f7f7f7 !important;
}
.text-italic {
font-style: italic !important;
}
.text-center {
text-align: center !important;
}
.text-right {
text-align: right !important;
}
.text-left {
text-align: left !important;
}
.text-del {
text-decoration: line-through !important;
}
.underline-solid,
.underline-dotted,
.underline-dashed {
position: relative;
}
.underline-solid:after,
.underline-dotted:after,
.underline-dashed:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
border-bottom: 1px solid #f35c27;
}
.underline-dotted:after {
border-bottom-style: dotted;
}
.underline-dashed:after {
border-bottom-style: dashed;
}
.box-shadow {
box-shadow: 0px 0px 20px 0px #e9e9e9 !important;
}
.letter-spacing-1px {
letter-spacing: 1px !important;
}
.letter-spacing-2px {
letter-spacing: 2px !important;
}
.letter-spacing-3px {
letter-spacing: 3px !important;
}
.letter-spacing-4px {
letter-spacing: 4px !important;
}
.letter-spacing-5px {
letter-spacing: 5px !important;
}
.letter-spacing-6px {
letter-spacing: 6px !important;
}
.letter-spacing-7px {
letter-spacing: 7px !important;
}
.letter-spacing-8px {
letter-spacing: 8px !important;
}
.letter-spacing-9px {
letter-spacing: 9px !important;
}
.letter-spacing-10px {
letter-spacing: 10px !important;
}
.font-size-10 {
font-size: 10px;
}
.font-size-11 {
font-size: 11px;
}
.font-size-12 {
font-size: 12px;
}
.font-size-13 {
font-size: 13px;
}
.font-size-14 {
font-size: 14px;
}
.font-size-15 {
font-size: 15px;
}
.font-size-16 {
font-size: 16px;
}
.font-size-17 {
font-size: 17px;
}
.font-size-18 {
font-size: 18px;
}
.font-size-19 {
font-size: 19px;
}
.font-size-20 {
font-size: 20px;
}
.font-size-21 {
font-size: 21px;
}
.font-size-22 {
font-size: 22px;
}
.font-size-23 {
font-size: 23px;
}
.font-size-24 {
font-size: 24px;
}
.font-size-25 {
font-size: 25px;
}
.font-size-26 {
font-size: 26px;
}
.font-size-27 {
font-size: 27px;
}
.font-size-28 {
font-size: 28px;
}
.font-size-29 {
font-size: 29px;
}
.font-size-30 {
font-size: 30px;
}
.line-height-20 {
line-height: 22px;
}
.line-height-1 {
line-height: 21px;
}
.line-height-22 {
line-height: 22px;
}
.line-height-23 {
line-height: 23px;
}
.line-height-24 {
line-height: 24px;
}
.line-height-25 {
line-height: 25px;
}
.line-height-26 {
line-height: 26px;
}
.line-height-27 {
line-height: 27px;
}
.line-height-28 {
line-height: 28px;
}
.line-height-29 {
line-height: 29px;
}
.line-height-30 {
line-height: 30px;
}
.line-height-31 {
line-height: 31px;
}
.line-height-32 {
line-height: 32px;
}
.line-height-33 {
line-height: 33px;
}
.line-height-34 {
line-height: 34px;
}
.line-height-35 {
line-height: 35px;
}
.font-weight-100 {
font-weight: 100;
}
.font-weight-200 {
font-weight: 200;
}
.font-weight-300 {
font-weight: 300;
}
.font-weight-400 {
font-weight: 400;
}
.font-weight-500 {
font-weight: 500;
}
.font-weight-600 {
font-weight: 600;
}
.font-weight-700 {
font-weight: 700;
}
.font-weight-800 {
font-weight: 800;
}
.rounded-30 {
border-radius: 30px;
}
.font-weight-900 {
font-weight: 900;
}
.margin-bottom-0 {
margin-bottom: 0px;
}
.margin-bottom-5 {
margin-bottom: 5px;
}
.margin-bottom-10 {
margin-bottom: 10px;
}
.margin-bottom-15 {
margin-bottom: 15px;
}
.margin-bottom-20 {
margin-bottom: 20px;
}
.margin-bottom-25 {
margin-bottom: 25px;
}
.margin-bottom-30 {
margin-bottom: 30px;
}
.margin-bottom-35 {
margin-bottom: 35px;
}
.margin-bottom-40 {
margin-bottom: 40px;
}
.margin-bottom-45 {
margin-bottom: 45px;
}
.margin-bottom-50 {
margin-bottom: 50px;
}
.margin-bottom-55 {
margin-bottom: 55px;
}
.margin-bottom-60 {
margin-bottom: 60px;
}
.margin-bottom-65 {
margin-bottom: 65px;
}
.margin-bottom-70 {
margin-bottom: 70px;
}
.margin-bottom-75 {
margin-bottom: 75px;
}
.margin-bottom-80 {
margin-bottom: 80px;
}
.margin-bottom-85 {
margin-bottom: 85px;
}
.margin-bottom-90 {
margin-bottom: 90px;
}
.margin-bottom-95 {
margin-bottom: 95px;
}
.margin-bottom-100 {
margin-bottom: 100px;
}
.margin-top-0 {
margin-top: 0px;
}
.margin-top-5 {
margin-top: 5px;
}
.margin-top-10 {
margin-top: 10px;
}
.margin-top-15 {
margin-top: 15px;
}
.margin-top-20 {
margin-top: 20px;
}
.margin-top-25 {
margin-top: 25px;
}
.margin-top-30 {
margin-top: 30px;
}
.margin-top-35 {
margin-top: 35px;
}
.margin-top-40 {
margin-top: 40px;
}
.margin-top-45 {
margin-top: 45px;
}
.margin-top-50 {
margin-top: 50px;
}
.margin-top-55 {
margin-top: 55px;
}
.margin-top-60 {
margin-top: 60px;
}
.margin-top-65 {
margin-top: 65px;
}
.margin-top-70 {
margin-top: 70px;
}
.margin-top-75 {
margin-top: 75px;
}
.margin-top-80 {
margin-top: 80px;
}
.margin-top-85 {
margin-top: 85px;
}
.margin-top-90 {
margin-top: 90px;
}
.margin-top-95 {
margin-top: 95px;
}
.margin-top-100 {
margin-top: 100px;
}
.padding-bottom-0 {
padding-bottom: 0px;
}
.padding-bottom-5 {
padding-bottom: 5px;
}
.padding-bottom-10 {
padding-bottom: 10px;
}
.padding-bottom-15 {
padding-bottom: 15px;
}
.padding-bottom-20 {
padding-bottom: 20px;
}
.padding-bottom-25 {
padding-bottom: 25px;
}
.padding-bottom-30 {
padding-bottom: 30px;
}
.padding-bottom-35 {
padding-bottom: 35px;
}
.padding-bottom-40 {
padding-bottom: 40px;
}
.padding-bottom-45 {
padding-bottom: 45px;
}
.padding-bottom-50 {
padding-bottom: 50px;
}
.padding-bottom-55 {
padding-bottom: 55px;
}
.padding-bottom-60 {
padding-bottom: 60px;
}
.padding-bottom-65 {
padding-bottom: 65px;
}
.padding-bottom-70 {
padding-bottom: 70px;
}
.padding-bottom-75 {
padding-bottom: 75px;
}
.padding-bottom-80 {
padding-bottom: 80px;
}
.padding-bottom-85 {
padding-bottom: 85px;
}
.padding-bottom-90 {
padding-bottom: 90px;
}
.padding-bottom-95 {
padding-bottom: 95px;
}
.padding-bottom-100 {
padding-bottom: 100px;
}
.padding-top-0 {
padding-top: 0px;
}
.padding-top-5 {
padding-top: 5px;
}
.padding-top-10 {
padding-top: 10px;
}
.padding-top-15 {
padding-top: 15px;
}
.padding-top-20 {
padding-top: 20px;
}
.padding-top-25 {
padding-top: 25px;
}
.padding-top-30 {
padding-top: 30px;
}
.padding-top-35 {
padding-top: 35px;
}
.padding-top-40 {
padding-top: 40px;
}
.padding-top-45 {
padding-top: 45px;
}
.padding-top-50 {
padding-top: 50px;
}
.padding-top-55 {
padding-top: 55px;
}
.padding-top-60 {
padding-top: 60px;
}
.padding-top-65 {
padding-top: 65px;
}
.padding-top-70 {
padding-top: 70px;
}
.padding-top-75 {
padding-top: 75px;
}
.padding-top-80 {
padding-top: 80px;
}
.padding-top-85 {
padding-top: 85px;
}
.padding-top-90 {
padding-top: 90px;
}
.padding-top-95 {
padding-top: 95px;
}
.padding-top-100 {
padding-top: 100px;
}
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.bauer-container:before,
.bauer-container:after {
clear: both;
display: table;
line-height: 0;
content: "";
}
.clearfix:after,
.bauer-container:after {
clear: both;
} .tparrows.custom {
background-color: rgba(3, 15, 39, 0.5);
width: 70px;
height: 70px;
border-radius: 50%;
transition: all ease 0.3s;
}
.tparrows.custom:hover {
background-color: #f35c27;
}
.custom.tparrows.tp-leftarrow:before,
.custom.tparrows.tp-rightarrow:before {
content: "\f104";
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #fff;
font-size: 20px;
line-height: 70px;
}
.custom.tparrows.tp-rightarrow:before {
content: "\f105";
}
.tp-bullets.custom .tp-bullet {
width: 8px;
height: 8px;
border: 2px solid #fff;
border-radius: 50%;
background-color: transparent;
transition: all ease 0.3s;
}
.tp-bullets.custom .tp-bullet.selected {
background-color: #fff;
}
a.rev-btn,
.bauer-button {
transition: background 0.3s ease 0s, color 0.3s ease 0s !important;
} .bypostauthor > article {
background-color: #f7f9fa;
}
.sticky-post {
display: inline-block;
color: #f35c27;
font-size: 20px;
position: absolute;
left: 0;
top: -10px;
}
.aligncenter {
display: block;
margin: 0 auto;
}
.alignright {
float: right;
margin: 7px 0 15px 25px;
}
.alignleft {
float: left;
margin: 7px 25px 15px 0;
}
blockquote.alignleft {
margin: 5px 20px 0;
}
blockquote.alignright {
margin: 5px 0 20px 20px;
}
blockquote.aligncenter {
margin-bottom: 20px;
}
.floatleftcenter {
float: none;
margin: 0 auto;
}
.floatleft {
float: left
}
.floatright {
float: right
}
.wp-caption {
text-align: center;
max-width: 100%;
text-align: center;
margin-bottom: 20px;
}
.wp-caption img {
display: block;
margin: 0 auto;
padding: 0;
border: 0 none;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption .wp-caption-text,
.gallery-caption {
font-size: 1em;
padding: 10px 0 0;
margin: 0;
text-align: center;
font-style: italic;
}
.wp-caption.alignnone {
margin-bottom: 20px
}
.wp-smiley {
margin: 0;
max-height: 1em;
}
#img-attch-page {
text-align: center;
overflow: hidden;
}
#img-attch-page img {
display: inline-block;
margin: 0 auto;
max-width: 100%;
margin-bottom: 20px;
}
.post-password-form label {
font-weight: bolder;
color: #030f27;
}
form.login .lost_password {
display: inline-block;
}
.wpstats {
display: none
}
.gallery {
margin: 0 -1.15% 30px;
}
.gallery-item {
display: inline-block;
max-width: 33.33%;
padding: 0 1.15% 2.3%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.wp-block-button {
margin-top: 15px;
margin-bottom: 15px;
}
.wp-block-button > a:hover {
text-decoration: underline;
}
.wp-block-cover-text a,
.wp-block-cover-text {
color: #eee !important;
} .bauer-container {
width: 1170px;
margin: 0 auto;
max-width: 90%;
}
#page {
background: #fff;
}
#main-content {
padding: 100px 0;
}
.main-shop-page #main-content {
background-color: #f7f9fa;
}
.no-padding-content #main-content {
padding: 0;
}
.page-single-project #main-content {
padding: 0 !important;
background-image: none !important;
} #inner-content,
#inner-sidebar {
position: relative;
z-index: 1;
}
#inner-content:after,
#inner-sidebar:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-style: solid;
border-width: 0;
z-index: -1;
} #site-content {
float: left;
width: 65.812%
}
#sidebar {
float: right;
width: 31.624%;
border: 1px solid #e7e7e7;
border-radius: 5px;
padding: 30px 35px;
} .sidebar-left #site-content {
float: right;
}
.sidebar-left #sidebar {
float: left;
} .no-sidebar #site-content,
.page-empty-widget #site-content,
.blog-empty-widget #site-content,
#site-content.archive-project {
width: 100% !important;
max-width: none !important;
float: none !important;
} .site-layout-boxed #wrapper {
background-color: #f4f4f4;
padding: 30px;
}
.site-layout-boxed #page {
width: 1240px;
max-width: 100%;
margin: 0 auto;
position: relative;
}
.site-layout-boxed #page .bauer-container {
width: auto !important;
max-width: none !important;
padding-left: 30px;
padding-right: 30px;
}
.site-layout-boxed.box-shadow #page {
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);
}
.site-layout-boxed #site-header.fixed-hide {
width: 1240px;
left: 50%;
transform: translateX(-50%);
} #top-bar {
font-size: 14px;
font-weight: 500;
position: relative;
z-index: 1;
}
#top-bar:after {
background-color: transparent;
content: "";
z-index: -1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transition: all ease 0.3s;
}
#top-bar-inner {
padding: 12px 0 10px;
}
#top-bar .top-bar-inner-wrap {
display: table;
width: 100%;
}
#top-bar .top-bar-content {
display: table-cell;
margin: 0;
text-align: left;
vertical-align: middle;
width: 60%;
}
#top-bar .top-bar-socials {
display: table-cell;
text-align: right;
vertical-align: middle;
width: 40%;
} #top-bar .top-bar-content .content {
position: relative;
display: inline-block;
margin-right: 32px;
padding-left: 26px;
}
#top-bar .top-bar-content .content:after {
content: "";
position: absolute;
left: -20px;
top: 3px;
width: 1px;
height: 16px;
background-color: rgba(138, 153, 192, 0.4);
}
#top-bar .top-bar-content .content:first-child:after {
display: none;
margin: 0;
}
#top-bar .top-bar-content .content:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
left: 0;
left: 1px;
top: 0;
}
#top-bar .top-bar-content .content.custom:before {
content: "\f058";
}
#top-bar .top-bar-content .content.email:before {
content: "\f2b6";
}
#top-bar .top-bar-content .content.phone:before {
content: "\f095";
}
#top-bar .top-bar-content .content.address:before {
content: "\f3c5";
} #top-bar .top-bar-socials .icons {
margin-left: 5px;
display: inline-block;
}
#top-bar .top-bar-socials .text {
display: inline-block;
padding-right: 7px;
}
#top-bar .top-bar-socials .icons a {
position: relative;
z-index: 1;
font-size: 14px;
width: 32px;
height: 28px;
line-height: 28px;
text-align: center;
display: inline-block;
}
#top-bar .top-bar-socials .icons a:hover {
text-decoration: none;
}
#top-bar .top-bar-socials .icons a:last-child {
margin-right: 0;
} .top-bar-menu {
margin: 0;
list-style: none;
}
.top-bar-menu ul {
display: none !important; }
.top-bar-menu li:last-child {
margin-right: 0
}
.top-bar-menu,
.top-bar-menu li {
display: inline-block;
position: relative;
}
.top-bar-menu li:before {
content: "";
width: 1px;
height: 15px;
position: absolute;
right: -15px;
top: 6px;
}
.top-bar-menu li a {
display: inline-block;
position: relative;
padding: 0 8px;
border-radius: 2px;
} .top-bar-has-border #top-bar {
border-style: solid;
} .top-bar-style-1 #top-bar:after {
background-color: #f7f9fa;
}
.top-bar-style-1 #top-bar,
.top-bar-style-1 #top-bar a,
.top-bar-style-1 #top-bar .top-bar-socials .icons a {
color: #8a99c0;
}
.top-bar-style-1 #top-bar .top-bar-menu li a:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.top-bar-style-1 #top-bar .top-bar-socials .icons a:hover {
color: #f35c27;
} .top-bar-style-2 #top-bar:after {
background-color: #030f27;
}
.top-bar-style-2 #top-bar,
.top-bar-style-2 #top-bar a,
.top-bar-style-2 #top-bar .top-bar-socials .icons a {
color: #8a99c0;
}
.top-bar-style-2 #top-bar .top-bar-menu li a:hover {
background-color: rgba(255, 255, 255, 0.05);
}
#top-bar .top-bar-content .content:before,
.top-bar-style-2 #top-bar .top-bar-socials .icons a:hover {
color: #f35c27;
} #site-header {
position: relative;
z-index: 100;
border-style: solid;
}
#site-header:after {
background-color: transparent;
content: "";
z-index: -1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transition: all ease 0.3s;
}
#site-header-inner {
position: relative;
padding-top: 0;
padding-bottom: 0;
height: 100%;
}
#site-header #main-nav .menu-fallback {
padding-right: 16px;
position: relative;
text-decoration: underline;
display: inline-block;
height: 100px;
line-height: 100px;
}
#site-header #main-nav .menu-fallback:hover {
color: #aaa;
} #site-logo {
float: left;
max-width: 100%;
transition: all ease 0.3s;
}
#site-logo-inner {
margin: 30px 0;
transition: all ease 0.3s;
}
#site-logo .site-logo-text {
color: #414042;
font-size: 24px;
line-height: 30px;
font-weight: bolder;
}
#site-logo .site-logo-text:hover {
color: #f35c27;
} #main-nav {
display: block;
float: right;
}
#main-nav ul {
margin: 0;
}
#main-nav ul li {
position: relative;
list-style: none;
padding-top: 0;
padding-bottom: 0;
}
#main-nav > ul > li {
float: left;
margin: 0 14px;
}
#main-nav > ul > li > a {
display: block;
font-family: "Poppins", sans-serif;
font-weight: 500;
font-size: 16px;
letter-spacing: 0.25px;
height: 100px;
line-height: 100px;
}
#main-nav > ul > li.menu-item-has-children > a > span {
position: relative;
padding-right: 16px;
}
#main-nav > ul > li.menu-item-has-children > a > span:after {
line-height: normal;
font-size: 16px;
font-weight: normal;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
right: 0;
top: 0;
margin-top: 5px;
}
#main-nav > ul > li > a:not([href]) {
cursor: pointer;
} #main-nav .sub-menu {
padding: 18px 0;
background-color: #fff;
position: absolute;
left: 0;
top: 100%;
width: 250px;
transform: translateY(5px);
opacity: 0;
visibility: hidden;
z-index: 9999;
box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
transition: all ease 0.3s;
}
#main-nav .sub-menu .sub-menu {
left: 100%;
top: -7px;
}
#main-nav .sub-menu li a {
padding: 8px 27px;
color: #030f27;
font-size: 16px;
font-family: "Poppins", sans-serif;
display: block;
}
#main-nav .sub-menu li a > span {
position: relative;
display: inline-block;
}
#main-nav .sub-menu li a:hover {
color: #f35c27;
}
#main-nav .sub-menu li:first-child > a {
border: 0;
}
#main-nav li:hover > .sub-menu {
transform: translateY(0);
opacity: 1;
visibility: visible;
transition: all ease 0.3s;
}
#main-nav .sub-menu li.menu-item-has-children > a:after {
line-height: normal;
font-size: 14px;
font-weight: normal;
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
right: 30px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
#main-nav .sub-menu.left {
left: auto;
right: 0;
}
#main-nav .sub-menu .sub-menu.left {
left: -100%;
} #main-nav li.megamenu {
position: inherit;
}
#main-nav li.megamenu ul.sub-menu {
z-index: 99999;
background-color: transparent;
}
#main-nav li.megamenu > ul.sub-menu ul.sub-menu {
transition: none;
transform: none;
padding: 0;
}
#main-nav li.megamenu ul.sub-menu li.menu-item-has-children > a:after,
#main-nav li.megamenu ul.sub-menu li.menu-item-has-children > a > span:after {
display: none;
}
#main-nav li.megamenu > ul.sub-menu {
width: 100%;
left: 0;
right: auto;
background-color: #fff;
padding: 40px 0;
}
#main-nav li.megamenu > ul.sub-menu > li {
display: block;
float: left;
width: 100%;
border-right: 1px solid rgba(0, 0, 0, 0.08);
}
#main-nav li.megamenu > ul.sub-menu > li:last-child {
border: 0;
}
#main-nav li.megamenu.col-3 > ul.sub-menu > li {
width: 26.333%;
margin-left: 7%;
}
#main-nav li.megamenu.col-3 > ul.sub-menu > li:nth-child(4n) {
clear: both;
}
#main-nav li.megamenu.col-4 > ul.sub-menu > li {
width: 19%;
margin-left: 6%;
}
#main-nav li.megamenu.col-4 > ul.sub-menu > li:nth-child(5n) {
clear: both;
}
#main-nav li.megamenu.col-5 > ul.sub-menu > li {
width: 15%;
margin-left: 5%;
}
#main-nav li.megamenu.col-5 > ul.sub-menu > li:nth-child(6n) {
clear: both;
}
#main-nav li.megamenu > ul.sub-menu > li ul {
display: block !important;
top: auto !important;
width: 100% !important;
min-width: 0 !important;
left: auto !important;
position: relative !important;
border: none !important;
padding: 0 !important;
box-shadow: none !important;
}
#main-nav li.megamenu > ul.sub-menu > .menu-item-has-children > a {
transition: none;
transform: none;
position: relative;
font-size: 15px;
font-weight: 700;
color: #414042;
margin-bottom: 12px;
}
#main-nav li.megamenu.no-heading > ul.sub-menu > .menu-item-has-children > a {
display: none
}
#main-nav li.megamenu:hover ul li ul {
opacity: 1;
visibility: visible;
} #main-nav-mobi {
display: block;
position: fixed;
top: 0;
left: -300px;
height: 100%;
z-index: 999999;
width: 300px;
max-width: 100%;
padding-bottom: 50px;
overflow-x: hidden;
overflow-y: auto;
background-color: #06111f;
color: #fff;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-overflow-scrolling: touch;
}
#main-nav-mobi::-webkit-scrollbar-track {
background-color: #333f50;
}
#main-nav-mobi::-webkit-scrollbar {
width: 6px;
background-color: #333f50;
}
#main-nav-mobi::-webkit-scrollbar-thumb {
background-color: #777;
}
.mobi-overlay {
opacity: 0;
visibility: hidden;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 9999;
transition: all ease 0.3s;
}
.mobi-overlay.show {
opacity: 1;
visibility: visible;
}
.mobi-overlay .close:after {
content: "\4d";
font-family: "ElegantIcons";
font-weight: normal;
cursor: pointer;
position: absolute;
right: 0;
top: 0;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
color: #fff;
font-size: 30px;
transition: all ease 0.3s;
}
.mobi-overlay .close:hover:after {
opacity: 0.7;
}
html.disable-scroll {
overflow-y: hidden;
}
#main-nav-mobi ul {
display: block;
list-style: none;
margin: 0;
padding: 0;
}
#main-nav-mobi ul li {
margin: 0;
position: relative;
cursor: pointer;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#main-nav-mobi ul li a {
color: #fff;
display: block;
font-family: "Poppins", sans-serif;
font-size: 16px;
line-height: 50px;
text-decoration: none;
padding: 0 22px 0 35px;
}
#main-nav-mobi ul > li > a:hover {
opacity: 0.7;
}
#main-nav-mobi .menu-item-has-children .arrow {
cursor: pointer;
display: inline-block;
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 13px;
line-height: 50px;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 50px;
color: #fff;
transition: all ease 0.3s;
}
#main-nav-mobi .menu-item-has-children .arrow:hover {
opacity: 0.7;
}
#main-nav-mobi .menu-item-has-children .arrow:before {
content: "\f105";
}
#main-nav-mobi .menu-item-has-children .arrow.active:before {
content: "\f107";
}
#main-nav-mobi ul ul {
background-color: rgba(255, 255, 255, 0.05);
} .nav-extend {
display: none;
}
#main-nav-mobi .search-form {
position: relative;
margin: 32px 22px 35px;
}
#main-nav-mobi .search-form .search-field {
padding-right: 48px;
width: 100%;
margin-bottom: 0;
padding: 10px 25px;
background-color: #fff;
border: 1px solid #d4d4d5;
border-radius: 30px;
}
#main-nav-mobi .search-form .search-submit {
position: absolute;
right: 14px;
top: 8px;
width: 30px;
height: 30px;
text-align: center;
text-indent: 9999px;
background-color: transparent;
padding: 0;
border: 0;
overflow: hidden;
}
#main-nav-mobi .search-form .search-submit:before {
color: #a9a9a9;
content: "\55";
font-family: "ElegantIcons";
transform: scaleX(-1);
font-size: 16px;
width: 30px;
height: 30px;
line-height: 30px;
position: absolute;
left: 0;
top: 0;
text-align: center;
text-indent: 0;
font-weight: normal;
transition: all ease 0.3s;
}
#main-nav-mobi .search-form .search-submit:hover:before {
color: #030f27;
}
#main-nav-mobi .ext > .text {
display: none;
}
#main-nav-mobi .ext > .cart-info {
position: relative;
padding-left: 62px;
}
#main-nav-mobi .ext > .cart-info:before {
content: "\e013";
font-family: "ElegantIcons";
font-weight: normal;
font-size: 18px;
position: absolute;
left: 34px;
top: -1px;
color: #fff;
}
#main-nav-mobi .ext > .cart-info:hover {
opacity: 0.7;
}
#main-nav-mobi .menu-logo-inner {
display: inline-block;
margin: 25px 22px 25px 35px;
}
#main-nav-mobi .menu-logo-inner a {
padding: 0;
} .mobile-button {
width: 24px;
height: 14px;
display: none;
float: right;
position: absolute;
top: 50%;
right: 0;
transform: translate3d(0, -50%, 0);
background: transparent;
cursor: pointer;
transition: all ease 0.3s;
}
.mobile-button.show {
opacity: 1;
}
.mobile-button.hide {
opacity: 0;
}
.mobile-button:before,
.mobile-button:after,
.mobile-button span {
background-color: #030f27;
transition: all ease 0.3s;
}
.mobile-button:before,
.mobile-button:after {
content: '';
position: absolute;
top: 0;
height: 2px;
width: 24px;
border-radius: 2px;
left: 0;
top: 50%;
transform-origin: 50% 50%;
}
.mobile-button span {
position: absolute;
width: 24px;
height: 2px;
border-radius: 2px;
left: 0;
top: 50%;
margin-top: -1px;
overflow: hidden;
text-indent: 200%;
}
.mobile-button:hover span,
.mobile-button:hover:before,
.mobile-button:hover:after {
opacity: 0.7;
}
.mobile-button:before {
transform: translate3d(0, -7px, 0);
}
.mobile-button:after {
transform: translate3d(0, 5px, 0);
} .nav-top-cart-wrapper {
float: right;
margin: 34px 0;
margin-left: 15px;
position: relative;
transition: all ease 0.3s;
}
.nav-top-cart-wrapper .nav-cart-trigger {
position: relative;
display: block;
text-align: center;
width: 32px;
height: 32px;
line-height: 34px;
font-size: 26px;
}
.nav-top-cart-wrapper .nav-cart-trigger .cart-icon {
display: inline-block;
}
.nav-top-cart-wrapper .shopping-cart-items-count {
font-family: "Poppins", sans-serif;
position: absolute;
right: -3px;
top: -6px;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 12px;
font-weight: 500;
display: block;
border-radius: 50%;
text-align: center;
background-color: #28c23e;
color: #f1f4f9;
}
.nav-top-cart-wrapper .nav-shop-cart {
width: 290px;
opacity: 0;
visibility: hidden;
transform: translateY(5px);
position: absolute;
right: 0;
top: 65px;
z-index: 999999;
background-color: #fff;
padding: 0;
box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
transition: all ease 0.3s;
}
.nav-top-cart-wrapper:hover .nav-shop-cart {
transform: translateY(0);
opacity: 1;
visibility: visible;
transition: all ease 0.3s;
} .header-search-wrap {
margin: 34px 0;
margin-left: 15px;
float: right;
}
.header-search-trigger {
display: inline-block;
text-align: center;
width: 32px;
height: 32px;
line-height: 32px;
font-size: 26px;
} .search-style-fullscreen .search_form_wrap {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999999;
background-color: rgba(8, 21, 38, 0.95);
overflow: hidden;
opacity: 0;
visibility: hidden;
transition: all ease-in-out 0.3s;
}
.search-style-fullscreen .search_form {
position: absolute;
width: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin-top: 10px;
transition: all ease-in-out 0.25s;
}
.search-style-fullscreen .search-field {
width: 100%;
font-size: 20px;
line-height: 60px;
margin-bottom: 0;
padding: 8px 40px;
color: #fff;
border-radius: 50px;
background-color: transparent;
}
.search-style-fullscreen .search-field,
.search-style-fullscreen .search-field:focus {
border: 2px solid #fff;
}
.search-style-fullscreen .search-submit {
position: absolute;
right: 30px;
top: 22px;
display: block;
width: 32px;
height: 32px;
line-height: 32px;
text-indent: -9999px;
margin-left: 8px;
padding: 0;
background-color: transparent;
transition: all ease 0.3s;
}
.search-style-fullscreen .search-submit:after {
content: "\e947";
font-family: "BasicUI";
font-weight: normal;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
text-align: center;
color: #fff;
text-indent: 0;
font-size: 24px;
line-height: 34px;
transition: color ease 0.3s;
}
.search-style-fullscreen .search-close {
position: absolute;
top: 70px;
right: 70px;
display: inline-block;
text-align: center;
cursor: pointer;
z-index: 1;
transition: all ease 0.3s;
}
.search-style-fullscreen .search-close:before {
content: '\4d';
font-family: "ElegantIcons";
color: #fff;
font-size: 36px;
transition: all ease 0.3s;
}
.search-style-fullscreen .search-close:hover:before {
color: #f63440;
}
.search-style-fullscreen.search-opened .search_form_wrap {
opacity: 1;
visibility: visible;
}
.search-style-fullscreen.search-opened .search_form {
margin-top: 0;
} #site-header .header-button {
float: right;
margin: 27px 0;
margin-left: 25px;
}
#site-header .header-button a {
display: inline-block;
width: 180px;
height: 46px;
line-height: 46px;
font-weight: 500;
letter-spacing: 0.25px;
text-align: center;
border-radius: 30px;
}  .header-style-1 #site-header:after {
background-color: #fff;
}
.header-style-1 #main-nav > ul > li > a {
color: #414042;
}
.header-style-1 #main-nav > ul > li.current-menu-item > a,
.header-style-1 #main-nav > ul > li.current-menu-parent > a,
.header-style-1 #main-nav > ul > li > a:hover {
color: #030f27;
}
.header-style-1 #site-header .nav-top-cart-wrapper .nav-cart-trigger,
.header-style-1 #site-header .header-search-trigger {
color: #414042;
}
.header-style-1 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover,
.header-style-1 #site-header .header-search-trigger:hover {
color: #f35c27;
}
.header-style-1 #site-header .header-button a {
background-color: #f35c27;
color: #fff;
}
.header-style-1 #site-header .header-button a:hover {
background-color: #030f27;
color: #fff;
} .header-style-2 #site-header:after {
background-color: #030f27;
}
.header-style-2 #main-nav > ul > li > a,
.header-style-2 #site-header .nav-top-cart-wrapper .nav-cart-trigger,
.header-style-2 #site-header .header-search-trigger {
color: #d7d7d7;
}
.header-style-2 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover,
.header-style-2 #site-header .header-search-trigger:hover {
color: #f35c27;
}
.header-style-2 #main-nav > ul > li.current-menu-item > a,
.header-style-2 #main-nav > ul > li.current-menu-parent > a,
.header-style-2 #main-nav > ul > li > a:hover {
color: #fff;
}
.header-style-2 #site-header .header-button a {
background-color: #f35c27;
color: #fff;
}
.header-style-2 #site-header .header-button a:hover {
background-color: #fff;
color: #030f27;
} .header-style-3 #site-header-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 150;
}
.header-style-3 #site-header:after {
background-color: transparent;
content: "";
z-index: -1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transition: all ease 0.3s;
}
.header-style-3 #main-nav > ul > li > a,
.header-style-3 #site-header .nav-top-cart-wrapper .nav-cart-trigger,
.header-style-3 #site-header .header-search-trigger {
color: #414042;
}
.header-style-3 #main-nav > ul > li.current-menu-item > a,
.header-style-3 #main-nav > ul > li.current-menu-parent > a,
.header-style-3 #main-nav > ul > li > a:hover {
color: #030f27;
}
.header-style-3 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover,
.header-style-3 #site-header .header-search-trigger:hover {
color: #f35c27;
}
.header-style-3 #site-header .header-button a {
line-height: 42px;
border: 2px solid #f35c27;
color: #f35c27;
}
.header-style-3 #site-header .header-button a:hover {
background-color: #f35c27;
color: #fff;
} .header-style-4 #site-header-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 150;
}
.header-style-4 #site-header:after {
background-color: transparent;
content: "";
z-index: -1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transition: all ease 0.3s;
}
.header-style-4 #site-header {
background-color: transparent;
box-shadow: none;
}
.header-style-4 #main-nav > ul > li > a,
.header-style-4 #site-header .nav-top-cart-wrapper .nav-cart-trigger,
.header-style-4 #site-header .header-search-trigger {
color: #d7d7d7;
}
.header-style-4 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover,
.header-style-4 #site-header .header-search-trigger:hover {
color: #f35c27;
}
.header-style-4 #main-nav > ul > li.current-menu-item > a,
.header-style-4 #main-nav > ul > li.current-menu-parent > a,
.header-style-4 #main-nav > ul > li > a:hover {
color: #fff;
}
.header-style-4 #site-header .header-button a {
line-height: 42px;
border: 2px solid #fff;
color: #fff;
background-color: rgba(255, 255, 255, 0.2);
}
.header-style-4 #site-header .header-button a:hover {
background-color: #fff;
color: #030f27;
} .header-style-5 #site-logo-inner {
margin: 0;
}
.header-style-5 #site-header-inner {
padding-top: 30px;
padding-bottom: 70px;
}
.header-style-5 .site-navigation-wrap .inner {
position: absolute;
left: 50%;
top: 100%;
background-color: #030f27;
padding: 0 30px 0 16px;
z-index: 99999;
border-radius: 5px;
transform: translate3d(-50%, -50%, 0);
}
.header-style-5 .nav-top-cart-wrapper,
.header-style-5 .header-search-wrap {
margin-top: 24px;
margin-bottom: 24px;
}
.header-style-5 #main-nav > ul > li > a,
.header-style-5 #site-header .nav-cart-trigger,
.header-style-5 #site-header .header-search-trigger {
color: #d7d7d7;
}
.header-style-5 #site-header .nav-cart-trigger:hover,
.header-style-5 #site-header .header-search-trigger:hover {
color: #f35c27;
}
.header-style-5 .nav-top-cart-wrapper .nav-shop-cart {
top: 55px;
}
.header-style-5 #main-nav {
float: left;
}
.header-style-5 #main-nav > ul > li > a {
height: 80px;
line-height: 80px;
}
.header-style-5 #main-nav > ul > li.current-menu-item > a,
.header-style-5 #main-nav > ul > li.current-menu-parent > a,
.header-style-5 #main-nav > ul > li > a:hover {
color: #fff;
}
.header-style-5 #site-header .header-button {
margin-top: 17px;
margin-bottom: 17px;
}
.header-style-5 #site-header .header-button a {
background-color: #f35c27;
color: #fff;
}
.header-style-5 #site-header .header-button a:hover {
background-color: #fff;
color: #030f27;
} .header-style-6 #site-logo-inner {
margin: 0;
}
.header-style-6 #main-nav > ul > li > a,
.header-style-6 #site-header .nav-cart-trigger,
.header-style-6 #site-header .header-search-trigger {
color: #414042;
}
.header-style-6 #site-header .nav-cart-trigger:hover,
.header-style-6 #site-header .header-search-trigger:hover {
color: #f35c27;
}
.header-style-6 #main-nav {
float: left;
}
.header-style-6 #main-nav > ul > li > a {
height: 80px;
line-height: 80px;
}
.header-style-6 #main-nav > ul > li.current-menu-item > a,
.header-style-6 #main-nav > ul > li.current-menu-parent > a,
.header-style-6 #main-nav > ul > li > a:hover {
color: #030f27;
}
.header-style-6 .nav-top-cart-wrapper,
.header-style-6 .header-search-wrap {
margin-top: 24px;
margin-bottom: 24px;
}
.header-style-6 .nav-top-cart-wrapper .nav-shop-cart {
top: 55px;
}
.header-style-6 #site-header-inner {
padding-top: 30px;
padding-bottom: 70px;
}
.header-style-6 .site-navigation-wrap .inner {
position: absolute;
left: 50%;
top: 100%;
background-color: #fff;
padding: 0 30px 0 16px;
z-index: 99999;
border-radius: 5px;
transform: translate3d(-50%, -50%, 0);
}
.header-style-6 #site-header-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 150;
}
.header-style-6 #site-header:after {
background-color: transparent;
content: "";
z-index: -1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transition: all ease 0.3s;
}
.header-style-6 #site-header {
background-color: rgba(3, 15, 39, 0.5);
box-shadow: none;
}
.header-style-6 #header-aside .aside-content .inner > span {
color: #fefefe;
}
.header-style-6 #header-aside .aside-content .inner > span {
border-color: rgba(138, 153, 192, 0.2);
}
.header-style-6 #site-header .header-button {
margin-top: 17px;
margin-bottom: 17px;
}
.header-style-6 #site-header .header-button a {
background-color: #f35c27;
color: #fff;
}
.header-style-6 #site-header .header-button a:hover {
background-color: #030f27;
color: #fff;
} #site-header.fixed-hide {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 9989;
transition: background ease 0.3s;
}
#site-header.fixed-hide,
#site-header .site-navigation-wrap.fixed-hide {
box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.header-style-3 #site-header.fixed-hide,
.header-style-5 #site-header.fixed-hide {
background-color: rgba(255, 255, 255, 0.97);
}
.header-style-4 #site-header.fixed-hide,
.header-style-6 #site-header.fixed-hide {
background-color: rgba(1, 15, 39, 0.9);
}
#site-header .site-navigation-wrap.fixed-hide {
position: fixed;
left: 0;
top: -200px;
width: 100%;
z-index: 99999;
transition: all ease 0.3s;
}
.header-style-5 #site-header .site-navigation-wrap.fixed-hide {
background-color: #030f27;
}
.header-style-6 #site-header .site-navigation-wrap.fixed-hide {
background-color: #fff;
}
#site-header .site-navigation-wrap.fixed-hide .inner {
position: static;
transform: none;
padding: 0;
}
#site-header .site-navigation-wrap.fixed-hide #main-nav > ul > li:first-child {
margin-left: 0;
}
#site-header .site-navigation-wrap.fixed-show {
top: 0;
} #header-aside {
float: right;
}
#header-aside .aside-content {
float: right;
color: #585252;
}
#header-aside .aside-content .info-wrap {
display: table;
overflow: hidden;
width: 100%;
}
#header-aside .aside-content .info-i,
#header-aside .aside-content .info-c {
display: table-cell;
text-align: left;
vertical-align: middle;
}
#header-aside .aside-content .info-i {
width: 45px;
}
#header-aside .aside-content .info-i span {
position: relative;
z-index: 1;
font-size: 30px;
color: #f35c27;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
display: inline-block;
margin-right: 10px;
}
#header-aside .aside-content .info-i span:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
border: 1px dashed transparent;
background-color: transparent;
}
#header-aside .aside-content .inner > span {
float: left;
display: block;
width: 170px;
border-right: 1px solid #e8ebf2;
position: relative;
color: #777;
font-weight: 500;
line-height: 20px;
margin-left: 25px;
}
#header-aside .aside-content .inner > span:last-child {
border: 0;
} .header-style-2 .mobile-button:before,
.header-style-2 .mobile-button:after,
.header-style-2 .mobile-button span,
.header-style-4 .mobile-button:before,
.header-style-4 .mobile-button:after,
.header-style-4 .mobile-button span {
background-color: #fff;
}
.header-style-5 .mobile-button:before,
.header-style-5 .mobile-button:after,
.header-style-5 .mobile-button span {
background-color: #d7d7d7;
}
.header-style-5 .mobile-button,
.header-style-6 .mobile-button {
right: auto;
left: 30px;
}
.header-has-custom-bg #site-header:after,
.top-bar-has-custom-bg #top-bar:after {
display: none;
} .cur-menu-1 #main-nav > ul > li > a {
position: relative;
}
.cur-menu-1 #main-nav > ul > li > a:before {
background-color: #f35c27;
opacity: 0;
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 5px;
transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.cur-menu-1 #main-nav > ul > li:hover > a:before {
opacity: 1;
width: 100%;
}
.cur-menu-1 #main-nav > ul > li.current-menu-item > a:before,
.cur-menu-1 #main-nav > ul > li.current-menu-parent > a:before {
background-color: #f35c27;
opacity: 1;
width: 100%;
}
.cur-menu-2 #main-nav > ul > li > a span {
padding-bottom: 7px;
position: relative;
}
.cur-menu-2 #main-nav > ul > li > a span:before {
background-color: #f35c27;
opacity: 0;
content: "";
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
width: 0;
height: 2px;
transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.cur-menu-2 #main-nav > ul > li:hover > a span:before {
opacity: 1;
width: 15px;
}
.cur-menu-2 #main-nav > ul > li.current-menu-item > a span:before,
.cur-menu-2 #main-nav > ul > li.current-menu-parent > a span:before {
background-color: #f35c27;
opacity: 1;
width: 15px;
} #featured-title {
background-color: #f7f9fa;
background-size: cover;
border-style: solid;
}
#featured-title .inner-wrap {
display: table;
overflow: hidden;
width: 100%;
}
#featured-title .inner-wrap {
padding: 70px 0;
}
.header-style-3 #featured-title .inner-wrap,
.header-style-4 #featured-title .inner-wrap {
padding: 220px 0 70px;
}
#featured-title .title-group {
display: table-cell;
margin: 0;
text-align: left;
vertical-align: middle;
width: 50%;
}
#featured-title #breadcrumbs {
display: table-cell;
text-align: right;
vertical-align: middle;
width: 40%;
font-size: 15px;
color: #777;
}
#featured-title .main-title {
position: relative;
font-size: 42px;
z-index: 1;
display: inline-block;
margin: 0;
}
#featured-title .sub-title {
font-size: 22px;
font-weight: 400;
margin: 3px 0 0;
color: #bdbdbd;
}
#featured-title .main-title.has-shadow {
text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
}
#featured-title .main-title:after,
#featured-title #breadcrumbs .breadcrumbs-inner:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
border-style: solid;
border-width: 0;
}
#featured-title #breadcrumbs .breadcrumbs-inner {
z-index: 1;
position: relative;
display: inline-block;
}
#featured-title #breadcrumbs a {
color: #777;
}
#featured-title #breadcrumbs a:hover {
color: #f35c27;
}
#featured-title #breadcrumbs .breadcrumb-trail > a,
#featured-title #breadcrumbs .breadcrumb-trail > span {
position: relative;
display: inline-block;
padding-right: 28px;
}
#featured-title #breadcrumbs .breadcrumb-trail > a:after,
#featured-title #breadcrumbs .breadcrumb-trail > span:after {
content: "\f101";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 13px;
position: absolute;
right: 8px;
top: 3px;
}
#featured-title #breadcrumbs .breadcrumb-trail > span {
padding-right: 0;
}
#featured-title #breadcrumbs .breadcrumb-trail > span:after {
display: none;
} #featured-title.center .inner-wrap {
display: block;
}
#featured-title.center .title-group {
display: block;
width: 100%;
text-align: center;
margin-bottom: 43px;
}
#featured-title.center .main-title {
padding-bottom: 7px;
}
#featured-title.center .main-title:before {
content: "";
position: absolute;
left: 50%;
bottom: 0;
margin-left: -30px;
width: 60px;
height: 3px;
background-color: #f35c27;
}
#featured-title.center #breadcrumbs {
display: block;
width: 100%;
text-align: center;
margin-top: 20px;
} .hentry {
margin-top: 40px;
position: relative;
}
.hentry .post-media iframe {
margin-bottom: 0;
}
.hentry:first-child {
margin-top: 0;
}
.hentry .post-content-wrap {
padding: 26px 35px 33px;
position: relative;
border: 1px solid #e7e7e7;
border-radius: 0px 0px 5px 5px;
}
.hentry .custom-post-date {
font-size: 14px;
position: relative;
padding-left: 22px;
}
.hentry .custom-post-date:before {
content: "\f073";
font-family: "Font Awesome 5 Free";
position: absolute;
left: 0;
top: 0;
}
.hentry .page-links {
clear: both;
padding: 20px 0 10px;
}
.hentry .page-links .post-page-numbers {
display: inline-block;
width: 36px;
height: 36px;
line-height: 34px;
font-size: 12px;
border-radius: 20px;
border: 1px solid #d6d8da;
color: #777;
text-align: center;
display: inline-block;
margin-left: 3px;
font-weight: 600;
font-family: "Montserrat", sans-serif;
}
.hentry .page-links .post-page-numbers.current {
color: #f35c27;
cursor: default;
}
.hentry .page-links .post-page-numbers:hover {
color: #f35c27;
} .post-media {
position: relative;
border-radius: 5px 5px 0 0;
overflow: hidden;
}
.post-media .slick-prev,
.post-media .slick-next {
padding: 0;
background-color: rgba(0, 0, 0, 0.2);
width: 40px;
height: 40px;
margin-top: -20px;
position: absolute;
top: 50%;
cursor: pointer;
border: none;
outline: none;
text-shadow: none;
z-index: 77799;
text-indent: -9999px;
display: inline-block;
}
.post-media .slick-prev:before,
.post-media .slick-next:before {
text-indent: 0;
content: "\e91a";
font-family: "Font Awesome 5 Free";
font-size: 14px;
color: #fff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
line-height: 40px;
text-align: center;
display: inline-block;
}
.post-media .slick-next:before {
content: "\e91b";
}
.post-media .slick-prev {
left: 10px;
}
.post-media .slick-next {
right: 10px;
}
.post-media .slick-prev:hover,
.post-media .slick-next:hover {
background-color: #f35c27;
}
.post-media .slick-dots {
list-style: none;
margin: 0;
text-align: center;
line-height: 10px;
position: absolute;
left: 0;
bottom: 20px;
width: 100%;
}
.post-media .slick-dots li {
padding: 0;
display: inline-block;
}
.post-media .slick-dots li button {
padding: 0;
width: 10px;
height: 10px;
margin: 0 5px;
background-color: rgba(0, 0, 0, 0.2);
font-size: 0;
display: block;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
border-radius: 50%;
transition: all ease 0.3s;
}
.post-media .slick-dots li.slick-active button {
background-color: #f35c27;
} .hentry .post-title {
font-size: 28px;
margin: 0 0 23px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.hentry .post-title-inner {
z-index: 1;
position: relative;
display: inline-block;
}
.hentry .post-title-inner:before {
content: "";
position: absolute;
left: 0;
top: 0;
z-index: -1;
width: 100%;
height: 100%;
border: 1px solid transparent;
}
.hentry .post-title-inner:after {
content: "";
position: absolute;
left: 0;
top: 100%;
width: 0;
height: 0;
background-color: transparent;
}
.hentry .post-title a {
color: #030f27;
}
.hentry .post-title a:hover {
color: #f35c27;
} .hentry .post-meta {
color: #777;
font-size: 14px;
margin-top: 40px;
}
.hentry .post-meta a {
color: #777;
}
.hentry .post-meta a:hover {
color: #f35c27;
}
.hentry .post-meta .item {
display: inline-block;
}
.hentry .post-meta .item:last-child {
margin-right: 0;
}
.hentry .post-meta .item .inner {
position: relative;
}
.hentry .post-meta .item .inner:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #f35c27;
position: absolute;
left: 0;
top: -1px;
}
.hentry .post-meta .item.post-by-author .inner:before {
content: "\f007";
}
.hentry .post-meta .item.post-comment .inner:before {
content: "\f4ad";
}
.hentry .post-meta .item.post-meta-categories .inner:before {
content: "\f02c";
}
.hentry .post-meta .item.post-date .inner:before {
content: "\f073";
}
.hentry .post-meta .item {
margin-right: 18px;
}
.hentry .post-meta .item:last-child {
margin-left: 0;
}
.hentry .post-meta .item .inner {
padding-left: 24px;
} .hentry .post-excerpt {
color: #414042;
position: relative;
z-index: 1;
margin-bottom: 25px;
}
.hentry .post-excerpt p:last-child {
margin-bottom: 0;
} .hentry .post-link a {
font-size: 15px;
font-weight: 500;
border-radius: 40px;
color: #030f27;
display: inline-block;
position: relative;
}
.hentry .post-link a > span {
position: relative;
display: inline-block;
padding-right: 20px;
transition: transform ease 0.3s;
}
.hentry .post-link a > span:before,
.hentry .post-link a > span:after {
content: '\f101';
font-family: "Font Awesome 5 Free";
font-size: 14px;
font-weight: 900;
font-style: normal;
position: absolute;
top: 3px;
right: 0;
transition: all ease 0.3s;
}
.hentry .post-link a > span:before {
right: 12px;
opacity: 0;
}
.hentry .post-link a:hover > span:before {
opacity: 1;
right: 0;
}
.hentry .post-link a:hover > span:after {
opacity: 0;
right: -12px;
}
.hentry .post-link a:hover {
color: #f35c27;
} .is-single-post .hentry {
background-color: transparent;
}
.is-single-post .hentry .post-media {
margin: 0 0 26px 0;
border-radius: 5px;
}
.is-single-post .hentry .post-title {
font-size: 32px;
line-height: 43px;
margin: 0 0 24px;
}
.is-single-post .hentry .post-meta {
margin: 0 0 30px;
}
.is-single-post .hentry .post-meta .item .inner:before {
color: #777;
} .hentry .post-tags {
font-size: 16px;
margin-top: 60px;
position: relative;
padding-left: 25px;
}
.hentry .post-tags:before {
content: '\f02c';
font-family: "Font Awesome 5 Free";
font-weight: 900;
line-height: normal;
position: absolute;
left: 0;
top: 6px;
font-size: 14px;
color: #f35c27;
}
.hentry .post-tags a {
font-size: 14px;
color: #777;
display: inline-block;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.hentry .post-tags a:hover {
color: #f35c27;
} .hentry .post-author {
clear: both;
overflow: hidden;
padding: 28px 35px 37px;
margin-top: 65px;
border: 1px solid #e7e7e7;
background-color: #f7f9fa;
border-radius: 5px;
position: relative;
}
.hentry .author-title {
font-size: 18px;
margin-bottom: 30px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.hentry .post-author .author-avatar {
width: 100px;
float: left;
margin-right: 26px;
}
.hentry .post-author .author-avatar a {
width: 100px;
height: auto;
display: inline-block;
border-radius: 50%;
}
.hentry .post-author .author-avatar a img {
width: 100%;
height: auto;
border-radius: 50%;
}
.hentry .post-author .name {
font-size: 16px;
margin: 0;
}
.hentry .post-author .position {
color: #8a99c0;
font-size: 14px;
margin-bottom: 10px;
}
.hentry .post-author .author-desc {
overflow: hidden;
font-size: 14px;
line-height: 25px;
color: #414042;
}
.hentry .post-author .author-desc > p {
margin-bottom: 0;
}
.hentry .post-author .author-socials {
margin-top: 15px;
}
.hentry .post-author .author-socials .text,
.hentry .post-author .author-socials .socials {
display: inline-block;
}
.hentry .post-author .author-socials .text {
color: #0079c1;
font-weight: 700;
}
.hentry .post-author .author-socials .socials a {
display: inline-block;
color: #b2b2b2;
margin-right: 10px;
font-size: 14px;
}
.hentry .post-author .author-socials .socials a:hover {
color: #0079c1;
} .related-news {
background-color: #f7f9fa;
padding: 94px 0 100px;
}
.related-news .related-title {
font-size: 42px;
margin-bottom: 50px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.related-news .related-post {
margin: 0 -15px;
position: relative;
margin-bottom: 0;
}
.related-news .post-item {
padding: 0 15px;
}
.related-news .post-item .inner {
overflow: hidden;
padding: 17px 15px;
background-color: #fff;
}
.related-news .post-item .thumb-wrap {
position: relative;
overflow: hidden;
}
.related-news .post-item .thumb-wrap img {
transition: transform ease 0.3s;
}
.related-news .post-item:hover .thumb-wrap img {
transform: scale(1.07) rotate(1.5deg);
}
.related-news .post-item .text-wrap {
padding: 15px 15px 10px;
}
.related-news .post-item .meta .date {
font-size: 14px;
position: relative;
padding-left: 22px;
display: inline-block;
}
.related-news .post-item .meta .date:before {
content: "\f073";
font-family: "Font Awesome 5 Free";
position: absolute;
left: 0;
top: 0;
}
.related-news .post-item .text-wrap h3 {
font-size: 18px;
line-height: 28px;
margin: 10px 0 0;
}
.related-news .post-item .text-wrap h3 a:hover {
color: #f35c27;
}
.related-news .related-post .slick-prev,
.related-news .related-post .slick-next {
padding: 0;
background-color: transparent;
width: 45px;
height: 30px;
position: absolute;
top: -76px;
cursor: pointer;
border: none;
outline: none;
text-shadow: none;
z-index: 9999;
text-indent: -9999px;
display: inline-block;
}
.related-news .related-post .slick-prev {
right: 40px;
}
.related-news .related-post .slick-next {
border-left: 1px solid #d7d7d7;
right: -5px;
}
.related-news .related-post .slick-prev:before,
.related-news .related-post .slick-next:before {
text-indent: 0;
content: "\e978";
font-family: "Font Awesome 5 Free";
line-height: 30px;
font-size: 20px;
color: #c1c1c1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
text-align: center;
display: inline-block;
transition: all ease 0.3s;
}
.related-news .related-post .slick-next:before {
content: "\e979";
}
.related-news .related-post .slick-next:hover:before,
.related-news .related-post .slick-prev:hover:before {
color: #f35c27;
} .comments-area .comments-title,
.comments-area .comment-reply-title {
font-size: 18px;
border-top: 1px solid #e7e7e7;
padding-top: 30px;
margin-top: 50px;
margin-bottom: 30px;
} .comment-list {
list-style: none;
margin: 0;
}
.comment-list li.comment {
padding: 0;
}
.comment-list .children {
list-style: none;
margin: 0;
}
.comment-list .children > li {
padding: 0 0 0 20px;
}
.comment-list article {
position: relative;
padding: 32px 35px 27px;
margin-bottom: 20px;
border: 1px solid #e7e7e7;
border-radius: 5px;
transition: background ease 0.3s;
}
.comment-list article + .comment-respond {
margin-bottom: 50px;
}
.comment-list article .gravatar {
width: 70px;
border-radius: 50%;
float: left;
margin: 2px 16px 0 0;
overflow: hidden;
}
.comment-list article .gravatar img {
width: 100%;
height: auto;
}
.comment-list .comment-content {
overflow: hidden;
}
.comment-meta {
margin-bottom: 6px;
}
.comment-author {
font-size: 15px;
margin: 0;
display: inline-block;
}
.comment-time {
font-size: 12px;
margin: 1px 0 9px;
position: relative;
padding-left: 18px;
}
.comment-time:after {
content: "\f073";
font-family: "Font Awesome 5 Free";
position: absolute;
left: 1px;
top: 0;
}
.comment-reply a,
#cancel-comment-reply-link {
font-weight: 500;
font-size: 15px;
display: inline-block;
position: relative;
color: #f35c27;
}
.comment-reply a:after,
#cancel-comment-reply-link:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
opacity: 0;
background-color: #f35c27;
transition: opacity ease 0.3s;
}
.comment-reply a:hover:after,
#cancel-comment-reply-link:hover:after {
opacity: 1;
}
#cancel-comment-reply-link {
position: absolute;
right: 0;
top: 34px;
padding-bottom: 2px;
}
.comment-text {
overflow: hidden;
font-size: 14px;
line-height: 25px;
color: #414042;
margin-bottom: 24px;
}
.comment-text > p:last-child {
margin-bottom: 0;
}
.comment-edit-link {
padding-left: 10px;
color: #28c23e;
}
.unapproved {
display: block;
color: #28c23e;
font-style: italic;
} #comments .comment-respond {
position: relative;
}
#comments .name-wrap,
#comments .email-wrap,
#comments .url-wrap {
float: left;
width: 32.468%;
}
#comments .name-wrap,
#comments .email-wrap {
margin-right: 1.298%;
}
#comments .name-wrap input,
#comments .email-wrap input,
#comments .url-wrap input,
#comments .message-wrap textarea {
width: 100%;
}
#comments .message-wrap textarea {
height: 110px;
}
#comments .comment-respond .form-submit {
clear: both;
margin: 0;
padding-top: 10px;
}
.logged-in-as {
margin-bottom: 10px;
}
.logged-in-as a {
color: #28c23e;
}
.logged-in-as a:hover,
.comment-edit-link:hover {
color: #030f27;
} #sidebar .widget {
position: relative;
z-index: 1;
padding-top: 25px;
margin-top: 30px;
border-top: 1px solid #e7e7e7;
}
#sidebar .widget:first-child {
padding: 0;
margin: 0;
border: 0;
}
#footer-widgets .widget {
color: #ddd;
margin: 0 0 35px;
}
#sidebar .widget ul,
#footer-widgets .widget ul {
margin: 0;
list-style: none;
}
.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
padding-left: 16px;
}
.widget.widget_categories ul li a:before,
.widget.widget_meta ul li a:before,
.widget.widget_pages ul li a:before,
.widget.widget_archive ul li a:before,
.widget.widget_nav_menu ul li a:before {
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 14px;
line-height: normal;
position: absolute;
left: 0;
top: 16px;
color: #cacaca;
}
.widget.widget_pages ul li,
.widget.widget_nav_menu ul li,
.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_recent_entries ul li,
.widget.widget_recent_comments ul li,
.widget.widget_rss ul li {
position: relative;
}
.widget.widget_pages > ul > li:first-child,
.widget.widget_nav_menu ul.menu > li:first-child,
.widget.widget_archive > ul > li:first-child,
.widget.widget_categories > ul > li:first-child,
.widget.widget_meta > ul > li:first-child,
.widget.widget_recent_entries > ul > li:first-child,
.widget.widget_recent_comments > ul > li:first-child,
.widget.widget_rss > ul > li:first-child {
border-top: 0;
}
#footer-widgets .widget.widget_pages ul li,
#footer-widgets .widget.widget_nav_menu ul li,
#footer-widgets .widget.widget_archive ul li,
#footer-widgets .widget.widget_categories ul li,
#footer-widgets .widget.widget_meta ul li,
#footer-widgets .widget.widget_recent_entries ul li,
#footer-widgets .widget.widget_recent_comments ul li,
#footer-widgets .widget.widget_rss ul li {
border-color: #4d4e51;
}
.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_pages ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_rss ul li a {
color: #777;
font-weight: 500;
display: inline-block;
}
.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_pages ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_recent_comments ul li,
.widget.widget_rss ul li {
padding: 10px 0;
}
#footer-widgets .widget.widget_archive ul li a,
#footer-widgets .widget.widget_categories ul li a,
#footer-widgets .widget.widget_meta ul li a,
#footer-widgets .widget.widget_nav_menu ul li a,
#footer-widgets .widget.widget_pages ul li a,
#footer-widgets .widget.widget_recent_entries ul li a,
#footer-widgets .widget.widget_recent_comments ul li a,
#footer-widgets .widget.widget_rss ul li a {
color: #ddd;
}
.widget.widget_archive ul li a:hover,
.widget.widget_categories ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_nav_menu ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_recent_entries ul li a:hover,
.widget.widget_recent_comments ul li a:hover,
.widget.widget_rss ul li a:hover,
#footer-widgets .widget.widget_archive ul li a:hover,
#footer-widgets .widget.widget_categories ul li a:hover,
#footer-widgets .widget.widget_meta ul li a:hover,
#footer-widgets .widget.widget_nav_menu ul li a:hover,
#footer-widgets .widget.widget_pages ul li a:hover,
#footer-widgets .widget.widget_recent_entries ul li a:hover,
#footer-widgets .widget.widget_recent_comments ul li a:hover,
#footer-widgets .widget.widget_rss ul li a:hover {
color: #f35c27;
}
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_pages ul li a,
.widget.widget_archive ul li a,
.widget.widget_nav_menu ul li a {
position: relative;
padding-left: 16px;
}
.widget.widget_categories ul li > span,
.widget.widget_archive ul li > span {
float: right;
display: inline-block;
width: 20px;
height: 20px;
background-color: #f35c27;
line-height: 20px;
color: #fff;
font-size: 12px;
text-align: center;
border-radius: 50%;
margin-top: 13px;
}
#sidebar .widget.widget_recent_comments {
color: #a0a0a0;
font-size: 14px;
}
#sidebar .widget.widget_recent_entries .post-date,
#footer-widgets .widget.widget_recent_entries .post-date {
display: block;
font-size: 14px;
}
#sidebar .widget.widget_recent_comments .comment-author-link {
color: #777
}
#footer-widgets .widget.widget_recent_comments .comment-author-link {
color: #dfdfdf;
}
#sidebar .widget.widget_calendar caption,
#footer-widgets .widget.widget_calendar caption {
color: #f35c27;
}
#footer-widgets .widget select {
border-color: #4d4e51;
color: #777;
} #sidebar .widget .widget-title {
font-size: 18px;
margin: 0 0 25px 0;
}
#footer-widgets .widget .widget-title {
font-size: 18px;
color: #fefefe;
margin: 12px 0 24px 0;
} #sidebar .widget.widget_text p:last-child,
#footer-widgets .widget.widget_text p:last-child {
margin-bottom: 0;
} .widget.widget_recent_entries ul li:first-child {
margin-top: 0;
} .widget.widget_nav_menu > .menu-primary-menu-container > ul > li {
margin-bottom: 5px;
}
.widget.widget_nav_menu .menu > li.current-menu-item > a,
.widget.widget_nav_menu .menu > li.current-menu-item {
color: #f35c27;
} #sidebar .widget.widget.widget_calendar table {
margin: 0;
}
#sidebar .widget.widget_calendar td,
#sidebar .widget.widget_calendar th {
padding: 0;
text-align: center;
font-size: 16px;
padding: 6px;
border-color: #d0d0d0;
}
#sidebar .widget.widget_calendar th {
font-weight: 700;
}
#sidebar .widget.widget_calendar tbody #today,
#sidebar .widget.widget_calendar tbody #today a {
color: #f35c27;
display: block;
}
#sidebar .widget.widget_calendar tbody #today a:hover {
color: #030f27;
}
#footer-widgets .widget.widget_calendar table,
#footer-widgets .widget.widget_calendar td,
#footer-widgets .widget.widget_calendar th {
border-color: #4d4e51;
} #sidebar .widget_information,
#footer-widgets .widget_information {
font-size: 16px;
}
#sidebar .widget_information .email > span,
#footer-widgets .widget_information .email > span {
color: #8998c2;
position: relative;
}
#sidebar .widget_information .email > span:after,
#footer-widgets .widget_information .email > span:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
background-color: #8998c2;
width: 100%;
height: 1px;
}
#sidebar .widget_information ul li.accent-icon i,
#footer-widgets .widget_information ul li.accent-icon i {
color: #f35c27;
} #sidebar .widget.widget_links ul li,
#footer-widgets .widget.widget_links ul li {
border: 0;
margin-bottom: 10px;
}
#sidebar .widget.widget_links ul.col2 li,
#footer-widgets .widget.widget_links ul.col2 li {
width: 50%;
float: left;
}
#sidebar .widget.widget_links ul li a,
#footer-widgets .widget.widget_links ul li a {
position: relative;
display: inline-block;
font-size: 16px;
color: #414042;
position: relative;
transition: all ease 0.3s;
}
#footer-widgets .widget.widget_links ul li a:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 1px;
width: 100%;
background-color: #fff;
opacity: 0;
transition: opacity ease 0.3s;
}
#footer-widgets .widget.widget_links ul li a:hover:after {
opacity: 1;
}
#footer-widgets .widget.widget_links ul li a {
color: #8998c2;
}
#sidebar .widget.widget_links ul.no-arrow li a,
#footer-widgets .widget.widget_links ul.no-arrow li a {
padding-left: 0;
}
#sidebar .widget.widget_links ul li a:hover,
#footer-widgets .widget.widget_links ul li a:hover {
color: #fff;
} #sidebar .widget.widget_twitter .tweet-item,
#footer-widgets .widget.widget_twitter .tweet-item {
margin-top: 20px;
}
#sidebar .widget.widget_twitter .tweet-item:first-child,
#footer-widgets .widget.widget_twitter .tweet-item:first-child {
margin-top: 0;
}
#sidebar .widget.widget_twitter .tweet-icon,
#footer-widgets .widget.widget_twitter .tweet-icon {
float: left;
margin-right: 15px;
text-align: center;
color: #009efc;
font-size: 18px;
padding-top: 2px;
}
#sidebar .widget.widget_twitter .text-wrap,
#footer-widgets .widget.widget_twitter .text-wrap {
overflow: hidden;
font-size: 15px;
font-weight: 500;
color: #414042;
}
#footer-widgets .widget.widget_twitter .text-wrap {
color: #777;
}
#sidebar .widget.widget_twitter .timestamp a,
#footer-widgets .widget.widget_twitter .timestamp a {
color: #777;
font-size: 13px;
}
#footer-widgets .widget.widget_twitter .timestamp a {
color: #777;
}
#sidebar .widget.widget_twitter .timestamp a:hover,
#footer-widgets .widget.widget_twitter .timestamp a:hover {
color: #f35c27;
} .widget.widget_search .search-form,
#sidebar .mc4wp-form {
position: relative;
}
.widget.widget_search .search-form .search-field,
#sidebar .mc4wp-form .email-wrap input {
padding: 10px 25px;
margin-bottom: 0;
height: 46px;
width: 100%;
border-radius: 30px;
background-color: #fff;
border-color: #d4d4d5;
}
.widget.widget_search .search-form .search-field:focus,
#sidebar .mc4wp-form .email-wrap input:focus {
border-color: #f35c27;
}
.widget.widget_search .search-form .search-submit,
#sidebar .mc4wp-form .submit-wrap button {
position: absolute;
background-color: transparent;
right: 3px;
top: 4px;
width: 38px;
height: 38px;
text-align: center;
text-indent: -9999px;
padding: 0;
border: 0;
overflow: hidden;
}
.widget.widget_search .search-form .search-submit:before,
#sidebar .mc4wp-form .submit-wrap button:before {
color: #fff;
content: "\e947";
background-color: #f35c27;
border-radius: 50%;
font-family: "BasicUI";
font-weight: normal;
font-size: 16px;
width: 38px;
height: 38px;
line-height: 38px;
position: absolute;
left: 0;
top: 0;
text-align: center;
text-indent: 0;
font-weight: normal;
transition: all ease 0.3s;
}
#sidebar .mc4wp-form .submit-wrap button:before {
content: "\f1d8";
font-family: "Font Awesome 5 Free";
font-weight: 900;
background-color: #33bb3c;
}
.widget.widget_search .search-form .search-submit:hover:before,
#sidebar .mc4wp-form .submit-wrap button:hover:before {
opacity: 0.7;
} #footer-widgets .widget.widget_mc4wp_form_widget .mc4wp-form {
padding-top: 7px;
}
#footer-widgets .widget.widget_mc4wp_form_widget .mc4wp-form .email-wrap > input {
padding: 10px 25px;
margin-bottom: 20px;
height: 46px;
width: 100%;
border-radius: 30px;
background-color: #3d4147;
border-color: #3d4147;
}
#footer-widgets .widget.widget_mc4wp_form_widget .mc4wp-form .submit-wrap > button {
background-color: transparent;
border: 1px solid #f35c27;
color: #f35c27;
}
#footer-widgets .widget.widget_mc4wp_form_widget .mc4wp-form .submit-wrap > button:hover {
background-color: #f35c27;
color: #fff;
} #sidebar .widget.widget_socials .socials,
#footer-widgets .widget.widget_socials .socials {
margin: 0 -3px;
}
#sidebar .widget.widget_socials .socials .icon,
#footer-widgets .widget.widget_socials .socials .icon {
padding: 0 3px;
float: left;
}
#sidebar .widget.widget_socials .socials a,
#footer-widgets .widget.widget_socials .socials a {
float: left;
font-size: 14px;
display: inline-block;
line-height: 20px;
text-align: center;
margin-right: 13px;
}
#sidebar .widget.widget_socials .socials a,
#footer-widgets .widget.widget_socials .socials a {
color: #8998c2;
}
#sidebar .widget.widget_socials .socials a:hover,
#footer-widgets .widget.widget_socials .socials a:hover {
color: #f35c27;
} #sidebar .widget.widget_recent_posts ul li,
#footer-widgets .widget.widget_recent_posts ul li {
padding: 0;
border: 0;
padding-top: 10px;
margin-top: 10px;
border-top: 1px solid #fff;
}
#sidebar .widget.widget_recent_posts ul li:first-child,
#footer-widgets .widget.widget_recent_posts ul li:first-child {
padding-top: 0;
margin-top: 0;
border: 0;
}
#sidebar .widget.widget_recent_posts .recent-news .thumb,
#footer-widgets .widget.widget_recent_posts .recent-news .thumb {
width: 78px;
overflow: hidden;
float: left;
margin: 5px 20px 0 0;
}
#sidebar .widget.widget_recent_posts .recent-news .thumb img,
#footer-widgets .widget.widget_recent_posts .recent-news .thumb img {
width: 100%;
height: auto;
}
#sidebar .widget.widget_recent_posts .recent-news .thumb.icon,
#footer-widgets .widget.widget_recent_posts .recent-news .thumb.icon {
background-color: #f35c27;
color: #fff !important;
border-radius: 50%;
text-align: center;
font-size: 16px;
}
#sidebar .widget.widget_recent_posts h3,
#footer-widgets .widget.widget_recent_posts h3 {
font-size: 15px;
line-height: 25px;
margin: 0;
}
#sidebar .widget.widget_recent_posts h3 a,
#footer-widgets .widget.widget_recent_posts h3 a {
color: #414042;
}
#sidebar .widget.widget_recent_posts h3 a:hover,
#footer-widgets .widget.widget_recent_posts h3 a:hover {
color: #f35c27;
}
#sidebar .widget.widget_recent_posts .recent-news .texts,
#footer-widgets .widget.widget_recent_posts .recent-news .texts {
overflow: hidden;
}
#sidebar .widget.widget_recent_posts .post-date,
#footer-widgets .widget.widget_recent_posts .post-date {
font-size: 14px;
color: #777;
position: relative;
padding-left: 22px;
}
#sidebar .widget.widget_recent_posts .post-date:before,
#footer-widgets .widget.widget_recent_posts .post-date:before {
content: "\f073";
font-family: "Font Awesome 5 Free";
position: absolute;
left: 1px;
top: -1px;
}
#footer-widgets .widget.widget_recent_posts h3 a {
color: #ababab;
}
#footer-widgets .widget.widget_recent_posts .post-date {
color: #fff;
} .widget.widget_instagram .instagram-wrap,
.widget.widget_flickr .flickr-wrap {
margin: 0 -0.5px;
}
.widget.widget_instagram .instagram-wrap .instagram_badge_image,
.widget.widget_flickr .flickr-wrap .flickr_badge_image {
padding: 0 0.5px !important;
margin: 0 0 1px 0 !important;
width: 33.333%;
float: left;
height: auto !important;
}
.widget.widget_instagram .instagram-wrap .instagram_badge_image img,
.widget.widget_flickr .flickr-wrap .flickr_badge_image img {
width: 100%;
height: auto;
}
.widget.widget_instagram .instagram-wrap .instagram_badge_image a,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a {
position: relative;
display: block;
}
.widget.widget_instagram .instagram-wrap .instagram_badge_image a:after,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: transparent;
transition: all ease 0.3s;
}
.widget.widget_instagram .instagram-wrap .instagram_badge_image a:hover,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a:hover {
opacity: 0.7;
} .widget.widget_instagram .instagram-wrap.col2 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.col2 .flickr_badge_image {
width: 50%;
} .widget.widget_instagram .instagram-wrap.col4 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.col4 .flickr_badge_image {
width: 25%;
} .widget.widget_instagram .instagram-wrap.g0,
.widget.widget_flickr .flickr-wrap.g0 {
margin: 0;
}
.widget.widget_instagram .instagram-wrap.g0 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g0 .flickr_badge_image {
padding: 0 !important;
margin: 0 !important;
} .widget.widget_instagram .instagram-wrap.g5,
.widget.widget_flickr .flickr-wrap.g5 {
margin: 0 -2.5px;
}
.widget.widget_instagram .instagram-wrap.g5 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g5 .flickr_badge_image {
padding: 0 2.5px !important;
margin: 0 0 5px 0 !important;
} .widget.widget_instagram .instagram-wrap.g9,
.widget.widget_flickr .flickr-wrap.g9 {
margin: 0 -4.5px;
}
.widget.widget_instagram .instagram-wrap.g9 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g9 .flickr_badge_image {
padding: 0 4.5px !important;
margin: 0 0 9px 0 !important;
} .widget.widget_instagram .instagram-wrap.g12,
.widget.widget_flickr .flickr-wrap.g12 {
margin: 0 -6px;
}
.widget.widget_instagram .instagram-wrap.g12 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g12 .flickr_badge_image {
padding: 0 6px !important;
margin: 0 0 12px 0 !important;
} .widget.widget_instagram .instagram-wrap.g15,
.widget.widget_flickr .flickr-wrap.g15 {
margin: 0 -7.5px;
}
.widget.widget_instagram .instagram-wrap.g15 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g15 .flickr_badge_image {
padding: 0 7.5px !important;
margin: 0 0 15px 0 !important;
}
#footer-widgets .widget.widget_instagram .instagram-wrap,
#footer-widgets .widget.widget_flickr .flickr-wrap {
padding-right: 2px;
} #sidebar .widget.widget_tag_cloud .tagcloud:before,
#sidebar .widget.widget_tag_cloud .tagcloud:after,
#footer-widgets .widget.widget_tag_cloud .tagcloud:before,
#footer-widgets .widget.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after {
display: table;
clear: both;
content: "";
}
#sidebar .widget.widget_tag_cloud .tagcloud,
#footer-widgets .widget.widget_tag_cloud .tagcloud {
padding-top: 5px;
}
#sidebar .widget.widget_tag_cloud .tagcloud a,
#footer-widgets .widget.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
font-size: 13px;
position: relative;
float: left;
color: #fff;
background-color: #8a99cc;
padding: 2px 15px;
border-radius: 15px;
margin: 0 5px 5px 0;
z-index: 1;
}
#footer-widgets .widget.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
background-color: #112238;
border-color: #112238;
color: #fff;
}
#sidebar .widget.widget_tag_cloud .tagcloud a:hover,
#footer-widgets .widget.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
background-color: #f35c27;
border-color: #f35c27;
color: #fff;
} #footer {
font-size: 14px;
background-color: #171a1e;
padding: 80px 0 30px;
position: relative;
z-index: 1;
border-style: solid;
position: relative;
} .footer-grid {
margin: 0 -10px
}
.footer-grid .col {
float: left;
padding: 0 10px;
}
.footer-grid .span_1_of_1.col {
float: none;
}
.footer-grid .span_1_of_2 {
width: 50%;
}
.footer-grid .span_1_of_3 {
width: 33.33%;
}
.footer-grid .span_1_of_4 {
width: 25%;
}
.footer-grid .w340 {
width: 30.865%;
}
.footer-grid .w220 {
width: 20.988%;
}
.footer-grid .w240 {
width: 22.635%;
}
.footer-grid .w275 {
width: 25.512%;
} .footer-grid.gutter-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.footer-grid.gutter-5 > .col {
padding-left: 2.5px;
padding-right: 2.5px
}
.footer-grid.gutter-10 {
margin-left: -5px;
margin-right: -5px;
}
.footer-grid.gutter-10 > .col {
padding-left: 5px;
padding-right: 5px;
}
.footer-grid.gutter-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.footer-grid.gutter-15 > .col {
padding-left: 7.5px;
padding-right: 7.5px;
}
.footer-grid.gutter-20 {
margin-left: -10px;
margin-right: -10px;
}
.footer-grid.gutter-20 > .col {
padding-left: 10px;
padding-right: 10px;
}
.footer-grid.gutter-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.footer-grid.gutter-25 > .col {
padding-left: 12.5px;
padding-right: 12.5px;
}
.footer-grid.gutter-30 {
margin-left: -15px;
margin-right: -15px;
}
.footer-grid.gutter-30 > .col {
padding-left: 15px;
padding-right: 15px;
}
.footer-grid.gutter-35 {
margin-left: -17.5px;
margin-right: -17.5px;
}
.footer-grid.gutter-35 > .col {
padding-left: 17.5px;
padding-right: 17.5px;
}
.footer-grid.gutter-40 {
margin-left: -20px;
margin-right: -20px;
}
.footer-grid.gutter-40 > .col {
padding-left: 20px;
padding-right: 20px;
}
.footer-grid.gutter-45 {
margin-left: -22.5px;
margin-right: -22.5px;
}
.footer-grid.gutter-45 > .col {
padding-left: 22.5px;
padding-right: 22.5px;
}
.footer-grid.gutter-50 {
margin-left: -25px;
margin-right: -25px;
}
.footer-grid.gutter-50 > .col {
padding-left: 25px;
padding-right: 25px;
}
.footer-grid.gutter-60 {
margin-left: -30px;
margin-right: -30px;
}
.footer-grid.gutter-60 > .col {
padding-left: 30px;
padding-right: 30px;
}
.footer-grid.gutter-70 {
margin-left: -35px;
margin-right: -35px;
}
.footer-grid.gutter-70 > .col {
padding-left: 35px;
padding-right: 35px;
}
.footer-grid.gutter-80 {
margin-left: -40px;
margin-right: -40px;
}
.footer-grid.gutter-80 > .col {
padding-left: 40px;
padding-right: 40px;
} .footer-promotion {
text-align: center;
background-color: #030f27;
padding: 94px 0 100px;
position: relative;
padding-top: 170px;
}
.footer-has-promo #main-content {
padding-bottom: 175px;
}
.no-padding-content.footer-has-promo #main-content {
padding-bottom: 0;
}
.footer-has-promo.has-related-post.is-single-post #main-content {
padding-bottom: 100px;
}
.footer-has-promo.is-single-post .related-news {
padding-bottom: 175px;
}
.footer-has-promo.page-single-project .project-related-wrap {
padding-bottom: 175px;
}
.footer-promotion .promo-heading {
margin: 0 0 28px;
font-size: 42px;
color: #fff;
}
.footer-promotion .promo-sub-heading {
font-size: 18px;
line-height: 30px;
color: #fff;
max-width: 880px;
margin: 0 auto 50px;
}
.footer-promotion .promo-btn {
font-weight: 500;
padding: 11px 44px;
border-radius: 30px;
background-color: #f65b15;
color: #fff;
display: inline-block;
}
.footer-promotion .promo-btn:hover {
background-color: #fff;
color: #030f27;
}
.footer-promotion .bauer-subscribe {
position: absolute;
left: 50%;
top: -75px;
width: 1170px;
transform: translateX(-50%);
z-index: 999;
background: url(//ruys-stukadoors.nl/wp-content/themes/bauer/assets/img/subs-bg.png);
padding: 32px 35px 36px 100px;
border-radius: 10px;
}
.footer-promotion .bauer-subscribe .inner {
display: table;
overflow: hidden;
width: 100%;
}
.footer-promotion .bauer-subscribe .heading-wrap {
display: table-cell;
margin: 0;
text-align: left;
vertical-align: middle;
width: 50%;
}
.footer-promotion .bauer-subscribe .heading-wrap .text {
font-weight: 400;
color: #fff;
font-size: 28px;
line-height: 41px;
max-width: 530px
}
.footer-promotion .bauer-subscribe .form-wrap {
display: table-cell;
text-align: right;
vertical-align: middle;
width: 20%;
padding-top: 8px;
}
.footer-promotion .bauer-subscribe .mc4wp-alert {
color: #fff;
padding-top: 10px;
max-width: 260px;
} #bottom {
color: #ddd;
background-color: #1e2227;
font-size: 14px;
}
#bottom .bottom-bar-inner-wrap {
position: relative;
padding: 14px 0;
display: table;
overflow: hidden;
width: 100%;
}
#bottom .bottom-bar-copyright {
display: table-cell;
margin: 0;
text-align: left;
vertical-align: middle;
width: 50%;
}
#bottom .bottom-bar-menu {
display: table-cell;
text-align: right;
vertical-align: middle;
width: 50%;
}
#bottom .bottom-bar-content {
display: table-cell;
margin: 0;
text-align: right;
vertical-align: middle;
width: 50%;
font-size: 12px;
color: #030f27;
letter-spacing: 1px;
}
#bottom .bottom-bar-menu li:last-child a {
padding-right: 0;
} #bottom ul.bottom-nav {
list-style: none;
margin: 0;
}
#bottom ul.bottom-nav > li {
display: inline-block;
margin-left: 20px;
position: relative;
}
#bottom ul.bottom-nav > li:before {
content: "";
position: absolute;
left: -13px;
top: 4px;
width: 1px;
height: 14px;
background-color: #8998c2;
}
#bottom ul.bottom-nav > li:first-child {
padding: 0;
margin: 0;
}
#bottom ul.bottom-nav > li:first-child:before {
display: none;
}
#bottom ul.bottom-nav > li > a {
line-height: normal;
color: #8998c2;
position: relative;
}
#bottom ul.bottom-nav > li.current-menu-item > a,
#bottom ul.bottom-nav > li > a:hover {
color: #fff;
}
#bottom ul.bottom-nav ul {
display: none !important; } #scroll-top {
position: fixed !important;
right: 36px;
bottom: 0;
display: block;
line-height: 50px;
text-align: center;
width: 50px;
height: 50px;
border-radius: 50%;
visibility: hidden;
opacity: 0;
z-index: 9999;
cursor: pointer;
z-index: 1;
overflow: hidden;
}
#scroll-top:after {
content: "\f106";
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #030f27;
font-size: 18px;
position: absolute;
left: 0;
top: 0;
width: 100%;
transition: all ease 0.3s;
}
#scroll-top:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #fff;
z-index: -1;
transition: all ease 0.3s;
}
#scroll-top:hover:before {
background-color: #f35c27;
}
#scroll-top:hover:after {
color: #fff;
}
#scroll-top.show {
bottom: 75px;
opacity: 1;
visibility: visible;
} .bauer-pagination,
.woocommerce-pagination,
.project-nav .bauer-pagination {
clear: both;
margin: 50px 0 0 0;
text-align: center;
}
.woocommerce-pagination {
margin-top: 0;
border: 0;
clear: both;
padding-top: 50px;
}
.bauer-pagination ul,
.woocommerce-pagination .page-numbers {
margin: 0;
}
.bauer-pagination ul li,
.woocommerce-pagination .page-numbers li {
display: inline-block;
padding: 0;
margin-right: 7px;
}
.bauer-pagination ul li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
display: inline-block;
line-height: 45px;
width: 45px;
height: 45px;
border-radius: 50%;
text-align: center;
color: #414042;
font-weight: 500;
background-color: #f2f2f2;
transition: all ease 0.3s;
}
.bauer-pagination ul li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers:hover,
.bauer-pagination ul li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
background-color: #f35c27;
color: #fff;
}
.bauer-pagination .page-numbers.next,
.bauer-pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next,
.woocommerce-pagination .page-numbers.prev {
text-indent: -9999px;
position: relative;
}
.bauer-pagination .page-numbers.next:after,
.bauer-pagination .page-numbers.prev:after,
.woocommerce-pagination .page-numbers.next:after,
.woocommerce-pagination .page-numbers.prev:after {
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
text-indent: 0;
position: absolute;
left: 0;
top: 0;
font-size: 16px;
line-height: 45px;
width: 100%;
text-align: center;
}
.bauer-pagination .page-numbers.prev:after,
.woocommerce-pagination .page-numbers.prev:after {
content: "\f104";
}
.project-nav .bauer-pagination {
border-top: 0;
padding-top: 0;
margin: 80px 0 0;
} .no-results-content {
max-width: 800px;
margin: 0 auto;
text-align: center;
}
.no-results-content .search-form {
position: relative;
}
.no-results-content .text {
display: none;
}
.no-results-content .search-form .search-field {
padding: 12px 25px;
margin-bottom: 0;
height: 46px;
width: 100%;
border-radius: 30px;
background-color: #fff;
border-color: #d4d4d5;
}
.no-results-content .search-form .search-field:focus {
border-color: #f35c27;
}
.no-results-content .search-form .search-submit {
position: absolute;
background-color: transparent;
right: 3px;
top: 4px;
width: 38px;
height: 38px;
text-align: center;
text-indent: -9999px;
padding: 0;
border: 0;
overflow: hidden;
}
.no-results-content .search-form .search-submit:before {
color: #fff;
content: "\e947";
background-color: #f35c27;
border-radius: 50%;
font-family: "BasicUI";
font-size: 16px;
width: 38px;
height: 38px;
line-height: 38px;
position: absolute;
left: 0;
top: 0;
text-align: center;
text-indent: 0;
font-weight: normal;
transition: all ease 0.3s;
}
.no-results-content .search-form .search-submit:hover {
opacity: 0.7;
} @media only screen and (max-width: 1200px) {
.footer-promotion {
padding-top: 230px;
}
.footer-promotion .bauer-subscribe {
max-width: 760px;
padding: 40px 50px 50px;
}
.footer-promotion .bauer-subscribe .inner,
.footer-promotion .bauer-subscribe .heading-wrap,
.footer-promotion .bauer-subscribe .form-wrap,
.footer-promotion .bauer-subscribe .heading-wrap .text {
display: block;
width: 100%;
text-align: center;
max-width: none;
}
.footer-promotion .bauer-subscribe .heading-wrap {
margin-bottom: 20px;
}
}
@media only screen and (min-width: 992px) {
#featured-title .inner-wrap {
padding: 108px 0;
}
.header-style-3 #featured-title .inner-wrap,
.header-style-4 #featured-title .inner-wrap {
padding: 253px 0 113px;
}
.header-style-5 #featured-title .inner-wrap {
padding: 136px 0 100px;
}
.header-style-6 #featured-title .inner-wrap {
padding: 300px 0 100px;
}
}
@media only screen and (max-width: 991px) {
.mobile-hide-top #top-bar,
#main-nav,
.nav-top-cart-wrapper,
.header-search-wrap,
#header-aside .aside-content .inner > span.info-three,
#site-header .header-button,
#sidebar,
.footer-promotion .text-wrap > .promo-icon {
display: none;
}
#header-aside .aside-content .inner > span.info-two {
border: 0;
}
.header-style-5 .nav-top-cart-wrapper,
.header-style-5 .header-search-wrap,
.header-style-6 .nav-top-cart-wrapper,
.header-style-6 .header-search-wrap {
display: block;
}
#top-bar .top-bar-inner-wrap,
#top-bar .top-bar-content,
#top-bar .top-bar-socials {
display: block;
width: 100%;
margin: 0;
text-align: center;
}
#top-bar .top-bar-content {
margin-bottom: 5px;
}
#site-content,
#sidebar {
width: 100% !important;
max-width: none !important;
float: none;
}
#inner-content {
padding-left: 0 !important;
padding-right: 0 !important;
}
#main-content,
.footer-has-promo #main-content,
.footer-has-promo.has-related-post.is-single-post #main-content {
padding: 60px 0;
}
#featured-title .main-title {
font-size: 34px;
}
#featured-title .sub-title {
font-size: 16px;
}
.hentry .post-tags,
.hentry .post-author {
margin-top: 40px;
}
#footer {
padding: 60px 0 !important;
}
#footer-widgets .footer-grid > .col:last-child > .widget:last-child {
margin-bottom: 0;
}
.footer-grid.special-grid .width570 {
width: 100%;
}
.footer-grid.special-grid .width200 {
width: 33.333%;
}
#footer-widgets .widget.widget_instagram .instagram-wrap,
#footer-widgets .widget.widget_flickr .flickr-wrap {
max-width: 400px;
}
.footer-promotion,
.footer-has-promo.is-single-post .related-news {
padding: 60px 0;
}
.footer-promotion .bauer-subscribe {
display: none;
}
}
@media only screen and (max-width: 767px) {
#header-aside .aside-content .inner > span.info-two {
display: none;
}
#header-aside .aside-content .inner > span.info-one {
border: 0;
}
.search-style-fullscreen .search_form {
width: 80%;
}
#featured-title .inner-wrap,
#featured-title .title-group,
#featured-title #breadcrumbs {
display: block;
width: 100%;
text-align: left;
}
#featured-title .sub-title {
display: none;
}
.hentry .post-author {
text-align: center;
}
.hentry .post-author .author-avatar {
float: none;
margin: 0 auto 20px;
}
.comment-list article .gravatar {
float: none;
margin: 0 0 15px;
}
.comment-meta,
.comment-text {
margin-bottom: 15px;
}
#comments .name-wrap,
#comments .email-wrap,
#comments .url-wrap {
width: 100%;
float: none;
margin: 0;
}
#footer-widgets .footer-grid .col {
width: 100%;
}
.footer-grid.special-grid .width200 {
width: 100%;
}
#bottom .bottom-bar-inner-wrap,
#bottom .bottom-bar-copyright,
#bottom .bottom-bar-menu {
width: 100%;
display: block;
text-align: center;
padding: 0;
}
#bottom .bottom-bar-menu {
margin: 10px 0 0;
}
#bottom .bottom-bar-inner-wrap {
padding: 30px 0 27px;
}
.hentry .post-title {
padding-right: 0px;
}
.hentry .post-link {
position: static;
margin-bottom: 10px;
}
}  .bauer-accordions .accordion-item {
margin-bottom: 10px;
border: 1px solid #e7e7e7;
border-radius: 5px;
}
.bauer-accordions .accordion-item .accordion-heading {
position: relative;
font-size: 16px;
margin-bottom: 0;
border-radius: 5px;
cursor: pointer;
position: relative;
padding: 24px 35px 24px 35px;
transition: color ease 0.3s, background ease 0.3s;
}
.bauer-accordions .accordion-item .accordion-heading > .inner {
display: block;
position: relative;
}
.bauer-accordions .accordion-item .accordion-heading:hover {
color: #f35c27;
}
.bauer-accordions .accordion-item .accordion-heading > .inner:before {
content: "\3a";
font-family: "ElegantIcons";
font-size: 20px;
line-height: 22px;
font-weight: normal;
color: #777;
position: absolute;
right: -5px;
top: 0;
transition: all ease 0.3s;
}
.bauer-accordions .accordion-item.active .accordion-heading > .inner:before {
transform: rotate(180deg);
}
.bauer-accordions .accordion-item .accordion-content > p:last-child {
margin-bottom: 0;
}
.bauer-accordions .accordion-item.has-number .accordion-heading > .inner {
position: relative;
padding-left: 50px;
}
.bauer-accordions .accordion-item .accordion-content {
padding: 30px 35px 40px 35px;
border-radius: 0 0 5px 5px;
} .bauer-accordions .accordion-item.style-1.active .accordion-heading,
.bauer-accordions .accordion-item.style-1.active .accordion-heading > .inner:before {
color: #f35c27;
}
.bauer-accordions .accordion-item.style-1.active .accordion-heading {
border-bottom: 1px solid #e7e7e7;
}
.bauer-accordions .accordion-item.style-1 .accordion-content {
background-color: #f7f9fa;
} .bauer-accordions .accordion-item.style-2 .accordion-heading {
background-color: #fff;
}
.bauer-accordions .accordion-item.style-2 .accordion-content {
background-color: #fff;
}
.bauer-accordions .accordion-item.style-2.active .accordion-heading,
.bauer-accordions .accordion-item.style-2.active .accordion-heading > .inner:before {
color: #fff;
}
.bauer-accordions .accordion-item.style-2.active .accordion-heading {
border-radius: 5px 5px 0 0;
background-color: #f35c27;
} .bauer-step-box {
text-align: center;
position: relative;
}
.bauer-step-box:before {
content: "";
position: absolute;
left: 0;
top: 23px;
width: 100%;
height: 3px;
background: linear-gradient(45deg, #fff 0%, #f35c27 10%, #f35c27 90%, #fff 100%);
background: -webkit-linear-gradient(45deg, #fff 0%, #f35c27 10%, #f35c27 90%, #fff 100%);
}
.bauer-step-box .step-wrap {
margin: 0 -20px;
}
.bauer-step-box .number-box {
float: left;
padding: 0 20px;
position: relative;
padding-top: 80px;
}
.bauer-step-box .number-box.col-6 {
width: 16.666%;
}
.bauer-step-box .number-box.col-5 {
width: 20%;
}
.bauer-step-box .number-box.col-4 {
width: 25%;
}
.bauer-step-box .number-box.col-3 {
width: 33.333%;
}
.bauer-step-box .number-box.col-2 {
width: 50%;
}
.bauer-step-box .number-box .number {
width: 50px;
height: 50px;
line-height: 44px;
border-radius: 50%;
background-color: #fff;
border: 3px solid #f35c27;
text-align: center;
font-size: 22px;
color: #f35c27;
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
transition: all ease 0.3s;
}
.bauer-step-box .number-box:hover .number {
box-shadow: 0 0 0 5px rgba(243, 92, 39, 0.2);
background-color: #f35c27;
color: #fff;
}
.bauer-step-box .number-box .heading {
font-size: 22px;
line-height: 35px;
margin: 0;
}
.bauer-step-box .number-box .desc {
margin: 13px 0 0;
}
@media only screen and ( max-width: 991px) {
.bauer-step-box:before {
display: none;
}
.bauer-step-box .step-wrap {
margin: 0;
}
.bauer-step-box .number-box {
padding-top: 70px;
margin: 0 0 40px;
width: 100% !important;
}
.bauer-step-box .number-box:last-child {
margin-bottom: 0;
}
} .bauer-action-box .inner {
display: table;
overflow: hidden;
width: 100%;
padding: 10px;
}
.bauer-action-box .heading-wrap {
display: table-cell;
margin: 0;
text-align: left;
vertical-align: middle;
width: 70%;
}
.bauer-action-box .heading-wrap .heading {
margin: 0;
}
.bauer-action-box .url-wrap {
display: table-cell;
text-align: right;
vertical-align: middle;
width: 20%;
padding-top: 8px;
}
@media only screen and ( max-width: 1230px) {
.bauer-action-box .heading-wrap {
width: 60%;
}
.bauer-action-box .url-wrap {
width: 40%;
}
}
@media only screen and ( max-width: 991px) {
.bauer-action-box .inner,
.bauer-action-box .heading-wrap,
.bauer-action-box .url-wrap {
width: 100%;
display: block;
text-align: center;
margin: 0;
}
.bauer-action-box.has-icon .heading-wrap > .text-wrap {
padding: 0 !important;
}
.bauer-action-box .heading-wrap {
padding: 0;
margin: 0 0 25px;
}
.bauer-action-box .url-wrap {
padding-top: 0 !important;
}
} .bauer-grid-box.grid2 .grid-item {
width: 50%;
}
.bauer-grid-box.grid3 .grid-item {
width: 33.333%;
}
.bauer-grid-box.grid4 .grid-item {
width: 25%;
position: relative;
}
.bauer-grid-box .grid-row:first-child {
border-top: 1px solid #c2c2c2;
border-left: 1px solid #c2c2c2;
}
.bauer-grid-box .grid-row:not(:first-child) {
border-left: 1px solid #c2c2c2;
}
.bauer-grid-box .grid-item {
float: left;
border-right: 1px solid #c2c2c2;
border-bottom: 1px solid #c2c2c2;
}
.bauer-grid-box.border-dark .grid-row:first-child {
border-top: 1px solid rgba(138, 153, 192, 0.4);
border-left: 1px solid rgba(138, 153, 192, 0.4);
}
.bauer-grid-box.border-dark .grid-row:not(:first-child) {
border-left: 1px solid rgba(138, 153, 192, 0.4);
}
.bauer-grid-box.border-dark .grid-item {
float: left;
border-right: 1px solid rgba(138, 153, 192, 0.4);
border-bottom: 1px solid rgba(138, 153, 192, 0.4);
}
.bauer-grid-box.border-verylight .grid-row:first-child {
border-top: 1px solid #e7e7e7;
border-left: 1px solid #e7e7e7;
}
.bauer-grid-box.border-verylight .grid-row:not(:first-child) {
border-left: 1px solid #e7e7e7;
}
.bauer-grid-box.border-verylight .grid-item {
float: left;
border-right: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
}
.bauer-grid-box.no-border-wrap .grid-row:first-child,
.bauer-grid-box.no-border-wrap .grid-row:not(:first-child) {
border: 0 !important;
}
.bauer-grid-box.no-border-wrap .grid-row .grid-item:last-child {
border-right: 0 !important;
}
.bauer-grid-box.no-border-wrap .grid-row:last-child .grid-item {
border-bottom: 0 !important;
}
.bauer-grid-box.no-borders .grid-row,
.bauer-grid-box.no-borders .grid-item {
border: 0 !important;
}
.bauer-grid-box.no-borders.v-60 .grid-row {
margin: 0 -30px;
}
.bauer-grid-box.no-borders.v-60 .grid-row .grid-item {
padding: 0 30px;
}
.bauer-grid-box.no-borders.v-55 .grid-row {
margin: 0 -22.5px;
}
.bauer-grid-box.no-borders.v-55 .grid-row .grid-item {
padding: 0 22.5px;
}
.bauer-grid-box.no-borders.v-50 .grid-row {
margin: 0 -25px;
}
.bauer-grid-box.no-borders.v-50 .grid-row .grid-item {
padding: 0 25px;
}
.bauer-grid-box.no-borders.v-45 .grid-row {
margin: 0 -22.5px;
}
.bauer-grid-box.no-borders.v-45 .grid-row .grid-item {
padding: 0 22.5px;
}
.bauer-grid-box.no-borders.v-40 .grid-row {
margin: 0 -20px;
}
.bauer-grid-box.no-borders.v-40 .grid-row .grid-item {
padding: 0 20px;
}
.bauer-grid-box.no-borders.v-35 .grid-row {
margin: 0 -17.5px;
}
.bauer-grid-box.no-borders.v-35 .grid-row .grid-item {
padding: 0 17.5px;
}
.bauer-grid-box.no-borders.v-30 .grid-row {
margin: 0 -15px;
}
.bauer-grid-box.no-borders.v-30 .grid-row .grid-item {
padding: 0 15px;
}
.bauer-grid-box.no-borders.v-25 .grid-row {
margin: 0 -12.5px;
}
.bauer-grid-box.no-borders.v-25 .grid-row .grid-item {
padding: 0 12.5px;
}
.bauer-grid-box.no-borders.v-20 .grid-row {
margin: 0 -10px;
}
.bauer-grid-box.no-borders.v-20 .grid-row .grid-item {
padding: 0 10px;
}
.bauer-grid-box.no-borders.v-15 .grid-row {
margin: 0 -7.5px;
}
.bauer-grid-box.no-borders.v-15 .grid-row .grid-item {
padding: 0 7.5px;
}
.bauer-grid-box.no-borders.v-10 .grid-row {
margin: 0 -5px;
}
.bauer-grid-box.no-borders.v-10 .grid-row .grid-item {
padding: 0 5px;
}
.bauer-grid-box.no-borders.v-5 .grid-row {
margin: 0 -2.5px;
}
.bauer-grid-box.no-borders.v-5 .grid-row .grid-item {
padding: 0 2.5px;
}
.bauer-grid-box.no-borders.h-50 .grid-row {
margin-bottom: 50px;
}
.bauer-grid-box.no-borders.h-45 .grid-row {
margin-bottom: 45px;
}
.bauer-grid-box.no-borders.h-40 .grid-row {
margin-bottom: 40px;
}
.bauer-grid-box.no-borders.h-35 .grid-row {
margin-bottom: 35px;
}
.bauer-grid-box.no-borders.h-30 .grid-row {
margin-bottom: 30px;
}
.bauer-grid-box.no-borders.h-25 .grid-row {
margin-bottom: 25px;
}
.bauer-grid-box.no-borders.h-20 .grid-row {
margin-bottom: 20px;
}
.bauer-grid-box.no-borders.h-15 .grid-row {
margin-bottom: 15px;
}
.bauer-grid-box.no-borders.h-10 .grid-row {
margin-bottom: 10px;
}
.bauer-grid-box.no-borders.h-5 .grid-row {
margin-bottom: 5px;
}
.bauer-grid-box.no-borders .grid-row:last-child {
margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
.wpb_row.no-padding .bauer-grid-box {
max-width: 90%;
margin: 0 auto;
}
.bauer-grid-box .grid-item {
width: 100% !important;
padding: 35px 0;
}
.bauer-grid-box .grid-row,
.bauer-grid-box .grid-item {
border-width: 0 !important;
}
.bauer-grid-box .grid-item {
border-top: 1px solid #c2c2c2 !important;
}
.bauer-grid-box.border-dark .grid-item {
border-top: 1px solid rgba(138, 153, 192, 0.4) !important;
}
.bauer-grid-box.border-verylight .grid-item {
border-top: 1px solid #e7e7e7 !important;
}
.bauer-grid-box .grid-row:first-child .grid-item:first-child {
border-top: 0 !important;
}
.bauer-grid-box.no-borders .grid-row {
margin-bottom: 0 !important;
margin: 0 !important;
}
.bauer-grid-box.no-borders .grid-item {
padding: 0 !important;
}
.bauer-grid-box.no-borders .grid-item {
margin-bottom: 30px !important;
}
} .bauer-links {
color: #777;
font-weight: 500;
font-size: 15px;
}
.bauer-links > span {
position: relative;
display: inline-block;
transition: transform ease 0.3s;
}
.bauer-links.accent,
.bauer-links:hover {
color: #f35c27;
}
.bauer-links > span:before,
.bauer-links > span:after {
content: '\24';
font-family: "ElegantIcons";
font-size: 28px;
line-height: normal;
position: absolute;
top: 0;
right: 0;
transition: all ease 0.3s;
} .bauer-links.link-style-1 > span:before,
.bauer-links.link-style-1 > span:after {
opacity: 0;
}
.bauer-links.link-style-1:hover > span:after {
opacity: 1;
right: -32px;
}
.bauer-links.link-style-1:hover > span {
transform: translateX(-5px);
} .bauer-links.link-style-2 > span:before {
right: 12px;
opacity: 0;
}
.bauer-links.link-style-2:hover > span:before {
opacity: 1;
right: 0;
}
.bauer-links.link-style-2:hover > span:after {
opacity: 0;
right: -12px;
}
.bauer-links.link-style-2 > span {
padding-right: 32px;
} .bauer-links.link-style-3 {
position: relative;
display: inline-block;
}
.bauer-links.link-style-3 > span:before,
.bauer-links.link-style-3 > span:after {
display: none;
}
.bauer-links.link-style-3:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 3px;
background-color: #f35c27;
-webkit-transition: all 0.3s cubic-bezier(0.2, 0.8, 0.3, 1.2);
transition: all 0.3s cubic-bezier(0.2, 0.8, 0.3, 1.2);
}
.bauer-links.link-style-3:hover:after {
width: 100%;
} .button-wrap {
display: inline-block;
}
.button-wrap.has-icon .bauer-button > span {
position: relative;
display: inline-block;
}
.button-wrap.has-icon .bauer-button > span > .icon {
position: absolute;
top: 0;
line-height: normal;
}
.button-wrap.has-icon.icon-right .bauer-button > span {
padding-right: 18px;
}
.button-wrap.has-icon.icon-right .bauer-button > span > .icon {
right: 0;
}
.button-wrap.has-icon.icon-left .bauer-button > span {
padding-left: 18px;
}
.button-wrap.has-icon.icon-left .bauer-button > span > .icon {
left: 0;
}
.bauer-button {
font-family: "Poppins", sans-serif;
font-size: 15px;
font-weight: 500;
letter-spacing: 0.25px;
background-color: transparent;
display: inline-block;
transition: all ease 0.3s;
}
.bauer-button.xsmall {
padding: 7px 30px;
}
.bauer-button.small {
padding: 9px 40px;
}
.bauer-button.medium {
padding: 11px 44px;
}
.bauer-button.big {
padding: 13px 48px;
}
.bauer-button.outline {
border-width: 1px;
}
.bauer-button.outline-2 {
border-width: 2px;
}
.bauer-button.outline.xsmall {
padding: 5px 29px;
}
.bauer-button.outline.small {
padding: 5px 29px;
}
.bauer-button.outline.medium {
padding: 9px 42px;
}
.bauer-button.outline.big {
padding: 11px 39px;
}
.bauer-button.outline.solid,
.bauer-button.outline-2.solid {
border-style: solid;
}
.bauer-button.outline.dotted,
.bauer-button.outline-2.dotted {
border-style: dotted;
}
.bauer-button.outline.dashed,
.bauer-button.outline-2.dashed {
border-style: dashed;
} .bauer-button.accent {
background-color: #f35c27;
color: #fff;
}
.bauer-button.accent:hover {
background-color: #363636 !important;
color: #fff
}
.bauer-button.accent .icon {
color: #fff;
}
.bauer-button.accent:hover .icon {
color: #fff;
} .bauer-button.outline.outline-accent {
border-color: #f35c27;
color: #f35c27;
}
.bauer-button.outline.outline-accent:hover {
background-color: #f35c27;
border-color: #f35c27;
color: #fff;
}
.bauer-button.outline.outline-accent .icon {
color: #f35c27;
}
.bauer-button.outline.outline-accent:hover .icon {
color: #fff;
}
.bauer-button.icon_style_1 > span {
position: relative;
display: inline-block;
padding-right: 13px;
transition: transform ease 0.3s;
}
.bauer-button.icon_style_1 > span:before,
.bauer-button.icon_style_1 > span:after {
content: '\f105';
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 15px;
line-height: 28px;
font-style: normal;
position: absolute;
top: 0;
right: 0;
transition: all ease 0.3s;
}
.bauer-button.icon_style_1 > span:before {
right: 12px;
opacity: 0;
}
.bauer-button.icon_style_1:hover > span:before {
opacity: 1;
right: 0;
}
.bauer-button.icon_style_1:hover > span:after {
opacity: 0;
right: -12px;
}
.bauer-button.icon_style_2 > span {
position: relative;
display: inline-block;
padding-right: 22px;
transition: transform ease 0.3s;
}
.bauer-button.icon_style_2 > span:before,
.bauer-button.icon_style_2 > span:after {
content: '\24';
font-family: "ElegantIcons";
font-size: 20px;
line-height: 28px;
position: absolute;
top: 0;
right: 0;
transition: all ease 0.3s;
}
.bauer-button.icon_style_2 > span:before {
right: 12px;
opacity: 0;
}
.bauer-button.icon_style_2:hover > span:before {
opacity: 1;
right: 0;
}
.bauer-button.icon_style_2:hover > span:after {
opacity: 0;
right: -12px;
} .bauer-content-box > .inner {
border-style: solid;
border-color: transparent;
z-index: 1;
position: relative;
overflow: hidden;
transition: all ease-out .2s;
}
.bauer-content-box > .inner:after {
z-index: -1;
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.bauer-content-box > .inner.accent,
.bauer-content-box > .inner.dark-accent,
.bauer-content-box > .inner.light-accent {
background-color: #f35c27;
} .bauer-countdown .column {
background-color: #fff;
padding: 45px 0 50px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
display: inline-block;
width: 23%;
position: relative;
margin: 0 0 0 2.5%;
text-align: center;
}
.bauer-countdown .column:nth-child(1) {
margin-left: 0;
}
.bauer-countdown .numb {
color: #030f27;
font-size: 46px;
line-height: 58px;
font-weight: 700;
}
.bauer-countdown .text {
font-size: 16px;
color: #999;
}
@media only screen and ( max-width: 991px) {
.bauer-countdown .column {
width: 48%;
margin-left: 4%;
margin-bottom: 30px;
}
.bauer-countdown .column:nth-child(3) {
margin-left: 0;
}
} .bauer-counter .number-wrap {
color: #030f27;
margin: 0;
}
.bauer-counter .icon {
color: #777;
}
.bauer-counter .icon.accent,
.bauer-counter .prefix.accent,
.bauer-counter .suffix.accent,
.bauer-counter .number.accent {
color: #f35c27;
}
.bauer-counter .number,
.bauer-counter .heading {
margin: 0;
}
.bauer-counter .inner {
display: table;
overflow: hidden;
width: 100%;
}
.bauer-counter .left-wrap {
display: table-cell;
text-align: right;
vertical-align: middle;
width: 50%;
}
.bauer-counter .right-wrap {
display: table-cell;
text-align: left;
vertical-align: middle;
width: 50%;
}
.bauer-counter.style-2 {
text-align: center;
}
@media only screen and ( max-width: 991px) {
.bauer-counter .left-wrap,
.bauer-counter .icon {
margin: 0 0 7px !important;
}
.bauer-counter .inner,
.bauer-counter .left-wrap,
.bauer-counter .right-wrap {
display: block;
width: 100% !important;
margin: 0 !important;
text-align: center;
}
.bauer-counter .number-wrap,
.bauer-counter .heading {
max-width: none !important;
margin: 0;
}
} .bauer-divider {
display: block;
width: 100%;
height: 0;
background: none;
margin: 0 auto;
}
.bauer-divider.divider-right {
margin: 0;
float: right;
}
.bauer-divider.divider-left {
margin: 0;
float: left;
}
.bauer-divider .divider-icon {
display: inline-block;
position: relative;
}
.bauer-divider .divider-icon-before {
display: block;
position: absolute;
top: 50%;
border-bottom: solid 1px #f1f1f1;
right: 100%;
width: 9999px;
margin-top: -0.5px;
}
.bauer-divider .divider-icon-after {
display: block;
position: absolute;
top: 50%;
border-bottom: solid 1px #f1f1f1;
left: 100%;
width: 9999px;
margin-top: -0.5px;
}
.bauer-divider.divider-solid {
border-top: 1px solid #f1f1f1
}
.bauer-divider.divider-dashed {
border-top: 1px dashed #f1f1f1
}
.bauer-divider.divider-dotted {
border-top: 1px dotted #f1f1f1
}
.bauer-divider.divider-double,
.bauer-divider.has-icon .divider-double {
height: 1px;
padding-top: 1px;
padding-bottom: 1px;
border-top: 1px solid #f1f1f1;
border-bottom: 1px solid #f1f1f1;
}
.bauer-divider.has-icon {
display: block;
height: auto;
margin: 0 auto;
text-align: center;
border: none;
overflow: hidden;
}
.bauer-divider.has-icon .icon-wrap {
display: inline-block;
padding: 0 12px;
font-size: 16px;
}
.bauer-divider.has-icon .icon-wrap > span {
display: inline-block;
}
.bauer-divider.has-icon .icon-wrap > span.accent {
color: #f35c27;
}
.bauer-divider.has-icon .divider-dotted {
border-style: dotted;
}
.bauer-divider.has-icon .divider-dashed {
border-style: dashed;
}
.divider-icon-before.accent,
.divider-icon-after.accent,
.bauer-divider.has-icon .divider-double.accent {
border-color: #f35c27;
} .bauer-products .products {
list-style: none;
margin: 0;
}
.bauer-products .products li {
float: none;
padding: 5px;
margin: 0;
}
.bauer-products .products li .product-info {
background-color: #fff;
}
.bauer-products .products li .star-rating {
width: 85px;
height: 17px;
background: url(//ruys-stukadoors.nl/wp-content/themes/bauer/assets/img/star.png) repeat-x left 0;
}
.bauer-products .products li .star-rating span {
background: url(//ruys-stukadoors.nl/wp-content/themes/bauer/assets/img/star.png) repeat-x left -34px;
height: 0;
padding-top: 17px;
overflow: hidden;
float: left;
} .bauer-tabs .tab-title {
margin: 0;
border-bottom: 1px solid #ddd;
}
.bauer-tabs .tab-title .item-title {
font-size: 18px;
line-height: 30px;
color: #999;
padding: 0;
list-style: none;
margin: 0 5px 0 0;
display: inline-block;
background-color: #f3f3f3
}
.bauer-tabs .tab-title .item-title.active {
position: relative;
top: 1px;
}
.bauer-tabs .tab-title .item-title > span {
cursor: pointer;
padding: 8px 38px 8px;
transition: none;
border-bottom: none;
display: inline-block;
}
.bauer-tabs .tab-content .item-content > p:last-child {
margin: 0;
} .bauer-tabs.style-1 .tab-title .item-title.active {
background-color: #fff;
color: #030f27;
}
.bauer-tabs.style-1 .tab-title .item-title.active > span {
padding-top: 9px;
padding-bottom: 7px;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd !important;
border-right: 1px solid #ddd !important;
border-bottom: 1px solid #fff !important;
}
.bauer-tabs.style-1 .tab-content .item-content {
padding: 29px 37px 23px 37px;
border: 1px solid #ddd;
border-top: 0;
} .bauer-tabs.style-2 .tab-title .item-title.active {
background-color: #f35c27;
color: #fff;
}
.bauer-tabs.style-2 .tab-title .item-title.active > span {
border-top: 1px solid #f35c27;
}
.bauer-tabs.style-2 .tab-content .item-content {
padding: 33px 37px 23px 37px;
border: 1px solid #ddd;
border-top: 0;
} .bauer-tabs.style-3 .tab-title {
border-bottom: 0;
border-right: 1px solid #ddd;
}
.bauer-tabs.style-3 .tab-title .item-title.active {
top: 0;
left: 1px;
background-color: #f35c27;
color: #fff;
}
.bauer-tabs.style-3 .tab-title .item-title {
display: block;
margin: 0 0 5px 0;
}
.bauer-tabs.style-3 .tab-title .item-title > span {
display: block;
padding: 10px 0;
text-align: center;
}
.bauer-tabs.style-3 .tab-content .item-content {
padding: 32px 32px 40px;
border: 1px solid #ddd;
border-left: 0;
overflow: hidden;
}
.bauer-tabs.style-3 {
display: table;
}
.bauer-tabs.style-3 .tab-title {
display: table-cell;
}
.bauer-tabs.style-3 .tab-content-wrap {
display: table-cell;
} .bauer-tabs.style-4 .tab-title {
border-bottom: 0;
border-right: 1px solid #ddd;
}
.bauer-tabs.style-4 .tab-title .item-title.active {
top: 0;
left: 1px;
background-color: #030f27;
color: #fff;
}
.bauer-tabs.style-4 .tab-title .item-title {
display: block;
margin: 0 0 5px 0;
}
.bauer-tabs.style-4 .tab-title .item-title > span {
display: block;
padding: 10px 0;
text-align: center;
}
.bauer-tabs.style-4 .tab-content .item-content {
padding: 32px 32px 40px;
border: 1px solid #ddd;
border-left: 0;
overflow: hidden;
}
.bauer-tabs.style-4 {
display: table;
}
.bauer-tabs.style-4 .tab-title {
display: table-cell;
}
.bauer-tabs.style-4 .tab-content-wrap {
display: table-cell;
}
.bauer-tabs.title-w150 .tab-title {
width: 150px;
}
.bauer-tabs.title-w160 .tab-title {
width: 160px;
}
.bauer-tabs.title-w170 .tab-title {
width: 170px;
}
.bauer-tabs.title-w180 .tab-title {
width: 180px;
}
.bauer-tabs.title-w190 .tab-title {
width: 190px;
}
.bauer-tabs.title-w200 .tab-title {
width: 200px;
}
.bauer-tabs.title-w220 .tab-title {
width: 220px;
}
.bauer-tabs.title-w240 .tab-title {
width: 240px;
}
.bauer-tabs.title-w260 .tab-title {
width: 260px;
}
.bauer-tabs.title-w280 .tab-title {
width: 280px;
}
.bauer-tabs.title-w300 .tab-title {
width: 300px;
}
@media only screen and (max-width: 991px) {
.bauer-tabs .tab-title {
border: 0;
}
.bauer-tabs .tab-title .item-title,
.bauer-tabs .tab-title .item-title > span {
display: block;
margin: 0px;
}
.bauer-tabs .tab-title .item-title > span {
margin-bottom: 5px;
}
.bauer-tabs .tab-title .item-title.active {
top: 0;
}
.bauer-tabs.style-1 .tab-title .item-title.active > span {
border-bottom: 1px solid #ddd !important;
}
.bauer-tabs.style-3,
.bauer-tabs.style-3 .tab-title,
.bauer-tabs.style-3 .tab-content-wrap,
.bauer-tabs.style-4,
.bauer-tabs.style-4 .tab-title,
.bauer-tabs.style-4 .tab-content-wrap {
width: 100% !important;
display: block;
}
.bauer-tabs.style-3 .tab-title,
.bauer-tabs.style-4 .tab-title {
border: 0;
}
.bauer-tabs.style-4 .tab-title .item-title.active > span {
border-right: 1px solid #ddd!important;
}
.bauer-tabs .tab-content .item-content {
padding: 20px 0 0;
}
} .bauer-adv-tabs .tab-title .item-title {
display: table-cell;
width: 1%;
height: 100%;
vertical-align: middle;
text-align: center;
}
.bauer-adv-tabs .tab-title {
box-shadow: inset 0 -2px #e8e8ec;
}
.bauer-adv-tabs .tab-title .item-title .title {
display: block;
text-align: center;
margin-bottom: 22px;
vertical-align: middle;
}
.bauer-adv-tabs .tab-title .item-title .anchor-link {
display: inline-block;
cursor: pointer;
font-size: 18px;
color: #777;
}
.bauer-adv-tabs .tab-title .item-title.active .anchor-link {
box-shadow: inset 0 -2px #f35c27;
color: #030f27;
position: relative;
}
.bauer-adv-tabs .tab-title .item-title.active .anchor-link .icon {
color: #f35c27;
}
.bauer-adv-tabs .tab-title .item-title .anchor-link .icon {
transition: transform ease 0.3s;
display: inline-block;
line-height: normal;
}
.bauer-adv-tabs .tab-title .item-title .anchor-link:hover .icon {
transform: translateY(-3px);
} .bauer-adv-tabs.style-2 .tab-title {
box-shadow: inset 0 -1px #414757;
}
.bauer-adv-tabs.style-2 .tab-title .item-title .anchor-link {
color: #cacaca;
}
.bauer-adv-tabs.style-2 .tab-title .item-title.active .anchor-link {
color: #fff;
}
.bauer-adv-tabs.style-2 .tab-title .item-title .anchor-link .icon {
color: #777;
}
.bauer-adv-tabs.style-2 .tab-title .item-title.active .anchor-link .icon {
color: #f35c27;
}
@media only screen and ( max-width: 991px) {
.bauer-adv-tabs .anchor-link .image-icon,
.bauer-adv-tabs .tab-title .item-title .anchor-link .icon {
display: none;
}
}
@media only screen and ( max-width: 767px) {
.bauer-adv-tabs .tab-title .item-title .title {
margin-bottom: 0;
}
.bauer-adv-tabs .tab-title .item-title {
display: inline;
width: 100%;
}
.bauer-adv-tabs.style-1 .tab-title,
.bauer-adv-tabs.style-2 .tab-title,
.bauer-adv-tabs .tab-title .item-title.active .anchor-link {
box-shadow: none;
text-align: center;
}
.bauer-adv-tabs.style-1 .tab-title .item-title .anchor-link {
border: 2px solid #e8e8ec;
padding: 7px 10px;
margin: 0 4px 8px 4px;
}
.bauer-adv-tabs.style-2 .tab-title .item-title .anchor-link {
border: 1px solid #414757;
padding: 7px 10px;
margin: 0 4px 8px 4px;
}
} .bauer-menu-list {
padding: 10px 20px;
}
.bauer-menu-list .text {
float: left;
line-height: normal;
}
.bauer-menu-list .value {
float: right;
color: #777;
line-height: normal;
background-color: transparent;
} .bauer-fancy-text.scroll {
overflow: hidden;
vertical-align: baseline;
}
.bauer-fancy-text.scroll .heading {
margin: 0;
}
.bauer-fancy-text.scroll .heading {
transition: margin-top 0.4s ease-in-out;
}
.bauer-fancy-text.typed .typed-cursor {
opacity: 1;
animation: blink 0.7s infinite;
}
@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
} .bauer-text {
margin-bottom: 0;
}
.bauer-text > p:last-child {
margin-bottom: 0;
} .bauer-single-heading > .inner {
position: relative;
display: inline-block;
}
.bauer-single-heading .heading {
display: inline-block;
}
.bauer-single-heading.has-line .heading {
padding-left: 50px;
}
.bauer-single-heading .heading.accent {
color: #f35c27;
}
.bauer-single-heading .line {
position: absolute;
left: 0;
top: 12px;
width: 40px;
height: 2px;
background-color: #2b79c3;
}
.bauer-single-heading .line.accent {
background-color: #f35c27;
}
.bauer-single-heading.text-center > .inner {
margin: 0 auto;
} .bauer-headings .sep.accent {
background-color: #f35c27;
}
.bauer-headings.text-center .sep {
text-align: center;
margin: 0 auto;
}
.bauer-headings.text-right .sep {
float: right;
}
.bauer-headings .heading,
.bauer-headings .sub-heading {
margin-bottom: 0;
}
.bauer-headings .heading.accent {
color: #f35c27;
}
.bauer-headings .heading > span {
margin-left: 5px;
display: inline-block;
width: 50px;
height: 3px;
background-color: #f35c27;
}
.bauer-headings.left-sep {
position: relative;
}
.bauer-headings.left-sep .sep {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
@media only screen and ( max-width: 767px) {
.bauer-headings.text-center {
padding: 0 15px;
}
} .hero-section {
position: relative;
text-align: center;
}
.hero-section .hero-content {
position: relative;
z-index: 20;
}
.hero-section .overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.hero-section .hero-arrow {
z-index: 99999;
position: absolute;
bottom: 20px;
left: 50%;
width: 20px;
height: 20px;
line-height: 22px;
text-align: center;
transform: translate3d(-50%, 0, 0);
animation-fill-mode: both;
animation-timing-function: linear;
animation-duration: 2s;
}
.hero-section .hero-arrow:hover {
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
.hero-section .hero-arrow.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.hero-section .hero-arrow:before {
content: "\f103";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 20px;
color: #fff;
display: inline-block;
}
.hero-section .hero-arrow.style-2:before {
content: "\f107";
font-size: 20px;
} .bauer-icon-box .heading {
margin-bottom: 0;
}
.bauer-icon-box .desc > p:last-child {
margin: 0;
} .bauer-icon-box.icon-top .heading {
margin-top: 20px;
}
.bauer-icon-box.icon-top.align-center {
text-align: center;
}
.bauer-icon-box.icon-top.align-center .icon,
.bauer-icon-box.icon-top.align-center .image-wrap {
margin: 0 auto;
}
.bauer-icon-box.icon-top.align-right {
text-align: right;
}
.bauer-icon-box.icon-top.align-right .icon,
.bauer-icon-box.icon-top.align-right .image-wrap {
margin: 0;
} .bauer-icon-box.icon-left {
position: relative;
}
.bauer-icon-box.icon-left .bauer-icon,
.bauer-icon-box.icon-left .image-wrap {
position: absolute;
left: 0;
top: 0;
} .bauer-icon-box.icon-right {
position: relative;
}
.bauer-icon-box.icon-right .bauer-icon,
.bauer-icon-box.icon-right .image-wrap {
position: absolute;
right: 0;
top: 5px;
}
.bauer-icon-box.icon-right .heading,
.bauer-icon-box.icon-right .desc,
.bauer-icon-box.icon-right .url-wrap {
text-align: right
} .bauer-icon-box.icon-left2 .heading {
margin: 0 0 40px 0;
}
.bauer-icon-box.icon-left2.has-width .heading {
margin-top: 10px;
}
.bauer-icon-box.icon-left2 .bauer-icon,
.bauer-icon-box.icon-left2 .image-wrap {
float: left;
}
.bauer-icon.accent > .icon {
color: #f35c27;
} .bauer-icon-box.hover-style-1 {
position: relative;
overflow: hidden;
}
.bauer-icon-box.hover-style-1 > .hover {
background-size: cover;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-bottom: 0px solid transparent;
opacity: 0;
transition: all ease 0.3s;
}
.bauer-icon-box.hover-style-1:hover > .hover {
opacity: 1;
border-bottom: 4px solid #f35c27;
}
.bauer-icon-box.hover-style-1:hover .heading,
.bauer-icon-box.hover-style-1:hover .heading a,
.bauer-icon-box.hover-style-1:hover .desc {
color: #fff !important;
}
.bauer-icon-box.hover-style-1:hover .heading a:hover {
opacity: 0.7;
}
.bauer-icon-box.hover-style-2 {
position: relative;
overflow: hidden;
}
.bauer-icon-box.hover-style-2 > .hover {
background-size: cover;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-bottom: 0px solid transparent;
border-style: solid;
border-width: 1px 1px 4px 1px;
border-color: transparent;
opacity: 0;
transition: all ease 0.3s;
}
.bauer-icon-box.hover-style-2:hover > .hover {
opacity: 1;
border-color: #e7e7e7 #e7e7e7 #f35c27 #e7e7e7;
}
.bauer-icon-box.hover-style-2:hover .heading a:hover {
opacity: 0.7;
} .bauer-icon-list .icon-list-wrap,
.bauer-icon-list .icon-list-item {
position: relative;
}
.bauer-icon-list .icon-list-wrap > .line {
position: absolute;
left: 30px;
top: 1%;
z-index: 1;
height: 98%;
border-left: 1px dashed #fff;
}
.bauer-icon-list .icon-list-item .bauer-icon {
position: absolute;
left: 0;
top: 0;
z-index: 2;
}
.bauer-icon-list .icon-list-item .heading {
font-size: 18px;
margin-bottom: 0;
} .bauer-icon {
display: inline-block;
}
.bauer-icon .icon {
font-size: 20px;
text-align: center;
display: inline-block;
transition: all ease 0.3s;
}
.bauer-icon.accent .icon {
color: #f35c27;
}
.bauer-icon.accent-bg .icon {
background-color: #f35c27;
} .bauer-image-box .item .thumb {
position: relative;
}
.bauer-image-box .item .thumb img {
width: 100%;
height: auto;
}
.bauer-image-box .item .thumb .hover-layer {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: transparent;
transition: all ease 0.3s;
}
.bauer-image-box:hover .item .thumb .hover-layer {
opacity: 1;
background-color: rgba(3, 15, 39, 0.8);
}
.bauer-image-box .item .thumb .icon {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 30px;
line-height: 30px;
margin-top: 10px;
transition: all ease 0.3s;
}
.bauer-image-box:hover .item .thumb .icon {
margin-top: 0;
}
.bauer-image-box .item .thumb .icon:hover {
color: #fff;
}
.bauer-image-box .item .title {
margin-bottom: 0;
position: relative;
} .bauer-image-box.style-1 .item .title {
font-size: 18px;
}
.bauer-image-box.style-1 .item .title a:hover {
color: #f35c27;
} .bauer-image-box.style-2 .item .thumb {
position: relative;
overflow: hidden;
border-radius: 5px;
}
.bauer-image-box.style-2 .item .thumb:after {
content: "";
position: absolute;
left: 30%;
top: 0;
opacity: 0;
width: 100%;
height: 100%;
transition: all ease 0.3s;
background-color: rgba(3, 15, 39, 0.8);
border-bottom: 5px solid #f35c27;
}
.bauer-image-box.style-2 .item:hover .thumb:after {
left: 0;
opacity: 1;
}
.bauer-image-box.style-2 .item:hover .thumb:before {
width: 100%;
}
.bauer-image-box.style-2 .item .title {
font-size: 22px;
}
.bauer-image-box.style-2 .item .text-wrap {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 40px 50px;
opacity: 0;
transform: translateX(-30px);
transition: all ease 0.3s;
}
.bauer-image-box.style-2 .item:hover .text-wrap {
opacity: 1;
transform: translateY(0);
}
.bauer-image-box.style-2 .item .title,
.bauer-image-box.style-2 .item .desc {
color: #fff;
}
.bauer-image-box.style-2 .item .title a:hover {
color: #fff;
opacity: 0.7;
}
.bauer-image-box.style-2 .item .title:before {
background-color: #fff;
} .bauer-image-box.style-3 .inner {
border: 1px solid #e7e7e7;
border-radius: 5px;
overflow: hidden;
}
.bauer-image-box.style-3 .item .title {
font-size: 18px;
}
.bauer-image-box.style-3 .item .title a:hover {
color: #f35c27;
}
.bauer-image-box.style-3.has-number .item {
position: relative;
padding-top: 56px;
}
.bauer-image-box.style-3.has-number .number {
font-size: 20px;
font-weight: 500;
width: 100px;
height: 100px;
line-height: 100px;
color: #fff;
background-color: #030f27;
border-radius: 50%;
position: absolute;
left: 50%;
top: 0;
margin-left: -50px;
margin-top: 6px;
box-shadow: 0px 0px 0px 6px rgba(3, 15, 39, 0.1);
transition: all ease 0.3s;
}
.bauer-image-box.style-3.has-number:hover .number {
background-color: #f35c27;
box-shadow: 0px 0px 0px 6px rgba(243, 92, 39, 0.1);
} .bauer-images-grid .item-wrap {
position: relative;
}
.bauer-images-grid .cbp-nav-controls {
position: static;
height: 0 !important;
}
.bauer-images-grid .cbp-nav-controls .cbp-nav-next,
.bauer-images-grid .cbp-nav-controls .cbp-nav-prev {
position: absolute;
left: 0;
top: 50%;
margin-top: -28px;
z-index: 999999;
}
.bauer-images-grid .cbp-nav-controls .cbp-nav-next {
left: auto;
right: 0;
}
.bauer-images-grid .cbp-nav-next,
.bauer-images-grid .cbp-nav-prev {
border-radius: 0;
margin: 0;
text-align: center;
background-color: transparent;
color: #fff;
width: 60px;
height: 60px;
line-height: 60px;
font-size: 0;
display: inline-block;
position: relative;
transition: all 0.3s ease 0s;
opacity: 1 !important;
}
.bauer-images-grid .cbp-nav-next {
margin-left: 5px;
}
.bauer-images-grid .cbp-nav-next:after,
.bauer-images-grid .cbp-nav-prev:after {
position: absolute;
left: 20px;
top: 0;
content: '\23';
font-family: "ElegantIcons";
font-size: 28px;
color: #ddd;
width: 60px;
height: 60px;
line-height: 60px;
border-radius: 50%;
text-indent: 0;
transition: all ease 0.3s;
opacity: 0.7;
}
.bauer-images-grid .cbp-nav-next:after {
content: "\24";
left: auto;
right: 20px;
}
.bauer-images-grid .cbp-nav-next:hover:after,
.bauer-images-grid .cbp-nav-prev:hover:after {
background-color: #f35c27;
} .bauer-news .news-item {
overflow: hidden;
padding: 17px 15px;
background-color: #fff;
}
.bauer-news .news-item .thumb-wrap {
position: relative;
overflow: hidden;
}
.bauer-news .news-item .thumb-wrap img {
transition: transform ease 0.3s;
}
.bauer-news .news-item:hover .thumb-wrap img {
transform: scale(1.07) rotate(1.5deg);
}
.bauer-news .news-item .meta {
font-size: 14px;
position: relative;
}
.bauer-news .news-item .meta .date {
font-size: 14px;
position: relative;
padding-left: 22px;
}
.bauer-news .news-item .meta .date:before {
content: "\f073";
font-family: "Font Awesome 5 Free";
position: absolute;
left: 0;
top: 0;
}
.bauer-news .news-item .text-wrap {
padding: 15px 15px 10px;
}
.bauer-news .news-item .text-wrap .title {
font-size: 18px;
line-height: 28px;
margin: 10px 0 0;
}
.bauer-news .news-item .text-wrap .title a {
color: #414042;
}
.bauer-news .news-item .url-wrap {
margin-top: 20px;
} .bauer-partner .partner-item .thumb {
overflow: hidden;
}
.bauer-partner.has-border .partner-item {
border: 1px solid #d1d1d1;
}
.bauer-partner .partner-item .thumb img {
transition: all ease 0.3s;
}
.bauer-partner .partner-item .thumb:hover img {
transform: scale(1.02);
}  #project-filter {
margin-bottom: 65px;
}
#project-filter .cbp-filter-item {
font-size: 16px;
font-weight: 500;
padding: 0;
margin: 0 12px 12px;
display: inline-block;
cursor: pointer;
position: relative;
transition: all ease 0.3s;
}
#project-filter.style-1 .inner .cbp-filter-item:first-child {
margin-left: 0;
}
#project-filter.style-3 .inner .cbp-filter-item:last-child {
margin-right: 0;
}
#project-filter.style-1 {
text-align: left;
}
#project-filter.style-2 {
text-align: center;
}
#project-filter.style-3 {
text-align: right;
}
#project-filter .inner {
max-width: 1170px;
margin: 0 auto;
}
#project-filter .cbp-filter-item:hover,
#project-filter .cbp-filter-item.cbp-filter-item-active {
color: #f35c27;
}
#project-filter .cbp-filter-item.cbp-filter-item-active > span {
display: inline-block;
position: relative;
}
#project-filter .cbp-filter-item > span:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 3px;
background-color: #f35c27;
opacity: 0;
transition: all ease 0.3s;
}
#project-filter .cbp-filter-item.cbp-filter-item-active > span:after {
width: 100%;
opacity: 1;
}
#project-filter.cbp-l-filters-alignCenter .cbp-filter-counter {
font-size: 13px;
width: 25px;
height: 25px;
background-color: #ececec;
color: #777;
line-height: 25px;
padding: 0;
border-radius: 0;
}
#project-filter.cbp-l-filters-alignCenter .cbp-filter-counter:after {
border-top-color: #ececec;
}
#project-filter.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
bottom: 33px;
}
@media only screen and ( max-width: 991px) {
#project-filter {
margin-bottom: 35px;
}
#project-filter .cbp-filter-item {
border: 1px solid #e9e9e9;
border-radius: 3px;
margin: 0 5px 10px !important;
padding: 7px 15px;
}
#project-filter.style-3 {
text-align: center;
}
} .project-box .project-image > .inner {
position: relative;
overflow: hidden;
}
.project-box .project-image > .inner:after {
content: "";
width: 100%;
height: 100%;
background-color: rgba(3, 15, 39, 0.8);
content: '';
display: block;
opacity: 0;
position: absolute;
left: 50px;
top: 0;
transition: all ease 0.3s;
}
.project-box .project-image:hover > .inner:after {
left: 0;
opacity: 1;
}
.project-box .project-image .icons {
position: absolute;
right: 35px;
top: 30px;
opacity: 0;
z-index: 2;
transition: all ease 0.3s;
}
.project-box:hover .project-image .icons {
opacity: 1;
right: 25px;
top: 30px;
}
.project-box .project-image .icons a {
display: inline-block;
background-color: rgba(255, 255, 255, 0.3);
width: 35px;
height: 35px;
border-radius: 50%;
text-indent: -9999px;
}
.project-box .project-image .icons a:hover {
background-color: #f35c27;
}
.project-box .project-image .icons a:after {
content: "";
position: absolute;
left: 0;
top: -1px;
width: 100%;
height: 100%;
text-align: center;
background: url(//ruys-stukadoors.nl/wp-content/themes/bauer/assets/img/next.png) no-repeat center center;
background-size: 16px 10px;
}
.project-box .hover-info {
position: absolute;
left: 0;
bottom: 0;
opacity: 0;
transform: translateX(50px);
width: 100%;
z-index: 2;
padding: 35px 40px 35px 38px;
max-width: 500px;
transition: all ease 0.3s;
transition-delay: 0.07s;
}
.project-box:hover .hover-info {
opacity: 1;
transform: translateY(0);
}
.project-box .project-title {
color: #fff;
text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
position: relative;
transition: all ease 0.3s;
}
.project-box .project-title a:hover {
color: #fff;
opacity: 0.7;
}
.project-box .project-desc {
color: #fff;
} .project-box.style-1 .project-title {
margin: 0 0 25px;
font-size: 32px;
line-height: 38px;
}
.project-box.style-1 .default {
position: absolute;
left: 0;
bottom: 0;
padding: 35px 40px;
transition: all ease 0.3s;
}
.project-box.style-1:hover .default {
opacity: 0;
}
.project-box.style-1 .hover-info .url-wrap {
margin-top: 145px;
transform: translateX(50px);
transition: transform ease 0.9s;
}
.project-box.style-1:hover .hover-info .url-wrap {
transform: translateX(0);
}
.project-box.style-1 .default .url-wrap a {
color: #fff;
}
.project-box.style-1 .default .url-wrap a > span:before,
.project-box.style-1 .default .url-wrap a > span:after {
display: none;
} .project-box.style-2 .hover-info {
padding: 35px 40px 33px 43px;
}
.project-box.style-2 .project-title {
margin: 0 0 0;
font-size: 20px;
line-height: 28px;
} .project-box.style-3 .project-image > .inner:after {
display: none;
}
.project-box.style-3 .hover-info {
background-color: #030f27;
}
.project-box.style-3 .project-title {
margin: 0 0 16px;
font-size: 20px;
line-height: 28px;
}
.project-box.style-3 .project-desc {
margin: 0 0 27px;
}
.project-box.style-3 .hover-info .url-wrap {
transform: translateX(50px);
transition: transform ease 0.45s;
}
.project-box.style-3:hover .hover-info .url-wrap {
transform: translateX(0);
}
@media only screen and ( max-width: 1800px) {
.project-box.style-1 .hover-info .url-wrap {
margin-top: 25px;
}
}
@media only screen and ( max-width: 1600px) {
.project-box .project-desc {
display: none;
}
}
@media only screen and ( max-width: 1350px) {
.project-box.style-1 .project-title {
font-size: 26px;
line-height: 34px;
}
}
@media only screen and ( max-width: 767px) {
.project-box .project-image img {
width: 100%;
height: auto;
}
} .project-related-wrap {
padding: 94px 0 100px;
background: #f7f9fa url(//ruys-stukadoors.nl/wp-content/themes/bauer/assets/img/bg-1.png) no-repeat;
background-size: cover;
}
.project-related-wrap .inner {
overflow: hidden;
padding: 17px 15px;
background-color: #fff;
}
.project-related-wrap .thumb {
position: relative;
}
.project-related-wrap .thumb .hover-layer {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: transparent;
transition: all ease 0.3s;
}
.project-related-wrap .thumb .icon {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 30px;
line-height: 30px;
margin-top: 10px;
transition: all ease 0.3s;
}
.project-related-wrap .thumb .icon:hover {
color: #fff;
}
.project-related-wrap .project-item:hover .thumb .hover-layer {
opacity: 1;
background-color: rgba(3, 15, 39, 0.8);
}
.project-related-wrap .project-item:hover .thumb .icon {
margin-top: 0;
}
.project-related-wrap .text-wrap {
padding: 12px 15px 10px;
}
.project-related-wrap .title-wrap {
float: left;
}
.project-related-wrap .title-wrap .pre-title {
font-size: 16px;
font-weight: 600;
color: #777;
text-transform: uppercase;
margin: 0 0 20px;
}
.project-related-wrap .title-wrap .title {
font-size: 42px;
margin-bottom: 70px;
}
.project-related-wrap .bauer-container {
position: relative;
}
.project-related-wrap .btn-wrap {
position: absolute;
right: 0;
top: 50px;
}
.project-related-wrap .btn-wrap a {
font-family: "Poppins", sans-serif;
font-size: 15px;
font-weight: 500;
padding: 11px 44px;
letter-spacing: 0.25px;
background-color: #fff;
color: #f35c27;
border-radius: 30px;
display: inline-block;
transition: all ease 0.3s;
}
.project-related-wrap .btn-wrap a:hover {
background-color: #f35c27;
color: #fff;
}
.project-related-wrap .project-item .cat a {
font-size: 14px;
color: #f35c27;
margin-bottom: 10px;
}
.project-related-wrap .project-item .cat a:hover {
color: #030f27;
}
.project-related-wrap .project-item h2 {
font-size: 18px;
line-height: 28px;
color: #414042;
margin: 13px 0 0;
}
.project-related-wrap .project-item h2 a:hover {
color: #f35c27;
}
@media only screen and ( max-width: 991px) {
.project-related-wrap {
padding: 60px 0 !important;
}
.project-related-wrap .title-wrap .title {
margin-bottom: 40px;
}
.project-related-wrap .btn-wrap {
display: none;
}
} .bauer-progress {
position: relative;
}
.bauer-progress .title,
.bauer-progress .perc-wrap {
line-height: normal;
margin: 0;
}
.bauer-progress .title {
position: absolute;
left: 0;
top: 0;
font-size: 18px;
font-weight: 400;
}
.bauer-progress .perc-wrap {
font-size: 14px;
}
.bauer-progress .progress-animate {
position: relative;
height: 6px;
width: 0;
transition: width ease 1s;
}
.bauer-progress .progress-animate:after {
content: "";
position: absolute;
right: 0;
top: -7px;
width: 2px;
height: 19px;
z-index: 999;
background-color: #f35c27;
}
.bauer-progress .progress-animate.accent {
background-color: #f35c27;
}
.bauer-progress .progress-animate.accent.gradient {
background: rgba(254, 126, 75, 1);
background: -moz-linear-gradient(left, rgba(254, 126, 75, 1) 0%, rgba(254, 126, 75, 0.3) 100%);
background: -webkit-linear-gradient(left, rgba(254, 126, 75, 1) 0%, rgba(254, 126, 75, 0.3) 100%);
background: linear-gradient(to right, rgba(254, 126, 75, 1) 0%, rgba(254, 126, 75, 0.3) 100%);
}
.bauer-progress .perc {
width: 0;
text-align: right;
opacity: 0;
transition: all ease 1s;
}
.bauer-progress .perc.accent {
color: #f35c27;
}
.bauer-progress .perc.show {
opacity: 1;
} .bauer-images-carousel .item-wrap img {
width: 100%;
height: auto;
}
.bauer-images-carousel.has-borders {
padding-right: 20px;
padding-bottom: 20px;
position: relative;
}
.bauer-images-carousel.has-borders:after {
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 20px;
height: 80%;
z-index: 99999;
background-color: #f35c27;
}
.bauer-images-carousel.has-borders:before {
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 78%;
height: 20px;
z-index: 99999;
background-color: #f35c27;
}
.bauer-images-carousel.has-arrows.arrow-center .owl-theme .owl-nav .owl-next {
right: 50px;
}
.bauer-images-carousel.has-arrows.arrow-center .owl-theme .owl-nav .owl-prev {
left: 50px;
}
.bauer-images-carousel.has-arrows.arrow-bottom .owl-nav {
position: absolute;
left: 0;
bottom: 50px;
width: 200px;
height: 100px;
background-color: #f35c27;
}
.bauer-images-carousel.has-arrows.arrow-bottom .owl-theme .owl-nav .owl-next {
left: 40px;
bottom: -2px;
}
.bauer-images-carousel.has-arrows.arrow-bottom .owl-theme .owl-nav .owl-prev {
left: 35px;
bottom: -2px;
}
.bauer-images-carousel .owl-theme .owl-nav [class*="owl-"]:after {
color: #fff;
border-color: rgb(255, 255, 255, 0.3);
}
.bauer-images-carousel .owl-theme .owl-nav [class*="owl-"]:hover:after {
color: #fff;
border-color: #fff;
} .bauer-scroll-target {
text-align: center;
}
.bauer-scroll-target a {
display: inline-block;
position: relative;
width: 20px;
height: 33px;
border: 2px solid #fff;
border-radius: 10px;
}
.bauer-scroll-target a:hover {
border-color: #f35c27;
}
.bauer-scroll-target a:after {
content: "";
position: absolute;
top: 6px;
left: 7px;
width: 2px;
height: 7px;
background-color: #f35c27;
animation: rev-ani-mouse 2s linear infinite;
}
@keyframes rev-ani-mouse {
0% {
opacity: 1;
top: 0%;
}
30% {
opacity: 1;
top: 30%;
}
70% {
opacity: 0;
top: 30%;
}
100% {
opacity: 0;
top: 0%;
}
}
.wpb_row.row-has-scroll {
position: relative;
}
.wpb_row.row-has-scroll .scroll-btn {
content: "";
position: absolute;
left: 50%;
margin-left: -100px;
bottom: 0;
width: 200px;
height: 61px;
background: url(//ruys-stukadoors.nl/wp-content/themes/bauer/assets/img/scroll-arrow.png) no-repeat center center;
background-size: 200px 61px;
z-index: 999;
}
.wpb_row.row-has-scroll .scroll-btn:before {
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #030f27;
font-size: 22px;
position: absolute;
left: 50%;
bottom: 12px;
margin-left: -15px;
width: 33px;
height: 30px;
line-height: 30px;
text-align: center;
z-index: 99999;
transition: color ease 0.3s;
}
.wpb_row.row-has-scroll .scroll-btn:hover:before {
color: #f35c27;
} .bauer-subscribe .mc4wp-form {
position: relative;
}
.bauer-subscribe .mc4wp-form .email-wrap input {
padding: 10px 25px;
margin-bottom: 0;
height: 46px;
width: 100%;
border-radius: 30px;
background-color: #fff;
border-color: #d4d4d5;
}
.bauer-subscribe .mc4wp-form .email-wrap input:focus {
border-color: #f35c27;
}
.bauer-subscribe .mc4wp-form .submit-wrap button {
position: absolute;
background-color: transparent;
right: 3px;
top: 4px;
width: 38px;
height: 38px;
text-align: center;
text-indent: -9999px;
padding: 0;
border: 0;
overflow: hidden;
}
.bauer-subscribe .mc4wp-form .submit-wrap button:before {
color: #fff;
content: "\f1d8";
background-color: #33bb3c;
border-radius: 50%;
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 16px;
width: 38px;
height: 38px;
line-height: 38px;
position: absolute;
left: 0;
top: 0;
text-align: center;
text-indent: 0;
transition: all ease 0.3s;
}
.bauer-subscribe .mc4wp-form .submit-wrap button:hover:before {
opacity: 0.7;
} .bauer-team .member-item .text-wrap {
position: absolute;
left: 0;
bottom: -55px;
width: 100%;
transition: all ease 0.3s;
}
.bauer-team .member-item:hover .text-wrap {
bottom: 0;
}
.bauer-team .member-item:hover .socials {
opacity: 1;
}
.bauer-team .text-wrap {
padding: 27px 0;
background-color: #fff;
transition: all ease 0.3s;
}
.bauer-team .socials {
list-style: none;
margin: 20px 0 0;
text-align: center;
opacity: 0;
transition: all ease 0.3s;
}
.bauer-team .socials li {
display: inline-block;
}
.bauer-team .socials li a {
font-size: 14px;
color: #8998c2;
display: inline-block;
text-align: center;
}
.bauer-team .socials li a:hover {
color: #f35c27;
}
.bauer-team .name {
font-size: 20px;
margin: 0 0 4px;
}
.bauer-team .position {
font-size: 14px;
color: #777;
margin: 0;
}
.bauer-team.style-1 .socials li {
margin: 0 10px;
}
.bauer-team.style-1 .member-item .text-wrap {
border-bottom: 3px solid #f35c27;
}
.bauer-team.style-1 .member-item .inner {
position: relative;
overflow: hidden;
padding-bottom: 100px;
}
.bauer-team.style-2 .socials {
margin: 16px 0 0;
}
.bauer-team.style-2 .text-wrap {
bottom: -37px;
padding: 22px 0 15px;
}
.bauer-team.style-2 .member-item .inner {
position: relative;
overflow: hidden;
padding-bottom: 100px;
border: 1px solid #e7e7e7;
border-radius: 5px;
}
.bauer-team.style-2 .member-item .text-wrap {
border-bottom: 5px solid #f35c27;
}
.bauer-team.style-2 .socials li {
margin: 0 5px;
}
.bauer-team.style-2 .socials li a {
display: inline-block;
border: 2px solid #8998c2;
width: 30px;
height: 30px;
line-height: 26px;
text-align: center;
border-radius: 50%;
} .bauer-team-grid .member-item {
float: left;
width: 100%;
border-radius: 3px;
}
.bauer-team-grid .member-item img {
border-radius: 3px 3px 0 0;
overflow: hidden;
}
.bauer-team-grid.col-2 .member-item {
width: 50%;
}
.bauer-team-grid.col-3 .member-item {
width: 33.33%;
}
.bauer-team-grid.col-4 .member-item {
width: 25%;
}
.bauer-team-grid .text-wrap {
padding: 43px 20px 45px;
background-color: #fff;
transition: all ease 0.3s;
}
.bauer-team-grid .socials {
list-style: none;
margin: 0;
}
.bauer-team-grid .name {
font-size: 20px;
margin: 0 0 14px;
}
.bauer-team-grid .position {
font-size: 16px;
line-height: 23px;
font-weight: 400;
color: #777;
margin: 0 0 30px;
}
.bauer-team-grid .socials {
width: 100%;
text-align: center;
}
.bauer-team-grid .socials li {
display: inline-block;
padding: 0;
margin: 0 10px;
}
.bauer-team-grid .socials li a {
font-size: 18px;
color: #8998c2;
display: inline-block;
text-align: center;
}
.bauer-team-grid .socials li a:hover {
color: #f35c27;
}
.bauer-team-grid .member-item .inner {
transition: all ease 0.3s;
}
.bauer-team-grid .member-item:hover .text-wrap {
box-shadow: inset 0 -4px 0 0 #009efd;
}
@media only screen and (max-width: 991px) {
.bauer-team-grid {
margin: 0 !important;
}
.bauer-team-grid .team-row {
padding: 0 !important;
margin: 0 !important;
}
.bauer-team-grid .member-item {
padding: 0 !important;
margin: 0 0 30px !important;
}
.bauer-team-grid.col-4 .member-item {
padding: 0 15px !important;
}
.bauer-team-grid.col-4 {
margin: 0 -15px !important;
}
.bauer-team-grid .team-row:last-child .member-item:last-child {
margin-bottom: 0 !important;
}
.bauer-team-grid.col-2 .member-item {
width: 100%;
}
.bauer-team-grid.col-4 .member-item {
width: 50%;
}
}
@media only screen and ( max-width: 479px) {
.bauer-team-grid.col-4 .member-item,
.bauer-team-grid.col-5 .member-item {
width: 100%;
}
}  .bauer-testimonials .image-wrap .thumb,
.bauer-testimonials .image-wrap img {
border-radius: 50%;
}
.bauer-testimonials .image-wrap .thumb {
margin-left: auto;
margin-right: auto;
}
.bauer-testimonials .inner {
text-align: center;
position: relative;
transition: all ease 0.3s;
}
.bauer-testimonials .position {
display: inline-block;
}
.bauer-testimonials .text {
padding: 0;
margin: 0;
background-color: transparent;
font-style: normal;
}
.bauer-testimonials .text > p:last-child {
margin: 0;
}
.bauer-testimonials .text:before,
.bauer-testimonials .text:after {
display: none;
}
.bauer-testimonials .name-pos .name {
font-size: 20px;
margin: 0;
}
.bauer-testimonials .name-pos .position {
color: #f35c27;
font-size: 14px;
margin-bottom: 5px;
}
.bauer-testimonials.has-stars .name-pos {
position: relative;
padding-bottom: 18px;
}
.bauer-testimonials.has-stars .name-pos:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100px;
height: 15px;
background: url(//ruys-stukadoors.nl/wp-content/themes/bauer/assets/img/stars.png) no-repeat center center;
background-size: 100px 15px;
}
.bauer-testimonials.has-stars .name-pos:after {
left: 50%;
margin-left: -50px;
} .bauer-testimonials.style-1 .inner {
border-width: 1px 1px 4px 1px;
border-color: #fff;
border-style: solid;
border-color: #e7e7e7 #e7e7e7 #ebebeb #e7e7e7;
background-color: #fff;
}
.bauer-testimonials.style-1:hover .inner {
border-color: #e7e7e7 #e7e7e7 #f35c27 #e7e7e7;
} .bauer-testimonials.style-2 .inner {
border: 1px solid rgba(231, 231, 231, 0.3);
background-color: rgba(2, 14, 40, 0.6);
}
.bauer-testimonials.style-2 .name-pos .name {
color: #fff;
}
.bauer-testimonials.style-2 .text {
color: #cacaca;
}
.bauer-testimonials.style-2:hover .inner {
background-color: #fff;
border-color: #fff;
}
.bauer-testimonials.style-2:hover .name-pos .name {
color: #414042;
}
.bauer-testimonials.style-2:hover .text {
color: #777;
} .bauer-testimonials.simple .inner {
padding: 30px 30px 50px;
transition: all ease 0.3s;
} .bauer-testimonials.top .inner {
padding: 70px 30px 50px;
transition: all ease 0.3s;
}
.bauer-testimonials.top .thumb {
z-index: 999;
position: absolute;
left: 50%;
top: 0;
} .bauer-testimonials-g3 {
position: relative;
overflow: hidden;
}
.bauer-testimonials-g3 .content-wrap .inner {
margin: 0 auto;
text-align: center;
padding: 0 150px;
}
.bauer-testimonials-g3 .content-wrap .text {
font-size: 20px;
line-height: 30px;
margin-bottom: 40px;
}
.bauer-testimonials-g3 .content-wrap .name,
.bauer-testimonials-g3 .content-wrap .position {
display: inline-block;
color: #030f27;
}
.bauer-testimonials-g3 .content-wrap .name {
font-weight: 700;
position: relative;
padding-left: 40px;
}
.bauer-testimonials-g3 .content-wrap .name:before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 20px;
height: 2px;
background-color: #030f27;
}
.bauer-testimonials-g3 #bx-next,
.bauer-testimonials-g3 #bx-prev {
position: absolute;
left: 30px;
top: 50%;
margin-top: -75px;
z-index: 1;
}
.bauer-testimonials-g3 #bx-next {
left: auto;
right: 30px;
}
.bauer-testimonials-g3 #bx-next a,
.bauer-testimonials-g3 #bx-prev a {
text-align: center;
display: block;
width: 30px;
height: 42px;
text-indent: -9999px;
}
.bauer-testimonials-g3 #bx-next a:after,
.bauer-testimonials-g3 #bx-prev a:after {
position: absolute;
left: 0;
top: 0;
content: "\3d";
color: #aeaeae;
font-family: "ElegantIcons";
font-size: 32px;
text-indent: 0;
transition: all ease 0.3s;
}
.bauer-testimonials-g3 #bx-prev a:after {
content: "\3c";
}
.bauer-testimonials-g3 #bx-next a:hover:after,
.bauer-testimonials-g3 #bx-prev a:hover:after {
color: #030f27;
}
.bauer-testimonials-g3 .avatar-wrap {
text-align: center;
margin-top: 46px;
}
.bauer-testimonials-g3 .avatar-wrap a {
position: relative;
display: inline-block;
margin: 0 8px;
text-align: center;
}
.bauer-testimonials-g3 .avatar-wrap img {
width: 96px;
height: 96px;
border: 2px solid #ddd;
border-radius: 50%;
transition: all ease 0.3s;
}
.bauer-testimonials-g3 .avatar-wrap img:hover,
.bauer-testimonials-g3 .avatar-wrap a.active img {
border-color: #f35c27;
}
@media only screen and ( max-width: 991px) {
.bauer-testimonials-g3 .content-wrap .inner {
padding: 0 100px;
}
}
@media only screen and ( max-width: 767px) {
.bauer-testimonials-g3 .content-wrap .inner {
padding: 0;
}
.bauer-testimonials-g3 #bx-next,
.bauer-testimonials-g3 #bx-prev {
display: none;
}
.bauer-testimonials-g3 .avatar-wrap a {
margin: 0 5px;
}
.bauer-testimonials-g3 .avatar-wrap img {
width: 70px;
height: 70px;
}
} .bauer-video-icon {
position: relative;
}
.bauer-video-icon a {
position: relative;
display: inline-block;
text-indent: -9999px;
}
.bauer-video-icon a:after {
text-indent: 0;
content: "";
position: absolute;
left: 50%;
top: 50%;
margin-left: -7px;
margin-top: -15px;
border-width: 14px 22px;
border-style: solid;
border-color: transparent;
transition: all ease 0.3s;
}
.bauer-video-icon a {
position: relative;
width: 104px;
height: 104px;
border-radius: 52px;
box-shadow: 2px 0px 30px rgba(3, 15, 39, 0.1);
}
.bauer-video-icon .circle {
width: 120px;
height: 120px;
top: -8px;
left: -8px;
}
.bauer-video-icon .circle {
position: absolute;
border-radius: 100%;
animation: circle-fade-inf 3s infinite ease-in-out;
transition: all 0.5s;
}
@keyframes circle-fade-inf {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.3);
opacity: 0;
}
} .bauer-video-icon.accent a {
background-color: #f35c27;
}
.bauer-video-icon.accent a:after {
border-left-color: #fff;
}
.bauer-video-icon.accent .circle {
border: 2px solid rgba(243, 92, 39, 0.4);
} .bauer-video-icon.white a {
background-color: #fff;
}
.bauer-video-icon.white a:after {
border-left-color: #f35c27;
}
.bauer-video-icon.white .circle {
border: 2px solid rgba(255, 255, 255, 0.4);
}
.bauer-video-icon a:hover:after {
border-left-color: #414042;
}
.bauer-simple-image > img {
width: 100%;
height: auto;
}
.bauer-simple-image > .bauer-video-icon {
position: absolute;
left: 0;
top: 0;
} .bauer-video-icon.small a {
position: relative;
width: 66px;
height: 66px;
border-radius: 33px;
box-shadow: 2px 0px 30px rgba(3, 15, 39, 0.1);
}
.bauer-video-icon.small .circle {
width: 76px;
height: 76px;
top: -5px;
left: -5px;
}
.bauer-video-icon.small a:after {
margin-left: -5px;
margin-top: -11px;
border-width: 10px 16px;
} .bauer-list > div {
position: relative;
padding: 0;
}
.bauer-list > div > span {
padding-left: 30px;
position: relative;
display: block;
}
.bauer-list .icon {
position: absolute;
left: 0;
top: 0;
text-align: center;
}
.bauer-list .icon.accent {
color: #f35c27;
}
.bauer-list.icon-top .icon {
top: 0;
}
.bauer-list.icon-middle .icon {
top: 50%;
transform: translateY(-50%);
} .bauer-parallax-box {
display: inline-block;
position: relative;
left: 0;
top: 0;
} .wpcf7-form .submit-wrap {
position: relative;
text-align: center;
padding-top: 20px;
}
.wpcf7-form .submit-wrap .ajax-loader {
position: absolute;
right: 0;
top: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
font-size: 13px;
padding-top: 4px;
}
.wpcf7-form .message-wrap textarea {
height: 150px;
}
.wpcf7-form .cf7-style-1 .name-wrap,
.wpcf7-form .cf7-style-1 .email-wrap,
.wpcf7-form .cf7-style-1 .message-wrap {
margin-bottom: 20px;
}
.wpcf7-form .cf7-style-1 .name-wrap input,
.wpcf7-form .cf7-style-1 .email-wrap input,
.wpcf7-form .cf7-style-1 .message-wrap textarea {
background-color: #fff;
}
.wpcf7-form .cf7-style-1 .name-wrap input,
.wpcf7-form .cf7-style-1 .email-wrap input {
padding: 9px 25px;
}
.wpcf7-form .cf7-style-1 .name-wrap,
.wpcf7-form .cf7-style-1 .email-wrap,
.wpcf7-form .cf7-style-1 .message-wrap {
width: 100%;
}
.wpcf7-form .cf7-style-2 .name-wrap,
.wpcf7-form .cf7-style-2 .phone-wrap,
.wpcf7-form .cf7-style-2 .email-wrap,
.wpcf7-form .cf7-style-2 .subject-wrap {
margin-bottom: 20px;
}
.wpcf7-form .cf7-style-2 .phone-wrap,
.wpcf7-form .cf7-style-2 .email-wrap {
width: 48%;
float: left;
}
.wpcf7-form .cf7-style-2 .phone-wrap {
margin-right: 4%;
}
.wpcf7-form .cf7-style-2 .subject-wrap {
clear: left;
} .bauer-pricing .pricing-item {
float: left;
padding: 45px 30px 60px;
text-align: center;
}
.bauer-pricing .pricing-item.box_shadow {
box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.07);
}
.bauer-pricing .title h3 {
font-size: 15px;
color: #414042;
}
.bauer-pricing .title.accent h3 {
color: #f35c27;
}
.bauer-pricing .price-wrap {
padding: 4px 0 14px;
}
.bauer-pricing .pre-price {
display: block;
font-weight: 500;
}
.bauer-pricing .price-wrap .figure {
font-size: 54px;
line-height: 58px;
font-weight: 500;
color: #030f27;
position: relative;
padding-left: 22px;
}
.bauer-pricing .price-wrap .figure:before {
content: "$";
font-size: 32px;
position: absolute;
left: 0;
top: 0;
color: #030f27;
}
.bauer-pricing .price-wrap .term {
color: #999;
font-size: 15px;
font-weight: 400;
padding-left: 2px;
}
.bauer-pricing .features {
padding: 23px 0 43px;
}
.bauer-pricing .features ul {
list-style: none;
margin: 0;
}
.bauer-pricing .pricing-item.featured {
margin: 0;
position: relative;
z-index: 1;
}
.bauer-pricing .pricing-item.featured .price-wrap {
padding: 20px 0 4px;
margin-bottom: 33px;
}
.bauer-pricing .pricing-item.featured .features {
margin-bottom: 30px;
} .bauer-pricing.two .pricing-item {
width: 50%;
padding: 33px 40px 50px;
}
.bauer-pricing.two.gutter .pricing-item {
width: 45%;
margin-left: 3%;
}
.bauer-pricing.two.gutter .pricing-item:first-child {
margin-left: 0;
} .bauer-pricing.three .pricing-item {
width: 33.333%;
}
.bauer-pricing.three.gutter .pricing-item {
width: 31.624%;
margin-left: 2.564%;
}
.bauer-pricing.three.gutter .pricing-item:first-child {
margin-left: 0;
} .bauer-pricing.four .pricing-item {
width: 24%;
}
.bauer-pricing.four.gutter .pricing-item {
width: 22%;
margin-left: 2%;
}
.bauer-pricing.four.gutter .pricing-item:first-child {
margin-left: 0;
}
@media only screen and (max-width: 991px) {
.bauer-pricing.four .pricing-item,
.bauer-pricing.four.gutter .pricing-item,
.bauer-pricing.four.gutter .pricing-item:first-child {
width: 100%;
margin: 0 0 30px 0;
}
}
@media only screen and (max-width: 767px) {
.bauer-pricing.two .pricing-item,
.bauer-pricing.two.gutter .pricing-item,
.bauer-pricing.three .pricing-item,
.bauer-pricing.three.gutter .pricing-item {
width: 100%;
margin: 0 0 30px 0;
}
} .owl-theme .owl-nav,
.owl-theme .owl-dots {
display: none;
}
.has-bullets .owl-theme .owl-dots {
display: block;
padding-top: 50px;
}
.has-bullets.bullet45 .owl-theme .owl-dots {
padding-top: 45px;
}
.has-bullets.bullet40 .owl-theme .owl-dots {
padding-top: 40px;
}
.has-bullets.bullet35 .owl-theme .owl-dots {
padding-top: 35px;
}
.has-bullets.bullet30 .owl-theme .owl-dots {
padding-top: 30px;
}
.has-bullets.bullet25 .owl-theme .owl-dots {
padding-top: 25px;
}
.has-bullets.bullet20 .owl-theme .owl-dots {
padding-top: 20px;
}
.has-bullets.bullet15 .owl-theme .owl-dots {
padding-top: 15px;
}
.has-bullets.bullet10 .owl-theme .owl-dots {
padding-top: 10px;
}
.has-arrows .owl-theme .owl-nav {
display: block;
}
.has-arrows.arrow-top .owl-theme .owl-nav [class*='owl-'],
.has-arrows.arrow-center .owl-theme .owl-nav [class*='owl-'] {
position: absolute;
}
.has-arrows .owl-theme .owl-nav .owl-next {
right: 0;
} .has-arrows.arrow-top .owl-theme .owl-nav [class*='owl-'] {
right: 40px;
}
.has-arrows.arrow-top .owl-theme .owl-nav .owl-next {
right: 0;
}
.has-arrows.arrow-top.arrow20 .owl-theme .owl-nav [class*='owl-'] {
top: -70px;
}
.has-arrows.arrow-top.arrow25 .owl-theme .owl-nav [class*='owl-'] {
top: -75px;
}
.has-arrows.arrow-top.arrow30 .owl-theme .owl-nav [class*='owl-'] {
top: -80px;
}
.has-arrows.arrow-top.arrow35 .owl-theme .owl-nav [class*='owl-'] {
top: -85px;
}
.has-arrows.arrow-top.arrow40 .owl-theme .owl-nav [class*='owl-'] {
top: -90px;
}
.has-arrows.arrow-top.arrow45 .owl-theme .owl-nav [class*='owl-'] {
top: -95px;
}
.has-arrows.arrow-top.arrow50 .owl-theme .owl-nav [class*='owl-'] {
top: -100px;
}
.has-arrows.arrow-top.arrow55 .owl-theme .owl-nav [class*='owl-'] {
top: -105px;
}
.has-arrows.arrow-top.arrow60 .owl-theme .owl-nav [class*='owl-'] {
top: -110px;
}
.has-arrows.arrow-top.arrow65 .owl-theme .owl-nav [class*='owl-'] {
top: -115px;
}
.has-arrows.arrow-top.arrow70 .owl-theme .owl-nav [class*='owl-'] {
top: -120px;
}
.has-arrows.arrow-top.arrow75 .owl-theme .owl-nav [class*='owl-'] {
top: -125px;
}
.has-arrows.arrow-top.arrow80 .owl-theme .owl-nav [class*='owl-'] {
top: -130px;
}
.has-arrows.arrow-top.arrow85 .owl-theme .owl-nav [class*='owl-'] {
top: -135px;
}
.has-arrows.arrow-top.arrow90 .owl-theme .owl-nav [class*='owl-'] {
top: -140px;
}
.has-arrows.arrow-top.arrow95 .owl-theme .owl-nav [class*='owl-'] {
top: -145px;
}
.has-arrows.arrow-top.arrow100 .owl-theme .owl-nav [class*='owl-'] {
top: -150px;
} .has-arrows.arrow-center .owl-theme .owl-nav .owl-prev {
top: 50%;
transform: translate(-50%, -50%);
}
.has-arrows.arrow-center .owl-theme .owl-nav .owl-next {
top: 50%;
transform: translate(50%, -50%);
}
.has-arrows.arrow-center.offset-70 .owl-theme .owl-nav [class*='owl-'] {
left: 70px;
}
.has-arrows.arrow-center.offset-70 .owl-theme .owl-nav .owl-next {
left: auto;
right: 70px;
}
.has-arrows.arrow-center.offset-60 .owl-theme .owl-nav [class*='owl-'] {
left: 60px;
}
.has-arrows.arrow-center.offset-60 .owl-theme .owl-nav .owl-next {
left: auto;
right: 60px;
}
.has-arrows.arrow-center.offset-50 .owl-theme .owl-nav [class*='owl-'] {
left: 50px;
}
.has-arrows.arrow-center.offset-50 .owl-theme .owl-nav .owl-next {
left: auto;
right: 50px;
}
.has-arrows.arrow-center.offset-40 .owl-theme .owl-nav [class*='owl-'] {
left: 40px;
}
.has-arrows.arrow-center.offset-40 .owl-theme .owl-nav .owl-next {
left: auto;
right: 40px;
}
.has-arrows.arrow-center.offset-30 .owl-theme .owl-nav [class*='owl-'] {
left: 30px;
}
.has-arrows.arrow-center.offset-30 .owl-theme .owl-nav .owl-next {
left: auto;
right: 30px;
}
.has-arrows.arrow-center.offset-20 .owl-theme .owl-nav [class*='owl-'] {
left: 20px;
}
.has-arrows.arrow-center.offset-20 .owl-theme .owl-nav .owl-next {
left: auto;
right: 20px;
}
.has-arrows.arrow-center.offset-10 .owl-theme .owl-nav [class*='owl-'] {
left: 10px;
}
.has-arrows.arrow-center.offset-10 .owl-theme .owl-nav .owl-next {
left: auto;
right: 10px;
}
.has-arrows.arrow-center.offsetcenter .owl-theme .owl-nav .owl-prev {
top: 50%;
left: 0;
transform: translate(-50%, -50%);
}
.has-arrows.arrow-center.offsetcenter .owl-theme .owl-nav .owl-next {
left: auto;
top: 50%;
right: 0;
transform: translate(50%, -50%);
}
.has-arrows.arrow-center.offset10 .owl-theme .owl-nav .owl-prev {
left: -10px;
}
.has-arrows.arrow-center.offset10 .owl-theme .owl-nav .owl-next {
left: auto;
right: -10px;
}
.has-arrows.arrow-center.offset20 .owl-theme .owl-nav [class*='owl-'] {
left: -20px;
}
.has-arrows.arrow-center.offset20 .owl-theme .owl-nav .owl-next {
left: auto;
right: -20px;
}
.has-arrows.arrow-center.offset30 .owl-theme .owl-nav [class*='owl-'] {
left: -30px;
}
.has-arrows.arrow-center.offset30 .owl-theme .owl-nav .owl-next {
left: auto;
right: -30px;
}
.has-arrows.arrow-center.offset40 .owl-theme .owl-nav [class*='owl-'] {
left: -40px;
}
.has-arrows.arrow-center.offset40 .owl-theme .owl-nav .owl-next {
left: auto;
right: -40px;
}
.has-arrows.arrow-center.offset50 .owl-theme .owl-nav [class*='owl-'] {
left: -50px;
}
.has-arrows.arrow-center.offset50 .owl-theme .owl-nav .owl-next {
left: auto;
right: -50px;
}
.has-arrows.arrow-center.offset60 .owl-theme .owl-nav [class*='owl-'] {
left: -60px;
}
.has-arrows.arrow-center.offset60 .owl-theme .owl-nav .owl-next {
left: auto;
right: -60px;
}
.has-arrows.arrow-center.offset70 .owl-theme .owl-nav [class*='owl-'] {
left: -70px;
}
.has-arrows.arrow-center.offset70 .owl-theme .owl-nav .owl-next {
left: auto;
right: -70px;
}
.has-arrows.arrow-center.offset-v-120 .owl-theme .owl-nav [class*='owl-'] {
margin-top: -120px;
}
.has-arrows.arrow-center.offset-v-110 .owl-theme .owl-nav [class*='owl-'] {
margin-top: -110px;
}
.has-arrows.arrow-center.offset-v-100 .owl-theme .owl-nav [class*='owl-'] {
margin-top: -100px;
}
.has-arrows.arrow-center.offset-v-90 .owl-theme .owl-nav [class*='owl-'] {
margin-top: -90px;
}
.has-arrows.arrow-center.offset-v-80 .owl-theme .owl-nav [class*='owl-'] {
margin-top: -80px;
}
.has-arrows.arrow-center.offset-v-70 .owl-theme .owl-nav [class*='owl-'] {
margin-top: -70px;
}
.has-arrows.arrow-center.offset-v-60 .owl-theme .owl-nav [class*='owl-'] {
margin-top: -60px;
}
.has-arrows.arrow-center.offset-v-50 .owl-theme .owl-nav [class*='owl-'] {
margin-top: -50px;
}
.has-arrows.arrow-center.offset-v-40 .owl-theme .owl-nav [class*='owl-'] {
margin-top: -40px;
}
.has-arrows.arrow-center.offset-v-30 .owl-theme .owl-nav [class*='owl-'] {
margin-top: -30px;
}
.has-arrows.arrow-center.offset-v-20 .owl-theme .owl-nav [class*='owl-'] {
margin-top: -20px;
}
.has-arrows.arrow-center.offset-v20 .owl-theme .owl-nav [class*='owl-'] {
margin-top: 20px;
}
.has-arrows.arrow-center.offset-v30 .owl-theme .owl-nav [class*='owl-'] {
margin-top: 30px;
}
.has-arrows.arrow-center.offset-v40 .owl-theme .owl-nav [class*='owl-'] {
margin-top: 40px;
}
.has-arrows.arrow-center.offset-v50 .owl-theme .owl-nav [class*='owl-'] {
margin-top: 50px;
}
.has-arrows.arrow-center.offset-v60 .owl-theme .owl-nav [class*='owl-'] {
margin-top: 60px;
}
.has-arrows.arrow-center.offset-v70 .owl-theme .owl-nav [class*='owl-'] {
margin-top: 70px;
}
.has-arrows.arrow-center.offset-v80 .owl-theme .owl-nav [class*='owl-'] {
margin-top: 80px;
}
.has-arrows.arrow-center.offset-v90 .owl-theme .owl-nav [class*='owl-'] {
margin-top: 90px;
}
.has-arrows.arrow-center.offset-v100 .owl-theme .owl-nav [class*='owl-'] {
margin-top: 100px;
}
.has-arrows.arrow-center.offset-v110 .owl-theme .owl-nav [class*='owl-'] {
margin-top: 110px;
}
.has-arrows.arrow-center.offset-v120 .owl-theme .owl-nav [class*='owl-'] {
margin-top: 120px;
}
.has-arrows.arrow-bottom .owl-theme .owl-nav .owl-next {
margin-left: 6px;
}
.has-arrows.arrow-bottom.arrow25 .owl-theme .owl-nav [class*='owl-'] {
margin-top: 25px;
} .owl-theme .owl-nav [class*="owl-"] {
font-size: 0;
}
.owl-theme .owl-nav [class*="owl-"] {
text-align: center;
border-radius: 50%;
width: 60px;
height: 60px;
display: inline-block;
position: relative;
transition: all ease 0.3s;
}
.owl-theme .owl-nav [class*="owl-"]:after {
position: absolute;
left: 0;
top: 0;
content: '\24';
font-family: "ElegantIcons";
font-size: 28px;
color: #ddd;
width: 60px;
height: 60px;
line-height: 56px;
border-radius: 50%;
border: 2px solid #ddd;
text-indent: 0;
transition: all ease 0.3s;
}
.owl-theme .owl-nav .owl-prev:after {
content: "\23";
}
.owl-theme .owl-nav [class*="owl-"]:hover:after {
color: #f35c27;
}
.owl-theme .owl-nav [class*="owl-"].disabled {
cursor: default;
}
@media only screen and (max-width: 991px) {
.owl-theme .owl-nav {
display: none !important;
}
} .owl-theme .owl-dots {
text-align: center;
line-height: 3px;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
border: 3px solid #f35c27;
border-radius: 50%;
display: block;
width: 12px;
height: 12px;
margin: 0 5px;
transition: all ease 0.3s;
opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot.active span {
border-color: #f35c27;
opacity: 1;
}
@media only screen and (max-width: 991px) {
.hide-on-mobile {
display: none !important;
}
}  .woocommerce-page .content-woocommerce .woocommerce-result-count {
position: relative;
padding: 15px 0 0;
margin: 0;
float: left;
font-size: 18px;
color: #414042;
font-weight: 500;
}
.woocommerce-page .content-woocommerce .woocommerce-ordering {
float: right;
position: relative;
}
.woocommerce-page .content-woocommerce .woocommerce-ordering select {
font-size: 16px;
letter-spacing: normal;
background-color: #fff;
color: #414042;
font-weight: 500;
margin: 0;
padding: 9px 22px;
width: 240px;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
height: 100%;
margin: 0;
cursor: pointer;
}
.woocommerce-page .content-woocommerce .woocommerce-ordering select:focus {
outline: 0;
}
.woocommerce-page .content-woocommerce .woocommerce-ordering:after {
content: '\33';
font-family: "ElegantIcons";
font-size: 20px;
color: #bbb;
position: absolute;
top: 2px;
right: 0;
pointer-events: none;
width: 42px;
height: 42px;
line-height: 42px;
text-align: center;
}
.woocommerce-page .content-woocommerce .star-rating {
width: 85px;
height: 17px;
background: url(//ruys-stukadoors.nl/wp-content/themes/bauer/assets/img/star.png) repeat-x left 0;
}
.woocommerce-page .content-woocommerce .star-rating span {
background: url(//ruys-stukadoors.nl/wp-content/themes/bauer/assets/img/star.png) repeat-x left -34px;
height: 0;
padding-top: 17px;
overflow: hidden;
float: left;
}
.woocommerce-page .content-woocommerce p.stars {
overflow: hidden;
zoom: 1;
}
.woocommerce-page .content-woocommerce p.stars span {
width: 85px;
height: 15px;
position: relative;
float: left;
background: url(//ruys-stukadoors.nl/wp-content/themes/bauer/assets/img/star.png) repeat-x left 0;
}
.woocommerce-page .content-woocommerce p.stars span a {
transition: none;
float: left;
position: absolute;
left: 0;
top: 0;
width: 17px;
height: 0;
padding-top: 17px;
overflow: hidden;
}
.woocommerce-page .content-woocommerce p.stars span a:hover,
p.stars span a:focus {
background: url(//ruys-stukadoors.nl/wp-content/themes/bauer/assets/img/star.png) repeat-x left -17px;
}
.woocommerce-page .content-woocommerce p.stars a.active {
background: url(//ruys-stukadoors.nl/wp-content/themes/bauer/assets/img/star.png) repeat-x left -34px;
}
.woocommerce-page .content-woocommerce p.stars span a.star-1 {
width: 17px;
z-index: 10;
}
.woocommerce-page .content-woocommerce p.stars span a.star-2 {
width: 34px;
z-index: 9;
}
.woocommerce-page .content-woocommerce p.stars span a.star-3 {
width: 51px;
z-index: 8;
}
.woocommerce-page .content-woocommerce p.stars span a.star-4 {
width: 68px;
z-index: 7;
}
.woocommerce-page .content-woocommerce p.stars span a.star-5 {
width: 85px;
z-index: 6;
}
.woocommerce-page abbr {
border: none;
text-decoration: none
}
.woocommerce-page div.product div.images img {
display: block;
width: 100%;
height: auto;
box-shadow: none;
}
.woocommerce-page div.product div.images img:hover,
.woocommerce-page div.product div.images img.flex-active {
border: 1px solid #e7e7e7;
}
.woocommerce-page .woocommerce-MyAccount-content .woocommerce-info .button {
color: #f35c27;
background-color: transparent;
}
.woocommerce-page .woo-single-post-class .summary .stock.in-stock,
.product .onsale {
position: absolute;
right: 30px;
top: 35px;
border-radius: 20px;
text-align: center;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
padding: 2px 20px;
background-color: #d5f7da;
color: #28c23e;
z-index: 999;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left:hover,
.pswp--has_mouse .pswp__button--arrow--right:hover {
background-color: transparent;
} .woocommerce-page .content-woocommerce .products {
margin: 0 -15px;
clear: both;
list-style: none;
padding-top: 30px;
}
.woocommerce-page.shop-col-2 .products li {
width: 50%;
}
.woocommerce-page.shop-col-3 .products li {
width: 33.3333333%;
}
.woocommerce-page.shop-col-4 .products li {
width: 25%;
}
.woocommerce-page.shop-col-2 .products li {
width: 50%;
}
.woocommerce-page.shop-col-3 .products li {
width: 33.3333333%;
}
.woocommerce-page.shop-col-4 .products li {
width: 25%;
}
.products li {
float: left;
padding: 0 15px;
margin-top: 30px;
}
.products li.first {
clear: both;
}
.products li .inner {
position: relative;
padding: 20px 15px;
background-color: #fff;
}
.products li .product-info {
padding: 50px 15px 0;
position: relative;
}
.products li h2 {
margin-bottom: 2px;
font-size: 18px;
line-height: 28px;
transition: color ease 0.3s;
}
.woocommerce-page.shop-col-4 .products li h2 {
font-size: 19px;
line-height: 27px;
}
.woocommerce-page.shop-col-4 .products li .product-info {
padding: 77px 35px 55px;
}
.products li .product-info .button,
.products li .product-info .added_to_cart {
font-weight: 700;
text-transform: uppercase;
color: #f35c27;
font-size: 14px;
display: inline-block;
position: relative;
padding-right: 14px;
display: none;
}
.products li .product-info .button:before,
.products li .product-info .added_to_cart:before,
.products li .product-info .button:after,
.products li .product-info .added_to_cart:after {
content: '\f105';
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 14px;
font-style: normal;
position: absolute;
top: 0;
right: 0;
transition: all ease 0.3s;
}
.products li .product-info .button:before,
.products li .product-info .added_to_cart:before {
right: 12px;
opacity: 0;
}
.products li .product-info .button:hover:before,
.products li .product-info .added_to_cart:hover:before {
opacity: 1;
right: 0;
}
.products li .product-info .button:hover:after,
.products li .product-info .added_to_cart:hover:after {
opacity: 0;
right: -12px;
}
.products li .product-info .button:focus,
.products li .product-info .added_to_cart:focus {
text-decoration: underline;
}
.products li .product-thumbnail {
overflow: hidden;
}
.products li .product-thumbnail img {
width: 100%;
height: auto;
}
.products li .product-thumbnail img {
transition: transform ease 0.3s;
}
.products li:hover .product-thumbnail img {
transform: scale(1.1) rotate(1.5deg);
}
.products li .price {
font-size: 16px;
color: #414042;
position: absolute;
left: 15px;
top: 15px;
}
.products li .star-rating {
display: none;
}
.products li .price del {
color: #cacaca;
padding-right: 6px;
}
.products li .price ins {
background-color: transparent;
}
.products li h2:hover {
color: #f35c27;
} .woo-single-post-class {
position: relative;
}
.woo-single-post-class .images {
width: 47.009%;
float: left;
position: relative;
}
.woo-single-post-class .onsale {
top: 20px;
right: auto;
left: 25px;
z-index: 999;
}
.woo-single-post-class .images .woocommerce-product-gallery__trigger {
width: 40px;
height: 40px;
z-index: 9999;
position: absolute;
right: 17px;
top: 14px;
text-align: center;
}
.woo-single-post-class .images .woocommerce-product-gallery__trigger:after {
opacity: 0;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 20px;
color: #fff;
background-color: rgba(65, 64, 66, 0.15);
text-align: center;
content: "\55";
font-family: "ElegantIcons";
font-size: 14px;
position: absolute;
left: 0;
top: 0;
transition: all ease 0.3s;
}
.woo-single-post-class .images:hover .woocommerce-product-gallery__trigger:after {
opacity: 1;
}
.woo-single-post-class .images .woocommerce-product-gallery__trigger:hover:after {
background-color: rgba(65, 64, 66, 1);
}
.woo-single-post-class .images .woocommerce-product-gallery__trigger img {
display: none !important;
}
.woocommerce-product-gallery .flex-control-thumbs li {
float: left;
cursor: pointer;
}
.woocommerce-product-gallery .flex-control-thumbs {
margin: 20px -2px 0;
width: auto;
list-style: none;
}
.woocommerce-product-gallery .flex-control-thumbs li {
padding: 0 2px 20px;
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%
}
.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
width: 16.667%;
}
.woo-single-post-class .summary {
width: 45.727%;
float: right;
}
.woo-single-post-class .summary h1 {
color: #414042;
font-size: 42px;
line-height: 50px;
margin: 0 0 18px 0;
}
.woo-single-post-class .summary .woocommerce-product-rating {
position: relative;
margin-bottom: 35px;
}
.woo-single-post-class .summary .woocommerce-review-link {
color: #777;
position: absolute;
left: 95px;
top: 0;
line-height: 18px;
}
.woo-single-post-class .summary .price {
font-size: 27px;
line-height: normal;
margin: 0 0 46px;
position: relative;
}
.woo-single-post-class .summary .price del {
font-size: 26px;
color: #999;
padding-right: 2px;
}
.woo-single-post-class .summary .price ins {
background-color: transparent;
}
.woo-single-post-class .woocommerce-product-details__short-description {
font-size: 14px;
color: #414042;
}
.woo-single-post-class .woocommerce-product-details__short-description > p {
font-size: 14px;
margin-bottom: 26px;
}
.woo-single-post-class .summary .cart table,
.woo-single-post-class .summary .cart tr,
.woo-single-post-class .summary .cart td {
border: 0;
}
.woo-single-post-class .summary .cart td {
vertical-align: middle;
}
.woo-single-post-class .summary .cart td.woocommerce-grouped-product-list-item__quantity {
padding-left: 0;
}
.woo-single-post-class .summary .cart table .label {
width: 85px;
color: #030f27;
text-transform: uppercase;
}
.woo-single-post-class .summary .cart {
margin-top: 45px;
}
.woo-single-post-class .summary .cart .quantity {
display: inline-block;
float: left;
}
.woo-single-post-class .summary .cart .quantity input {
border: 1px solid #d4d4d5;
width: 90px;
margin: 0 12px 0 0;
text-align: center;
background-color: #fff;
padding: 10px;
border-radius: 30px;
}
.woo-single-post-class .summary .cart table {
position: relative;
}
.woo-single-post-class .summary .cart .reset_variations {
position: absolute;
right: 0;
bottom: -20px;
}
.woo-single-post-class .woocommerce-tabs .panel .shop_attributes p {
margin-bottom: 5px;
}
.woo-single-post-class .woocommerce-grouped-product-list-item__quantity {
width: 100px;
}
.woo-single-post-class .woocommerce-grouped-product-list-item__label a {
color: #030f27;
}
.woo-single-post-class .woocommerce-grouped-product-list-item__label a:hover {
color: #f35c27;
}
.woo-single-post-class .summary .product_meta {
clear: left;
margin-top: 44px;
}
.woo-single-post-class .summary .product_meta > span {
margin-left: 40px;
display: inline-block;
color: #030f27;
}
.woo-single-post-class .summary .product_meta > span:first-child {
margin: 0;
}
.woo-single-post-class .summary .product_meta > span a {
color: #999;
}
.woo-single-post-class .summary .product_meta > span a:hover {
text-decoration: underline;
}
.woo-single-post-class .summary .product_meta > span a:first-child {
padding-left: 10px;
}
.woo-single-post-class .woocommerce-tabs {
clear: both;
padding-top: 75px;
}
.woo-single-post-class .woocommerce-tabs ul {
margin: 0;
border-bottom: 1px solid #e7e7e7;
}
.woo-single-post-class .woocommerce-tabs ul li {
line-height: 30px;
padding: 0;
list-style: none;
margin: 0 0 0 20px;
display: inline-block;
}
.woo-single-post-class .woocommerce-tabs ul li:first-child {
margin: 0 0 0 35px;
}
.woo-single-post-class .woocommerce-tabs ul li.active {
position: relative;
top: 2px;
}
.woo-single-post-class .woocommerce-tabs ul li > a {
border-radius: 5px 5px 0 0;
background-color: #fff;
font-size: 18px;
font-weight: 500;
color: #777;
cursor: pointer;
padding: 12px 38px;
transition: none;
border-bottom: none;
display: inline-block;
}
.woo-single-post-class .woocommerce-tabs ul li.active > a {
color: #030f27;
border-top: 1px solid #e7e7e7 !important;
border-left: 1px solid #e7e7e7 !important;
border-right: 1px solid #e7e7e7 !important;
padding-bottom: 11px;
padding-top: 11px;
}
.woo-single-post-class .woocommerce-tabs .panel {
clear: both;
padding: 40px 0 0;
}
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist {
clear: both;
padding: 10px 0 0;
list-style: none;
margin: 0;
}
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li {
position: relative;
padding: 32px 35px 27px;
border: 1px solid #e7e7e7;
border-radius: 5px;
transition: background ease 0.3s;
margin-top: 20px;
}
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:first-child {
margin: 0;
}
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li .description > p:last-child {
margin-bottom: 0;
}
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:before,
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:after {
content: "";
display: table;
clear: both;
}
.woo-single-post-class .woocommerce-tabs .entry-content .comment_container img {
width: 70px;
float: left;
margin: 5px 25px 0 0;
overflow: hidden;
}
.woo-single-post-class .woocommerce-tabs .entry-content .comment-text {
overflow: hidden;
position: relative;
}
.woo-single-post-class .woocommerce-tabs .entry-content .star-rating {
position: absolute;
right: 0;
top: 0;
}
.woo-single-post-class .woocommerce-tabs .entry-content .meta {
margin: 0 0 8px 0;
}
.woo-single-post-class .woocommerce-tabs .entry-content .meta strong {
font-size: 14px;
font-weight: 700;
color: #030f27;
margin: 0;
display: inline-block
}
.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__dash {
display: none;
}
.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__published-date {
display: block;
font-size: 13px;
margin: 0 0 3px;
}
.woo-single-post-class .woocommerce-tabs .entry-content .comment-text .description {
font-size: 15px;
line-height: 28px;
overflow: hidden;
}
.woo-single-post-class .woocommerce-tabs .comment-respond {
margin: 35px 0 0;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-reply-title {
font-size: 20px;
color: #030f27;
display: block;
margin: 60px 0 40px;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p {
margin: 0;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.comment-form-author {
width: 48.983%;
float: left;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.comment-form-email {
width: 48.983%;
float: right;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.form-submit {
clear: both;
padding-top: 4px;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating {
padding-bottom: 45px;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > label,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > .stars {
float: left;
margin: 0;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > label {
color: #777;
font-size: 14px;
line-height: 18px;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > .stars {
margin-left: 15px;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment {
clear: left;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment > label {
display: none;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment textarea,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-author input,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-email input {
margin-bottom: 24px;
width: 100%;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment textarea {
height: 180px;
} .woo-single-post-class .related.products {
padding: 0;
margin: 0;
margin-top: 100px;
}
.woo-single-post-class .related.products .products:before,
.woo-single-post-class .related.products .products:after {
content: "";
display: table;
clear: both;
}
.woo-single-post-class .related.products > h2 {
margin-bottom: 13px;
font-size: 34px;
}
.woo-single-post-class .related.products .products {
margin: 0 -12px;
padding-top: 0;
}
.woo-single-post-class .related.products .products li {
width: 33.333%;
float: left;
padding: 0 12px;
}
.woo-single-post-class .related.products .products li .inner {
background-color: #f7f9fa;
} .woocommerce-page .shop_table.cart .product-remove {
width: 60px;
}
.woocommerce-page .shop_table.cart .product-thumbnail,
.woocommerce-page .shop_table.cart .product-price,
.woocommerce-page .shop_table.cart .product-quantity,
.woocommerce-page .shop_table.cart .product-subtotal {
width: 116px;
}
.woocommerce-page .shop_table.cart .product-subtotal {
color: #030f27;
}
.woocommerce-page .shop_table.cart th {
font-size: 14px;
color: #030f27;
}
.woocommerce-page .shop_table.cart td,
.woocommerce-page .shop_table.cart th {
padding: 18px;
vertical-align: middle;
}
.woocommerce-page .shop_table.cart .product-name a {
color: #030f27;
font-size: 16px;
}
.woocommerce-page .shop_table.cart .product-name a:hover {
color: #f35c27;
}
.woocommerce-page .shop_table.cart .product-remove a {
position: relative;
text-indent: -9999px;
display: inline-block;
padding: 0;
font-weight: normal;
text-align: center;
width: 16px;
height: 16px;
}
.woocommerce-page .shop_table.cart .product-remove a:after {
content: "\4d";
color: #f35c27;
text-indent: 0;
font-family: "ElegantIcons";
position: absolute;
left: 5px;
top: 5px;
}
.woocommerce-page .shop_table.cart .product-remove a:hover:before {
border-color: #030f27;
}
.woocommerce-page .shop_table.cart .product-remove a:hover:after {
color: #030f27;
}
.woocommerce-page .shop_table.cart .cart_item .product-thumbnail img {
width: 80px;
}
.woocommerce-page .shop_table.cart .cart_item .product-quantity input[type='number'] {
width: 60px;
height: 45px;
padding-right: 5px;
margin: 0;
background-color: transparent;
}
.woocommerce-page .shop_table.cart .coupon {
float: left;
}
.woocommerce-page .shop_table.cart .coupon > label {
display: none;
}
.woocommerce-page .shop_table.cart .coupon #coupon_code {
background-color: #f7f7f7;
width: 235px;
border: 0;
margin: 0 5px 2px 0;
display: inline-block;
padding: 7px 25px;
border-radius: 30px;
}
.woocommerce-page .shop_table.cart .coupon #coupon_code + button[type='submit'],
.woocommerce-page .shop_table.cart .coupon + button[type='submit'] {
padding: 12px 34px;
background-color: #28c23e;
}
.woocommerce-page .shop_table.cart .coupon #coupon_code + button[type='submit']:hover,
.woocommerce-page .shop_table.cart .coupon + button[type='submit']:hover {
opacity: 0.7;
}
.woocommerce-page .shop_table.cart .coupon + button[type='submit'] {
float: right;
}
.woocommerce-page .cart_totals {
width: 60%;
margin-top: 60px;
font-size: 16px;
}
.woocommerce-page .cart_totals > h2 {
font-size: 22px;
margin-bottom: 25px;
}
.woocommerce-page .cart_totals .shop_table {
border: 1px solid #e7e7e7;
margin-bottom: 40px;
}
.woocommerce-page .cart_totals .shop_table th,
.woocommerce-page .cart_totals .shop_table td {
border-color: #e7e7e7;
}
.woocommerce-page .cart_totals .shop_table .order-total th,
.woocommerce-page .cart_totals .shop_table .order-total td {
border-bottom: 0;
}
.woocommerce-page .cart_totals .shop_table td {
border-right: 0;
padding: 11px 25px;
}
.woocommerce-page .cart_totals .shop_table th {
color: #030f27;
padding: 14px 25px;
}
.woocommerce-page .cart_totals .shop_table .cart-subtotal td,
.woocommerce-page .cart_totals .shop_table .order-total td,
.woocommerce-page .cart_totals .shop_table .tax-rate td {
text-align: right;
color: #030f27;
}
.woocommerce-page .cart_totals p,
.woocommerce-page .cart_totals .woocommerce-shipping-calculator select {
margin: 0 0 5px;
}
.woocommerce-page .cart_totals .shipping-calculator-form button[type='submit'] {
width: 100%;
}
.woocommerce-page .wc-proceed-to-checkout .button {
font-size: 14px;
background-color: #f35c27;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
color: #fff;
padding: 15px 48px;
border-radius: 30px;
width: 100%;
}
.woocommerce-page .wc-proceed-to-checkout .button:hover {
background-color: #030f27;
color: #fff;
}
.woocommerce-page .return-to-shop a {
font-size: 16px;
padding: 14px 30px;
color: #fff;
background-color: #030f27;
} .woocommerce-page .woocommerce-checkout {
clear: both;
}
.woocommerce-page .login input {
margin-bottom: 0;
}
.woocommerce-page form .form-row {
margin: 0 0 20px;
}
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
float: left;
width: 49%;
overflow: visible;
}
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
border-width: 1px;
width: 100%;
margin: 0;
outline: 0;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single {
display: block;
line-height: 50px;
height: 50px;
background-color: #f7f9fa;
border: 1px solid #e7e7e7;
border-radius: 3px;
}
.woocommerce-billing-fields .select2-selection--single .select2-selection__rendered,
.woocommerce-shipping-fields .select2-selection--single .select2-selection__rendered {
padding: 11px 20px;
color: #777;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 5px;
right: 4px;
}
.woocommerce-page form.checkout_coupon > p {
margin-bottom: 10px;
}
.woocommerce-page form.checkout_coupon > p > button,
.woocommerce-page .woocommerce-form.woocommerce-form-login button {
padding: 13px 36px;
}
.woocommerce-page form.checkout_coupon #coupon_code,
.woocommerce-page form.lost_reset_password .form-row input.input-text {
padding: 12px 20px;
margin-bottom: 20px;
}
.woocommerce-page form .form-row label.inline {
display: inline;
}
.woocommerce-page form .form-row label.inline input {
margin: 0 5px 0 10px;
width: auto;
}
.woocommerce-page form.lost_reset_password .woocommerce-Button.button {
margin: 25px 0 0 10px;
}
.woocommerce-page .woocommerce-shipping-fields,
.woocommerce-page #order_review_heading {
clear: both;
}
.woocommerce-billing-fields .create-account > label {
margin: 0;
display: inline-block;
}
.woocommerce-page .woocommerce-lost-password .form-row-first {
float: none;
}
.woocommerce-page #ship-to-different-address > label {
padding-right: 5px;
}
.woocommerce-page .woocommerce-billing-fields h3,
.woocommerce-page .woocommerce-shipping-fields h3,
.woocommerce-page #order_review_heading,
.woocommerce-page .woocommerce-additional-fields h3 {
font-size: 22px;
margin-bottom: 20px;
padding-top: 35px;
}
.woocommerce-page .woocommerce-additional-fields .notes > label {
display: none;
}
.woocommerce-page form .form-row.create-account #createaccount {
width: auto;
margin-right: 5px;
}
.woocommerce-page form .form-row.create-account + .create-account > p:first-child {
margin-bottom: 10px;
}
.woocommerce-checkout-review-order table th {
background-color: #f7f7f7;
font-size: 16px;
color: #030f27;
padding: 14px 25px;
}
.woocommerce-checkout-review-order table td {
padding: 10px 25px;
}
.woocommerce-checkout-review-order .cart-subtotal td,
.woocommerce-checkout-review-order .order-total {
font-size: 16px;
color: #030f27;
}
.woocommerce-checkout #payment ul.payment_methods {
list-style: none;
margin: 0;
}
.woocommerce-checkout #payment ul.payment_methods li label {
display: inline-block;
padding-left: 5px;
}
#payment .about_paypal {
position: absolute;
right: 0;
top: 23px;
}
#payment .payment_methods {
background-color: #f7f7f7;
padding: 20px 25px 20px;
}
#payment .payment_methods > li:not(.woocommerce-notice) {
position: relative;
}
#payment .payment_methods > li .payment_box,
#payment .place-order {
background-color: #fff;
padding: 10px;
}
#payment .payment_methods > li .payment_box > p:last-child {
margin-bottom: 0;
}
#payment .payment_methods > .wc_payment_method > label,
#payment .payment_methods > .woocommerce-PaymentMethod > label {
display: block;
padding: 20px 0;
cursor: pointer;
}
.woocommerce-page #payment .payment_methods .woocommerce-message,
.woocommerce-page #payment .payment_methods .woocommerce-info,
.woocommerce-page #payment .payment_methods .woocommerce-error {
margin-bottom: 10px;
}
#payment .payment_methods li img {
border: 0;
padding: 0 0 0 10px;
max-height: 25px;
}
#payment .place-order {
padding: 25px 25px 25px 0;
}
#payment #place_order {
background-color: #f35c27;
color: #fff;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
width: 320px;
padding: 18px 48px;
margin-top: 15px;
}
#payment #place_order:hover {
background-color: #030f27;
}
.woocommerce-page .myaccount_user + h2,
.woocommerce-page .addresses h3,
.woocommerce-page #customer_login h2 {
margin-bottom: 0;
font-size: 18px;
}
.woocommerce-page .register input {
margin-bottom: 0;
}
.woocommerce-page .woocommerce-MyAccount-content legend {
border: 0;
font-size: 18px;
color: #030f27;
padding-top: 20px;
margin: 0;
}
.woocommerce-page .form-row:before,
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
content: " ";
display: table;
}
.woocommerce-page .cart-collaterals {
width: 100%;
}
.woocommerce-page .cart-collaterals .related {
width: 30.75%;
float: left;
}
.woocommerce-page .cart-collaterals .cross-sells {
width: 100%;
float: left;
}
.woocommerce-page .cart-collaterals .cross-sells ul.products {
float: none;
list-style: none;
margin: 0 -12px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
width: 25%;
padding: 0 12px;
clear: none;
}
.woocommerce-page .cart-collaterals .cross-sells > h2 {
margin-top: 40px;
margin-bottom: 37px;
font-size: 16px;
color: #999;
text-transform: uppercase;
}
.woocommerce-page .cart-collaterals .cross-sells .products li h2 {
font-size: 15px;
}
.woocommerce-page .cart-collaterals .cross-sells .products li .price {
font-size: 18px;
}
.woocommerce-page .up-sells > h2 {
font-size: 16px;
color: #999;
text-transform: uppercase;
padding-top: 27px;
border-top: 1px solid #f4f4f4;
}
.woocommerce-page .up-sells.products,
.woocommerce-page .up-sells .products {
margin: 0;
}
.woocommerce-page .up-sells .products {
margin: 0 -15px;
}
.woocommerce-page .up-sells .products li {
padding: 0 15px;
}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce form .form-row-wide,
.woocommerce form .form-row:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page form .form-row-wide,
.woocommerce-page form .form-row:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page #order_comments_field {
clear: both;
}
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
width: 48%;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
display: block;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
display: inline;
}
.woocommerce-page form .form-row select,
.woocommerce-page form .form-row .input-text {
width: 100%;
}
.woocommerce-page form .form-row-last {
float: right;
}
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
text-align: left;
padding: 0 1em 0 0;
float: left
}
.woocommerce-page .woocommerce-error li {
padding: 0;
}
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-error .button {
background-color: transparent;
text-transform: capitalize;
}
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error {
position: relative;
padding: 12px 25px 12px 54px;
background-color: #e4f2ff;
color: #5084b4;
margin: 0 0 30px 0;
list-style: none;
}
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-error:before {
font-size: 20px;
content: "\39";
font-family: "ElegantIcons";
position: absolute;
left: 24px;
top: 9px;
}
.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .woocommerce-error a {
text-decoration: underline;
padding: 0 10px 0 0;
}
.woocommerce-page .woocommerce-message a:hover,
.woocommerce-page .woocommerce-info a:hover,
.woocommerce-page .woocommerce-error a:hover {
opacity: 0.7;
} .product_list_widget li {
padding: 0;
padding-top: 25px;
margin-top: 25px;
border-top: 1px solid #eee;
}
.product_list_widget li:first-child {
padding-top: 0;
margin-top: 0;
border: 0;
}
.product_list_widget li > a {
display: block;
}
.product_list_widget del .amount {
padding-right: 5px;
}
.product_list_widget li img {
float: right;
width: 50px;
margin-left: 10px;
box-shadow: none;
}
.product_list_widget .product-title,
.widget_recent_reviews .product_list_widget a {
display: block;
color: #777;
transition: all ease 0.3s;
}
.product_list_widget .product-title:hover,
.widget_recent_reviews .product_list_widget a:hover {
color: #f35c27;
}
.product_list_widget .star-rating,
.widget_rating_filter .star-rating {
width: 85px;
height: 17px;
background: url(//ruys-stukadoors.nl/wp-content/themes/bauer/assets/img/star.png) repeat-x left 0;
margin: 0 0 15px 0;
}
.product_list_widget .star-rating span,
.widget_rating_filter .star-rating span {
background: url(//ruys-stukadoors.nl/wp-content/themes/bauer/assets/img/star.png) repeat-x left -34px;
height: 0;
padding-top: 17px;
overflow: hidden;
float: left;
}
.widget_rating_filter .star-rating {
display: inline-block;
margin: 0;
} .widget_product_categories ul li a {
color: #777;
font-size: 14px;
}
.widget_product_categories ul li a:hover {
color: #f35c27;
}
.widget_product_categories ul li {
padding: 3px 0;
} .widget_price_filter .price_slider {
height: 3px;
margin-bottom: 25px;
margin-top: 46px;
background-color: #ebebeb;
position: relative;
text-align: left;
}
.widget_price_filter .price_slider_amount {
text-align: right;
}
.widget_price_filter .price_slider_amount .button {
font-size: 13px;
letter-spacing: 1px;
float: left;
padding: 0 20px;
height: 36px;
line-height: 36px;
}
.widget_price_filter .price_slider_amount .button:hover {
opacity: 1;
background-color: #f35c27;
color: #fff;
}
.widget_price_filter .ui-slider .ui-slider-handle {
background-color: #fff;
top: -5px;
position: absolute;
z-index: 2;
width: 14px;
height: 14px;
border: 3px solid #f35c27;
border-radius: 50%;
cursor: pointer;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -14px;
}
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
display: block;
border: 0;
background-color: #c2c3c5;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
.widget_price_filter .price_slider_amount .price_label {
color: #999;
font-size: 13px;
height: 36px;
line-height: 36px;
margin-left: 85px;
text-align: center;
} .widget.widget_product_search .woocommerce-product-search {
position: relative;
}
.widget.widget_product_search .woocommerce-product-search .search-field {
padding-right: 48px;
margin-bottom: 0;
padding: 8px 20px;
}
.widget.widget_product_search .woocommerce-product-search .search-submit {
position: absolute;
background-color: transparent;
right: 4px;
top: 5px;
width: 30px;
height: 30px;
text-align: center;
text-indent: 999999px;
padding: 0;
border: 0;
overflow: hidden;
}
.widget.widget_product_search .woocommerce-product-search .search-submit:before {
color: #777;
content: "\e906";
font-family: "Font Awesome 5 Free";
font-size: 16px;
width: 30px;
height: 30px;
line-height: 30px;
position: absolute;
left: 0;
top: 0;
text-align: center;
text-indent: 0;
font-weight: normal;
transition: all ease 0.3s;
}
.widget.widget_product_search .woocommerce-product-search .search-submit:hover:before {
color: #f35c27;
} .nav-top-cart-wrapper .woocommerce-min-cart-wrap {
padding: 25px 20px;
}
.nav-top-cart-wrapper .woocommerce-mini-cart__empty-message {
margin: 0;
padding: 8px 20px;
font-size: 14px;
}
.widget_shopping_cart_content ul {
list-style: none;
margin: 0;
}
.widget_shopping_cart_content ul li {
display: inline-block;
position: relative;
width: 100%;
border-top: 1px solid #e7e7e7;
padding: 20px;
margin: 0;
padding-left: 0;
}
.widget_shopping_cart_content ul li.empty {
padding: 0;
}
.widget_shopping_cart_content ul li:first-child {
padding-top: 0;
margin-top: 0;
border-top: 0;
}
.widget_shopping_cart_content ul li .product-name {
font-size: 16px;
line-height: 20px;
color: #030f27;
}
.widget_shopping_cart_content ul li a:hover {
color: #f35c27;
}
.widget_shopping_cart_content ul li a.remove {
font-size: 16px;
color: #f35c27;
position: absolute;
right: 0;
top: 23px;
}
.nav-top-cart-wrapper .nav-shop-cart ul li:first-child a.remove {
top: 3px;
}
.widget_shopping_cart_content ul li a.remove:hover {
opacity: 0.7
}
.widget_shopping_cart_content ul li a img {
float: left;
width: 55px;
margin-left: 0;
margin: 2px 20px 20px 0;
}
.widget_shopping_cart_content ul li a img:hover {
border: 1px solid #e7e7e7;
}
.widget_shopping_cart_content ul li .quantity {
display: block;
font-size: 16px;
padding-left: 75px;
}
.widget_shopping_cart_content .total {
margin-bottom: 10px;
padding: 20px 0;
border-top: 1px solid #e7e7e7;
font-size: 15px;
color: #030f27;
text-align: center;
}
.widget_shopping_cart_content .total strong {
color: #030f27;
font-weight: 500;
}
.widget_shopping_cart_content .buttons:before,
.widget_shopping_cart_content .buttons:after {
content: "";
display: table;
clear: both;
}
.widget_shopping_cart_content .buttons {
margin: 0;
}
.widget_shopping_cart_content .buttons > a {
text-align: center;
font-size: 14px;
font-weight: 500;
color: #030f27;
background-color: #eee;
padding: 5px 0;
border-radius: 20px;
width: 48.6%;
float: left;
}
.widget_shopping_cart_content .buttons a.checkout {
float: right;
color: #f35c27;
background-color: transparent;
border: 1px solid #f35c27;
padding: 4px 0;
}
.widget_shopping_cart_content .buttons a:hover {
opacity: 0.7;
}
@media only screen and (max-width: 991px) {
.woocommerce-page.shop-col-3 .products li {
width: 100%;
}
.woocommerce-page.shop-col-4 .products li {
width: 50%;
}
.woocommerce-page .content-woocommerce .woocommerce-result-count {
display: none;
}
.woocommerce-page .content-woocommerce .woocommerce-ordering {
float: none;
}
.woocommerce-page .content-woocommerce .woocommerce-result-count:after,
.woocommerce-page .content-woocommerce .woocommerce-ordering:before {
display: none;
}
.woo-single-post-class .images,
.woo-single-post-class .summary {
width: 100%;
float: none;
clear: left;
}
.woo-single-post-class .summary {
padding-top: 60px;
}
.woo-single-post-class .summary h1 {
font-size: 36px;
}
.woo-single-post-class .woocommerce-tabs ul li > a {
padding: 12px 30px;
}
.woo-single-post-class .woocommerce-tabs ul li:first-child {
margin: 0 0 0 15px;
}
.woo-single-post-class .woocommerce-tabs .comment-respond {
margin-top: 30px;
}
.woo-single-post-class .woocommerce-tabs .panel {
padding-top: 30px;
}
.woocommerce-page .shop_table.cart td,
.woocommerce-page .shop_table.cart th {
padding: 15px;
}
.woo-single-post-class .related.products {
margin-top: 60px;
}
}
@media only screen and (max-width: 767px) {
.woocommerce-page.shop-col-2 .products li,
.woocommerce-page.shop-col-3 .products li,
.woocommerce-page.shop-col-4 .products li {
width: 100%;
}
.woocommerce-page .content-woocommerce .woocommerce-ordering {
float: none;
display: inline-block;
}
.woo-single-post-class .woocommerce-tabs ul {
border: 0;
}
.woo-single-post-class .woocommerce-tabs ul li {
display: block;
margin: 0 0 10px !important;
border: 1px solid #e7e7e7;
top: 0 !important;
}
.woo-single-post-class .woocommerce-tabs ul li.active {
top: 0;
}
.woo-single-post-class .woocommerce-tabs ul li.active > a {
border: 0 !important;
}
.woo-single-post-class .woocommerce-tabs ul li > a {
display: block;
padding: 10px 25px;
}
.woo-single-post-class .related.products .products li {
width: 100%;
}
.woo-single-post-class .related.products .products li:last-child {
margin-bottom: 0;
}
.woo-single-post-class .related.products > h2 {
margin-bottom: 0;
}
.woocommerce-page table.shop_table_responsive tr {
display: block
}
.woocommerce-page table.shop_table_responsive tr td {
display: block;
text-align: right !important;
}
.woocommerce-page table.shop_table_responsive tr td.order-actions {
text-align: left !important;
}
.woocommerce-page table.shop_table_responsive tr td:before {
content: attr(data-title) ": ";
float: left;
}
.woocommerce-page table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive tbody th,
.woocommerce-page table.my_account_orders tr td.order-actions:before,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page table.shop_table_responsive tr td.actions:before,
.woocommerce-page table.shop_table_responsive tr td.product-remove:before {
display: none;
}
.woocommerce-page .shop_table.cart .product-remove,
.woocommerce-page .shop_table.cart .product-thumbnail,
.woocommerce-page .shop_table.cart .product-price,
.woocommerce-page .shop_table.cart .product-quantity,
.woocommerce-page .shop_table.cart .product-subtotal {
width: auto;
}
.woocommerce-page table.my_account_orders tr td.order-actions {
text-align: left;
}
.woocommerce-page table.shop_table_responsive tr td.actions {
text-align: left !important;
}
.woocommerce-page .shop_table.cart .coupon + button[type='submit'] {
float: none;
margin: 15px 0 0;
width: 100%;
}
.woocommerce-page .shop_table.cart .coupon #coupon_code,
.woocommerce-page .shop_table.cart .coupon > input[type='submit'] {
float: none;
}
.woocommerce-page .cart_totals {
width: 100%;
}
}