/**
Theme Name: Getsmashed child theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: getsmashed-child-theme
Template: astra
*/
/* ============================
   STYMIE FONT FAMILY
   ============================ */
a:focus {
    outline: 0 !important;
}
html, body {
  overflow-x: hidden !important;
}
img, iframe, video {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: 'ChunkFive';
  src: url('https://getsmashed.online/wp-content/themes/astra/fonts/ChunkFive-Regular.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'ChunkFive', serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/*====Nav Menu===*/
.home .main-nav-menu {
    background-color: #0000008c !important;
}
/*========Hero Section=======*/
.hero-section-title h2 {
    background-color: #ffffff66;
    display: inline-block;
    padding: 10px 15px 5px 15px;
    border-radius: 4px;
}
/*===== Food order location===*/
.fout-round-shap-location {
    text-align: center;
}
.order-card {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #000;
  text-align: center;
  margin: 15px;
  display: inline-block;
  font-family: Arial, sans-serif;
}
.order-card a {
    text-decoration: none !important;
}
.order-top {
  background: #000;
  color: #fff;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.order-top .icon img {
  width: 28px;  /* Icon size control */
  height: auto;
}

.order-top h3 {
  margin: 5px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.order-bottom {
    background: #f4b000;
    color: #000;
    height: 51%;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    padding-top: 20px;
}

.order-bottom:hover {
  background: #ffcc00; 
}

/*===== Client Review====*/
.eael-testimonial-item{
    box-shadow: 4px 10px 18px #adadae33 !important;
}
.slick-dots li button {
    background: #FFDB01 !important;
}
/*=====Footer======*/
.footer-social-icon .elementor-social-icon-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    display: flex
;
    align-items: center;
    justify-content: center;
    color: white;
}

.oldhamStore, .stockportStore {
    position: relative;
    z-index: 1;
    width: 210px;
    background: #fdb101;
    border-radius: 50%;
    height: 210px;
    margin: 0 10px;
    border: 5px solid #000;
    box-shadow: 10px 10px 13px #00000024;
    overflow: hidden;
    text-decoration: none;
}

/*=====Contact form====*/
/* Contact Form Container */
.contact-form {
    box-shadow: 0 0 20px #18181917;
}

/* Input & Textarea */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  background: transparent;
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease;
 border-radius:0px !important;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
  border-bottom: 1px solid #111;
}

/* Submit Button */
.custom-contact-form input[type="submit"] {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}


/*=====Reponsive====*/
@media only screen and (max-width:1024px){
	.order-card {
	  width: 175px !important;
	  height: 175px !important;
	}
}
@media only screen and (max-width:776px){
	.order-card {
	  width: 170px !important;
	  height: 170px !important;
      margin: 10px !important;
	}
}
@media only screen and (max-width:480px){
	.order-card {
      margin: 4px !important;
	}
	.order-bottom {
		font-size: 13px !important;
	}
	#gallery-1 .gallery-item {
	  width: 50% !important;
	}
	
}
