/*!
Theme Name: deshipurefoods
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: deshipurefoods
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

deshipurefoods is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


.height-100 {
    height: 100%;
}

@media screen and (min-width: 768px) {
.height-100 {
    height: 100vh;
}

.image__height img {
    height: calc(100vh - 214px);
    object-fit: contain;
}
}


@font-face {
  font-family: 'Subha';
  src: url('fonts/Li-Subha-Letterpress-Unicode.ttf');
  font-weight: normal;
  font-style: normal;
}

.elementor-heading-title.elementor-size-default {
	font-family: 'Subha' !important;
}

.message__group {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1024;
}

.message__group-btn {
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.message__group-btn:nth-child(1) {
  background-color: #E4405F;
}

.message__group-btn:nth-child(2) {
  background-color: #00B2FF;
}

.message__group-btn:nth-child(3) {
  background-color: #25D366;
}

.message__group-btn:hover {
  opacity: 0.9;
}

.message__group-wrap {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.3s ease-in-out;
}

.active .message__group-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.message__btn {
  background-color: #472a22;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.message__btn:hover {
  opacity: 0.9;
}

.message__btn-icon,
.message__group-btn-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.message__btn-close {
  display: none;
}

.message__btn-close,
.message__group-btn-icon {
  line-height: 14px;
}

.open .message__btn-close {
  display: block;
}

.message__btn-icon.open > svg {
  display: none;
}

.tooltip-inner {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 22px;
  border-radius: 6px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  padding: 6px 8px;
}

h5.elementor-heading-title.elementor-size-default a:hover {
    text-decoration: none;
}