/* ----------------------------------

Project: Su Taqueria
Author: Trizenit.com
Description: Diseño y desarrollo de software para restaurantes
Version: 1.5

Main Font    : Jost
Main Color   : #826a45

-------------------------------------

[Typography]

Body copy:    15px 'Jost', sans-serif
Header:     36px 'Belleza', sans-serif
Input, textarea:  16px 'Jost', sans-serif
Sidebar heading:  22px 'Jost', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar Box
        - Navbar Sticky
        - Navbar Transparent
    04. Banner
        - Banner Slide
        - Banner Zoom
        - Banner Fixed
	05. About
        - Version One
        - Version Two
    06. Food Menu
        - Style One
        - Style Two
        - Style Three
    07. Gallery
    08. Chef
        - Chef Version One
        - Chef Single
	09. Reservation
        - Style One
        - Style Two
    10. Testimonials
    11. Partners
    12. Opening Hours
    13. Blog
        - Standard
        - Grid
        - Left Sidebar
        - Right Sidebar
        - Single
    14. Error 404
    15. Footer
    16. PHP Contact Form
    17. Others

*/

/*
** General Styles for HTML tags
*/

.navbar .attr-right .attr-nav li a.dropdown-toggle i {
    background: green;
}

.hidden {
    display: none !important;
}

.image-vertical {
    width: calc(100% + 218px) !important;
    transform: translate3d(-100px, 0, 0) !important;
}