@charset "UTF-8";
.text-left {
text-align:left;
}
.text-center {
text-align:center;
}
.text-right {
text-align:right;
} * {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
*:before, *:after {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
:root {
font-size:16px;
}
body {
margin:0;
color:#616161;
background-color:white;
font-family:"roboto";
font-weight:normal;
-webkit-font-smoothing:antialiased;
line-height:1.7;
word-break:break-word;
}
h1, h2, h3, h4, h5, h6 {
color:#232323;
font-family:"roboto";
font-weight:700;
line-height:normal;
}
a {
color:inherit;
text-decoration:none;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
figure, img, iframe {
max-width:100%;
}
figure {
margin:0;
}
.screen-reader-text {
visibility:hidden;
overflow:hidden;
position:absolute;
width:1px;
height:1px;
}
.site-content {
overflow-x:hidden;
}
.site-content:after {
display:block;
clear:both;
content:" ";
}
.main-content {
min-height:50vh;
}
.white-space {
height:50px;
border:none;
}
blockquote {
font-family:"Merriweather";
}
blockquote p {
font-family:inherit;
} input, select, textarea {
display:inline-block;
padding:8px 20px;
border:none;
background-color:white;
background-color:white;
-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.04), 0 4px 7px rgba(0, 0, 0, 0.08);
box-shadow:0 1px 5px rgba(0, 0, 0, 0.04), 0 4px 7px rgba(0, 0, 0, 0.08);
font-family:inherit;
font-size:inherit;
line-height:normal;
}
input:focus, select:focus, textarea:focus {
outline:none;
}
input[type="number"] {
width:100px;
}
textarea {
min-height:200px;
}
select {
max-width:100%;
padding-right:60px;
-webkit-border-radius:0;
border-radius:0;
background-image:url(//pelsermedia.com/wp-content/themes/livre/assets/img/select-arrow.png);
background-repeat:no-repeat;
background-position:right center;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
}
.button, button, input[type="submit"], input[type="reset"] {
display:inline-block;
padding:10px 30px;
border:none;
-webkit-border-radius:0;
border-radius:0;
color:white;
background-color:#eb8367;
-webkit-box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);
box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);
font-size:inherit;
font-weight:600;
line-height:1.5;
text-decoration:none;
cursor:pointer;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.button:hover, button:hover, input:hover[type="submit"], input:hover[type="reset"] {
color:white;
background-color:#f7cdc2;
}
.button.no-ui, button.no-ui, input.no-ui[type="submit"], input.no-ui[type="reset"] {
margin:0;
padding:0;
color:inherit;
background-color:transparent;
-webkit-box-shadow:none;
box-shadow:none;
}
.button--secondary, .product-grid .product__action .button.yith-wcqv-button, .product-grid .product__action button.yith-wcqv-button, .product-grid .product__action input.yith-wcqv-button[type="submit"], .product-grid .product__action input.yith-wcqv-button[type="reset"], .product-list .product__action .yith-wcqv-button {
color:white;
background-color:#b2dc71;
}
.button--secondary:hover, .product-grid .product__action .button.yith-wcqv-button:hover, .product-grid .product__action button.yith-wcqv-button:hover, .product-grid .product__action input.yith-wcqv-button:hover[type="submit"], .product-grid .product__action input.yith-wcqv-button:hover[type="reset"], .product-list .product__action .yith-wcqv-button:hover {
color:white;
background-color:#d0e1b7;
}
.button--special, .comment .reply a, .widget.tokoo-mailchimp-subscribe-form .mc4wp-form-fields input[type="submit"] {
overflow:hidden;
position:relative;
padding:10px 50px 10px 0;
border:none;
letter-spacing:1px;
text-transform:uppercase;
}
.button--special:after, .comment .reply a:after, .widget.tokoo-mailchimp-subscribe-form .mc4wp-form-fields input[type="submit"]:after {
position:absolute;
top:0;
bottom:0;
width:100%;
height:2px;
margin:auto;
margin-left:10px;
content:" ";
}
.button--special-left {
padding:10px 0 10px 50px;
}
.button--special-left:after {
display:none;
}
.button--special-left:before {
position:absolute;
top:0;
bottom:0;
width:100%;
height:2px;
margin:auto;
margin-right:10px;
content:" ";
}
.form-group {
margin-bottom:30px;
}
.form-group input, .form-group select {
width:100%;
}  table {
width:100%;
border-collapse:collapse;
-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
}
th, td {
padding:5px;
}
caption {
padding:10px;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
}
thead {
background-color:#232323;
}
thead th {
padding:10px 5px 5px;
color:white;
}
tbody {
background-color:white;
}
tbody tr:nth-child(odd) {
background-color:#f1f4f6;
}
tfoot {
color:white;
background-color:#232323;
}
tfoot a {
color:white;
} .site-header {
position:relative;
z-index:999;
max-width:100%;
background-color:white;
}
.site-header-wrap.is-sticky .site-header {
position:fixed;
top:0;
left:0;
width:100%;
}
.admin-bar .site-header-wrap.is-sticky .site-header {
top:32px;
}
@media screen and (max-width: 640px) {
.site-header-wrap.is-sticky .site-header {
position:relative;
}
.admin-bar .site-header-wrap.is-sticky .site-header {
top:0;
}
}
@media screen and (max-width: 640px) {
.site-header .site-header-wrap.is-sticky {
height:auto;
}
}
.site-header.sticky-enabled {
position:fixed;
top:0;
left:0;
width:100%;
}
.site-header .container, .site-header .container-fluid {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.no-flexbox .site-header .container, .no-flexbox .site-header .container-fluid {
display:table;
width:100%;
}
@media screen and (min-width: 991px) {
.site-header--type-1 .menu-main-toggle {
display:none;
}
}
.site-header--type-2 .hdr-widget--site-logo .site-logo {
display:inline-block;
}
.site-header--type-2 .hdr-widget--product-search {
-webkit-box-pack:end;
-ms-flex-pack:end;
-webkit-justify-content:flex-end;
justify-content:flex-end;
}
.hdr-widget {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
position:relative;
padding:30px 20px;
-webkit-align-items:center;
align-items:center;
-webkit-box-align:center;
-ms-flex-align:center;
}
.no-flexbox .hdr-widget {
display:table-cell;
vertical-align:middle;
}
.hdr-widget--menu-main {
position:relative;
padding:0;
}
.hdr-widget--menu-main:after {
display:none;
}
.hdr-widget--menu-main.open-onhover:hover .menu-main-wrapper {
z-index:1;
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
pointer-events:auto;
}
.hdr-widget--menu-main .menu-main-toggle {
padding:15px 20px 15px 0;
}
.hdr-widget-dropdown-menu {
-webkit-align-items:stretch;
align-items:stretch;
-webkit-box-align:stretch;
-webkit-box-flex:1;
-webkit-flex:1;
-ms-flex:1;
flex:1;
-ms-flex-align:stretch;
}
.hdr-widget-dropdown-menu .menu-main-dropdown {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
padding-left:15px;
-webkit-align-items:stretch;
align-items:stretch;
-webkit-box-align:stretch;
-ms-flex-align:stretch;
}
.hdr-widget-dropdown-menu .menu {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
margin:0;
padding:0;
list-style:none;
}
.hdr-widget-dropdown-menu .menu:after {
display:block;
clear:both;
content:" ";
}
@media screen and (max-width: 990px) {
.hdr-widget-dropdown-menu .menu {
display:none;
}
}
.hdr-widget-dropdown-menu .menu-item, .hdr-widget-dropdown-menu .menu .page_item {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
position:relative;
}
.hdr-widget-dropdown-menu .menu-item a, .hdr-widget-dropdown-menu .menu .page_item a {
display:block;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
padding:10px 15px;
-webkit-align-items:center;
align-items:center;
-webkit-box-align:center;
-ms-flex-align:center;
}
.hdr-widget-dropdown-menu .menu-item a i, .hdr-widget-dropdown-menu .menu .page_item a i {
display:inline-block;
margin-right:10px;
}
.hdr-widget-dropdown-menu .menu-item:hover > a, .hdr-widget-dropdown-menu .menu .page_item:hover > a {
color:#eb8367;
}
.hdr-widget-dropdown-menu .menu-item:hover > .sub-menu, .hdr-widget-dropdown-menu .menu .page_item:hover > .sub-menu {
visibility:visible;
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
pointer-events:auto;
}
.no-csspointerevents .hdr-widget-dropdown-menu .menu-item:hover > .sub-menu, .no-csspointerevents .hdr-widget-dropdown-menu .menu .page_item:hover > .sub-menu {
display:block;
}
.hdr-widget-dropdown-menu .menu > .menu-item > a:before {
position:absolute;
bottom:0;
left:0;
width:0;
height:5px;
background-color:#eb8367;
content:" ";
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.hdr-widget-dropdown-menu .menu > .menu-item:hover > a:before {
width:100%;
}
.hdr-widget-dropdown-menu > .menu-item > .sub-menu {
border:1px solid #e3e3e3;
}
.hdr-widget-dropdown-menu .sub-menu {
position:absolute;
top:100%;
left:0;
min-width:250px;
margin:0;
padding:0;
-webkit-border-bottom-right-radius:3px;
border-bottom-right-radius:3px;
-webkit-border-bottom-left-radius:3px;
border-bottom-left-radius:3px;
opacity:0;
background-color:white;
background-repeat:no-repeat;
background-position:bottom right;
-webkit-box-shadow:0 10px 30px -5px rgba(0, 0, 0, 0.1);
box-shadow:0 10px 30px -5px rgba(0, 0, 0, 0.1);
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
-webkit-transform:translateY(30px);
-ms-transform:translateY(30px);
-o-transform:translateY(30px);
transform:translateY(30px);
pointer-events:none;
}
.hdr-widget-dropdown-menu .sub-menu.with_bg_image {
background-size:initial;
}
.hdr-widget-dropdown-menu .sub-menu.with_bg_image.top-left {
background-position:top left;
}
.hdr-widget-dropdown-menu .sub-menu.with_bg_image.top-right {
background-position:top right;
}
.hdr-widget-dropdown-menu .sub-menu.with_bg_image.bottom-left {
background-position:bottom left;
}
.hdr-widget-dropdown-menu .sub-menu.with_bg_image.bottom-right {
background-position:bottom right;
}
.no-csspointerevents .hdr-widget-dropdown-menu .sub-menu {
display:none;
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
}
.hdr-widget-dropdown-menu .sub-menu .menu-item {
display:block;
}
.hdr-widget-dropdown-menu .sub-menu .menu-item a {
display:block;
position:relative;
z-index:1;
padding:10px 15px;
font-size:90%;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.hdr-widget-dropdown-menu .sub-menu .menu-item a:before {
position:absolute;
z-index:-1;
top:0;
left:0;
width:100%;
height:100%;
opacity:0;
color:white;
background-color:#eb8367;
content:" ";
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.hdr-widget-dropdown-menu .sub-menu .menu-item:hover > a {
color:white;
}
.hdr-widget-dropdown-menu .sub-menu .menu-item:hover > a .menu-desc {
color:rgba(255, 255, 255, 0.7);
}
.hdr-widget-dropdown-menu .sub-menu .menu-item:hover > a:before {
opacity:1;
}
.hdr-widget-dropdown-menu .sub-menu .sub-menu {
top:0;
left:100%;
-webkit-border-top-right-radius:3px;
border-top-right-radius:3px;
}
.hdr-widget-dropdown-menu .menu-desc {
display:block;
color:#999999;
font-size:70%;
line-height:1.3;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.hdr-widget-dropdown-menu .mega-menu > .sub-menu {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
visibility:hidden;
pointer-events:none;
}
.hdr-widget-dropdown-menu .mega-menu > .sub-menu > .menu-item {
display:table-cell;
width:200px;
}
.hdr-widget-dropdown-menu .mega-menu > .sub-menu > .menu-item > a {
font-weight:700;
text-transform:uppercase;
}
.hdr-widget-dropdown-menu .mega-menu > .sub-menu > .menu-item > a .menu-desc {
color:inherit;
}
.hdr-widget-dropdown-menu .mega-menu > .sub-menu > .menu-item:hover > a {
color:inherit;
}
.hdr-widget-dropdown-menu .mega-menu > .sub-menu > .menu-item:hover > a:before {
display:none;
}
.hdr-widget-dropdown-menu .mega-menu > .sub-menu > .menu-item .sub-menu {
position:static;
min-width:auto;
opacity:1;
background-color:transparent;
-webkit-box-shadow:none;
box-shadow:none;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
pointer-events:auto;
}
.hdr-widget-dropdown-menu .mega-menu > .sub-menu > .menu-item .menu-item-has-children:hover > a {
color:inherit;
}
.hdr-widget-dropdown-menu .mega-menu > .sub-menu > .menu-item .menu-item-has-children:hover > a:before {
background-color:transparent;
}
.hdr-widget-dropdown-menu .mega-menu > .sub-menu > .menu-item .menu-item-has-children > a {
font-weight:700;
text-transform:uppercase;
}
.hdr-widget--site-logo {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
flex-direction:column;
padding-right:20px;
padding-left:0;
-webkit-align-items:flex-start;
align-items:flex-start;
-webkit-box-align:start;
-webkit-box-direction:normal;
-webkit-box-orient:vertical;
-webkit-box-pack:center;
-ms-flex-align:start;
-webkit-flex-direction:column;
-ms-flex-direction:column;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
}
@media screen and (max-width: 768px) {
.hdr-widget--site-logo {
padding-right:15px;
}
.hdr-widget--site-logo:after {
display:none;
}
}
@media screen and (max-width: 480px) {
.hdr-widget--site-logo {
max-width:150px;
}
}
.hdr-widget--site-logo .site-logo {
margin:0;
color:black;
font-size:24px;
font-weight:300;
line-height:1;
}
.hdr-widget--site-logo .site-logo a {
color:black;
}
.hdr-widget--site-logo .site-description {
display:block;
margin-top:5px;
color:#999999;
font-size:12px;
font-size:0.75em;
line-height:normal;
}
.hdr-widget--site-logo a, .hdr-widget--site-logo img {
display:block;
}
.hdr-widget--site-logo a {
position:relative;
color:black;
color:#eb8367;
background-color:white;
text-decoration:none;
}
.hdr-widget--site-logo a strong {
font-weight:500;
}
.hdr-widget--site-logo a span {
color:#eb8367;
}
.hdr-widget--product-search {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-flex:1;
-webkit-flex:1 0 auto;
-ms-flex:1 0 auto;
flex:1 0 auto;
}
.hdr-widget--product-search form {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
width:100%;
margin-bottom:0;
-webkit-align-items:center;
align-items:center;
-webkit-box-align:center;
-ms-flex-align:center;
}
@media screen and (max-width: 990px) {
.hdr-widget--product-search {
display:none !important;
}
}
.hdr-widget--product-search select {
border:none;
-webkit-box-shadow:none;
box-shadow:none;
}
.hdr-widget--product-search .product-search-category {
position:relative;
max-width:210px;
padding-right:20px;
}
.hdr-widget--product-search .product-search-category select {
background-image:none;
}
@media screen and (max-width: 1024px) {
.hdr-widget--product-search .product-search-category {
display:none;
}
}
.hdr-widget--product-search .product-search-category .fa {
position:absolute;
top:0;
right:20px;
bottom:0;
height:14px;
margin:auto;
pointer-events:none;
}
.hdr-widget--product-search .product-search-input {
overflow:hidden;
position:relative;
-webkit-box-flex:1;
-webkit-flex-grow:1;
flex-grow:1;
-ms-flex-positive:1;
}
.hdr-widget--product-search .product-search-input .line {
position:absolute;
right:0;
bottom:0;
left:0;
width:100%;
height:2px;
margin:auto;
opacity:0;
background-color:#eb8367;
content:" ";
-webkit-transition:0.2s cubic-bezier(1, -0.02, 0.15, 1.03);
-o-transition:0.2s cubic-bezier(1, -0.02, 0.15, 1.03);
transition:0.2s cubic-bezier(1, -0.02, 0.15, 1.03);
-webkit-transform:scaleX(0);
-ms-transform:scaleX(0);
-o-transform:scaleX(0);
transform:scaleX(0);
}
.hdr-widget--product-search .product-search-input input {
width:100%;
padding-right:40px;
padding-left:0;
border:none;
-webkit-border-radius:0;
border-radius:0;
font-size:inherit;
line-height:inherit;
}
.hdr-widget--product-search .product-search-input input:focus ~ .line, .hdr-widget--product-search .product-search-input input:active ~ .line {
opacity:1;
-webkit-transform:scaleX(1);
-ms-transform:scaleX(1);
-o-transform:scaleX(1);
transform:scaleX(1);
-webkit-animation:line-animation 3s infinite;
-o-animation:line-animation 3s infinite;
animation:line-animation 3s infinite;
}
.hdr-widget--product-search .product-search-input input.dirty + label {
opacity:0;
-webkit-transform:translateX(50px);
-ms-transform:translateX(50px);
-o-transform:translateX(50px);
transform:translateX(50px);
pointer-events:none;
}
.hdr-widget--product-search .product-search-input label {
display:block;
position:absolute;
top:10px;
color:#999999;
-webkit-transition:0.4s ease;
-o-transition:0.4s ease;
transition:0.4s ease;
pointer-events:none;
}
.hdr-widget--product-search .product-search-input label em {
font-weight:400;
}
.hdr-widget--product-search .search-icon {
position:absolute;
top:0 !important;
right:10px;
bottom:0;
height:16px;
margin:auto;
border:none;
background-color:transparent;
font-size:inherit;
line-height:1;
}
.rtl .hdr-widget--product-search .search-icon {
right:auto;
left:10px;
}
.hdr-widget--product-search.search-dropdown {
-webkit-box-flex:0;
-webkit-flex:0;
-ms-flex:0;
flex:0;
}
.hdr-widget--product-search.search-dropdown .search-dropdown-toggle {
position:relative;
border:none;
background-color:transparent;
font-size:18px;
}
.hdr-widget--product-search.search-dropdown .search-dropdown-toggle:before {
position:absolute;
font-family:"themify";
content:"\e646";
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
-webkit-transform:scale(0);
-ms-transform:scale(0);
-o-transform:scale(0);
transform:scale(0);
}
.hdr-widget--product-search.search-dropdown form {
visibility:hidden;
position:absolute;
top:100%;
right:0;
width:300px;
padding:15px;
border:1px solid #e3e3e3;
opacity:0;
background-color:white;
-webkit-box-shadow:0 10px 30px -3px rgba(0, 0, 0, 0.2);
box-shadow:0 10px 30px -3px rgba(0, 0, 0, 0.2);
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
-webkit-transform:translateX(30px);
-ms-transform:translateX(30px);
-o-transform:translateX(30px);
transform:translateX(30px);
pointer-events:none;
}
.hdr-widget--product-search.search-dropdown form:before, .hdr-widget--product-search.search-dropdown form:after {
position:absolute;
right:20px;
bottom:100%;
width:0;
height:0;
border-width:10px;
border-style:solid;
content:" ";
}
.hdr-widget--product-search.search-dropdown form:before {
z-index:1;
border-color:transparent transparent white;
}
.hdr-widget--product-search.search-dropdown form:after {
right:18px;
border-width:12px;
border-color:transparent transparent #e3e3e3;
}
.hdr-widget--product-search.search-dropdown form input {
padding:5px;
border:1px solid #e3e3e3;
}
.hdr-widget--product-search.search-dropdown form label, .hdr-widget--product-search.search-dropdown form .product-search-category, .hdr-widget--product-search.search-dropdown form .line {
display:none;
}
.hdr-widget--product-search.search-dropdown form .search-icon {
top:10px;
right:10px;
}
.hdr-widget--product-search.search-dropdown .ti-search {
display:inline-block;
position:relative;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.hdr-widget--product-search.search-dropdown.search-open .search-dropdown-toggle:before {
-webkit-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
}
.hdr-widget--product-search.search-dropdown.search-open .ti-search {
-webkit-transform:scale(0);
-ms-transform:scale(0);
-o-transform:scale(0);
transform:scale(0);
}
.hdr-widget--product-search.search-dropdown.search-open .searchform {
visibility:visible;
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
-o-transform:translateX(0);
transform:translateX(0);
pointer-events:auto;
}
.hdr-widget--menu-user {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-align-items:center;
align-items:center;
-webkit-box-align:center;
-ms-flex-align:center;
}
@media screen and (max-width: 1024px) {
.hdr-widget--menu-user {
margin-left:auto;
}
}
@media screen and (max-width: 990px) {
.hdr-widget--menu-user {
display:none !important;
}
}
.hdr-widget--menu-user .menu-user-avatar {
padding:0;
border:none;
background-color:transparent;
}
.hdr-widget--menu-user .menu-user-avatar img {
display:block;
width:32px;
height:32px;
border:3px solid white;
-webkit-border-radius:50%;
border-radius:50%;
-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.1);
box-shadow:0 5px 10px rgba(0, 0, 0, 0.1);
}
.hdr-widget--menu-user .menu-user-avatar span {
display:none;
}
.hdr-widget--menu-user:hover .menu-user-wrap {
z-index:1;
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
pointer-events:auto;
}
.hdr-widget--menu-user .menu-user-wrap {
position:absolute;
z-index:-1;
top:100%;
right:0;
min-width:200px;
margin:0;
padding:10px 0;
padding-left:0;
border:1px solid #e3e3e3;
-webkit-border-radius:3px;
border-radius:3px;
opacity:0;
background-color:white;
list-style:none;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
-webkit-transform:translateY(30px);
-ms-transform:translateY(30px);
-o-transform:translateY(30px);
transform:translateY(30px);
pointer-events:none;
}
.hdr-widget--menu-user .menu-user-wrap:before {
position:absolute;
right:35px;
bottom:100%;
width:0;
border-width:10px;
border-style:solid;
border-color:transparent transparent white;
content:" ";
-webkit-filter:drop-shadow(0 -1px 0 #e3e3e3);
filter:drop-shadow(0 -1px 0 #e3e3e3);
}
.hdr-widget--menu-user .menu-user-wrap .menu {
margin:0;
padding:0;
list-style:none;
}
.hdr-widget--menu-user .menu-user-wrap .menu-item {
white-space:nowrap;
}
.hdr-widget--menu-user .menu-user-wrap .menu-item a {
display:block;
position:relative;
z-index:1;
padding:10px 20px;
color:inherit;
text-decoration:none;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.hdr-widget--menu-user .menu-user-wrap .menu-item a:after {
position:absolute;
z-index:-1;
top:0;
left:0;
width:100%;
height:100%;
opacity:0;
content:" ";
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.hdr-widget--menu-user .menu-user-wrap .menu-item:hover > a {
color:white;
}
.hdr-widget--menu-user .menu-user-wrap .menu-item:hover > a:after {
opacity:1;
}
@media screen and (max-width: 1024px) {
.hdr-widget--menu-cart {
padding:0 20px;
}
}
@media screen and (max-width: 768px) {
.hdr-widget--menu-cart {
margin-left:auto;
padding:0;
padding-left:15px;
}
}
@media screen and (max-width: 480px) {
.hdr-widget--menu-cart {
position:static;
}
}
.hdr-widget--menu-cart .menu-cart-trigger {
border:none;
background-color:transparent;
font-size:inherit;
font-weight:normal;
}
.hdr-widget--menu-cart .menu-cart-trigger .cart-count {
position:relative;
top:-5px;
margin-left:-5px;
padding:2px 5px;
-webkit-border-radius:10px;
border-radius:10px;
color:white !important;
background-color:#eb8367;
font-size:11px;
font-weight:700;
}
.hdr-widget--menu-cart:hover .widget_shopping_cart {
visibility:visible;
opacity:1 !important;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
pointer-events:auto;
}
.hdr-widget--menu-cart .widget_shopping_cart {
visibility:hidden;
position:absolute;
z-index:2;
top:100%;
right:0;
width:400px;
padding:15px;
border:1px solid #e3e3e3;
opacity:0 !important;
background-color:white;
-webkit-box-shadow:0 10px 20px -5px rgba(0, 0, 0, 0.2);
box-shadow:0 10px 20px -5px rgba(0, 0, 0, 0.2);
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
-webkit-transform:translateY(40px);
-ms-transform:translateY(40px);
-o-transform:translateY(40px);
transform:translateY(40px);
pointer-events:none;
}
.hdr-widget--menu-cart .widget_shopping_cart:before, .hdr-widget--menu-cart .widget_shopping_cart:after {
position:absolute;
right:30px;
bottom:100%;
width:0;
height:0;
border-width:10px;
border-style:solid;
content:" ";
}
.hdr-widget--menu-cart .widget_shopping_cart:before {
z-index:1;
border-color:transparent transparent white;
}
.hdr-widget--menu-cart .widget_shopping_cart:after {
right:28px;
border-width:12px;
border-color:transparent transparent #e3e3e3;
}
@media screen and (max-width: 480px) {
.hdr-widget--menu-cart .widget_shopping_cart {
left:0;
width:auto;
padding:30px;
}
}
.hdr-widget--menu-cart .widget_shopping_cart .cart_list.product_list_widget {
max-height:300px;
}
@media screen and (max-height: 1024px) {
.hdr-widget--menu-cart .widget_shopping_cart .cart_list.product_list_widget {
overflow:auto;
max-height:250px;
}
}
@-webkit-keyframes line-animation {
0% {
opacity:0;
-webkit-transform:scaleX(0);
transform:scaleX(0);
}
50% {
opacity:1;
-webkit-transform:scaleX(1.5);
transform:scaleX(1.5);
}
100% {
opacity:0;
-webkit-transform:scaleX(1.5);
transform:scaleX(1.5);
}
}
@-o-keyframes line-animation {
0% {
opacity:0;
-o-transform:scaleX(0);
transform:scaleX(0);
}
50% {
opacity:1;
-o-transform:scaleX(1.5);
transform:scaleX(1.5);
}
100% {
opacity:0;
-o-transform:scaleX(1.5);
transform:scaleX(1.5);
}
}
@keyframes line-animation {
0% {
opacity:0;
-webkit-transform:scaleX(0);
-o-transform:scaleX(0);
transform:scaleX(0);
}
50% {
opacity:1;
-webkit-transform:scaleX(1.5);
-o-transform:scaleX(1.5);
transform:scaleX(1.5);
}
100% {
opacity:0;
-webkit-transform:scaleX(1.5);
-o-transform:scaleX(1.5);
transform:scaleX(1.5);
}
}
.menu-main-overlay {
position:fixed;
z-index:98;
top:0;
left:0;
width:100%;
height:100%;
opacity:0;
background-color:rgba(0, 0, 0, 0.5);
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
pointer-events:none;
}
@media screen and (max-width: 640px) {
.menu-main-overlay {
display:none !important;
}
}
.menu-main-overlay.is-active {
opacity:1;
pointer-events:auto;
}
.user-auth-box {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
display:none;
overflow:auto;
position:fixed;
z-index:999;
top:0;
left:0;
width:100%;
height:100%;
-webkit-align-items:center;
align-items:center;
-webkit-box-align:center;
-webkit-box-pack:center;
-ms-flex-align:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
}
.user-auth-box .user-auth-overlay {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background-color:rgba(0, 0, 0, 0.6);
}
.user-auth-box .user-auth-box-content {
position:absolute;
z-index:1;
top:50%;
right:20px;
left:20px;
min-width:480px;
max-width:860px;
margin:40px auto;
padding:25px 20px 20px;
background-color:white;
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);
transform:translateY(-50%);
}
@media screen and (max-width: 640px) {
.user-auth-box .user-auth-box-content {
top:30px;
min-width:initial;
max-width:100%;
margin-top:0;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
}
.user-auth-box .user-auth-box-content .grid-item {
width:100%;
padding:0;
-webkit-flex-basis:100%;
flex-basis:100%;
-ms-flex-preferred-size:100%;
}
.user-auth-box .user-auth-box-content .grid-item.register {
margin-top:15px;
padding-top:15px;
border-top:1px dashed #e3e3e3;
border-left:none;
}
}
.user-auth-box .user-auth-box-content .woocommerce-error {
width:100%;
color:white;
}
.user-auth-box .user-auth-box-content .tokoo-popup__close {
position:absolute;
z-index:9;
top:-24px;
right:-24px;
width:48px;
height:48px;
padding:0;
border:3px solid #eb8367;
-webkit-border-radius:50%;
border-radius:50%;
color:#eb8367;
background-color:white;
font-size:24px;
font-size:1.5em;
line-height:48px;
}
@media screen and (max-width: 640px) {
.user-auth-box .user-auth-box-content .tokoo-popup__close {
top:15px;
right:15px;
width:32px;
height:32px;
padding:0;
font-size:18px;
font-size:1.125em;
line-height:32px;
}
}
.user-auth-box .user-auth-box-content:before {
position:absolute;
top:0;
left:0;
left:0;
width:100%;
height:5px;
content:" ";
}
.user-auth-box .user-auth-box-content .login, .user-auth-box .user-auth-box-content .register {
margin-bottom:0;
-webkit-box-shadow:none;
box-shadow:none;
}
.user-auth-box .user-auth-box-content .grid-item {
-webkit-box-flex:1;
-webkit-flex-grow:1;
flex-grow:1;
-ms-flex-positive:1;
}
.user-auth-box .user-auth-box-content .section-header {
margin-top:0;
}
.user-auth-box .user-auth-box-content .form-row {
margin-bottom:10px;
}
.user-auth-box .user-auth-box-content .form-row label {
display:block;
margin-bottom:5px;
font-size:14px;
font-size:0.875em;
font-weight:700;
}
.user-auth-box .user-auth-box-content .login-action:after {
display:block;
clear:both;
content:" ";
}
.user-auth-box .user-auth-box-content .login-action > label {
float:left;
margin-top:5px;
}
.user-auth-box .user-auth-box-content .login-action input[type="submit"] {
float:right;
margin-bottom:30px;
padding:5px 40px;
}
.user-auth-box .user-auth-box-content .register {
border-left:1px dashed #e3e3e3;
}
.user-auth-box .user-auth-box-content .lostpassword {
display:block;
font-size:12px;
font-size:0.75em;
text-align:right;
}
.user-auth-box .user-auth-box-content .register-action {
text-align:right;
}
.user-auth-box .user-auth-box-content .register-action input[type="submit"] {
padding:5px 40px;
}
.user-auth-box .user-auth-box-content .woocommerce-password-strength {
margin:10px 0;
font-size:14px;
font-size:0.875em;
}
.user-auth-box .user-auth-box-content .woocommerce-password-hint {
display:block;
padding:10px;
border:1px solid #e3e3e3;
-webkit-border-radius:3px;
border-radius:3px;
} .main-content {
margin-bottom:50px;
}
.main-content:after {
display:block;
clear:both;
content:" ";
}
.main-content.layout-left-sidebar .content-area {
float:right;
padding-right:15px;
padding-left:50px;
}
@media screen and (max-width: 990px) {
.main-content.layout-left-sidebar .content-area {
width:100%;
padding-left:15px;
}
}
.main-content.layout-left-sidebar .sidebar.widget-area {
padding-right:0;
padding-left:15px;
border-left:none;
}
@media screen and (max-width: 990px) {
.main-content.layout-left-sidebar .sidebar.widget-area {
clear:both;
padding-right:15px;
border-right:none;
}
}
.main-content.layout-left-sidebar .sidebar.widget-area .widget {
padding-right:50px;
}
@media screen and (max-width: 990px) {
.main-content.layout-left-sidebar .sidebar.widget-area .widget {
padding-right:0;
}
}
.content-area.col-md-8 {
padding-right:50px;
}
@media screen and (max-width: 990px) {
.content-area.col-md-8 {
padding-right:15px;
}
} .footer-feature-list {
padding:30px 0;
text-align:center;
}
.footer-feature-list .feature__image {
display:inline-block;
margin-right:20px;
font-size:36px;
font-size:2.25em;
line-height:1;
vertical-align:middle;
}
.footer-feature-list .feature__image [class*="ti"], .footer-feature-list .feature__image [class*="ico"] {
line-height:1;
}
.footer-feature-list .feature__image [class*="ti"]:before, .footer-feature-list .feature__image [class*="ico"]:before {
line-height:inherit;
}
.footer-feature-list .feature__title {
display:inline-block;
margin:0;
line-height:1;
vertical-align:middle;
}
.site-footer a {
color:#eb8367;
}
.site-footer__widget-area {
padding:70px 0;
}
.site-footer__widget-area .grid-item:not(:last-child) {
border-right:1px dashed #e0e0e0;
}
@media screen and (max-width: 768px) {
.site-footer__widget-area .grid-item {
width:100% !important;
border-right:none !important;
}
}
.site-footer .widget .widget-title {
margin-left:0;
}
.site-footer__colophon {
padding:20px 0;
background-color:white;
}
@media screen and (max-width: 480px) {
.site-footer__colophon {
font-size:14px;
font-size:0.875em;
}
}
@media screen and (max-width: 480px) {
.site-footer__colophon .grid-item {
width:100% !important;
text-align:center !important;
}
} .container, body .kc-container {
margin-right:auto;
margin-left:auto;
padding-right:15px;
padding-left:15px;
}
.container:after, body .kc-container:after {
display:block;
clear:both;
content:" ";
}
@media (min-width: 768px) {
.container, body .kc-container {
max-width:750px;
}
}
@media (min-width: 992px) {
.container, body .kc-container {
max-width:970px;
}
}
@media (min-width: 1200px) {
.container, body .kc-container {
max-width:1170px;
}
}
.container .container, body .kc-container .container {
width:100%;
}
.container-fluid {
margin-right:auto;
margin-left:auto;
padding-right:15px;
padding-left:15px;
}
.container-fluid:after {
display:block;
clear:both;
content:" ";
}
.row {
margin-right:-15px;
margin-left:-15px;
}
.row:after {
display:block;
clear:both;
content:" ";
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position:relative;
min-height:1px;
padding-right:15px;
padding-left:15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float:left;
}
.col-xs-1 {
width:8.3333333333%;
}
.col-xs-2 {
width:16.6666666667%;
}
.col-xs-3 {
width:25%;
}
.col-xs-4 {
width:33.3333333333%;
}
.col-xs-5 {
width:41.6666666667%;
}
.col-xs-6 {
width:50%;
}
.col-xs-7 {
width:58.3333333333%;
}
.col-xs-8 {
width:66.6666666667%;
}
.col-xs-9 {
width:75%;
}
.col-xs-10 {
width:83.3333333333%;
}
.col-xs-11 {
width:91.6666666667%;
}
.col-xs-12 {
width:100%;
}
.col-xs-pull-0 {
right:auto;
}
.col-xs-pull-1 {
right:8.3333333333%;
}
.col-xs-pull-2 {
right:16.6666666667%;
}
.col-xs-pull-3 {
right:25%;
}
.col-xs-pull-4 {
right:33.3333333333%;
}
.col-xs-pull-5 {
right:41.6666666667%;
}
.col-xs-pull-6 {
right:50%;
}
.col-xs-pull-7 {
right:58.3333333333%;
}
.col-xs-pull-8 {
right:66.6666666667%;
}
.col-xs-pull-9 {
right:75%;
}
.col-xs-pull-10 {
right:83.3333333333%;
}
.col-xs-pull-11 {
right:91.6666666667%;
}
.col-xs-pull-12 {
right:100%;
}
.col-xs-push-0 {
left:auto;
}
.col-xs-push-1 {
left:8.3333333333%;
}
.col-xs-push-2 {
left:16.6666666667%;
}
.col-xs-push-3 {
left:25%;
}
.col-xs-push-4 {
left:33.3333333333%;
}
.col-xs-push-5 {
left:41.6666666667%;
}
.col-xs-push-6 {
left:50%;
}
.col-xs-push-7 {
left:58.3333333333%;
}
.col-xs-push-8 {
left:66.6666666667%;
}
.col-xs-push-9 {
left:75%;
}
.col-xs-push-10 {
left:83.3333333333%;
}
.col-xs-push-11 {
left:91.6666666667%;
}
.col-xs-push-12 {
left:100%;
}
.col-xs-offset-0 {
margin-left:0;
}
.col-xs-offset-1 {
margin-left:8.3333333333%;
}
.col-xs-offset-2 {
margin-left:16.6666666667%;
}
.col-xs-offset-3 {
margin-left:25%;
}
.col-xs-offset-4 {
margin-left:33.3333333333%;
}
.col-xs-offset-5 {
margin-left:41.6666666667%;
}
.col-xs-offset-6 {
margin-left:50%;
}
.col-xs-offset-7 {
margin-left:58.3333333333%;
}
.col-xs-offset-8 {
margin-left:66.6666666667%;
}
.col-xs-offset-9 {
margin-left:75%;
}
.col-xs-offset-10 {
margin-left:83.3333333333%;
}
.col-xs-offset-11 {
margin-left:91.6666666667%;
}
.col-xs-offset-12 {
margin-left:100%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float:left;
}
.col-sm-1 {
width:8.3333333333%;
}
.col-sm-2 {
width:16.6666666667%;
}
.col-sm-3 {
width:25%;
}
.col-sm-4 {
width:33.3333333333%;
}
.col-sm-5 {
width:41.6666666667%;
}
.col-sm-6 {
width:50%;
}
.col-sm-7 {
width:58.3333333333%;
}
.col-sm-8 {
width:66.6666666667%;
}
.col-sm-9 {
width:75%;
}
.col-sm-10 {
width:83.3333333333%;
}
.col-sm-11 {
width:91.6666666667%;
}
.col-sm-12 {
width:100%;
}
.col-sm-pull-0 {
right:auto;
}
.col-sm-pull-1 {
right:8.3333333333%;
}
.col-sm-pull-2 {
right:16.6666666667%;
}
.col-sm-pull-3 {
right:25%;
}
.col-sm-pull-4 {
right:33.3333333333%;
}
.col-sm-pull-5 {
right:41.6666666667%;
}
.col-sm-pull-6 {
right:50%;
}
.col-sm-pull-7 {
right:58.3333333333%;
}
.col-sm-pull-8 {
right:66.6666666667%;
}
.col-sm-pull-9 {
right:75%;
}
.col-sm-pull-10 {
right:83.3333333333%;
}
.col-sm-pull-11 {
right:91.6666666667%;
}
.col-sm-pull-12 {
right:100%;
}
.col-sm-push-0 {
left:auto;
}
.col-sm-push-1 {
left:8.3333333333%;
}
.col-sm-push-2 {
left:16.6666666667%;
}
.col-sm-push-3 {
left:25%;
}
.col-sm-push-4 {
left:33.3333333333%;
}
.col-sm-push-5 {
left:41.6666666667%;
}
.col-sm-push-6 {
left:50%;
}
.col-sm-push-7 {
left:58.3333333333%;
}
.col-sm-push-8 {
left:66.6666666667%;
}
.col-sm-push-9 {
left:75%;
}
.col-sm-push-10 {
left:83.3333333333%;
}
.col-sm-push-11 {
left:91.6666666667%;
}
.col-sm-push-12 {
left:100%;
}
.col-sm-offset-0 {
margin-left:0;
}
.col-sm-offset-1 {
margin-left:8.3333333333%;
}
.col-sm-offset-2 {
margin-left:16.6666666667%;
}
.col-sm-offset-3 {
margin-left:25%;
}
.col-sm-offset-4 {
margin-left:33.3333333333%;
}
.col-sm-offset-5 {
margin-left:41.6666666667%;
}
.col-sm-offset-6 {
margin-left:50%;
}
.col-sm-offset-7 {
margin-left:58.3333333333%;
}
.col-sm-offset-8 {
margin-left:66.6666666667%;
}
.col-sm-offset-9 {
margin-left:75%;
}
.col-sm-offset-10 {
margin-left:83.3333333333%;
}
.col-sm-offset-11 {
margin-left:91.6666666667%;
}
.col-sm-offset-12 {
margin-left:100%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float:left;
}
.col-md-1 {
width:8.3333333333%;
}
.col-md-2 {
width:16.6666666667%;
}
.col-md-3 {
width:25%;
}
.col-md-4 {
width:33.3333333333%;
}
.col-md-5 {
width:41.6666666667%;
}
.col-md-6 {
width:50%;
}
.col-md-7 {
width:58.3333333333%;
}
.col-md-8 {
width:66.6666666667%;
}
.col-md-9 {
width:75%;
}
.col-md-10 {
width:83.3333333333%;
}
.col-md-11 {
width:91.6666666667%;
}
.col-md-12 {
width:100%;
}
.col-md-pull-0 {
right:auto;
}
.col-md-pull-1 {
right:8.3333333333%;
}
.col-md-pull-2 {
right:16.6666666667%;
}
.col-md-pull-3 {
right:25%;
}
.col-md-pull-4 {
right:33.3333333333%;
}
.col-md-pull-5 {
right:41.6666666667%;
}
.col-md-pull-6 {
right:50%;
}
.col-md-pull-7 {
right:58.3333333333%;
}
.col-md-pull-8 {
right:66.6666666667%;
}
.col-md-pull-9 {
right:75%;
}
.col-md-pull-10 {
right:83.3333333333%;
}
.col-md-pull-11 {
right:91.6666666667%;
}
.col-md-pull-12 {
right:100%;
}
.col-md-push-0 {
left:auto;
}
.col-md-push-1 {
left:8.3333333333%;
}
.col-md-push-2 {
left:16.6666666667%;
}
.col-md-push-3 {
left:25%;
}
.col-md-push-4 {
left:33.3333333333%;
}
.col-md-push-5 {
left:41.6666666667%;
}
.col-md-push-6 {
left:50%;
}
.col-md-push-7 {
left:58.3333333333%;
}
.col-md-push-8 {
left:66.6666666667%;
}
.col-md-push-9 {
left:75%;
}
.col-md-push-10 {
left:83.3333333333%;
}
.col-md-push-11 {
left:91.6666666667%;
}
.col-md-push-12 {
left:100%;
}
.col-md-offset-0 {
margin-left:0;
}
.col-md-offset-1 {
margin-left:8.3333333333%;
}
.col-md-offset-2 {
margin-left:16.6666666667%;
}
.col-md-offset-3 {
margin-left:25%;
}
.col-md-offset-4 {
margin-left:33.3333333333%;
}
.col-md-offset-5 {
margin-left:41.6666666667%;
}
.col-md-offset-6 {
margin-left:50%;
}
.col-md-offset-7 {
margin-left:58.3333333333%;
}
.col-md-offset-8 {
margin-left:66.6666666667%;
}
.col-md-offset-9 {
margin-left:75%;
}
.col-md-offset-10 {
margin-left:83.3333333333%;
}
.col-md-offset-11 {
margin-left:91.6666666667%;
}
.col-md-offset-12 {
margin-left:100%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float:left;
}
.col-lg-1 {
width:8.3333333333%;
}
.col-lg-2 {
width:16.6666666667%;
}
.col-lg-3 {
width:25%;
}
.col-lg-4 {
width:33.3333333333%;
}
.col-lg-5 {
width:41.6666666667%;
}
.col-lg-6 {
width:50%;
}
.col-lg-7 {
width:58.3333333333%;
}
.col-lg-8 {
width:66.6666666667%;
}
.col-lg-9 {
width:75%;
}
.col-lg-10 {
width:83.3333333333%;
}
.col-lg-11 {
width:91.6666666667%;
}
.col-lg-12 {
width:100%;
}
.col-lg-pull-0 {
right:auto;
}
.col-lg-pull-1 {
right:8.3333333333%;
}
.col-lg-pull-2 {
right:16.6666666667%;
}
.col-lg-pull-3 {
right:25%;
}
.col-lg-pull-4 {
right:33.3333333333%;
}
.col-lg-pull-5 {
right:41.6666666667%;
}
.col-lg-pull-6 {
right:50%;
}
.col-lg-pull-7 {
right:58.3333333333%;
}
.col-lg-pull-8 {
right:66.6666666667%;
}
.col-lg-pull-9 {
right:75%;
}
.col-lg-pull-10 {
right:83.3333333333%;
}
.col-lg-pull-11 {
right:91.6666666667%;
}
.col-lg-pull-12 {
right:100%;
}
.col-lg-push-0 {
left:auto;
}
.col-lg-push-1 {
left:8.3333333333%;
}
.col-lg-push-2 {
left:16.6666666667%;
}
.col-lg-push-3 {
left:25%;
}
.col-lg-push-4 {
left:33.3333333333%;
}
.col-lg-push-5 {
left:41.6666666667%;
}
.col-lg-push-6 {
left:50%;
}
.col-lg-push-7 {
left:58.3333333333%;
}
.col-lg-push-8 {
left:66.6666666667%;
}
.col-lg-push-9 {
left:75%;
}
.col-lg-push-10 {
left:83.3333333333%;
}
.col-lg-push-11 {
left:91.6666666667%;
}
.col-lg-push-12 {
left:100%;
}
.col-lg-offset-0 {
margin-left:0;
}
.col-lg-offset-1 {
margin-left:8.3333333333%;
}
.col-lg-offset-2 {
margin-left:16.6666666667%;
}
.col-lg-offset-3 {
margin-left:25%;
}
.col-lg-offset-4 {
margin-left:33.3333333333%;
}
.col-lg-offset-5 {
margin-left:41.6666666667%;
}
.col-lg-offset-6 {
margin-left:50%;
}
.col-lg-offset-7 {
margin-left:58.3333333333%;
}
.col-lg-offset-8 {
margin-left:66.6666666667%;
}
.col-lg-offset-9 {
margin-left:75%;
}
.col-lg-offset-10 {
margin-left:83.3333333333%;
}
.col-lg-offset-11 {
margin-left:91.6666666667%;
}
.col-lg-offset-12 {
margin-left:100%;
}
}
@-ms-viewport {
width:device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
display:none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
display:none !important;
}
@media (max-width: 767px) {
.visible-xs {
display:block !important;
}
table.visible-xs {
display:table;
}
tr.visible-xs {
display:table-row !important;
}
th.visible-xs, td.visible-xs {
display:table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display:block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display:inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display:inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display:block !important;
}
table.visible-sm {
display:table;
}
tr.visible-sm {
display:table-row !important;
}
th.visible-sm, td.visible-sm {
display:table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display:block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display:inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display:inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display:block !important;
}
table.visible-md {
display:table;
}
tr.visible-md {
display:table-row !important;
}
th.visible-md, td.visible-md {
display:table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display:block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display:inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display:inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display:block !important;
}
table.visible-lg {
display:table;
}
tr.visible-lg {
display:table-row !important;
}
th.visible-lg, td.visible-lg {
display:table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display:block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display:inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display:inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display:none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display:none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display:none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display:none !important;
}
}
.visible-print {
display:none !important;
}
@media print {
.visible-print {
display:block !important;
}
table.visible-print {
display:table;
}
tr.visible-print {
display:table-row !important;
}
th.visible-print, td.visible-print {
display:table-cell !important;
}
}
.visible-print-block {
display:none !important;
}
@media print {
.visible-print-block {
display:block !important;
}
}
.visible-print-inline {
display:none !important;
}
@media print {
.visible-print-inline {
display:inline !important;
}
}
.visible-print-inline-block {
display:none !important;
}
@media print {
.visible-print-inline-block {
display:inline-block !important;
}
}
@media print {
.hidden-print {
display:none !important;
}
}
.container.no-gutter, .container-fluid.no-gutter {
padding:0;
}
.container.no-gutter .row, .container-fluid.no-gutter .row {
margin:0;
}
.container.no-gutter [class*="col-"], .container-fluid.no-gutter [class*="col-"] {
padding:0;
}
.equal-height {
display:table;
width:100%;
}
.equal-height [class^="col-"] {
display:table-cell;
float:none;
}
@media screen and (max-width: 768px) {
.equal-height [class^="col-sm-"] {
display:block;
width:100%;
}
}
@media screen and (max-width: 992px) {
.equal-height [class^="col-md-"] {
display:block;
width:100%;
}
}
@media screen and (max-width: 1200px) {
.equal-height [class^="col-lg-"] {
display:block;
width:100%;
}
}
.grid-layout {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
clear:both;
margin:0 -15px;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
@media screen and (max-width: 480px) {
.grid-layout {
margin:0 -10px;
}
}
.no-flexbox .grid-layout:after {
display:block;
clear:both;
content:" ";
}
.grid-layout.v-align {
-webkit-align-items:center;
align-items:center;
-webkit-box-align:center;
-ms-flex-align:center;
}
.grid-layout.b-align {
-webkit-align-items:flex-end;
align-items:flex-end;
-webkit-box-align:end;
-ms-flex-align:end;
}
.grid-layout .grid-item {
padding:15px 15px;
}
@media screen and (max-width: 480px) {
.grid-layout .grid-item {
padding:10px;
}
}
.no-flexbox .grid-layout .grid-item {
float:left;
}
.grid-layout.columns-1 .grid-item {
width:100%;
}
.grid-layout.columns-2 .grid-item {
width:50%;
}
.no-flexbox .grid-layout.columns-2 .grid-item:nth-child(2n+1) {
clear:both;
}
@media screen and (max-width: 480px) {
.grid-layout.columns-2 .grid-item {
width:100%;
}
}
.grid-layout.columns-3 .grid-item {
width:33.3333%;
}
.no-flexbox .grid-layout.columns-3 .grid-item:nth-child(3n+1) {
clear:both;
}
@media screen and (max-width: 640px) {
.grid-layout.columns-3 .grid-item {
width:50%;
}
.no-flexbox .grid-layout.columns-3 .grid-item:nth-child(3n+1) {
clear:none;
}
.no-flexbox .grid-layout.columns-3 .grid-item:nth-child(2n+1) {
clear:both;
}
}
@media screen and (max-width: 480px) {
.grid-layout.columns-3 .grid-item {
width:100%;
}
}
.grid-layout.columns-4 .grid-item {
width:25%;
}
.no-flexbox .grid-layout.columns-4 .grid-item:nth-child(4n+1) {
clear:both;
}
@media screen and (max-width: 1020px) {
.grid-layout.columns-4 .grid-item {
width:33.3333%;
}
.no-flexbox .grid-layout.columns-4 .grid-item:nth-child(4n+1) {
clear:none;
}
.no-flexbox .grid-layout.columns-4 .grid-item:nth-child(3n+1) {
clear:both;
}
}
@media screen and (max-width: 640px) {
.grid-layout.columns-4 .grid-item {
width:50%;
}
.no-flexbox .grid-layout.columns-4 .grid-item:nth-child(3n+1) {
clear:none;
}
.no-flexbox .grid-layout.columns-4 .grid-item:nth-child(2n+1) {
clear:both;
}
}
@media screen and (max-width: 480px) {
.grid-layout.columns-4 .grid-item {
width:100%;
}
}
.grid-layout.columns-5 .grid-item {
width:20%;
}
.no-flexbox .grid-layout.columns-5 .grid-item:nth-child(5n+1) {
clear:both;
}
@media screen and (max-width: 1020px) {
.grid-layout.columns-5 .grid-item {
width:33.3333%;
}
.no-flexbox .grid-layout.columns-5 .grid-item:nth-child(4n+1) {
clear:none;
}
.no-flexbox .grid-layout.columns-5 .grid-item:nth-child(3n+1) {
clear:both;
}
}
@media screen and (max-width: 640px) {
.grid-layout.columns-5 .grid-item {
width:50%;
}
.no-flexbox .grid-layout.columns-5 .grid-item:nth-child(3n+1) {
clear:none;
}
.no-flexbox .grid-layout.columns-5 .grid-item:nth-child(2n+1) {
clear:both;
}
}
@media screen and (max-width: 480px) {
.grid-layout.columns-5 .grid-item {
width:100%;
}
}
.grid-layout.columns-6 .grid-item {
width:16.6667%;
}
.no-flexbox .grid-layout.columns-6 .grid-item:nth-child(6n+1) {
clear:both;
}
@media screen and (max-width: 1020px) {
.grid-layout.columns-6 .grid-item {
width:33.3333% !important;
}
.no-flexbox .grid-layout.columns-6 .grid-item:nth-child(4n+1) {
clear:none;
}
.no-flexbox .grid-layout.columns-6 .grid-item:nth-child(3n+1) {
clear:both;
}
}
@media screen and (max-width: 640px) {
.grid-layout.columns-6 .grid-item {
width:50% !important;
}
.no-flexbox .grid-layout.columns-6 .grid-item:nth-child(3n+1) {
clear:none;
}
.no-flexbox .grid-layout.columns-6 .grid-item:nth-child(2n+1) {
clear:both;
}
}
@media screen and (max-width: 480px) {
.grid-layout.columns-6 .grid-item {
width:100% !important;
}
} .sidebar.widget-area {
padding-left:0;
}
@media screen and (max-width: 990px) {
.sidebar.widget-area {
padding-left:15px;
border-left:none;
}
}
.sidebar.widget-area .widget {
padding-bottom:30px;
padding-left:50px;
}
@media screen and (max-width: 990px) {
.sidebar.widget-area .widget {
padding-left:15px;
}
}
@media screen and (max-width: 990px) {
.sidebar.widget-area .widget {
padding:0 0 30px;
}
} .menu-main-toggle {
border:none;
outline:none;
background-color:transparent;
-webkit-tap-highlight-color:transparent;
}
.hamburger {
display:inline-block;
overflow:visible;
margin:0;
padding:15px 30px;
border:0;
outline:none;
color:inherit;
background-color:transparent;
font:inherit;
text-transform:none;
cursor:pointer;
-webkit-transition-timing-function:linear;
-o-transition-timing-function:linear;
transition-timing-function:linear;
-webkit-transition-duration:0.15s;
-o-transition-duration:0.15s;
transition-duration:0.15s;
-webkit-transition-property:opacity, -webkit-filter;
-o-transition-property:opacity, filter;
transition-property:opacity, -webkit-filter;
transition-property:opacity, filter;
transition-property:opacity, filter, -webkit-filter; }
.hamburger:hover {
opacity:0.7;
background-color:transparent;
}
.hamburger-box {
display:block;
position:relative;
width:20px;
height:18px;
}
.hamburger-inner {
display:block;
position:absolute;
top:50%;
width:20px;
height:2px;
margin-top:-2px;
-webkit-border-radius:4px;
border-radius:4px;
background:#eb8367;
-webkit-transition-timing-function:ease;
-o-transition-timing-function:ease;
transition-timing-function:ease;
-webkit-transition-duration:0.15s;
-o-transition-duration:0.15s;
transition-duration:0.15s;
-webkit-transition-property:-webkit-transform;
-o-transition-property:-o-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform, -o-transform;
transition-property:transform, -webkit-transform;
}
.hamburger-inner::before, .hamburger-inner::after {
display:block;
position:absolute;
width:20px;
height:2px;
-webkit-border-radius:4px;
border-radius:4px;
background:#eb8367;
content:"";
-webkit-transition-timing-function:ease;
-o-transition-timing-function:ease;
transition-timing-function:ease;
-webkit-transition-duration:0.15s;
-o-transition-duration:0.15s;
transition-duration:0.15s;
-webkit-transition-property:-webkit-transform;
-o-transition-property:-o-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform, -o-transform;
transition-property:transform, -webkit-transform;
}
.hamburger-inner::before {
top:-6px;
}
.hamburger-inner::after {
bottom:-6px;
}
.hamburger--elastic .hamburger-inner {
-webkit-transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55);
-o-transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55);
-webkit-transition-duration:0.4s;
-o-transition-duration:0.4s;
transition-duration:0.4s;
}
.hamburger--elastic .hamburger-inner::before {
top:-6px;
-webkit-transition:opacity 0.15s 0.4s ease;
-o-transition:opacity 0.15s 0.4s ease;
transition:opacity 0.15s 0.4s ease;
}
.hamburger--elastic .hamburger-inner::after {
top:6px;
-webkit-transition:-webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-o-transition:-o-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition:-webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition:transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition:transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition:transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
-webkit-transition-delay:0.1s;
-o-transition-delay:0.1s;
transition-delay:0.1s;
-webkit-transform:translate3d(0, 0, 0) rotate(135deg);
transform:translate3d(0, 0, 0) rotate(135deg);
}
.hamburger--elastic.is-active .hamburger-inner::before {
opacity:0;
-webkit-transition-delay:0s;
-o-transition-delay:0s;
transition-delay:0s;
}
.hamburger--elastic.is-active .hamburger-inner::after {
-webkit-transition-delay:0.1s;
-o-transition-delay:0.1s;
transition-delay:0.1s;
-webkit-transform:translate3d(0, -6px, 0) rotate(-270deg);
transform:translate3d(0, -6px, 0) rotate(-270deg);
}
.menu-main-wrapper {
display:none;
position:absolute;
z-index:1;
z-index:-1;
top:100%;
left:0;
padding:20px 0;
-webkit-border-radius:3px;
border-radius:3px;
opacity:0;
background-color:white;
-webkit-box-shadow:0 5px 20px -10px rgba(0, 0, 0, 0.3);
box-shadow:0 5px 20px -10px rgba(0, 0, 0, 0.3);
-webkit-transition:0.3s ease;
-webkit-transition:0.3s cubic-bezier(0.87, 0.04, 0.25, 1);
-o-transition:0.3s ease;
-o-transition:0.3s cubic-bezier(0.87, 0.04, 0.25, 1);
transition:0.3s ease;
transition:0.3s cubic-bezier(0.87, 0.04, 0.25, 1);
-webkit-transform:translateY(30px);
-ms-transform:translateY(30px);
-o-transform:translateY(30px);
transform:translateY(30px);
pointer-events:none;
}
@media screen and (max-width: 990px) {
.menu-main-wrapper {
display:none !important;
}
}
.menu-main-wrapper:after {
position:absolute;
bottom:100%;
left:11px;
width:0;
margin-bottom:-1px;
border-width:10px;
border-style:solid;
border-color:transparent transparent white;
content:" ";
-webkit-filter:drop-shadow(0 -1px 0 rgba(0, 0, 0, 0.1));
filter:drop-shadow(0 -1px 0 rgba(0, 0, 0, 0.1));
}
.menu-main-wrapper.is-active {
display:block;
z-index:1;
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
pointer-events:auto;
}
.menu-main-wrapper.mega-open {
overflow:hidden;
}
.menu-main-wrapper .menu, .menu-main-wrapper .sub-menu {
display:block;
margin:0;
padding:0;
list-style:none;
}
.menu-main-wrapper .menu {
display:inline-block;
position:relative;
font-size:90%;
-webkit-transition:-webkit-box-shadow 0.5s ease;
-o-transition:box-shadow 0.5s ease;
transition:-webkit-box-shadow 0.5s ease;
transition:box-shadow 0.5s ease;
transition:box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
}
.menu-main-wrapper .menu.sub-open {
-webkit-box-shadow:1px 0 0 rgba(0, 0, 0, 0.1);
box-shadow:1px 0 0 rgba(0, 0, 0, 0.1);
}
.menu-main-wrapper .menu > .menu-item {
min-width:200px;
}
.menu-main-wrapper .menu > .menu-item.menu-item-has-children > a:after {
position:absolute;
z-index:2;
top:10px;
right:10px;
font-family:"dripicons-v2";
content:"\56";
}
.menu-main-wrapper .menu > .menu-item a {
display:block;
position:relative;
z-index:1;
padding:10px 20px;
color:inherit;
line-height:1;
text-decoration:none;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.menu-main-wrapper .menu > .menu-item a:before {
position:absolute;
z-index:-1;
top:0;
left:0;
width:100%;
height:100%;
opacity:0;
content:" ";
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.menu-main-wrapper .menu > .menu-item:hover > a {
color:#eb8367;
}
.menu-main-wrapper .menu > .menu-item.sub-open > .sub-menu {
visibility:visible;
z-index:1;
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
pointer-events:auto;
}
.menu-main-wrapper .menu-desc {
display:block;
padding-bottom:5px;
color:#999999;
font-size:14px;
font-size:0.875em;
font-style:italic;
}
.menu-main-wrapper .menu-item .fa, .menu-main-wrapper .menu-item [class*="ico"] {
width:16px;
margin-right:10px;
}
.menu-main-wrapper .menu-item .fa:before, .menu-main-wrapper .menu-item [class*="ico"]:before {
line-height:1;
}
.menu-main-wrapper .menu-item a {
display:block;
padding:10px 20px;
}
.menu-main-wrapper .menu-item:not(.mega-menu) {
position:relative;
}
.menu-main-wrapper .menu-item:not(.mega-menu):hover > .sub-menu {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
pointer-events:auto;
}
.menu-main-wrapper .menu-item:not(.mega-menu) .sub-menu {
position:absolute;
top:0;
left:100%;
min-width:200px;
opacity:0;
background-color:white;
-webkit-box-shadow:0 5px 20px -10px rgba(0, 0, 0, 0.3);
box-shadow:0 5px 20px -10px rgba(0, 0, 0, 0.3);
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
-webkit-transform:translateY(30px);
-ms-transform:translateY(30px);
-o-transform:translateY(30px);
transform:translateY(30px);
pointer-events:none;
}
.menu-main-wrapper .menu-item:not(.mega-menu) .sub-menu a {
display:block;
position:relative;
padding:10px 20px;
line-height:1.8;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.menu-main-wrapper .menu-item:not(.mega-menu) .sub-menu li:hover > a {
color:#eb8367;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
visibility:hidden;
position:absolute;
top:0;
left:100%;
padding:0 20px;
opacity:0;
background-image:none !important;
-webkit-transition:opacity 0.15s ease, -webkit-transform 0.15s ease;
-o-transition:opacity 0.15s ease, -o-transform 0.15s ease;
transition:opacity 0.15s ease, -webkit-transform 0.15s ease;
transition:opacity 0.15s ease, transform 0.15s ease;
transition:opacity 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease, -o-transform 0.15s ease;
-webkit-transform:translateY(20px);
-ms-transform:translateY(20px);
-o-transform:translateY(20px);
transform:translateY(20px);
pointer-events:none;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu:after {
display:block;
clear:both;
content:" ";
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu > .menu-item {
min-width:200px;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu > .menu-item:not(:last-child) {
padding-right:30px;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu .menu-item-has-children > a {
color:#232323;
font-size:16px;
font-weight:700;
text-transform:uppercase;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu .menu-item-has-children > a .menu-desc {
padding-top:3px;
font-size:13px;
font-weight:400;
font-style:normal;
line-height:1.5;
text-transform:initial;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu .sub-menu {
display:block;
position:relative;
left:0;
opacity:1;
background:transparent;
-webkit-box-shadow:none;
box-shadow:none;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
pointer-events:auto;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu .sub-menu .menu-item-has-children {
margin-top:20px;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu .sub-menu a {
position:relative;
padding:5px 20px;
color:#232323;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu .sub-menu a:before {
top:auto;
bottom:0;
height:1px;
background-color:rgba(0, 0, 0, 0.1);
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu .sub-menu a:after {
position:absolute;
right:0;
bottom:0;
width:0;
height:1px;
background-color:#eb8367;
content:" ";
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu .sub-menu a:hover:after {
right:auto;
left:0;
width:100%;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu .sub-menu a .menu-desc {
font-weight:400;
}
.menu-main-wrapper .menu .page_item:not(.menu-item) {
position:relative;
white-space:nowrap;
}
.menu-main-wrapper .menu .page_item:not(.menu-item) a {
padding:10px 15px;
}
.menu-main-wrapper .menu .page_item:not(.menu-item) a:hover {
color:#eb8367;
}
.menu-main-wrapper .menu .page_item:not(.menu-item) .children {
position:absolute;
top:0;
left:100%;
}
.menu-main-wrapper .hover-area {
position:absolute;
top:0;
}
.menu-background {
overflow-x:hidden;
position:absolute;
z-index:-1;
top:0;
left:0;
width:100%;
height:100%;
border:1px solid #e3e3e3;
background-color:white;
-webkit-transition:width 0.3s ease;
-o-transition:width 0.3s ease;
transition:width 0.3s ease;
}
.menu-background .menu-main-background {
position:absolute;
top:0;
bottom:0;
left:0;
background-color:inherit;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.menu-background .menu-main-background.sub-open {
-webkit-box-shadow:4px 0 5px -4px rgba(0, 0, 0, 0.1);
box-shadow:4px 0 5px -4px rgba(0, 0, 0, 0.1);
}
.menu-background .sub-bg-container {
position:absolute;
top:0;
right:0;
bottom:0;
background-repeat:no-repeat;
background-position:bottom right;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.mobile-menu-wrap {
display:none;
position:relative;
padding:15px;
border-top:1px solid #e3e3e3;
}
@media screen and (min-width: 991px) {
.mobile-menu-wrap {
display:none !important;
}
}
.mobile-menu-wrap .hdr-widget--product-search, .mobile-menu-wrap .hdr-widget--menu-user {
display:block !important;
padding:15px;
}
.mobile-menu-wrap .hdr-widget--product-search {
padding:15px 0;
}
.mobile-menu-wrap .hdr-widget--product-search .search-icon {
right:0;
}
.mobile-menu-wrap .hdr-widget--menu-user {
margin-top:15px;
padding:0;
border:1px solid #e3e3e3;
}
.mobile-menu-wrap .hdr-widget--menu-user a {
display:block;
color:inherit;
}
.mobile-menu-wrap .hdr-widget--menu-user .menu-nologin-user-wrap a {
padding:10px;
}
.mobile-menu-wrap .hdr-widget--menu-user .menu-nologin-user-wrap a:before {
display:inline-block;
margin-right:10px;
font-family:"Dripicons-v2";
vertical-align:middle;
content:"\e013";
}
.mobile-menu-wrap .hdr-widget--menu-user .menu-user-avatar {
display:block;
width:100%;
padding:10px 15px;
font-size:inherit;
text-align:left;
}
.mobile-menu-wrap .hdr-widget--menu-user .menu-user-avatar:after {
position:absolute;
top:0;
right:20px;
bottom:0;
height:24px;
margin:auto;
font-family:"Dripicons-v2";
content:"\54";
}
.mobile-menu-wrap .hdr-widget--menu-user .menu-user-avatar img {
display:inline-block;
margin-right:10px;
vertical-align:middle;
}
.mobile-menu-wrap .hdr-widget--menu-user .menu-user-avatar span {
display:inline-block;
text-transform:capitalize;
}
.mobile-menu-wrap .hdr-widget--menu-user .menu-user-wrap {
display:none;
position:relative;
padding:0;
border:none;
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
}
.mobile-menu-wrap .hdr-widget--menu-user .menu-user-wrap:before, .mobile-menu-wrap .hdr-widget--menu-user .menu-user-wrap:after {
display:none;
}
.mobile-menu-wrap .hdr-widget--menu-user .menu-user-wrap .menu-item {
border-top:1px solid #e3e3e3;
}
.mobile-menu .menu {
margin:0;
padding:0;
border:1px solid #e3e3e3;
border-bottom:none;
list-style:none;
}
.mobile-menu .menu-item {
border-bottom:1px solid #e3e3e3;
}
.mobile-menu .menu-item a {
display:block;
position:relative;
padding:10px 20px;
}
.mobile-menu .menu-item a .fa, .mobile-menu .menu-item a [class*="ico"], .mobile-menu .menu-item a [class*="ti-"] {
width:16px;
margin-right:10px;
}
.mobile-menu .menu-desc {
display:none;
}
.mobile-menu .menu .sub-menu {
display:none;
margin:0;
padding-right:0;
padding-left:0;
padding-left:30px;
border-top:1px solid #e3e3e3;
background-image:none !important;
list-style:none;
}
.mobile-menu .menu .sub-menu .menu-item {
border-left:1px solid #e3e3e3;
}
.mobile-menu .menu .sub-menu .menu-item:last-child {
border-bottom:none;
}
.mobile-menu .open-sub {
position:absolute;
top:0;
right:0;
bottom:0;
min-width:48px;
border:none;
background:none;
font-size:16px;
text-align:center;
}
.mobile-menu .open-sub .dripicons-chevron-down {
display:inline-block;
position:relative;
margin-right:0 !important;
-webkit-transition:-webkit-transform 0.3s ease;
-o-transition:-o-transform 0.3s ease;
transition:-webkit-transform 0.3s ease;
transition:transform 0.3s ease;
transition:transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.mobile-menu .open-sub.active .dripicons-chevron-down {
-webkit-transform:rotate(180deg);
-ms-transform:rotate(180deg);
-o-transform:rotate(180deg);
transform:rotate(180deg);
} .hero-carousel-wrap {
position:relative;
background-color:#efefef;
}
.hero-carousel-wrap .uil-ripple {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
margin:auto;
-webkit-transition:opacity 0.3s ease;
-o-transition:opacity 0.3s ease;
transition:opacity 0.3s ease;
}
.hero-carousel-wrap .slick-initialized + .uil-ripple {
z-index:-1;
opacity:none;
}
.hero-carousel-wrap.style-1 .hero-carousel {
overflow:hidden;
position:relative;
white-space:nowrap;
}
.hero-carousel-wrap.style-1 .hero-carousel:after {
display:block;
clear:both;
content:" ";
}
.hero-carousel-wrap.style-1 .hero-carousel [tabindex]:focus {
outline:none;
}
.hero-carousel-wrap.style-1 .hero-carousel.slick-initialized .hero-item {
opacity:1;
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item {
display:inline-block;
position:relative;
padding:50px 25px;
outline:none !important;
opacity:0;
white-space:normal;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__inner {
position:relative;
-webkit-box-shadow:0 10px 20px -5px rgba(0, 0, 0, 0.6);
box-shadow:0 10px 20px -5px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 990px) {
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__inner {
-webkit-box-shadow:none;
box-shadow:none;
}
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item .block-link {
position:absolute;
z-index:1;
top:0;
left:0;
width:100%;
height:100%;
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__image {
position:relative;
margin:0;
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__image:after {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
background:-o-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background:linear-gradient(transparent, rgba(0, 0, 0, 0.4));
content:" ";
}
@media screen and (max-width: 990px) {
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__image {
margin-bottom:30px;
-webkit-box-shadow:0 10px 20px -5px rgba(0, 0, 0, 0.6);
box-shadow:0 10px 20px -5px rgba(0, 0, 0, 0.6);
}
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__image img {
display:block;
width:100%;
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item.slick-current .hero-item__detail {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__detail {
position:absolute;
z-index:1;
bottom:50px;
left:50px;
width:40%;
opacity:0;
-webkit-transition:0.5s ease;
-o-transition:0.5s ease;
transition:0.5s ease;
-webkit-transition-delay:0.3s;
-o-transition-delay:0.3s;
transition-delay:0.3s;
-webkit-transform:translateY(50px);
-ms-transform:translateY(50px);
-o-transform:translateY(50px);
transform:translateY(50px);
}
@media screen and (max-width: 1300px) {
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__detail {
bottom:30px;
left:30px;
width:50%;
}
}
@media screen and (max-width: 990px) {
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__detail {
position:relative;
right:0 !important;
bottom:0;
left:0;
width:100%;
color:inherit !important;
text-align:center !important;
}
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__detail--right {
right:50px;
left:auto;
text-align:right;
}
@media screen and (max-width: 1300px) {
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__detail--right {
right:30px;
}
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__title {
margin:0 0 10px;
color:white;
font-size:48px;
font-size:3em;
font-weight:900;
line-height:1;
}
@media screen and (max-width: 1300px) {
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__title {
color:#232323;
font-size:32px;
font-size:2em;
}
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__desc {
margin:0;
color:rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 990px) {
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__desc {
color:#999999;
}
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item {
position:relative;
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item .hero-background, .hero-carousel-wrap.style-2 .hero-carousel .hero-item .bg {
position:absolute;
width:100%;
height:100%;
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item .hero-background {
overflow:hidden;
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item .hero-background .bg {
background-position:center;
background-size:cover;
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item .hero-background .bg:before {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
background:-o-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background:linear-gradient(transparent, rgba(0, 0, 0, 0.4));
content:" ";
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item .hero-content {
position:relative;
z-index:1;
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item .hero-content .container {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
padding:100px 40px;
-webkit-align-items:center;
align-items:center;
-webkit-box-align:center;
-ms-flex-align:center;
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__inner {
width:100%;
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__inner:after {
display:block;
clear:both;
content:" ";
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item .block-link {
position:absolute;
z-index:1;
top:0;
left:0;
width:100%;
height:100%;
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__title {
margin:0;
opacity:0;
color:white;
font-size:64px;
font-size:4em;
line-height:1;
-webkit-transition:0.6s cubic-bezier(0.79, 0.03, 0.25, 1);
-o-transition:0.6s cubic-bezier(0.79, 0.03, 0.25, 1);
transition:0.6s cubic-bezier(0.79, 0.03, 0.25, 1);
-webkit-transition-delay:0.3s;
-o-transition-delay:0.3s;
transition-delay:0.3s;
-webkit-transform:translateY(100px);
-ms-transform:translateY(100px);
-o-transform:translateY(100px);
transform:translateY(100px);
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__desc {
opacity:0;
color:rgba(255, 255, 255, 0.8);
font-size:18px;
font-size:1.125em;
font-weight:300;
-webkit-transition:0.6s cubic-bezier(0.79, 0.03, 0.25, 1);
-o-transition:0.6s cubic-bezier(0.79, 0.03, 0.25, 1);
transition:0.6s cubic-bezier(0.79, 0.03, 0.25, 1);
-webkit-transition-delay:0.4s;
-o-transition-delay:0.4s;
transition-delay:0.4s;
-webkit-transform:translateY(100px);
-ms-transform:translateY(100px);
-o-transform:translateY(100px);
transform:translateY(100px);
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item.slick-current .hero-item__title, .hero-carousel-wrap.style-2 .hero-carousel .hero-item.slick-current .hero-item__desc {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__detail--right {
float:right;
text-align:right;
}
@media screen and (min-width: 991px) {
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__detail--right {
width:50%;
}
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__detail--left {
float:left;
text-align:left;
}
@media screen and (min-width: 991px) {
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__detail--left {
width:50%;
}
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__detail--center {
text-align:center;
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__detail--light .hero-background .bg:before {
background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.4)));
background:-o-linear-gradient(transparent, rgba(255, 255, 255, 0.4));
background:linear-gradient(transparent, rgba(255, 255, 255, 0.4));
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__detail--light .hero-item__title {
color:#333333;
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__detail--light .hero-item__desc {
color:rgba(0, 0, 0, 0.7);
}
.hero-carousel-wrap.style-2 .slick-prev, .hero-carousel-wrap.style-2 .slick-next {
position:absolute;
z-index:2;
top:0;
bottom:0;
width:36px;
height:36px;
margin:auto;
border:none;
color:white;
background:none;
font-size:36px;
font-size:2.25em;
line-height:1;
}
.hero-carousel-wrap.style-2 .slick-prev {
left:0;
}
.hero-carousel-wrap.style-2 .slick-next {
right:0;
}
.hero-carousel-wrap.style-2 .slick-dots {
position:absolute;
bottom:0;
left:0;
width:100%;
margin:0;
padding:20px 0;
text-align:center;
list-style:none;
}
.hero-carousel-wrap.style-2 .slick-dots li {
display:inline-block;
padding:0 5px;
}
.hero-carousel-wrap.style-2 .slick-dots li button {
overflow:hidden;
width:8px;
height:8px;
padding:0;
border:none;
-webkit-border-radius:10px;
border-radius:10px;
background:white;
text-indent:-9999px;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.hero-carousel-wrap.style-2 .slick-dots li.slick-active button {
width:30px;
} .post-grid .post[data-sticky]:after, .post-masonry .post[data-sticky]:after {
position:absolute;
top:25px;
right:15px;
padding:3px 10px;
color:white;
background-color:#eb8367;
font-size:80%;
font-weight:700;
content:attr(data-sticky);
}
.post-grid .post__inner, .post-masonry .post__inner {
overflow:hidden;
position:relative;
width:100%;
background-color:white;
-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.05);
box-shadow:0 5px 10px rgba(0, 0, 0, 0.05);
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.post-grid .post:hover .post__inner, .post-masonry .post:hover .post__inner {
-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
}
.post-grid .post__image a, .post-grid .post__image img, .post-masonry .post__image a, .post-masonry .post__image img {
display:block;
}
.post-grid .post__image img, .post-masonry .post__image img {
width:100%;
height:auto;
}
.post-grid .post:not(.has-post-thumbnail) .post__inner, .post-masonry .post:not(.has-post-thumbnail) .post__inner {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
flex-direction:column;
min-height:15em;
-webkit-box-direction:normal;
-webkit-box-orient:vertical;
-webkit-flex-direction:column;
-ms-flex-direction:column;
}
.post-grid .post:not(.has-post-thumbnail) .post__detail, .post-masonry .post:not(.has-post-thumbnail) .post__detail {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
flex-direction:column;
-webkit-box-direction:normal;
-webkit-box-flex:1;
-webkit-box-orient:vertical;
-webkit-flex:1;
-ms-flex:1;
flex:1;
-webkit-flex-direction:column;
-ms-flex-direction:column;
}
.post-grid .post:not(.has-post-thumbnail) .post__header, .post-masonry .post:not(.has-post-thumbnail) .post__header {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
flex-direction:column;
-webkit-box-direction:normal;
-webkit-box-orient:vertical;
-webkit-box-pack:center;
-webkit-flex-direction:column;
-ms-flex-direction:column;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
}
.post-grid .post__detail, .post-masonry .post__detail {
padding:20px;
}
@media screen and (max-width: 480px) {
.post-grid .post__detail, .post-masonry .post__detail {
padding:15px;
}
}
.post-grid .post__detail .categories, .post-masonry .post__detail .categories {
display:block;
color:#999999;
font-size:14px;
font-size:0.875em;
}
.post-grid .post__header, .post-masonry .post__header {
margin-bottom:20px;
-webkit-box-flex:1;
-webkit-flex:1;
-ms-flex:1;
flex:1;
}
.post-grid .post__title, .post-masonry .post__title {
margin:0 0 10px;
font-size:26px;
font-size:1.625em;
}
@media screen and (max-width: 480px) {
.post-grid .post__title, .post-masonry .post__title {
font-size:16px;
font-size:1em;
}
}
.post-grid .post__meta, .post-masonry .post__meta {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
margin:0 -20px -20px;
padding:15px;
border-top:1px solid #f0f0f0;
background-color:#fbfbfb;
font-size:14px;
font-size:0.875em;
-webkit-align-items:center;
align-items:center;
-webkit-box-align:center;
-ms-flex-align:center;
}
@media screen and (max-width: 480px) {
.post-grid .post__meta, .post-masonry .post__meta {
font-size:10px;
font-size:0.625em;
line-height:1.3;
}
}
.post-grid .post__meta .post__author, .post-masonry .post__meta .post__author {
-webkit-box-flex:1;
-webkit-flex:1;
-ms-flex:1;
flex:1;
}
.post-grid .post__meta img, .post-masonry .post__meta img {
display:inline-block;
margin-right:10px;
border:2px solid white;
-webkit-border-radius:50%;
border-radius:50%;
-webkit-box-shadow:0 1px 10px rgba(0, 0, 0, 0.1);
box-shadow:0 1px 10px rgba(0, 0, 0, 0.1);
vertical-align:middle;
}
.post-grid .post__meta img.\--square, .post-masonry .post__meta img.\--square {
-webkit-border-radius:0;
border-radius:0;
}
.post-grid .post__meta span, .post-masonry .post__meta span {
display:inline-block;
margin-right:10px;
color:#999999;
}
.post-grid .post__meta span a:hover, .post-masonry .post__meta span a:hover {
color:#eb8367;
}
.post-grid .post__more, .post-masonry .post__more {
display:inline-block;
margin-top:20px;
color:#eb8367;
font-weight:700;
}
.post-grid .post {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
}
.post-grid .post .post__image {
overflow:hidden;
max-height:300px;
}
.post-grid .post .post__image img {
max-height:300px;
-o-object-fit:cover;
object-fit:cover;
}
.post-list .post {
overflow:hidden;
position:relative;
margin-bottom:40px;
padding:30px 30px 35px;
background-color:white;
-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.05);
box-shadow:0 5px 10px rgba(0, 0, 0, 0.05);
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
@media screen and (max-width: 640px) {
.post-list .post {
padding:15px;
}
}
.post-list .post:hover {
-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
}
.post-list .post__inner {
display:table;
width:100%;
}
.post-list .post__image, .post-list .post__detail {
display:table-cell;
vertical-align:top;
}
@media screen and (max-width: 640px) {
.post-list .post__image, .post-list .post__detail {
display:block;
}
}
.post-list .post .categories {
color:#999999;
font-size:14px;
font-size:0.875em;
}
.post-list .post__image {
width:200px;
}
@media screen and (max-width: 640px) {
.post-list .post__image {
width:100%;
text-align:center;
}
.post-list .post__image img {
width:100%;
}
}
.post-list .post.has-post-thumbnail .post__detail {
padding-left:30px;
}
@media screen and (max-width: 640px) {
.post-list .post.has-post-thumbnail .post__detail {
padding-left:0;
}
}
.post-list .post__title {
margin:0 0 10px;
font-size:32px;
font-size:2em;
line-height:1.3;
}
.post-list .post__meta {
position:relative;
margin-bottom:30px;
padding-bottom:15px;
color:#999999;
}
.post-list .post__meta .post__author {
display:inline-block;
}
.post-list .post__meta img {
display:inline-block;
margin-right:10px;
border:3px solid white;
-webkit-border-radius:50%;
border-radius:50%;
-webkit-box-shadow:0 1px 10px rgba(0, 0, 0, 0.2);
box-shadow:0 1px 10px rgba(0, 0, 0, 0.2);
vertical-align:middle;
}
.post-list .post__meta span {
margin-right:10px;
}
.post-list .post__meta a:hover {
color:#eb8367;
}
.post-list .post__more {
margin:20px 0 0;
}
.gallery-slider {
position:relative;
}
.gallery-slider .slides {
overflow:hidden;
margin:0;
padding-left:0;
white-space:nowrap;
list-style:none;
}
.gallery-slider .slides li {
display:inline-block;
white-space:normal;
}
.gallery-slider .flex-viewport img {
display:block;
width:100%;
max-width:100%;
height:auto;
}
.gallery-slider .flex-direction-nav {
margin:0;
padding-left:0;
list-style:none;
}
.gallery-slider .flex-direction-nav .flex-next, .gallery-slider .flex-direction-nav .flex-prev {
position:absolute;
z-index:8;
top:0;
bottom:0;
width:40px;
height:50px;
margin:auto;
color:white;
background-color:rgba(0, 0, 0, 0.5);
font-size:24px;
font-size:1.5em;
line-height:50px;
text-align:center;
}
.gallery-slider .flex-direction-nav .flex-prev {
left:0;
}
.gallery-slider .flex-direction-nav .flex-next {
right:0;
}
.gallery-slider .flex-direction-nav .flex-disabled {
opacity:0;
pointer-events:none;
}
.posts-navigation {
padding:50px 0;
}
.posts-navigation:after {
display:block;
clear:both;
content:" ";
}
.posts-navigation .next-link, .posts-navigation .prev-link {
padding:5px 40px;
}
.posts-navigation .next-link {
float:right;
}
.posts-navigation .prev-link {
float:left;
}
.single-post .site-header {
margin-bottom:100px;
}
.single-post .post {
position:relative;
margin-bottom:50px;
}
@media screen and (max-width: 480px) {
.single-post .post {
margin-bottom:30px;
padding-bottom:30px;
}
}
.single-post .post .gallery-slider {
margin:-30px -30px 30px;
}
.single-post .post__header {
position:relative;
padding:0;
}
.single-post .post.has-post-thumbnail .post__header {
z-index:1;
}
@media screen and (max-width: 768px) {
.single-post .post.has-post-thumbnail .post__header {
margin-bottom:30px;
}
}
.single-post .post.has-post-thumbnail .post__header .post__image {
margin-bottom:30px;
}
.single-post .post.has-post-thumbnail .post__header .post__meta {
margin-bottom:0;
}
.single-post .post.has-post-thumbnail .post__header .post__meta:before {
background-color:white;
}
.single-post .post__title {
margin:0 0 20px;
font-size:3.2em;
line-height:1.3;
}
@media screen and (max-width: 768px) {
.single-post .post__title {
font-size:32px;
font-size:2em;
}
}
.single-post .post__meta {
position:relative;
margin-bottom:30px;
}
@media screen and (max-width: 480px) {
.single-post .post__meta {
padding-left:0;
font-size:12px;
font-size:0.75em;
}
}
.single-post .post__meta span {
display:inline-block;
margin-right:10px;
}
.single-post .post__meta a {
color:#eb8367;
}
.single-post .post__content {
padding:30px 0;
}
@media screen and (max-width: 990px) {
.single-post .post__content {
padding:0;
}
}
.single-post .post__footer {
margin-top:50px;
padding:20px 0;
}
.single-post .post__footer:after {
display:block;
clear:both;
content:" ";
}
@media screen and (max-width: 640px) {
.single-post .post__footer {
padding:0;
}
}
.single-post .post__tags strong {
color:#999999;
font-weight:normal;
}
.single-post .post__tags strong:before {
display:inline-block;
width:50px;
height:1px;
margin-right:10px;
background-color:#bdbdbd;
vertical-align:middle;
content:" ";
}
.single-post .post__tags a {
color:#232323;
}
.single-post .post__share {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
width:100%;
margin-top:30px;
-webkit-align-items:center;
align-items:center;
-webkit-box-align:center;
-ms-flex-align:center;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.single-post .post__share strong, .single-post .post__share a {
text-align:center;
-webkit-box-flex:1;
-webkit-flex:1;
-ms-flex:1;
flex:1;
}
.single-post .post__share strong {
text-align:left;
}
@media screen and (max-width: 990px) {
.single-post .post__share strong {
padding:15px;
padding-left:0;
-webkit-flex-basis:100%;
flex-basis:100%;
-ms-flex-preferred-size:100%;
}
}
.single-post .post__share a {
padding:5px 15px;
color:white;
white-space:nowrap;
}
@media screen and (max-width: 990px) {
.single-post .post__share a {
padding:10px;
font-size:16px;
-webkit-flex-basis:50%;
flex-basis:50%;
-ms-flex-preferred-size:50%;
}
}
.single-post .post__share i.fa {
margin-right:15px;
font-size:18px;
font-size:1.125em;
}
.single-post .post__share .facebook {
background-color:#3b5998;
}
.single-post .post__share .twitter {
background-color:#55acee;
}
.single-post .post__share .google-plus {
background-color:#e02f2f;
}
.single-post .post__share .linkedin {
background-color:#007bb5;
}
.single-post .post__nav {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
padding:0 0 50px;
-webkit-align-items:flex-start;
align-items:flex-start;
-webkit-box-align:start;
-ms-flex-align:start;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.single-post .post__nav--prev, .single-post .post__nav--next {
position:relative;
margin:30px 0;
padding:30px;
-webkit-box-flex:1;
-webkit-flex:1 0 50%;
-ms-flex:1 0 50%;
flex:1 0 50%;
}
@media screen and (max-width: 480px) {
.single-post .post__nav--prev, .single-post .post__nav--next {
margin:15px 0;
}
}
.single-post .post__nav--prev:before, .single-post .post__nav--next:before {
position:absolute;
top:30px;
font-family:"dripicons-v2";
font-size:18px;
}
@media screen and (max-width: 480px) {
.single-post .post__nav--prev, .single-post .post__nav--next {
text-align:left !important;
-webkit-flex-basis:100%;
flex-basis:100%;
-ms-flex-preferred-size:100%;
}
}
.single-post .post__nav--prev {
text-align:left;
}
.single-post .post__nav--prev:before {
left:0;
content:"\55";
}
@media screen and (min-width: 481px) {
.single-post .post__nav--prev + .post__nav--next {
border-left:1px solid #e3e3e3;
}
}
@media screen and (max-width: 480px) {
.single-post .post__nav--prev + .post__nav--next {
border-top:1px solid #e3e3e3;
}
}
.single-post .post__nav--next {
text-align:right;
}
.single-post .post__nav--next:before {
right:0;
content:"\56";
}
@media screen and (max-width: 480px) {
.single-post .post__nav--next:before {
right:auto;
left:0;
}
}
.single-post .post__nav h2 {
margin-top:0;
margin-bottom:5px;
line-height:1.3;
}
.single-post .post__comment {
margin-bottom:100px;
}
.pingback .comment-body {
margin-bottom:0;
padding:30px;
font-weight:700;
}
.pingback .comment-body a {
font-weight:normal;
}
.pingback .comment-body .edit-link {
float:right;
color:#eb8367;
font-style:italic;
}
.pingback + .comment {
margin-top:50px;
}
.comment-list, .commentlist {
margin:0 0 100px;
padding:0;
list-style:none;
}
.comments-area .section-header {
margin-top:0;
}
.comment-body {
position:relative;
margin-bottom:30px;
padding-bottom:30px;
padding-left:80px;
border-bottom:1px dashed #e0e0e0;
}
@media screen and (max-width: 640px) {
.comment-body {
padding-left:0;
}
}
@media screen and (max-width: 640px) {
.comment-meta {
position:relative;
min-height:50px;
margin-bottom:30px;
padding-left:80px;
}
}
.comment-meta .avatar {
position:absolute;
top:0;
left:0;
-webkit-border-radius:50%;
border-radius:50%;
}
.comment-meta .avatar.\--square {
-webkit-border-radius:0;
border-radius:0;
}
.comment-meta .fn {
color:#232323;
font-size:18px;
font-size:1.125em;
font-style:normal;
}
.comment-meta .fn a {
color:inherit;
}
.comment-metadata {
color:#999999;
font-size:14px;
}
.comment-content {
margin-bottom:30px;
}
.comment .reply a {
padding-right:20px;
}
.comment .reply a:after {
background-color:#eb8367;
}
.comment .reply span {
display:none;
}
.comment .children {
margin-left:80px;
padding-left:0;
list-style:none;
}
@media screen and (max-width: 640px) {
.comment .children {
margin-left:0;
}
}
.comment-respond .section-header {
margin-top:0;
}
.comment-respond .comment-notes, .comment-respond .form-submit, .comment-respond .logged-in-as {
clear:both;
padding:0 15px;
}
.comment-respond .form-submit {
display:block;
padding-top:15px;
text-align:right;
}
.comment-respond .comment-form {
margin:0 -15px;
}
.comment-respond .comment-form-rating, .comment-respond .comment-form .stars {
padding:0 15px;
}
.comment-respond .comment-form-comment {
width:100%;
margin:0 0 30px;
padding:0 15px;
}
.comment-respond .comment-form-comment textarea {
display:block;
width:100%;
padding:20px 15px;
}
.comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
float:left;
width:33.3333%;
margin:0 0 10px;
padding:0 15px;
}
@media screen and (max-width: 640px) {
.comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
width:100%;
}
}
.comment-respond .comment-form-author input, .comment-respond .comment-form-email input, .comment-respond .comment-form-url input {
display:block;
width:100%;
}
.bypostauthor .avatar {
border:2px solid #eb8367;
}
.bypostauthor .comment-body {
border-bottom-color:#eb8367;
}
@-webkit-keyframes shakeShare {
0% {
-webkit-transform:rotateX(0);
transform:rotateX(0);
}
15% {
-webkit-transform:rotateX(40deg);
transform:rotateX(40deg);
}
30% {
-webkit-transform:rotateX(-30deg);
transform:rotateX(-30deg);
}
50% {
-webkit-transform:rotateX(20deg);
transform:rotateX(20deg);
}
60% {
-webkit-transform:rotateX(-15deg);
transform:rotateX(-15deg);
}
75% {
-webkit-transform:rotateX(10deg);
transform:rotateX(10deg);
}
100% {
-webkit-transform:rotateX(0);
transform:rotateX(0);
}
}
@-o-keyframes shakeShare {
0% {
transform:rotateX(0);
}
15% {
transform:rotateX(40deg);
}
30% {
transform:rotateX(-30deg);
}
50% {
transform:rotateX(20deg);
}
60% {
transform:rotateX(-15deg);
}
75% {
transform:rotateX(10deg);
}
100% {
transform:rotateX(0);
}
}
@keyframes shakeShare {
0% {
-webkit-transform:rotateX(0);
transform:rotateX(0);
}
15% {
-webkit-transform:rotateX(40deg);
transform:rotateX(40deg);
}
30% {
-webkit-transform:rotateX(-30deg);
transform:rotateX(-30deg);
}
50% {
-webkit-transform:rotateX(20deg);
transform:rotateX(20deg);
}
60% {
-webkit-transform:rotateX(-15deg);
transform:rotateX(-15deg);
}
75% {
-webkit-transform:rotateX(10deg);
transform:rotateX(10deg);
}
100% {
-webkit-transform:rotateX(0);
transform:rotateX(0);
}
}
.type-page .entry-content, .type-page
.page-content, .type-page
.comment-content {
margin-bottom:50px;
}
.entry-content h1, .page-content h1, .comment-content h1 {
font-size:3.5em;
}
.entry-content h2, .page-content h2, .comment-content h2 {
font-size:2.8em;
}
.entry-content h3, .page-content h3, .comment-content h3 {
font-size:36px;
font-size:2.25em;
}
.entry-content h4, .page-content h4, .comment-content h4 {
font-size:30px;
font-size:1.875em;
}
.entry-content h5, .page-content h5, .comment-content h5 {
font-size:24px;
font-size:1.5em;
}
.entry-content h6, .page-content h6, .comment-content h6 {
font-size:18px;
font-size:1.125em;
}
.entry-content .leading, .page-content .leading, .comment-content .leading {
font-family:"Merriweather";
font-size:21px;
font-size:1.3125em;
line-height:1.7;
}
.entry-content blockquote, .page-content blockquote, .comment-content blockquote {
margin-left:0;
padding-left:50px;
border-left:1px solid #bdbdbd;
color:#232323;
font-size:24px;
font-size:1.5em;
font-style:italic;
}
.entry-content blockquote p, .page-content blockquote p, .comment-content blockquote p {
color:inherit;
font-family:inherit;
font-size:inherit;
font-style:inherit;
line-height:inherit;
}
.entry-content blockquote cite, .page-content blockquote cite, .comment-content blockquote cite {
display:block;
padding:40px 0 0;
font-family:"roboto";
font-size:14px;
font-size:0.5833333333em;
font-style:normal;
}
.entry-content blockquote cite:before, .page-content blockquote cite:before, .comment-content blockquote cite:before {
display:inline-block;
width:40px;
height:1px;
margin-right:10px;
background-color:#bdbdbd;
vertical-align:middle;
content:" ";
}
.entry-content img, .page-content img, .comment-content img {
height:auto;
}
.entry-content .alignleft, .page-content .alignleft, .comment-content .alignleft {
max-width:60%;
margin:30px 30px 30px 0;
}
.entry-content .alignright, .page-content .alignright, .comment-content .alignright {
max-width:60%;
margin:30px 0 30px 30px;
}
.alignleft {
float:left;
}
.alignright {
float:right;
}
.wp-caption {
margin:30px 0;
}
.wp-caption img {
height:auto;
}
.wp-caption.alignleft {
margin-right:30px;
}
.wp-caption.alignright {
margin-left:30px;
}
.wp-caption.aligncenter {
margin:30px auto;
}
.wp-caption-text {
color:#999999;
}
.gallery-caption {
color:#999999;
font-size:14px;
font-size:0.875em;
font-style:italic;
}
.comments-nav {
position:relative;
z-index:1;
margin-bottom:30px;
padding:30px 0;
}
.comments-nav .page-numbers {
position:absolute;
z-index:-1;
left:0;
width:100%;
text-align:center;
}
@media screen and (max-width: 768px) {
.comments-nav .page-numbers {
display:none;
}
}
.comments-nav .comment-navigation:after {
display:block;
clear:both;
content:" ";
}
.comments-nav .comment-navigation .nav-previous a, .comments-nav .comment-navigation .nav-next a {
display:block;
padding:5px 30px;
border:2px solid #eb8367;
-webkit-border-radius:40px;
border-radius:40px;
}
.comments-nav .comment-navigation .nav-previous {
float:left;
}
.comments-nav .comment-navigation .nav-next {
float:right;
}
.post-password-form p:last-child {
position:relative;
}
.post-password-form input[type="submit"] {
line-height:1;
}
.page-links {
margin-top:50px;
}
.page-links .page-links-title {
padding-left:0;
font-weight:700;
}
.page-links span {
display:inline-block;
padding:0 10px;
}
.page-links a {
color:#eb8367;
} .page-header {
position:relative;
z-index:1;
padding:100px 0;
}
.page-header--center {
text-align:center;
}
.page-header--right {
text-align:right;
}
.page-header-bg {
overflow:hidden;
position:absolute;
z-index:-1;
top:0;
left:0;
width:100%;
height:100%;
}
.page-header-bg .bg {
position:absolute;
top:0;
top:-100%;
left:0;
width:100%;
height:200%;
background-size:cover;
}
.page-header .page-title {
margin:0 0 20px;
font-size:40px;
font-size:2.5em;
line-height:1;
}
@media screen and (max-width: 480px) {
.page-header .page-title {
font-size:48px;
font-size:3em;
}
}
.page-header .page-subtitle {
font-size:18px;
font-size:1.125em;
font-weight:300;
}
.breadcrumbs {
padding:30px 0;
border-bottom:1px dashed #bdbdbd;
}
.breadcrumbs a, .breadcrumbs span {
display:inline-block;
}
.breadcrumbs a {
color:#eb8367;
}
.breadcrumbs a:after {
vertical-align:middle;
content:" | ";
}
.error404 .site-content {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
flex-direction:column;
min-height:100vh;
-webkit-box-direction:normal;
-webkit-box-orient:vertical;
-webkit-flex-direction:column;
-ms-flex-direction:column;
}
.error404 .site-content .main-content {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
flex-direction:column;
position:relative;
z-index:1;
margin-bottom:0;
padding:100px 0;
background-image:url(//pelsermedia.com/wp-content/themes/livre/assets/img/dummy/outer-space.jpg);
background-size:cover;
text-align:center;
-webkit-align-items:center;
align-items:center;
-webkit-box-align:center;
-webkit-box-direction:normal;
-webkit-box-flex:1;
-webkit-box-orient:vertical;
-webkit-box-pack:center;
-ms-flex-align:center;
-webkit-flex-direction:column;
-ms-flex-direction:column;
-webkit-flex-grow:1;
flex-grow:1;
-ms-flex-pack:center;
-ms-flex-positive:1;
-webkit-justify-content:center;
justify-content:center;
}
.error404 .site-content .main-content:before {
position:absolute;
z-index:-1;
top:0;
left:0;
width:100%;
height:100%;
background-color:rgba(0, 0, 0, 0.5);
content:" ";
}
.error404 .site-content .type-page {
height:100%;
}
.error404 .site-content .fourohfour {
display:block;
margin-bottom:50px;
color:white;
font-size:200px;
font-size:12.5em;
font-weight:900;
line-height:1;
letter-spacing:-20px;
}
.error404 .site-content .fourohfour .char-2 {
position:relative;
top:50px;
left:-20px;
}
@media screen and (max-width: 640px) {
.error404 .site-content .fourohfour .char-2 {
top:0.2em;
left:0;
}
}
@media screen and (max-width: 640px) {
.error404 .site-content .fourohfour {
font-size:70px;
font-size:4.375em;
letter-spacing:0;
}
}
.error404 .site-content .entry-title {
color:rgba(255, 255, 255, 0.9);
font-weight:300;
}
@media screen and (max-width: 640px) {
.error404 .site-content .entry-title {
font-size:32px;
font-size:2em;
}
}
.error404 .site-content .widget_search input {
color:white;
}
.no-content-wrap {
padding:100px 0;
}
.no-content-wrap .no-content-icon {
margin-bottom:50px;
color:rgba(0, 0, 0, 0.2);
font-size:100px;
font-size:6.25em;
text-align:center;
}
@media screen and (min-width: 768px) {
.no-content-wrap .no-content-desc {
width:85%;
margin:0 auto;
text-align:center;
}
}
.no-content-wrap .no-content-desc p {
font-size:24px;
font-size:1.5em;
font-weight:300;
line-height:1.5;
}
.icon-grid {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
margin:0 -10px;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.icon-item {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
width:25%;
padding:10px;
padding:10px;
-webkit-align-items:center;
align-items:center;
-webkit-box-align:center;
-ms-flex-align:center;
}
@media screen and (max-width: 768px) {
.icon-item {
width:50%;
}
}
@media screen and (max-width: 480px) {
.icon-item {
flex-direction:column;
-webkit-box-direction:normal;
-webkit-box-orient:vertical;
-webkit-flex-direction:column;
-ms-flex-direction:column;
}
}
.icon-sample {
display:inline-block;
width:48px;
margin-right:15px;
font-size:36px;
}
@media screen and (max-width: 480px) {
.icon-sample {
width:100%;
margin-right:0;
margin-bottom:10px;
text-align:center;
}
} .koo-dropcap {
margin-top:0;
margin-bottom:0;
}
.button.small:hover, button.small:hover, input.small:hover[type="submit"], input.small:hover[type="reset"], .button.medium:hover, button.medium:hover, input.medium:hover[type="submit"], input.medium:hover[type="reset"], .button.large:hover, button.large:hover, input.large:hover[type="submit"], input.large:hover[type="reset"] {
color:white;
}  .product-grid .product {
margin-bottom:50px;
}
@media screen and (max-width: 480px) {
.product-grid .product {
margin-bottom:30px;
}
}
.product-grid .product:hover .product__action {
opacity:1;
}
.product-grid .product__image {
position:relative;
margin:0 0 20px;
-webkit-box-shadow:0 5px 10px -3px rgba(0, 0, 0, 0.07);
box-shadow:0 5px 10px -3px rgba(0, 0, 0, 0.07);
-webkit-transition:-webkit-transform 0.3s ease;
-o-transition:-o-transform 0.3s ease;
transition:-webkit-transform 0.3s ease;
transition:transform 0.3s ease;
transition:transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.product-grid .product__image > a {
display:block;
overflow:hidden;
}
.product-grid .product__image img {
display:block;
width:100%;
max-width:100%;
height:auto;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.product-grid .product__action {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
flex-direction:column;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
opacity:0;
background-color:rgba(255, 255, 255, 0.9);
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
-webkit-align-items:center;
align-items:center;
-webkit-box-align:center;
-webkit-box-direction:normal;
-webkit-box-orient:vertical;
-webkit-box-pack:center;
-ms-flex-align:center;
-webkit-flex-direction:column;
-ms-flex-direction:column;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
}
.no-flexbox .product-grid .product__action {
padding-top:10%;
text-align:center;
}
.product-grid .product__action .button, .product-grid .product__action button, .product-grid .product__action input[type="submit"], .product-grid .product__action input[type="reset"] {
position:relative;
padding:10px;
border:none;
-webkit-border-radius:0;
border-radius:0;
color:#eb8367;
background-color:transparent;
-webkit-box-shadow:none;
box-shadow:none;
font-size:30px;
line-height:1;
}
.product-grid .product__action .button .dripicons-plus, .product-grid .product__action button .dripicons-plus, .product-grid .product__action input[type="submit"] .dripicons-plus, .product-grid .product__action input[type="reset"] .dripicons-plus {
display:block;
position:absolute;
top:0;
right:-10px;
font-size:18px;
line-height:1;
-webkit-transition:color 0.3s ease;
-o-transition:color 0.3s ease;
transition:color 0.3s ease;
}
.product-grid .product__action .button.loading .dripicons-plus:before, .product-grid .product__action button.loading .dripicons-plus:before, .product-grid .product__action input.loading[type="submit"] .dripicons-plus:before, .product-grid .product__action input.loading[type="reset"] .dripicons-plus:before {
display:block;
position:relative;
content:"\e011";
-webkit-animation:rotating 2s linear infinite;
-o-animation:rotating 2s linear infinite;
animation:rotating 2s linear infinite;
}
.product-grid .product__action .button.added .dripicons-plus, .product-grid .product__action button.added .dripicons-plus, .product-grid .product__action input.added[type="submit"] .dripicons-plus, .product-grid .product__action input.added[type="reset"] .dripicons-plus {
color:#92dc34;
}
.product-grid .product__action .button.added .dripicons-plus:before, .product-grid .product__action button.added .dripicons-plus:before, .product-grid .product__action input.added[type="submit"] .dripicons-plus:before, .product-grid .product__action input.added[type="reset"] .dripicons-plus:before {
content:"\53";
}
.product-grid .product__action .button .button-label, .product-grid .product__action button .button-label, .product-grid .product__action input[type="submit"] .button-label, .product-grid .product__action input[type="reset"] .button-label {
display:none;
}
.product-grid .product__action .button.yith-wcqv-button, .product-grid .product__action button.yith-wcqv-button, .product-grid .product__action input.yith-wcqv-button[type="submit"], .product-grid .product__action input.yith-wcqv-button[type="reset"] {
font-size:12px;
font-size:0.75em;
}
.product-grid .product__action .added_to_cart.wc-forward, .product-grid .product__action .buy-now {
padding:5px 15px;
border:3px solid;
-webkit-border-radius:40px;
border-radius:40px;
font-size:12px;
font-size:0.75em;
font-weight:700;
line-height:1;
letter-spacing:1px;
text-transform:uppercase;
}
.product-grid .product .onsale {
position:absolute;
z-index:2;
top:20px;
right:-10px;
padding:8px 10px;
color:white;
background-color:#4f75f2;
font-size:14px;
font-size:0.875em;
line-height:1;
}
.product-grid .product__detail > .yith-wcqv-button {
display:none;
}
.product-grid .product__title {
margin:0;
font-size:18px;
font-size:1.125em;
line-height:1.3;
}
@media screen and (max-width: 480px) {
.product-grid .product__title {
font-size:16px;
font-size:1em;
}
}
.product-grid .product__title a {
color:inherit;
text-decoration:none;
}
.product-grid .product__meta {
margin-bottom:10px;
}
.product-grid .product .author {
color:#999999;
font-size:14px;
font-size:0.875em;
font-style:italic;
}
.product-grid .product__price {
margin-bottom:5px;
color:#eb8367;
font-size:16px;
font-size:1em;
}
@media screen and (max-width: 480px) {
.product-grid .product__price {
font-size:14px;
font-size:0.875em;
}
}
.product-grid .product__rating {
font-size:18px;
font-size:1.125em;
}
@media screen and (max-width: 480px) {
.product-grid .product__rating {
font-size:14px;
font-size:0.875em;
}
}
.product-grid + .view-all {
margin-bottom:100px;
padding-top:30px;
}
.product-grid + .view-all .button, .product-grid + .view-all button, .product-grid + .view-all input[type="submit"], .product-grid + .view-all input[type="reset"] {
margin:0;
}
.product-list .product {
margin-bottom:100px;
}
@media screen and (max-width: 640px) {
.product-list .product {
clear:both;
}
}
.product-list .product__inner {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:start;
-ms-flex-pack:start;
-webkit-justify-content:flex-start;
justify-content:flex-start;
}
@media screen and (max-width: 640px) {
.product-list .product__inner {
display:block;
}
.product-list .product__inner:after {
display:block;
clear:both;
content:" ";
}
}
.product-list .product__image {
position:relative;
width:200px;
margin:0;
-ms-flex-negative:0;
-webkit-flex-shrink:0;
flex-shrink:0;
}
@media screen and (max-width: 640px) {
.product-list .product__image {
width:100%;
margin-bottom:30px;
}
}
.product-list .product__image img {
display:block;
width:100%;
max-width:100%;
height:auto;
-webkit-box-shadow:0 10px 20px -3px rgba(0, 0, 0, 0.2);
box-shadow:0 10px 20px -3px rgba(0, 0, 0, 0.2);
}
.product-list .product__image .onsale {
position:absolute;
z-index:2;
top:20px;
right:-10px;
padding:7px 10px;
-webkit-border-radius:3px;
border-radius:3px;
color:white;
font-size:14px;
font-size:0.875em;
line-height:1;
text-transform:uppercase;
}
.product-list .product__detail {
padding-left:40px;
}
@media screen and (max-width: 640px) {
.product-list .product__detail {
padding-left:0;
}
}
.product-list .product__detail > .yith-wcqv-button {
display:none;
}
.product-list .product__meta .author {
font-style:italic;
}
.product-list .product__title {
margin:0;
}
.product-list .product__price {
float:left;
color:#eb8367;
font-size:18px;
font-weight:700;
}
.product-list .product__action {
float:right;
}
.product-list .product__action .button, .product-list .product__action button, .product-list .product__action input[type="submit"], .product-list .product__action input[type="reset"], .product-list .product__action .added_to_cart.wc-forward {
position:relative;
font-size:12px;
font-size:0.75em;
font-weight:700;
line-height:1;
letter-spacing:1px;
text-transform:uppercase;
}
.product-list .product__action .button .dripicons-plus, .product-list .product__action button .dripicons-plus, .product-list .product__action input[type="submit"] .dripicons-plus, .product-list .product__action input[type="reset"] .dripicons-plus, .product-list .product__action .added_to_cart.wc-forward .dripicons-plus {
display:inline-block;
position:relative;
top:-3px;
line-height:0.7;
-webkit-transition:color 0.3s ease;
-o-transition:color 0.3s ease;
transition:color 0.3s ease;
}
.product-list .product__action .button.loading .dripicons-plus:before, .product-list .product__action button.loading .dripicons-plus:before, .product-list .product__action input.loading[type="submit"] .dripicons-plus:before, .product-list .product__action input.loading[type="reset"] .dripicons-plus:before, .product-list .product__action .added_to_cart.wc-forward.loading .dripicons-plus:before {
display:block;
position:relative;
content:"\e011";
-webkit-animation:rotating 2s linear infinite;
-o-animation:rotating 2s linear infinite;
animation:rotating 2s linear infinite;
}
.product-list .product__action .button.added .dripicons-plus, .product-list .product__action button.added .dripicons-plus, .product-list .product__action input.added[type="submit"] .dripicons-plus, .product-list .product__action input.added[type="reset"] .dripicons-plus, .product-list .product__action .added_to_cart.wc-forward.added .dripicons-plus {
color:#92dc34;
}
.product-list .product__action .button.added .dripicons-plus:before, .product-list .product__action button.added .dripicons-plus:before, .product-list .product__action input.added[type="submit"] .dripicons-plus:before, .product-list .product__action input.added[type="reset"] .dripicons-plus:before, .product-list .product__action .added_to_cart.wc-forward.added .dripicons-plus:before {
content:"\53";
}
.added_to_cart.wc-forward {
display:inline-block;
border:3px solid;
-webkit-border-radius:40px;
border-radius:40px;
color:#eb8367;
}
@-webkit-keyframes rotating {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg);
}
}
@-o-keyframes rotating {
0% {
-o-transform:rotate(0deg);
transform:rotate(0deg);
}
100% {
-o-transform:rotate(360deg);
transform:rotate(360deg);
}
}
@keyframes rotating {
0% {
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg);
}
100% {
-webkit-transform:rotate(360deg);
-o-transform:rotate(360deg);
transform:rotate(360deg);
}
}
.product-overview {
position:relative;
padding:100px 0;
}
.product-overview:after {
display:block;
clear:both;
content:" ";
}
@media screen and (max-width: 480px) {
.product-overview {
padding:30px 0;
}
}
.product-overview .product__title {
display:inline-block;
margin:0;
font-family:inherit;
font-size:36px;
font-size:2.25em;
font-weight:700;
line-height:1.2;
}
@media screen and (max-width: 480px) {
.product-overview .product__title {
font-size:32px;
font-size:2em;
}
}
.product-overview .onsale {
display:inline-block;
padding:2px 10px;
-webkit-border-radius:3px;
border-radius:3px;
color:white;
background-color:#eb8367;
font-size:14px;
font-size:0.875em;
line-height:1.2;
vertical-align:top;
}
.product-overview .author {
color:#999999;
}
.product-overview .author a {
color:inherit;
}
.product-overview .woocommerce-product-rating .star-rating {
display:inline-block;
}
.product-overview .woocommerce-product-rating .woocommerce-review-link {
color:rgba(0, 0, 0, 0.5);
font-style:italic;
}
.product-overview .product-single-price {
color:#232323;
font-size:40px;
font-size:2.5em;
line-height:1;
}
.product-overview .product-single-price p {
margin:0;
}
@media screen and (max-width: 480px) {
.product-overview .product-single-price {
margin-top:15px;
text-align:left;
}
}
.product-overview .product-single-price del {
display:inline-block;
color:#999999;
font-size:24px;
vertical-align:top;
}
.product-overview .product-single-price del span {
text-decoration:inherit;
}
.product-overview .product-single-price ins {
display:inline-block;
text-decoration:none;
}
.product-overview__image {
width:40%;
}
@media screen and (max-width: 768px) {
.product-overview__image {
margin-bottom:40px;
}
}
.product-overview__image .images img {
width:100%;
height:auto;
}
.product-overview__image .images .thumbnails.columns-3 {
margin:0 -5px;
}
.product-overview__image .images .thumbnails.columns-3:after {
display:block;
clear:both;
content:" ";
}
.product-overview__image .images .thumbnails.columns-3 a {
float:left;
width:33.3333%;
padding:5px;
}
.product-overview__summary {
position:relative;
width:60%;
padding-left:50px;
}
@media screen and (max-width: 768px) {
.product-overview__summary {
padding-left:0;
}
}
.product-overview__summary .onsale {
position:absolute;
right:0;
padding:2px 10px;
-webkit-border-radius:3px;
border-radius:3px;
color:white;
background-color:#eb8367;
}
.product-overview__summary .product__meta:after {
display:block;
clear:both;
content:" ";
}
.product-overview__summary .product__meta .author {
float:left;
font-style:italic;
}
@media screen and (max-width: 480px) {
.product-overview__summary .product__meta .author {
float:none;
}
}
.product-overview__summary .product__meta .woocommerce-product-rating {
float:right;
text-align:right;
}
@media screen and (max-width: 480px) {
.product-overview__summary .product__meta .woocommerce-product-rating {
float:none;
margin-top:10px;
text-align:left;
}
}
.product-overview__summary .product__meta .woocommerce-product-rating .star-rating {
display:inline-block;
text-align:left;
}
.product-overview__summary .product__meta .woocommerce-product-rating .woocommerce-review-link {
display:block;
color:#999999;
font-size:12px;
}
.product-overview__summary .product-bookmark:after {
display:block;
clear:both;
content:" ";
}
.product-overview__summary .product-bookmark .yith-wcwl-add-to-wishlist, .product-overview__summary .product-bookmark .clear, .product-overview__summary .product-bookmark .post__share {
display:inline-block;
margin-top:0;
vertical-align:middle;
}
.product-overview__summary .product-bookmark .post__share {
margin-top:15px;
}
.product-overview__summary .product-bookmark .post__share a {
display:inline-block;
margin-bottom:3px;
padding:5px 10px;
-webkit-border-radius:3px;
border-radius:3px;
color:white;
font-size:14px;
font-size:0.875em;
line-height:1;
}
@media screen and (max-width: 480px) {
.product-overview__summary .product-bookmark .post__share a {
display:block;
float:left;
width:50%;
margin:0;
padding:10px;
-webkit-border-radius:0;
border-radius:0;
text-align:center;
white-space:nowrap;
}
}
.product-overview__summary .product-bookmark .post__share a .fa {
display:inline-block;
margin-right:5px;
vertical-align:middle;
}
.product-overview__summary .product-bookmark .post__share a.facebook {
background-color:#3b5998;
}
.product-overview__summary .product-bookmark .post__share a.facebook:hover {
background-color:#4c70ba;
}
.product-overview__summary .product-bookmark .post__share a.twitter {
background-color:#55acee;
}
.product-overview__summary .product-bookmark .post__share a.twitter:hover {
background-color:#83c3f3;
}
.product-overview__summary .product-bookmark .post__share a.google-plus {
background-color:#e02f2f;
}
.product-overview__summary .product-bookmark .post__share a.google-plus:hover {
background-color:#e75b5b;
}
.product-overview__summary .product-bookmark .post__share a.linkedin {
background-color:#007bb5;
}
.product-overview__summary .product-bookmark .post__share a.linkedin:hover {
background-color:#009ee8;
}
.product-overview__summary .woocommerce-product-details__short-description {
font-family:"Merriweather";
font-size:18px;
font-size:1.125em;
line-height:1.6;
}
.product-overview__summary .cart {
padding:30px;
background-color:#f4f4f4;
}
.product-overview__summary .product-deals-info {
display:table;
margin-bottom:20px;
border:1px solid #e0e0e0;
-webkit-border-radius:3px;
border-radius:3px;
background-color:white;
-webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.1);
box-shadow:0 10px 40px rgba(0, 0, 0, 0.1);
}
.product-overview__summary .product-deals-info:after {
display:block;
clear:both;
content:" ";
}
.product-overview__summary .product-deals-info .deal-countdown, .product-overview__summary .product-deals-info .deal-saving {
float:left;
}
.product-overview__summary .product-deals-info .label {
color:#a6a6a6;
font-size:13px;
font-size:0.8125em;
}
.product-overview__summary .product-deals-info .deal-countdown {
padding:10px 20px;
border-right:1px solid #e0e0e0;
}
@media screen and (max-width: 1200px) {
.product-overview__summary .product-deals-info .deal-countdown {
width:100%;
border-right:none;
border-bottom:1px solid #e3e3e3;
text-align:center;
}
}
.product-overview__summary .product-deals-info .deal-countdown .timer {
display:inline-block;
margin-right:5px;
color:#232323;
font-size:18px;
font-size:1.125em;
font-weight:700;
}
.product-overview__summary .product-deals-info .deal-countdown .count-num {
display:inline-block;
margin-right:10px;
}
.product-overview__summary .product-deals-info .deal-saving {
display:table;
}
@media screen and (max-width: 1200px) {
.product-overview__summary .product-deals-info .deal-saving {
width:100%;
table-layout:fixed;
}
}
.product-overview__summary .product-deals-info .deal-saving .saving {
display:table-cell;
padding:10px 20px;
text-align:center;
}
.product-overview__summary .product-deals-info .deal-saving .saving:not(:last-child) {
border-right:1px solid #e0e0e0;
}
.product-overview__summary .product-deals-info .deal-saving .saving > span {
display:block;
}
.product-overview__summary .product-deals-info .deal-saving .saving > span.value {
color:#232323;
font-size:18px;
font-size:1.125em;
font-weight:700;
}
.product-overview__image, .product-overview__summary {
float:left;
}
@media screen and (max-width: 768px) {
.product-overview__image, .product-overview__summary {
display:block;
float:none;
width:100%;
}
}
.product-overview .product-action .price {
margin-bottom:20px;
color:#eb8367;
font-size:24px;
font-size:1.5em;
font-weight:700;
}
.product-overview .product-action .price del, .product-overview .product-action .price ins {
display:inline-block;
}
.product-overview .product-action .price del {
margin-right:10px;
color:#999999;
font-weight:300;
}
.product-overview .product-action .price ins {
font-weight:700;
}
.product-overview .product-action .WooZone-price-info {
display:block;
margin-top:5px;
color:#444444;
font-size:14px;
font-weight:400;
font-style:normal;
}
.product-overview .cart:not(.variations_form) {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
margin-bottom:30px;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.product-overview .cart:not(.variations_form):after {
display:block;
clear:both;
content:" ";
}
.product-overview .cart:not(.variations_form) .quantity {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
}
.product-overview .cart:not(.variations_form) .input-text.qty {
margin-right:20px;
}
.no-flexbox .product-overview .cart:not(.variations_form) .input-text.qty {
float:left;
min-width:150px;
margin-right:0;
}
.product-overview .cart:not(.variations_form) .button, .product-overview .cart:not(.variations_form) button, .product-overview .cart:not(.variations_form) input[type="submit"], .product-overview .cart:not(.variations_form) input[type="reset"] {
margin:0;
}
.product-overview .product_meta {
padding-top:30px;
}
.product-overview .product_meta > span {
display:block;
margin-right:20px;
padding:10px 0;
border-bottom:1px solid #e3e3e3;
color:#232323;
color:#aaaaaa;
}
.product-overview .product_meta > span a {
color:#232323;
}
.variations_form.cart {
margin-bottom:30px;
}
.variations_form.cart .price-wrap {
border-bottom:1px dashed #bdbdbd;
color:#eb8367;
}
.variations_form.cart table.variations {
margin-bottom:15px;
background-color:transparent;
-webkit-box-shadow:none;
box-shadow:none;
}
.variations_form.cart table.variations tr, .variations_form.cart table.variations tbody {
background-color:transparent;
}
@media screen and (max-width: 480px) {
.variations_form.cart table.variations td, .variations_form.cart table.variations th {
display:block;
}
}
.variations_form.cart table.variations .label {
text-transform:capitalize;
}
.variations_form.cart table.variations .reset_variations {
padding-left:20px;
color:#999999;
}
.variations_form.cart table.variations .reset_variations:before {
display:inline-block;
margin-right:5px;
color:#eb8367;
font-family:"dripicons-v2";
vertical-align:middle;
content:"\5a";
}
.variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation {
margin-bottom:15px;
}
.variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation:after {
display:block;
clear:both;
content:" ";
}
.variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-description {
width:100%;
}
.variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price {
float:left;
padding:10px 0;
}
.variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-availability {
float:right;
padding:10px;
}
.variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-availability .out-of-stock {
color:red;
font-style:italic;
}
.variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-availability p {
margin:0;
}
.variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
margin-bottom:30px;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.no-flex .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
display:block;
}
.no-flex .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart:after {
display:block;
clear:both;
content:" ";
}
.variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
margin-right:20px;
}
.no-flex .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
float:left;
margin-right:0;
}
.no-flex .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input {
min-width:150px;
}
.variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart button[type="submit"] {
margin:0;
}
.no-flex .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart button[type="submit"] {
float:left;
}
.book-images {
-webkit-perspective:2000px;
perspective:2000px;
}
.book-images .book {
position:relative;
width:80%;
max-width:100%;
margin:0 auto;
-webkit-transition:-webkit-transform 0.6s ease;
-o-transition:-o-transform 0.6s ease;
transition:-webkit-transform 0.6s ease;
transition:transform 0.6s ease;
transition:transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease;
-webkit-transform:rotateY(0);
transform:rotateY(0);
-webkit-transform-style:preserve-3d;
transform-style:preserve-3d;
}
.book-images .book.back-view {
-webkit-transform:rotateY(-180deg);
transform:rotateY(-180deg);
}
.rtl .book-images .book.back-view {
-webkit-transform:rotateY(180deg);
transform:rotateY(180deg);
}
.book-images .book:not(.back-view):hover {
-webkit-transform:rotateY(-30deg);
transform:rotateY(-30deg);
}
.rtl .book-images .book:not(.back-view):hover {
-webkit-transform:rotateY(30deg);
transform:rotateY(30deg);
}
.book-images .book:not(.back-view):hover .book__page--front {
-webkit-transform:rotateY(-20deg);
transform:rotateY(-20deg);
}
.rtl .book-images .book:not(.back-view):hover .book__page--front {
-webkit-transform:rotateY(20deg);
transform:rotateY(20deg);
}
.book-images .book:not(.back-view):hover .book__page--first-page {
-webkit-transform:rotateY(-10deg);
transform:rotateY(-10deg);
}
.rtl .book-images .book:not(.back-view):hover .book__page--first-page {
-webkit-transform:rotateY(10deg);
transform:rotateY(10deg);
}
.book-images .book img {
display:block;
width:100%;
height:auto;
}
.book-images .book .placeholder {
display:block;
visibility:hidden;
height:auto;
}
.book-images .book__page {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
background-image:-o-linear-gradient(45deg, white, #fafafa);
background-image:linear-gradient(45deg, white, #fafafa);
-webkit-transition:-webkit-transform 0.3s ease;
-o-transition:-o-transform 0.3s ease;
transition:-webkit-transform 0.3s ease;
transition:transform 0.3s ease;
transition:transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
-webkit-transform-origin:0;
-ms-transform-origin:0;
-o-transform-origin:0;
transform-origin:0;
will-change:transform;
}
.book-images .book__page img {
display:block;
width:100%;
height:auto;
}
.book-images .book__page--side {
bottom:0;
width:50px;
background-color:#333333;
background-image:-o-linear-gradient(45deg, #333333, #111111);
background-image:linear-gradient(45deg, #333333, #111111);
-webkit-transform:rotateY(90deg);
transform:rotateY(90deg);
}
.rtl .book-images .book__page--side {
left:100%;
}
.book-images .book__page--side-paper {
bottom:0;
left:100%;
width:50px;
background-color:white;
background-color:#f3f3f3; background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjAxMzAwMDAwMDAwMDAwMDAwMSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjAyIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDMyIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDMxOTU4NzYyODg2NTk3OTM2Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDQ0OTU4NzYyODg2NTk3OTQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4wNTE5NTg3NjI4ODY1OTc5MyIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjA2Mzk1ODc2Mjg4NjU5Nzk0Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDYzOTE3NTI1NzczMTk1ODciLz48c3RvcCBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4wNzY5MTc1MjU3NzMxOTU4NyIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjA4MzkxNzUyNTc3MzE5NTg2Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDk1OTE3NTI1NzczMTk1ODciLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4wOTU4NzYyODg2NTk3OTM4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMTA4ODc2Mjg4NjU5NzkzODIiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4xMTU4NzYyODg2NTk3OTM4MSIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjEyNzg3NjI4ODY1OTc5Mzg0Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMTI3ODM1MDUxNTQ2MzkxNzQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4xNDA4MzUwNTE1NDYzOTE3NSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjE0NzgzNTA1MTU0NjM5MTczIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMTU5ODM1MDUxNTQ2MzkxNzQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4xNTk3OTM4MTQ0MzI5ODk2OCIvPjxzdG9wIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjE3Mjc5MzgxNDQzMjk4OTY2Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMTc5NzkzODE0NDMyOTg5NyIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjE5MTc5MzgxNDQzMjk4OTY4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMTkxNzUyNTc3MzE5NTg3NiIvPjxzdG9wIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjIwNDc1MjU3NzMxOTU4NzYzIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMjExNzUyNTc3MzE5NTg3NjMiLz48c3RvcCBzdG9wLWNvbG9yPSIjZTJlMmUyIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4yMjM3NTI1NzczMTk1ODc2MSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjIyMzcxMTM0MDIwNjE4NTU1Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMjM2NzExMzQwMjA2MTg1NTYiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4yNDM3MTEzNDAyMDYxODU1NyIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjI1NTcxMTM0MDIwNjE4NTUiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4yNTU2NzAxMDMwOTI3ODM1Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMjY4NjcwMTAzMDkyNzgzNSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjI3NTY3MDEwMzA5Mjc4MzUiLz48c3RvcCBzdG9wLWNvbG9yPSIjZTJlMmUyIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4yODc2NzAxMDMwOTI3ODM0NiIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjI4NzYyODg2NTk3OTM4MTQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4zMDA2Mjg4NjU5NzkzODE0MyIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjMwNzYyODg2NTk3OTM4MTQ0Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMzE5NjI4ODY1OTc5MzgxNCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjMxOTU4NzYyODg2NTk3OTM2Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMzMyNTg3NjI4ODY1OTc5MzciLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4zMzk1ODc2Mjg4NjU5Nzk0Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMzUxNTg3NjI4ODY1OTc5MzMiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4zNTE1NDYzOTE3NTI1NzczIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMzY0NTQ2MzkxNzUyNTc3MjUiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4zNzE1NDYzOTE3NTI1NzcyNSIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjM4MzU0NjM5MTc1MjU3NzMiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4zODM1MDUxNTQ2MzkxNzUyIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMzk2NTA1MTU0NjM5MTc1MjQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC40MDM1MDUxNTQ2MzkxNzUyNSIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjQxNTUwNTE1NDYzOTE3NTI2Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNDE1NDYzOTE3NTI1NzczMTYiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC40Mjg0NjM5MTc1MjU3NzMxIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNDM1NDYzOTE3NTI1NzczMSIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjQ0NzQ2MzkxNzUyNTc3MzIiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC40NDc0MjI2ODA0MTIzNzExIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNDYwNDIyNjgwNDEyMzcxMDUiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC40Njc0MjI2ODA0MTIzNzExIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNDc5NDIyNjgwNDEyMzcxMSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjQ3OTM4MTQ0MzI5ODk2OSIvPjxzdG9wIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjQ5MjM4MTQ0MzI5ODk2OSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjQ5OTM4MTQ0MzI5ODk2OSIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjUxMTM4MTQ0MzI5ODk2OTEiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC41MTEzNDAyMDYxODU1NjciLz48c3RvcCBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC41MjQzNDAyMDYxODU1NjciLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC41MzEzNDAyMDYxODU1NjciLz48c3RvcCBzdG9wLWNvbG9yPSIjZTJlMmUyIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC41NDMzNDAyMDYxODU1NjciLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC41NDMyOTg5NjkwNzIxNjQ5Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNTU2Mjk4OTY5MDcyMTY0OSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjU2MzI5ODk2OTA3MjE2NDkiLz48c3RvcCBzdG9wLWNvbG9yPSIjZTJlMmUyIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC41NzUyOTg5NjkwNzIxNjQ5Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNTc1MjU3NzMxOTU4NzYyOCIvPjxzdG9wIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjU4ODI1NzczMTk1ODc2MjkiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC41OTUyNTc3MzE5NTg3NjI5Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNjA3MjU3NzMxOTU4NzYyOSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjYwNzIxNjQ5NDg0NTM2MDgiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC42MjAyMTY0OTQ4NDUzNjA4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNjI3MjE2NDk0ODQ1MzYwOCIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjYzOTIxNjQ5NDg0NTM2MDgiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC42MzkxNzUyNTc3MzE5NTg3Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNjUyMTc1MjU3NzMxOTU4NyIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjY1OTE3NTI1NzczMTk1ODciLz48c3RvcCBzdG9wLWNvbG9yPSIjZTJlMmUyIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC42NzExNzUyNTc3MzE5NTg2Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNjcxMTM0MDIwNjE4NTU2NiIvPjxzdG9wIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjY4NDEzNDAyMDYxODU1NjciLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC42OTExMzQwMjA2MTg1NTY3Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNzAzMTM0MDIwNjE4NTU2NyIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjcwMzA5Mjc4MzUwNTE1NDYiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC43MTYwOTI3ODM1MDUxNTQ1Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNzIzMDkyNzgzNTA1MTU0NiIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjczNTA5Mjc4MzUwNTE1NDYiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC43MzUwNTE1NDYzOTE3NTI0Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNzQ4MDUxNTQ2MzkxNzUyNCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjc1NTA1MTU0NjM5MTc1MjQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZTJlMmUyIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC43NjcwNTE1NDYzOTE3NTI0Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNzY3MDEwMzA5Mjc4MzUwNSIvPjxzdG9wIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjc4MDAxMDMwOTI3ODM1MDUiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC43ODcwMTAzMDkyNzgzNTA1Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNzk5MDEwMzA5Mjc4MzUwNSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjc5ODk2OTA3MjE2NDk0ODQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC44MTE5NjkwNzIxNjQ5NDg0Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuODE4OTY5MDcyMTY0OTQ4NCIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjgzMDk2OTA3MjE2NDk0ODQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC44MzA5Mjc4MzUwNTE1NDYzIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuODQzOTI3ODM1MDUxNTQ2MiIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjg1MDkyNzgzNTA1MTU0NjIiLz48c3RvcCBzdG9wLWNvbG9yPSIjZTJlMmUyIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC44NjI5Mjc4MzUwNTE1NDY0Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuODYyODg2NTk3OTM4MTQ0NCIvPjxzdG9wIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjg3NTg4NjU5NzkzODE0NDMiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC44ODI4ODY1OTc5MzgxNDQzIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuODk0ODg2NTk3OTM4MTQ0NCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjg5NDg0NTM2MDgyNDc0MjIiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC45MDc4NDUzNjA4MjQ3NDIyIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuOTE0ODQ1MzYwODI0NzQyMiIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjkyNjg0NTM2MDgyNDc0MjIiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC45MjY4MDQxMjM3MTEzNDAxIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuOTM5ODA0MTIzNzExMzQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC45NDY4MDQxMjM3MTEzNDAyIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuOTU4ODA0MTIzNzExMzQwMiIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjk1ODc2Mjg4NjU5NzkzOCIvPjxzdG9wIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjk3MTc2Mjg4NjU5NzkzOCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjk3ODc2Mjg4NjU5NzkzOCIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjk5MDc2Mjg4NjU5NzkzOCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjk5MDcyMTY0OTQ4NDUzNiIvPjxzdG9wIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==); background-image:-webkit-repeating-linear-gradient(left, white 0%, #ebebeb 1.3%, white 2%, #e2e2e2 3.2%); background-image:-o-repeating-linear-gradient(left, white 0%, #ebebeb 1.3%, white 2%, #e2e2e2 3.2%);
background-image:repeating-linear-gradient(to right, white 0%, #ebebeb 1.3%, white 2%, #e2e2e2 3.2%);
background-image:-ms-repeating-linear-gradient(left, white 0%, #ebebeb 1.3%, white 2%, #e2e2e2 3.2%);
-webkit-transform:rotateY(90deg);
transform:rotateY(90deg); }
@media \0screen\,screen\9 {
.book-images .book__page--side-paper {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#ffe2e2e2",GradientType=1);
}
}
.rtl .book-images .book__page--side-paper {
left:0;
}
.book-images .book__page--front {
background-color:#333333;
-webkit-transform:rotateY(-2deg);
transform:rotateY(-2deg);
}
.rtl .book-images .book__page--front {
-webkit-transform:rotateY(2deg);
transform:rotateY(2deg);
-webkit-transform-origin:100%;
-ms-transform-origin:100%;
-o-transform-origin:100%;
transform-origin:100%;
}
.book-images .book__page--front:after {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
width:100%;
height:100%;
background:-o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 15px, transparent, 16px, transparent);
background:linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 15px, transparent, 16px, transparent);
content:" ";
}
.rtl .book-images .book__page--front:after {
-webkit-transform:rotate(180deg);
-ms-transform:rotate(180deg);
-o-transform:rotate(180deg);
transform:rotate(180deg);
}
.book-images .book__page--back {
width:100%;
height:100%;
background:url(//pelsermedia.com/wp-content/themes/livre/assets/img/pattern.png) !important;
-webkit-box-shadow:15px 15px 30px rgba(0, 0, 0, 0.1);
box-shadow:15px 15px 30px rgba(0, 0, 0, 0.1);
-webkit-transform:translateZ(-50px) rotateY(180deg);
transform:translateZ(-50px) rotateY(180deg);
-webkit-transform-origin:center;
-ms-transform-origin:center;
-o-transform-origin:center;
transform-origin:center;
}
.book-images .book__page--back:after {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:-o-linear-gradient(right, transparent, rgba(0, 0, 0, 0.3) 10px, rgba(0, 0, 0, 0.5) 15px, transparent, 16px, transparent);
background:linear-gradient(-90deg, transparent, rgba(0, 0, 0, 0.3) 10px, rgba(0, 0, 0, 0.5) 15px, transparent, 16px, transparent);
content:" ";
}
.rtl .book-images .book__page--back:after {
-webkit-transform:rotate(-180deg);
-ms-transform:rotate(-180deg);
-o-transform:rotate(-180deg);
transform:rotate(-180deg);
}
.book-images .book__page--first-page, .book-images .book__page--second-page {
width:100%;
height:100%;
background-color:white;
}
.book-images .book__page--first-page {
background-image:-o-linear-gradient(15deg, #aaaaaa, #cccccc);
background-image:linear-gradient(75deg, #aaaaaa, #cccccc);
-webkit-transform:rotateY(-1deg);
transform:rotateY(-1deg);
}
.rtl .book-images .book__page--first-page {
-webkit-transform-origin:100% 0;
-ms-transform-origin:100% 0;
-o-transform-origin:100% 0;
transform-origin:100% 0;
}
.book-images .book__page--second-page {
background-color:#fafafa;
background-image:-o-linear-gradient(45deg, #f3f3f3, #fafafa);
background-image:linear-gradient(45deg, #f3f3f3, #fafafa);
}
.no-preserve3d .book-images .book__page--back, .no-preserve3d .book-images .book__page--first-page, .no-preserve3d .book-images .book__page--side, .no-preserve3d .book-images .book__page--side-paper, .no-preserve3d .book-images .book__page--second-page {
display:none;
}
.book-images .book__action {
width:80%;
margin:0 auto;
padding-top:50px;
text-align:center;
}
.no-preserve3d .book-images .book__action .see-back {
display:none;
}
.book-images .book__action button, .book-images .book__action .see-inside {
display:inline-block;
margin:0 5px;
padding:5px 15px;
border:none;
font-size:inherit;
font-size:15px;
line-height:1;
cursor:pointer;
}
.book-images .book__action button [class*="ico"], .book-images .book__action .see-inside [class*="ico"] {
display:inline-block;
width:13px;
height:13px;
margin-right:10px;
color:inherit;
font-size:13px;
line-height:1;
vertical-align:middle;
}
.book-images .book__action button [class*="ico"]:before, .book-images .book__action .see-inside [class*="ico"]:before {
line-height:1;
}
.movie-images {
text-align:center;
}
.movie-images .see-gallery {
display:inline-block;
padding:3px 20px;
border:2px solid #eb8367;
-webkit-border-radius:40px;
border-radius:40px;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.movie-case {
position:relative;
width:300px;
max-width:100%;
margin:0 auto 30px;
pointer-events:none;
-webkit-perspective:1000px;
perspective:1000px;
-webkit-transform-style:preserve-3d;
transform-style:preserve-3d;
}
@media screen and (max-width: 480px) {
.movie-case {
overflow:hidden;
}
}
@media screen and (min-width: 481px) {
.movie-case.is-open .front-cover {
-webkit-transform:rotateY(-45deg);
transform:rotateY(-45deg);
}
.rtl .movie-case.is-open .front-cover {
-webkit-transform:rotateY(45deg);
transform:rotateY(45deg);
}
.movie-case.is-open .disc {
-webkit-transform:translateX(100px) rotate(15deg);
-ms-transform:translateX(100px) rotate(15deg);
-o-transform:translateX(100px) rotate(15deg);
transform:translateX(100px) rotate(15deg);
}
.rtl .movie-case.is-open .disc {
-webkit-transform:translateX(-100px) rotate(-15deg);
-ms-transform:translateX(-100px) rotate(-15deg);
-o-transform:translateX(-100px) rotate(-15deg);
transform:translateX(-100px) rotate(-15deg);
}
.movie-case.is-open .back-cover {
-webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.4);
box-shadow:0 10px 40px rgba(0, 0, 0, 0.4);
}
}
.movie-case .cover-placeholder {
display:block;
visibility:hidden;
}
.movie-case .front-cover, .movie-case .back-cover {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
-webkit-transform-style:preserve-3d;
transform-style:preserve-3d;
}
.movie-case .front-cover {
z-index:3;
-webkit-transition:0.4s cubic-bezier(0.71, 0.02, 0.25, 1);
-o-transition:0.4s cubic-bezier(0.71, 0.02, 0.25, 1);
transition:0.4s cubic-bezier(0.71, 0.02, 0.25, 1);
-webkit-transform-origin:0;
-ms-transform-origin:0;
-o-transform-origin:0;
transform-origin:0;
}
.rtl .movie-case .front-cover {
-webkit-transform-origin:100% 0;
-ms-transform-origin:100% 0;
-o-transform-origin:100% 0;
transform-origin:100% 0;
}
.movie-case .front-cover:before {
position:absolute;
left:100%;
width:15px;
height:100%;
background-color:#444444;
background-image:-webkit-gradient(linear, left top, right top, from(#333333), color-stop(#444444), color-stop(50%, #444444), color-stop(50%, #111111), color-stop(50%, 51%), color-stop(52%, #111111), color-stop(53%, #333333), color-stop(53%, #333333));
background-image:-o-linear-gradient(left, #333333, #444444, #444444 50%, #111111, 51%, #111111 52%, #333333 53%, #333333);
background-image:linear-gradient(90deg, #333333, #444444, #444444 50%, #111111, 51%, #111111 52%, #333333 53%, #333333);
content:" ";
-webkit-transform:rotateY(90deg);
transform:rotateY(90deg);
-webkit-transform-origin:0;
-ms-transform-origin:0;
-o-transform-origin:0;
transform-origin:0;
}
.rtl .movie-case .front-cover:before {
left:0;
}
.no-preserve3d .movie-case .front-cover:before {
display:none;
}
.movie-case .back-cover {
border:2px solid #222222;
-webkit-border-radius:3px;
border-radius:3px;
background-color:#222222;
background-image:-o-linear-gradient(45deg, #111111, #555555);
background-image:linear-gradient(45deg, #111111, #555555);
-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
-webkit-transform:translateZ(-4px);
transform:translateZ(-4px);
}
.no-preserve3d .movie-case .back-cover {
display:none;
}
.movie-case .disc {
overflow:hidden;
position:absolute;
z-index:2;
top:0;
bottom:0;
width:280px;
height:280px;
margin:auto;
border:4px solid #aaaaaa;
-webkit-border-radius:50%;
border-radius:50%;
background-color:white;
-webkit-box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
-webkit-transition:0.3s cubic-bezier(0.71, 0.02, 0.25, 1);
-o-transition:0.3s cubic-bezier(0.71, 0.02, 0.25, 1);
transition:0.3s cubic-bezier(0.71, 0.02, 0.25, 1);
-webkit-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}
@media screen and (max-width: 480px) {
.movie-case .disc {
width:200px;
height:200px;
}
}
.no-preserve3d .movie-case .disc {
display:none;
}
.movie-case .disc:before {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
width:50px;
height:50px;
margin:auto;
border:4px solid #aaaaaa;
-webkit-border-radius:50%;
border-radius:50%;
border-radius:50%;
background-color:#222222;
content:" ";
}
.movie-case img {
display:block;
height:auto;
margin:0 auto;
}
.music-cover-wrap {
text-align:center;
}
.music-cover-wrap .music-cover {
position:relative;
width:450px;
max-width:100%;
margin:0 auto 30px;
}
.music-cover-wrap .music-cover .cover-placeholder {
display:block;
visibility:hidden;
width:300px;
max-width:100%;
height:auto;
}
.music-cover-wrap .music-cover.is-playing .disc {
-webkit-animation:rotatingDisc 3s linear infinite;
-o-animation:rotatingDisc 3s linear infinite;
animation:rotatingDisc 3s linear infinite;
}
.music-cover-wrap .music-cover.is-playing .play i:before {
content:"\e019";
}
.music-cover-wrap .music-cover .front-cover, .music-cover-wrap .music-cover .disc {
position:absolute;
top:0;
left:0;
}
.music-cover-wrap .music-cover .front-cover {
z-index:1;
width:300px;
max-width:100%;
-webkit-box-shadow:5px 5px 20px rgba(0, 0, 0, 0.3);
box-shadow:5px 5px 20px rgba(0, 0, 0, 0.3);
}
.rtl .music-cover-wrap .music-cover .front-cover {
right:0;
left:auto;
}
.music-cover-wrap .music-cover .front-cover img {
display:block;
width:100%;
height:auto;
}
.music-cover-wrap .music-cover .disc {
display:block;
top:0;
right:0;
bottom:0;
left:auto;
height:95%;
margin:auto;
}
.rtl .music-cover-wrap .music-cover .disc {
right:auto;
left:0;
}
.music-cover-wrap .music-cover .play {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
width:64px;
height:64px;
margin:auto;
padding:0;
border:2px solid white;
-webkit-border-radius:50%;
border-radius:50%;
color:#444444;
background-color:white;
background-image:-o-linear-gradient(75deg, #efefef, white);
background-image:linear-gradient(15deg, #efefef, white);
-webkit-box-shadow:0 2px 10px rgba(0, 0, 0, 0.3), 0 0 70px 20px rgba(0, 0, 0, 0.3);
box-shadow:0 2px 10px rgba(0, 0, 0, 0.3), 0 0 70px 20px rgba(0, 0, 0, 0.3);
font-size:38px;
line-height:0.8;
text-align:center;
}
.product-overview .product-overview__summary .wp-playlist {
margin-top:30px;
}
.product-overview .wp-playlist {
padding:0;
border:none;
background-color:transparent;
text-align:left;
}
.product-overview .wp-playlist-current-item {
display:none;
}
.product-overview .wp-playlist .mejs-container {
width:100%;
}
.product-overview .wp-playlist-item {
overflow:hidden;
padding:10px;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.product-overview .wp-playlist-item:before {
display:block;
position:absolute;
left:10px;
width:36px;
height:36px;
-webkit-border-radius:50%;
border-radius:50%;
color:white;
background-color:#eb8367;
font-family:"dripicons-v2";
font-size:24px;
text-align:center;
content:"\e01a";
-webkit-transition:0.3s ease-in;
-o-transition:0.3s ease-in;
transition:0.3s ease-in;
-webkit-transform:translateX(-50px) rotate(-270deg);
-ms-transform:translateX(-50px) rotate(-270deg);
-o-transform:translateX(-50px) rotate(-270deg);
transform:translateX(-50px) rotate(-270deg);
}
.product-overview .wp-playlist-item.wp-playlist-playing, .product-overview .wp-playlist-item:hover {
padding-left:70px;
background-color:transparent;
}
.product-overview .wp-playlist-item.wp-playlist-playing:before, .product-overview .wp-playlist-item:hover:before {
-webkit-transform:translateX(0) rotate(0deg);
-ms-transform:translateX(0) rotate(0deg);
-o-transform:translateX(0) rotate(0deg);
transform:translateX(0) rotate(0deg);
}
.product-overview .wp-playlist-item .wp-playlist-caption {
color:transparent;
line-height:0;
text-indent:-999px;
}
.product-overview .wp-playlist-item-title, .product-overview .wp-playlist-item-artist {
line-height:normal;
text-indent:0;
}
.product-overview .wp-playlist-item-title {
display:block;
overflow:hidden;
color:#333333;
font-size:18px;
white-space:nowrap;
text-overflow:ellipsis;
}
.product-overview .wp-playlist-item-artist {
display:block;
color:#999999;
}
.product-overview .wp-playlist-item-length {
top:10px;
right:10px;
}
@-webkit-keyframes rotate3d {
0% {
-webkit-transform:rotateY(0deg);
transform:rotateY(0deg);
}
50% {
-webkit-transform:rotateY(-30deg);
transform:rotateY(-30deg);
}
70% {
-webkit-transform:rotateY(360deg);
transform:rotateY(360deg);
}
100% {
-webkit-transform:rotateY(0);
transform:rotateY(0);
}
}
@-o-keyframes rotate3d {
0% {
transform:rotateY(0deg);
}
50% {
transform:rotateY(-30deg);
}
70% {
transform:rotateY(360deg);
}
100% {
transform:rotateY(0);
}
}
@keyframes rotate3d {
0% {
-webkit-transform:rotateY(0deg);
transform:rotateY(0deg);
}
50% {
-webkit-transform:rotateY(-30deg);
transform:rotateY(-30deg);
}
70% {
-webkit-transform:rotateY(360deg);
transform:rotateY(360deg);
}
100% {
-webkit-transform:rotateY(0);
transform:rotateY(0);
}
}
@-webkit-keyframes rotatingDisc {
from {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
to {
-webkit-transform:rotate(360deg);
transform:rotate(360deg);
}
}
@-o-keyframes rotatingDisc {
from {
-o-transform:rotate(0deg);
transform:rotate(0deg);
}
to {
-o-transform:rotate(360deg);
transform:rotate(360deg);
}
}
@keyframes rotatingDisc {
from {
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg);
}
to {
-webkit-transform:rotate(360deg);
-o-transform:rotate(360deg);
transform:rotate(360deg);
}
}
.woocommerce-tabs {
position:relative;
}
.product__detail-nav {
text-align:left;
}
@media screen and (max-width: 640px) {
.product__detail-nav {
text-align:center;
}
}
.product__detail-nav ul {
margin:0;
padding-left:0;
border-bottom:1px solid rgba(0, 0, 0, 0.1);
list-style:none;
}
.product__detail-nav li {
display:inline-block;
}
.product__detail-nav li.active a, .product__detail-nav li:hover a {
border-color:#eb8367;
color:#eb8367;
}
.product__detail-nav a {
display:block;
padding:15px 30px;
font-size:80%px;
font-size:5%em;
}
.product__detail-content {
padding:50px 0 100px;
}
.product__detail-content:after {
display:block;
clear:both;
content:" ";
}
.product__detail-content .product-tab-title {
display:none;
}
.product__detail-content .woocommerce-Tabs-panel {
display:none;
}
.product__detail-content .woocommerce-Tabs-panel .shop_attributes {
margin:0 auto;
-webkit-box-shadow:none;
box-shadow:none;
}
@media screen and (min-width: 991px) {
.product__detail-content .woocommerce-Tabs-panel .shop_attributes {
width:60%;
}
}
.product__detail-content .woocommerce-Tabs-panel .shop_attributes tbody {
background:transparent;
}
.product__detail-content .woocommerce-Tabs-panel .shop_attributes tbody tr {
border-bottom:1px solid #e3e3e3;
background:none !important;
}
.product__detail-content .woocommerce-Tabs-panel .shop_attributes tbody th, .product__detail-content .woocommerce-Tabs-panel .shop_attributes tbody td {
text-align:left;
}
.product.product-category a {
display:block;
position:relative;
}
.product.product-category img {
width:100%;
height:auto;
}
.product.product-category h3 {
position:absolute;
top:50%;
width:100%;
margin:0;
font-size:18px;
font-size:1.125em;
font-weight:400;
text-align:center;
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);
transform:translateY(-50%);
}
.product.product-category .count {
position:relative;
top:-10px;
padding:2px 10px;
-webkit-border-radius:40px;
border-radius:40px;
color:white;
background:#eb8367;
font-size:12px;
font-weight:700;
}
.single-book-author {
padding:100px 0;
}
.author-area {
text-align:center;
}
@media screen and (max-width: 990px) {
.author-area.is_stuck {
position:static !important;
width:auto !important;
}
.author-area.is_stuck + div {
display:none !important;
}
}
.author-area .author-bio {
padding:30px;
}
.author-area .author-bio__image {
overflow:hidden;
width:150px;
height:150px;
margin:0 auto 30px;
-webkit-border-radius:50%;
border-radius:50%;
background-color:white;
-webkit-box-shadow:0 0 0 10px rgba(255, 255, 255, 0.3);
box-shadow:0 0 0 10px rgba(255, 255, 255, 0.3);
}
.author-area .author-bio__image img {
display:block;
width:150px;
height:150px;
-o-object-fit:cover;
object-fit:cover;
}
.author-area .author-name {
margin-top:0;
margin-bottom:5px;
font-size:36px;
font-size:2.25em;
}
.author-area .author-birthday {
display:block;
margin-bottom:30px;
color:#999999;
font-style:italic;
}
.author-area .author-socials a {
display:inline-block;
padding:10px;
}
.browse-author-by-alphabet.filterable-nav {
padding:50px 0;
text-align:center;
}
.browse-author-by-alphabet.filterable-nav a {
display:inline-block;
padding:3px 10px;
-webkit-border-radius:3px;
border-radius:3px;
color:#999999;
line-height:1;
}
.browse-author-by-alphabet.filterable-nav a.current {
color:white;
background-color:#eb8367;
}
.browse-author-by-alphabet.filterable-nav .filter-separator {
display:inline-block;
width:1px;
height:30px;
margin:0 10px;
background-color:#bdbdbd;
vertical-align:middle;
}
.tokoo-look-inside {
display:none;
position:fixed;
z-index:9999;
top:0;
left:0;
width:100%;
height:100%;
}
.tokoo-look-inside .overlay {
position:fixed;
z-index:1 !important;
width:100%;
height:100%;
background-color:rgba(0, 0, 0, 0.5);
}
.tokoo-look-inside .look-inside-box {
overflow:hidden;
position:fixed;
position:absolute;
z-index:2;
top:50px;
right:50px;
bottom:50px;
left:50px;
margin:auto;
padding-top:50px;
-webkit-border-radius:3px;
border-radius:3px;
background-color:white;
-webkit-box-shadow:0 10px 30px -5px rgba(0, 0, 0, 0.6);
box-shadow:0 10px 30px -5px rgba(0, 0, 0, 0.6);
}
.tokoo-look-inside .look-inside-box .look-inside-book-title {
position:absolute;
top:0;
left:0;
width:100%;
height:50px;
padding:10px 20px;
border-bottom:1px solid #e3e3e3;
}
.tokoo-look-inside .look-inside-box .look-inside-book-title h2 {
margin:0;
font-size:16px;
font-size:1em;
font-weight:400;
}
.tokoo-look-inside .look-inside-box .look-inside-book-title h2 span {
display:inline-block;
margin-right:10px;
color:#aaaaaa;
font-weight:700;
text-transform:uppercase;
}
.tokoo-look-inside .look-inside-box .look-inside-book-title button {
position:absolute;
top:0;
right:10px;
bottom:0;
padding:10px;
border:none;
background-color:transparent;
font-size:24px;
font-size:1.5em;
}
.tokoo-look-inside .look-inside-box.tab-detail-active .look-inside-book-detail {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
-o-transform:translateX(0);
transform:translateX(0);
}
.tokoo-look-inside .look-inside-box.tab-detail-active .toggle-detail-tab i {
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
-o-transform:rotate(0);
transform:rotate(0);
}
@media screen and (min-width: 1201px) {
.tokoo-look-inside .look-inside-box.tab-detail-active .book-preview-pages {
left:300px;
}
}
.tokoo-look-inside .look-inside-box.tab-related-active .look-inside-book-related {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
-o-transform:translateX(0);
transform:translateX(0);
}
.tokoo-look-inside .look-inside-box.tab-related-active .toggle-related-tab i {
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
-o-transform:rotate(0);
transform:rotate(0);
}
@media screen and (min-width: 1201px) {
.tokoo-look-inside .look-inside-box.tab-related-active .book-preview-pages {
right:300px;
}
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail, .tokoo-look-inside .look-inside-box .look-inside-book-related {
position:absolute;
z-index:3;
top:50px;
bottom:0;
width:300px;
background-color:white;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
@media screen and (max-width: 640px) {
.tokoo-look-inside .look-inside-box .look-inside-book-detail, .tokoo-look-inside .look-inside-box .look-inside-book-related {
display:none;
}
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail:before, .tokoo-look-inside .look-inside-box .look-inside-book-related:before {
position:absolute;
width:5px;
height:100%;
background-color:#f0f0f0;
content:" ";
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .tab-content, .tokoo-look-inside .look-inside-box .look-inside-book-related .tab-content {
overflow:auto;
position:absolute;
top:0;
bottom:0;
width:100%;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .section__title, .tokoo-look-inside .look-inside-box .look-inside-book-related .section__title {
margin:0 0 10px;
padding:10px 20px;
border-bottom:1px solid #e3e3e3;
font-size:16px;
font-size:1em;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
}
.tokoo-look-inside .look-inside-box .toggle-detail-tab, .tokoo-look-inside .look-inside-box .toggle-related-tab {
position:absolute;
width:30px;
height:40px;
padding:5px 0;
border:1px solid #f0f0f0;
color:#888888;
background-color:#f0f0f0;
font-size:18px;
line-height:30px;
}
.tokoo-look-inside .look-inside-box .toggle-detail-tab i, .tokoo-look-inside .look-inside-box .toggle-related-tab i {
display:inline-block;
position:relative;
line-height:1;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
-webkit-transform:rotate(180deg);
-ms-transform:rotate(180deg);
-o-transform:rotate(180deg);
transform:rotate(180deg);
}
.tokoo-look-inside .look-inside-box .look-inside-book-related {
right:0;
padding:0;
-webkit-transform:translateX(100%);
-ms-transform:translateX(100%);
-o-transform:translateX(100%);
transform:translateX(100%);
}
.tokoo-look-inside .look-inside-box .look-inside-book-related:before {
right:100%;
}
.tokoo-look-inside .look-inside-box .look-inside-book-related .toggle-related-tab {
right:100%;
}
.tokoo-look-inside .look-inside-box .look-inside-book-related .product_list_widget {
margin:0;
padding:10px 20px;
border-bottom:1px solid #e3e3e3;
}
.tokoo-look-inside .look-inside-box .look-inside-book-related .product_list_widget img {
width:50px;
}
.tokoo-look-inside .look-inside-box .look-inside-book-related .product_list_widget a {
font-weight:700;
}
.tokoo-look-inside .look-inside-box .look-inside-book-related .product_list_widget .woocommerce-Price-amount.amount {
margin-top:5px;
font-size:14px;
font-size:0.875em;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail {
left:0;
-webkit-transform:translateX(-100%);
-ms-transform:translateX(-100%);
-o-transform:translateX(-100%);
transform:translateX(-100%);
}
@media screen and (min-height: 801px) {
.tokoo-look-inside .look-inside-box .look-inside-book-detail .tab-content {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
flex-direction:column;
-webkit-box-direction:normal;
-webkit-box-orient:vertical;
-webkit-flex-direction:column;
-ms-flex-direction:column;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail:before {
left:100%;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .toggle-detail-tab {
left:100%;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-item {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
padding:20px;
border-bottom:1px solid #e3e3e3;
-webkit-align-items:center;
align-items:center;
-webkit-box-align:center;
-ms-flex-align:center;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-item .book-image {
width:80px;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-item .book-image img {
display:block;
height:auto;
border:1px solid rgba(0, 0, 0, 0.1);
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-item .book-detail {
padding-left:20px;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-item .book-detail h2 {
margin:0;
font-size:16px;
font-size:1em;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-item .book-detail > span {
color:#999999;
font-size:14px;
font-size:0.875em;
font-style:italic;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-item .book-detail .woocommerce-review-link {
font-size:12px;
font-size:0.75em;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-meta {
padding:20px;
border-bottom:1px solid #e3e3e3;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .shop_attributes {
background-color:transparent;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
font-size:0.8125em;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .shop_attributes th, .tokoo-look-inside .look-inside-box .look-inside-book-detail .shop_attributes td, .tokoo-look-inside .look-inside-box .look-inside-book-detail .shop_attributes tr {
background-color:transparent;
text-align:left;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .shop_attributes th p, .tokoo-look-inside .look-inside-box .look-inside-book-detail .shop_attributes td p, .tokoo-look-inside .look-inside-box .look-inside-book-detail .shop_attributes tr p {
margin:0;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .shop_attributes th {
color:#232323;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-review {
overflow:auto;
padding:20px;
-webkit-box-flex:1;
-webkit-flex:1;
-ms-flex:1;
flex:1;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-review .comment {
position:relative;
margin-bottom:50px;
padding:10px 10px 30px;
border:1px solid #e3e3e3;
text-align:center;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-review .meta {
margin:0;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-review .description p {
margin-top:0;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-review .avatar {
display:block;
width:48px;
height:48px;
margin:0 auto;
margin-top:-30px;
margin-bottom:0;
border:5px solid white;
-webkit-border-radius:50%;
border-radius:50%;
text-align:center;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-review .star-rating {
position:absolute;
right:0;
bottom:15px;
left:0;
margin:auto;
text-align:left;
}
.tokoo-look-inside .look-inside-box .book-preview-pages {
position:absolute;
z-index:1;
top:50px;
right:0;
bottom:0;
left:0;
border-right:1px solid #e3e3e3;
border-left:1px solid #e3e3e3;
background-color:#fafafa;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
@media screen and (max-width: 640px) {
.tokoo-look-inside .look-inside-box .book-preview-pages {
left:0 !important;
left:0 !important;
}
}
.tokoo-look-inside .look-inside-box .book-preview-pages:before, .tokoo-look-inside .look-inside-box .book-preview-pages:after {
position:absolute;
z-index:1;
left:0;
width:100%;
height:60px;
content:" ";
}
.tokoo-look-inside .look-inside-box .book-preview-pages:before {
top:0;
background-image:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(rgba(255, 255, 255, 0)));
background-image:-o-linear-gradient(#fafafa, rgba(255, 255, 255, 0));
background-image:linear-gradient(#fafafa, rgba(255, 255, 255, 0));
}
.tokoo-look-inside .look-inside-box .book-preview-pages:after {
bottom:0;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fafafa));
background-image:-o-linear-gradient(rgba(255, 255, 255, 0), #fafafa);
background-image:linear-gradient(rgba(255, 255, 255, 0), #fafafa);
}
.tokoo-look-inside .look-inside-box .book-preview-pages .book-preview-tools {
position:absolute;
z-index:3;
right:20px;
bottom:20px;
}
.tokoo-look-inside .look-inside-box .book-preview-pages .book-preview-tools button {
width:48px;
height:48px;
margin:0 5px;
padding-top:5px;
border:none;
-webkit-border-radius:50%;
border-radius:50%;
color:#666666;
background:-webkit-gradient(linear, left top, left bottom, from(white), to(#fefefe));
background:-o-linear-gradient(white, #fefefe);
background:linear-gradient(white, #fefefe);
background-color:transparent;
background-color:white;
-webkit-box-shadow:0 3px 10px rgba(0, 0, 0, 0.1);
box-shadow:0 3px 10px rgba(0, 0, 0, 0.1);
font-size:24px;
}
.tokoo-look-inside .look-inside-box .book-preview-pages .book-preview-tools button:active {
-webkit-box-shadow:0 0 3px #6666ff;
box-shadow:0 0 3px #6666ff;
}
.tokoo-look-inside .look-inside-box .book-preview-pages img {
display:block;
max-width:100%;
margin:20px auto;
border:1px solid rgba(0, 0, 0, 0.3);
-webkit-box-shadow:0 10px 20px -5px rgba(0, 0, 0, 0.3);
box-shadow:0 10px 20px -5px rgba(0, 0, 0, 0.3);
text-align:center;
}
.tokoo-look-inside .look-inside-box .book-preview-pages .book-pages-wrap {
overflow:auto;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
max-height:100%;
padding:50px 20px;
}
.tokoo-look-inside .look-inside-box .book-preview-pages .book-pages {
width:600px;
max-width:100%;
margin:0 auto;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.tokoo-look-inside .look-inside-box .book-preview-pages .book-pages img {
width:100%;
height:auto;
}
.deal-end-soon {
padding:50px 0;
}
.deal-end-soon:after {
display:block;
clear:both;
content:" ";
}
.deal-end-soon .product-overview__image img {
display:block;
margin:0 auto;
}
.deal-end-soon .price {
margin:20px 0;
}
.deal-end-soon .price .sale-price {
color:#eb8367;
font-size:36px;
font-size:2.25em;
font-weight:700;
}
.deal-end-soon .price .regular-price {
color:#999999;
font-size:14px;
font-size:0.875em;
}
.deal-end-soon .price .regular-price del {
-webkit-text-decoration-color:#eb8367;
-moz-text-decoration-color:#eb8367;
text-decoration-color:#eb8367;
}
.deal-end-soon .price .regular-price .amount {
color:#eb8367;
}
.deal-end-soon .product-deals-info {
display:table;
margin-bottom:20px;
border:1px solid #e0e0e0;
-webkit-border-radius:3px;
border-radius:3px;
background-color:white;
-webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.1);
box-shadow:0 10px 40px rgba(0, 0, 0, 0.1);
}
.deal-end-soon .product-deals-info:after {
display:block;
clear:both;
content:" ";
}
.deal-end-soon .product-deals-info .deal-countdown, .deal-end-soon .product-deals-info .deal-saving {
float:left;
}
.deal-end-soon .product-deals-info .label {
color:#a6a6a6;
font-size:13px;
font-size:0.8125em;
}
.deal-end-soon .product-deals-info .deal-countdown {
padding:10px 20px;
border-right:1px solid #e0e0e0;
}
@media screen and (max-width: 1200px) {
.deal-end-soon .product-deals-info .deal-countdown {
width:100%;
border-right:none;
border-bottom:1px solid #e3e3e3;
text-align:center;
}
}
.deal-end-soon .product-deals-info .deal-countdown .timer {
display:inline-block;
margin-right:5px;
color:#232323;
font-size:18px;
font-size:1.125em;
font-weight:700;
}
.deal-end-soon .product-deals-info .deal-countdown .count-num {
display:inline-block;
margin-right:10px;
}
.deal-end-soon .product-deals-info .deal-saving {
display:table;
}
@media screen and (max-width: 1200px) {
.deal-end-soon .product-deals-info .deal-saving {
width:100%;
table-layout:fixed;
}
}
.deal-end-soon .product-deals-info .deal-saving .saving {
display:table-cell;
padding:10px 20px;
text-align:center;
}
.deal-end-soon .product-deals-info .deal-saving .saving:not(:last-child) {
border-right:1px solid #e0e0e0;
}
.deal-end-soon .product-deals-info .deal-saving .saving > span {
display:block;
}
.deal-end-soon .product-deals-info .deal-saving .saving > span.value {
color:#232323;
font-size:18px;
font-size:1.125em;
font-weight:700;
}
.deal-countdown {
padding-top:10px;
}
.deal-countdown .timer {
display:inline-block;
display:inline-block;
margin-right:2px;
color:#232323;
font-size:16px;
font-size:1em;
font-weight:700;
}
.deal-countdown .label {
font-size:14px;
font-size:0.875em;
text-transform:capitalize;
}
.deal-countdown .count-num {
display:inline-block;
margin-right:3px;
}
.deal-tab-grid .deal-tab-nav {
margin:50px 0;
padding-left:0;
text-align:center;
list-style:none;
}
.deal-tab-grid .deal-tab-nav li {
display:inline-block;
}
.deal-tab-grid .deal-tab-nav li.active a {
border-color:#eb8367;
color:#eb8367;
}
.deal-tab-grid .deal-tab-nav a {
display:block;
padding:5px 20px;
border:3px solid transparent;
-webkit-border-radius:40px;
border-radius:40px;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.deal-tab-grid .deal-tab-content:after {
display:block;
clear:both;
content:" ";
}
.deal-tab-grid .deal-tab-pane {
display:none;
}
.deal-tab-grid .deal-tab-pane.active {
display:block;
}
.deal-tab-grid .all-deals {
padding:50px 0;
text-align:center;
}
.intrinsic-ratio {
display:block;
position:relative;
background-color:#c3c3c3;
}
.intrinsic-ratio img {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
opacity:0;
-webkit-transition:0.5s ease-out;
-o-transition:0.5s ease-out;
transition:0.5s ease-out;
}
.intrinsic-ratio img.lazy-loaded {
opacity:1;
}
.woocommerce-product-gallery {
position:relative;
padding-right:0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
max-width:none;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper:after {
display:block;
clear:both;
content:" ";
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper a, .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
display:block;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
height:auto;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
display:block;
position:absolute;
z-index:99;
top:3px;
right:15px;
width:2em;
height:2em;
-webkit-border-radius:3px;
border-radius:3px;
text-align:center;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
display:none !important;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
display:block;
font:normal normal normal 1em/1 FontAwesome;
font-size:inherit;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
line-height:2;
text-indent:0;
content:"\f00e";
text-rendering:auto;
}
.woocommerce-product-gallery .flex-control-thumbs {
margin-top:15px;
margin-right:-15px;
margin-left:-15px;
padding:0;
}
.woocommerce-product-gallery .flex-control-thumbs:after {
display:block;
clear:both;
content:" ";
}
.woocommerce-product-gallery .flex-control-thumbs li {
float:left;
padding:15px;
list-style:none;
cursor:pointer;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
display:block;
max-width:100%;
opacity:0.5;
-webkit-transition:all,ease,0.2s;
-o-transition:all,ease,0.2s;
transition:all,ease,0.2s;
}
.woocommerce-product-gallery .flex-control-thumbs li .flex-active, .woocommerce-product-gallery .flex-control-thumbs li:hover img {
opacity:1;
}
.woocommerce-product-gallery .flex-control-thumbs:after, .woocommerce-product-gallery .flex-control-thumbs:before {
display:table;
content:"";
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
width:50%;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
clear:both;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width:33.3333%;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
clear:both;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width:25%;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
clear:both;
}
.product-modern {
margin:0 -25px;
padding-top:50px;
}
.product-modern .product {
margin-bottom:40px;
padding-right:25px;
padding-left:25px;
}
.product-modern .product__inner {
padding:20px 20px 15px;
background-color:white;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);
box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.product-modern .product__inner:hover {
-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.09);
box-shadow:0 10px 30px rgba(0, 0, 0, 0.09);
}
.product-modern .product__image {
position:relative;
-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.04);
box-shadow:0 5px 10px rgba(0, 0, 0, 0.04);
}
.product-modern .product__image a {
display:block;
position:relative;
}
.product-modern .product__image a:after {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
opacity:0;
background-color:#eb8367;
content:" ";
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.product-modern .product__image img {
display:block;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.product-modern .product__image .product__action {
display:none;
}
.product-modern .product__image .onsale {
position:absolute;
z-index:1;
top:50px;
left:-20px;
padding:2px 5px;
color:white;
background-color:#4f75f2;
font-size:14px;
white-space:nowrap;
}
.product-modern .product__image .yith-wcqv-button {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
width:32px;
height:32px;
margin:auto;
padding:0;
opacity:0;
color:white;
background-color:transparent;
-webkit-box-shadow:none;
box-shadow:none;
font-size:24px;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.product-modern .product__image .yith-wcqv-button:before {
font-family:Themify;
content:"\e63d";
}
.product-modern .product__image .yith-wcqv-button span {
display:none;
}
.product-modern .product:hover .product__image a:after {
opacity:0.7;
}
.product-modern .product:hover .product__image img {
opacity:0.5;
}
.product-modern .product:hover .product__image .yith-wcqv-button {
opacity:1;
}
.product-modern .product[class*="livre-type-"] .product__image:after {
position:absolute;
top:50px;
right:auto;
left:100%;
padding:2px 10px;
color:white;
background-color:#b2dc71;
font-family:"themify";
font-size:14px;
white-space:nowrap;
}
.product-modern .product.livre-type-book .product__image:after {
content:"\e6b7";
}
.product-modern .product.livre-type-movie .product__image:after {
content:"\e6ce";
}
.product-modern .product.livre-type-game .product__image:after {
content:"\e6a1";
}
.product-modern .product.livre-type-audio .product__image:after {
content:"\e689";
}
.product-modern .product__detail .product__title {
overflow:hidden;
max-height:2.5em;
margin:15px 0;
font-size:16px;
font-size:1em;
font-weight:400;
}
.product-modern .product__detail .button.yith-wcqv-button, .product-modern .product__detail button.yith-wcqv-button, .product-modern .product__detail input.yith-wcqv-button[type="submit"], .product-modern .product__detail input.yith-wcqv-button[type="reset"] {
display:none;
}
.product-modern .product__detail .author {
color:#999999;
font-size:14px;
font-size:0.875em;
font-style:italic;
}
.product-modern .product__action {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
flex-direction:row;
position:relative;
width:auto;
height:auto;
margin:0 -20px;
padding:10px 20px;
opacity:1;
background-color:#fbfbfb;
-webkit-align-items:center;
align-items:center;
-webkit-box-align:center;
-webkit-box-direction:normal;
-webkit-box-orient:horizontal;
-webkit-box-pack:justify;
-ms-flex-align:center;
-webkit-flex-direction:row;
-ms-flex-direction:row;
-ms-flex-pack:justify;
-webkit-justify-content:space-between;
justify-content:space-between;
}
.product-modern .product__action .product__price {
float:left;
}
.product-modern .product__action .add_to_cart_button, .product-modern .product__action .ajax_add_to_cart, .product-modern .product__action .product_type_variable, .product-modern .product__action .product_type_external {
float:right;
position:relative;
margin:5px 0;
padding:0;
color:#eb8367;
background-color:transparent;
-webkit-box-shadow:none;
box-shadow:none;
}
.product-modern .product__action .add_to_cart_button .simple-icon-bag, .product-modern .product__action .ajax_add_to_cart .simple-icon-bag, .product-modern .product__action .product_type_variable .simple-icon-bag, .product-modern .product__action .product_type_external .simple-icon-bag {
margin-right:0;
font-size:24px;
}
.product-modern .product__action .add_to_cart_button .dripicons-plus, .product-modern .product__action .ajax_add_to_cart .dripicons-plus, .product-modern .product__action .product_type_variable .dripicons-plus, .product-modern .product__action .product_type_external .dripicons-plus {
position:absolute;
top:-5px;
left:-15px;
}
.product-modern .product__action .add_to_cart_button.loading .dripicons-plus:before, .product-modern .product__action .ajax_add_to_cart.loading .dripicons-plus:before, .product-modern .product__action .product_type_variable.loading .dripicons-plus:before, .product-modern .product__action .product_type_external.loading .dripicons-plus:before {
display:block;
position:relative;
content:"\e011";
-webkit-animation:rotating 2s linear infinite;
-o-animation:rotating 2s linear infinite;
animation:rotating 2s linear infinite;
}
.product-modern .product__action .add_to_cart_button.added .dripicons-plus, .product-modern .product__action .ajax_add_to_cart.added .dripicons-plus, .product-modern .product__action .product_type_variable.added .dripicons-plus, .product-modern .product__action .product_type_external.added .dripicons-plus {
color:#92dc34;
}
.product-modern .product__action .add_to_cart_button.added .dripicons-plus:before, .product-modern .product__action .ajax_add_to_cart.added .dripicons-plus:before, .product-modern .product__action .product_type_variable.added .dripicons-plus:before, .product-modern .product__action .product_type_external.added .dripicons-plus:before {
content:"\53";
}
.product-modern .product__action .added_to_cart.wc-forward {
display:none;
}
.product-modern .product__action .button-label {
display:none;
}
.product-modern .product .star-rating {
margin-top:15px;
} .woocommerce:after {
display:block;
clear:both;
content:" ";
}
.star-rating {
overflow:hidden;
position:relative;
width:5.4em;
height:1em;
font-family:themify;
font-size:1em;
line-height:1;
}
.star-rating:before {
float:left;
position:absolute;
top:0;
left:0;
color:#d3ced2;
color:#999999;
content:"\e60a\e60a\e60a\e60a\e60a";
}
.star-rating span {
float:left;
overflow:hidden;
position:absolute;
top:0;
left:0;
padding-top:1.5em;
}
.star-rating span:before {
position:absolute;
top:0;
left:0;
color:#eb8367;
content:"\e60a\e60a\e60a\e60a\e60a";
}
p.stars {
position:relative;
font-size:1em;
}
p.stars a {
display:inline-block;
position:relative;
margin-right:1em;
border-bottom:0 !important;
outline:0;
font-weight:700;
text-indent:-9999px;
}
p.stars a:last-child {
border-right:0;
}
p.stars a.star-1, p.stars a.star-2, p.stars a.star-3, p.stars a.star-4, p.stars a.star-5 {
border-right:1px solid #cccccc;
}
p.stars a.star-1.active:after, p.stars a.star-2.active:after, p.stars a.star-3.active:after, p.stars a.star-4.active:after, p.stars a.star-5.active:after {
color:#eb8367;
}
p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
position:absolute;
top:0;
left:0;
color:#999999;
font-family:"themify";
text-indent:0;
}
p.stars a.star-1 {
width:2em;
}
p.stars a.star-1:after {
content:"\e60a";
}
p.stars a.star-1.active:after, p.stars a.star-1:hover:after {
content:"\e60a";
}
p.stars a.star-2 {
width:3em;
}
p.stars a.star-2:after {
content:"\e60a\e60a";
}
p.stars a.star-2.active:after, p.stars a.star-2:hover:after {
content:"\e60a\e60a";
}
p.stars a.star-3 {
width:4em;
}
p.stars a.star-3:after {
content:"\e60a\e60a\e60a";
}
p.stars a.star-3.active:after, p.stars a.star-3:hover:after {
content:"\e60a\e60a\e60a";
}
p.stars a.star-4 {
width:5em;
}
p.stars a.star-4:after {
content:"\e60a\e60a\e60a\e60a";
}
p.stars a.star-4.active:after, p.stars a.star-4:hover:after {
content:"\e60a\e60a\e60a\e60a";
}
p.stars a.star-5 {
width:6em;
border:0;
}
p.stars a.star-5:after {
content:"\e60a\e60a\e60a\e60a\e60a";
}
p.stars a.star-5.active:after, p.stars a.star-5:hover:after {
content:"\e60a\e60a\e60a\e60a\e60a";
}
.product-sorting {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
padding:0 0 30px;
-webkit-align-items:center;
align-items:center;
-webkit-box-align:center;
-webkit-box-pack:justify;
-ms-flex-align:center;
-ms-flex-pack:justify;
-webkit-justify-content:space-between;
justify-content:space-between;
}
.product-sorting.no-flexbox .product-sorting {
margin-bottom:50px;
}
.product-sorting.no-flexbox .product-sorting:after {
display:block;
clear:both;
content:" ";
}
.no-flexbox .product-sorting .woocommerce-ordering {
float:right;
}
@media screen and (max-width: 480px) {
.product-sorting .woocommerce-ordering select {
width:200px;
}
}
.no-flexbox .product-layout-view {
float:left;
}
.product-layout-view a {
display:inline-block;
margin-right:10px;
padding:10px;
-webkit-box-shadow:0 3px 5px rgba(0, 0, 0, 0.1);
box-shadow:0 3px 5px rgba(0, 0, 0, 0.1);
font-size:24px;
line-height:0.5;
}
.product-layout-view a:hover, .product-layout-view a.active {
border-color:inherit;
color:#eb8367;
}
.woocommerce-pagination {
padding:50px 0;
}
.woocommerce-pagination ul.page-numbers {
display:block;
padding:0;
list-style:none;
}
.woocommerce-pagination ul.page-numbers li {
display:inline-block;
}
.woocommerce-pagination ul.page-numbers .page-numbers {
display:block;
margin-right:10px;
padding:13px 15px 10px;
background-color:white;
font-weight:700;
line-height:1;
}
.woocommerce-pagination ul.page-numbers .page-numbers.current {
color:white;
background-color:#eb8367;
}
.woocommerce-pagination ul.page-numbers .page-numbers.dots {
color:#999999;
}
.woocommerce-Reviews:after {
display:block;
clear:both;
content:" ";
}
.woocommerce-Reviews .woocommerce-Reviews-title, .woocommerce-Reviews .comment-reply-title {
margin:0 0 30px;
font-size:1.5em;
}
.woocommerce-Reviews .row > .col-md-6:first-child {
padding-right:30px;
}
@media screen and (max-width: 990px) {
.woocommerce-Reviews .row > .col-md-6:first-child {
padding:0 15px !important;
}
}
.woocommerce-Reviews .row .editorial-review {
padding-left:30px;
}
@media screen and (max-width: 990px) {
.woocommerce-Reviews .row .editorial-review {
padding:0 15px !important;
}
}
.woocommerce-Reviews .comment-respond {
margin-top:0;
}
.woocommerce-Reviews .comment {
min-height:80px;
margin-bottom:30px;
}
.woocommerce-Reviews .comment_container {
position:relative;
padding-left:80px;
}
.woocommerce-Reviews .comment .avatar {
position:absolute;
left:0;
-webkit-border-radius:50%;
border-radius:50%;
}
@media screen and (min-width: 640px) {
.woocommerce-Reviews .comment .star-rating {
position:absolute;
top:0;
right:0;
}
}
.woocommerce-Reviews .comment-form-author, .woocommerce-Reviews .comment-form-email {
width:50%;
}
.col2-set {
clear:both;
width:100%;
}
.col2-set:after {
display:block;
clear:both;
content:"";
}
.col2-set .col-1 {
float:left;
width:50%;
padding-right:15px;
}
.col2-set .col-2 {
float:right;
width:50%;
padding-left:15px;
}
@media screen and (max-width: 990px) {
.col2-set .col-1, .col2-set .col-2 {
float:none;
width:100%;
padding:0;
}
}
form .form-row {
margin:0 0 15px;
padding:3px;
}
form .form-row:after {
display:block;
clear:both;
content:"";
}
form .form-row label {
display:block;
margin-bottom:10px;
}
form .form-row label.hidden {
visibility:hidden;
}
form .form-row select {
width:100%;
margin:0;
cursor:pointer;
}
form .form-row .required {
border:0;
color:red;
font-weight:bold;
}
form .form-row .input-checkbox {
display:inline;
margin:-2px 8px 0 0;
text-align:center;
vertical-align:middle;
}
form .form-row .inline {
display:inline-block;
margin-left:30px;
}
form .form-row label.checkbox {
display:inline;
}
form .form-row input.input-text, form .form-row textarea {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
width:100%;
margin:0;
outline:0;
line-height:1em;
}
form .form-row textarea {
display:block;
height:3.5em;
line-height:1.5em;
}
form .form-row.woocommerce-validated input.input-text {
background-image:url(//pelsermedia.com/wp-content/themes/livre/assets/css/images/icons/valid.png);
background-repeat:no-repeat;
background-position:95% center;
}
form .form-row.woocommerce-invalid input.input-text {
background-image:url(//pelsermedia.com/wp-content/themes/livre/assets/css/images/icons/invalid.png);
background-repeat:no-repeat;
background-position:95% center;
}
form .form-row.woocommerce-invalid .chzn-single, form .form-row.woocommerce-invalid .chzn-drop, form .form-row.woocommerce-invalid input.input-text, form .form-row.woocommerce-invalid select {
border-color:#fb7f88;
}
form .form-row ::-webkit-input-placeholder {
padding-top:2px;
line-height:1em;
}
form .form-row :-moz-placeholder {
padding-top:2px;
line-height:1em;
}
form .form-row :-ms-input-placeholder {
padding-top:2px;
line-height:1em;
}
form .form-row-first, form .form-row-last {
float:left;
overflow:visible;
width:50%;
}
@media screen and (max-width: 758px) {
form .form-row-first, form .form-row-last {
float:none;
width:100%;
padding-left:0 !important;
}
}
form .form-row-last {
float:right;
padding-left:30px;
}
form .form-row-wide {
clear:both;
}
form .select2-container .select2-choice {
padding:5px 20px;
border-width:3px !important;
border-color:#bdbdbd;
-webkit-border-radius:20px;
border-radius:20px;
background-color:transparent;
}
form .select2-dropdown-open .select2-choice {
-webkit-border-bottom-right-radius:0;
border-bottom-right-radius:0;
-webkit-border-bottom-left-radius:0;
border-bottom-left-radius:0;
}
.select2-drop-active {
padding-top:10px;
border:3px solid #bdbdbd;
border-top:none;
}
dl.variation {
margin:0;
}
dl.variation:after {
display:block;
clear:both;
content:" ";
}
dl.variation dt, dl.variation dd {
float:left;
margin:0;
}
dl.variation dt {
clear:both;
margin-right:10px;
text-transform:capitalize;
}
dl.variation p {
margin:0;
}
.shop_table.cart {
margin-bottom:30px;
}
@media screen and (max-width: 768px) {
.shop_table.cart thead {
display:none;
}
}
.shop_table.cart thead th {
padding:30px 10px;
}
.shop_table.cart tbody th, .shop_table.cart tbody td {
padding:15px 20px;
}
.shop_table.cart .remove {
display:inline-block;
overflow:hidden;
position:relative;
width:16px;
height:16px;
text-indent:-9999px;
}
.shop_table.cart .remove:before {
position:absolute;
top:0;
left:0;
width:100%;
font-family:"dripicons-v2";
font-size:16px;
line-height:1;
text-indent:0;
content:"\e053";
}
.shop_table.cart .product-remove {
width:50px;
padding:10px;
text-align:center;
}
@media screen and (max-width: 768px) {
.shop_table.cart .product-remove {
position:absolute;
top:10px;
right:10px;
}
}
.shop_table.cart .product-thumbnail {
width:100px;
text-align:center;
}
.shop_table.cart .product-thumbnail img {
width:70px;
height:auto;
}
@media screen and (max-width: 768px) {
.shop_table.cart .product-thumbnail img {
width:auto;
}
}
.shop_table.cart th.product-name {
text-align:left;
}
.shop_table.cart .product-name {
text-align:left;
}
.shop_table.cart .product-name a {
font-weight:700;
}
.shop_table.cart .product-price {
text-align:right;
}
.shop_table.cart .product-quantity {
width:100px;
}
.shop_table.cart .product-quantity input {
max-width:100px;
}
.shop_table.cart .product-subtotal {
padding-right:20px;
text-align:right;
}
.shop_table.cart .actions .coupon {
float:left;
}
@media screen and (max-width: 768px) {
.shop_table.cart .actions .coupon {
float:none;
margin-bottom:10px;
}
.shop_table.cart .actions .coupon input {
width:100%;
margin-bottom:10px;
}
}
.shop_table.cart .actions > .button, .shop_table.cart .actions > button, .shop_table.cart .actions > input[type="submit"], .shop_table.cart .actions > input[type="reset"] {
float:right;
}
@media screen and (max-width: 768px) {
.shop_table.cart .actions > .button, .shop_table.cart .actions > button, .shop_table.cart .actions > input[type="submit"], .shop_table.cart .actions > input[type="reset"] {
float:none;
width:100%;
}
}
.shop_table.cart .cart_item {
position:relative;
}
@media screen and (max-width: 768px) {
.shop_table.cart .cart_item {
display:block;
padding:20px 15px;
}
}
@media screen and (max-width: 768px) {
.shop_table.cart .cart_item td {
display:block;
padding:5px 10px;
}
}
@media screen and (max-width: 768px) {
.shop_table.cart .cart_item [data-title] {
width:100%;
text-align:left;
}
.shop_table.cart .cart_item [data-title]:before {
display:inline-block;
width:100px;
font-weight:700;
vertical-align:middle;
white-space:nowrap;
content:attr(data-title);
}
.shop_table.cart .cart_item [data-title] .quantity {
display:inline-block;
}
}
.cross-sells {
clear:both;
}
.cart-collaterals {
float:right;
width:50%;
margin-bottom:100px;
padding-left:30px;
}
@media screen and (max-width: 768px) {
.cart-collaterals {
float:none;
width:100%;
padding-left:0;
}
}
.cart-collaterals .shop_table {
margin-bottom:30px;
table-layout:fixed;
}
.cart-collaterals .shop_table td {
padding:20px;
text-align:right;
}
#shipping_method {
margin:0;
padding:0;
text-align:left;
list-style:none;
}
#shipping_method input[type="radio"] {
display:none;
}
#shipping_method input[type="radio"]:checked + label:after {
-webkit-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
}
#shipping_method label {
display:block;
position:relative;
padding-left:40px;
}
#shipping_method label:before, #shipping_method label:after {
position:absolute;
top:0;
left:0;
content:" ";
}
#shipping_method label:before {
top:3px;
width:20px;
height:20px;
border:2px solid #eb8367;
-webkit-border-radius:50%;
border-radius:50%;
}
.woocommerce-checkout-review-order-table #shipping_method label:before {
border-color:white;
}
#shipping_method label:after {
top:7px;
left:4px;
width:12px;
height:12px;
-webkit-border-radius:50%;
border-radius:50%;
background-color:#eb8367;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
-webkit-transform:scale(0);
-ms-transform:scale(0);
-o-transform:scale(0);
transform:scale(0);
}
.woocommerce-checkout-review-order-table #shipping_method label:after {
background-color:white;
}
.woocommerce-info, .woocommerce-message {
position:relative;
margin-bottom:30px;
padding:30px 30px 30px 80px;
color:#01263d;
background-color:#15a3f9;
-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
}
.woocommerce-info:after, .woocommerce-message:after {
display:block;
clear:both;
content:" ";
}
.woocommerce-info .button, .woocommerce-info button, .woocommerce-info input[type="submit"], .woocommerce-info input[type="reset"], .woocommerce-message .button, .woocommerce-message button, .woocommerce-message input[type="submit"], .woocommerce-message input[type="reset"] {
float:right;
margin:0;
padding:3px 20px;
}
@media screen and (max-width: 480px) {
.woocommerce-info, .woocommerce-message {
padding:15px;
text-align:center;
}
.woocommerce-info span, .woocommerce-message span {
display:block;
margin-bottom:15px;
}
.woocommerce-info .button, .woocommerce-info button, .woocommerce-info input[type="submit"], .woocommerce-info input[type="reset"], .woocommerce-message .button, .woocommerce-message button, .woocommerce-message input[type="submit"], .woocommerce-message input[type="reset"] {
display:inline-block;
float:none;
padding:5px 20px;
color:white;
}
}
.woocommerce-info:before, .woocommerce-message:before {
position:absolute;
top:30px;
left:30px;
color:rgba(255, 255, 255, 0.5);
font-family:"themify";
font-size:18px;
font-size:1.125em;
content:"\e61c";
}
@media screen and (max-width: 480px) {
.woocommerce-info:before, .woocommerce-message:before {
display:block;
position:relative;
top:0;
right:0;
left:0;
color:white;
font-size:32px;
font-weight:300;
text-align:center;
}
}
.woocommerce-error {
position:relative;
margin-bottom:30px;
padding:30px 30px 30px 80px;
color:#01263d;
background-color:#f6604c;
-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
list-style:none;
}
.woocommerce-error:before {
position:absolute;
top:30px;
left:30px;
color:rgba(255, 255, 255, 0.5);
font-family:"themify";
font-size:18px;
font-size:1.125em;
content:"\e646";
}
.woocommerce .login, .woocommerce .register, .woocommerce .checkout_coupon {
margin-bottom:30px;
padding:30px;
background-color:white;
-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
}
.woocommerce .login:after, .woocommerce .register:after, .woocommerce .checkout_coupon:after {
display:block;
clear:both;
content:" ";
}
.woocommerce .login .section-header, .woocommerce .register .section-header, .woocommerce .checkout_coupon .section-header {
margin-top:0;
}
.woocommerce-password-strength {
margin:10px 0;
font-size:14px;
font-size:0.875em;
}
.woocommerce-password-hint {
display:block;
padding:10px;
border:1px solid #e3e3e3;
-webkit-border-radius:3px;
border-radius:3px;
}
.woocommerce .woocommerce-checkout {
margin:0 -15px;
}
.woocommerce .woocommerce-checkout .col2-set {
float:left;
width:50%;
padding:0 15px;
}
@media screen and (max-width: 990px) {
.woocommerce .woocommerce-checkout .col2-set {
float:none;
width:100%;
}
}
.woocommerce .woocommerce-checkout .col2-set .col-1, .woocommerce .woocommerce-checkout .col2-set .col-2 {
width:100%;
}
.woocommerce .woocommerce-checkout .col2-set .col-1 {
padding-right:0;
}
.woocommerce .woocommerce-checkout .col2-set .col-2 {
padding-left:0;
}
.woocommerce .woocommerce-checkout > h3, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order {
float:right;
width:50%;
padding:0 15px;
}
@media screen and (max-width: 990px) {
.woocommerce .woocommerce-checkout > h3, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order {
float:none;
width:100%;
}
}
.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
padding:20px;
}
.woocommerce-checkout-payment {
background-color:white;
-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout-payment .place-order {
padding:20px;
text-align:right;
}
.wc_payment_methods.payment_methods {
margin:0;
padding:0;
list-style:none;
}
.wc_payment_methods.payment_methods li:not(.wc_payment_method) {
padding:20px;
}
.wc_payment_methods.payment_methods .wc_payment_method input {
display:none;
}
.wc_payment_methods.payment_methods .wc_payment_method input:checked + label:after {
opacity:1;
-webkit-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
}
.wc_payment_methods.payment_methods .wc_payment_method label {
display:block;
position:relative;
padding:20px 20px 20px 60px;
color:#232323;
background-color:#f1f4f6;
font-weight:700;
}
.wc_payment_methods.payment_methods .wc_payment_method label:after {
display:block;
clear:both;
content:" ";
}
.wc_payment_methods.payment_methods .wc_payment_method label:before {
position:absolute;
top:0;
bottom:0;
left:20px;
width:24px;
height:24px;
margin:auto 0;
border:2px solid #eb8367;
-webkit-border-radius:50%;
border-radius:50%;
content:" ";
}
.wc_payment_methods.payment_methods .wc_payment_method label:after {
position:absolute;
top:0;
bottom:0;
left:25px;
width:14px;
height:14px;
margin:auto 0;
-webkit-border-radius:50%;
border-radius:50%;
opacity:0;
background-color:#eb8367;
content:" ";
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
-webkit-transform:scale(0);
-ms-transform:scale(0);
-o-transform:scale(0);
transform:scale(0);
}
.wc_payment_methods.payment_methods .wc_payment_method label img {
float:right;
max-width:100px;
}
.wc_payment_methods.payment_methods .wc_payment_method label a {
display:inline-block;
margin-left:10px;
color:#999999;
font-size:80%;
font-style:italic;
}
.wc_payment_methods.payment_methods .wc_payment_method .payment_box {
padding:20px;
}
.woocommerce-MyAccount-navigation ul {
margin-bottom:50px;
margin-left:0;
padding:0;
border-bottom:3px solid #eaeaea;
list-style:none;
}
@media screen and (max-width: 640px) {
.woocommerce-MyAccount-navigation ul {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
}
.woocommerce-MyAccount-navigation-link {
display:inline-block;
position:relative;
bottom:-2px;
}
@media screen and (max-width: 640px) {
.woocommerce-MyAccount-navigation-link {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-basis:50%;
flex-basis:50%;
-ms-flex-preferred-size:50%;
}
}
@media screen and (max-width: 320px) {
.woocommerce-MyAccount-navigation-link {
-webkit-flex-basis:100%;
flex-basis:100%;
-ms-flex-preferred-size:100%;
}
}
.woocommerce-MyAccount-navigation-link a {
display:block;
padding:15px 30px;
border-bottom:2px solid transparent;
color:inherit;
font-size:14px;
font-size:0.875em;
-webkit-box-flex:1;
-webkit-flex:1;
-ms-flex:1;
flex:1;
}
@media screen and (max-width: 640px) {
.woocommerce-MyAccount-navigation-link a {
padding:10px;
background-color:white;
-webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.3);
box-shadow:0 0 1px rgba(0, 0, 0, 0.3);
}
}
.woocommerce-MyAccount-navigation-link a:before {
display:inline-block;
margin-right:10px;
font-family:"themify";
}
.woocommerce-MyAccount-navigation-link--dashboard a:before {
content:"\e6aa";
}
.woocommerce-MyAccount-navigation-link--orders a:before {
content:"\e687";
}
.woocommerce-MyAccount-navigation-link--edit-address a:before {
content:"\e61c";
}
.woocommerce-MyAccount-navigation-link--edit-account a:before {
content:"\e61d";
}
.woocommerce-MyAccount-navigation-link--downloads a:before {
content:"\e6a7";
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before {
content:"\e732";
}
.woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation-link:hover a {
border-color:inherit;
color:#eb8367;
}
.woocommerce-MyAccount-orders {
width:100%;
}
.woocommerce-MyAccount-orders thead {
border-bottom:2px solid #666666;
}
.woocommerce-MyAccount-orders th {
text-align:left;
}
.woocommerce-MyAccount-orders tbody tr {
border-bottom:1px solid #e3e3e3;
}
mark {
display:inline-block;
padding:4px 10px;
-webkit-border-radius:5px;
border-radius:5px;
background-color:#cdf2ff;
}
.woocommerce-EditAccountForm.edit-account fieldset {
margin-bottom:30px;
border:1px solid #e3e3e3;
}
.wcbs-fbt-section {
margin-bottom:50px;
}
.wcbs-fbt-section .wcbs-fbt-images {
display:inline-table;
float:left;
width:auto;
background-color:transparent;
-webkit-box-shadow:none;
box-shadow:none;
}
.wcbs-fbt-section .wcbs-fbt-images img {
width:100px;
height:auto;
}
.wcbs-fbt-section .wcbs-fbt-images tbody {
background-color:transparent;
}
.wcbs-fbt-section .wcbs-fbt-images tr {
background-color:transparent;
}
.wcbs-fbt-section .wcbs-fbt-submit-block {
float:left;
padding-left:20px;
}
.wcbs-fbt-section .wcbs-fbt-submit-block .total_price_label {
display:block;
font-size:18px;
font-size:1.125em;
}
.wcbs-fbt-section .wcbs-fbt-submit-block .total_price {
display:block;
margin-bottom:10px;
color:#eb8367;
font-size:18px;
font-size:1.125em;
font-weight:700;
}
.wcbs-fbt-section .wcbs-fbt-items {
clear:both;
padding-left:0;
font-weight:700;
list-style:none;
}
.wcbs-fbt-section .wcbs-fbt-items li:before {
display:inline-block;
margin-right:10px;
color:green;
font-family:"dripicons-v2";
content:"\53";
}
.wcbs-fbt-section .wcbs-fbt-items .current_item {
color:#999999;
font-style:italic;
}
.wcbs-fbt-section .wcbs-fbt-items .price {
color:#eb8367;
font-size:inherit;
}
.wcbs-fbt-section .wcbs-fbt-items .price del {
display:inline-block;
margin-right:10px;
}
.yith-wcqv-main {
-webkit-box-shadow:0 10px 30px -4px rgba(0, 0, 0, 0.3) !important;
box-shadow:0 10px 30px -4px rgba(0, 0, 0, 0.3) !important;
}
.yith-wcqv-main #yith-quick-view-close {
overflow:hidden;
width:32px;
height:32px;
border:3px solid #eb8367;
-webkit-border-radius:50%;
border-radius:50%;
color:inherit;
text-indent:-9999px;
}
.yith-wcqv-main #yith-quick-view-close:before {
display:block;
position:absolute;
left:0;
width:100%;
padding:0;
font-family:"dripicons-v2";
font-size:22px;
line-height:28px;
text-align:center !important;
text-indent:0;
content:"\39";
}
.yith-wcqv-main .single-product:after {
display:block;
clear:both;
content:" ";
}
.yith-wcqv-main .product-overview {
position:relative;
padding:30px;
}
.yith-wcqv-main .images, .yith-wcqv-main .summary {
float:left;
}
.yith-wcqv-main .onsale {
position:absolute;
top:10px;
left:-10px;
padding:3px 10px;
-webkit-border-radius:3px;
border-radius:3px;
color:white;
background-color:#eb8367;
font-size:13px;
font-size:0.8125em;
text-transform:uppercase;
}
.yith-wcqv-main .images {
width:40%;
padding-right:30px;
}
.yith-wcqv-main .images img {
width:100%;
max-width:100%;
height:auto;
}
.yith-wcqv-main .summary {
width:60%;
padding-left:40px;
}
.yith-wcqv-main .product_title {
margin-top:0;
margin-bottom:0;
}
.yith-wcqv-main .product_meta {
padding-top:10px;
}
.yith-wcqv-main .product__excerpt {
font-size:0.7em;
}
p.demo_store {
position:relative;
margin:0;
padding:20px;
color:white;
font-weight:normal;
text-align:center;
}
p.demo_store:before {
display:inline-block;
margin-right:10px;
font-family:"dripicons-v2";
font-size:24px;
font-size:1.5em;
font-weight:300;
vertical-align:middle;
content:"\e009";
}
.woocommerce-Tabs-panel--wcbs_book_author_info .grid-layout {
-webkit-box-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
}
.woocommerce-tabs .featured-author__name {
margin-top:30px;
margin-bottom:50px;
font-weight:400;
}
.woocommerce-tabs .shop_attributes th {
width:20%;
}
.woocommerce-tabs .shop_attributes td {
width:80%;
}
.woocommerce-product-search {
position:relative;
}
.woocommerce-product-search input[type="search"], .woocommerce-product-search input[type="text"] {
margin-bottom:0 !important;
padding-right:100px;
}
.woocommerce-product-search input[type="submit"] {
position:absolute;
top:0;
right:0;
bottom:0;
border:none !important;
}
.wishlist_table tfoot .yith-wcwl-share {
margin-bottom:0;
padding:20px;
}
.wishlist_table tfoot .yith-wcwl-share h4 {
display:inline-block;
margin:0;
margin-right:20px;
color:white;
vertical-align:middle;
}
.wishlist_table tfoot .yith-wcwl-share ul {
display:inline-block;
margin:0;
vertical-align:middle;
}
.wcmp_vendor_banner_template + .description_data {
margin-top:0;
background-color:white;
}
.wcmp_vendor_banner_template + .description_data tr {
background-color:white;
}
.wcmp_vendor_banner_template + .description_data td {
padding:15px;
border:none;
vertical-align:top;
}
.wcmp_vendor_banner_template + .description_data td label {
white-space:nowrap;
}
.entry-content .wcmp_main_page h3 {
padding-top:0;
font-size:22px;
}
.entry-content .wcmp_main_page h4 {
font-size:18px;
}
.wcmp_tab .ui-widget-header {
margin:0 1%;
padding-right:0 !important;
padding-left:0 !important;
}
.wcmp_black_headding {
margin-top:30px;
padding-left:1%;
}
.wcmp_table_holder {
padding-left:1%;
}
img.one_third_part {
padding:0 !important;
-webkit-border-radius:10px !important;
border-radius:10px !important;
}
#yith-wcwl-form .wishlist_table .product-add-to-cart a.button {
width:70%;
border:none;
line-height:30px;
}
#yith-wcwl-form .wishlist_table .product-stock-status {
text-align:center;
}
#yith-wcwl-form .wishlist_table.mobile li .item-wrapper .item-details {
vertical-align:bottom;
}
#yith-wcwl-form .wishlist_table.mobile li .item-wrapper .item-details h3 {
display:inline-block;
font-size:20px;
}
#yith-wcwl-form .wishlist_table.mobile li .item-wrapper tbody, #yith-wcwl-form .wishlist_table.mobile li .item-wrapper tr {
background-color:transparent !important;
}
#yith-wcwl-form .wishlist_table.mobile li .additional-info-wrapper {
width:95.5%;
}
#yith-wcwl-form .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a.button {
width:100%;
}
#yith-wcwl-form .wishlist_table.mobile li .additional-info-wrapper tr {
background-color:#f6f6f6;
}
#yith-wcwl-form .wishlist_table.mobile tr td, #yith-wcwl-form .wishlist_table.mobile tr th.product-checkbox, #yith-wcwl-form .wishlist_table.mobile .wishlist_table tr th.wishlist-delete {
background:transparent;
}
#yith-wcwl-form .wishlist_table.mobile table {
-webkit-box-shadow:none !important;
box-shadow:none !important;
}
#yith-wcwl-form .yith-wcqv-button {
color:white;
} .widget {
margin-bottom:30px;
padding:0 10px;
}
.widget-title {
margin-bottom:30px;
font-family:inherit;
font-size:16px;
font-size:1em;
font-weight:700 !important;
font-style:italic;
}
.widget ul, .widget ol {
margin:0;
padding:0;
list-style:none;
}
.widget ul a, .widget ol a {
color:inherit;
text-decoration:none;
}
.widget-top-products ol {
counter-reset:top-list;
}
.widget-top-products ol li {
position:relative;
margin-bottom:15px;
padding-left:20px;
counter-increment:top-list;
}
.widget-top-products ol li:before {
position:absolute;
top:0;
left:0;
color:#232323;
font-weight:700;
font-style:italic;
line-height:1;
content:counter(top-list) ".";
}
.widget-top-products h4 {
margin:0;
font-weight:400;
line-height:1;
}
.widget-top-products .author {
color:#999999;
font-style:italic;
}
.widget.tokoo-contact-info {
text-align:center;
}
.widget.tokoo-contact-info .contact-phone {
display:block;
color:#eb8367;
font-size:24px;
font-size:1.5em;
line-height:1;
text-align:center;
}
.widget.tokoo-contact-info .contact-email {
display:block;
text-align:center;
}
.widget.social-network {
text-align:center;
}
.widget.tokoo-mailchimp-subscribe-form {
text-align:center;
}
.widget.tokoo-mailchimp-subscribe-form .mc4wp-form-fields {
position:relative;
}
.widget.tokoo-mailchimp-subscribe-form .mc4wp-form-fields label {
display:none;
}
.widget.tokoo-mailchimp-subscribe-form .mc4wp-form-fields input[type="email"], .widget.tokoo-mailchimp-subscribe-form .mc4wp-form-fields input[type="text"] {
width:100%;
padding-right:100px;
}
.widget.tokoo-mailchimp-subscribe-form .mc4wp-form-fields input[type="submit"] {
position:absolute;
top:0;
right:0;
bottom:0;
padding-right:20px;
border:none;
color:#eb8367;
}
.widget_mc4wp_form_widget label {
display:none;
}
.mc4wp-form-fields {
position:relative;
}
.mc4wp-form-fields label {
display:none;
}
.mc4wp-form-fields input[type="text"], .mc4wp-form-fields input[type="email"] {
width:100%;
padding-right:100px;
}
.mc4wp-form-fields input[type="submit"] {
position:absolute;
top:0;
right:0;
bottom:0;
border:none;
} .widget.tokoo-login-form input:not([type="checkbox"]) {
width:100%;
}
.widget.tokoo-login-form .remember-me {
float:left;
}
.widget.tokoo-login-form .login-submit {
float:right;
}
.widget.tokoo-login-form .forget-link {
clear:both;
margin-bottom:0;
padding-top:20px;
font-weight:300;
text-align:center;
}
.widget.tokoo-recent-comments-with-avatar .post-list li > a {
float:left;
margin-right:15px;
}
.widget.tokoo_themeforest_widget_ul {
margin:0 -5px 20px;
list-style:none;
}
.widget.tokoo_themeforest_widget_ul:after {
display:block;
clear:both;
content:" ";
}
.widget.tokoo_themeforest_widget_ul li {
float:left;
width:33.3333%;
padding:0 5px;
}
.widget.tokoo_themeforest_widget_ul li img {
width:100%;
max-width:100%;
height:auto;
}
.widget.tokoo_themeforest_widget_ul .tokoo_read_more {
font-style:italic;
text-align:center;
}
.widget.tokoo-contact-info [class*="contact"] {
display:block;
}
.widget.tokoo-contact-info {
text-align:center;
}
.widget.tokoo-contact-info .contact-phone {
font-size:24px;
font-size:1.5em;
}
.widget.tokoo-recent-tweets .twitter-tweets-list {
list-style-type:none;
}
.widget.tokoo-recent-tweets .twitter-tweets-list li {
margin-bottom:30px;
}
.widget.tokoo-recent-tweets .tweet {
position:relative;
}
.widget.tokoo-recent-tweets .tweet:after {
display:block;
clear:both;
content:" ";
}
.widget.tokoo-recent-tweets .tweet .tweet-avatar {
float:left;
margin-right:20px;
}
.widget.tokoo-recent-tweets .tweet .tweet-content {
display:table;
}
.widget.tokoo-recent-tweets .tweet .timespan {
float:right;
}
.widget.tokoo-testimonials blockquote {
margin:0;
}
.widget.tokoo-themeforest-item ul {
margin:0;
list-style:none;
}
.widget.tokoo-themeforest-item ul:after {
display:block;
clear:both;
content:" ";
}
.widget.tokoo-themeforest-item li {
float:left;
width:25%;
}
.widget.tokoo-themeforest-item li img {
display:block;
}
.widget.tokoo-themeforest-item .Tokoo_read_more {
display:block;
padding:20px 0;
text-align:center;
}
.widget.tokoo-post-type-list .post-list {
margin:10px 0;
list-style:none;
}
.widget.tokoo-post-type-list .post-list:after {
display:block;
clear:both;
content:" ";
}
.widget.tokoo-post-type-list .post-list li {
margin:0 0 20px;
}
.widget.tokoo-post-type-list .post-list li:after {
display:block;
clear:both;
content:" ";
}
.widget.tokoo-post-type-list .post-list li > a {
float:left;
margin-right:10px;
}
.widget.tokoo-post-type-list .post-list li .post-detail {
display:table;
}
.widget.tokoo-post-type-list .post-list .entry-title {
margin:0;
}
.widget.tokoo-post-type-list .post-list .date {
display:block;
}
.widget.tokoo-recent-comments-with-avatar .post-list {
margin:10px 0;
list-style:none;
}
.widget.tokoo-recent-comments-with-avatar .post-list:after {
display:block;
clear:both;
content:" ";
}
.widget.tokoo-recent-comments-with-avatar .post-list li {
margin:0 0 20px;
}
.widget.tokoo-recent-comments-with-avatar .post-list li:after {
display:block;
clear:both;
content:" ";
}
.widget.tokoo-recent-comments-with-avatar .post-list li > a {
float:left;
margin-right:10px;
}
.widget.tokoo-recent-comments-with-avatar .post-list li .post-detail {
display:table;
}
.widget.tokoo-recent-comments-with-avatar .post-list .entry-title {
display:inline;
margin:0;
}
.widget.tokoo-recent-comments-with-avatar .post-list .date {
display:block;
}
.widget .koo-photogrid {
list-style:none;
}
.widget .koo-photogrid:after {
display:block;
clear:both;
content:" ";
}
.widget .koo-photogrid li {
float:left;
width:25%;
}
.widget .koo-photogrid img {
display:block;
width:100%;
max-width:100%;
height:auto;
}
.widget .koo-image-slider {
position:relative;
}
.widget .koo-image-slider .slides {
margin:0;
list-style:none;
}
.widget .koo-image-slider .slides:after {
display:block;
clear:both;
content:" ";
}
.widget .koo-image-slider .slides img {
width:100%;
max-width:100%;
height:auto;
}
.widget .koo-image-slider .flex-direction-nav {
margin:0;
padding-left:0;
list-style:none;
}
.widget .koo-image-slider .flex-direction-nav .flex-next, .widget .koo-image-slider .flex-direction-nav .flex-prev {
position:absolute;
top:0;
bottom:0;
width:32px;
height:32px;
margin:auto;
color:white;
background-color:rgba(0, 0, 0, 0.4);
line-height:32px;
text-align:center;
}
.widget .koo-image-slider .flex-direction-nav .flex-prev {
left:0;
}
.widget .koo-image-slider .flex-direction-nav .flex-next {
right:0;
}
.widget .testimonials-list, .widget .testimonial-slider .slides {
margin-left:0;
list-style-type:none;
}
.widget .testimonials-list li, .widget .testimonial-slider .slides li {
margin-bottom:30px;
}
.widget .testimonials-list blockquote, .widget .testimonial-slider .slides blockquote {
font-size:24px;
line-height:1.5;
}
.widget .testimonials-list .testimonial-detail, .widget .testimonial-slider .slides .testimonial-detail {
position:relative;
min-height:70px;
padding-left:70px;
}
.widget .testimonials-list .testimonial-detail figure, .widget .testimonial-slider .slides .testimonial-detail figure {
overflow:hidden;
position:absolute;
top:0;
left:0;
width:50px;
height:50px;
-webkit-border-radius:50%;
border-radius:50%;
}
.widget .testimonials-list .testimonial-detail cite, .widget .testimonial-slider .slides .testimonial-detail cite {
display:block;
font-style:normal;
}
.widget.tokoo-testimonials .flex-control-nav {
margin-left:0;
text-align:center;
list-style:none;
}
.widget.tokoo-testimonials .flex-control-nav li {
display:inline-block;
margin:0 4px;
}
.widget.tokoo-testimonials .flex-control-nav a {
display:block;
overflow:hidden;
width:10px;
height:10px;
-webkit-border-radius:50%;
border-radius:50%;
background-color:rgba(227, 227, 227, 0.5);
text-indent:-9999px;
}
.widget.tokoo-testimonials .flex-control-nav a.flex-active {
background-color:white;
}
.tokoo-advanced-categories select {
width:100%;
}
.tokoo_themeforest_widget_ul {
list-style:none;
}
.tokoo_themeforest_widget_ul:after {
display:block;
clear:both;
content:" ";
}
.tokoo_themeforest_widget_ul li {
float:left;
width:25%;
padding:5px;
}
.tokoo_themeforest_widget_ul li img {
display:block;
width:100%;
height:auto;
}
.widget.widget_shopping_cart li {
padding-right:40px;
}
.widget.widget_shopping_cart .quantity {
display:block;
color:#eb8367;
}
.widget.widget_shopping_cart .quantity .amount {
display:inline-block;
}
.widget.widget_shopping_cart .empty {
display:block;
margin-bottom:0;
padding-right:0;
text-align:center;
}
.widget.widget_shopping_cart .empty .simple-icon-bag {
display:block;
margin-bottom:30px;
color:#e3e3e3;
font-family:"dripicons-v2";
font-size:64px;
font-size:4em;
line-height:1;
content:"\e042";
}
.widget.widget_shopping_cart .remove {
overflow:hidden;
position:absolute;
top:5px;
right:0;
width:14px;
height:14px;
color:#999999;
font-size:14px;
text-indent:-9999px;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.widget.widget_shopping_cart .remove:hover {
color:#990000;
}
.widget.widget_shopping_cart .remove:before {
position:absolute;
top:0;
left:0;
font-family:"dripicons-v2";
line-height:1;
text-indent:0;
content:"\e053";
}
.widget.widget_shopping_cart .total {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
padding:20px 0;
border-top:1px solid rgba(0, 0, 0, 0.1);
font-weight:700;
line-height:1;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
-webkit-justify-content:space-between;
justify-content:space-between;
}
.widget.widget_shopping_cart .total .amount {
color:#eb8367;
}
.widget.widget_shopping_cart .buttons a {
display:block;
margin-right:0;
margin-bottom:10px;
margin-left:0;
text-align:center;
}
.widget.widget_rating_filter ul {
text-align:right;
}
.widget.widget_rating_filter ul li:after {
display:block;
clear:both;
content:" ";
}
.widget.widget_rating_filter ul .star-rating {
float:left;
text-align:left;
}
.widget.widget_layered_nav li:after {
display:block;
clear:both;
content:" ";
}
.widget.widget_layered_nav .count {
float:right;
}
.widget.widget_price_filter .price_slider.ui-slider {
position:relative;
width:100%;
height:5px;
margin-bottom:20px;
background-color:#f1f4f6;
background-color:white;
-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
}
.widget.widget_price_filter .price_slider.ui-slider .ui-slider-range {
position:absolute;
top:0;
height:100%;
background-color:#eb8367;
}
.widget.widget_price_filter .price_slider.ui-slider .ui-slider-handle {
position:absolute;
top:-5px;
width:15px;
height:15px;
background-color:white;
-webkit-box-shadow:0 2px 10px rgba(192, 221, 238, 0.7);
box-shadow:0 2px 10px rgba(192, 221, 238, 0.7);
cursor:pointer;
}
.widget.widget_price_filter .price_slider_amount:after {
display:block;
clear:both;
content:" ";
}
.widget.widget_price_filter .price_slider_amount .button, .widget.widget_price_filter .price_slider_amount button, .widget.widget_price_filter .price_slider_amount input[type="submit"], .widget.widget_price_filter .price_slider_amount input[type="reset"] {
padding:5px 20px;
}
.widget.widget_price_filter .price_slider_amount .price_label {
float:right;
padding-top:10px;
}
.widget.widget_price_filter .price_slider_amount .price_label span {
color:#eb8367;
font-weight:700;
}
.widget.widget_price_filter .price_slider_amount .clear {
display:none;
}
.widget.widget_product_search .woocommerce-product-search {
position:relative;
}
.widget.widget_product_search .woocommerce-product-search:after {
display:block;
clear:both;
content:" ";
}
.widget.widget_product_search .search-field {
width:100%;
margin-bottom:10px;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
}
.widget.widget_product_search input[type="search"], .widget.widget_product_search input[type="text"] {
width:100%;
}
.widget.widget_product_search input[type="submit"] {
position:absolute;
right:0;
-webkit-border-top-left-radius:0;
border-top-left-radius:0;
-webkit-border-bottom-left-radius:0;
border-bottom-left-radius:0;
color:white;
background-color:#eb8367;
}
.widget.widget_product_categories select {
width:100%;
}
.widget.woocommerce-best-selling-product .product_list_widget {
counter-reset:best;
}
.widget.woocommerce-best-selling-product .product_list_widget li {
position:relative;
counter-increment:best;
}
.widget.woocommerce-best-selling-product .product_list_widget li:before {
position:absolute;
top:10px;
left:-20px;
width:48px;
height:48px;
padding-top:2px;
border:4px solid #bd8e1f;
-webkit-border-radius:50%;
border-radius:50%;
color:white;
background-color:#e2a71c;
font-size:20px;
text-align:center;
content:"#" counter(best);
}
.widget.woocommerce-top-product .product_list_widget {
counter-reset:top;
}
.widget.woocommerce-top-product .product_list_widget li {
position:relative;
padding-left:20px;
counter-increment:top;
}
.widget.woocommerce-top-product .product_list_widget li:before {
display:inline-block;
position:absolute;
top:0;
left:0;
font-weight:700;
font-style:italic;
content:counter(top) ".";
}
.widget.woocommerce-top-product .product_list_widget.has_image {
counter-reset:topbook;
}
.widget.woocommerce-top-product .product_list_widget.has_image li {
padding-left:0;
counter-increment:topbook;
}
.widget.woocommerce-top-product .product_list_widget.has_image li:before {
position:absolute;
top:10px;
left:-20px;
width:48px;
height:48px;
padding-top:4px;
border:4px solid #bd8e1f;
-webkit-border-radius:50%;
border-radius:50%;
color:white;
background-color:#e2a71c;
font-size:20px;
text-align:center;
content:"#" counter(topbook);
}
.widget.widget_recent_reviews .product_list_widget li {
display:block;
position:relative;
min-height:70px;
padding-left:70px;
}
.widget.widget_recent_reviews .product_list_widget img {
position:absolute;
top:0;
left:0;
width:60px;
height:auto;
-webkit-box-shadow:2px 3px 9px rgba(0, 0, 0, 0.2);
box-shadow:2px 3px 9px rgba(0, 0, 0, 0.2);
}
.widget.widget_recent_reviews .product_list_widget a {
display:block !important;
color:#232323;
font-weight:700;
}
.product_list_widget {
padding-left:0;
list-style:none;
}
.product_list_widget li {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
position:relative;
margin-bottom:20px;
}
.product_list_widget li:after {
display:block;
clear:both;
content:" ";
}
.product_list_widget .product-image {
width:60px;
margin-right:10px;
-ms-flex-negative:0;
-webkit-flex-shrink:0;
flex-shrink:0;
}
.product_list_widget .product-image img {
-webkit-box-shadow:2px 3px 9px rgba(0, 0, 0, 0.2);
box-shadow:2px 3px 9px rgba(0, 0, 0, 0.2);
}
.product_list_widget .product-title {
display:block;
color:#232323;
}
.product_list_widget .product-detail > a {
display:block;
color:#232323;
font-weight:700;
}
.product_list_widget .span-author {
color:#999999;
font-style:italic;
}
.product_list_widget del, .product_list_widget ins {
display:inline-block;
}
.product_list_widget .woocommerce-Price-amount amount {
font-size:14pxpx;
font-size:0.875pxem;
}
.product_list_widget img {
width:100%;
height:auto;
}
.product_list_widget.cart_list li {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
}
.product_list_widget.cart_list li .product-image:after {
display:block;
clear:both;
content:" ";
}
.product_list_widget.cart_list li img {
float:left;
width:60px;
height:auto;
margin-right:10px;
}
.koo-image-slider .slides {
overflow:hidden;
white-space:nowrap;
}
.koo-image-slider .slides li {
display:inline-block;
opacity:0;
-webkit-transition:opacity 0.3s ease;
-o-transition:opacity 0.3s ease;
transition:opacity 0.3s ease;
}
.koo-image-slider .flex-viewport li {
opacity:1;
}
.tagcloud a {
display:inline-block;
position:relative;
margin:0 10px 10px 0;
padding:5px 10px;
color:white !important;
background-color:#eb8367;
font-size:inherit !important;
line-height:1;
}
.tagcloud a:before {
position:absolute;
top:100%;
left:0;
width:0;
border-width:2px 5px;
border-style:solid;
border-color:rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.6) transparent transparent;
content:" ";
}
.calendar_wrap td, .calendar_wrap th {
text-align:center;
}
.widget_rss .widget-title a {
display:inline-block;
margin-right:10px;
vertical-align:middle;
}
.widget_rss li {
margin-bottom:30px;
}
.widget_rss .rsswidget {
display:block;
color:#232323;
font-weight:600;
}
.widget_rss .rss-date {
display:block;
margin-bottom:10px;
font-style:italic;
}
.widget_rss .rssSummary {
font-size:14px;
font-size:0.875em;
}
.widget_rss cite {
display:block;
font-size:14px;
font-size:0.875em;
text-align:right;
}
.widget_archive select {
width:100%;
}
.widget_search form {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
} .social-links a {
display:inline-block;
padding:5px !important;
line-height:1;
}
.social-links.small {
font-size:16px;
}
.social-links.medium {
font-size:20px;
}
.social-links.large {
font-size:32px;
}
.social-links.boxed.small a, .social-links.rounded.small a {
width:32px;
height:32px;
line-height:1.4;
}
.social-links.boxed.medium a, .social-links.rounded.medium a {
width:48px;
height:48px;
line-height:1.8;
}
.social-links.boxed.large a, .social-links.rounded.large a {
width:64px;
height:64px;
line-height:1.6;
}
.social-links.boxed a, .social-links.rounded a {
display:inline-block;
color:white;
text-align:center;
}
.social-links.boxed a.facebook, .social-links.rounded a.facebook {
background-color:#3b5998;
}
.social-links.boxed a.facebook:hover, .social-links.rounded a.facebook:hover {
background-color:#4c70ba;
}
.social-links.boxed a.twitter, .social-links.rounded a.twitter {
background-color:#55acee;
}
.social-links.boxed a.twitter:hover, .social-links.rounded a.twitter:hover {
background-color:#83c3f3;
}
.social-links.boxed a.google-plus, .social-links.rounded a.google-plus {
background-color:#e02f2f;
}
.social-links.boxed a.google-plus:hover, .social-links.rounded a.google-plus:hover {
background-color:#e75b5b;
}
.social-links.boxed a.linkedin, .social-links.rounded a.linkedin {
background-color:#007bb5;
}
.social-links.boxed a.linkedin:hover, .social-links.rounded a.linkedin:hover {
background-color:#009ee8;
}
.social-links.boxed a.spotify, .social-links.rounded a.spotify {
background-color:#78b842;
}
.social-links.boxed a.spotify:hover, .social-links.rounded a.spotify:hover {
background-color:#92c865;
}
.social-links.boxed a.codepen, .social-links.rounded a.codepen {
background-color:#000000;
}
.social-links.boxed a.codepen:hover, .social-links.rounded a.codepen:hover {
background-color:#1a1919;
}
.social-links.boxed a.digg, .social-links.rounded a.digg {
background-color:#115c83;
}
.social-links.boxed a.digg:hover, .social-links.rounded a.digg:hover {
background-color:#177cb0;
}
.social-links.boxed a.foursquare, .social-links.rounded a.foursquare {
background-color:#f84777;
}
.social-links.boxed a.foursquare:hover, .social-links.rounded a.foursquare:hover {
background-color:#fa789b;
}
.social-links.boxed a.github, .social-links.rounded a.github {
background-color:#000000;
}
.social-links.boxed a.github:hover, .social-links.rounded a.github:hover {
background-color:#1a1919;
}
.social-links.boxed a.reddit, .social-links.rounded a.reddit {
background-color:#ef4623;
}
.social-links.boxed a.reddit:hover, .social-links.rounded a.reddit:hover {
background-color:#f26e53;
}
.social-links.boxed a.skype, .social-links.rounded a.skype {
background-color:#00aff0;
}
.social-links.boxed a.skype:hover, .social-links.rounded a.skype:hover {
background-color:#24c4ff;
}
.social-links.boxed a.behance, .social-links.rounded a.behance {
background-color:#111111;
}
.social-links.boxed a.behance:hover, .social-links.rounded a.behance:hover {
background-color:#2b2a2a;
}
.social-links.boxed a.youtube, .social-links.rounded a.youtube {
background-color:#e02b28;
}
.social-links.boxed a.youtube:hover, .social-links.rounded a.youtube:hover {
background-color:#e65755;
}
.social-links.boxed a.steam, .social-links.rounded a.steam {
background-color:#000000;
}
.social-links.boxed a.steam:hover, .social-links.rounded a.steam:hover {
background-color:#1a1919;
}
.social-links.boxed a.dribbble, .social-links.rounded a.dribbble {
background-color:#e94c89;
}
.social-links.boxed a.dribbble:hover, .social-links.rounded a.dribbble:hover {
background-color:#ef79a7;
}
.social-links.boxed a.tumblr, .social-links.rounded a.tumblr {
background-color:#44546a;
}
.social-links.boxed a.tumblr:hover, .social-links.rounded a.tumblr:hover {
background-color:#586d89;
}
.social-links.boxed a.wordpress, .social-links.rounded a.wordpress {
background-color:#21759b;
}
.social-links.boxed a.wordpress:hover, .social-links.rounded a.wordpress:hover {
background-color:#2a95c5;
}
.social-links.boxed a.instagram, .social-links.rounded a.instagram {
background-color:#974518;
}
.social-links.boxed a.instagram:hover, .social-links.rounded a.instagram:hover {
background-color:#c3591f;
}
.social-links.boxed a.pinterest, .social-links.rounded a.pinterest {
background-color:#cc2127;
}
.social-links.boxed a.pinterest:hover, .social-links.rounded a.pinterest:hover {
background-color:#e04046;
}
.social-links.boxed a.flickr, .social-links.rounded a.flickr {
background-color:#0063db;
}
.social-links.boxed a.flickr:hover, .social-links.rounded a.flickr:hover {
background-color:#0f7bff;
}
.social-links.boxed a.vimeo, .social-links.rounded a.vimeo {
background-color:#1ab7ea;
}
.social-links.boxed a.vimeo:hover, .social-links.rounded a.vimeo:hover {
background-color:#49c6ee;
}
.social-links.boxed a.vine, .social-links.rounded a.vine {
background-color:#00b489;
}
.social-links.boxed a.vine:hover, .social-links.rounded a.vine:hover {
background-color:#00e7b0;
}
.social-links.boxed a.deviantart, .social-links.rounded a.deviantart {
background-color:#536551;
}
.social-links.boxed a.deviantart:hover, .social-links.rounded a.deviantart:hover {
background-color:#6a8168;
}
.social-links.boxed a.lastfm, .social-links.rounded a.lastfm {
background-color:#da001c;
}
.social-links.boxed a.lastfm:hover, .social-links.rounded a.lastfm:hover {
background-color:#ff0e2d;
}
.social-links.boxed a.soundcloud, .social-links.rounded a.soundcloud {
background-color:#ff4700;
}
.social-links.boxed a.soundcloud:hover, .social-links.rounded a.soundcloud:hover {
background-color:#ff6c33;
}
.social-links.rounded a {
-webkit-border-radius:50%;
border-radius:50%;
} .section-header {
position:relative;
margin:30px 0;
padding-bottom:20px;
}
.section-header .section-title {
margin:0;
}
.section-header .section-subtitle {
font-size:15px;
font-size:0.9375em;
}
.section-header--left {
text-align:left;
}
.section-header--left:after {
left:0;
margin:0 auto;
}
.section-header--center {
text-align:center;
}
.section-header--center:after {
right:0;
margin:0 auto;
}
.section-header--right {
text-align:right;
}
.section-header--right:after {
right:0;
left:auto;
}
.category-icon {
padding:30px 0;
}
.category-icon.kc-elm {
float:none;
width:auto;
}
.category-icon .grid-item {
padding:20px;
background-color:#fbfbfb;
background-repeat:no-repeat;
background-position:center;
background-size:cover;
}
.category-icon .grid-item.category-icon__title {
padding:10px 15px 10px 15px;
}
.category-icon .grid-item.category-icon__cat {
padding:15px;
}
.category-icon__wrap {
padding:20px;
background-color:white;
text-align:center;
}
.category-icon__title, .category-icon__cat {
-webkit-box-flex:1;
-webkit-flex:1 0 auto;
-ms-flex:1 0 auto;
flex:1 0 auto;
}
@media screen and (max-width: 1200px) {
.category-icon__title, .category-icon__cat {
width:33.3333%;
}
}
@media screen and (max-width: 768px) {
.category-icon__title, .category-icon__cat {
width:50%;
}
}
@media screen and (max-width: 480px) {
.category-icon__title, .category-icon__cat {
width:100%;
}
}
.category-icon__title {
position:relative;
margin-bottom:30px;
padding-bottom:5px;
font-size:21px;
font-size:1.3125em;
}
.category-icon__title:after {
position:absolute;
bottom:0;
left:15px;
width:20px;
height:3px;
background-color:#eb8367;
content:" ";
}
.category-icon__cat {
position:relative;
}
.category-icon__cat-image {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
z-index:1;
width:60px;
height:60px;
margin:0 auto 15px;
font-size:40px;
font-size:2.5em;
text-align:center;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
-webkit-align-items:center;
align-items:center;
-webkit-box-align:center;
-webkit-box-pack:center;
-ms-flex-align:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
}
@media screen and (max-width: 480px) {
.category-icon__cat-image {
font-size:32px;
font-size:2em;
}
}
.no-flex .category-icon__cat-image {
left:0;
padding-top:15%;
}
.category-icon__cat-image:after {
position:absolute;
z-index:-1;
top:0;
left:0;
width:100%;
height:100%;
-webkit-border-radius:50%;
border-radius:50%;
background-color:#eb8367;
background-image:-o-linear-gradient(45deg, #eb8367, #eb8367);
background-image:linear-gradient(45deg, #eb8367, #eb8367);
content:" ";
-webkit-transition:-webkit-transform 0.3s ease;
-o-transition:-o-transform 0.3s ease;
transition:-webkit-transform 0.3s ease;
transition:transform 0.3s ease;
transition:transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
-webkit-transform:scale(0);
-ms-transform:scale(0);
-o-transform:scale(0);
transform:scale(0);
}
.category-icon__cat-image img {
display:block;
max-width:48px;
}
.category-icon__cat-title {
margin:5px 0 0;
font-size:21px;
font-size:1.3125em;
line-height:1;
}
.category-icon__cat-count {
color:#999999;
font-size:15px;
font-size:0.9375em;
}
.tokoo-separator {
border-style:solid;
border-top:none;
color:#bdbdbd;
}
.tokoo-separator--dotted {
border-width:2px;
border-style:dotted;
border-top:none;
}
.tokoo-separator--dashed {
border-style:dashed;
border-top:none;
}
.featured-author {
margin-bottom:30px;
text-align:center;
}
.featured-author__image {
overflow:hidden;
width:100px;
height:100px;
margin:0 auto 20px;
-webkit-border-radius:50%;
border-radius:50%;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.featured-author__image.square {
-webkit-border-radius:0;
border-radius:0;
}
.featured-author__image img {
display:block;
width:100px;
height:100px;
-o-object-fit:cover;
object-fit:cover;
}
.featured-author:hover .featured-author__image {
-webkit-box-shadow:0 0 0 10px rgba(255, 255, 255, 0.9);
box-shadow:0 0 0 10px rgba(255, 255, 255, 0.9);
}
.featured-author__name {
margin:0;
font-size:18px;
font-size:1.125em;
font-weight:600;
line-height:1;
}
.featured-author__books {
color:#999999;
font-family:font-secondary;
font-size:15px;
font-style:italic;
}
.popular-series .series {
text-align:center;
}
.tokoo-map {
min-height:400px;
}
.tokoo-contact-form .row {
margin-bottom:30px;
}
.tokoo-contact-form input:not([type="submit"]), .tokoo-contact-form textarea {
width:100%;
max-width:100%;
}
.tokoo-contact-form textarea {
width:100%;
height:120px;
}
.pstk-custom-block {
padding-top:100px;
padding-bottom:100px;
}
@media screen and (max-width: 960px) {
.pstk-custom-block {
padding-top:55px;
padding-bottom:55px;
}
}
@media screen and (max-width: 480px) {
.pstk-custom-block {
padding-top:35px;
padding-bottom:35px;
}
}
@media screen and (min-width: 961px) {
.pstk-custom-block .is-table-row {
display:table;
width:100%;
}
.pstk-custom-block .is-table-row [class*="col-"] {
display:table-cell;
float:none;
vertical-align:middle;
}
}
.pstk-custom-block .section-title {
font-size:26px;
font-weight:300;
text-transform:uppercase;
}
.pstk-custom-block .book-title {
margin-top:0;
margin-bottom:16px;
font-size:48px;
font-weight:300;
}
.pstk-custom-block .book-price {
font-size:32px;
font-weight:300;
}
.pstk-custom-block .detail-img {
text-align:center;
}
.pstk-custom-block .detail-img img {
height:auto;
-webkit-box-shadow:-1px 16px 111px -19px #999999;
box-shadow:-1px 16px 111px -19px #999999;
}
@media screen and (max-width: 960px) {
.pstk-custom-block .detail-img {
margin-top:50px;
}
}
.pstk-custom-block.detail-product-1 .detail-icon {
font-size:58px;
}
.pstk-custom-block.detail-product-1 h2 {
font-size:45px;
line-height:48px;
}
.pstk-custom-block.detail-product-1 p {
margin-bottom:50px;
}
.pstk-custom-block.detail-product-1 .detail-img {
text-align:center;
}
.pstk-custom-block.detail-product-1 .detail-img img {
-webkit-box-shadow:none;
box-shadow:none;
}
@media screen and (max-width: 960px) {
.pstk-custom-block.detail-product-1 .detail-img {
margin-top:50px;
}
}
.pstk-custom-block.detail-product-2 .left-col {
text-align:right;
}
.pstk-custom-block.detail-product-2 .right-col {
text-align:left;
}
.pstk-custom-block.detail-product-3 .left-col {
text-align:right;
}
.pstk-custom-block.detail-product-3 .center-col {
text-align:center;
}
.pstk-custom-block.detail-product-3 .right-col {
text-align:left;
}
.pstk-custom-block.detail-product-4 {
padding-bottom:0;
background:-webkit-gradient(linear, left top, left bottom, from(rgba(61, 61, 61, 0.43)), to(rgba(61, 61, 61, 0.43))), transparent url(http://theme.dev/pustaka/wp-content/themes/pustaka/assets/img/dummy/blog_13.jpg) center center/cover no-repeat scroll;
background:-o-linear-gradient(rgba(61, 61, 61, 0.43), rgba(61, 61, 61, 0.43)), transparent url(http://theme.dev/pustaka/wp-content/themes/pustaka/assets/img/dummy/blog_13.jpg) center center/cover no-repeat scroll;
background:linear-gradient(rgba(61, 61, 61, 0.43), rgba(61, 61, 61, 0.43)), transparent url(http://theme.dev/pustaka/wp-content/themes/pustaka/assets/img/dummy/blog_13.jpg) center center/cover no-repeat scroll;
}
.pstk-custom-block.detail-product-4 .left-col {
padding-top:200px;
padding-bottom:50px;
text-align:right;
}
@media screen and (max-width: 960px) {
.pstk-custom-block.detail-product-4 .left-col {
padding-top:50px;
}
}
.pstk-custom-block.detail-product-4 .detail-img img {
width:100%;
max-width:500px;
height:auto;
margin-bottom:-120px;
-webkit-box-shadow:-1px 16px 111px -19px black;
box-shadow:-1px 16px 111px -19px black;
}
.pstk-custom-block.detail-product-4 .book-title, .pstk-custom-block.detail-product-4 .author-name, .pstk-custom-block.detail-product-4 p {
color:white;
}
.pstk-custom-block.detail-product-4 .button, .pstk-custom-block.detail-product-4 button, .pstk-custom-block.detail-product-4 input[type="submit"], .pstk-custom-block.detail-product-4 input[type="reset"] {
border-color:white;
color:white;
text-transform:uppercase;
}
.pstk-custom-block.detail-product-4 .button:hover, .pstk-custom-block.detail-product-4 button:hover, .pstk-custom-block.detail-product-4 input:hover[type="submit"], .pstk-custom-block.detail-product-4 input:hover[type="reset"] {
border-color:#c017e0;
background-color:#c017e0;
}
.pstk-custom-block.detail-product-5 {
background-color:#ffffff;
}
.pstk-custom-block.detail-product-5 .row {
margin-top:-150px;
}
.pstk-custom-block.detail-product-5 .detail-img img {
width:100%;
max-width:500px;
height:auto;
}
@media screen and (max-width: 960px) {
.pstk-custom-block.detail-product-5 .right-col {
padding-top:50px;
}
}
.pstk-custom-block.detail-product-6 {
padding-top:50px;
padding-bottom:50px;
}
.pstk-custom-block.detail-product-6 .left-col {
text-align:left;
}
.pstk-custom-block.detail-product-6 .right-col {
margin-top:-100px;
text-align:center;
}
@media screen and (max-width: 960px) {
.pstk-custom-block.detail-product-6 .right-col {
margin-top:initial;
}
}
.kc-elm.mailchimp-form .mc4wp-form-fields input[type="email"], .kc-elm.mailchimp-form .mc4wp-form-fields input[type="text"] {
padding:20px;
}
.kc-elm.mailchimp-form .mc4wp-form-fields p {
margin:0;
}
.livre-product-search {
margin:20px;
-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
}
.livre-product-search form {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.livre-product-search .control {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
}
.livre-product-search .control.\--input {
position:relative;
-webkit-box-flex:1;
-webkit-flex:1;
-ms-flex:1;
flex:1;
}
@media screen and (max-width: 720px) {
.livre-product-search .control.\--input {
width:100%;
border-bottom:1px solid #f1f1f1;
-webkit-flex-basis:100%;
flex-basis:100%;
-ms-flex-preferred-size:100%;
}
}
.livre-product-search .control.\--input input {
width:100%;
}
@media screen and (max-width: 720px) {
.livre-product-search .control.\--select, .livre-product-search .control.\--button {
-webkit-flex-basis:50%;
flex-basis:50%;
-ms-flex-preferred-size:50%;
}
}
@media screen and (max-width: 480px) {
.livre-product-search .control.\--select, .livre-product-search .control.\--button {
-webkit-flex-basis:100%;
flex-basis:100%;
-ms-flex-preferred-size:100%;
}
}
.livre-product-search .control input, .livre-product-search .control button, .livre-product-search .control select, .livre-product-search .control .placeholder {
padding:30px;
-webkit-box-shadow:none;
box-shadow:none;
}
@media screen and (max-width: 720px) {
.livre-product-search .control input, .livre-product-search .control button, .livre-product-search .control select, .livre-product-search .control .placeholder {
padding:20px;
}
}
.livre-product-search .control select {
width:100%;
min-width:200px;
background-color:#f3f3f3;
}
.livre-product-search .control button {
width:100%;
color:#eb8367;
background-color:white;
font-size:2em;
text-align:center;
}
@media screen and (max-width: 720px) {
.livre-product-search .control button {
font-size:1em;
}
}
.livre-reading-list .collection__image {
margin-bottom:15px;
}
.livre-reading-list .collection__image a, .livre-reading-list .collection__image img {
display:block;
}
.livre-reading-list .collection__detail {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
}
.livre-reading-list .collection__detail .title, .livre-reading-list .collection__detail .desc {
-webkit-flex-basis:50%;
flex-basis:50%;
-ms-flex-preferred-size:50%;
}
.livre-reading-list .collection__detail .title h2 {
margin:0;
}
.livre-reading-list .collection__detail .title span {
color:#999999;
}
.livre-reading-list .collection__detail .desc {
color:#999999;
font-size:90%;
font-style:italic;
line-height:1.3;
text-align:right;
}
.livre-reading-list .collection__detail .desc p {
margin-top:0;
}
.livre-reading-list.\--cover-style .grid-layout {
margin:0;
}
.livre-reading-list.\--cover-style .collection {
padding:0;
}
.livre-reading-list.\--cover-style .collection__inner {
position:relative;
}
.livre-reading-list.\--cover-style .collection__image {
overflow:hidden;
margin-bottom:0;
}
.livre-reading-list.\--cover-style .collection__image img {
-webkit-transition:1s ease-out;
-o-transition:1s ease-out;
transition:1s ease-out;
}
.livre-reading-list.\--cover-style .collection__image a {
display:block;
position:relative;
}
.livre-reading-list.\--cover-style .collection__image a:after {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color:rgba(0, 0, 0, 0.3);
content:" ";
}
.livre-reading-list.\--cover-style .collection:hover .collection__image img {
-webkit-transform:scale(1.2);
-ms-transform:scale(1.2);
-o-transform:scale(1.2);
transform:scale(1.2);
}
.livre-reading-list.\--cover-style .collection__detail {
position:absolute;
bottom:0;
width:100%;
padding:15px;
}
.livre-reading-list.\--cover-style .collection__detail .title h2 {
color:white;
}
.livre-reading-list.\--cover-style .collection__detail .title span {
color:rgba(255, 255, 255, 0.8);
}
.livre-reading-list.\--cover-style .collection__detail .desc {
color:rgba(255, 255, 255, 0.8);
}
.livre-latest-post .post-item {
margin-bottom:30px;
}
.livre-latest-post .post-item .inner-post-item {
position:relative;
padding-left:50px;
}
.livre-latest-post .post-item .inner-post-item:before {
position:absolute;
top:5px;
left:0;
width:20px;
height:5px;
background-color:#eb8367;
content:" ";
}
.livre-latest-post .post-item h2 {
margin:0;
font-size:1.2em;
}
.livre-latest-post .post-item small {
color:#999999;
font-style:italic;
}
.livre-latest-post .post-item .excerpt {
font-size:0.9em;
}
.livre-featured-book .section-header {
float:left;
width:60%;
}
@media screen and (max-width: 990px) {
.livre-featured-book .section-header {
float:none;
width:100%;
}
}
.livre-featured-book .book-image {
float:right;
width:40%;
}
@media screen and (max-width: 990px) {
.livre-featured-book .book-image {
float:none;
width:100%;
}
}
.livre-featured-book .book-detail {
position:relative;
padding-right:50px;
padding-bottom:100px;
padding-left:50px;
}
.livre-featured-book .book-detail:after {
display:block;
clear:both;
content:" ";
}
@media screen and (max-width: 990px) {
.livre-featured-book .book-detail {
padding-right:0;
padding-bottom:0;
padding-left:0;
}
}
.livre-featured-book .book-desc {
width:50%;
color:#333333;
font-size:48px;
font-weight:100;
}
@media screen and (max-width: 990px) {
.livre-featured-book .book-desc {
width:100%;
}
}
.livre-featured-book .book-action {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
position:absolute;
left:0;
width:100%;
padding-right:50px;
padding-left:50px;
background-color:rgba(255, 255, 255, 0.9);
-webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.2);
box-shadow:0 10px 40px rgba(0, 0, 0, 0.2);
-webkit-box-pack:justify;
-ms-flex-pack:justify;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:space-between;
justify-content:space-between;
}
@media screen and (max-width: 990px) {
.livre-featured-book .book-action {
position:relative;
padding:20px;
}
}
.livre-featured-book .book-action .book-title {
padding-top:20px;
padding-bottom:20px;
}
@media screen and (max-width: 990px) {
.livre-featured-book .book-action .book-title {
padding:0;
}
}
.livre-featured-book .book-action h2 {
margin:0;
font-size:1.2em;
font-weight:400;
}
.livre-featured-book .book-action .author {
color:#999999;
font-size:14px;
font-size:0.875em;
font-style:italic;
}
.livre-featured-book .book-action .book-price {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
}
@media screen and (max-width: 480px) {
.livre-featured-book .book-action .book-price {
padding-top:15px;
-webkit-box-pack:justify;
-webkit-flex-basis:100%;
flex-basis:100%;
-ms-flex-pack:justify;
-ms-flex-preferred-size:100%;
-webkit-justify-content:space-between;
justify-content:space-between;
}
}
.livre-featured-book .book-action .book-price .price {
padding-right:20px;
font-weight:700;
-webkit-align-self:center;
align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
}
.livre-featured-book .book-action .book-button {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
padding-right:50px;
padding-left:50px;
background-color:#ffffff;
-webkit-align-items:center;
align-items:center;
-webkit-box-align:center;
-webkit-box-pack:center;
-ms-flex-align:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
}
@media screen and (max-width: 990px) {
.livre-featured-book .book-action .book-button {
padding-right:0;
padding-left:20px;
}
}
.livre-featured-book .book-action .add_to_cart_button, .livre-featured-book .book-action .ajax_add_to_cart {
float:right;
position:relative;
margin:0;
padding:15px 20px 15px 0;
color:#eb8367;
background-color:transparent;
-webkit-box-shadow:none;
box-shadow:none;
}
@media screen and (max-width: 990px) {
.livre-featured-book .book-action .add_to_cart_button, .livre-featured-book .book-action .ajax_add_to_cart {
padding-right:15px;
}
}
.livre-featured-book .book-action .add_to_cart_button .simple-icon-bag, .livre-featured-book .book-action .ajax_add_to_cart .simple-icon-bag {
margin-right:0;
font-size:24px;
}
.livre-featured-book .book-action .add_to_cart_button .dripicons-plus, .livre-featured-book .book-action .ajax_add_to_cart .dripicons-plus {
position:absolute;
top:-5px;
left:-15px;
}
.livre-featured-book .book-action .add_to_cart_button.loading .dripicons-plus:before, .livre-featured-book .book-action .ajax_add_to_cart.loading .dripicons-plus:before {
display:block;
position:relative;
content:"\e011";
-webkit-animation:rotating 2s linear infinite;
-o-animation:rotating 2s linear infinite;
animation:rotating 2s linear infinite;
}
.livre-featured-book .book-action .add_to_cart_button.added .dripicons-plus, .livre-featured-book .book-action .ajax_add_to_cart.added .dripicons-plus {
color:#92dc34;
}
.livre-featured-book .book-action .add_to_cart_button.added .dripicons-plus:before, .livre-featured-book .book-action .ajax_add_to_cart.added .dripicons-plus:before {
content:"\53";
}
.livre-featured-book .book-action .added_to_cart.wc-forward {
display:none;
}
.livre-featured-book .book-action .button-label {
display:none;
}
.livre-author-highlight .row {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-align-items:center;
align-items:center;
-webkit-box-align:center;
-ms-flex-align:center;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.livre-author-highlight .row > div {
-webkit-box-flex:1;
-webkit-flex-grow:1;
flex-grow:1;
-ms-flex-positive:1;
}
.livre-author-highlight img {
width:100%;
margin-bottom:30px;
}
.livre-author-highlight .award-title {
margin-bottom:30px;
font-size:18px;
font-size:1.125em;
font-style:italic;
letter-spacing:1px;
text-transform:uppercase;
}
.livre-author-highlight .award-list {
margin:0 0 30px;
padding:0;
list-style:none;
}
.livre-author-highlight .award-list li {
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.livre-author-highlight .award-list h3 {
margin:0;
font-size:16px;
font-size:1em;
font-weight:400;
}
.livre-author-highlight .award-list small {
color:#999999;
font-size:12px;
font-size:0.75em;
text-transform:uppercase;
}
.livre-author-highlight .col-md-5 {
position:relative;
}
.livre-author-highlight .author-name {
margin:0;
font-size:48px;
font-size:3em;
font-weight:300;
}
.livre-author-highlight .author-subtitle {
margin-bottom:40px;
color:#999999;
text-transform:uppercase;
}
.livre-author-highlight .author-desc {
margin:50px 0;
color:#999999;
font-style:italic;
}
.livre-author-highlight .author-social-links {
position:absolute;
top:0;
right:0;
}
@media screen and (max-width: 990px) {
.livre-author-highlight .author-social-links {
position:relative;
margin-bottom:40px;
}
}
.livre-author-highlight .author-social-links a {
display:block;
padding:5px;
}
@media screen and (max-width: 990px) {
.livre-author-highlight .author-social-links a {
display:inline-block;
}
}
.livre-author-highlight .more-author-info {
position:relative;
letter-spacing:2px;
text-transform:uppercase;
}
.livre-author-highlight .more-author-info:hover {
color:#eb8367;
}
.livre-author-highlight .more-author-info:after {
position:absolute;
top:0;
bottom:0;
left:100%;
width:40px;
height:3px;
margin:auto;
margin-left:15px;
background-color:#eb8367;
content:" ";
}
.tokoo-video-lightbox a, .tokoo-video-lightbox img {
display:block;
max-width:100%;
margin:0 auto;
}
.livre-category-tile {
overflow:hidden;
position:relative;
}
.livre-category-tile .category-image {
-webkit-transition:0.4s ease-out;
-o-transition:0.4s ease-out;
transition:0.4s ease-out;
}
.livre-category-tile .category-link, .livre-category-tile .category-overlay, .livre-category-tile .category-border {
display:block;
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
}
.livre-category-tile .category-link {
cursor:pointer;
}
.livre-category-tile .category-detail {
position:absolute;
bottom:0;
left:0;
width:100%;
padding:15px;
padding-bottom:30px;
color:white;
text-align:center;
}
.livre-category-tile .category-title {
margin:0;
color:inherit;
font-size:22px;
font-size:1.375em;
}
.livre-category-tile .category-border {
border:2px solid white;
opacity:0;
-webkit-transition:0.3s ease;
-o-transition:0.3s ease;
transition:0.3s ease;
}
.livre-category-tile:hover .category-image {
-webkit-transform:scale(1.2);
-ms-transform:scale(1.2);
-o-transform:scale(1.2);
transform:scale(1.2);
}
.livre-category-tile:hover .category-border {
top:15px;
right:15px;
bottom:15px;
left:15px;
opacity:1;
}  .slick-slider {
display:block;
position:relative;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
-khtml-user-select:none;
direction:ltr;
-webkit-tap-highlight-color:transparent;
-ms-touch-action:pan-y;
touch-action:pan-y;
-webkit-touch-callout:none;
}
.slick-list {
display:block;
overflow:hidden;
position:relative;
margin:0;
padding:0;
}
.slick-list:focus {
outline:none;
}
.slick-list.dragging {
cursor:pointer;
cursor:hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform:translate3d(0, 0, 0);
-ms-transform:translate3d(0, 0, 0);
-o-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
.slick-track {
display:block;
position:relative;
top:0;
left:0;
}
.slick-track:before, .slick-track:after {
display:table;
content:"";
}
.slick-track:after {
clear:both;
}
.slick-loading .slick-track {
visibility:hidden;
}
.slick-slide {
display:none;
float:left;
height:100%;
min-height:1px;
}
.slick-slide img {
display:block;
}
.slick-slide.slick-loading img {
display:none;
}
.slick-slide.dragging img {
pointer-events:none;
}
.slick-initialized .slick-slide {
display:block;
}
.slick-loading .slick-slide {
visibility:hidden;
}
.slick-vertical .slick-slide {
display:block;
height:auto;
border:1px solid transparent;
}
.slick-arrow.slick-hidden {
display:none;
}  .vbox-overlay {
overflow-x:hidden;
overflow-y:auto;
position:fixed;
z-index:9999;
top:0;
bottom:0;
left:0;
width:100%;
height:auto;
opacity:0;
background:#fdfdfd;
background:rgba(0, 0, 0, 0.85);
}  .vbox-preloader {
overflow:hidden;
position:fixed;
top:50%;
left:50%;
width:32px;
height:32px;
margin-top:-16px;
margin-left:-16px;
background-image:url(//pelsermedia.com/wp-content/themes/livre/assets/img/preload-circle.png);
text-indent:-100px;
-webkit-animation:playload 1.4s steps(18) infinite;
-o-animation:playload 1.4s steps(18) infinite;
animation:playload 1.4s steps(18) infinite;
}
@-webkit-keyframes playload {
from {
background-position:0;
}
to {
background-position:-576px;
}
}
@-o-keyframes playload {
from {
background-position:0;
}
to {
background-position:-576px;
}
}
@keyframes playload {
from {
background-position:0;
}
to {
background-position:-576px;
}
}       .vbox-close {
display:block;
overflow:hidden;
position:fixed;
top:-1px;
right:0;
width:46px;
height:40px;
padding:10px 20px 10px 0;
color:#ffffff;
background:url(//pelsermedia.com/wp-content/themes/livre/assets/img/close.gif) no-repeat #161617;
background-position:10px center;
text-indent:-100px;
cursor:pointer;
}
.vbox-next, .vbox-prev { overflow:hidden;
position:fixed;
top:50%;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
width:30px;
height:170px;
margin-top:-85px;
border:solid transparent;
color:#ffffff;
text-indent:-100px;
cursor:pointer;
}
.vbox-prev {
left:0;
border-width:0 30px 0 10px;
background:url(//pelsermedia.com/wp-content/themes/livre/assets/img/prev.gif) center center no-repeat;
}
.vbox-next {
right:0;
border-width:0 10px 0 30px;
background:url(//pelsermedia.com/wp-content/themes/livre/assets/img/next.gif) center center no-repeat;
}
.vbox-title {
display:none;
float:left;
overflow:hidden;
position:fixed;
top:-1px;
left:0;
width:100%;
height:40px;
padding:6px 40px;
color:#ffffff;
background:#161617;
font-size:12px;
line-height:28px;
text-align:center;
}
.vbox-num {
display:block;
display:none;
overflow:hidden;
position:fixed;
top:-1px;
left:0;
height:40px;
padding:6px 10px;
color:#ffffff;
background:#161617;
font-size:12px;
line-height:28px;
cursor:pointer;
} .vbox-inline {
overflow:auto;
width:420px;
height:315px;
margin:0 auto;
padding:10px;
background:#ffffff;
text-align:left;
} .venoframe {
width:960px;
height:720px;
border:none;
}
@media (max-width: 992px) {
.venoframe {
width:640px;
height:480px;
}
}
@media (max-width: 767px) {
.venoframe {
width:420px;
height:315px;
}
}
@media (max-width: 460px) {
.vbox-inline {
width:100%;
}
.venoframe {
width:100%;
height:260px;
}
} .vbox-open {
overflow:hidden;
}
.vbox-container {
position:relative;
width:100%;
max-width:1200px;
margin:0 auto;
padding:0 15px;
background:#000000;
}
.vbox-content {
float:left;
overflow:hidden;
position:relative;
width:100%;
text-align:center;
}
.vbox-container img {
max-width:100%;
height:auto;
}
 @font-face{font-family:'FontAwesome';src:url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
@font-face {
font-family: "dripicons-v2";
src:url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/dripicons-v2.eot);
src:url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/dripicons-v2.eot?#iefix) format("embedded-opentype"),
url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/dripicons-v2.woff) format("woff"),
url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/dripicons-v2.ttf) format("truetype"),
url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/dripicons-v2.svg#dripicons-v2) format("svg");
font-weight: normal;
font-style: normal;
}
[class^="dripicons-"]:before,
[class*=" dripicons-"]:before {
font-family: "dripicons-v2" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.dripicons-alarm:before {
content: "\61";
}
.dripicons-align-center:before {
content: "\62";
}
.dripicons-align-justify:before {
content: "\63";
}
.dripicons-align-left:before {
content: "\64";
}
.dripicons-align-right:before {
content: "\65";
}
.dripicons-anchor:before {
content: "\66";
}
.dripicons-archive:before {
content: "\67";
}
.dripicons-arrow-down:before {
content: "\68";
}
.dripicons-arrow-left:before {
content: "\69";
}
.dripicons-arrow-right:before {
content: "\6a";
}
.dripicons-arrow-thin-down:before {
content: "\6b";
}
.dripicons-arrow-thin-left:before {
content: "\6c";
}
.dripicons-arrow-thin-right:before {
content: "\6d";
}
.dripicons-arrow-thin-up:before {
content: "\6e";
}
.dripicons-arrow-up:before {
content: "\6f";
}
.dripicons-article:before {
content: "\70";
}
.dripicons-backspace:before {
content: "\71";
}
.dripicons-basket:before {
content: "\72";
}
.dripicons-basketball:before {
content: "\73";
}
.dripicons-battery-empty:before {
content: "\74";
}
.dripicons-battery-full:before {
content: "\75";
}
.dripicons-battery-low:before {
content: "\76";
}
.dripicons-battery-medium:before {
content: "\77";
}
.dripicons-bell:before {
content: "\78";
}
.dripicons-blog:before {
content: "\79";
}
.dripicons-bluetooth:before {
content: "\7a";
}
.dripicons-bold:before {
content: "\41";
}
.dripicons-bookmark:before {
content: "\42";
}
.dripicons-bookmarks:before {
content: "\43";
}
.dripicons-box:before {
content: "\44";
}
.dripicons-briefcase:before {
content: "\45";
}
.dripicons-brightness-low:before {
content: "\46";
}
.dripicons-brightness-max:before {
content: "\47";
}
.dripicons-brightness-medium:before {
content: "\48";
}
.dripicons-broadcast:before {
content: "\49";
}
.dripicons-browser:before {
content: "\4a";
}
.dripicons-browser-upload:before {
content: "\4b";
}
.dripicons-brush:before {
content: "\4c";
}
.dripicons-calendar:before {
content: "\4d";
}
.dripicons-camcorder:before {
content: "\4e";
}
.dripicons-camera:before {
content: "\4f";
}
.dripicons-card:before {
content: "\50";
}
.dripicons-cart:before {
content: "\51";
}
.dripicons-checklist:before {
content: "\52";
}
.dripicons-checkmark:before {
content: "\53";
}
.dripicons-chevron-down:before {
content: "\54";
}
.dripicons-chevron-left:before {
content: "\55";
}
.dripicons-chevron-right:before {
content: "\56";
}
.dripicons-chevron-up:before {
content: "\57";
}
.dripicons-clipboard:before {
content: "\58";
}
.dripicons-clock:before {
content: "\59";
}
.dripicons-clockwise:before {
content: "\5a";
}
.dripicons-cloud:before {
content: "\30";
}
.dripicons-cloud-download:before {
content: "\31";
}
.dripicons-cloud-upload:before {
content: "\32";
}
.dripicons-code:before {
content: "\33";
}
.dripicons-contract:before {
content: "\34";
}
.dripicons-contract-2:before {
content: "\35";
}
.dripicons-conversation:before {
content: "\36";
}
.dripicons-copy:before {
content: "\37";
}
.dripicons-crop:before {
content: "\38";
}
.dripicons-cross:before {
content: "\39";
}
.dripicons-crosshair:before {
content: "\21";
}
.dripicons-cutlery:before {
content: "\22";
}
.dripicons-device-desktop:before {
content: "\23";
}
.dripicons-device-mobile:before {
content: "\24";
}
.dripicons-device-tablet:before {
content: "\25";
}
.dripicons-direction:before {
content: "\26";
}
.dripicons-disc:before {
content: "\27";
}
.dripicons-document:before {
content: "\28";
}
.dripicons-document-delete:before {
content: "\29";
}
.dripicons-document-edit:before {
content: "\2a";
}
.dripicons-document-new:before {
content: "\2b";
}
.dripicons-document-remove:before {
content: "\2c";
}
.dripicons-dot:before {
content: "\2d";
}
.dripicons-dots-2:before {
content: "\2e";
}
.dripicons-dots-3:before {
content: "\2f";
}
.dripicons-download:before {
content: "\3a";
}
.dripicons-duplicate:before {
content: "\3b";
}
.dripicons-enter:before {
content: "\3c";
}
.dripicons-exit:before {
content: "\3d";
}
.dripicons-expand:before {
content: "\3e";
}
.dripicons-expand-2:before {
content: "\3f";
}
.dripicons-experiment:before {
content: "\40";
}
.dripicons-export:before {
content: "\5b";
}
.dripicons-feed:before {
content: "\5d";
}
.dripicons-flag:before {
content: "\5e";
}
.dripicons-flashlight:before {
content: "\5f";
}
.dripicons-folder:before {
content: "\60";
}
.dripicons-folder-open:before {
content: "\7b";
}
.dripicons-forward:before {
content: "\7c";
}
.dripicons-gaming:before {
content: "\7d";
}
.dripicons-gear:before {
content: "\7e";
}
.dripicons-graduation:before {
content: "\5c";
}
.dripicons-graph-bar:before {
content: "\e000";
}
.dripicons-graph-line:before {
content: "\e001";
}
.dripicons-graph-pie:before {
content: "\e002";
}
.dripicons-headset:before {
content: "\e003";
}
.dripicons-heart:before {
content: "\e004";
}
.dripicons-help:before {
content: "\e005";
}
.dripicons-home:before {
content: "\e006";
}
.dripicons-hourglass:before {
content: "\e007";
}
.dripicons-inbox:before {
content: "\e008";
}
.dripicons-information:before {
content: "\e009";
}
.dripicons-italic:before {
content: "\e00a";
}
.dripicons-jewel:before {
content: "\e00b";
}
.dripicons-lifting:before {
content: "\e00c";
}
.dripicons-lightbulb:before {
content: "\e00d";
}
.dripicons-link:before {
content: "\e00e";
}
.dripicons-link-broken:before {
content: "\e00f";
}
.dripicons-list:before {
content: "\e010";
}
.dripicons-loading:before {
content: "\e011";
}
.dripicons-location:before {
content: "\e012";
}
.dripicons-lock:before {
content: "\e013";
}
.dripicons-lock-open:before {
content: "\e014";
}
.dripicons-mail:before {
content: "\e015";
}
.dripicons-map:before {
content: "\e016";
}
.dripicons-media-loop:before {
content: "\e017";
}
.dripicons-media-next:before {
content: "\e018";
}
.dripicons-media-pause:before {
content: "\e019";
}
.dripicons-media-play:before {
content: "\e01a";
}
.dripicons-media-previous:before {
content: "\e01b";
}
.dripicons-media-record:before {
content: "\e01c";
}
.dripicons-media-shuffle:before {
content: "\e01d";
}
.dripicons-media-stop:before {
content: "\e01e";
}
.dripicons-medical:before {
content: "\e01f";
}
.dripicons-menu:before {
content: "\e020";
}
.dripicons-message:before {
content: "\e021";
}
.dripicons-meter:before {
content: "\e022";
}
.dripicons-microphone:before {
content: "\e023";
}
.dripicons-minus:before {
content: "\e024";
}
.dripicons-monitor:before {
content: "\e025";
}
.dripicons-move:before {
content: "\e026";
}
.dripicons-music:before {
content: "\e027";
}
.dripicons-network-1:before {
content: "\e028";
}
.dripicons-network-2:before {
content: "\e029";
}
.dripicons-network-3:before {
content: "\e02a";
}
.dripicons-network-4:before {
content: "\e02b";
}
.dripicons-network-5:before {
content: "\e02c";
}
.dripicons-pamphlet:before {
content: "\e02d";
}
.dripicons-paperclip:before {
content: "\e02e";
}
.dripicons-pencil:before {
content: "\e02f";
}
.dripicons-phone:before {
content: "\e030";
}
.dripicons-photo:before {
content: "\e031";
}
.dripicons-photo-group:before {
content: "\e032";
}
.dripicons-pill:before {
content: "\e033";
}
.dripicons-pin:before {
content: "\e034";
}
.dripicons-plus:before {
content: "\e035";
}
.dripicons-power:before {
content: "\e036";
}
.dripicons-preview:before {
content: "\e037";
}
.dripicons-print:before {
content: "\e038";
}
.dripicons-pulse:before {
content: "\e039";
}
.dripicons-question:before {
content: "\e03a";
}
.dripicons-reply:before {
content: "\e03b";
}
.dripicons-reply-all:before {
content: "\e03c";
}
.dripicons-return:before {
content: "\e03d";
}
.dripicons-retweet:before {
content: "\e03e";
}
.dripicons-rocket:before {
content: "\e03f";
}
.dripicons-scale:before {
content: "\e040";
}
.dripicons-search:before {
content: "\e041";
}
.dripicons-shopping-bag:before {
content: "\e042";
}
.dripicons-skip:before {
content: "\e043";
}
.dripicons-stack:before {
content: "\e044";
}
.dripicons-star:before {
content: "\e045";
}
.dripicons-stopwatch:before {
content: "\e046";
}
.dripicons-store:before {
content: "\e047";
}
.dripicons-suitcase:before {
content: "\e048";
}
.dripicons-swap:before {
content: "\e049";
}
.dripicons-tag:before {
content: "\e04a";
}
.dripicons-tag-delete:before {
content: "\e04b";
}
.dripicons-tags:before {
content: "\e04c";
}
.dripicons-thumbs-down:before {
content: "\e04d";
}
.dripicons-thumbs-up:before {
content: "\e04e";
}
.dripicons-ticket:before {
content: "\e04f";
}
.dripicons-time-reverse:before {
content: "\e050";
}
.dripicons-to-do:before {
content: "\e051";
}
.dripicons-toggles:before {
content: "\e052";
}
.dripicons-trash:before {
content: "\e053";
}
.dripicons-trophy:before {
content: "\e054";
}
.dripicons-upload:before {
content: "\e055";
}
.dripicons-user:before {
content: "\e056";
}
.dripicons-user-group:before {
content: "\e057";
}
.dripicons-user-id:before {
content: "\e058";
}
.dripicons-vibrate:before {
content: "\e059";
}
.dripicons-view-apps:before {
content: "\e05a";
}
.dripicons-view-list:before {
content: "\e05b";
}
.dripicons-view-list-large:before {
content: "\e05c";
}
.dripicons-view-thumb:before {
content: "\e05d";
}
.dripicons-volume-full:before {
content: "\e05e";
}
.dripicons-volume-low:before {
content: "\e05f";
}
.dripicons-volume-medium:before {
content: "\e060";
}
.dripicons-volume-off:before {
content: "\e061";
}
.dripicons-wallet:before {
content: "\e062";
}
.dripicons-warning:before {
content: "\e063";
}
.dripicons-web:before {
content: "\e064";
}
.dripicons-weight:before {
content: "\e065";
}
.dripicons-wifi:before {
content: "\e066";
}
.dripicons-wrong:before {
content: "\e067";
}
.dripicons-zoom-in:before {
content: "\e068";
}
.dripicons-zoom-out:before {
content: "\e069";
}
@font-face {
font-family: 'themify';
src:url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/themify.eot?-fvbane);
src:url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'),
url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/themify.woff?-fvbane) format('woff'),
url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/themify.ttf?-fvbane) format('truetype'),
url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/themify.svg?-fvbane#themify) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
content: "\e600";
}
.ti-volume:before {
content: "\e601";
}
.ti-user:before {
content: "\e602";
}
.ti-unlock:before {
content: "\e603";
}
.ti-unlink:before {
content: "\e604";
}
.ti-trash:before {
content: "\e605";
}
.ti-thought:before {
content: "\e606";
}
.ti-target:before {
content: "\e607";
}
.ti-tag:before {
content: "\e608";
}
.ti-tablet:before {
content: "\e609";
}
.ti-star:before {
content: "\e60a";
}
.ti-spray:before {
content: "\e60b";
}
.ti-signal:before {
content: "\e60c";
}
.ti-shopping-cart:before {
content: "\e60d";
}
.ti-shopping-cart-full:before {
content: "\e60e";
}
.ti-settings:before {
content: "\e60f";
}
.ti-search:before {
content: "\e610";
}
.ti-zoom-in:before {
content: "\e611";
}
.ti-zoom-out:before {
content: "\e612";
}
.ti-cut:before {
content: "\e613";
}
.ti-ruler:before {
content: "\e614";
}
.ti-ruler-pencil:before {
content: "\e615";
}
.ti-ruler-alt:before {
content: "\e616";
}
.ti-bookmark:before {
content: "\e617";
}
.ti-bookmark-alt:before {
content: "\e618";
}
.ti-reload:before {
content: "\e619";
}
.ti-plus:before {
content: "\e61a";
}
.ti-pin:before {
content: "\e61b";
}
.ti-pencil:before {
content: "\e61c";
}
.ti-pencil-alt:before {
content: "\e61d";
}
.ti-paint-roller:before {
content: "\e61e";
}
.ti-paint-bucket:before {
content: "\e61f";
}
.ti-na:before {
content: "\e620";
}
.ti-mobile:before {
content: "\e621";
}
.ti-minus:before {
content: "\e622";
}
.ti-medall:before {
content: "\e623";
}
.ti-medall-alt:before {
content: "\e624";
}
.ti-marker:before {
content: "\e625";
}
.ti-marker-alt:before {
content: "\e626";
}
.ti-arrow-up:before {
content: "\e627";
}
.ti-arrow-right:before {
content: "\e628";
}
.ti-arrow-left:before {
content: "\e629";
}
.ti-arrow-down:before {
content: "\e62a";
}
.ti-lock:before {
content: "\e62b";
}
.ti-location-arrow:before {
content: "\e62c";
}
.ti-link:before {
content: "\e62d";
}
.ti-layout:before {
content: "\e62e";
}
.ti-layers:before {
content: "\e62f";
}
.ti-layers-alt:before {
content: "\e630";
}
.ti-key:before {
content: "\e631";
}
.ti-import:before {
content: "\e632";
}
.ti-image:before {
content: "\e633";
}
.ti-heart:before {
content: "\e634";
}
.ti-heart-broken:before {
content: "\e635";
}
.ti-hand-stop:before {
content: "\e636";
}
.ti-hand-open:before {
content: "\e637";
}
.ti-hand-drag:before {
content: "\e638";
}
.ti-folder:before {
content: "\e639";
}
.ti-flag:before {
content: "\e63a";
}
.ti-flag-alt:before {
content: "\e63b";
}
.ti-flag-alt-2:before {
content: "\e63c";
}
.ti-eye:before {
content: "\e63d";
}
.ti-export:before {
content: "\e63e";
}
.ti-exchange-vertical:before {
content: "\e63f";
}
.ti-desktop:before {
content: "\e640";
}
.ti-cup:before {
content: "\e641";
}
.ti-crown:before {
content: "\e642";
}
.ti-comments:before {
content: "\e643";
}
.ti-comment:before {
content: "\e644";
}
.ti-comment-alt:before {
content: "\e645";
}
.ti-close:before {
content: "\e646";
}
.ti-clip:before {
content: "\e647";
}
.ti-angle-up:before {
content: "\e648";
}
.ti-angle-right:before {
content: "\e649";
}
.ti-angle-left:before {
content: "\e64a";
}
.ti-angle-down:before {
content: "\e64b";
}
.ti-check:before {
content: "\e64c";
}
.ti-check-box:before {
content: "\e64d";
}
.ti-camera:before {
content: "\e64e";
}
.ti-announcement:before {
content: "\e64f";
}
.ti-brush:before {
content: "\e650";
}
.ti-briefcase:before {
content: "\e651";
}
.ti-bolt:before {
content: "\e652";
}
.ti-bolt-alt:before {
content: "\e653";
}
.ti-blackboard:before {
content: "\e654";
}
.ti-bag:before {
content: "\e655";
}
.ti-move:before {
content: "\e656";
}
.ti-arrows-vertical:before {
content: "\e657";
}
.ti-arrows-horizontal:before {
content: "\e658";
}
.ti-fullscreen:before {
content: "\e659";
}
.ti-arrow-top-right:before {
content: "\e65a";
}
.ti-arrow-top-left:before {
content: "\e65b";
}
.ti-arrow-circle-up:before {
content: "\e65c";
}
.ti-arrow-circle-right:before {
content: "\e65d";
}
.ti-arrow-circle-left:before {
content: "\e65e";
}
.ti-arrow-circle-down:before {
content: "\e65f";
}
.ti-angle-double-up:before {
content: "\e660";
}
.ti-angle-double-right:before {
content: "\e661";
}
.ti-angle-double-left:before {
content: "\e662";
}
.ti-angle-double-down:before {
content: "\e663";
}
.ti-zip:before {
content: "\e664";
}
.ti-world:before {
content: "\e665";
}
.ti-wheelchair:before {
content: "\e666";
}
.ti-view-list:before {
content: "\e667";
}
.ti-view-list-alt:before {
content: "\e668";
}
.ti-view-grid:before {
content: "\e669";
}
.ti-uppercase:before {
content: "\e66a";
}
.ti-upload:before {
content: "\e66b";
}
.ti-underline:before {
content: "\e66c";
}
.ti-truck:before {
content: "\e66d";
}
.ti-timer:before {
content: "\e66e";
}
.ti-ticket:before {
content: "\e66f";
}
.ti-thumb-up:before {
content: "\e670";
}
.ti-thumb-down:before {
content: "\e671";
}
.ti-text:before {
content: "\e672";
}
.ti-stats-up:before {
content: "\e673";
}
.ti-stats-down:before {
content: "\e674";
}
.ti-split-v:before {
content: "\e675";
}
.ti-split-h:before {
content: "\e676";
}
.ti-smallcap:before {
content: "\e677";
}
.ti-shine:before {
content: "\e678";
}
.ti-shift-right:before {
content: "\e679";
}
.ti-shift-left:before {
content: "\e67a";
}
.ti-shield:before {
content: "\e67b";
}
.ti-notepad:before {
content: "\e67c";
}
.ti-server:before {
content: "\e67d";
}
.ti-quote-right:before {
content: "\e67e";
}
.ti-quote-left:before {
content: "\e67f";
}
.ti-pulse:before {
content: "\e680";
}
.ti-printer:before {
content: "\e681";
}
.ti-power-off:before {
content: "\e682";
}
.ti-plug:before {
content: "\e683";
}
.ti-pie-chart:before {
content: "\e684";
}
.ti-paragraph:before {
content: "\e685";
}
.ti-panel:before {
content: "\e686";
}
.ti-package:before {
content: "\e687";
}
.ti-music:before {
content: "\e688";
}
.ti-music-alt:before {
content: "\e689";
}
.ti-mouse:before {
content: "\e68a";
}
.ti-mouse-alt:before {
content: "\e68b";
}
.ti-money:before {
content: "\e68c";
}
.ti-microphone:before {
content: "\e68d";
}
.ti-menu:before {
content: "\e68e";
}
.ti-menu-alt:before {
content: "\e68f";
}
.ti-map:before {
content: "\e690";
}
.ti-map-alt:before {
content: "\e691";
}
.ti-loop:before {
content: "\e692";
}
.ti-location-pin:before {
content: "\e693";
}
.ti-list:before {
content: "\e694";
}
.ti-light-bulb:before {
content: "\e695";
}
.ti-Italic:before {
content: "\e696";
}
.ti-info:before {
content: "\e697";
}
.ti-infinite:before {
content: "\e698";
}
.ti-id-badge:before {
content: "\e699";
}
.ti-hummer:before {
content: "\e69a";
}
.ti-home:before {
content: "\e69b";
}
.ti-help:before {
content: "\e69c";
}
.ti-headphone:before {
content: "\e69d";
}
.ti-harddrives:before {
content: "\e69e";
}
.ti-harddrive:before {
content: "\e69f";
}
.ti-gift:before {
content: "\e6a0";
}
.ti-game:before {
content: "\e6a1";
}
.ti-filter:before {
content: "\e6a2";
}
.ti-files:before {
content: "\e6a3";
}
.ti-file:before {
content: "\e6a4";
}
.ti-eraser:before {
content: "\e6a5";
}
.ti-envelope:before {
content: "\e6a6";
}
.ti-download:before {
content: "\e6a7";
}
.ti-direction:before {
content: "\e6a8";
}
.ti-direction-alt:before {
content: "\e6a9";
}
.ti-dashboard:before {
content: "\e6aa";
}
.ti-control-stop:before {
content: "\e6ab";
}
.ti-control-shuffle:before {
content: "\e6ac";
}
.ti-control-play:before {
content: "\e6ad";
}
.ti-control-pause:before {
content: "\e6ae";
}
.ti-control-forward:before {
content: "\e6af";
}
.ti-control-backward:before {
content: "\e6b0";
}
.ti-cloud:before {
content: "\e6b1";
}
.ti-cloud-up:before {
content: "\e6b2";
}
.ti-cloud-down:before {
content: "\e6b3";
}
.ti-clipboard:before {
content: "\e6b4";
}
.ti-car:before {
content: "\e6b5";
}
.ti-calendar:before {
content: "\e6b6";
}
.ti-book:before {
content: "\e6b7";
}
.ti-bell:before {
content: "\e6b8";
}
.ti-basketball:before {
content: "\e6b9";
}
.ti-bar-chart:before {
content: "\e6ba";
}
.ti-bar-chart-alt:before {
content: "\e6bb";
}
.ti-back-right:before {
content: "\e6bc";
}
.ti-back-left:before {
content: "\e6bd";
}
.ti-arrows-corner:before {
content: "\e6be";
}
.ti-archive:before {
content: "\e6bf";
}
.ti-anchor:before {
content: "\e6c0";
}
.ti-align-right:before {
content: "\e6c1";
}
.ti-align-left:before {
content: "\e6c2";
}
.ti-align-justify:before {
content: "\e6c3";
}
.ti-align-center:before {
content: "\e6c4";
}
.ti-alert:before {
content: "\e6c5";
}
.ti-alarm-clock:before {
content: "\e6c6";
}
.ti-agenda:before {
content: "\e6c7";
}
.ti-write:before {
content: "\e6c8";
}
.ti-window:before {
content: "\e6c9";
}
.ti-widgetized:before {
content: "\e6ca";
}
.ti-widget:before {
content: "\e6cb";
}
.ti-widget-alt:before {
content: "\e6cc";
}
.ti-wallet:before {
content: "\e6cd";
}
.ti-video-clapper:before {
content: "\e6ce";
}
.ti-video-camera:before {
content: "\e6cf";
}
.ti-vector:before {
content: "\e6d0";
}
.ti-themify-logo:before {
content: "\e6d1";
}
.ti-themify-favicon:before {
content: "\e6d2";
}
.ti-themify-favicon-alt:before {
content: "\e6d3";
}
.ti-support:before {
content: "\e6d4";
}
.ti-stamp:before {
content: "\e6d5";
}
.ti-split-v-alt:before {
content: "\e6d6";
}
.ti-slice:before {
content: "\e6d7";
}
.ti-shortcode:before {
content: "\e6d8";
}
.ti-shift-right-alt:before {
content: "\e6d9";
}
.ti-shift-left-alt:before {
content: "\e6da";
}
.ti-ruler-alt-2:before {
content: "\e6db";
}
.ti-receipt:before {
content: "\e6dc";
}
.ti-pin2:before {
content: "\e6dd";
}
.ti-pin-alt:before {
content: "\e6de";
}
.ti-pencil-alt2:before {
content: "\e6df";
}
.ti-palette:before {
content: "\e6e0";
}
.ti-more:before {
content: "\e6e1";
}
.ti-more-alt:before {
content: "\e6e2";
}
.ti-microphone-alt:before {
content: "\e6e3";
}
.ti-magnet:before {
content: "\e6e4";
}
.ti-line-double:before {
content: "\e6e5";
}
.ti-line-dotted:before {
content: "\e6e6";
}
.ti-line-dashed:before {
content: "\e6e7";
}
.ti-layout-width-full:before {
content: "\e6e8";
}
.ti-layout-width-default:before {
content: "\e6e9";
}
.ti-layout-width-default-alt:before {
content: "\e6ea";
}
.ti-layout-tab:before {
content: "\e6eb";
}
.ti-layout-tab-window:before {
content: "\e6ec";
}
.ti-layout-tab-v:before {
content: "\e6ed";
}
.ti-layout-tab-min:before {
content: "\e6ee";
}
.ti-layout-slider:before {
content: "\e6ef";
}
.ti-layout-slider-alt:before {
content: "\e6f0";
}
.ti-layout-sidebar-right:before {
content: "\e6f1";
}
.ti-layout-sidebar-none:before {
content: "\e6f2";
}
.ti-layout-sidebar-left:before {
content: "\e6f3";
}
.ti-layout-placeholder:before {
content: "\e6f4";
}
.ti-layout-menu:before {
content: "\e6f5";
}
.ti-layout-menu-v:before {
content: "\e6f6";
}
.ti-layout-menu-separated:before {
content: "\e6f7";
}
.ti-layout-menu-full:before {
content: "\e6f8";
}
.ti-layout-media-right-alt:before {
content: "\e6f9";
}
.ti-layout-media-right:before {
content: "\e6fa";
}
.ti-layout-media-overlay:before {
content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
content: "\e6fd";
}
.ti-layout-media-left-alt:before {
content: "\e6fe";
}
.ti-layout-media-left:before {
content: "\e6ff";
}
.ti-layout-media-center-alt:before {
content: "\e700";
}
.ti-layout-media-center:before {
content: "\e701";
}
.ti-layout-list-thumb:before {
content: "\e702";
}
.ti-layout-list-thumb-alt:before {
content: "\e703";
}
.ti-layout-list-post:before {
content: "\e704";
}
.ti-layout-list-large-image:before {
content: "\e705";
}
.ti-layout-line-solid:before {
content: "\e706";
}
.ti-layout-grid4:before {
content: "\e707";
}
.ti-layout-grid3:before {
content: "\e708";
}
.ti-layout-grid2:before {
content: "\e709";
}
.ti-layout-grid2-thumb:before {
content: "\e70a";
}
.ti-layout-cta-right:before {
content: "\e70b";
}
.ti-layout-cta-left:before {
content: "\e70c";
}
.ti-layout-cta-center:before {
content: "\e70d";
}
.ti-layout-cta-btn-right:before {
content: "\e70e";
}
.ti-layout-cta-btn-left:before {
content: "\e70f";
}
.ti-layout-column4:before {
content: "\e710";
}
.ti-layout-column3:before {
content: "\e711";
}
.ti-layout-column2:before {
content: "\e712";
}
.ti-layout-accordion-separated:before {
content: "\e713";
}
.ti-layout-accordion-merged:before {
content: "\e714";
}
.ti-layout-accordion-list:before {
content: "\e715";
}
.ti-ink-pen:before {
content: "\e716";
}
.ti-info-alt:before {
content: "\e717";
}
.ti-help-alt:before {
content: "\e718";
}
.ti-headphone-alt:before {
content: "\e719";
}
.ti-hand-point-up:before {
content: "\e71a";
}
.ti-hand-point-right:before {
content: "\e71b";
}
.ti-hand-point-left:before {
content: "\e71c";
}
.ti-hand-point-down:before {
content: "\e71d";
}
.ti-gallery:before {
content: "\e71e";
}
.ti-face-smile:before {
content: "\e71f";
}
.ti-face-sad:before {
content: "\e720";
}
.ti-credit-card:before {
content: "\e721";
}
.ti-control-skip-forward:before {
content: "\e722";
}
.ti-control-skip-backward:before {
content: "\e723";
}
.ti-control-record:before {
content: "\e724";
}
.ti-control-eject:before {
content: "\e725";
}
.ti-comments-smiley:before {
content: "\e726";
}
.ti-brush-alt:before {
content: "\e727";
}
.ti-youtube:before {
content: "\e728";
}
.ti-vimeo:before {
content: "\e729";
}
.ti-twitter:before {
content: "\e72a";
}
.ti-time:before {
content: "\e72b";
}
.ti-tumblr:before {
content: "\e72c";
}
.ti-skype:before {
content: "\e72d";
}
.ti-share:before {
content: "\e72e";
}
.ti-share-alt:before {
content: "\e72f";
}
.ti-rocket:before {
content: "\e730";
}
.ti-pinterest:before {
content: "\e731";
}
.ti-new-window:before {
content: "\e732";
}
.ti-microsoft:before {
content: "\e733";
}
.ti-list-ol:before {
content: "\e734";
}
.ti-linkedin:before {
content: "\e735";
}
.ti-layout-sidebar-2:before {
content: "\e736";
}
.ti-layout-grid4-alt:before {
content: "\e737";
}
.ti-layout-grid3-alt:before {
content: "\e738";
}
.ti-layout-grid2-alt:before {
content: "\e739";
}
.ti-layout-column4-alt:before {
content: "\e73a";
}
.ti-layout-column3-alt:before {
content: "\e73b";
}
.ti-layout-column2-alt:before {
content: "\e73c";
}
.ti-instagram:before {
content: "\e73d";
}
.ti-google:before {
content: "\e73e";
}
.ti-github:before {
content: "\e73f";
}
.ti-flickr:before {
content: "\e740";
}
.ti-facebook:before {
content: "\e741";
}
.ti-dropbox:before {
content: "\e742";
}
.ti-dribbble:before {
content: "\e743";
}
.ti-apple:before {
content: "\e744";
}
.ti-android:before {
content: "\e745";
}
.ti-save:before {
content: "\e746";
}
.ti-save-alt:before {
content: "\e747";
}
.ti-yahoo:before {
content: "\e748";
}
.ti-wordpress:before {
content: "\e749";
}
.ti-vimeo-alt:before {
content: "\e74a";
}
.ti-twitter-alt:before {
content: "\e74b";
}
.ti-tumblr-alt:before {
content: "\e74c";
}
.ti-trello:before {
content: "\e74d";
}
.ti-stack-overflow:before {
content: "\e74e";
}
.ti-soundcloud:before {
content: "\e74f";
}
.ti-sharethis:before {
content: "\e750";
}
.ti-sharethis-alt:before {
content: "\e751";
}
.ti-reddit:before {
content: "\e752";
}
.ti-pinterest-alt:before {
content: "\e753";
}
.ti-microsoft-alt:before {
content: "\e754";
}
.ti-linux:before {
content: "\e755";
}
.ti-jsfiddle:before {
content: "\e756";
}
.ti-joomla:before {
content: "\e757";
}
.ti-html5:before {
content: "\e758";
}
.ti-flickr-alt:before {
content: "\e759";
}
.ti-email:before {
content: "\e75a";
}
.ti-drupal:before {
content: "\e75b";
}
.ti-dropbox-alt:before {
content: "\e75c";
}
.ti-css3:before {
content: "\e75d";
}
.ti-rss:before {
content: "\e75e";
}
.ti-rss-alt:before {
content: "\e75f";
}
@font-face {
font-family: 'Simple-Line-Icons';
src: url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/Simple-Line-Icons.eot);
src: url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/Simple-Line-Icons.eot?#iefix) format("embedded-opentype"),url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/Simple-Line-Icons.woff) format("woff"),url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/Simple-Line-Icons.ttf) format("truetype"),url(//pelsermedia.com/wp-content/themes/livre/assets/fonts/Simple-Line-Icons.svg#Simple-Line-Icons) format("svg");
font-weight: normal;
font-style: normal
}
[class^="simple-icon-"]:before,[class*=" simple-icon-"]:before {
font-family: "Simple-Line-Icons";
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none !important;
speak: none;
display: inline-block;
text-decoration: none;
width: 1em;
line-height: 1em;
-webkit-font-smoothing: antialiased
}
.simple-icon-user-female:before {
content: "\e000"
}
.simple-icon-user-follow:before {
content: "\e002"
}
.simple-icon-user-following:before {
content: "\e003"
}
.simple-icon-user-unfollow:before {
content: "\e004"
}
.simple-icon-trophy:before {
content: "\e006"
}
.simple-icon-screen-smartphone:before {
content: "\e010"
}
.simple-icon-screen-desktop:before {
content: "\e011"
}
.simple-icon-plane:before {
content: "\e012"
}
.simple-icon-notebook:before {
content: "\e013"
}
.simple-icon-moustache:before {
content: "\e014"
}
.simple-icon-mouse:before {
content: "\e015"
}
.simple-icon-magnet:before {
content: "\e016"
}
.simple-icon-energy:before {
content: "\e020"
}
.simple-icon-emoticon-smile:before {
content: "\e021"
}
.simple-icon-disc:before {
content: "\e022"
}
.simple-icon-cursor-move:before {
content: "\e023"
}
.simple-icon-crop:before {
content: "\e024"
}
.simple-icon-credit-card:before {
content: "\e025"
}
.simple-icon-chemistry:before {
content: "\e026"
}
.simple-icon-user:before {
content: "\e005"
}
.simple-icon-speedometer:before {
content: "\e007"
}
.simple-icon-social-youtube:before {
content: "\e008"
}
.simple-icon-social-twitter:before {
content: "\e009"
}
.simple-icon-social-tumblr:before {
content: "\e00a"
}
.simple-icon-social-facebook:before {
content: "\e00b"
}
.simple-icon-social-dropbox:before {
content: "\e00c"
}
.simple-icon-social-dribbble:before {
content: "\e00d"
}
.simple-icon-shield:before {
content: "\e00e"
}
.simple-icon-screen-tablet:before {
content: "\e00f"
}
.simple-icon-magic-wand:before {
content: "\e017"
}
.simple-icon-hourglass:before {
content: "\e018"
}
.simple-icon-graduation:before {
content: "\e019"
}
.simple-icon-ghost:before {
content: "\e01a"
}
.simple-icon-game-controller:before {
content: "\e01b"
}
.simple-icon-fire:before {
content: "\e01c"
}
.simple-icon-eyeglasses:before {
content: "\e01d"
}
.simple-icon-envelope-open:before {
content: "\e01e"
}
.simple-icon-envelope-letter:before {
content: "\e01f"
}
.simple-icon-bell:before {
content: "\e027"
}
.simple-icon-badge:before {
content: "\e028"
}
.simple-icon-anchor:before {
content: "\e029"
}
.simple-icon-wallet:before {
content: "\e02a"
}
.simple-icon-vector:before {
content: "\e02b"
}
.simple-icon-speech:before {
content: "\e02c"
}
.simple-icon-puzzle:before {
content: "\e02d"
}
.simple-icon-printer:before {
content: "\e02e"
}
.simple-icon-present:before {
content: "\e02f"
}
.simple-icon-playlist:before {
content: "\e030"
}
.simple-icon-pin:before {
content: "\e031"
}
.simple-icon-picture:before {
content: "\e032"
}
.simple-icon-map:before {
content: "\e033"
}
.simple-icon-layers:before {
content: "\e034"
}
.simple-icon-handbag:before {
content: "\e035"
}
.simple-icon-globe-alt:before {
content: "\e036"
}
.simple-icon-globe:before {
content: "\e037"
}
.simple-icon-frame:before {
content: "\e038"
}
.simple-icon-folder-alt:before {
content: "\e039"
}
.simple-icon-film:before {
content: "\e03a"
}
.simple-icon-feed:before {
content: "\e03b"
}
.simple-icon-earphones-alt:before {
content: "\e03c"
}
.simple-icon-earphones:before {
content: "\e03d"
}
.simple-icon-drop:before {
content: "\e03e"
}
.simple-icon-drawer:before {
content: "\e03f"
}
.simple-icon-docs:before {
content: "\e040"
}
.simple-icon-directions:before {
content: "\e041"
}
.simple-icon-direction:before {
content: "\e042"
}
.simple-icon-diamond:before {
content: "\e043"
}
.simple-icon-cup:before {
content: "\e044"
}
.simple-icon-compass:before {
content: "\e045"
}
.simple-icon-call-out:before {
content: "\e046"
}
.simple-icon-call-in:before {
content: "\e047"
}
.simple-icon-call-end:before {
content: "\e048"
}
.simple-icon-calculator:before {
content: "\e049"
}
.simple-icon-bubbles:before {
content: "\e04a"
}
.simple-icon-briefcase:before {
content: "\e04b"
}
.simple-icon-book-open:before {
content: "\e04c"
}
.simple-icon-basket-loaded:before {
content: "\e04d"
}
.simple-icon-basket:before {
content: "\e04e"
}
.simple-icon-bag:before {
content: "\e04f"
}
.simple-icon-action-undo:before {
content: "\e050"
}
.simple-icon-action-redo:before {
content: "\e051"
}
.simple-icon-wrench:before {
content: "\e052"
}
.simple-icon-umbrella:before {
content: "\e053"
}
.simple-icon-trash:before {
content: "\e054"
}
.simple-icon-tag:before {
content: "\e055"
}
.simple-icon-support:before {
content: "\e056"
}
.simple-icon-size-fullscreen:before {
content: "\e057"
}
.simple-icon-size-actual:before {
content: "\e058"
}
.simple-icon-shuffle:before {
content: "\e059"
}
.simple-icon-share-alt:before {
content: "\e05a"
}
.simple-icon-share:before {
content: "\e05b"
}
.simple-icon-rocket:before {
content: "\e05c"
}
.simple-icon-question:before {
content: "\e05d"
}
.simple-icon-pie-chart:before {
content: "\e05e"
}
.simple-icon-pencil:before {
content: "\e05f"
}
.simple-icon-note:before {
content: "\e060"
}
.simple-icon-music-tone-alt:before {
content: "\e061"
}
.simple-icon-music-tone:before {
content: "\e062"
}
.simple-icon-microphone:before {
content: "\e063"
}
.simple-icon-loop:before {
content: "\e064"
}
.simple-icon-logout:before {
content: "\e065"
}
.simple-icon-login:before {
content: "\e066"
}
.simple-icon-list:before {
content: "\e067"
}
.simple-icon-like:before {
content: "\e068"
}
.simple-icon-home:before {
content: "\e069"
}
.simple-icon-grid:before {
content: "\e06a"
}
.simple-icon-graph:before {
content: "\e06b"
}
.simple-icon-equalizer:before {
content: "\e06c"
}
.simple-icon-dislike:before {
content: "\e06d"
}
.simple-icon-cursor:before {
content: "\e06e"
}
.simple-icon-control-start:before {
content: "\e06f"
}
.simple-icon-control-rewind:before {
content: "\e070"
}
.simple-icon-control-play:before {
content: "\e071"
}
.simple-icon-control-pause:before {
content: "\e072"
}
.simple-icon-control-forward:before {
content: "\e073"
}
.simple-icon-control-end:before {
content: "\e074"
}
.simple-icon-calendar:before {
content: "\e075"
}
.simple-icon-bulb:before {
content: "\e076"
}
.simple-icon-bar-chart:before {
content: "\e077"
}
.simple-icon-arrow-up:before {
content: "\e078"
}
.simple-icon-arrow-right:before {
content: "\e079"
}
.simple-icon-arrow-left:before {
content: "\e07a"
}
.simple-icon-arrow-down:before {
content: "\e07b"
}
.simple-icon-ban:before {
content: "\e07c"
}
.simple-icon-bubble:before {
content: "\e07d"
}
.simple-icon-camcorder:before {
content: "\e07e"
}
.simple-icon-camera:before {
content: "\e07f"
}
.simple-icon-check:before {
content: "\e080"
}
.simple-icon-clock:before {
content: "\e081"
}
.simple-icon-close:before {
content: "\e082"
}
.simple-icon-cloud-download:before {
content: "\e083"
}
.simple-icon-cloud-upload:before {
content: "\e084"
}
.simple-icon-doc:before {
content: "\e085"
}
.simple-icon-envelope:before {
content: "\e086"
}
.simple-icon-eye:before {
content: "\e087"
}
.simple-icon-flag:before {
content: "\e088"
}
.simple-icon-folder:before {
content: "\e089"
}
.simple-icon-heart:before {
content: "\e08a"
}
.simple-icon-info:before {
content: "\e08b"
}
.simple-icon-key:before {
content: "\e08c"
}
.simple-icon-link:before {
content: "\e08d"
}
.simple-icon-lock:before {
content: "\e08e"
}
.simple-icon-lock-open:before {
content: "\e08f"
}
.simple-icon-magnifier:before {
content: "\e090"
}
.simple-icon-magnifier-add:before {
content: "\e091"
}
.simple-icon-magnifier-remove:before {
content: "\e092"
}
.simple-icon-paper-clip:before {
content: "\e093"
}
.simple-icon-paper-plane:before {
content: "\e094"
}
.simple-icon-plus:before {
content: "\e095"
}
.simple-icon-pointer:before {
content: "\e096"
}
.simple-icon-power:before {
content: "\e097"
}
.simple-icon-refresh:before {
content: "\e098"
}
.simple-icon-reload:before {
content: "\e099"
}
.simple-icon-settings:before {
content: "\e09a"
}
.simple-icon-star:before {
content: "\e09b"
}
.simple-icon-symbol-female:before {
content: "\e09c"
}
.simple-icon-symbol-male:before {
content: "\e09d"
}
.simple-icon-target:before {
content: "\e09e"
}
.simple-icon-volume-1:before {
content: "\e09f"
}
.simple-icon-volume-2:before {
content: "\e0a0"
}
.simple-icon-volume-off:before {
content: "\e0a1"
}
.simple-icon-users:before {
content: "\e001"
}