.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 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;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }.iconic-wsb-btn {
margin: 0 !important;
padding: 10px 15px;
border: none;
background: #d52222;
border-radius: 4px;
font-size: 14px;
color: #fff;
text-transform: uppercase;
letter-spacing: 0.2px;
cursor: pointer;
}
.iconic-wsb-btn:hover {
background: #c72020;
}
.iconic-wsb-btn--buy[disabled] {
cursor: not-allowed;
opacity: 0.6;
}
.iconic-wsb-product-bumps__button[disabled] {
cursor: not-allowed;
opacity: 0.6;
}
.mfp-bg {
opacity: 0.5;
}
.iconic-wsb-product-bumps {
margin: 40px 0 20px;
clear: both;
overflow: hidden;
border: 1px solid rgb(226.1844660194, 228.7572815534, 230.8155339806);
border-radius: 4px;
}
.iconic-wsb-product-bumps__button-wrap {
margin-top: 25px;
}
.iconic-wsb-product-bumps__button {
margin: 0 !important;
float: none;
}
.iconic-wsb-product-bumps__header {
padding: 10px 20px;
background: rgb(240.0485436893, 241.3834951456, 242.4514563107);
}
.iconic-wsb-product-bumps__title {
font-size: 1.5em;
margin: 0 !important;
}
.iconic-wsb-product-bumps__actions {
overflow: hidden;
padding: 20px 20px 30px;
}
.iconic-wsb-product-bumps__total-price {
margin: 0 0 5px;
}
.iconic-wsb-product-bumps__total-price-label {
opacity: 0.8;
}
.iconic-wsb-product-bumps__total-price-amount {
font-size: 120%;
display: block;
}
.iconic-wsb-product-bumps__images {
list-style: none none outside !important;
margin: 20px 0 0 !important;
padding: 0 20px 10px !important;
overflow: hidden;
}
.iconic-wsb-product-bumps--has-sales-pitch .iconic-wsb-product-bumps__images {
padding-bottom: 0 !important;
margin-bottom: -10px !important;
}
.iconic-wsb-product-bumps__image {
float: left;
width: auto;
display: inline-block;
margin: 0 0 10px 0 !important;
padding: 0 15px 0 0 !important;
position: relative;
}
.iconic-wsb-product-bumps__image::after {
content: "+";
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
width: 15px;
text-align: center;
}
.iconic-wsb-product-bumps__image:last-child, .iconic-wsb-product-bumps__image--no-plus {
padding-right: 0 !important;
}
.iconic-wsb-product-bumps__image:last-child::after, .iconic-wsb-product-bumps__image--no-plus::after {
display: none;
}
.iconic-wsb-product-bumps__image img {
display: block;
}
.iconic-wsb-product-bumps__image img:not(.iconic-wsb-product-bumps__image--cropped) {
width: 60px;
height: 60px;
}
.iconic-wsb-product-bumps__list {
list-style: none none outside;
margin: 0;
padding: 0;
border-top: 1px solid rgb(226.1844660194, 228.7572815534, 230.8155339806);
}
.iconic-wsb-product-bumps__list-item {
margin: 0 !important;
list-style: none;
padding: 8px 20px;
border-bottom: 1px solid rgb(226.1844660194, 228.7572815534, 230.8155339806);
}
.iconic-wsb-product-bumps__list-item:last-child {
margin-bottom: 0;
}
.iconic-wsb-product-bumps__list-item--faded {
opacity: 0.5;
}
.iconic-wsb-product-bumps__discount-message {
background: #be0526;
padding: 2px 10px;
border-radius: 4px;
color: #fff;
display: inline-block;
margin: 0;
position: relative;
}
.iconic-wsb-product-bumps__discount-message::before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #be0526 transparent;
position: absolute;
top: -5px;
left: 10px;
}
.iconic-wsb-product-bumps__sales_pitch {
margin: 0;
background: #fff;
padding: 10px 20px;
}
.iconic-wsb-product-bumps__sales_pitch p {
margin: 0;
}
.iconic-wsb-bump-product {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.iconic-wsb-bump-product__aside {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 10px;
}
.iconic-wsb-bump-product__body {
padding: 0 0 0 25px;
position: relative;
}
.iconic-wsb-bump-product__title {
margin: 0 5px 0 0;
}
.iconic-wsb-bump-product__checkbox {
display: inline-block;
margin: 0 !important;
position: absolute;
top: 5px;
left: 0;
}
.iconic-wsb-bump-product__select {
display: block;
margin: 5px 0 7px;
}
.iconic-wsb-bump-product label {
margin-bottom: 0 !important;
padding: 0 !important;
}
.iconic-wsb-bump-product .amount {
font-weight: 600;
}
.wsb_select_readonly {
color: lightgrey;
}
@media (min-width: 768px) {
.iconic-wsb-modal-product-summary {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
@media (min-width: 768px) {
.iconic-wsb-modal-product-summary__main {
width: 65%;
padding-right: 5%;
}
}
.iconic-wsb-modal-product-summary__aside {
margin: 20px 0 0;
}
@media (min-width: 768px) {
.iconic-wsb-modal-product-summary__aside {
margin: 0;
width: 35%;
}
}
.iconic-wsb-modal-product-summary__product {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.iconic-wsb-modal-product-summary__product-image {
width: 130px;
}
.iconic-wsb-modal-product-summary__product-info {
padding-left: 30px;
width: 60%;
}
.iconic-wsb-modal-product-summary__product-title {
line-height: 1.2 !important;
margin: 0 0 5px !important;
}
.iconic-wsb-modal-product-summary__cart-subtotal .amount {
font-weight: bold;
}
.iconic-wsb-modal-product-summary__checkout {
margin: 20px 0 10px;
}
.iconic-wsb-modal-product-summary__checkout .button {
width: 100% !important;
}
.iconic-wsb-modal-product-summary__view-cart {
text-align: center;
}
.woocommerce-cart.woocommerce-page .iconic-wsb-modal-product-summary__view-cart {
display: none;
}
@media (min-width: 460px) {
.iconic-wsb-modal-products {
padding-bottom: 30px;
}
}
@media (min-width: 768px) {
.iconic-wsb-modal-products {
padding-bottom: 40px;
}
}
.iconic-wsb-modal-products__title {
font-size: 22px;
}
@media (min-width: 560px) {
.iconic-wsb-modal-products__product-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
margin-left: -15px;
margin-right: -15px;
}
}
.iconic-wsb-modal-products__product:not(:last-child) {
margin-bottom: 30px;
}
@media (min-width: 768px) {
.iconic-wsb-modal-products__product:not(:last-child) {
margin-bottom: 0;
}
}
@media (min-width: 560px) {
.iconic-wsb-modal-products__product {
width: 50%;
padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 768px) {
.iconic-wsb-modal-products__product {
width: 33.3%;
padding: 15px;
}
}
.iconic-wsb-modal-product {
text-align: center;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 560px) {
.iconic-wsb-modal-product {
text-align: left;
}
}
.iconic-wsb-modal-product__image {
display: block;
margin: 0 0 20px;
}
.iconic-wsb-modal-product__image img {
width: 100%;
height: auto;
display: block;
}
.iconic-wsb-modal-product__title {
font-size: 18px;
line-height: 1.2;
margin: 0 !important;
}
.iconic-wsb-modal-product__price {
margin-bottom: 20px;
}
.iconic-wsb-modal-product__add-to-cart {
margin: auto 0 0;
}
.iconic-wsb-modal-product__add-to-cart .button {
margin: 0 !important;
}
.iconic-wsb-modal-product__add-to-cart-form {
margin: 0 !important;
}
.iconic-wsb-modal-product__add-to-cart {
width: 100%;
}
.iconic-wsb-checkout-bump {
margin-bottom: 35px;
background: #fff;
overflow: hidden;
border-radius: 4px;
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
text-align: left; }
.iconic-wsb-checkout-bump__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 15px;
}
.variations_form .iconic-wsb-checkout-bump__header label {
margin-bottom: 0;
}
.iconic-wsb-checkout-bump__header-checkbox {
-ms-flex-negative: 0;
flex-shrink: 0;
margin: 0 10px 0 0 !important;
}
.iconic-wsb-checkout-bump__header-bump-title {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
font-weight: bold;
cursor: pointer;
margin: 0;
}
.iconic-wsb-checkout-bump__body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 15px;
}
.iconic-wsb-checkout-bump__product-aside {
width: 100px;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 20px;
}
.iconic-wsb-checkout-bump__product-image {
position: relative;
height: 100px;
margin: 2px 0 0;
}
.iconic-wsb-checkout-bump__product-img {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: 100%;
}
.iconic-wsb-checkout-bump__main {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.iconic-wsb-checkout-bump__price {
margin: 15px 0 0;
padding: 10px 0 0;
font-weight: bold;
border-top: 1px solid #e7e7e7;
}
.iconic-wsb-checkout-bump__price del {
display: inline-block;
margin: 0 6px 0 0;
font-weight: normal;
}
.iconic-wsb-checkout-bump__variable {
margin: 20px 0 0;
}
.iconic-wsb-checkout-bump__product {
word-break: break-word;
white-space: pre-wrap;
}
.iconic-wsb-checkout-bump__overlay {
position: absolute;
width: 100%;
height: 100%;
z-index: 100;
cursor: not-allowed;
top: 0;
left: 0;
display: none;
}
.iconic-wsb-checkout-bump__variable {
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
position: relative;
}
.iconic-wsb-checkout-bump .iconic-was-swatches {
margin: 0;
}
.iconic-wsb-checkout-bump .iconic-was-swatches--visual {
margin-top: -10px;
}
.iconic-wsb-checkout-bump .iconic-was-swatches__item {
margin: 10px 10px 0 0;
}
.iconic-wsb-checkout-bump .variations {
margin-bottom: 5px;
}
.iconic-wsb-checkout-bump .variations tr:last-child {
margin-bottom: 0;
}
.form-row .iconic-wsb-checkout-bump select {
width: auto;
}
body.theme-Divi.et_pb_pagebuilder_layout:not(.woocommerce-checkout) .iconic-wsb-checkout-bump {
display: none;
}
.iconic-wsb-checkout-bump.iconic-wsb-checkout-bump__overlay_active .iconic-wsb-checkout-bump__overlay {
display: block;
}
.iconic-wsb-checkout-bump.iconic-wsb-checkout-bump__overlay_active .iconic-wsb-checkout-bump__variable {
opacity: 0.5;
}
.iconic-wsb-checkout-bump .variations tbody tr {
margin-bottom: 10px;
}
.iconic-wsb-checkout-bump .variations tbody tr:last-child {
margin-bottom: 0;
}
.iconic-wsb-checkout-bump .variations tbody tr:last-child td.label,
.iconic-wsb-checkout-bump .variations tbody tr:last-child td.value {
padding-bottom: 0;
}
.iconic-wsb-checkout-bump .variations tbody tr td.label,
.iconic-wsb-checkout-bump .variations tbody tr td.value {
background: transparent;
padding: 0 15px 15px 0;
}
.wsb_select_readonly {
color: lightgrey;
}
body .mfp-bg {
z-index: 111042;
}
body .mfp-wrap {
z-index: 111043;
}
body .mfp-content {
z-index: 111045;
}
body .mfp-preloader {
z-index: 111044;
}
body .mfp-close, body .mfp-arrow {
z-index: 111046;
}
.iconic-wsb-modal {
max-width: 900px;
width: 90%;
margin: 30px auto;
border-radius: 4px;
-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}
.admin-bar .iconic-wsb-modal {
margin-top: 76px;
}
@media (min-width: 782px) {
.admin-bar .iconic-wsb-modal {
margin-top: 62px;
}
}
.iconic-wsb-modal--narrow {
max-width: 680px;
}
.iconic-wsb-modal__progress {
margin-bottom: 30px;
}
.iconic-wsb-modal__content {
background-color: #fff;
padding: 20px;
height: auto;
}
@media (min-width: 460px) {
.iconic-wsb-modal__content {
padding: 30px 40px 0 40px;
}
}
@media (min-width: 768px) {
.iconic-wsb-modal__content {
padding: 40px 50px 0 50px;
}
}
.iconic-wsb-modal__header {
padding: 16px 54px;
position: relative;
line-height: 24px;
background: #25bdae;
border-radius: 4px 4px 0 0;
color: #fff;
}
.iconic-wsb-modal__header-icon {
width: 24px;
height: 24px;
position: absolute;
top: 16px;
fill: #fff;
}
.iconic-wsb-modal__header-icon--success {
position: absolute;
left: 20px;
}
.iconic-wsb-modal__header-icon--close {
width: 16px;
height: 20px;
cursor: pointer;
top: 18px;
right: 20px;
fill: #000;
opacity: 0.4;
}
.iconic-wsb-modal__header-icon--close:hover {
opacity: 0.6;
}
.iconic-wsb-modal__titles {
text-align: center;
}
.iconic-wsb-modal__product {
margin-top: 45px;
}
.iconic-wsb-modal__product--summary {
border-bottom: 1px solid #e7e7e7;
margin: -20px -20px 20px;
padding: 20px;
}
@media (min-width: 460px) {
.iconic-wsb-modal__product--summary {
margin: -30px -40px 30px;
padding: 30px 40px;
}
}
@media (min-width: 768px) {
.iconic-wsb-modal__product--summary {
margin: -40px -50px 40px;
padding: 40px 50px;
}
}
.iconic-wsb-modal__title {
margin: 0 0 10px !important;
font-size: 36px;
line-height: 1.2;
}
.iconic-wsb-modal__modal-progress {
margin-bottom: 30px;
}
.iconic-wsb-modal__subtitle {
margin: 0 !important;
font-size: 18px;
}
.iconic-wsb-modal-product-offer {
border: 4px dashed #e7e7e7;
padding: 30px;
border-radius: 4px;
}
@media (min-width: 768px) {
.iconic-wsb-modal-product-offer__row {
margin: 0 -15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
@media (min-width: 768px) {
.iconic-wsb-modal-product-offer__column {
width: 50%;
padding: 0 15px;
}
}
.iconic-wsb-modal-product-offer__column--image {
margin-bottom: 20px;
}
@media (min-width: 768px) {
.iconic-wsb-modal-product-offer__column--image {
margin-bottom: 0;
}
}
.iconic-wsb-modal-product-offer__image {
position: relative;
height: 350px;
}
@media (min-width: 768px) {
.iconic-wsb-modal-product-offer__image {
padding-bottom: 100%;
height: auto;
}
}
.iconic-wsb-modal-product-offer__image img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 10px;
}
.iconic-wsb-modal-product-offer__offer-description {
margin: 0 0 12px;
}
.iconic-wsb-modal-product-offer__title {
margin: 0 0 10px;
font-size: 26px;
}
.iconic-wsb-modal-product-offer__price {
margin-bottom: 12px;
font-size: 120%;
font-weight: bold;
}
.iconic-wsb-modal-product-offer__price del {
font-weight: normal;
display: inline-block;
margin: 0 6px 0 0;
}
.iconic-wsb-modal-product-offer__benefits {
margin-bottom: 12px;
}
.iconic-wsb-modal-product-offer__benefits-list {
margin: 0 !important;
padding-left: 25px;
}
.iconic-wsb-modal-product-offer__actions {
margin: 24px 0 0;
}
.iconic-wsb-modal-product-offer__action:not(:last-child) {
margin-bottom: 12px;
}
.iconic-wsb-modal-product-offer__btn-skip {
text-decoration: underline;
color: #6d6d6d;
}
.iconic-wsb-modal-product-offer__btn-skip:hover {
color: #3d3d3d;
}
.iconic-wsb-modal-product-offer .variations tbody tr td.label,
.iconic-wsb-modal-product-offer .variations tbody tr td.value {
background: transparent;
}
.iconic-wsb-checkout-progress {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
}
@media (min-width: 768px) {
.iconic-wsb-checkout-progress {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.iconic-wsb-checkout-progress__step {
display: table-cell;
text-align: center;
position: relative;
}
@media (min-width: 768px) {
.iconic-wsb-checkout-progress__step {
display: initial;
padding: 0 50px;
}
}
@media (min-width: 890px) {
.iconic-wsb-checkout-progress__step {
padding: 0 80px;
}
}
@media (min-width: 1200px) {
.iconic-wsb-checkout-progress__step {
padding: 0 100px;
}
}
.iconic-wsb-checkout-progress__step:first-child .iconic-wsb-checkout-progress__step-line::before, .iconic-wsb-checkout-progress__step:last-child .iconic-wsb-checkout-progress__step-line::after {
background: #000;
display: none !important;
}
.iconic-wsb-checkout-progress__step-line::before, .iconic-wsb-checkout-progress__step-line::after {
height: 6px;
content: "";
background: #e7e7e7;
display: block;
position: absolute;
width: 50%;
bottom: 9px;
}
.iconic-wsb-checkout-progress__step-line::before {
left: 0;
}
.iconic-wsb-checkout-progress__step-line::after {
right: 0;
}
.iconic-wsb-checkout-progress__step.is-active .iconic-wsb-checkout-progress__step-line::before, .iconic-wsb-checkout-progress__step.is-active .iconic-wsb-checkout-progress__step-line::after {
background: #0059a4;
}
.iconic-wsb-checkout-progress__step.is-active + .iconic-wsb-checkout-progress__step.is-active .iconic-wsb-checkout-progress__step-line::after {
background: #e7e7e7 !important;
}
.iconic-wsb-checkout-progress__step.is-active .iconic-wsb-checkout-progress__step-status {
background: #0059a4;
}
.iconic-wsb-checkout-progress__step-status {
width: 24px;
height: 24px;
border-radius: 50%;
margin: auto;
position: relative;
background: #e7e7e7;
z-index: 2;
}
.iconic-wsb-checkout-progress__step.complete .iconic-wsb-checkout-progress__step-status {
background: #fff;
}
.iconic-wsb-checkout-progress__step-title {
margin-bottom: 12px;
white-space: nowrap;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 0.6px;
font-size: 14px;
color: #6d6d6d;
}
@media (max-width: 768px) {
.iconic-wsb-checkout-progress__step-title {
font-size: 12px;
letter-spacing: 0;
}
}
@media (max-width: 480px) {
.iconic-wsb-checkout-progress__step-title {
font-size: 10px;
}
}
.is-active .iconic-wsb-checkout-progress__step-title {
color: #0059a4;
}
.mdl-checkbox.iconic-wsb-checkout-bump__header {
padding: 15px;
}
.mdl-checkbox.is-upgraded.iconic-wsb-checkout-bump__header {
padding-left: 39px;
}
.iconic-wsb-checkout-bump__header .mdl-checkbox__box-outline {
top: 19px;
left: 15px;
}#single-below-header .nectar-social.hover {
margin-right: 14px;
}
#single-below-header .nectar-social.hover[data-rm-love="1"] {
margin-right: 0;
}
.nectar-social.hover {
position :relative;
}
.nectar-social.hover > *:not(.share-btn) {
margin-bottom: 14px;
}
.nectar-social.hover > div:not(.share-btn) {
display: inline-block;
}
#ajax-content-wrap .nectar-social.hover .nectar-love-button span { 
padding-left: 0;
}
.nectar-social.hover .share-btn i { 
-webkit-transition: none; 
transition: none; 
}
.nectar-social.hover .share-btn, 
.nectar-social.hover > div span,
body .nectar-social.hover .nectar-love .nectar-love-count {
font-size: 14px;
line-height: 28px;
}
.nectar-social.hover > div a > span {
-webkit-transition: color .45s cubic-bezier(0.25,1,0.33,1);
transition: color .45s cubic-bezier(0.25,1,0.33,1);
}
.nectar-social.hover .share-btn, 
.nectar-social.hover > div a > span {
cursor: pointer;
-webkit-transition: color .45s cubic-bezier(0.25,1,0.33,1);
transition: color .45s cubic-bezier(0.25,1,0.33,1);
}
.nectar-social.hover .share-btn, 
.nectar-social.hover > div a {
display: inline-block;
border: 2px solid rgba(0,0,0,0.1);
padding: 6px 20px;
-webkit-transition: border-color .45s cubic-bezier(0.25,1,0.33,1);
transition: border-color .45s cubic-bezier(0.25,1,0.33,1);
border-radius: 100px;
}
.nectar-social.hover .share-btn,
.nectar-social.hover > div a > span,
.sharing-default-minimal .nectar-love {
color: #888;
}
#single-meta .nectar-social.hover .share-btn {
padding-left: 20px;
}
.nectar-social.hover .share-btn:hover, 
.nectar-social.hover > div a:hover {
border-color: rgba(0,0,0,0.5);
}
.nectar-social.hover .nectar-social-inner {
position: absolute;
left: 0;
pointer-events: none;
width: 300px;
}
.nectar-social.hover .share-btn {
margin-right: 14px;
}
.nectar-social.hover i.icon-default-style[class^="icon-"],
.nectar-social.hover i[class^="icon-"] {
margin-right: 7px;
font-size: 18px;
line-height: 23px;
height: 20px;
-webkit-transition: color .45s cubic-bezier(0.25,1,0.33,1);
transition: color .45s cubic-bezier(0.25,1,0.33,1);
}
.nectar-social.hover .nectar-social-inner a i {
font-size: 16px;
}
.nectar-social.hover .nectar-social-inner a {
transform: translateX(-20px);
opacity: 0;
height: 45px;
width: 45px;
padding: 0;
color: #ddd;
margin: 0 14px 14px 0;
text-align: center;
line-height: 43px;
}
.portfolio-items .col .custom-content .nectar-social.hover .nectar-social-inner a {
width: 45px;
}
.portfolio-items .col .custom-content .nectar-social.hover .nectar-social-inner a {
margin: 0 14px 14px 0;
}
.portfolio-items .col .custom-content .nectar-social.hover.visible .share-btn, 
.portfolio-items .col .custom-content .nectar-social.hover.visible .nectar-love-button,
.portfolio-items .col .custom-content .nectar-social.hover:not(.visible) .nectar-social-inner a {
opacity: 0!important;
}
.portfolio-items .custom-content .nectar-social.hover .nectar-love {
height: auto;
}
.nectar-social.hover[data-position="right"] .nectar-social-inner a { 
transform: translateX(20px);
}
.nectar-social.hover[data-position="right"] .share-btn {
float: right;
margin-left: 14px;
margin-right: 0;
}
.nectar-social.hover[data-position="right"]  .nectar-social-inner {
left: auto;
text-align: right;
right: 0;
}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(2) {
transition-delay: 0.03s; 
}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(3) {
transition-delay: 0.06s; 
}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(4) {
transition-delay: 0.09s; 
}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(5) {
transition-delay: 0.12s; 
}
.nectar-social.hover .share-btn,
.nectar-social.hover .nectar-love-button,
.nectar-social.hover .nectar-social-inner a {
-webkit-transition: all 0.4s cubic-bezier(0.25,1,0.33,1);
transition: all 0.4s cubic-bezier(0.25,1,0.33,1), ;
}
.nectar-social.hover.visible .share-btn,
.nectar-social.hover.visible .nectar-love-button {
opacity: 0;
pointer-events: none;
}
.nectar-social.hover.visible .nectar-social-inner a,
.nectar-social.hover.visible[data-position="right"] .nectar-social-inner a {
transform: translateX(0px);
opacity: 1;
}
.nectar-social.hover.visible .nectar-social-inner  {
pointer-events: all;
} .nectar-social.fixed > a:before {
background-color: #000;
}
@media only screen and (max-width:999px){
.nectar-social.fixed >a{
transition:all 0.35s cubic-bezier(.15,0.2,.1,1);
-webkit-transition:all 0.35s cubic-bezier(.15,0.2,.1,1);
-webkit-transform:scale(0);
transform:scale(0)
}
.nectar-social.fixed{
margin: 0;
height:50px;
pointer-events:none
}
.nectar-social.fixed.visible >a{
-webkit-transform:scale(1);
transform:scale(1)
}
.nectar-social.fixed.visible{
pointer-events:auto
}
}
.nectar-social.fixed {
position:fixed;
right:34px;
bottom:34px;
height:50px;
width:50px;
line-height:50px;
z-index:1000
}
.nectar-social.fixed >a {
height:50px;
width:50px;
line-height:52px;
text-align:center;
display:block;
position:absolute;
bottom:0;
left:0;
z-index:10;
}
.nectar-social.fixed >a:before{
display:block;
content:'';
position:absolute;
top:0;
left:0;
width:100%;
transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
height:100%;
transform: translateZ(0);
backface-visibility:hidden;
border-radius:50%
}
.nectar-social.fixed:hover >a:before{
box-shadow:0 7px 15px rgba(0,0,0,0.2)
}
.nectar-social.fixed >a >[class^="icon-"].icon-default-style{
font-size:16px;
height: 50px;
width: 50px;
line-height: 50px;
color:#fff;
left:-1px;
top: 0;
z-index: 10;
position: relative;
}
.nectar-social.fixed .nectar-social-inner {
position:absolute;
height:50px;
width:50px;
bottom:0;
left:0;
z-index:1;
text-align:center
}
.nectar-social.fixed .nectar-social-inner a{
display:block;
line-height:36px;
height:36px;
padding:0;
margin:0;
width:36px;
left:7px;
position:absolute;
opacity:0;
border:none;
top:0;
box-shadow:0 7px 15px rgba(0,0,0,0.2);
border-radius:50%;
-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
transition:all 0.45s cubic-bezier(.15,0.2,.1,1)
}
.nectar-social.fixed >a:after, 
.nectar-social.fixed .nectar-social-inner a:after{
background-color:#fff;
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
opacity:0;
content:'';
display:block;
border-radius:50%
}
.nectar-social.fixed a:after{
-webkit-transition:opacity 0.25s cubic-bezier(.15,0.2,.1,1);
transition:opacity 0.25s cubic-bezier(.15,0.2,.1,1)
}
@keyframes socialButtonFlash{
0%{
opacity:0;
transform:scale(1)
}
25%{
opacity:0.22;
transform:scale(1.1115)
}
100%{
opacity:0;
transform:scale(1.23)
}
}
.nectar-social.fixed:hover >a:after{
-webkit-animation:socialButtonFlash 0.45s cubic-bezier(.15,0.2,.1,1) forwards;
animation:socialButtonFlash 0.45s cubic-bezier(.15,0.2,.1,1) forwards
}
.nectar-social.fixed a:hover:after{
opacity:0.2
}
.nectar-social.fixed:hover >a:before{
-webkit-transform:scale(1.23) translateZ(0);
transform:scale(1.23) translateZ(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(1){
transform:translateY(0px) scale(0);
-webkit-transform:translateY(0px) scale(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(2){
-webkit-transform:translateY(-36px) scale(0);
transform:translateY(-36px) scale(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(3){
-webkit-transform:translateY(-86px) scale(0);
transform:translateY(-86px) scale(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(4){
-webkit-transform:translateY(-136px) scale(0);
transform:translateY(-136px) scale(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(5){
-webkit-transform:translateY(-186px) scale(0);
transform:translateY(-186px) scale(0)
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(1){
-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
-webkit-transform:translateY(-56px) scale(1);
transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
transform:translateY(-56px) scale(1);
opacity:1
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(2){
-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
-webkit-transform:translateY(-106px) scale(1);
transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
transform:translateY(-106px) scale(1);
opacity:1
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(3){
-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
-webkit-transform:translateY(-156px) scale(1);
transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
transform:translateY(-156px) scale(1);
opacity:1
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(4){
-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
-webkit-transform:translateY(-206px) scale(1);
transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
transform:translateY(-206px) scale(1);
opacity:1
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(5){
-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
-webkit-transform:translateY(-256px) scale(1);
transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
transform:translateY(-256px) scale(1);
opacity:1
}
.nectar-social.fixed:hover{
height:340px
}
body .nectar-social.fixed a i,
#ajax-content-wrap .nectar-social.fixed a i{
color:#fff;
font-size:14px;
top: 0;
padding-right:0;
display: block;
}
body .nectar-social.fixed .nectar-social-inner a i,
#ajax-content-wrap .nectar-social.fixed .nectar-social-inner a i {
height:36px;
line-height:36px;
width:36px;
}
.nectar-social.fixed .google-plus-share i{
font-size:12px
} .sharing-default-minimal .nectar-social .love-text { display: inline; }
.sharing-default-minimal .nectar-social .love-text,
.sharing-default-minimal .nectar-social .social-text,
#ajax-content-wrap .sharing-default-minimal .nectar-social .social-text {
display: inline-block;
opacity:1;
font-size: 15px;
line-height: 15px;
}
.sharing-default-minimal .nectar-social .facebook-share,
.nectar-social.hover .facebook-share:hover,
#single-below-header .nectar-social.hover .facebook-share:hover {
border-color:#6a75c8;
color:#6a75c8;
transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .twitter-share,
.nectar-social.hover .twitter-share:hover,
#single-below-header .nectar-social.hover .twitter-share:hover {
border-color:#6abaf7;
color:#6abaf7;
transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .linkedin-share,
.nectar-social.hover .linkedin-share:hover,
#single-below-header .nectar-social.hover .linkedin-share:hover {
border-color:#2e82d9;
color:#2e82d9;
transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .pinterest-share,
.nectar-social.hover .pinterest-share:hover,
#single-below-header .nectar-social.hover .pinterest-share:hover {
border-color:#f00;
color:#f00;
transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .facebook-share i{
height:15px;
font-size:15px;
line-height:19px;
color:#6a75c8;
padding-right: 3px;
transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .twitter-share i{
height:15px;
font-size:16px;
line-height:18px;
padding-right: 3px;
color:#6abaf7;
transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .google-plus-share i{
height:15px;
font-size:14px;
line-height:19px;
padding-right: 3px;
color:#f05660;
transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .linkedin-share i{
height:15px;
font-size:14px;
color:#2e82d9;
padding-right: 3px;
line-height:16px;
transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .pinterest-share i{
height:15px;
font-size:16px;
color:#f00;
padding-right: 3px;
line-height:18px;
transition:all 0.2s ease
} .sharing-default-minimal .nectar-social .facebook-share:hover,
.nectar-social.fixed .facebook-share,
.nectar-social.vertical .nectar-social-inner a.facebook-share:hover {
background-color:#6a75c8;
}
.sharing-default-minimal .nectar-social .twitter-share:hover,
.nectar-social.fixed .twitter-share,
.nectar-social.vertical .nectar-social-inner a.twitter-share:hover {
background-color:#6abaf7;
}
.sharing-default-minimal .nectar-social .linkedin-share:hover,
.nectar-social.fixed .linkedin-share,
.nectar-social.vertical .nectar-social-inner a.linkedin-share:hover {
background-color:#2e82d9;
}
.sharing-default-minimal .nectar-social .pinterest-share:hover,
.nectar-social.fixed .pinterest-share,
.nectar-social.vertical .nectar-social-inner a.pinterest-share:hover {
background-color:#f00;
}
.sharing-default-minimal .nectar-social a:hover {
color:#fff
}
#ajax-content-wrap .sharing-default-minimal .nectar-social .nectar-love,
body .sharing-default-minimal .nectar-social .nectar-love {
margin-top: 0;
font-size: 15px;
line-height: 22px;
}
body .sharing-default-minimal .n-shortcode{
border-right:none!important;
top:-1px;
position:relative
}
.col.centered-text .sharing-default-minimal .nectar-social-inner {
text-align: center;
}
.sharing-default-minimal .nectar-social-inner .nectar-love {
border:2px solid rgba(0,0,0,0.2);
padding:7px 9px 7px 30px!important;
margin-top:50px;
height:auto!important;
font-size:12px;
margin-right:10px;
line-height:20px;
position:relative;
transition:all 0.2s ease
}
.sharing-default-minimal .nectar-love.loved{
border-color:transparent;
background-color: #000;
}
.sharing-default-minimal .n-shortcode .nectar-love .icon-salient-heart-2,
body .sharing-default-minimal .nectar-love i{
font-size:14px!important;
margin-right:8px;
line-height:20px;
transition:all 0.2s ease
}
#ajax-content-wrap .sharing-default-minimal .nectar-love i, 
body .sharing-default-minimal .hovered .nectar-love i{
color:rgba(0,0,0,0.2);
transform:scale(1);
opacity:1;
position:relative
}
.sharing-default-minimal .total_loves{
background-color:rgba(0,0,0,0.2);
color: #fff;
border-radius:100px;
padding:2px 8px!important;
margin-left:28px;
float:right;
line-height:12px;
transition:all 0.2s ease
}
.sharing-default-minimal .nectar-love .total_loves .nectar-love-count{
font-size:10px;
line-height: 16px;
opacity:1
}
.sharing-default-minimal .nectar-love:hover{
background-color:#000
}
.sharing-default-minimal .nectar-love:hover .total_loves, 
.sharing-default-minimal .nectar-love.loved .total_loves{
background-color:rgba(255,255,255,0.25)
}
.sharing-default-minimal .nectar-love .icon-salient-heart-2:before{
content:"\e00e"!important
}
.sharing-default-minimal .total_loves{
display:block
}
.sharing-default-minimal a:hover .total_loves,
.sharing-default-minimal .nectar-love.loved .total_loves{
color:#fff
}
#page-header-bg[data-post-hs="default_minimal"] h1, 
body.single-post .heading-title[data-header-style="default_minimal"] .entry-title{
text-align:center;
margin:0 auto
}
.sharing-default-minimal{
text-align:left
}
.sharing-default-minimal .nectar-social-inner >a{
border:2px solid #000;
padding:9px 30px!important;
margin-right:10px
}
body[data-button-style^="rounded"] .sharing-default-minimal .nectar-social-inner >a, 
body[data-button-style^="rounded"] .sharing-default-minimal .nectar-love{
border-radius:100px;
line-height:1px;
margin:10px 13px 10px 0;
height:auto;
display:inline-block
}
.sharing-default-minimal .nectar-social-inner >a, 
.sharing-default-minimal .nectar-love{
line-height:1px;
margin:10px 13px 10px 0;
height:auto;
display:inline-block
}
.sharing-default-minimal .nectar-social-inner >a,
body[data-button-style^="rounded"] .sharing-default-minimal .nectar-social-inner >a {
line-height: 18px;
}
.sharing-default-minimal .nectar-social .facebook-share:hover i, 
.sharing-default-minimal .nectar-social .twitter-share:hover i, 
.sharing-default-minimal .nectar-social .google-plus-share:hover i, 
.sharing-default-minimal .nectar-social .linkedin-share:hover i, 
.sharing-default-minimal .nectar-social .pinterest-share:hover i,
.sharing-default-minimal .nectar-love:hover i, 
.sharing-default-minimal .nectar-love:hover, 
.sharing-default-minimal .nectar-love.loved i, 
.sharing-default-minimal .nectar-love.loved, 
body .sharing-default-minimal .hovered .nectar-love.loved i,
#footer-outer .sharing-default-minimal .nectar-social a:hover {
color:#fff!important
}
.post.masonry-blog-item .post-meta .nectar-love-wrap{
float:right
} .nectar-love-wrap .nectar-love-count {
margin-left: 5px;
font-size: 14px;
line-height: 14px;
}
body .nectar-love-wrap .total_loves {
line-height: 14px;
}
.nectar-love-wrap {
line-height:19px
}
article.post .post-meta .nectar-love-wrap {
text-align: center;
}
body .nectar-love-wrap i[class^="icon-"] {
font-size: 14px;
height: 14px;
top: -1px;
transition: color 0.2s ease;
line-height: 14px;
}
.nectar-love{
-webkit-transition:background-color 0.2s linear;
transition:background-color 0.2s linear;
width:auto;
color:inherit;
line-height:11px;
font-size:14px;
display:inline-block 
}
.nectar-love span{
font-weight:400;
color:inherit;
font-size:12px;
line-height:12px;
display:inline-block 
}
.nectar-social .social-text,
.nectar-social .love-text,
.nectar-love .love-text { display: none; }
body .pinterest-share i, 
body .facebook-share i, 
body .twitter-share i, 
body .linkedin-share i,
.nectar-social .icon-default-style.steadysets-icon-share,
body [class^="icon-"].icon-salient-heart, 
body [class^="icon-"].icon-salient-heart-2 {
background-color:transparent;
border-radius: 0px;
font-weight:normal;
font-size:20px;
height:20px;
width:auto;
line-height:20px;
color:#ddd;
}
.nectar-social.hover .pinterest-share i, 
.nectar-social.hover .facebook-share i, 
.nectar-social.hover .twitter-share i, 
.nectar-social.hover .linkedin-share i {
color: inherit;
}
.nectar-social .nectar-social-inner a,
.nectar-social .nectar-love-button .nectar-love,
.nectar-social.fixed > a  {
text-decoration: none!important;
}
.sharing-default-minimal.post-bottom,
.salient-social-outer.post-bottom {
margin-top: 40px;
}