/*
Theme Name: Sirpi
Theme URI: https://sirpi.wpengine.com/
Author: the WeDesignTech team
Author URI: https://wedesignthemes.com/
Description: Sirpi is a lightweight, superfast, and attractive business theme suitable for creating every type of professional website. This multipurpose responsive theme is neatly coded, fully customizable, and highly optimized for SEO to rank high on search engines. It works completely fine with Gutenberg and significant page builders like Elementor, Visual Composer, etc. Sirpi is entirely compatible with WooCommerce to create your online store. With its extensive collection of features and easy customization options, every beginner can easily set up the websites without coding knowledge. It supports all the popular WordPress plugins, Google fonts, Menu options & Translation Ready. This stylish theme is 100% responsive, mobile-friendly, and good-looking with all device screens. Sirpi is the best and well-suited theme for you to craft a high-quality website. Sirpi theme is designed, developed, and Professionally maintained by Creative Brahma, and it is regularly updated with new advanced features.
Tags:  Custom Background, Custom Colors, Custom Header, Custom Logo, Custom Menu, E-Commerce, Blog, Sidebar, Editor Style, Food & Drink, Footer Widgets, Full Width Template, Business, Theme options, Three columns, Portfolio, Photography, Grid Layout, Left Sidebar, One Column, Template Editing, Multipurpose, Right Sidebar, Theme Options, Threaded Comments, Two Columns, Wide Blocks, Post Formats, Featured Image, Sticky Post
Version: 1.0.7
Requires at least: 5.0
Tested up to: 6.5.4
Requires PHP: 5.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sirpi
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.
*/
.ingredients img{width: 75px;
    margin-bottom: 30px;}
.wp-block-heading {font-size: 25px !important;}
.col-2 .booking-contact-submit div {min-width:430px !important;}
div .wdt-logo-container a img{
        max-width: 300px !important;}
        width: 300px !important;}
    }

.dropbtn {
  background-color: #f1f1f1;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #f1f1f1;
}
.product-buy-now , .product-buy-now a {display:none !important;}
.status-publish {
	margin-top: 50px;
}
.um-postmessage {color: #000;
    font-size: 16px;
    width: 100%;
}

.woocommerce ul.products:not(.product-thumb-bg-image) li.product .product-thumb a.image > div[class*="image"] img {
border-radius:10px;
    height: 300px;
}
.woocommerce ul.products li.product .product-details .product-title h5 a:not(:hover), .product-title h5 a {
    font-size: 20px;
    color: #000;
}
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    border-radius: 5px;
}
.secondary-sidebar .widgettitle, .secondary-sidebar .widget ul li > a, .secondary-sidebar .tagcloud a {
    color: var(--wdtHeadAltColor);
    font-size: 20px;
}

.woocommerce ul.products:not(.product-thumb-bg-image) li.product .product-thumb a.image > div[class*="image"] img {
    position: relative;
    height: 300px !important;
}
.woocommerce div.product .product_title { font-size:24px !important;}
.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li a {
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 26px;
    padding: 10px 0px !important;
    position: relative;
	text-transform: uppercase;}
.woocommerce div.product div.images img { border-radius: 10px;}
.woocommerce-Tabs-panel h2 , .elementor-accordion-item h3{ font-size: 16px !important;}
/* Pre-order box */
.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px; /* Rounded corners */
  width: 100%; /* Set a specific width */
  background-color: #F5EFEE;
  margin: 0px  0px 20px ;
	padding: 30px;
}
.card h4 { text-transform:capitalize;}
/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
}

/* Style the image corners */
img {
  border-radius: 5px 5px 0 0;
}
 /* Pre orde box end */


