.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;
}.widget .precontent {
margin-bottom: 20px;
}
.widget .postcontent {
margin-top: 20px;
} .pt-searchform {
display: inline-block;
width: auto;
position: relative;
min-width: 380px;
}
.pt-searchform .searchtext {
background: #fff;
padding: 0 190px 0 10px;
color: inherit;
font-size: inherit;
width: 80%;
height: 34px;
line-height: 34px;
-webkit-transition: width 0.3s ease-in-out;
-moz-transition: width 0.3s ease-in-out;
-ms-transition: width 0.3s ease-in-out;
-o-transition: width 0.3s ease-in-out;
transition: width 0.3s ease-in-out;
}
.pt-searchform .searchtext:focus {
width: 100%;
}
.pt-searchform .select-wrapper select {
border: 0;
height: 32px;
line-height: 32px;
padding: 0 25px 0 10px;
box-shadow: none;
border-radius: 0;
background-color: #fff;
background-image: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-family: inherit;
color: inherit;
cursor: pointer;
font-weight: normal;
width: 100%;
-webkit-transition: color 0.3s ease-out;
transition: color 0.3s ease-out;
}
.pt-searchform .select-wrapper select:focus {
outline: none;
}
.pt-searchform .select-wrapper {
width: 140px;
display: inline-block;
position: absolute;
right: 40px;
top: 0;
border-style: solid;
border-width: 1px 0 1px 1px;
}
.pt-searchform .select-wrapper::after {
display: inline-block;
font-family: FontAwesome;
content: '\f107';
position: absolute;
right: 9px;
top: 7px;
-webkit-transition: color 0.3s ease-out;
transition: color 0.3s ease-out;
}
.pt-searchform button.search-button {
position: absolute;
right: 0;
top: 0;
background: transparent;
height: 34px;
line-height: 34px;
width: 40px;
padding: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pt-searchform i {
font-size: 22px;
color: #fff;
}
@media (max-width: 320px) {
.pt-searchform {
min-width: 100%;
}
}
@media (max-width: 800px) {
.pt-searchform {
min-width: auto;
}
.pt-searchform .searchtext {
width: 100%;
}
} .hgroup-sidebar .widget.widget_shopping_cart {
min-width: 118px;
min-height: 69px;
border: 0;
}
.hgroup-sidebar .widget.widget_shopping_cart li {
position: relative;
padding: 0 12px 0 0 !important;
margin-bottom: 20px;
}
.hgroup-sidebar .widget.widget_shopping_cart li .variation {
display: none;
}
.hgroup-sidebar .widget.widget_shopping_cart li:last-of-type {
margin-bottom: 0;
}
.hgroup-sidebar .widget.widget_shopping_cart li.empty {
text-align: center;
}
.hgroup-sidebar .widget.widget_shopping_cart li:after {
display: block;
content: '';
clear: both;
}
.hgroup-sidebar .widget.widget_shopping_cart img {
border: 0 !important;
float: left;
margin: 0 5px 0 0;
}
.hgroup-sidebar .widget.widget_shopping_cart .remove {
position: absolute;
right: 0;
top: 0;
margin-top: 0;
color: red;
}
.hgroup-sidebar .widget.widget_shopping_cart .quantity {
display: block;
}
.hgroup-sidebar .widget.widget_shopping_cart .heading {
position: relative;
display: inline-block;
background-color: #fff;
width: 100%;
height: 43px;
text-align: center;
line-height: 43px;
}
.hgroup-sidebar .widget.widget_shopping_cart .heading i {
position: relative;
display: inline-block;
font-size: 24px;
}
.hgroup-sidebar .widget.widget_shopping_cart .count {
-webkit-border-radius: 50%;
border-radius: 50%;
width: 30px;
height: 30px;
line-height: 30px;
position: absolute;
top: -13px;
right: -13px;
font-size: 15px;
color: #fff;
text-align: center;
}
.hgroup-sidebar .widget.widget_shopping_cart .inner-cart-content {
padding: 13px 14px 0 0;
width: 73px;
height: 56px;
position: absolute;
right: 0;
top: 0;
overflow: hidden;
}
.hgroup-sidebar .widget.widget_shopping_cart .wrapper {
height: 100%;
height: -moz-calc(100% - 2px);
height: -webkit-calc(100% - 2px);
height: calc(100% - 2px);
margin: 0 0 2px 2px;
box-shadow: none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.hgroup-sidebar .widget.widget_shopping_cart.hovered .wrapper {
-webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.15);
}
.hgroup-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content,
.hgroup-sidebar .widget.widget_shopping_cart .cart-excerpt {
background-color: #fff;
padding: 0px 20px 20px 20px;
width: 228px;
position: absolute;
top: 56px;
right: 14px;
z-index: 500;
}
.hgroup-sidebar .widget.widget_shopping_cart .excerpt-wrapper,
.hgroup-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content>* {
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
opacity: 0;
}
.hgroup-sidebar .widget.widget_shopping_cart .buttons {
display: inline-block;
margin: 0;
width: 100%;
}
.hgroup-sidebar .widget.widget_shopping_cart .buttons:after {
display: block;
content: '';
clear: both;
}
.hgroup-sidebar .widget.widget_shopping_cart .buttons .checkout {
float: right;
}
.hgroup-sidebar .widget_shopping_cart.hovered .excerpt-wrapper,
.hgroup-sidebar .widget_shopping_cart.hovered .widget_shopping_cart_content>* {
opacity: 1;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.hgroup-sidebar .woocommerce ul.cart_list,
.hgroup-sidebar .woocommerce ul.product_list_widget {
list-style: none;
padding: 10px 0;
margin: 0;
border-style: solid;
border-width: 1px 0 0 0;
}
.hgroup-sidebar .widget_shopping_cart .cart-excerpt {
text-align: center;
padding: 0px 20px 20px 20px;
}
.hgroup-sidebar .widget_shopping_cart .cart-excerpt .button {
margin-top: 15px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.hgroup-sidebar .widget_shopping_cart .cart-excerpt .message {
display: inline-block;
padding: 10px 0 0 0;
margin: 0;
border-style: solid;
border-width: 1px 0 0 0;
}
.hgroup-sidebar .widget_shopping_cart .view-cart {
display: inline-block;
margin: 15px 0;
}
.hgroup-sidebar .widget_shopping_cart .view-cart .fa {
margin-left: 5px;
}
.hgroup-sidebar .widget_shopping_cart .total {
border-style: solid;
border-width: 1px 0;
padding: 10px 0;
display: block;
text-align: center;
margin-bottom: 20px;
}
.hgroup-sidebar .widget_shopping_cart .cart-excerpt .total .amount,
.hgroup-sidebar .widget_shopping_cart_content .total .amount {
font-size: 20px;
} .widget_pt_categories .pt-categories li .cat-img-wrap {
max-width: 25px;
display: inline-block;
margin-right: 8px;
}
.widget_pt_categories .pt-categories li a,
.widget_pt_categories .pt-categories li .count {
display: inline-block;
vertical-align: middle;
}
.widget_pt_categories .pt-categories li .show-children {
float: right;
outline: none;
display: inline-block;
position: relative;
width: 18px;
height: 18px;
margin: 4px 0 0 8px;
border-style: solid;
border-width: 1px;
-webkit-transition: border-color 0.3s ease-in-out;
-moz-transition: border-color 0.3s ease-in-out;
-ms-transition: border-color 0.3s ease-in-out;
-o-transition: border-color 0.3s ease-in-out;
transition: border-color 0.3s ease-in-out;
background: #fff;
}
.widget_pt_categories .pt-categories li .show-children:before {
content: "\f068";
display: inline-block;
position: absolute;
left: 0;
top: 0;
height: 16px;
width: 16px;
line-height: 16px;
font-family: FontAwesome;
font-size: 10px;
-webkit-transition: color 0.3s ease-in-out;
-moz-transition: color 0.3s ease-in-out;
-ms-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
margin: 0;
color: inherit;
text-align: center;
}
.widget_pt_categories .pt-categories li .show-children.collapsed:before {
content: "\f067";
}
.widget_pt_categories .children {
margin: 0;
width: 100%;
}
.widget_pt_categories .children li {
border: 0 none;
padding-left: 0px;
width: 100%;
}
.widget_pt_categories .children li:before {
display: inline-block;
font-family: FontAwesome;
font-size: 12px;
vertical-align: middle;
padding-right: 10px;
content: "\f105";
}
.widget_pt_categories .children li:first-of-type {
padding-top: 12px;
}
.widget_pt_categories .children li:last-of-type {
padding-bottom: 12px;
}
.widget_pt_categories {
padding: 25px;
border-style: solid;
border-width: 1px;
}
.widget_pt_categories ul li {
padding: 5px 0;
}
.widget_pt_categories ul li:last-of-type {
border-bottom: 0;
}
.widget_pt_categories ul li:before {
display: none;
padding-right: 0;
}
.widget_pt_categories ul li:after {
display: block;
content: '';
clear: both;
} .widget.widget_pt_contacts_widget ul.pt-widget-contacts li {
margin-bottom: 0;
display: inline-block;
width: 100%;
}
.widget.widget_pt_contacts_widget ul.pt-widget-contacts li:before {
content: '';
font-family: FontAwesome;
vertical-align: baseline;
display: inline-block;
padding: 0;
font-size: inherit;
width: 25px;
text-align: left;
}
.widget.widget_pt_contacts_widget ul.pt-widget-contacts li.a-logo:before,
.widget.widget_pt_contacts_widget ul.pt-widget-contacts li.a-name:before {
width: 0;
}
.widget.widget_pt_contacts_widget ul.pt-widget-contacts li.a-name {
font-size: inherit;
color: inherit;
text-align: left;
font-weight: 200;
}
.widget.widget_pt_contacts_widget ul.pt-widget-contacts li.a-email:before {
content: "\f0e0";
}
.widget.widget_pt_contacts_widget ul.pt-widget-contacts li.a-skype:before {
content: "\f17e";
}
.widget.widget_pt_contacts_widget ul.pt-widget-contacts li.a-fx:before {
content: "\f1ac";
}
.widget.widget_pt_contacts_widget ul.pt-widget-contacts li.a-phone:before {
content: "\f095";
}
.widget.widget_pt_contacts_widget ul.pt-widget-contacts li.a-address:before {
content: "\f041";
} .widget_pt_pay_icons_widget {
padding: 25px;
border-style: solid;
border-width: 1px;
}
.widget.widget_pt_pay_icons_widget ul li {
border: 0;
}
.widget.widget_pt_pay_icons_widget ul li span {
padding-left: 10px;
}
.widget.widget_pt_pay_icons_widget ul.inline-mode li {
margin: 0 10px 10px 0;
display: inline-block;
padding: 0;
}
footer .widget_pt_pay_icons_widget {
border-width: 0;
padding: 0;
}
.site-footer .widget.widget_pt_pay_icons_widget ul li:before {
display: none;
} .recent-post-list,
.most-viewed-list {
padding-top: 10px;
}
.recent-post-list .recent-post-item,
.recent-post-list .most-viewed-item,
.most-viewed-list .recent-post-item,
.most-viewed-list .most-viewed-item {
list-style: none;
border: 0 none;
padding: 0;
margin-bottom: 30px;
}
.recent-post-list .recent-post-item:last-of-type,
.recent-post-list .most-viewed-item:last-of-type,
.most-viewed-list .recent-post-item:last-of-type,
.most-viewed-list .most-viewed-item:last-of-type {
margin-bottom: 0;
}
.recent-post-list .recent-post-item:after,
.recent-post-list .most-viewed-item:after,
.most-viewed-list .recent-post-item:after,
.most-viewed-list .most-viewed-item:after {
display: block;
content: '';
clear: both;
}
.recent-post-list .recent-post-item .thumb-wrapper,
.recent-post-list .most-viewed-item .thumb-wrapper,
.most-viewed-list .recent-post-item .thumb-wrapper,
.most-viewed-list .most-viewed-item .thumb-wrapper {
display: inline-block;
float: left;
margin: 0 15px 10px 0;
}
.recent-post-list .recent-post-item .content-wrapper,
.recent-post-list .most-viewed-item .content-wrapper,
.most-viewed-list .recent-post-item .content-wrapper,
.most-viewed-list .most-viewed-item .content-wrapper {
display: block;
float: none;
overflow: hidden;
}
.recent-post-list .recent-post-item h4,
.recent-post-list .most-viewed-item h4,
.most-viewed-list .recent-post-item h4,
.most-viewed-list .most-viewed-item h4 {
font-size: 16px;
margin: -4px 0 0;
font-weight: 400;
}
.recent-post-list .comments-qty,
.recent-post-list .views-qty,
.most-viewed-list .comments-qty,
.most-viewed-list .views-qty {
margin-top: 5px;
}
.recent-post-list .comments-qty i,
.recent-post-list .views-qty i,
.most-viewed-list .comments-qty i,
.most-viewed-list .views-qty i {
padding-right: 3px;
font-size: 16px;
} .mega-menu-item .recent-post-list.row {
margin: 0 -8px;
}
.mega-menu-item .recent-post-list .recent-post-item {
padding: 0 8px;
margin: 16px 0 0 0;
}
.mega-menu-item .recent-post-list .thumb-wrapper {
display: block;
float: none;
margin: 0;
padding: 1px;
border-style: solid;
border-width: 1px 1px 0 1px;
background-color: #fff;
text-align: center;
}
.mega-menu-item .recent-post-list .content-wrapper {
padding: 8px;
border-style: solid;
border-width: 0 1px 1px 1px;
background-color: #fff;
}
.mega-menu-item .recent-post-list .recent-post-item .thumb-wrapper img {
width: 100%;
}
.mega-menu-item .recent-post-list .recent-post-item .comments-qty {
margin-top: 0;
} .widget.pt-socials-widget ul {
list-style-type: none;
margin: 0;
display: block;
}
.widget.pt-socials-widget ul li {
float: none;
margin: 0;
display: block;
list-style: none;
border: 0 none;
}
.widget.pt-socials-widget ul li:before {
display: none !important;
content: '';
padding: 0;
margin: 0;
}
.widget.pt-socials-widget ul.inline-mode {
display: inline-block;
vertical-align: middle;
}
.widget.pt-socials-widget ul.inline-mode:after {
display: block;
content: '';
clear: both;
}
.widget.pt-socials-widget ul.inline-mode li {
display: inline-block;
float: left;
padding: 0 4px;
}
.widget.pt-socials-widget ul.inline-mode li a {
padding: 0 3px;
}
.widget.pt-socials-widget ul li i+span {
font-size: 14px;
padding: 0 0 0 10px;
vertical-align: middle;
}
.widget.pt-socials-widget ul.icons-small {
font-size: 16px;
}
.widget.pt-socials-widget ul.icons-medium {
font-size: 24px;
}
.widget.pt-socials-widget ul.icons-large {
font-size: 32px;
} .widget_pt_login_widget {
text-align: left;
}
.ajax-auth {
display: none;
z-index: 999;
position: fixed;
top: 50%;
left: 50%;
max-width: 350px;
width: 100%;
margin-left: -175px;
padding: 40px 25px 25px 25px;
background-color: #FFFFFF;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
font-family: 'Open Sans', sans-serif;
font-weight: normal;
color: #898e91;
}
.ajax-auth .social-networks-login {
clear: both;
height: 70px;
position: relative;
overflow: hidden;
margin-top: 10px;
display: inline-block;
}
.ajax-auth .oneall_social_login_providers {
margin-left: -3px;
}
#login {
margin-top: -165px;
}
#register {
margin-top: -270px;
}
@media (max-width: 500px) {
#register,
#login {
margin-top: 0;
position: absolute;
}
}
.ajax-auth h1,
.ajax-auth h3 {
font-weight: 300;
line-height: 1;
text-align: center !important;
}
.ajax-auth h1 {
font-size: 30px;
margin: 0;
padding: 15px 0;
}
.ajax-auth h3 {
font-size: 18px;
margin: 0 !important;
padding: 0;
}
.ajax-auth input#username,
.ajax-auth input#password,
.ajax-auth input#signonname,
.ajax-auth input#email,
.ajax-auth input#signonpassword {
box-shadow: none;
max-width: 325px;
width: 100%;
padding: 0 10px;
margin: 0 0 20px 0;
background-color: #fff;
}
.ajax-auth input#username:focus,
.ajax-auth input#password:focus,
.ajax-auth input#signonname:focus,
.ajax-auth input#email:focus,
.ajax-auth input#signonpassword:focus {
box-shadow: 0 0 2px #c2d44e;
-webkit-box-shadow: 0 0 2px #c2d44e;
outline: 0;
}
.ajax-auth label {
font-weight: 300;
}
.ajax-auth .required {
color: #c0392b;
padding: 0 0 0 2px;
}
.ajax-auth input.submit_button {
padding: 0 25px;
float: left;
}
.ajax-auth a {
text-decoration: none;
}
.ajax-auth a.close {
position: absolute;
right: 15px;
top: 15px;
font-size: 12px;
color: #dcdcdc;
}
.ajax-auth a.text-link {
float: left;
margin: 8px 0 0 25px;
}
.ajax-auth p.status {
text-align: center;
margin: 5px 0 20px 0;
font-weight: 400;
display: none;
color: #c0392b;
}
.widget_pt_login_widget a.login_button:last-of-type {
margin-right: 0px;
}
a.login_button {
display: block;
padding: 0;
text-decoration: none;
font-size: 14px;
}
a.login_button.inline {
display: inline-block;
margin-right: 20px;
}
a.login_button.inline i {
margin: 0 5px 0 0;
}
a.login_button i {
display: inline-block;
margin-left: 5px;
}
.login_overlay {
height: 100%;
width: 100%;
background-color: rgba(246,246,246,0.8);
position: fixed;
z-index: 998;
}
#register input.submit_button {
display: block;
float: none;
margin: 15px auto 0;
width: 110px;
}
.ajax-auth p {
margin: 0;
position: relative;
}
.ajax-auth input[type="checkbox"] {
position: absolute;
z-index: -1000;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
}
.ajax-auth label.checkbox-label {
cursor: pointer;
padding: 0 0 0 21px;
margin: 0;
position: relative;
height: 16px;
line-height: 16px;
}
.ajax-auth label.checkbox-label::before {
display: inline-block;
position: absolute;
left: 0;
width: 16px;
height: 16px;
font-size: 16px;
font-family: 'custom_font';
content: '\e809';
padding: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ajax-auth input:checked + label.checkbox-label::before {
content: '\e80a';
}
.ajax-auth .agree-to-terms {
padding-top: 8px;
} #recentcomments {
padding-top: 10px;
}
#recentcomments li:after {
clear: both;
content: "";
display: block;
position: relative;
}
#recentcomments li {
padding: 0 0 10px 0;
margin-bottom: 12px;
}
#recentcomments li:last-of-type {
margin-bottom: 0;
padding: 0;
}
#recentcomments .thumb-wrapper {
display: inline-block;
float: left;
margin-right: 15px;
overflow: hidden;
}figure.handy-banner {
position: relative;
overflow: hidden;
display: inline-block;
text-align: center;
cursor: pointer;
}
figure.handy-banner img {
position: relative;
display: block;
height: auto;
max-width: 100%;
-webkit-transform: translateZ(0);
}
figure.handy-banner figcaption {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.handy-banner figcaption,
figure.handy-banner a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
figure.handy-banner figcaption>a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}
figure.handy-banner figcaption::before,
figure.handy-banner figcaption::after {
pointer-events: none;
}
figure.handy-banner figcaption>.main-caption,
figure.handy-banner figcaption>.secondary-caption {
position: absolute;
}
figure.handy-banner .button {
width: 120px;
height: 36px;
line-height: 36px;
text-align: center;
display: inline-block;
-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
-ms-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
font-size: 14px;
font-weight: normal;
} figure.effect-lily img {
width: -webkit-calc(100% + 60px);
width: calc(100% + 60px);
max-width: -webkit-calc(100% + 60px);
max-width: calc(100% + 60px);
opacity: 0.7;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-50px, 0, 0);
transform: translate3d(-50px, 0, 0);
}
figure.effect-lily figcaption {
text-align: left;
}
figure.effect-lily .main-caption,
figure.effect-lily .secondary-caption {
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
}
figure.effect-lily .main-caption {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.effect-lily .secondary-caption {
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
}
figure.effect-lily:hover img,
figure.effect-lily:hover .secondary-caption {
opacity: 1;
}
figure.effect-lily:hover img,
figure.effect-lily:hover .main-caption,
figure.effect-lily:hover .secondary-caption {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-lily:hover .secondary-caption {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
} figure.effect-sadie figcaption::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
content: '';
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
figure.effect-sadie .main-caption {
color: #484c61;
-webkit-transition: -webkit-transform 0.35s, color 0.35s;
transition: transform 0.35s, color 0.35s;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
figure.effect-sadie figcaption::before,
figure.effect-sadie .secondary-caption {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie .secondary-caption {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
figure.effect-sadie:hover .secondary-caption {
color: #fff;
-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover .secondary-caption {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} figure.effect-roxy {
background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}
figure.effect-roxy img {
width: -webkit-calc(100% + 60px);
width: calc(100% + 60px);
max-width: -webkit-calc(100% + 60px);
max-width: calc(100% + 60px);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-50px, 0, 0);
transform: translate3d(-50px, 0, 0);
}
figure.effect-roxy figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid #fff;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
figure.effect-roxy figcaption {
padding: 40px;
text-align: left;
}
figure.effect-roxy .secondary-caption {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
figure.effect-roxy:hover img {
opacity: 0.7;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover .secondary-caption {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} figure.effect-bubba {
background: #9e5406;
}
figure.effect-bubba img {
opacity: 0.7;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
opacity: 0.4;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
figure.effect-bubba figcaption::after {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
}
figure.effect-bubba .main-caption {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
figure.effect-bubba .secondary-caption {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.effect-bubba:hover .main-caption,
figure.effect-bubba:hover .secondary-caption {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} figure.effect-romeo {
-webkit-perspective: 1000px;
perspective: 1000px;
}
figure.effect-romeo img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 0, 300px);
transform: translate3d(0, 0, 300px);
}
figure.effect-romeo:hover img {
opacity: 0.6;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
position: absolute;
top: 50%;
left: 50%;
width: 80%;
height: 1px;
background: #fff;
content: '';
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
figure.effect-romeo:hover figcaption::before {
opacity: 0.5;
-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
figure.effect-romeo:hover figcaption::after {
opacity: 0.5;
-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
figure.effect-romeo .main-caption,
figure.effect-romeo .secondary-caption {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.effect-romeo .main-caption {
-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}
figure.effect-romeo .secondary-caption {
-webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}
figure.effect-romeo:hover .main-caption {
-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
}
figure.effect-romeo:hover .secondary-caption {
-webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
} figure.effect-honey img {
opacity: 1;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.effect-honey:hover img {
opacity: 0.8;
}
figure.effect-honey .main-caption {
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
figure.effect-honey .secondary-caption {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
figure.effect-honey .main-caption {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.effect-honey:hover .main-caption,
figure.effect-honey:hover .secondary-caption {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} figure.effect-oscar img {
opacity: 0.9;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.effect-oscar figcaption {
background-color: transparent;
;
-webkit-transition: background-color 0.35s;
transition: background-color 0.35s;
}
figure.effect-oscar figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid #fff;
content: '';
}
figure.effect-oscar .main-caption {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
figure.effect-oscar figcaption::before,
figure.effect-oscar .secondary-caption {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(0);
transform: scale(0);
}
figure.effect-oscar:hover .main-caption {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover .secondary-caption {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.effect-oscar:hover figcaption {
background-color: rgba(0, 0, 0, 0.4);
}
figure.effect-oscar:hover img {
opacity: 0.7;
} figure.effect-marley .secondary-caption {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
figure.effect-marley .main-caption {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
figure.effect-marley:hover .main-caption {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-marley .main-caption::after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 4px;
background: #fff;
content: '';
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
}
figure.effect-marley .main-caption::after,
figure.effect-marley .secondary-caption {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.effect-marley:hover .main-caption::after,
figure.effect-marley:hover .secondary-caption {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} figure.effect-ruby {
background-color: #17819c;
}
figure.effect-ruby img {
opacity: 0.7;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
figure.effect-ruby:hover img {
opacity: 0.5;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.effect-ruby .main-caption {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
figure.effect-ruby .secondary-caption {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
transform: translate3d(0, 20px, 0) scale(1.1);
}
figure.effect-ruby:hover .main-caption {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-ruby:hover .secondary-caption {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
} figure.effect-milo img {
width: -webkit-calc(100% + 60px);
width: calc(100% + 60px);
opacity: 1;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
transform: translate3d(-30px, 0, 0) scale(1.12);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.effect-milo:hover img {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
}
figure.effect-milo .secondary-caption {
width: 50%;
border-right: 1px solid #fff;
text-align: right;
padding-right: 10px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
}
figure.effect-milo:hover .secondary-caption {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} figure.effect-dexter {
background: -webkit-linear-gradient(top, rgba(37, 141, 200, 1) 0%, rgba(104, 60, 19, 1) 100%);
background: linear-gradient(to bottom, rgba(37, 141, 200, 1) 0%, rgba(104, 60, 19, 1) 100%);
}
figure.effect-dexter img {
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.effect-dexter:hover img {
opacity: 0.4;
}
figure.effect-dexter figcaption::after {
position: absolute;
right: 30px;
bottom: 30px;
left: 30px;
height: -webkit-calc(50% - 30px);
height: calc(50% - 30px);
border: 7px solid #fff;
content: '';
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
figure.effect-dexter:hover figcaption::after {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-dexter .secondary-caption {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, -100px, 0);
transform: translate3d(0, -100px, 0);
}
figure.effect-dexter:hover .secondary-caption {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} figure.effect-sarah {
background: #42b078;
}
figure.effect-sarah img {
width: -webkit-calc(100% + 20px);
width: calc(100% + 20px);
max-width: -webkit-calc(100% + 20px);
max-width: calc(100% + 20px);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.effect-sarah:hover img {
opacity: 0.4;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-sarah .main-caption::after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: #fff;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
figure.effect-sarah:hover .main-caption::after {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-sarah .secondary-caption {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
figure.effect-sarah:hover .secondary-caption {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} figure.effect-chico img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.12);
transform: scale(1.12);
}
figure.effect-chico:hover img {
opacity: 0.5;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.effect-chico figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid #fff;
content: '';
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
figure.effect-chico figcaption::before,
figure.effect-chico .secondary-caption {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico .secondary-caption {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover .secondary-caption {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
} figure.effect-julia {
background: #2f3238;
}
figure.effect-julia img {
-webkit-transition: opacity 1s, -webkit-transform 1s;
transition: opacity 1s, transform 1s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.effect-julia .main-caption,
figure.effect-julia .secondary-caption {
display: inline-block;
padding: 5px 15px;
background: rgba(255, 255, 255, 0.9);
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-360px, 0, 0);
transform: translate3d(-360px, 0, 0);
}
figure.effect-julia .main-caption {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
figure.effect-julia .secondary-caption {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
figure.effect-julia:hover img {
opacity: 0.4;
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
figure.effect-julia:hover .main-caption,
figure.effect-julia:hover .secondary-caption {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} figure.effect-goliath {
background: #df4e4e;
}
figure.effect-goliath img,
figure.effect-goliath .main-caption {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.effect-goliath img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.effect-goliath .secondary-caption {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 50px, 0);
transform: translate3d(0, 50px, 0);
}
figure.effect-goliath:hover img {
-webkit-transform: translate3d(0, -40px, 0);
transform: translate3d(0, -40px, 0);
}
figure.effect-goliath:hover .main-caption {
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
figure.effect-goliath:hover .secondary-caption {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} figure.effect-selena {
background: #fff;
}
figure.effect-selena img {
opacity: 0.95;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
figure.effect-selena:hover img {
-webkit-transform: scale3d(0.95, 0.95, 1);
transform: scale3d(0.95, 0.95, 1);
}
figure.effect-selena .main-caption {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
figure.effect-selena .secondary-caption {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
figure.effect-selena:hover .main-caption {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-selena:hover .secondary-caption {
opacity: 1;
-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
transform: perspective(1000px) rotate3d(1, 0, 0, 0);
} figure.effect-kira {
background: #fff;
}
figure.effect-kira img {
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.effect-kira figcaption {
z-index: 1;
}
figure.effect-kira .secondary-caption {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
figure.effect-kira figcaption::before {
position: absolute;
top: 0;
right: 2em;
left: 2em;
z-index: -1;
height: 3.5em;
background: #fff;
content: '';
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
}
figure.effect-kira:hover img {
opacity: 0.5;
}
figure.effect-kira:hover .secondary-caption {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-kira:hover figcaption::before {
opacity: 0.7;
-webkit-transform: translate3d(0, 5em, 0) scale3d(1, 1, 1);
transform: translate3d(0, 5em, 0) scale3d(1, 1, 1);
} figure.effect-ming {
background: #030c17;
}
figure.effect-ming img {
opacity: 0.9;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.effect-ming figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 2px solid #fff;
box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(1.4, 1.4, 1);
transform: scale3d(1.4, 1.4, 1);
}
figure.effect-ming .main-caption {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.effect-ming .secondary-caption {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
figure.effect-ming:hover .main-caption {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover .secondary-caption {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
figure.effect-ming:hover figcaption {
background-color: rgba(58, 52, 42, 0);
}
figure.effect-ming:hover img {
opacity: 0.4;
} .handy-promo-text::after {
content: '';
clear: both;
display: table;
}
.handy-promo-text .icon-wrapper {
display: inline-block;
width: auto;
height: auto;
line-height: inherit;
border: 0;
text-align: center;
}
.handy-promo-text .pos-left {
float: left;
margin-right: 15px;
}
.handy-promo-text .pos-right {
float: right;
margin-left: 15px;
}
.handy-promo-text .pos-center {
display: block;
width: 0 auto;
}
.handy-promo-text .icon-size-small {
font-size: 24px;
width: 40px;
height: 40px;
line-height: 40px;
}
.handy-promo-text .icon-size-normal {
font-size: 30px;
width: 50px;
height: 50px;
line-height: 50px;
}
.handy-promo-text .icon-size-large {
font-size: 36px;
width: 60px;
height: 60px;
line-height: 60px;
}
.handy-promo-text .background-rounded,
.handy-promo-text .background-rounded-outline {
-webkit-border-radius: 50%;
border-radius: 50%;
}
.handy-promo-text .background-boxed,
.handy-promo-text .background-boxed-outline {
border-radius: 0;
}
.handy-promo-text .background-rounded-less,
.handy-promo-text .background-rounded-less-outline {
-webkit-border-radius: 6px;
border-radius: 6px;
}
.handy-promo-text .background-rounded-outline,
.handy-promo-text .background-boxed-outline,
.handy-promo-text .background-rounded-less-outline {
background-color: transparent !important;
border-style: solid;
border-width: 2px;
}
.handy-promo-text .icon-size-small.background-rounded-outline,
.handy-promo-text .icon-size-small.background-boxed-outline,
.handy-promo-text .icon-size-small.background-rounded-less-outline {
line-height: 36px;
}
.handy-promo-text .icon-size-normal.background-rounded-outline,
.handy-promo-text .icon-size-normal.background-boxed-outline,
.handy-promo-text .icon-size-normal.background-rounded-less-outline {
line-height: 46px;
}
.handy-promo-text .icon-size-large.background-rounded-outline,
.handy-promo-text .icon-size-large.background-boxed-outline,
.handy-promo-text .icon-size-large.background-rounded-less-outline {
line-height: 56px;
}
.handy-promo-text .text-wrapper {
overflow: hidden;
}
.handy-promo-text .text-wrapper h4 {
margin: -2px 0 0 0;
}
.handy-promo-text .text-wrapper h4 a {
color: inherit;
} .vc_tta-style-handy-style .vc_tta-tabs-list {
border-bottom: 1px solid #e1e1e1 !important;
overflow: visible !important;
}
.vc_tta-style-handy-style .vc_tta-tabs-list:after {
display: block;
content: '';
clear: both;
}
.vc_tta-style-handy-style .vc_tta-tabs-container {
margin: 0 !important;
}
.vc_tta-style-handy-style .vc_tta-tabs-list li {
float: left;
margin: 0 0 -1px 0 !important;
}
.vc_tta-style-handy-style .vc_tta-tabs-list li:first-of-type a {
border-left: 1px solid #e1e1e1 !important;
}
.vc_tta-style-handy-style .vc_tta-tabs-list li a {
height: 55px;
line-height: 55px;
margin: 0;
padding: 0 40px !important;
border-right: 1px solid #e1e1e1 !important;
border-top: 1px solid #e1e1e1 !important;
border-bottom: 1px solid #e1e1e1 !important;
border-left: 0 !important;
background-color: #fafafa !important;
color: #000 !important;
-webkit-transition: background-color 0.3s ease-out !important;
-moz-transition: background-color 0.3s ease-out !important;
-ms-transition: background-color 0.3s ease-out !important;
-o-transition: background-color 0.3s ease-out !important;
transition: background-color 0.3s ease-out !important;
border-radius: 0 !important;
}
.vc_tta-style-handy-style .vc_tta-tabs-list li a:before {
display: block;
content: '';
height: 2px;
width: 100%;
left: 0;
top: -1px;
position: absolute;
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
background: #c2d44e;
}
.vc_tta-style-handy-style .vc_tta-tabs-list li a:hover:before {
opacity: 1;
}
.vc_tta-style-handy-style .vc_tta-tabs-list li a:hover {
background-color: rgba(255, 255, 255, 0.6) !important;
}
.vc_tta-style-handy-style .vc_tta-tabs-list li.vc_active a,
.vc_tta-style-handy-style .vc_tta-tabs-list li.vc_active a:focus,
.vc_tta-style-handy-style .vc_tta-tabs-list li.vc_active a:hover {
background: #fff !important;
border-bottom: 1px solid #fff !important;
}
.vc_tta-style-handy-style .vc_tta-tabs-list li.vc_active a:before {
opacity: 1;
display: block;
content: '';
height: 3px !important;
width: 100% !important;
left: 0 !important;
top: -2px !important;
position: absolute;
background: #c2d44e;
}
.vc_tta-style-handy-style .vc_tta-tabs-list li.vc_active a:after {
display: none !important;
}
.vc_tta-style-handy-style .vc_tta-panels-container {
border: 1px solid #e1e1e1;
border-top: 0;
padding: 15px;
} .vc_tta-style-handy-style .vc_tta-panel-heading {
border: 1px solid #e1e1e1 !important;
margin: 1px 0 0 0 !important;
border-radius: 0 !important;
}
.vc_tta-style-handy-style .vc_tta-panels-container {
padding: 0 !important;
border: 0 !important;
}
.vc_tta-style-handy-style .vc_tta-panel-title {
color: inherit;
font-size: 17px;
font-family: "Open Sans", sans-serif;
font-weight: lighter;
margin-bottom: 0;
margin-top: 0;
}
.vc_tta-style-handy-style .vc_tta-panel-title>a {
background: #fafafa !important;
color: #151515 !important;
-webkit-transition: all 0.3s ease-out !important;
-moz-transition: all 0.3s ease-out !important;
-ms-transition: all 0.3s ease-out !important;
-o-transition: all 0.3s ease-out !important;
transition: all 0.3s ease-out !important;
}
.vc_tta-style-handy-style .vc_tta-panel-title:hover>a {
color: #fff !important;
background: #c2d44e !important;
}
.vc_tta-style-handy-style .vc_tta-panel-body {
border: 1px solid #e1e1e1 !important;
border-top: 0 !important;
margin: 0 !important;
border-radius: 0 !important;
}
.vc_tta-style-handy-style .vc_tta-controls-icon:before {
-webkit-transition: color 0.3s ease-out;
-moz-transition: color 0.3s ease-out;
-ms-transition: color 0.3s ease-out;
-o-transition: color 0.3s ease-out;
transition: color 0.3s ease-out;
color: #151515 !important;
}
.vc_tta-style-handy-style .vc_tta-panel-title:hover .vc_tta-controls-icon:before {
color: #fff !important;
} .pt-sales-carousel {
display: inline-block;
width: auto;
position: relative;
}
.pt-sales-carousel ul.products {
margin: 0;
padding: 40px;
border-style: solid;
border-width: 1px;
}
.pt-sales-carousel ul.products li {
padding: 0;
text-align: left;
width: 100%;
}
.pt-sales-carousel ul.products li:after {
display: table;
content: '';
clear: both;
}
.pt-sales-carousel ul.products .img-wrapper {
max-width: 254px;
max-height: 288px;
float: left;
display: inline-block;
margin-right: 45px;
overflow: hidden;
}
.pt-sales-carousel ul.products .counter-wrapper {
display: inline-block;
float: left;
max-width: 300px;
}
.pt-sales-carousel ul.products h4 {
font-size: 36px;
font-weight: 200;
margin: 0 30px 0 0;
display: inline-block;
}
.pt-sales-carousel ul.products h4:before {
font-family: 'custom_font';
content: '\e811';
display: inline-block;
background: #c2d44e;
-webkit-border-radius: 50%;
border-radius: 50%;
background-clip: padding-box;
margin-right: 10px;
padding: 6px;
vertical-align: top;
color: #fff;
font-size: 22px;
}
.pt-sales-carousel ul.products .sale-value {
padding: 0 15px;
font-size: 22px;
display: inline-block;
vertical-align: top;
color: #fff;
height: 39px;
line-height: 39px;
font-weight: lighter;
}
.pt-sales-carousel ul.products .countdown-wrapper {
display: inline-block;
padding: 15px 0;
text-align: left;
border-style: solid;
border-width: 1px 0;
width: 100%;
margin: 20px 0 20px 0;
}
.pt-sales-carousel ul.products .countdown-wrapper p {
font-size: 16px;
margin: 0 0 10px 0;
font-weight: lighter;
}
.pt-sales-carousel ul.products .countdown-row {
display: inline-block;
}
.pt-sales-carousel ul.products .countdown-section {
display: inline-block;
float: left;
font-size: 14px;
width: 65px;
}
.pt-sales-carousel ul.products .countdown-amount {
font-size: 25px;
}
.pt-sales-carousel ul.products .countdown-period {
display: block;
text-transform: lowercase;
font-weight: lighter;
}
.pt-sales-carousel ul.products .price-wrapper p {
border: 0 none !important;
padding: 0 45px 0 0 !important;
display: inline-block;
margin: 0;
position: relative;
line-height: 1.5;
min-height: 38px;
}
.pt-sales-carousel ul.products .price-wrapper del {
font-size: 16px;
display: inline-block;
margin-right: 10px;
}
.pt-sales-carousel ul.products .price-wrapper ins {
font-size: 24px;
background: transparent;
display: inline-block;
}
.pt-sales-carousel ul.products .price-wrapper .add_to_cart_button {
margin: 0;
position: absolute;
right: 0;
top: 0;
padding: 0;
}
.pt-sales-carousel ul.products .price-wrapper .added_to_cart {
display: none;
}
.pt-sales-carousel span.prev,
.pt-sales-carousel span.next {
display: inline-block;
width: 36px;
height: 36px;
cursor: pointer;
border-style: solid;
border-width: 1px;
background: #fff;
position: absolute;
top: 50%;
margin-top: -18px;
z-index: 5;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pt-sales-carousel span.prev:before,
.pt-sales-carousel span.next:before {
display: inline-block;
position: absolute;
font-family: FontAwesome;
font-size: 22px;
-webkit-transition: color 0.3s ease-in-out;
-moz-transition: color 0.3s ease-in-out;
-ms-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.pt-sales-carousel span.prev:hover:before,
.pt-sales-carousel span.next:hover:before {
color: #fff;
}
.pt-sales-carousel .prev {
left: -10px;
-webkit-transform: translate3d(-10px, 0, 0);
-moz-transform: translate3d(-10px, 0, 0);
-ms-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.pt-sales-carousel .prev:before {
content: '\f104';
left: 11px;
top: 7px;
}
.pt-sales-carousel .next {
right: -10px;
-webkit-transform: translate3d(10px, 0, 0);
-moz-transform: translate3d(10px, 0, 0);
-ms-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
.pt-sales-carousel .next:before {
content: '\f105';
left: 14px;
top: 7px;
}
.pt-sales-carousel .owl-theme .owl-controls .owl-page span {
background: #fff;
}
.pt-sales-carousel .wrapper:hover .prev,
.pt-sales-carousel .wrapper:hover .next {
opacity: 1;
-webkit-transform: translate3d(0px, 0, 0);
-moz-transform: translate3d(0px, 0, 0);
-ms-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
@media (max-width: 800px) {
.pt-sales-carousel ul.products li {
text-align: center;
}
.pt-sales-carousel ul.products .img-wrapper {
float: none;
}
.pt-sales-carousel ul.products .counter-wrapper {
float: none;
}
.pt-sales-carousel ul.products .countdown-wrapper {
text-align: center;
}
}
@media (max-width: 480px) {
.pt-sales-carousel ul.products .img-wrapper {
width: 100%;
margin: 0 0 20px 0;
}
.pt-sales-carousel ul.products .counter-wrapper {
width: 100%;
}
.pt-sales-carousel ul.products .countdown-wrapper .countdown-amount {
font-size: 20px;
}
.pt-sales-carousel .wrapper ul.products {
padding: 20px;
}
.pt-sales-carousel ul.products .price-wrapper p {
text-align: left;
}
.pt-sales-carousel ul.products .countdown-wrapper .countdown-section {
font-size: 10px;
width: 55px;
}
}
.vc_column_container .pt-sales-carousel {
width: 100%;
}
.vc_column_container .pt-sales-carousel .wrapper {
position: relative;
}
.vc_column_container .pt-sales-carousel ul.products .img-wrapper {
max-width: 100%;
max-height: 100%;
margin: 0;
}
.vc_column_container .pt-sales-carousel ul.products {
padding: 30px;
}
.vc_column_container .pt-sales-carousel ul.products .counter-wrapper {
max-width: 100%;
margin: 0;
padding-right: 0;
}
.vc_column_container.vc_col-sm-6 .pt-sales-carousel ul.products .countdown-section {
font-size: 12px;
width: 55px;
}
.vc_column_container.vc_col-sm-6 .pt-sales-carousel ul.products h4 {
margin: 0 20px 0 0;
} .pt-testimonials .carousel-container {
display: inline-block !important;
max-width: 100%;
}
.pt-testimonials .owl-theme .owl-controls {
margin-top: 0px;
}
.pt-testimonials .carousel-item:after {
display: block;
content: '';
clear: both;
}
.pt-testimonials .img-wrapper {
width: 120px;
height: 120px;
display: inline-block;
overflow: hidden;
}
.pt-testimonials .text-wrapper::after {
display: table;
content: '';
clear: both;
}
.pt-testimonials .text-wrapper h3 {
font-size: 18px;
margin: 0;
font-weight: lighter;
padding: 0;
}
.pt-testimonials .occupation {
font-size: 15px;
}
.pt-testimonials p {
margin: 0;
padding: 0;
}
.pt-testimonials .style_1 .item-wrapper {
width: 100%;
display: block;
}
.pt-testimonials .style_1 .text-wrapper h3,
.pt-testimonials .style_3 .text-wrapper h3 {
font-weight: normal;
}
.pt-testimonials .style_1 .img-wrapper {
-webkit-border-radius: 50%;
border-radius: 50%;
margin: 0 0 20px;
}
.pt-testimonials .style_1 .item-wrapper {
text-align: center;
}
.pt-testimonials .style_1 p {
margin: 15px 0;
}
.pt-testimonials .style_2 .item-wrapper {
display: inline-block;
padding: 20px;
position: relative;
border-style: solid;
border-width: 1px;
margin: 0;
}
.pt-testimonials .style_2 .img-wrapper {
display: inline-block;
float: left;
margin: 0px 15px 0 0;
position: relative;
width: 90px;
height: 90px;
}
.pt-testimonials .style_2 .text-wrapper {
display: inline;
float: none;
padding: 0;
position: relative;
}
.pt-testimonials .style_2 .text-wrapper h3 {
display: inline;
font-size: 24px;
font-weight: lighter;
margin: 0;
padding: 0;
}
.pt-testimonials .style_2 span {
display: block;
font-weight: lighter;
width: 100%;
}
.pt-testimonials .style_2 p {
display: block;
margin: 0;
padding: 0;
text-align: justify;
}
.pt-testimonials .style_2 p q {
font-size: 14px;
display: inline-block;
border-style: solid;
border-width: 1px 0 0 0;
padding: 15px 0 0;
margin: 20px 0 0;
}
.pt-testimonials .star-rating {
overflow: hidden;
position: relative;
height: 20px;
line-height: 18px;
font-size: 13px;
width: 70px;
font-family: star;
margin: 10px 0 0;
}
.pt-testimonials .star-rating:before {
content: "\73\73\73\73\73";
float: left;
top: 0;
left: 0;
position: absolute;
color: #FFD700;
}
.pt-testimonials .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 15px;
}
.pt-testimonials .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
color: #FFD700;
}
.pt-testimonials .style_2.owl-theme .owl-controls {
margin-top: 20px;
}
.pt-testimonials .style_3 .item-wrapper {
text-align: left;
position: relative;
padding: 0 0 120px;
margin: 0;
}
.pt-testimonials .style_3 .img-wrapper {
bottom: 0;
height: 90px;
left: 0;
margin: 0;
position: absolute;
width: 90px;
}
.pt-testimonials .style_3 .text-wrapper {
padding: 20px 20px 30px;
border-style: solid;
border-width: 1px;
position: relative;
}
.pt-testimonials .style_3 .text-wrapper:after,
.pt-testimonials .style_3 .text-wrapper:before {
display: inline-block;
content: '';
width: 0;
height: 0;
position: absolute;
bottom: -16px;
left: 26px;
}
.pt-testimonials .style_3 .text-wrapper:before {
border-left: 16px solid transparent;
border-right: 16px solid transparent;
border-top: 16px solid #e1e1e1;
}
.pt-testimonials .style_3 .text-wrapper:after {
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-top: 15px solid #fff;
bottom: -15px;
left: 27px;
}
.pt-testimonials .style_3 p q {
font-size: 14px;
display: inline-block;
margin: 0;
padding: 10px 0 0;
} .pt-carousel .slider-navi {
padding-right: 0;
}
.pt-carousel .item-wrapper {
float: left;
padding: 0 15px;
max-width: 100%;
}
.pt-carousel figure {
position: relative;
}
.pt-carousel figcaption {
position: absolute;
display: inline-block;
vertical-align: middle;
padding: 20px;
opacity: 0;
text-align: center;
backface-visibility: hidden;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.pt-carousel figcaption h3 {
margin: 0;
padding: 0;
font-size: 15px;
font-weight: normal;
}
.pt-carousel figcaption a {
display: inline-block;
margin-left: 1px;
padding: 10px 12px;
text-align: center;
background: #f4f4f4;
color: #555555;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pt-carousel figcaption a .fa {
font-size: 22px;
}
.pt-carousel figcaption a:hover {
color: #fff;
}
.pt-carousel figcaption .caption-wrapper {
display: inline-block;
vertical-align: middle;
}
.pt-carousel figcaption .vertical-helper {
display: inline-block;
height: 100%;
vertical-align: middle;
}
.pt-carousel.animation-fading figure:hover figcaption {
opacity: 1;
width: 100%;
height: 100%;
}
.pt-carousel.animation-fading figure:hover figcaption .caption-wrapper {
opacity: 1;
-ms-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.pt-carousel.animation-fading figcaption {
bottom: 0;
left: 0;
background: rgba(255, 255, 255, 0.5);
color: #fff;
height: 0;
width: 0;
}
.pt-carousel.animation-fading figcaption h3,
.pt-carousel.animation-bottom-sliding figcaption h3 {
font-size: 16px;
font-weight: 400;
text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
color: inherit;
}
.pt-carousel.animation-fading figcaption span,
.pt-carousel.animation-bottom-sliding figcaption span {
text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.pt-carousel.animation-fading figcaption .btn-wrapper {
margin-top: 20px;
}
.pt-carousel.animation-fading figcaption .caption-wrapper {
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.pt-carousel.animation-bottom-sliding figure:hover figcaption {
bottom: 0;
opacity: 1;
}
.pt-carousel.animation-bottom-sliding figcaption {
background: rgba(255, 255, 255, 0.5);
color: #fff;
width: 100%;
padding: 10px 75px 10px 10px;
text-align: left;
position: absolute;
left: 0;
bottom: -60px;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.pt-carousel.animation-bottom-sliding figcaption .btn-wrapper {
margin: 0;
position: absolute;
right: 10px;
top: 50%;
margin-top: -15px;
}
.pt-carousel.animation-bottom-sliding figcaption a {
display: inline-block;
margin-left: 5px;
padding: 5px 8px;
text-align: center;
background: #f4f4f4;
color: #555555;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.pt-carousel.animation-bottom-sliding figcaption a:hover {
color: #fff;
}
.pt-carousel.animation-bottom-sliding figcaption a .fa {
font-size: 16px;
}
.pt-carousel.animation-none figure:hover img {
opacity: 1;
}
.pt-carousel.animation-none img {
opacity: 0.8;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
.pt-carousel.animation-none figcaption {
display: none;
}
.pt-carousel .carousel-item {
margin: 0 -15px;
}
.pt-carousel .carousel-item:after {
display: block;
content: '';
clear: both;
}
.pt-carousel .per-slide-6 .carousel-item {
margin-top: -30px;
}
.pt-carousel .per-slide-6 .item-wrapper {
width: 33%;
padding: 30px 15px 0;
}
.pt-carousel .per-slide-3 .item-wrapper {
width: 33%;
}
.pt-carousel .per-slide-2 .item-wrapper {
width: 50%;
}
.pt-carousel .per-slide-1 .item-wrapper {
width: 100%;
text-align: center;
}
.pt-carousel .item-wrapper.rotator {
padding-bottom: 0;
padding-top: 0;
}
.pt-carousel .item-wrapper.rotator figure {
background: #fafafa;
padding: 16px 8px;
text-align: center;
border-style: solid;
border-width: 1px;
max-width: 262px;
display: inline-block;
}
.pt-carousel .item-wrapper.rotator figcaption {
padding: 0 20px 15px 20px;
position: relative;
transition: none;
opacity: 1;
transform: none !important;
background: transparent;
display: block;
}
.pt-carousel .item-wrapper.rotator figcaption h3 {
font-size: 22px;
font-weight: 200;
display: block;
text-align: center;
border-style: solid;
border-width: 0 0 2px 0;
padding-bottom: 5px;
text-transform: uppercase;
background: transparent;
}
.pt-carousel .item-wrapper.rotator figcaption span {
display: block;
text-align: center;
font-size: inherit;
padding-top: 10px;
background: transparent;
}
.pt-carousel .item-wrapper.rotator a {
display: block;
position: relative;
font-size: 14px;
text-transform: uppercase;
background: rgba(255, 255, 255, 0.95);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin: -18px auto 0;
border-style: solid;
border-width: 1px;
padding: 8px 15px;
max-width: 130px;
}
.pt-carousel .item-wrapper.rotator a:hover {
opacity: 1;
}
.widget .pt-carousel .title-wrapper {
display: none;
} .pt-member-contact h3 {
font-size: 18px;
margin: 0;
font-weight: lighter;
}
.pt-member-contact span {
font-size: 15px;
}
.pt-member-contact p {
margin: 0;
padding: 0;
}
.pt-member-contact .contact-btns {
font-size: 20px;
}
.pt-member-contact .contact-btns a {
display: inline-block;
width: 30px;
height: 30px;
margin-right: 10px;
text-align: center;
}
.pt-member-contact.img-pos-left .contact-img-wrapper {
width: 120px;
height: 120px;
-webkit-border-radius: 50%;
border-radius: 50%;
display: inline-block;
float: left;
margin: 20px 25px 15px -90px;
overflow: hidden;
}
.pt-member-contact.img-pos-left .text-wrapper {
padding: 30px;
border-style: solid;
border-width: 1px;
margin-left: 60px;
}
.pt-member-contact.img-pos-left .text-wrapper h3 {
padding: 0;
display: inline-block;
}
.pt-member-contact.img-pos-left .text-wrapper span {
padding: 0;
display: block;
}
.pt-member-contact.img-pos-left .text-wrapper p {
padding: 10px 0 20px 0;
}
.pt-member-contact.img-pos-left .text-wrapper .contact-btns {
padding: 0;
}
.pt-member-contact.img-pos-top .text-wrapper {
padding: 0;
border-style: solid;
border-width: 0 1px 1px 1px;
}
.pt-member-contact.img-pos-top .text-wrapper h3 {
padding: 20px 20px 0 20px;
}
.pt-member-contact.img-pos-top .text-wrapper span {
padding: 0 20px;
}
.pt-member-contact.img-pos-top .text-wrapper p {
padding: 10px 20px 20px;
}
.pt-member-contact.img-pos-top .text-wrapper .contact-btns {
padding: 8px 20px 0 20px;
border-style: solid;
border-width: 1px 0 0 0;
}
.pt-member-contact.img-pos-center .contact-img-wrapper {
width: 100%;
max-width: 263px;
height: auto;
max-height: 263px;
-webkit-border-radius: 50%;
border-radius: 50%;
display: inline-block;
margin: 0px;
overflow: hidden;
}
.pt-member-contact.img-pos-center .text-wrapper {
padding: 10px;
width: 120px;
height: 120px;
-webkit-border-radius: 50%;
border-radius: 50%;
position: absolute;
right: 0;
bottom: 0;
overflow: hidden;
display: inline-block;
vertical-align: middle;
text-align: center;
}
.pt-member-contact.img-pos-center .text-wrapper:before {
display: block;
width: 0;
height: 0;
position: absolute;
top: 50%;
left: 50%;
content: '';
background: transparent;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.pt-member-contact.img-pos-center .text-wrapper:after {
display: inline-block;
height: 100%;
width: 1px;
content: '';
vertical-align: middle;
}
.pt-member-contact.img-pos-center .text-wrapper .vertical-wrapper {
display: inline-block;
vertical-align: middle;
}
.pt-member-contact.img-pos-center .text-wrapper h3,
.pt-member-contact.img-pos-center .text-wrapper span {
padding: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
opacity: 0;
color: #fff;
position: relative;
}
.pt-member-contact.img-pos-center .text-wrapper h3 {
font-size: 16px;
font-weight: 500;
}
.pt-member-contact.img-pos-center .text-wrapper span {
font-size: 13px;
font-weight: 200;
}
.pt-member-contact.img-pos-center:hover .text-wrapper:before {
top: 0;
left: 0;
width: 120px;
height: 120px;
}
.pt-member-contact.img-pos-center:hover .text-wrapper h3,
.pt-member-contact.img-pos-center:hover .text-wrapper span {
opacity: 1;
transition-delay: 0.3s;
} .pt-vendors-carousel {
margin: 0 -15px;
}
.wpb_content_element.pt-vendors-carousel .title-wrapper {
margin-bottom: 35px;
}
.pt-vendors-carousel ul {
list-style: none;
}
.pt-vendors-carousel ul li {
float: left;
padding: 0 15px;
text-align: center;
max-width: 100%;
}
.pt-vendors-carousel ul li .wrap {
position: relative;
text-align: center;
}
.pt-vendors-carousel ul li .wrap img {
display: inline-block;
max-width: 100%;
}
.pt-vendors-carousel ul li a.button {
width: 120px;
text-align: center;
display: inline-block;
position: absolute;
margin: -18px 0 0 -60px;
left: 50%;
top: 50%;
opacity: 0;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: scale(2);
transform: scale(2);
height: 36px;
line-height: 36px;
}
.pt-vendors-carousel ul li:hover a {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.pt-vendors-carousel ul li h4 {
font-size: 18px;
font-weight: 300;
margin: 0;
padding: 7px 0;
} .pt-woo-shortcode,
.pt-posts-shortcode {
margin-left: -15px;
margin-right: -15px;
}
.wpb_content_element .shortcode-title {
display: inline-block;
font-weight: 300;
font-size: 30px;
padding-left: 15px;
margin-bottom: 0;
}
.wpb_content_element .title-wrapper {
position: relative;
display: inline-block;
vertical-align: middle;
width: 100%;
margin-bottom: 15px;
}
.pt-carousel .title-wrapper .shortcode-title,
.pt-testimonials .title-wrapper .shortcode-title {
padding-left: 0;
}
.pt-sales-carousel .shortcode-title {
padding-left: 0;
margin-bottom: 15px;
}
.slider-navi {
display: inline-block;
padding-right: 15px;
position: absolute;
right: 0;
}
.slider-navi span {
display: inline-block;
width: 30px;
height: 30px;
line-height: 26px;
cursor: pointer;
font-size: 18px;
border-style: solid;
border-width: 1px;
border-radius: 0;
text-align: center;
background: transparent;
-webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
-moz-transition: color 0.3s ease-out, background-color 0.3s ease-out;
-ms-transition: color 0.3s ease-out, background-color 0.3s ease-out;
-o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.slider-navi span:hover {
color: #fff;
}
.slider-navi span::before {
display: inline-block;
font-family: FontAwesome;
content: '';
}
.slider-navi .prev::before {
content: '\f104';
}
.slider-navi .next {
margin-left: 10px;
}
.slider-navi .next::before {
content: '\f105';
} .pt-woo-shortcode .pt-extra-gallery-thumbs {
display: none !important;
}
.pt-woo-shortcode .fade-hover .pt-extra-gallery-thumbs {
display: inline-block !important;
}
.pt-woo-shortcode .product-category h3 {
display: none;
}
.pt-woo-shortcode.with-slider .woocommerce {
clear: both;
}
.pt-woo-shortcode.with-slider .products {
margin: 0;
height: 100%;
width: 100%;
padding: 0;
}
.pt-woo-shortcode.with-slider .products .product {
height: auto;
margin-bottom: 0;
list-style: none;
}
.pt-woo-shortcode.with-slider .products .product .short-description {
display: none;
}
.pt-woo-shortcode.with-slider .products .product .additional-buttons {
display: none;
}
.pt-woo-shortcode.with-slider .products .product .fade-hover .additional-buttons {
display: inline-block;
}
.owl-carousel .owl-item .product, .owl-carousel .owl-item .post {
width: 100%!important;
}#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(//tiendamanualidades.cl/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888);src:url(//tiendamanualidades.cl/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(//tiendamanualidades.cl/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),url(//tiendamanualidades.cl/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),url(//tiendamanualidades.cl/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(//tiendamanualidades.cl/wp-content/plugins/revslider/public/assets/css/openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(//tiendamanualidades.cl/wp-content/plugins/revslider/public/assets/css/closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(//tiendamanualidades.cl/wp-content/plugins/revslider/public/assets/assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(//tiendamanualidades.cl/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(//tiendamanualidades.cl/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(//tiendamanualidades.cl/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(//tiendamanualidades.cl/wp-content/plugins/revslider/public/assets/assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(//tiendamanualidades.cl/wp-content/plugins/revslider/public/assets/assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(//tiendamanualidades.cl/wp-content/plugins/revslider/public/assets/assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}