.gb-wrap {
position: relative;
overflow: clip;
padding: var(--mobile-padding);
border-width: var(--border-width, 0px);
border-style: var(--border-style, none);
border-color: var(--border-color, transparent);
border-radius: var(--border-radius, var(--round-5));
background-color: var(--bg);
--heading-color: inherit;
--header-bg: transparent;
--heading-border-color: transparent;
--dark-heading-color: inherit;
--dark-header-bg: transparent;
--dark-heading-border-color: transparent;
--content-bg: transparent;
--border-style: solid;
--border-width: 0px;
--border-color: transparent;
--dark-border-color: transparent;
--bg: transparent;
--dark-bg: transparent;
}
[data-theme='dark'] .gb-wrap {
border-color: var(--dark-border-color, transparent);
background-color: var(--dark-bg);
}
.yes-shadow {
box-shadow: 0 5px 30px var(--shadow-7);
}
.gb-wrap.none-padding {
padding: 0;
}
.gb-header {
padding: var(--mobile-header-padding);
background-color: var(--header-bg, transparent);
}
[data-theme='dark'] .gb-header {
background-color: var(--dark-header-bg, var(--header-bg, transparent));
}
.no-h-spacing .note-header {
padding-bottom: 0;
}
.gb-overlay-link {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
}
.gb-heading {
margin: 0;
color: var(--heading-color, inherit);
--cp-spacing: 0;
}
h2.gb-heading {
font-size: var(--mobile-heading-size, var(--h2-fsize));
}
h3.gb-heading {
font-size: var(--mobile-heading-size, var(--h3-fsize));
}
h4.gb-heading {
font-size: var(--mobile-heading-size, var(--h4-fsize));
}
h5.gb-heading {
font-size: var(--mobile-heading-size, var(--h5-fsize));
}
h6.gb-heading {
font-size: var(--mobile-heading-size, var(--h6-fsize));
}
span.gb-small-heading {
font-size: var(--mobile-sub-heading-size, var(--h4-fsize));
}
.gb-description {
font-size: var(--mobile-description-size, .9rem);
display: block;
margin-top: 7px;
color: var(--description-color, var(--meta-fcolor));
}
[data-theme='dark'] .gb-heading {
color: var(--dark-heading-color);
}
[data-theme='dark'] .gb-description {
color: var(--dark-description-color);
}
.note-content {
display: block;
overflow: hidden;
border-top: 1px solid var(--heading-border-color);
}
.gb-content {
padding: var(--mobile-padding, 20px);
background-color: var(--content-bg);
}
[data-theme='dark'] .gb-content {
background-color: var(--dark-content-bg);
}
.note-content > *:not(:last-child) {
margin-block-start: 0;
margin-block-end: var(--cp-spacing, 1.5rem);
}
.note-header {
line-height: 1;
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
}
.heading-icon {
margin-right: 7px;
}
.heading-icon img {
width: 1.2em;
min-width: 1.2em;
height: 1.2em;
min-height: 1.2em;
object-fit: contain;
}
.gb-heading .note-title {
font-size: 1em;
margin: 0;
color: inherit;
}
.note-heading {
display: flex;
align-items: center;
}
.yes-toggle .note-header {
cursor: pointer;
}
.yes-toggle .note-content {
display: none;
}
.note-wrap.is-inline:not(.explain) {
display: inline-block;
}
.note-wrap.explain .note-toggle {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.note-toggle {
display: inline-flex;
-webkit-transition: var(--effect);
transition: var(--effect);
}
.is-inline .note-toggle {
-webkit-transition: none;
transition: none;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
div.list-style-element ul,
div.list-style-element ol {
padding-left: 0;
list-style: none;
}
div.list-style-element li {
margin-bottom: var(--item-spacing, .5rem);
}
.list-style-element li:before {
font-size: var(--mobile-icon-size);
display: inline;
padding-right: 7px;
content: var(--icon-code);
vertical-align: middle;
color: var(--icon-color, inherit);
}
.list-style-element.is-icon li:before {
font-family: 'ruby-icon';
}
[data-theme='dark'] .list-style-element li:before {
color: var(--dark-icon-color, inherit);
}
.af-inner {
display: flex;
align-items: flex-start;
flex-flow: row wrap;
flex-grow: 1;
gap: 20px;
}
.af-product .af-image {
display: flex;
flex-shrink: 0;
width: var(--mobile-image-size, 100%);
max-width: 100%;
border-radius: var(--round-7);
object-fit: cover;
}
.gb-download .gb-image {
display: block;
float: left;
width: var(--mobile-image-size, 100px);
max-width: 100%;
margin-right: 20px;
border-radius: var(--round-7);
object-fit: cover;
}
.notice-text:not(:empty) {
display: block;
padding-top: 15px;
}
.af-cta-wrap {
display: flex;
align-items: center;
flex-flow: row nowrap;
flex-grow: 1;
justify-content: space-between;
gap: 20px;
}
.af-content {
display: flex;
flex-flow: column nowrap;
flex-grow: 1;
gap: 10px;
}
.is-btn.af-button {
font-size: var(--mobile-button-size, var(--btn-fsize));
line-height: 1;
position: relative;
z-index: 10;
display: inline-flex;
padding: .8em 1.6em;
text-decoration: none;
color: var(--button-color, var(--btn-accent, var(--awhite)));
border-radius: var(--round-7);
background-color: var(--button-bg, var(--btn-primary, var(--g-color)));
}
.af-product .is-btn.af-button {
padding: 1em 2em;
}
.af-rating {
display: flex;
align-items: center;
flex-flow: row wrap;
padding-top: 5px;
gap: 10px;
--review-color: var(--rating-color, var(--g-color));
}
.af-rating-meta {
color: var(--heading-color, inherit);
}
[data-theme='dark'] .af-rating {
--review-color: var(--dark-rating-color, var(--g-color));
}
[data-theme='dark'] .af-rating-meta {
--review-color: var(--dark-heading-color, var(--g-color));
}
.is-button-border .is-btn.af-button {
color: var(--button-color, var(--body-fcolor));
}
[data-theme='dark'] .is-btn.af-button {
color: var(--dark-button-color, #fff);
}
.af-link {
position: absolute;
z-index: 5;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
span.af-price {
font-size: var(--mobile-price-size);
color: var(--price-color, inherit);
}
.h3.af-price {
font-size: var(--mobile-price-size, var(--h3-fsize));
}
.h4.af-price {
font-size: var(--mobile-price-size, var(--h4-fsize));
}
.af-price del {
font-size: var(--em-small);
margin-right: min(0.5em, 7px);
opacity: .7;
color: var(--body-fcolor);
}
[data-theme='dark'] .af-heading {
color: var(--dark-heading-color);
}
[data-theme='dark'] .af-description {
color: var(--dark-description-color);
}
[data-theme='dark'] span.af-price {
color: var(--dark-price-color);
}
.is-button-border .is-btn.af-button {
border: 1px solid var(--button-bg, var(--btn-primary, currentColor));
background-color: transparent;
}
.is-btn.af-button:hover {
color: var(--button-hover-color, var(--awhite));
border-color: var(--button-hover-bg, var(--dark-accent));
background: var(--button-hover-bg, var(--dark-accent));
--g-color-90: var(--button-hover-bg, var(--dark-accent-90));
}
[data-theme='dark'] .is-button-border .is-btn.af-button {
border-color: var(--dark-button-bg);
}
[data-theme='dark'] .is-btn.af-button:hover {
color: var(--dark-button-hover-color);
border-color: var(--dark-button-hover-bg);
background: var(--dark-button-hover-bg);
--g-color-90: var(--dark-button-hover-bg);
} .af-list-inner {
display: flex;
flex-flow: row wrap;
padding-bottom: 10px;
gap: 20px;
}
.af-list-header {
display: flex;
flex-flow: column nowrap;
flex-grow: 1;
gap: 10px;
}
.af-list-best-price {
display: flex;
align-items: center;
flex-flow: row nowrap;
justify-content: space-between;
width: 100%;
max-width: 180px;
padding-top: 20px;
border-top: 2px dashed var(--flex-gray-15);
}
.af-list-best-price * {
line-height: 1;
}
.af-list-item-inner {
display: flex;
align-items: center;
flex-flow: row nowrap;
justify-content: space-between;
gap: 20px;
}
.af-list-item .af-button {
border-radius: var(--button-border-radius, var(--round-3));
}
.af-list-item .af-list-logo {
max-width: var(--logo-size, 50px);
height: auto;
}
.af-list-item-left,
.af-list-item-right {
display: flex;
align-items: center;
gap: 20px;
}
.af-list-item {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid var(--flex-gray-15);
}
.af-item-list-btn {
font-size: 12px;
}
.af-list .af-best-price {
font-size: var(--mobile-best-price-size);
text-decoration: none;
color: var(--best-price-color, var(--g-color));
}
[data-theme='dark'] .af-list .af-best-price {
color: var(--dark-best-price-color);
}
.gb-download-header {
display: block;
overflow: hidden;
margin-bottom: 25px;
}
.submitting:before {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
opacity: .9;
background: var(--solid-light);
}
.submitting {
cursor: wait;
}
.gb-download:not(.submitting) .rb-loader {
display: none;
}
.download-checkbox {
font-size: var(--rem-mini);
color: var(--meta-fcolor);
}
.fallback-info {
font-size: var(--rem-mini);
font-style: italic;
margin-bottom: 15px;
color: var(--meta-fcolor);
}
.fallback-download-btn {
display: block;
text-align: center;
}
.accordion-item-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 0;
cursor: pointer;
-webkit-transition: all .25s;
transition: all .25s;
opacity: .5;
border-bottom: 1px solid var(--flex-gray-15);
gap: 5px;
}
.accordion-item-header:hover,
.active .accordion-item-header,
.yes-amp .accordion-item-header {
opacity: 1;
}
.accordion-item-header .rbi {
-webkit-transition: all .25s;
transition: all .25s;
}
.active .accordion-item-header .rbi {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.accordion-item-content {
display: none;
padding: 15px 0;
border-bottom: 1px solid var(--flex-gray-15);
}
.gb-accordion-item:last-child .accordion-item-content {
border-bottom: none;
}
.gb-accordion-item:last-child .accordion-item-header {
border-bottom: none;
}
.yes-open .gb-accordion-item:first-child .accordion-item-content,
.yes-amp .accordion-item-content {
display: block;
}
.gb-highlight {
font-weight: 700;
}
.gb-highlight * {
font-weight: inherit !important;
letter-spacing: inherit;
}
.gb-highlight mark {
color: var(--highlight-color, var(--awhite));
background: var(--highlight-bg, var(--g-color));
}
[data-theme='dark'] .gb-highlight mark {
color: var(--dark-highlight-color, var(--awhite));
background: var(--dark-highlight-bg, var(--g-color));
} .gb-review-heading {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.gb-review-header-inner {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
gap: 40px;
}
.gb-review-featured {
position: relative;
display: block;
overflow: hidden;
border-radius: var(--border-radius, var(--round-5));
}
.gb-review-featured img {
width: 100%;
object-fit: cover;
}
.gb-absolute-meta {
position: absolute;
top: 20px;
right: 20px;
}
.gb-review-content {
display: flex;
flex-flow: column nowrap;
gap: 20px;
}
.top-divider {
position: relative;
padding-top: 23px;
}
.gb-review-header {
display: flex;
flex-flow: column nowrap;
gap: 15px;
}
.review-total-stars {
font-size: var(--rem-mini);
display: flex;
align-items: center;
flex-flow: row wrap;
--rating-size: 16px;
gap: 10px;
}
.gb-review-cards {
display: flex;
flex-flow: row wrap;
margin: -20px;
}
.gb-review-cards > * {
width: 100%;
padding: 20px;
}
.review-buttons {
position: relative;
z-index: 10;
display: flex;
flex-flow: row wrap;
justify-content: space-around;
gap: 15px;
}
.review-buttons a {
line-height: 1;
flex-grow: 1;
justify-content: center;
min-width: calc(50% - 10px);
padding: .8em 1.2em;
}
.is-btn.gb-btn {
font-size: var(--mobile-button-size, var(--btn-fsize));
color: var(--button-color, var(--btn-accent, var(--awhite)));
background-color: var(--button-bg, var(--btn-primary, var(--g-color)));
}
[data-theme='dark'] .is-btn.gb-btn {
color: var(--dark-button-color, var(--btn-accent, var(--awhite)));
background-color: var(--dark-button-bg, var(--btn-primary, var(--g-color)));
}
.is-btn.gb-btn.is-border-style {
border: 1px solid currentColor;
}
.is-btn.gb-btn.is-border-style:hover {
border-color: var(--btn-primary-h, var(--g-color));
}
.is-btn.gb-btn.is-border-style:not(:hover) {
color: var(--is-border-button-color, inherit);
border-color: var(--is-border-button-border, currentColor);
background-color: transparent;
}
[data-theme='dark'] .is-btn.gb-btn.is-border-style {
color: var(--dark-is-border-button-color, inherit);
}
[data-theme='dark'] .is-btn.gb-btn.is-border-style:not(:hover) {
color: var(--dark-is-border-button-border, currentColor);
}
.live-fdate {
display: inline-flex;
margin-right: 0;
margin-left: auto;
}
.live-datetime {
position: relative;
display: flex;
align-items: center;
width: 100%;
padding-bottom: 15px;
gap: 7px;
}
.live-datetime:after {
position: absolute;
top: calc(0.8em + 8px);
bottom: 0;
left: calc(.4em + 3px);
content: '';
border-left: 2px solid var(--flex-gray-15);
}
.live-hdate {
position: relative;
display: flex;
margin-left: 0.3em;
}
.live-datetime-dot {
position: relative;
width: .8em;
height: .8em;
margin-left: 4px;
border-radius: 50%;
background: var(--live-color);
}
.live-datetime-dot:after {
position: absolute;
top: -4px;
right: -4px;
bottom: -4px;
left: -4px;
content: '';
opacity: .5;
border: 2px solid var(--live-color);
border-radius: 50%;
}
.live-blog-interval {
display: flex;
align-items: center;
flex-flow: row wrap;
justify-content: space-between;
width: 100%;
padding: 7px 20px;
border-left: 5px solid;
border-radius: var(--round-7);
box-shadow: 0 4px 20px var(--shadow-7);
}
.live-blog-total {
display: inline-flex;
align-items: center;
gap: .15em;
}
.live-blog-total i {
font-size: 1.4em;
margin-right: 5px;
}
.live-interval {
display: inline-flex;
align-items: center;
gap: 15px;
}
.rb-switch {
position: relative;
display: inline-flex;
width: 48px;
height: 26px;
}
input[type='checkbox'].rb-switch-input {
width: 0;
height: 0;
margin: 0;
padding: 0;
opacity: 0;
}
.rb-switch-slider {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
cursor: pointer;
transition: .4s;
border-radius: 34px;
background-color: var(--flex-gray-40);
}
.rb-switch-slider:before {
position: absolute;
bottom: 3px;
left: 3px;
width: 20px;
height: 20px;
content: '';
transition: .4s;
border-radius: 50%;
background-color: #fff;
}
.rb-switch-input:checked + .rb-switch-slider {
background-color: var(--live-color, var(--g-color));
}
.rb-switch-input:checked + .rb-switch-slider:before {
transform: translateX(22px);
}
@media (min-width: 768px) {
.af-inner, .af-list-inner {
flex-flow: row nowrap;
}
.gb-wrap, .gb-content {
padding: var(--tablet-padding);
}
.gb-header {
padding: var(--tablet-header-padding);
}
.gb-heading {
font-size: var(--tablet-heading-size);
}
h2.gb-heading {
font-size: var(--tablet-heading-size, var(--h2-fsize));
}
h3.gb-heading {
font-size: var(--tablet-heading-size, var(--h3-fsize));
}
h4.gb-heading {
font-size: var(--tablet-heading-size, var(--h4-fsize));
}
h5.gb-heading {
font-size: var(--tablet-heading-size, var(--h5-fsize));
}
h6.gb-heading {
font-size: var(--tablet-heading-size, var(--h6-fsize));
}
span.gb-small-heading {
font-size: var(--tablet-sub-heading-size, var(--h4-fsize));
}
.gb-description {
font-size: var(--tablet-description-size, .9rem);
}
.is-btn.gb-btn {
font-size: var(--tablet-button-size, var(--btn-fsize));
}
.list-style-element li:before {
font-size: var(--tablet-icon-size);
}
span.af-price {
font-size: var(--tablet-price-size);
}
.h3.af-price {
font-size: var(--tablet-price-size, var(--h3-fsize));
}
.h4.af-price {
font-size: var(--tablet-price-size, var(--h4-fsize));
}
.gb-download .gb-image,
.af-product .af-image {
width: var(--tablet-image-size, 120px);
}
.af-list .af-best-price {
font-size: var(--tablet-best-price-size);
}
.af-cta-wrap {
flex-flow: column nowrap;
flex-shrink: 0;
max-width: 200px;
}
.is-btn.af-button {
font-size: var(--tablet-button-size, var(--btn-fsize));
}
.af-list-inner {
gap: 30px;
}
.af-list-best-price {
align-items: flex-end;
flex-flow: column nowrap;
justify-content: flex-start;
width: auto;
padding-top: 0;
padding-left: 30px;
border-top: none;
border-left: 2px dashed var(--flex-gray-15);
gap: 10px;
}
}
@media (min-width: 1025px) {
.gb-wrap, .gb-content {
padding: var(--desktop-padding);
}
.gb-header {
padding: var(--desktop-header-padding);
}
.af-product {
flex-flow: row nowrap;
}
.gb-heading {
font-size: var(--desktop-heading-size);
}
h2.gb-heading {
font-size: var(--desktop-heading-size, var(--h2-fsize));
}
h3.gb-heading {
font-size: var(--desktop-heading-size, var(--h3-fsize));
}
h4.gb-heading {
font-size: var(--desktop-heading-size, var(--h4-fsize));
}
h5.gb-heading {
font-size: var(--desktop-heading-size, var(--h5-fsize));
}
h6.gb-heading {
font-size: var(--desktop-heading-size, var(--h6-fsize));
}
span.gb-small-heading {
font-size: var(--desktop-sub-heading-size, var(--h4-fsize));
}
.gb-description {
font-size: var(--desktop-description-size, .9rem);
}
.af-list .af-best-price {
font-size: var(--desktop-best-price-size);
}
.list-style-element li:before {
font-size: var(--desktop-icon-size);
}
span.af-price {
font-size: var(--desktop-price-size);
}
.h3.af-price {
font-size: var(--desktop-price-size, var(--h3-fsize));
}
.h4.af-price {
font-size: var(--desktop-price-size, var(--h4-fsize));
}
.gb-download .gb-image,
.af-product .af-image {
width: var(--desktop-image-size, 150px);
}
.is-btn.af-button,
.is-btn.gb-btn {
font-size: var(--desktop-button-size, var(--btn-fsize));
}
.gb-review-content {
gap: 25px;
}
.top-divider {
padding-top: 28px;
}
.review-total-stars {
--rating-size: 18px;
}
.gb-review-cards > * {
width: 50%;
}
.review-buttons a {
min-width: calc(33% - 10px);
}
}
@media (max-width: 767px) {
.gb-download .mc4wp-form-fields > div {
flex-flow: column nowrap;
}
.af-list-best-price {
justify-content: space-between;
width: 100%;
max-width: 100%;
}
.af-list-item-inner > * {
flex-flow: column nowrap;
gap: 10px;
}
.af-list-item-left {
align-items: flex-start;
}
}#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;
}