h1,h2,h3{
    text-transform: uppercase;
}

.uppercase{
    text-transform: uppercase;
}

.background_fixed{
    background: url("http://sushidelight.ca/assets/template/sushidelight_v1.01/common/style/html/sushi/img/background.jpg") no-repeat ;
    background-attachment: fixed;
    background-size: 100%;
}

.news_content{
    height: 600px;
    overflow: scroll;
}

.header-content {
    background: rgba(73, 63, 57 , 0.8);
    margin-bottom: 20px;;
    padding: 20px;
    color: #fff;
}

.description-content {
    background: rgba(255, 255, 255, 0.75);
    margin-bottom: 20px;;
    padding: 20px;
    color: #000;
}

.background1 {
    background: rgba(73, 63, 57 , 0.8);
    padding:50px 0px !important;
}

.reservation {
    background: #333333 !important;
    color:#FFFFFF;
}

.reservation a {
    color:#FFFFFF;
}

.reservation a:hover {
    color:#736357;
}

#blog h2 {
    color: #FFFFFF;
}

.our_menu_description {
    color: #FFFFFF;
}

.no_background {
    background: none    !important;
}

.menu_content{
    background: none    !important;
}

.mob_menu_list{
    z-index: 1;
}

.menu_list{
    position: fixed !important;
    z-index: 1;
    top:0px;
}

.menu_item{
    margin: 15px;
}

.menu_item h3{
    margin: 0px;
}

.min-height-400{
    min-height: 500px;
}

.subnav-wrapper a:hover{
    color:#FFFFFF !important;
}

.aboutus_content {
    margin-bottom: 100px;
}

.img_adjust{
    margin-top:90px;
}

.img_adjust_sm{
    margin-top:74px;
}

#footer {
    background: #736357;
    padding: 10px 0;
    color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform ease-in 0.4s;
    -moz-transition: -moz-transform ease-in 0.4s;
    -o-transition: -o-transform ease-in 0.4s;
    transition: -webkit-transform ease-in 0.4s, -moz-transform ease-in 0.4s, -o-transform ease-in 0.4s, transform ease-in 0.4s;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    right: 0;
}

#footer a {
    color: #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

#footer a:hover {
    color: #ca293e;
}

#footer .to-the-top {
    padding: 30px;
    font-size: 28px;
    position: relative;
}

#footer .to-the-top:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    opacity: 0;
    box-shadow: 0 0 1px 2px #fff;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s;
    margin-top: -19px;
    margin-left: -20px;
    top: 50%;
    left: 50%;
}

#footer .to-the-top.back-pulsate:after {
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#footer .v-card {
    font-size: 16px;
    color: #CFCFCF;
    text-align: center;
    margin-bottom: 15px;
}

#footer .v-card > div span {
    display: block;
}

#footer .v-card .social-icon {
    margin: 0 0 30px 0;
}

#footer .v-card .open-daily,
#footer .v-card .simple-contact {
    margin: 0 0 15px;
}

#footer p {
    font-size: 12px;
}

#footer .social-icon {
    margin-bottom: 10px;
    display: block;
}

#footer .social-icon li {
    display: inline-block;
    margin: 0 5px;
}

#footer .social-icon li a {
    padding: 5px;
    color: #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

#footer .copyrights {
    color: #A5A5A5;
    margin: 0;
}

@media (max-width: 991px) {
    #footer {
        position: relative;
    }
}

@media (min-width: 992px) {
    #footer .social-icon li a:hover,
    #footer a:hover {
        color: #ca293e;
    }

    #footer-spacer {
        display: block;
    }
}

a.btn-article{
  color:white;
  border-color:white;
}

a.btn-article:hover{
  color: #736357 !important;
  border-color:#736357 !important;
}

header h2 {
  text-transform:uppercase;
}

.mobile-margin{
  margin:0px;
}

@media (max-width: 992px) {
    .mobile-margin{
      margin:10px 0px;
    }
}

.text-right-md{
  text-align:right;
}

@media (max-width: 992px) {
    .text-right-md{
      text-align:left;
    }
}

.text-right-sm{
  text-align:right;
}

@media (max-width: 767px) {
    .text-right-sm{
      text-align:center;
    }
}

.text-center-sm{
}
@media (max-width: 767px) {
    .text-center-sm{
      text-align:center;
    }
}

.footer_logo{
  margin:10px 0px;
}

@media (max-width: 767px) {
    .footer_logo{
      margin:10px 0px 20px 0px;
    }
}

@media (max-width: 767px) {
    .blog .post{
      margin:0px;
    }
}
.order_btn a{ background-color: red; color:#FFF; border-radius: 15px;}