.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#exqute-share-buttons {
margin-top: 3rem;
max-width: 1110px;
}
.hide-on-load {
overflow: hidden;
height: 0;
}
.exqute-thumbnail img {
width: 100px !important;
height: auto !important;
} .exqute-image-list-wrapper {
display: table;
table-layout: fixed;
width: 100%;
}
.exqute-image-list-left,
.exqute-image-list-right {
display: table-cell;
vertical-align: top;
}
.exqute-image-list-right {
width: 100%;
}
.exqute-image-list-left {
width: 90px;
}
.exqute-image-list-left img {
width: 90px !important;
height: auto !important;
}
.exqute-image-list-right h3 {
margin-bottom: 1.5rem;
line-height: 1
}
.exqute-image-list-right p {
margin:0;
}
.elementor-widget-exqute-image-list .exqute-image-list-wrapper {
margin-bottom: 40px;
padding: 60px 40px;
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
border-radius: 10px;
}
.elementor-widget-exqute-image-list .exqute-image-list-wrapper:last-of-type {
margin-bottom: 0px
}
.exqute-image-list-wrapper * {
direction: ltr !important;
}
.exqute-image-list-wrapper.exqute-image-wrapper-right {
direction: rtl;
text-align: right;
}
.exqute-image-list-wrapper.exqute-image-wrapper-left {
direction: ltr;
text-align: left;
}
.exqute-image-list-wrapper.exqute-image-wrapper-left .exqute-image-list-right {
padding-left: 40px;
}
.exqute-image-list-wrapper.exqute-image-wrapper-right .exqute-image-list-right {
padding-right: 40px;
} .exqute-gallery-item a {
position: relative;
display: block;
color: inherit;
}
.exqute-gallery-item a span {
position: absolute;
left: 0;
bottom: 0;
z-index: 1;
font-weight: 700;
padding: 15px 20px;
width: 100%;
line-height: 1.3;
background: rgba(255, 255, 255, 0.5);
}
.exqute-gallery-item.exqute-animated-thumb a {
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
-webkit-transition: -webkit-transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
-moz-transition: -moz-transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
-ms-transition: -ms-transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
.exqute-gallery-item.exqute-animated-thumb a:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.20);
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-moz-transform: translateY(-10px);
transform: translateY(-10px);
} .exqute-post-list-wrapper {
padding-top: 5px;
}
.exqute-post-list-wrapper .exqute-post-list {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.exqute-post-list-wrapper .exqute-post-list:last-child {
margin-bottom: 0px;
padding-bottom: 0px;
border-bottom: none;
}
.exqute-post-list-wrapper .exqute-post-list:last-child {
margin-bottom: 0px;
}
.exqute-post-list-wrapper .exqute-post-list-left,
.exqute-post-list-wrapper .exqute-post-list-right {
display: table-cell;
vertical-align: middle;
}
.exqute-post-list-wrapper .exqute-post-list-left {
width: 75px;
padding-right: 15px;
}
.exqute-post-list-wrapper .exqute-post-list-right {
width: 100%;
}
.exqute-post-list-wrapper .exqute-post-list-left img {
width: 100%;
height: auto;
border-radius: 100%;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.exqute-post-list-wrapper .exqute-post-list-title {
margin: 0px;
line-height: 1.6;
max-width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.exqute-post-list-wrapper .exqute-post-list-left a {
display: block;
}
.exqute-post-list-wrapper .exqute-post-list-info {
font-size: 0.725rem;
line-height: 1;
margin: 10px 0px 0px 0px;
text-transform: uppercase;
}
.exqute-post-list a {
color: inherit;
}
.exqute-post-list a:hover {
color: #ea3457;
}
.exqute-post-list-info .fa,
.exqute-post-list-meta .fa {
margin-right: 4px;
}
.exqute-post-list-meta {
line-height: 1;
margin-top: 5px;
font-size: 0.925rem;
opacity: 0.7;
}
.exqute-post-list-meta span {
margin-right: 5px;
} .mp-accordion {
position: relative;
border: 1px solid rgba(0, 0, 0, 0.15);
border-top: none;
}
.mp-accordion-title {
position: relative;
display: block;
padding: 1.5rem 4rem 1.5rem 2rem;
border-top: 1px solid rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
transition: all 0.2s linear;
font-size: 1.1rem;
}
.mp-accordion-title.collapsed {
color: inherit;
}
.mp-accordion-title:hover,
.mp-accordion-title:not(.collapsed) {
color: #ea3457;
}
.mp-accordion-title span {
margin-right: 0.5rem
}
.mp-accordion-title:after {
position: absolute;
right: 0;
top: 4px;
bottom: 0;
font-family: 'FontAwesome';
content: "\f068";
speak: none;
text-indent: 0em;
text-align: center;
font-size: 16px;
height: 100%;
padding: 1.5rem 2rem;
}
.mp-accordion-title.collapsed:after {
content: "\f067";
}
.mp-accordion-content {
padding: 0 2rem 2rem 2rem;
}
.mp-accordion-content p:last-child {
margin-bottom: 0px;
}
.mp-accordion-content ul,
.mp-accordion-content ol {
padding-left: 20px;
}
.mp-accordion-content ul:last-child,
.mp-accordion-content ol:last-child {
margin-bottom: 0;
} .exqute-carousel.exqute-carousel-sm .card-title a {
max-width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.exqute-carousel-container {
position: relative;
}
body.exqute .exqute-carousel {
margin: 0 0 90px 0;
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
padding: 0px;
}
body.exqute .exqute-carousel.no-padding {
padding: 0px !important;
}
body.exqute .slick-slide div {
vertical-align: bottom;
}
body.exqute .exqute-carousel .slick-list {
margin: 0 -20px;
overflow: inherit !important;
}
body.exqute .exqute-carousel.exqute-carousel-sm .slick-list {
margin: 0 -10px;
overflow: inherit !important;
}
body.exqute .exqute-carousel .slick-slide {
margin: 0px 20px 20px 20px;
opacity: 0;
transition-delay: 0s;
transition-duration: 0.2s;
transition-property: all;
transition-timing-function: ease-out;
transform: scale(0.9, 0.9);
pointer-events: none;
}
body.exqute .exqute-carousel.exqute-carousel-sm .slick-slide {
margin: 0px 10px 5px 10px;
}
body.exqute .exqute-carousel .slick-slide.slick-active {
opacity: 1;
transition-delay: 0.3s;
transition-duration: 0.2s;
transition-property: all;
transition-timing-function: ease-in;
transform: scale(1, 1);
pointer-events: auto;
}
body.exqute .exqute-carousel.no-anim .slick-slide {
transform: none !important;
}
body.exqute .exqute-carousel.slick-dotted .slick-slide {
margin-bottom: 20px;
}
.slick-dots li button {
display: inline-block;
line-height: 0 !important;
padding: 5px !important;
border-radius: 0 !important;
background-color: transparent !important;
border: none !important;
cursor: pointer;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.slick-dots li button {
color: rgba(0, 0, 0, 0.15) !important;
}
.slick-dots li.slick-active button {
color: #ea3457 !important;
}
.slick-dots li button:before {
font-size: 16px !important;
}
body.exqute .exqute-carousel .slick-prev,
body.exqute .exqute-carousel .slick-next {
top: auto;
bottom: -60px;
background-color: #f5f5f5;
width: 45px;
height: 45px;
border-radius: 100% !important;
transition: all 0.15s ease;
margin: 0px 2px;
transform: translate(0, 0);
z-index: 9;
}
body.exqute .exqute-carousel .slick-next {
right: auto;
left: 50%;
}
body.exqute .exqute-carousel .slick-prev {
left: auto;
right: 50%;
}
body.exqute .exqute-carousel .slick-prev:hover,
body.exqute .exqute-carousel .slick-next:hover {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
transform: translateY(-2px);
}
body.exqute .exqute-carousel .slick-prev:before,
body.exqute .exqute-carousel .slick-next:before {
font-size: 16px;
-webkit-transition: color 0.2s linear;
-moz-transition: color 0.2s linear;
transition: color 0.2s linear;
color: #363537;
}
body.exqute .exqute-carousel .slick-prev:hover:before,
body.exqute .exqute-carousel .slick-next:hover:before {
color: #ea3457;
}
body.exqute .exqute-carousel .slick-disabled {
pointer-events: none !important;
}
.exqute-carousel .card-masonry {
padding: 0px !important;
margin-bottom: 0px !important;
}
.exqute-carousel .card.card-horizontal {
margin-bottom: 0px !important;
} .exqute-testimonials-wrapper {
position: relative;
text-align: center;
padding: 0.5rem 0;
}
.exqute-testimonial {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.exqute-testimonials-img {
display: block;
}
.exqute-testimonials-name {
margin: 0 auto 1rem auto;
}
.exqute-testimonials-content {
font-size: 1.4rem;
margin: 0 auto 2rem auto;
}
.exqute-testimonials-img img,
.elementor .exqute-testimonials-img img {
width: 100px;
height: auto;
border-radius: 100%;
vertical-align: bottom;
box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
transition: all 0.15s ease;
will-change: transform;
margin: 0 auto 1.25rem auto;
}
.exqute-testimonials-img a {
display: inline-block;
}
.exqute-testimonials-img a:hover img {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
transform: translateY(-2px);
}
.exqute-testimonials-name span {
display: block;
}
.exqute-testimonials-name a {
color: inherit !important;
display: inline-block;
}
.exqute-testimonials-name .exqute-t-name {
font-size: 1rem;
font-weight: 700;
text-transform: uppercase;
line-height: 1.5;
position: relative;
padding-top: 1rem;
display: inline-block;
}
.exqute-t-name:before {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 70%;
height: 3px;
background: rgba(0, 0, 0, 0.15);
content: "";
margin: 0 auto;
}
.exqute-t-job {
font-size: 1rem;
line-height: 1.5;
} @media only screen and (max-width: 991px) {
.exqute-image-list-left {
width: 80px;
}
.exqute-image-list-left img {
width: 80px !important;
}
.exqute-image-list-wrapper.exqute-image-wrapper-left .exqute-image-list-right {
padding-left: 30px;
}
.exqute-image-list-wrapper.exqute-image-wrapper-right .exqute-image-list-right {
padding-right: 30px;
}
}
@media only screen and (max-width: 767px) {
.elementor-widget-exqute-image-list .exqute-image-list-wrapper {
margin-bottom: 40px
}
}
@media only screen and (max-width: 575px) {
.exqute-image-list-left img {
width: 70px !important;
}
.mp-accordion-title {
padding: 20px 50px 20px 20px !important;
}
.mp-accordion-content {
padding: 20px !important;
}
.mp-accordion-title:after {
top: 0;
}
.exqute-testimonials-content {
font-size: 1.2rem;
}
.exqute-testimonials-img img,
.elementor .exqute-testimonials-img img {
width: 80px;
}
.exqute-image-list-wrapper,
.exqute-image-list-left,
.exqute-image-list-right {
display: block;
text-align: center;
width: 100%;
}
.exqute-image-list-left img {
margin: 0 auto 20px auto;
}
.exqute-image-list-right {
padding: 0px !important;
}
.elementor-widget-exqute-image-list .exqute-image-list-wrapper {
padding: 40px 20px;
}
}.rrssb-buttons{box-sizing:border-box;font-size:.8rem;height:50px;margin:0;padding:0;width:100%}.rrssb-buttons:after{clear:both}.rrssb-buttons:after,.rrssb-buttons:before{content:' ';display:table}.rrssb-buttons li{box-sizing:border-box;float:left;height:100%;line-height:30px;list-style:none;margin:0;padding:0}.rrssb-buttons li.rrssb-pdf a{background-color:#c0392b}.rrssb-buttons li.rrssb-pdf a:hover{background-color:#b23429}.rrssb-buttons li.rrssb-email a{background-color:#0a88ff}.rrssb-buttons li.rrssb-email a:hover{background-color:#006ed6}.rrssb-buttons li.rrssb-facebook a{background-color:#306199}.rrssb-buttons li.rrssb-facebook a:hover{background-color:#244872}.rrssb-buttons li.rrssb-tumblr a{background-color:#32506d}.rrssb-buttons li.rrssb-tumblr a:hover{background-color:#22364a}.rrssb-buttons li.rrssb-linkedin a{background-color:#007bb6}.rrssb-buttons li.rrssb-linkedin a:hover{background-color:#005983}.rrssb-buttons li.rrssb-twitter a{background-color:#26c4f1}.rrssb-buttons li.rrssb-twitter a:hover{background-color:#0eaad6}.rrssb-buttons li.rrssb-googleplus a{background-color:#e93f2e}.rrssb-buttons li.rrssb-googleplus a:hover{background-color:#ce2616}.rrssb-buttons li.rrssb-youtube a{background-color:#df1c31}.rrssb-buttons li.rrssb-youtube a:hover{background-color:#b21627}.rrssb-buttons li.rrssb-reddit a{background-color:#8bbbe3}.rrssb-buttons li.rrssb-reddit a:hover{background-color:#62a3d9}.rrssb-buttons li.rrssb-pinterest a{background-color:#b81621}.rrssb-buttons li.rrssb-pinterest a:hover{background-color:#8a1119}.rrssb-buttons li.rrssb-pocket a{background-color:#ed4054}.rrssb-buttons li.rrssb-pocket a:hover{background-color:#e4162d}.rrssb-buttons li.rrssb-github a{background-color:#444}.rrssb-buttons li.rrssb-github a:hover{background-color:#2b2b2b}.rrssb-buttons li.rrssb-instagram a{background-color:#125688}.rrssb-buttons li.rrssb-instagram a:hover{background-color:#0c3a5b}.rrssb-buttons li.rrssb-delicious a{background-color:#0b79e5}.rrssb-buttons li.rrssb-delicious a:hover{background-color:#095fb4}.rrssb-buttons li.rrssb-vk a{background-color:#4d71a9}.rrssb-buttons li.rrssb-vk a:hover{background-color:#3d5a86}.rrssb-buttons li.rrssb-hackernews a{background-color:#f60}.rrssb-buttons li.rrssb-hackernews a:hover{background-color:#cc5200}.rrssb-buttons li.rrssb-whatsapp a{background-color:#43d854}.rrssb-buttons li.rrssb-whatsapp a:hover{background-color:#28c039}.rrssb-buttons li.rrssb-print a{background-color:#324661}.rrssb-buttons li.rrssb-print a:hover{background-color:#2c3d55}.rrssb-buttons li a{background-color:#ddd;box-sizing:border-box;display:block;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:700;height:100%;padding:10px 7px 12px 32px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;width:100%}.rrssb-buttons li a .rrssb-icon{display:block;left:15px;padding-top:15px;position:absolute;top:0;width:10%}.rrssb-buttons li a .rrssb-icon svg{height:18px;width:18px;vertical-align: inherit;}.rrssb-buttons li a .rrssb-icon svg circle,.rrssb-buttons li a .rrssb-icon svg path{fill:#fff}.rrssb-buttons li a .rrssb-text{color:#fff}.rrssb-buttons li a:active{box-shadow:inset 1px 3px 15px 0 rgba(22,0,0,.25)}.rrssb-buttons li.small a{padding:0}.rrssb-buttons li.small a .rrssb-icon{left:auto;margin:0 auto;overflow:hidden;position:relative;top:auto;width:100%}.rrssb-buttons li.small a .rrssb-text{visibility:hidden}.rrssb-buttons.large-format,.rrssb-buttons.large-format li{height:auto}.rrssb-buttons.large-format li a{-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:8.5% 0 8.5% 12%}.rrssb-buttons.large-format li a .rrssb-icon{height:100%;left:7%;padding-top:0;width:12%}.rrssb-buttons.large-format li a .rrssb-icon svg{height:100%;position:absolute;top:0;width:100%}.rrssb-buttons.large-format li a .rrssb-text{-webkit-backface-visibility:hidden;backface-visibility:hidden}.rrssb-buttons.small-format{padding-top:5px}.rrssb-buttons.small-format li{height:80%;line-height:33px}.rrssb-buttons.small-format li a .rrssb-icon{height:100%;padding-top:0}.rrssb-buttons.small-format li a .rrssb-icon svg{height:48%;position:relative;top:6px;width:80%}.rrssb-buttons.tiny-format{height:22px;position:relative}.rrssb-buttons.tiny-format li{padding-right:7px}.rrssb-buttons.tiny-format li a{background-color:transparent;padding:0}.rrssb-buttons.tiny-format li a .rrssb-icon{height:100%}.rrssb-buttons.tiny-format li a .rrssb-icon svg{height:70%;width:100%}.rrssb-buttons.tiny-format li a:active,.rrssb-buttons.tiny-format li a:hover{background-color:transparent}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path{fill:#EBE9E9}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path{fill:#0054a3}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path{fill:#306199}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path{fill:#18304b}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path{fill:#32506d}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path{fill:#121d27}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path{fill:#007bb6}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path{fill:#003650}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path{fill:#26c4f1}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path{fill:#0b84a6}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path{fill:#e93f2e}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path{fill:#a01e11}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path{fill:#df1c31}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path{fill:#84111d}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path{fill:#8bbbe3}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path{fill:#398bcf}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path{fill:#b81621}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path{fill:#5d0b11}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path{fill:#ed4054}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path{fill:#b61124}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path{fill:#444}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path{fill:#111}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path{fill:#125688}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path{fill:#061d2e}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path{fill:#0b79e5}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path{fill:#064684}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path{fill:#4d71a9}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path{fill:#2d4263}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path{fill:#f60}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path{fill:#993d00}.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg path{fill:#43d854}.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg path{fill:#1f962d}.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg path{fill:#324661}.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg path{fill:#2c3d55}