/*!
Theme Name: Manzanos Peri Peri Theme
----------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,500i,600,600i,700,700i,800,800i,900');
@font-face {
    font-family: 'origoregular';
    src: url('fonts/joebob_graphics_-_origo-webfont.woff2') format('woff2'),
         url('fonts/joebob_graphics_-_origo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
    font-family: 'Montserrat', sans-serif;
}
tr,td{
    font-family: 'Montserrat', sans-serif;
}

body {
    background:url(images/bg.jpg) repeat;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #4f4637;
    margin: 0;
    font-weight: normal;
    line-height: 1;
    padding: 0;
}
p{
    margin-bottom:16px;
    line-height: 27px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #191919;
}
b, strong{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}
a {
  color: #665034;
  text-decoration: none;
}
a:hover {
  color: #665034;
  text-decoration: none;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.alignleft{
    float:left !important;
    margin-right:16px;
}
.aligncenter{
    float:none !important;
    margin:0 auto;
    display:block;
}
.alignright{
    float:right !important;
    margin-left:16px;
}
.clear,
.clearfix{
    clear: both;
}
[class*="span"]{
    margin-left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  color: inherit;
  font-weight: normal;
  color:#444444;
    font-family: 'Montserrat', sans-serif;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: normal;
}
h1 {
  font-size: 30px;
}
h1 span{
  color:#740700;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 20px;
}
h4 {
  font-size: 16px;
}
h5{
  font-size: 14px;
}
h6{
  font-size: 12px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.xlarge_text{
    font-size:55px;
}
.large_text{
    font-size:50px;
}
.uppercase{
    text-transform: uppercase;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.header-wrapper{
    background:#f9bc01;
    padding:0;
    position: absolute;
    width: 100%;
    min-height: 82px;

	 -webkit-transition: all 0.4s ease;

            transition: all 0.4s ease;
			
			z-index:999;
}
.header-wrapper.sticky {

	  position: fixed;

            font-size: 24px;

            line-height: 48px;

           min-height: 50px; 

            width: 100%;

            background: #f9bc01 none repeat scroll 0 0;

			z-index:999;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);opacity: 0.97;
}
.fixed-header {
    transition:all 0.3s ease;
    position: fixed;
    top:0; 
    left:0;
    width: 100%; 
}
.header{
    margin:0;
    padding:0;
}
.navbar-default{
    background: transparent;
}
.logo img {
    position: absolute;
	width: 165px;
}
.home .logo img {
    position: absolute;
	width: auto;
}
.search-header-form{
    overflow:hidden;
    margin-top:0;
}
.search-header-form .form-group{
    border: 1px solid #d5d5d5;
    color: #555555;
    line-height: normal;
    padding: 0 8px;
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     font-size: 16px;
    height: inherit;
}
.search-header-form .form-group input[type=text]{
    background:transparent;
    box-shadow:0 0 0 rgba(0, 0, 0, 0.075) inset;
    border: 0;
    padding:0;
    height: inherit;
    line-height: normal;
    padding:6px 0;
}
.search-header-form .form-group input[type=image]{
    background:transparent;
    border: 0;
    margin-top: 6px;
    float:right;
}
/**Menu**/
.menu-wrapper{
}
.fixed-header .menu-wrapper{
    padding:12px 0;
}
.navbar-nav{
    float: right;
}
.navbar{
    margin-bottom:0;
}
.navbar-brand{
    height: auto;
    padding:0;
}
.header-wrapper.sticky .navbar-brand img{
	height: 110px;
}
.header-menu{
    margin: 26px 0 0;
}
.header-wrapper.sticky .header-menu{
    margin: 11px 0 0;
}
.menu-wrapper .navbar-nav > li > a{
    padding:0;
}
.navbar{
    border:0;
}
.menu-wrapper .navbar-nav li a{
    color: #fff;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight:900;
    font-size:18px;
    line-height: normal;
}
.menu-wrapper .navbar-nav li a:hover{
    color:#860411;
    background: transparent;
}
.menu-wrapper li{
    list-style: none;
    float: left;
    margin-right: 50px;
    font-size:24px;
    font-weight: bold;
}
.dropdown-menu{
    background:#da0f23;
    border-radius:0;
    bordr
}
.menu-wrapper .navbar-nav .dropdown-menu li a:hover{
    color:#fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background:transparent;
    color:#b83d21;
}
.navbar-toggle .icon-bar{
    background:#fff;
}
.featured-wrapper{
    overflow: hidden;
    padding-top: 4.555em;
}
.featured-wrapper img.feauturedimg{
    width: 100%;
}
.featured{
    margin: 0;
}
.featured h1{
    font-size: 50px;
    color: #fff;
    line-height: 58px;
    font-weight: 700;
    margin-bottom:26px;
    font-family: 'Montserrat', sans-serif;
}
.featured h1 span{
    font-size: 100px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #fff;
}
.featured-wrapper .imgfeatured{
    width:100%;
}
.main-content hr{
    margin:16px 0;
}
.featured h3{
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 30px;
}
.explorer-btn{
    background:#b83d21;
    padding:12px 36px;
    font-weight: 700;
    font-size:16px;
    color:#fff;
    text-transform: uppercase;
}
.explorer-btn:hover{
    background:#9d260b;
    color:#fff;
}
.carousel-caption{
}
.carousel-control{
    opacity: 1;
    width: 55px;
}
.home-div{
    width: 76px;
    overflow: hidden;
    float: left;
}
.home-div.square{
    width: 100px;
    margin-top: 5px;
}
.home-div.square .icon-text{
    line-height: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}
.main-content{
    padding: 0;
}
.text-header{
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 50px;
    color: #444444;
    font-weight:600;
    margin:6px 0 26px; 
    text-transform: uppercase;
}
.featured-home-div{
    overflow:hidden;
    text-align: center;
    margin-bottom:16px;
}
.featured-home-div h2{
    color:#222222;
    font-size:22px;
    font-weight: 700;
}
.featured-home-div img{
    margin-bottom:12px;
}
.featured-home-div p{
    color:#222222;
    font-size:13px;
    font-weight: 300;
}
.featured2-wrapper{
    background: url('images/featured2-img.jpg') no-repeat top center;
    padding: 2em 0 3em;
    overflow: hidden;
    min-height: 657px;
}
.featured-content h1{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 75px;
    line-height: 76px;
}
.featured-content h1 span{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 75px;
}
.featured-content ul li{
    list-style: url('images/check-list.png');
    padding: 10px 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
}
.featured2-wrapper .featured-news{
    background: url('images/newsletter-bg.png') no-repeat center top;
    width: 603px;
    min-height: 276px;
    padding-left: 10em;
    position: absolute;
    padding-top:36px;
    right: 4em;
}
.featured-news h1{
    font-size: 70px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #fff;
    line-height: 68px;
    margin: 0;
}
.featured-news h4{
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #fff;
    margin:0;
}
.featured-news h4 span{
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #fff;
    display:block;
}
.featured-news input[type=text]{
    background:transparent;
    padding: 15px;
    border: none;
}
.featured-news input[type=image]{
    float:left;    
}
.entry-title{
    font-size:40px;
    color:#222222;
    font-weight: 700;
    margin-bottom:36px;
}
.page-content{
}
.homepage{
    padding:4em 0;
}
.homepage p{
    font-size: 26px;
    color: #242424;
    font-weight: 400;
    line-height: 31px;
}
.homepage p strong{
    font-weight: 900;
}
.page-btn{
    background:#ed1c30;
    padding:15px 8px 15px 20px;
    font-size:14px;
    color:#fff;
    text-align: center;
    float:left;
    border-radius:40px;
}
.homepage .page-btn{
    margin:0 auto;
    float:none;
    display:table;
}
.page-btn span{
    background:url(images/arrow-btn.png) no-repeat right center;
    color:#fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size:14px;
    padding:16px 40px 16px 0;
}
.page-btn:hover{
    background:#d11023;
}
.homepage .page-btn.viewfoodmenu{
    margin-top:-4em;
    position: relative;
    z-index: 1;
}
.testimonial-wrapper{
    border-top:1px solid #d7c3ad;
    padding:26px 0 16px;
}
.testimonial-wrapper blockquote{
    padding:0 3em;
}
.testimonial-wrapper blockquote p{
    font-size:24px;
    color:#242424;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
}
.homepage-gallery{
    margin:2em 0;
    overflow:hidden;
    padding:0;
}
.ngg-widget img{
    border: 6px solid #fff !important;
    margin: 0 15px 6px 0 !important;
    padding: 0 !important;
}
.blog-wrapper{
    background:url(images/yellow-bg.jpg) repeat center top;
    overflow:hidden;
}
.blog-wrapper hr{
    border-color:#ffd75e;
    margin:0;
}
.latest-news-updates{
    text-align: center;
    overflow:hidden;
    padding:1.6em 0;
}
.latest-news-updates h2{
    font-size:30px;
    color:#fff;
    font-weight: 900;
    margin:0;
}
.latest-news-updates h3{
    font-size:24px;
    margin:0;
    color:#fff;
    font-weight: 400;
}
.team-group-wrapper{
    background:url(images/team-group.png) no-repeat right top;
    overflow:hidden;
    min-height:525px;
}
.team-content{
    margin-top:3em;
}
.team-group-wrapper h1, .team-group-wrapper font.big{
    font-size:55px;
    color:#fff;
    line-height: 56px;
    font-weight: 900;
    margin-bottom:26px;
}
.team-group-wrapper p{
    font-size:20px;
    color:#fff;
    line-height: 32px;
    font-weight: 400;
    margin-bottom:26px;
}
.form-div{
    margin:0 auto;
    float:none;
    display:table;
    padding:0;
    overflow:hidden;
}
.latest-news-updates form{
   
    overflow:hidden;
    margin:16px auto;
}
.latest-news-updates input[type=text]{
    background: transparent;
    border: 0;
    float: left;
    font-size: 16px;
    color: #afafaf;
    font-weight: 400;
    min-height: 47px;
    width: 82%;
    text-indent: 12px; background:#fff;
}
.latest-news-updates input[type=image]{
    float:right;
}
.entry-content{
    padding:0;
}
.entry-content ul{
    margin: 0 0 0 16px;
    padding:0;
}
.entry-content li{
    font-size: 18px;
    font-family: 'Montserrat';
    color: #444;
    list-style: outside;
    padding:6px 0 6px 6px;
}
.entry-content li a{
    font-size: 18px;
    font-family: 'Montserrat';
    color: #cccccc;
}
.entry-content input[type=text],
.entry-content input[type=email],
.entry-content input[type=tel]{
    background:#fff;
    width:100%;
    padding:12px 0;
    text-indent: 10px;
    font-family: 'Montserrat';
    color:#1b1b1b;
    border:1px solid #c5c5c5;
    margin-bottom: 10px;
}
.entry-content textarea{
    background:#fff;
    width:100%;
    padding:12px 0;
    margin-bottom: 10px;
    text-indent: 10px;
    font-family: 'Montserrat';
    color:#1b1b1b;
    border:1px solid #c5c5c5;
    height: 136px;
}
.entry-content input[type=submit]{
    background:#fbb30c;
    font-size:18px;
    color:#fff;
    font-family: 'Montserrat';
    padding:10px 22px;
    float:right;
    border:0; font-weight:700;
    text-transform: uppercase;
}
.entry-content input[type=submit]:hover{
    background:#e19d00;
}
.read-more-blog{
    font-weight: 700;
    color:#b83d21;
}
.read-more-blog:hover{
    color:#972c14;
}
.contact-homepage-wrapper{
    background:url(images/contact-homepage-bg.jpg) no-repeat center top / cover;
    margin:0;
    padding:0;
}
.contact-content{
    padding:3em 0;
    overflow:hidden;
}
.contact-content h1{
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 16px;
}
.contact-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.contact-content strong {
    font-weight: 700;
}
.contact-form{
    background:#f0f0f0;
    -moz-box-shadow: 0 0 10px #ddd;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    padding:26px;
    overflow:hidden;
    margin-top:-1em;
}
.contact-form h1{
    color: #b73d21;
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
    margin: 0 0 16px;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel]{
    background:#f0f0f0;
    width:100%;
    padding:14px 0;
    text-indent: 10px;
    color:#b7b7b7;
    border:3px solid #b63d21;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.contact-form textarea{
    background:#f0f0f0;
    width:100%;
    padding:12px 0;
    margin-bottom: 10px;
    text-indent: 10px;
    color:#b7b7b7;
    border:3px solid #b63d21;
    height: 136px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.contact-form input[type=submit]{
    background: #b73d21;
    font-size: 14px;
    color: #fff;
    padding: 14px 22px;
    float: right;
    font-weight: 700;
    border: 0;
    margin-top: -4.5em;
    text-transform: uppercase;
    z-index: 9;
    position: relative;
    margin-right: 10px;
}
.contact-form input[type=submit]:hover{
    background:#9d290f;
}
.footer-wrapper{
    padding:3em 0;
    overflow:hidden;
    background: #222222;
}
.footer-div{
    overflow:hidden;
    margin-bottom:12px;
}
.footer_widget h3{
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #fff;
    margin: 0 0 16px;
    padding: 2px 0 2px 40px;
}
.we-are-open{
    padding-left:0;
    border-left:1px solid #525252;
}
h3.location{
    background:url(images/location-icon.png) no-repeat left center;
}
h3.email-us{
    background:url(images/emailus-icon.png) no-repeat left center;
}
h3.call-us{
    background:url(images/phone-icon.png) no-repeat left center;
}
.footer_widget a{
    color:#ffffff;
    font-size:18px;
    color:#fff;
    font-weight: normal;
}
.footer_widget p{
    color:#ffffff;
    font-size:18px;
    line-height: 26px;
    color:#fff;
    font-weight: normal;
    padding-left: 40px;
}
.footer_menu ul{
    margin:0 auto 12px;
    padding:0;
    display:table;
}
.footer_menu ul li{
    padding: 0 12px;
    list-style: none;
    float:left;
    font-weight: 400;
}
.footer_menu ul.sub-menu{
    display:none;
}
.footer_menu li a{
    font-family: 'Montserrat', sans-serif;
    color: #afafaf;
    font-size: 14px;
    list-style: none;
    font-weight: 400;
}
.footer_menu li img{
    padding-right: 10px;
}
.footer p.copyright{
    font-family: 'Montserrat', sans-serif;
    color: #afafaf;
    font-size: 14px;
    margin:16px auto;
    text-align: center;
}
.footer p span{
    color: #5eac74
}
.footer-social-media{
    
}
.footer-social-media ul{
    margin:0 auto;
    display:table;
}
.footer-social-media li{
    float:left;
    padding:0 12px;
}
.footer-wrapper hr{
    border-top:1px solid #343434;
    margin:1.4em 0;
}
.footer .featured-news{
    overflow: hidden;
    margin-top: 2em;
}
.footer .featured-news button{
    right: 3.4em;
}
.footer-logo img{
    margin-bottom:12px;
}
.google-map iframe{
    background:#fff;
    border-radius:1px;
    -moz-box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    padding:3px;
    margin-bottom:12px;
}
.contact-footer{
    margin-top: 8px;
}
.text-right-footer{
    text-align: right;
}

.jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
    border: 0;
    -webkit-box-shadow: 0 0 0 #999;
    -moz-box-shadow: 0 0 0 #999;
    box-shadow: 0 0 0 #999;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;list-style: none;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    width: 16px;
    height: 23px;
    text-align: center;
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-weight:bold;
    text-shadow: 0 0 1px #000;
    font: 30px/30px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
    text-decoration: none !important;
}

.jcarousel-control-prev {
    left: 0;
}

.jcarousel-control-next {
    right: 0;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}


/**PAGINATE**/
.wp-paginate{
    background:#d5d5d5;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
    font-size:12px;
    color:#fff;
    padding:7px 8px !important;
    margin:46px 20px 20px !important;
}
.wp-paginate .page{
    font-size:14px;
    color:#000000;
    font-family: 'MyriadPro';
}
.wp-paginate .current{
    background:none !important;
    color:#fff !important;
    border:0 !important;
    margin-right: 0 !important;
    padding: 4px 0 !important;
}
.wp-paginate a{
    background:none !important;
    border:0 !important;
}
.wp-paginate a:hover{
    color:#000 !important;
}
.wp-paginate .prev, .wp-paginate .next{
    background:#0082c8 !important;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
    color: #FFFFFF !important;
    font-size: 15px;
    margin: 0 20px 0 -7px;
    padding: 9px 23px;
    font-family: 'Montserrat', sans-serif;
}
.wp-paginate .prev{
    margin:0 20px 0 -34px !important;
}
.wp-paginate .next{
    margin:-8px -8px 0 -12px !important;
    float: right !important;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
    padding:8px 20px !important;
    font-size:15px;
}
.wp-paginate .prev:hover, .wp-paginate .next:hover{
    background:#0a5b96 !important;
    color:#fff !important;
}

.carousel-caption {
    bottom: 140px;
    left: 15%;
    padding-bottom: 0;
    right: 15%;
    top: auto;
}
.ngg-gallery-thumbnail {
    border: 0!important;
    margin: 0!important;
}.ngg-gallery-thumbnail a {
    margin: 0!important;
}
h3.faqtitle{ color:#de3539; font-weight:700;}
.panel-default>.panel-heading {
  color: #333;
  background-color: #fbf6ea;
  border-color: transparent ;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 14px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 10px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear; text-decoration:none;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
background-color: #fffcfc;
color: #c53239;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);font-size: 23px;
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}

.menume {
    padding: 7px 10px;
}
h4.panel-title{ font-family:'origoregular';font-size: 38px;
text-align: center;}
.menumedetailssub h3{ font-weight:700; text-transform:uppercase;font-size: 16px;}
.menumedetailssub p{ line-height: 22px;
font-size: 13px;
font-weight: normal;
color: #706f6f;}
.menumedetailssub h5{color: #c53239;}
.menumedetailssub h5.submenu{ float:left; }
.panel{ border:0;}
.btn-primary {
    color: #fff;
    background-color: #d11023;
    border-color: #b3091a;
}
.btn-primary:hover{
	background-color: #f8495a;
    border-color: #d11023;
	}
.btn-primary a{
    color: #fff;
	font-family: 'origoregular';
font-size: 38px;
	
}
.es_lablebox {float: left;text-align: left;
padding-right: 12px;width:20%;}
.es_textbox {
    float: left;width:80%;
}
.es_lablebox, .es_textbox{ }
.es_textbox_button{ background-color: #f8495a;
border-color: #d11023;color: #fff;
font-family: 'origoregular';
font-size:25px;border: 0;
padding: 9px;}
@media only screen and (max-width: 991px) {
	#myNavbar{ display:block;}
}
.desktoponly{ display:block }
.mobileonly{ display:none }
@media only screen and (max-width: 767px) {
	.desktoponly{ display:none }
.mobileonly{ display:block }
    .menu-wrapper{
        padding:0;
    }
    .entry-content{
        padding:12px;
    }
    .menu-wrapper li{
        float: none;
        margin:2px 0;
    }
    .carousel-caption{
        bottom: 55px;
        left: 3%;
        right: 3%;
        padding-top:0;
    }
    .navbar-nav {
        float:left;
    }
    .menu-wrapper li{
        float: none;
        margin-right:0;
        margin-bottom:12px;
    }
    .team-content {
        margin-top: 1em;
    }
    .team-group-wrapper h1, .team-group-wrapper font.big{
        font-size: 36px;
        line-height: 36px;
    }
    .team-group-wrapper p{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .latest-news-updates{
        padding-left:12px;
        padding-right:12px;
    }
    .latest-news-updates h2{
        font-size:24px;
        margin-bottom:16px;
    }
    .latest-news-updates h3{
        font-size:20px;
    }
    .we-are-open{
        border-top: 1px solid #525252;
        border-left:0;
        padding: 16px 0;
    }
    .navbar-toggle{
        padding:20px 26px;
    }.logo img {
    width: 140px;
}.home .logo img {
    position: relative;
    width: 150px;
    margin: 0 auto;
}.navbar-brand {
    float: none;
}
}
@media only screen and (max-width: 500px) {
  h4.panel-title {
    font-size: 28px;
  }
  .panel-default>.panel-heading a[aria-expanded="false"]:after {
	   font-size: 15px;
  }
  .home .ngg-widget a img{ width:45%; height:auto;}
}
@media only screen and (max-width: 480px) {
    .entry-title{
        font-size:26px;
    }
    .footer_menu{
        display:none;
    }
    .carousel-control{
        width: 9%;
    }
    .footer p.copyright{
        margin:0 auto 16px;
    }
    .carousel-caption{
        bottom: 26px;
        left: 3%;
        right: 3%;
        padding-top:0;
    }
    .logo{
        width:72%;
        float:left;
    }
    .social-media {
        margin: 6px auto;
        text-align: center;
    }
    .social-media ul{
        float: none;
        margin:0 auto;
        display:table;
    }
    .footer-social-media li{
        padding:0 8px;
    }
	
}
@media only screen and (max-width: 330px) {
   .home .ngg-widget a img{ width:100%; height:auto;}   
}
.nopadding{ padding:0;}
/* UX-Optimized Hamburger Menu (Based on NN/g Research) */ /* Addresses: discoverability, visual salience, labeling, tappability */ .navbar-toggle { /* Larger footprint for better discoverability */ width: 80px; height: 70px; /* High visual salience */ background: rgba(0,0,0,0.15); border: 2px solid rgba(255,255,255,0.4); border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.2); /* Clear separation from logo */ margin-left: 20px; margin-top: 8px; margin-bottom: 8px; /* Layout and interaction */ padding: 10px 14px 14px 14px; cursor: pointer; transition: all 0.3s ease; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; } /* Strong tappable signifiers */ .navbar-toggle:hover { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.7); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.3); } /* Clear pressed state feedback */ .navbar-toggle:active, .navbar-toggle[aria-expanded="true"] { background: rgba(255,255,255,0.3); border-color: rgba(255,255,255,0.8); transform: translateY(0px); box-shadow: inset 0 2px 6px rgba(0,0,0,0.3); } /* Accessibility focus state */ .navbar-toggle:focus { outline: 3px solid rgba(255,255,255,0.8); outline-offset: 3px; } /* More prominent icon bars */ .navbar-toggle .icon-bar { display: block; width: 24px; height: 4px; border-radius: 2px; background-color: white; margin: 3px 0; transition: all 0.3s ease; box-shadow: 0 1px 2px rgba(0,0,0,0.2); } /* Clear, legible label with high contrast */ .navbar-toggle::after { content: "MENU"; font-size: 11px; font-weight: bold; color: white; margin-top: 6px; letter-spacing: 1px; text-shadow: 0 1px 2px rgba(0,0,0,0.3); transition: all 0.3s ease; } /* State change indicator */ .navbar-toggle[aria-expanded="true"]::after { content: "CLOSE"; color: white; } /* Clear animation when opened */ .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) { transform: rotate(45deg) translate(7px, 7px); } .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) { opacity: 0; transform: scale(0); } .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4) { transform: rotate(-45deg) translate(7px, -7px); } /* Hide screen reader text */ .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }