/*
Theme Name: Buffalo Market Theme
Author: BWR
Author URI: http://bwr-intl.com
Description: The Buffalo Market Theme
*/
body{
    padding-top: 50px;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Anton', sans-serif;
}
p{
	font-family: 'Roboto', sans-serif;
}
.menu_item_info h2{
    font-family: 'Dispatch', sans-serif;
}
a{
	text-decoration:none;
}
.title{
	font-size:3vw;
	font-family: 'Georama', sans-serif;
    font-weight: 900;
}

#the_categories h2{
    	font-family: 'Georama', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #343a40;
}
.title2{
	font-family: 'Georama', sans-serif;
    font-weight: 900;
        text-transform: uppercase;
	
}
.title3{
	font-size:2vw;
	font-family: 'Georama', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
.font-25 p{
	font-size:25px;
}
.font-25{
	font-size:25px;
}
.font-20{
	font-size:20px;
}
.font-15{
	font-size:15px;
}
.mb-40{
	 margin-bottom: 40px;
}
.mt-40{
	 margin-top: 40px !important;
}
.menu-icon{
	height:20px;
}
.top-navbar ul{
    list-style-type:none;
}
.top-navbar ul li,.top-navbar ul li a{
    display:inline;
    color: white;
    font-size: 1rem;
    font-family: 'Georama', 'sans-serf';
    font-weight: 900;

}
.trp-language-switcher > div{
    background-image:none !important;
}
.top-navbar{
    position: fixed;
    width: 100%;
    background: gray;
    color: white;
    text-align: center;
    height: 35px;
    z-index: 9999;
    top: 0;
    padding: 0;
    margin: 0;
}

.trp-language-switcher{
    width:138px !important;
}
.trp-language-switcher-container:hover .trp-ls-shortcode-language > a{
    display:block !important;
}
.trp_language_switcher_shortcode{
    display:inline-block;
}
nav{
	background:#333333 !important;
	    min-height: 83px;
}
nav .nav-link{
	color:#fff;
	  font-weight: 900;
    text-transform: uppercase;
    font-size: 1rem !important;
}
nav .nav-link:hover,nav .nav-link:active,.nav-link:focus{
	color:#fff;
}
.main_section{
	width:100%;
	color:#fff;
}
.main_section h2{
	color:#fff;
	font-size: 4vw;
    text-shadow: 4px 1px 0px black;
}

.happy_hour{
	    background: #333;
    color: #fff;
    padding: 10px ;
    position: absolute;
    width: 70%;
    margin: auto;
    margin-bottom: -97px;
    min-height: 290px;
    height:290px;
    z-index: 999;
    bottom: 60%;
    text-align: center;
}
.happy_hour h2{
	xfont-size:3rem;
	font-family: 'Georama', sans-serif;
    font-weight: 900;
}

.happy_hour{
	xfont-size:1.5rem;
}
.pr{
	position:relative;
}

.bullet li {
    position: relative;
    list-style-type: none;
	padding:17px;
	font-size:25px;
}

.bullet li::before {
  content: "\2022";
  color: #DF7E20;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.custom_bullet li {
    position: relative;
    list-style-type: none;
	padding:17px;
	font-size:25px;
}
.wpcf7-list-item-label{
    font-size:18px;
    font-weight:bold;
}
.custom_bullet li:before {
	content: "";
	position: absolute;
	top: 20px;
	left: -30px;
	width: 30px;
	height: 38px;
	background-image: url(../images/icons/bullet.png);
	background-repeat: no-repeat;
}
.w-65 {
    width: 65%!important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #DF7E20;
    --bs-btn-border-color: #DF7E20;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #DF7E20;
    --bs-btn-hover-border-color: #DF7E20;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #DF7E20;
    --bs-btn-active-border-color: #DF7E20;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #DF7E20;
    --bs-btn-disabled-border-color: #DF7E20;
}

.gray_background{
    background: url(../images/gray_bk.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% 45%;
}
.orange_background{
	background: url(../images/orange_bk.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% 30%;
}
.orange_background h3{
	color:#fff;
	margin-top:15px;
	    font-family: 'Georama', sans-serif;
    font-weight: 900;
}
.orange_background a{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
.orange_background a:hover{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
.bk_gray_color{
	background:#F6F6F6;
}
.p-100{
	padding:100px !important;
}
.p-50{
	padding:50px !important;
}
.p-40{
	padding:40px !important;
}
.p-30{
	padding:30px !important;
}
.p-20{
	padding:20px !important;
}
.pb-200{
	padding-bottom:200px !important;
}
.pt-200{
	padding-top:200px !important;
}
.pb-150{
	padding-bottom:150px !important;
}
.pt-150{
	padding-top:150px !important;
}

.pb-100{
	padding-bottom:100px !important;
}
.pt-100{
	padding-top:100px !important;
}
.btn-rounded{
	border-radius:35px;
}



/* Tr Job Post */

.job-item {
    background-color: #fff;
}

.job-tab .nav-tabs {
	margin-bottom: 60px;
	border-bottom: 0;
}

.job-tab .nav-tabs>li {
	float: none;
	display: inline;
}

.job-tab .nav-tabs li {
	margin-right: 15px;
}

.job-tab .nav-tabs li:last-child {
	margin-right: 0;
}

.job-tab .nav-tabs {
	position: relative;
	z-index: 1;
	display: inline-block;
}

.job-tab .nav-tabs:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	z-index: -1;
}



.job-tab .nav-tabs>li a {
	display: inline-block;
	background-color: #fff;
	border: none;
	border-radius: 30px;
	font-size: 14px;
	color: #000;
	padding: 5px 30px;
}

.job-tab .nav-tabs>li>a.active, 
.job-tab .nav-tabs>li a.active>:focus, 
.job-tab .nav-tabs>li>a.active:hover,
.job-tab .nav-tabs>li>a:hover {
	border: none;
	background-color: #008def;
	color: #fff;
}

.job-item {
	border-radius: 3px;
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
	border:20px solid #f6f6f6;
	padding-left: 0!important;
	padding-right: 0!important;
}

.job-item .job-info {
	font-size: 16px;
	color: #000;
	overflow: hidden;
	padding: 40px 25px 20px;
}

.job-info .company-logo {
	margin-bottom: 30px;
}

.job-info .tr-title {
	margin-bottom: 15px;
}

.job-info .tr-title span {
	font-size: 14px;
	display: block;
}

.job-info .tr-title a {
	color: #000;
}

.job-info .tr-title a:hover {
	color: #008def;
}

.job-info ul {
	margin-bottom: 30px;
	min-height: 350px;
}

.job-meta li {
	font-size: 20px;
	margin-bottom: 10px;
	text-align:left;
}

.job-meta li span i {
	color: #000;
}

.job-meta li i {
	margin-right: 15px;
}

.job-item .time {
	position: relative;
}

.job-item .time:after {
	position: absolute;
	content: "";
	bottom: 35px;
	left: -50px;
	width: 150%;
	height: 1px;
	background-color: #f5f4f5;
	z-index: -1;
}

.job-item:hover .time,
.job-item:hover .time:after {
	opacity: 0;
}

.job-item .time span {
	font-size: 12px;
	color: #bebebe;
	line-height: 25px;
}


.job-item .time a span {
	color: #fff;
    background-color: #f1592a;
    border-color: #f1592a;	
}

.job-item .time a span.part-time {
	background-color: #00aeef;
	border-color: #00aeef;
}

.job-item .time a span.freelance {
	background-color: #92278f;
	border-color: #92278f;	
}

.job-item .item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #008def;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 800ms;
	-moz-transition: all 800ms;
	-ms-transition: all 800ms;
	-o-transition: all 800ms;
	transition: all 800ms;
}

.job-item:hover .item-overlay {
	opacity: 1;
}

.item-overlay .job-info {
	padding: 45px 25px 40px;
	overflow: hidden;
}

.item-overlay .btn.btn-primary {
	background-color: #007bd4 !important;
	border-color: #007bd4 !important;
	margin-bottom: 10px !important;
}

.item-overlay .job-info,
.item-overlay .job-info ul li,
.item-overlay .job-info ul li i,
.item-overlay .job-info .tr-title a {
	color: #fff;
}

.job-social {
	margin-top: 35px;
}

.job-social li {
	float: left;
}

.job-social li + li {
	margin-left: 15px;
}

.job-social li a i {
	margin-right: 0;
	font-size: 14px;
}

.job-social li a {
	width: 35px;
	height: 35px;
	text-align: center;
	display: block;
	background-color: #007bd4;
	line-height: 35px;
	border-radius: 100%;
	border: 1px solid #007bd4;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.job-social li:last-child a {
	background-color: #fff;
}

.job-social li:last-child a i {
	color: #008def;
}

.job-social li a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 100%;
	background-color:#008def;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);	
}

.job-social li a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding: 5px;
}

.job-social li a:hover {
	border-color: #fff;
}

.job-social li a:hover i {
	color: #fff;
}

.tr-list {
    margin: 0;
    padding: 0;
    list-style: none;
	color:#000;
}


.color-orange{
	color:#DF7E20;
}
.color-white{
	color:#FFFFFF;
}
.working_hours{
	font-size:1.2rem;
}
.working_hours span{
	font-weight:bold;
}
#app_page{
	background: url(../images/gray_bk.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 30%;
}
#footer{
	background:#333333;
	color:#fff;
}
#footer a{
	color:#fff;
}
#footer .icon{
	width:70px;
	padding:0 5px;
}
.menu_item {
	margin-bottom:35px;
	display:flex;
}
.menu_item img{
	width:100%;
}
.menu_item_info{
	width:100%;
}

.menu_item_info .icon{
	width:25px;
	margin-right:0px;
}

@media only screen and (max-width: 470px) {
	.menu_item img{
		width:100%;
	}
	.menu_item_info{
		width:100%;
		margin-top:20px;
	}
	.menu_item {
		display:block;
	}
	.h2, h2 {
	    font-size: 1rem;
	}
	.title2{
	    font-size: 1.5rem;    
	}
	
	nav #header_logo{
	    width: 61px;        
	}
}
@media only screen and (max-width: 575px) and (min-width: 426px) {
    #section_weekly {
        padding-top: 330px;
    }
}

@media only screen and (max-width: 425px) and (min-width: 376px) {
    #section_weekly {
        padding-top: 180px;
    }
}

@media only screen and (max-width: 375px) {
    #section_weekly {
        padding-top: 140px;
    }
}



@media only screen and (max-width: 900px) {
	.h2, h2 {
	    font-size: 1.5rem;
	}
	.title2{
	    font-size: 2rem;    
	}
	
}
.btn-xlg{
	padding: 1rem 3rem;
    font-size: 2rem;
	font-family: 'Anton', sans-serif;
	background:#333333;
}
.text-right{
	text-align:right !important;
}
.quastion p{
	font-size:25px !important;
}

.gray_box{
	background:#E6E6E6;
	border-radius:15px;
	text-align:center;
	padding:50px;
	margin-bottom:25px;
}
.gray_box img{
	width:25%;
}
.gray_box p{
	font-size:25px;
	color:#000;
	font-weight:bold;
	padding:50px 25px;
}

#header_logo{
    width: 130px;
    position: absolute;
    top: 10px;
    left: 20px;
}
.navbar-toggler-icon{
    color:#fff;
}


.btn-primary,.btn-primary:hover,.btn-primary:active {
    color: #fff !important;;
    background-color: #df7e20 !important;;
    border-color: #df7e20 !important;;
}
.btn-primary:focus {
    box-shadow: 0 !important;
}
.w-90{
    width:90%;
}
#section_location li a,#section_location li a:hover{
    color:#000 !important;
}
@media only screen and (max-width: 1200px) {
	#footer .col-md-3,#footer .col-md-6{
		width:100% !important;
	}
}

@media only screen and (max-width: 1525px) {
	#section_location .job-item.col-xl-3{
		flex: 0 0 33.333333% !important;;
        max-width: 33.333333% !important;
	}
	
	#section_weekly .col-lg-3{
		flex: 0 0 33.33333% !important;;
        max-width: 33.33333% !important;
	}
}
@media only screen and (max-width: 1250px) {
	#section_location .job-item.col-lg-4{
		flex: 0 0 50% !important;;
        max-width: 50% !important;
	}
	
	.extra_menu .col-lg-4{
	    flex: 0 0 50% !important;;
        max-width: 50% !important;
	}
	
	#section_contact .the_image{
	    display:none;
	}
	#section_contact .col-md-6{
	    flex: 0 0 100% !important;;
        max-width: 100% !important;
	}
	
	#section_weekly .col-lg-3{
		flex: 0 0 50% !important;;
        max-width: 50% !important;
	}
	
	
}
@media only screen and (max-width: 1000px) {
	#section_story .col-md-5{
		display:none;
	}
	#section_story .col-md-7{
		flex: 0 0 100% !important;;
        max-width: 100% !important;
	}
	
	#section_app .app_image{
		display:none;
	}
	#section_app .col-md-6{
		flex: 0 0 100% !important;;
        max-width: 100% !important;
	}
}
@media only screen and (max-width: 850px) {
	#section_location .job-item.col-md-6{
		flex: 0 0 100% !important;;
        max-width: 100% !important;
	}
	
	#section_weekly .col-lg-3{
		flex: 0 0 100% !important;;
        max-width: 100% !important;
	}
	
	.pb-150{
	    padding-bottom: 20px !important;    
	}
	.pt-200{
	    padding-top: 20px !important;   
	}
	.pb-100 {
        padding-bottom: 20px !important;
    }
}

@media only screen and (max-width: 576px) {
    .title {
        font-size: 7vw;
    }
    .title2 {
        font-size: 23px;
    }
    
    #footer h5{
        text-align:center;
    }
    .orange_background .pt-150{
        padding-top: 25px !important;
    }
    .col-md-12.text-center.pr.pt-150.pb-100.orange_background{
            padding-top: 0px !important;
    }
    .orange_background{
        background-size: 100% 50%;
    }
    .col-lg-9.col-12.m-auto.row .col-xl-4:last-child {
        margin-bottom: -160px;
    }
    .col-lg-6.col-md-6.col-sm-12.p-0.mt-40 {
        margin-top: 0 !important;
    }
    #section_app .p-5.mt-40{
        margin-top:0 !important;
    }
}


.extra_menu .col-md-3{
    min-height:400px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 1.2rem;
    font-family: 'Georama', sans-serif;
    font-weight: 900;
}
#single_page {
    width:90%;
    margin:auto !important
}

.navbar-collapse.collapse.show,.navbar-collapse.collapsing{
    padding-top:90px;   
}
@media only screen and (max-width: 600px) {
    #section_menu #the_categories .col-sm-4{
        width:50%;
    }
    #section_story .p-5{
        padding:1rem !important;            
    }
    #single_page .p-5{
        padding:1rem !important;            
    }
}

.food_types{
    background: #fbfbfb;
}
.food_types img{
     height:80px;;
     margin:10px;
}
.trp-language-switcher > div{
    border:none;
}
.trp-language-switcher > div > a {
    padding: 4px 12px;
}
.trp-language-switcher .trp-ls-shortcode-current-language{
    width:auto !important;
}
#trp-floater-ls{
    display:none;
}

.trp-language-switcher > div > a:hover {
     background: none; 
     border-radius: none; 
}
.trp-language-switcher > div > a > img{
    margin:0px;
}
.trp-language-switcher > div {
    border: none !important; 
    background-color: transparent !important;
}
.trp-language-switcher > div > a {
    color: #fff !important;
    font-family: 'Anton', sans-serif !important;
}
.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
    background-color: white !important;
}
.trp-language-switcher-container:hover .trp-ls-shortcode-language > a {
    color: #333333 !important;
}
.header_menu_btn{
    background:#ffffff;
    border-radius:10px;
    color:#333333 !important;
    padding-right:20px !important;
    margin-left:7px;
}

.header-top-area {
    padding: 5px 0;
    border-bottom: 1px solid #dddddd;
    font-size: 12px;
    line-height: 28px;
}

.header-top-area .header-top-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-top-area .header-top-left ul li {
    display: inline-block;
    margin-left: 25px;
    color: #101010;
}

.trp-language-switcher > div{
    padding:0 !important;
}








/* =========================================================
   WEEKLY SPECIALS
========================================================= */

.weekly-specials-section {
    background: #24272b;
    padding: 8px 0 70px;
}

.weekly-specials-section .container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}


/* =========================================================
   MAIN BANNER
========================================================= */

.weekly-specials-banner {
    width: 100%;
    overflow: hidden;
    margin-bottom: 45px;
}

.weekly-specials-banner img {
    width: 100%;
    height: 500px;
    display: block;
    object-fit: cover;
}


/* =========================================================
   CARDS GRID
========================================================= */

.weekly-specials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}


/* =========================================================
   CARD
========================================================= */

.weekly-special-card {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}


/* IMAGE */

.weekly-special-image {
    display: block;
    width: 100%;
    height: 205px;
    overflow: hidden;
}

.weekly-special-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

    transition: transform 0.35s ease;
}

.weekly-special-card:hover .weekly-special-image img {
    transform: scale(1.04);
}


/* =========================================================
   CONTENT
========================================================= */

.weekly-special-content {
    padding: 25px 23px 24px;

    display: flex;
    flex-direction: column;

    flex-grow: 1;
}


/* DAY */

.weekly-special-day {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #7c7c7c;

    margin-bottom: 10px;
}


/* TITLE */

.weekly-special-title {
    color: #111111;

    font-size: 24px;
    line-height: 1.05;

    font-weight: normal;
    text-transform: uppercase;

    margin: 0 0 14px;
}


/* DESCRIPTION */

.weekly-special-description {
    font-size: 14px;
    line-height: 1.6;

    color: #656565;

    margin-bottom: 16px;
}

.weekly-special-description ul{
    padding: 0;
    margin-left: 15px;
    list-style-type: disc;
    list-style-position:inside;
}
.weekly-special-description ul li{

    padding-left: 5px;
    margin-bottom: 4px;
    list-style-position: outside;
}



/* NOTE */

.weekly-special-note {
    font-size: 12px;
    line-height: 1.5;

    color: #8b8b8b;

    margin-bottom: 25px;
}


/* =========================================================
   ORDER NOW
========================================================= */

.weekly-special-order {
    margin-top: auto;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 2px;

    color: #e77e22;

    text-transform: uppercase;

    text-decoration: none;

    transition: all 0.2s ease;
}

.weekly-special-order span {
    margin-left: 5px;

    transition: margin-left 0.2s ease;
}

.weekly-special-order:hover {
    color: #c95e00;
    text-decoration: none;
}

.weekly-special-order:hover span {
    margin-left: 10px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .weekly-specials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .weekly-specials-banner img {
        height: 400px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

    .weekly-specials-section {
        padding-bottom: 40px;
    }

    .weekly-specials-banner {
        margin-bottom: 25px;
    }

    .weekly-specials-banner img {
        height: 270px;
    }

    .weekly-specials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .weekly-special-image {
        height: 240px;
    }

    .weekly-special-title {
        font-size: 22px;
    }

}


/* ==========================================================
   MENU SECTION
========================================================== */

.menus-section {
    background: #ffffff;
    padding: 20px 0 60px;
}

.menus-container {
    max-width: 1450px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}


/* ==========================================================
   MENU CARD
========================================================== */

.menu-card {
    background: #25282c;
    border: 1px solid #1a1c1f;

    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;

    overflow: hidden;

}

.menu-card:hover {

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.15);
}


/* ==========================================================
   IMAGE
========================================================== */

.menu-card-image {
    display: block;

    width: 100%;

    overflow: hidden;

    background: #292c30;
}

.menu-card-image img {
    width: 100%;
    height: 100%;

    display: block;


}



/* CARD WITHOUT IMAGE */

.menu-card-no-image {
    background: #292c30;
}


/* ==========================================================
   CONTENT
========================================================== */

.menu-card-content {
    flex: 1;

    display: flex;
    flex-direction: column;

    padding: 27px 27px 22px;
}


/* ==========================================================
   SMALL ORANGE LABEL
========================================================== */

.menu-card-label {
    color: #f58220;

    font-size: 10px;
    font-weight: 700;

    line-height: 1.3;

    letter-spacing: 3px;

    text-transform: uppercase;

    margin-bottom: 12px;
}


/* ==========================================================
   TITLE
========================================================== */

.menu-card-title {
    color: #ffffff;

    font-size: 23px;
    font-weight: normal;

    line-height: 1;

    text-transform: uppercase;

    margin: 0 0 13px;
}


/* ==========================================================
   DESCRIPTION
========================================================== */

.menu-card-description {
    color: #d4d5d6;

    font-size: 14px;
    font-weight: 400;

    line-height: 1.55;

    margin: 0 0 20px;
}

.menu-card-description p {
    margin: 0;
}


/* ==========================================================
   FOOTER
========================================================== */

.menu-card-footer {
    margin-top: auto;

    padding-top: 20px;

    border-top: 1px solid rgba(255, 255, 255, 0.16);
}


/* ==========================================================
   VIEW MENU
========================================================== */

.menu-card-link {
    display: flex;

    align-items: center;
    justify-content: space-between;

    width: 100%;

    color: #f58220;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 3px;

    text-transform: uppercase;

    text-decoration: none;

    transition: color 0.2s ease;
}

.menu-card-link:hover {
    color: #ffffff;

    text-decoration: none;
}

.menu-arrow {
    font-size: 15px;

    transition: transform 0.25s ease;
}

.menu-card-link:hover .menu-arrow {
    transform: translateX(5px);
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1199px) {

    .menu-card-image {
    }

}


@media (max-width: 991px) {

    .menus-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu-card-image {
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .menus-section {
        padding-top: 15px;
        padding-bottom: 40px;
    }


}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 575px) {

    .menus-container {
        padding-left: 15px;
        padding-right: 15px;
    }


    .menu-card-content {
        padding: 24px 22px 20px;
    }

    .menu-card-title {
        font-size: 22px;
    }

}


