/*
Theme Name: glacizadrinks
Theme URI: 
Author: the WordPress team
Author URI: https://wordpress.org/
Description: 
Version: 3.3
Tested up to: 6.6
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

*{
	padding:0;
	margin:0;
}
body{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
}
.glacizaButton a.elementor-button{
	position:relative;
	overflow:hidden;
}
.glacizaButton a.elementor-button:after {
    width: 220px;
    height: 200px;
    background: rgba(255, 255, 255, .2);
    content: '';
    position: absolute;
    top: 0;
    border-radius: 50%;
    right: -130px;
    transition: 0.5s;
}
.glacizaButton a.elementor-button:hover:after {
    top: -10%;
    right: -80px;
}
.address h3.elementor-icon-box-title {
    margin-top: 0px;
}
.header_section {
    background: #ffffff30;
    position: absolute;
    z-index: 2;
    width: 100%;
    backdrop-filter: blur(12px);
}
.water_quality .elementor-icon-box-title span span {
    display: block;
    color: #b27f5d;
    font-size: 18px;
    font-weight: bolder;
}
.product_box .ekit-wid-con {position: relative;}

.product_box .ekit-wid-con .ekit-image-box-body {
    position: absolute !important;
    bottom: 20px;
    right: 20px;
    left: 20px;
    width: auto !important;
}
.product_box .ekit-wid-con .ekit-image-box-body .elementskit-box-style-content span {
    display: block;
    font-weight: 600;
    font-size: 16px;
}
.product_box .ekit-wid-con .ekit-image-box-body .elementskit-box-style-content span:first-child {
    font-size: 16px;
    margin-bottom: 10px;
    color: #b27f2d;
}
.contact_form h2 {
    margin: 0px;
    color: #B27F2D;
}

.contact_form .form_grop p {
    margin: 0;
}

.contact_form .form_grop p input:not([type="submit"]), .contact_form .form_grop p select {
    width: 100%;
    height: 48px;
    padding: 10px;
    border: 1px solid #B27F2D;
    border-radius:4px;
    color: #B27F2D;
    font-family: "Playfair Display", sans-serif;
    background: none;
}
.contact_form .form_grop p input::placeholder, .contact_form .form_grop p textarea::placeholder{
    color:#B27F2D;
    font-family:"Playfair Display", Sans-serif;
}
.contact_form .form_grop p textarea{
    height:100px;
    width:100%;
    border-radius:4px;
    border: 1px solid #B27F2D;
    padding:10px;
    font-family: "Playfair Display", sans-serif;
    background: none;
}

.contact_form .form_grop {
    margin-bottom: 10px;
}
.contact_form .form_grop p input[type="submit"] {
    background-image: linear-gradient(219deg, #F1DF77 0%, #B27F2D 82%);
    position: relative;
    padding: 14px 30px;
    border: none;
    font-weight: 600;
    color: #fff;
    transition: 0.5s;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Playfair Display", sans-serif;
}
.contact_form .form_grop p input[type="submit"]:hover{
    background-image: linear-gradient(219deg, #B27F2D 0%, #F1DF77 82%);
}
.enquiry_form{
	backdrop-filter: blur(20px);
}
.contact_form .form_header {
    margin-bottom: 14px;
}
.natural_water .elementor-shortcode {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    text-align: center;
    align-items: baseline;
}
.natural_water .elementor-shortcode .home_product:nth-child(1) a img{
    width:100px
}
.natural_water .elementor-shortcode .home_product:nth-child(2) a img{
    width:120px
}
.natural_water .elementor-shortcode .home_product:nth-child(3) a img{
    width:140px
}
.home_product{
    grid-gap:20px;
}
.natural_water h2 {
    font-size: 20px;
    text-transform: uppercase;
}
.natural_water h2 a {
    color:#B27F2D !important;
    font-family: "Playfair Display", sans-serif;
}
.home_product>a:first-child {
    border-bottom: 1px solid #fff;
    display: block;
}
.home_product bdi {
    color: #fff;
    font-family: "Playfair Display", sans-serif;
    font-size:18px;
}
.home_product p {
    color: #fff;
    font-family: "Playfair Display", sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}
.home_product a.button.add_to_cart_button {
    padding: 10px;
    color: #FFFFFF;
    font-family: "Playfair Display", sans-serif;
    font-size: 16px;
    background-color: transparent;
    background-image: linear-gradient(219deg, #F1DF77 0%, #B27F2D 82%);
    box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin-top: -20px;
}
.home_product a.button.add_to_cart_button:hover {
        background-image: linear-gradient(219deg, #B27F2D 0%, #F1DF77 82%);
}
.post_block .elementskit-post-image-card {
    border-radius: 16px !important;
    overflow: hidden;
}
.future_icon_image figure.elementor-image-box-img {
    width: auto !important;
    height: 100px !important;
    position: relative;
    z-index: 1;
}

.future_icon_image figure.elementor-image-box-img img {
    height: 100px !important;
    width: auto;
    filter: brightness(0.5);
}

.future_icon_image figure.elementor-image-box-img:after {
    content: '';
    width: 88px;
    display: block;
    height: 88px;
    background: #f5e0ad;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
}
.benefits_item figure.elementor-image-box-img {
    padding: 6px;
    line-height: 0;
    background: rgb(178,127,45);
    border-radius: 8px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.benefits_item figure.elementor-image-box-img:after{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	z-index:-1;
	background: #00000c;
	border-radius:8px;
}
.benefits_item figure.elementor-image-box-img:before {
    content: '';
    width: auto;
    height: auto;
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    background: linear-gradient(134deg, rgba(178, 127, 45, 1) 0%, rgb(228 253 183) 50%, rgba(178, 127, 45, 1) 100%);
    border-radius: 8px;
    z-index: -1;
}

.benefits_item .elementor-image-box-title {
    margin-top: 0px;
}

.benefits_item .elementor-image-box-wrapper {
    align-items: center;
}
.benefits_item figure.elementor-image-box-img img {
	border-radius:8px;
	width: 50px;
}

.benefits_item {
    width: 100%;
}
.home_product p.price del {
   opacity:0.4;
}
.natural_water ul {
    display: none;
}
.natural_water .elementor-shortcode .home_product:nth-child(4) a img {
    width: 160px;
}
.address .elementor-icon-box-wrapper {
    display: flex;
}
.address .elementor-icon-box-wrapper .elementor-icon-box-icon {
    width: 40px;
}
.address .elementor-icon-box-wrapper .elementor-icon-box-content {
    width: calc(100% - 40px);
}
.address h3.elementor-icon-box-title a {
    color: #fff;
}
.post_block img {
    height: 335px !important;
    object-fit:cover
}
/* 404 page  */
.error-page-area {
    text-align: center;
    background:#000;
    margin-top:50px!important;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-bottom: 0;
}
.error-bottom h2 {
    font-size: 27px;
    font-weight: 500;
    font-family: "Playfair Display", Sans-serif;
    color: #b78633;
    margin-bottom: 20px;
    margin-top:-50px
}
.error-top img {
    border-radius: 5px;
    width: 300px;
}
.error-bottom p {
    font-family: "Playfair Display", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 35px;
}

a.default-btn-error {
    font-family: "Playfair Display", Sans-serif;
    font-weight: 600;
    background-color: transparent;
    background-image: linear-gradient(219deg, #F1DF77 0%, #B27F2D 82%);
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 14px 25px 14px 25px;
    color:#fff;
    text-decoration:none;
}
a.default-btn-error:hover{
    background-image: linear-gradient(-90deg, #b78633 49%, #b78633 100%);
}
a.button.product_type_simple {
     padding: 10px;
    color: #FFFFFF;
    font-family: "Playfair Display", sans-serif;
    font-size: 16px;
    background-color: transparent;
    background-image: linear-gradient(219deg, #F1DF77 0%, #B27F2D 82%);
    box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin-top: -20px;
}
a.button.product_type_simple:hover {
     background-image: linear-gradient(219deg, #B27F2D 0%, #F1DF77 82%);
}
@media only screen and (min-width: 360px) and (max-width: 767px){
    .natural_water .elementor-shortcode {
        grid-template-columns: repeat(2, 1fr) ;
    }
    .error-page-area {
        margin-top: 0px!important;
    }
    .slide-banner rs-module {
        height: 300px !important;
    }
    .slide-banner rs-module-wrap {
        height: 300px !important;
    }
    .mobmenur-container {
        top: 36px !important;
    }

}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .error-page-area {
        padding: 0 10px;
    }
    .error-page-area {
        padding-bottom: 30px;
    }
    .elementor-element-a887f2a .elementskit-menu-container {
        max-width: 100% !important;
    }
    .elementskit-navbar-nav-default .elementskit-navbar-nav.elementskit-menu-po-right {
        justify-content: center !important;
    }
    .mobmenur-container {
        display: none;
    }
}