/*!
Theme Name: Tacos el Pastor
Theme URI: http://underscores.me/
Author: Tacos el Pastor
Author URI: #
Description: At Tacos El Pastor, we believe great Mexican food starts with fresh ingredients, traditional flavors, and a passion for every plate we serve. From our signature Al Pastor tacos to our freshly prepared salsas and toppings, every bite is made to bring you an authentic taste of Mexico.
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: tacos_el_pastor
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.

Tacos el Pastor 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/
*/
.menu-item-1 .content .left .box-text:before {
    content: "";
    position: absolute;
    right: -35%;
    top: 15px;
    width: 20%;
    background: var(--smoke-color);
    height: 1px;
    border: 1px dashed #2c0400;
}
.menu-item-1 .content .left {
    width: 68%;
}
.menu-item-1 .content .right {
    width: 10%;
    text-align: right;
}
.gallery-thumb-1 img{
	width:100%;
	height:300px;
	object-fit:cover;
}


@media (max-width: 420px) {
   .menu-item-1 .content .right {
    width: 20%;
    text-align: right;
}
.category-card.style-5 .box-icon {
    width: 170px;
    height: 170px;
    line-height: 150px;
    padding: 10px;
    border-radius: 50%;
    background: #DDDADB;
    overflow: hidden;
    margin: 0 auto 45px auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
}