/*
*Theme Name:     PatioTime Child Theme
*Theme URI: 	 https://patiotime.loftocean.com/
*Description:    PatioTime child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       patiotime
*Text Domain: 	 patiotime-child
*Version:        1.0
*/

 /** Add your styles below **/

.capitalize-first-world {
    text-transform: capitalize;
}
.pt-food-menu-header-short-code h6 {
    font-size: 22px;
    margin: 0;
}
.pt-food-menu-details-short-code {
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 15px;
    opacity: 0.6;
    color: var(--content-color);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;;
}
.pt-food-menu-item-short-code {
    margin: 0 0 30px;
}
.pt-food-menu-title-short-code {
    padding: 15px 0 15px 0;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #C8935F;
    margin: 0 0 30px;
}
.pt-food-menu-title-short-code .pt-title {
    font-size: 30px;
    letter-spacing: 6px;
}