XylotrechusZ
/*
Template: veres
Theme Name: Veres Child
Theme URI: http://themeforest.net/user/LaStudio/portfolio?ref=LaStudio
Author: LA Studio
Author URI: http://themeforest.net/user/LaStudio?ref=LaStudio
Description: Veres - Handmade Soap & Candles Shop
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 7.0
Tags: bath bomb, candle, candle shop, candle store, candle theme, ecommerce, elementor, handicraft, handmade, perfume, retail, shave soap, soap, soap store, woocommerce
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: veres-child
Domain Path: /languages/
*/
// Configuration
@import "config";
// Mixins
@import "mixins";
//p:not([class]) > a{
// .elementor &,
// &{
// color: $primary-color;
// text-decoration: underline;
// &:hover{
// text-decoration: none;
// }
// }
//}
section#comments {
padding-top: 20px;
width: 100%;
}
.elementor-lakit-post-content {
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
max-height: 620px;
object-fit: cover;
}
.wp-block-image.size-full{
img{
width: 100%;
max-height: 540px;
object-fit: cover;
}
+ h2{
font-size: var(--theme-h1-font-size);
margin-bottom: 30px;
}
}
.elementor-widget-container p{
margin-bottom: 1.4em;
}
}
.page-content {
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
max-height: 620px;
object-fit: cover;
}
> h3 {
margin-bottom: 20px;
margin-top: 30px;
}
> figure.wp-block-image {
margin-top: 60px;
margin-bottom: 60px;
}
}
.wp-block-cover.has-background-dim {
margin-top: 50px;
margin-bottom: 50px;
}
.wp-block-cover.has-background-dim .has-large-font-size {
width: 80%;
font-size: var(--theme-h1-font-size);
font-weight: 600;
line-height: 1.3;
margin: 0 auto 1em;
}
.wp-block-cover.has-background-dim .has-small-font-size {
font-size: 16px;
}
.wp-block-cover.has-background-dim .has-small-font-size:after {
content: '';
display: block;
width: 50px;
border-bottom: 2px solid;
margin: 10px auto 0;
}
.wp-block-spacer + .wp-block-image figure.alignleft {
margin-right: 35px;
}
.wp-block-spacer + .wp-block-image + p {
margin-bottom: 25px;
}
p.linetop {
font-size: 14px;
color: #272727;
border-top: 2px solid #E0E0E0;
display: inline-block;
padding-top: 7px;
margin-top: 10px;
}
.wp-block-gallery ul.blocks-gallery-grid {
width: 100%;
}
.place-order .button,
.wc-proceed-to-checkout .button {
padding-bottom: 22px;
}
ul.wc_payment_methods input[type=radio] + label:before,
ul.woocommerce-shipping-methods input[type=radio] + label:before {
top: 4px;
}
.products-grid-7 .product_item--inner {
position: relative;
}
body.ltr .la-custom-badge.custom-hot {
background-color: $primary-color;
color: #fff;
text-transform: uppercase;
border-radius: 0;
padding: 5px 40px 5px 30px;
line-height: 20px;
right: auto;
left: -20px;
font-family: var(--theme-heading-font-family);
}
body.ltr .la-custom-badge.custom-hot:after {
position: absolute;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-right: 15px solid #fff;
right: 0;
content: '';
top: 0;
}
body.ltr .la-custom-badge.custom-hot:before {
content: '';
left: 0;
top: 100%;
border-left: 20px solid transparent;
border-top: 10px solid $secondary-color;
height: 0;
width: 0;
position: absolute;
}
.lastudio-countdown-timer {
display: flex;
justify-content: space-around;
text-align: center;
width: 360px;
max-width: 90%;
margin: 0 auto;
}
.lastudio-countdown-timer__separator {
display: none;
}
.lastudio-countdown-timer__item-value {
font-size: 36px;
font-weight: 500;
color: #C2943A;
line-height: 1;
}
.lastudio-countdown-timer__item-label {
font-weight: 500;
color: #C1C1C1;
font-size: 14px;
}
.lastudio-countdown-timer__item {
padding: 0 10px;
}
.lastudio-countdown--inprod.elementor-lastudio-countdown-timer {
margin-bottom: 30px;
}
@media(max-width: 992px) {
.lastudio-countdown-timer__item-value {
font-size: 26px;
}
}
.lakit-nav--horizontal > .menu-item > a > .lakit-nav-arrow {
margin-top: .35em;
}
.wc-page-content .entry-summary .variations{
width: 500px;
max-width: 100%;
}
.veres-demo-item figure.wp-caption {
position: relative;
box-shadow: 0 5px 10px 0 #0000000d;
overflow: hidden;
}
.veres-demo-item figure.wp-caption img {
transition: all .3s
}
.veres-demo-item figure.wp-caption:hover img{
transform:scale(1.1)
}
.veres-demo-item figure.wp-caption a:after{
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: #000;
opacity: 0;
transition: all .3s;
}
.veres-demo-item figure.wp-caption:hover a:after{
opacity: .5;
}
.veres-demo-item figure.wp-caption .wp-caption-text {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: flex;
color: #fff;
justify-content: center;
align-items: center;
font-family: var(--theme-heading-font-family);
font-size: var(--theme-h3-font-size);
font-style: normal;
pointer-events: none;
opacity: 0;
transition: all .3s;
}
.veres-demo-item figure.wp-caption:hover .wp-caption-text{
opacity: 1;
}
.lakit-mobile-menu.lakit-nav--enable-megamenu:not(.lakit-active--mbmenu) .lakit-nav__sub {
box-shadow: 0px 5px 15px #00000014;
}
.prod-qv-wrap .woocommerce-product-gallery__image a img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
.prod-qv-wrap .woocommerce-product-gallery__image a:before {padding-bottom: 110%;content: '';display: block;}
.e-root-container.custom-line-bg-repeat {min-height: calc(100vh - var(--lakit-adminbar-height));}
.lakitdoc-enable-header-transparency{
&:not(.page-id-1439,.woocommerce-account,.page-id-1461,.error404){
.elementor-18lakit .lakit-nav-wrap-db91f2b{
--lakit-doc-headerts-link-hover-color: #fff;
}
}
}