/*
Theme Name: LiLac Child
Template: lilac
Author: Child Theme Configurator
Version: 1.0.1730818692
Updated: 2024-11-05 14:58:12

*/

.vc_btn3-color-purple {
	background-color: #9e91a5 !important;
}

/* HOME */
#home2 {
    position: relative;
    padding-bottom: 0px;
    min-height: 150px;
    padding-top: 150px;
    text-align: center;
}
#home2::before {
    background-color: #5e4c67;
}
#home2::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #73627b;
    -webkit-opacity: 0.85;
    -moz-opacity: 0.85;
    opacity: 0.85;
}

/* ALL PAGES */
.page-template-redux-templates_full_width #home {
	min-height: 400px !important;
}
#home {
    min-height: 140px;
    padding-top: 140px;
}
.divider-bottom-1 {
    padding-bottom: 200px !important;
}
@media (max-width: 767px) {
    .page-template-redux-templates_full_width #home {
        min-height: 200px !important;
    }
    #home {
        min-height: 100px;
        padding-top: 100px;
    }
    .divider-bottom-1 {
        padding-bottom: 0 !important;
    }
    .divider-bottom-1::after {
        height: 300px;
    }
}
section {
    padding: 30px 0;
}

/* KONTAKTO */
#kontaktua {
	padding: 120px 0;
}

/* ZER DA KOLOREKA */
.big-text p,
.big-text li {
	font-size: 18px;
    line-height: 28px;
}

/* BOTON TIENDA */
.menu-item:last-of-type a,
.menu-item:last-of-type a:hover{
	background-color: #9e91a5 !important;
	color: #ffffff;
}

