/* --------------------------------------------------------------
## Home Page
-------------------------------------------------------------- */

.cs-header {
    position: relative;
    z-index: 3;
}

.steak-house-top-head {
    position: relative;
    z-index: 1;
}

.steak-house-top-head {
    background: #fdfcfc;
}

.steak-house-container {
    background: #ffffff;
    margin: 0 auto;
    margin-top: 28px;
    position: absolute;
    transition: all 0.5s ease;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.steak-house-top-nav.steak-house-top-nav-menu {
    background: white;
    color: black;
    position: fixed;
    top: 0;
    transition: all 0.7s ease-in-out;
    width: 100%;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
}

.steak-house-top-nav .steak-house-top-nav-menu #left-menu-left {
    padding: 0 !important;
}

.steak-house-container.no-header {
    height: 0;
    padding: 0;
    overflow: hidden;
}

.steak-house-logo {
    background: white;
    border-radius: 50%;
    box-shadow: 0px 0 12px #6f6d6e;
    display: inline-block;
    height: 275px;
    left: 50%;
    position: absolute;
    top: -65px;
    transform: translateX(-50%);
    width: 275px;
    z-index: 2;
    -ms-transform: translate(-50%, 0);
 /* IE 9 */
    -webkit-transform: translate(-50%, 0);
 /* Safari */
}

.steak-house-logo img {
    left: 50%;
    position: absolute;
    top: 66px;
    transform: translateX(-50%);
    width: 64%;
    -ms-transform: translate(-50%, 0);
 /* IE 9 */
    -webkit-transform: translate(-50%, 0);
 /* Safari */
}

.steak-house-logo p {
    font-family: Ubuntu, serif;
    font-size: 25px;
    position: relative;
    top: 50%;
    text-align: center;
    text-transform: uppercase;
}

.steak-house-navigation {
    color: #737373;
    display: inline-block;
    font-family: Ubuntu, serif;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    width: 50%;
}

.steak-house-navigation span {
    background-color: #c64a1d;
    border-radius: 5px;
    bottom: 10px;
    font-size: 0;
    height: 6px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%, 0);
    transition: all 0.7s ease-in-out;
    width: 6px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transform: translate(-50%, 0);
 /* IE 9 */
    -webkit-transform: translate(-50%, 0);
 /* Safari */
}

.steak-house-navigation span:before {
    background-color: #c64a1d;
    border-radius: 5px;
    content: '';
    font-size: 0;
    left: 0;
    padding: 3px;
    position: absolute;
    top: 0;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
}

.steak-house-navigation span:after {
    background-color: #c64a1d;
    border-radius: 5px;
    content: '';
    font-size: 0;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
}

.steak-house-navigation ul li {
    position: relative;
}

.steak-house-navigation ul li ul {
    background: #fff;
    display: none;
    left: 0;
    margin: 0;
    min-width: 200px;
    position: absolute;
    top: 63px;
}

.steak-house-navigation ul li:hover ul {
    display: block
}

.steak-house-navigation ul li:hover ul li ul {
    display: none
}

.steak-house-navigation ul li ul li {
    border-top: 1px dashed #e1e1e1;
    display: block;
    padding: 0;
    width: 100%;
}

.steak-house-navigation ul li ul li a {
    display: block;
    padding: 10px 15px;
}

.steak-house-navigation ul li ul li a:hover {
    background: #b39673;
    color: #fff
}

.steak-house-navigation ul li ul li:first-child {
    border: none;
}

.steak-house-navigation ul li ul li span {
    display: none
}

.steak-house-navigation ul li ul li ul {
    display: none;
    left: 200px;
    top: 0;
}

.steak-house-navigation ul li ul li:hover ul {
    display: block
}

.steak-house-navigation li:hover span {
    opacity: 1;
}

.steak-house-navigation li:hover span:before {
    left: 14px;
}

.steak-house-navigation li:hover span:after {
    right: 14px;
}

.steak-house-navigation li.current-menu-item span {
    opacity: 1;
}

.steak-house-navigation li.current-menu-item span:before {
    left: 14px;
}

.steak-house-navigation li.current-menu-item span:after {
    right: 14px;
}

.steak-house-top-nav.steak-house-top-nav-menu #menu-left-menu,
.steak-house-top-nav.steak-house-top-nav-menu #menu-right-menu {
    padding: 0;
    transition: all 1.3s easeInCirc;
    -webkit-transition: all 1.3s easeInCirc;
    -moz-transition: all 1.3s easeInCirc;
    -o-transition: all 1.3s easeInCirc;
}

.steak-house-top-nav #menu-left-menu {
    float: right;
    padding-right: 137.5px;
    position: relative;
}

.steak-house-top-nav #menu-right-menu {
    float: left;
    padding-left: 137.5px;
    position: relative;
}

.steak-house-top-nav ul li a {
    color: #737373;
    display: block;
    padding: 18px 0
}

.steak-house-top-nav ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.steak-house-full-width {
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.steak-house-full-width .img-banner {
    height: 100vh;
    position: relative;
    top: 0;
    width: 100%;
}

.steak-house-full-width .img-banner:before {
    content: '';
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background: #3e3232;
    opacity: 0.4;
}

.cs-col {
    display: none;
}

/* -------Banner Text Over Image-------------- */

#content {
    background: #fff;
    position: relative;
    transition: all .7s ease;
    z-index: 2;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.steak-house-texts {
    left: 15%;
    top: 50%;
    line-height: 1;
}

h1.steak-house-text-on-image {
    color: #fff;
    font-family: Ubuntu, serif;
    font-size: 54px;
    font-weight: 300;
    display: inline-block;
    margin: 2px 0 8px 0;
    text-transform: uppercase;
}

h2.steak-house-text-on-image {
    color: #fff;
    display: inline-block;
    font-family: Dancing Script, serif;
    font-size: 40px;
    text-transform: lowercase;
}

h3.steak-house-text-description {
    color: #fefefe;
    font-family: 'Dancing Script', serif;
    font-size: 20px;
    font-weight: 400;
}

.steak-house-texts {
    display: inline-block;
    position: absolute;
}

.steak-house-texts .steak-house-banner-button {
    display: inline-block;
    padding: 15px 0;
}

.steak-house-banner-button a {
    display: inline-block;
    margin-top: 20px;
}


/* ---------------------------
# Homepage Content
--------------------------- */

.steak-house-body-wrapper {
    background-image: url(../images/pattern.jpg);
    background-repeat: repeat;
    margin: 0 auto;
}

.steak-house-body-container {
    margin: 0 auto;
    padding: 95px 0;
    position: relative;
    width: 70%;
}

.steak-house-intro {
    width: 60%;
}

.steak-house-intro-image {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
}

.steak-house-full-width .menu-items article {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    width: calc(25% - 18px);
}

.steak-house-full-width .menu-items article:last-of-type {
    margin-right: 0;
}

.steak-house-menu-title-list {
    background: #b61915;
    color: #fff;
    float: left;
    height: 475px;
    line-height: 1.2;
    padding: 15px 0;
    position: relative;
    text-align: center;
    width: 30%;
    z-index: 1;
}

.steak-house-menu-title-list .title-main-section {
    font-family: 'lucida bright', serif;
}

.steak-house-full-width .menu-items {
    z-index: 1;
    position: absolute;
    margin: 0 auto;
    top: 125px;
    width: 100%;
}

.steak-house-full-width .menu-home-thumbnail img {
    border: 9px solid #fff;
}

.steak-house-home-view-more {
    float: right;
    font-family: Ubuntu, serif;
    font-size: 13px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}

.home-menu-items-list .collection-menu-items {
    margin: 0 auto;
    width: 90%;
}

.home-menu-items-list {
    display: block;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
    width: 80%;
}

.home-menu-items-list .menu-group-title {
    display: none;
}

.home-no-menu-items-list {
              /*CSS for no menu items information warning*/
    display: block;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
    text-align: center;
    width: 80%;
}

.menu-title {
    bottom: 30px;
    color: #fff;
    line-height: 1.3;
    margin-left: 1%;
    position: absolute;
    padding: 10px 14px;
    text-shadow: 3px 3px 1px black;
}

.menu-title h3 {
    font-family: Dancing Script, serif;
}

.menu-title .menu-labels {
    font-family: Ubuntu, serif;
    font-size: 0.8em;
    text-transform: uppercase;
}

.home-menu-banner {
    height: 550px;
    position: relative;
}

.home-menu-banner .title-main-section,
.home-menu-banner .title-sub-section {
    color: #fff;
}

h2.main-title {
    font-family: Dancing Script;
    text-transform: capitalize;
    font-size: 50px;
}

.steak-house-trim-about p {
    color: #484848;
    font-family: Roboto, serif;
    font-size: 15px;
    font-weight: 300;
}

.steak-house-menu-title-list .title-main-section {
    font-family: Dancing script, serif;
    font-size: 35px;
    font-weight: 700;
}

.steak-house-menu-title-list .title-sub-section {
    font-family: Ubuntu, serif;
    font-size: 36px;
    text-transform: uppercase;
}

.overlay-banner {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay-banner .title-subtitle .title-main-section {
    font-family: Dancing Script, serif;
    font-size: 34px;
    line-height: 2;
}

.overlay-banner .title-subtitle .title-sub-section {
    display: block;
    font-family: Ubuntu, serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin: 0 auto;
    padding-bottom: 30px;
    text-transform: uppercase;
    width: 39%;
}

.home-menu-banner a.btn-transparent {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    padding: 15px;
    text-transform: uppercase;
}

.home-menu-banner .title-subtitle {
    line-height: 4;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    -ms-transform: translate(0, -50%);
 /* IE 9 */
    -webkit-transform: translate(0, -50%);
 /* Safari */
}

/* --------------------
Contact / Opening Hours
--------------------- */

.steak-house-home-contact {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 80%;
}

.steak-house-home-contact .find-us,
.steak-house-home-contact .opening-time,
.steak-house-home-contact .location {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.full-width {
    padding: 100px 0;
    background: white;
}

.steak-house-home-contact p {
    font-weight: 700;
}

.find-us,
.location,
.opening-time {
    width: 33%;
}

#page .find-us img,
#page .location img,
#page .opening-time img {
    margin-bottom: 20px;
    padding: 0 30px 30px 30px;
    width: auto;
}

#page .find-us img,
#page .location img,
#page .opening-time img {
    border-bottom: 2px solid #b39673;
}

.steak-house-home-contact-division p {
    font-weight: 300;
}

.reservation {
    color: #737373;
    font-size: 13px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
    top: 30px;
}

.steak-house-home-contact .btn-transparent.reservation {
    display: inline;
    position: relative;
    top: 150px;
}

.reservation a {
    color: #737373
}

.menu-home-thumbnail {
    background-position: 50% 50%;
    background-size: cover;
    border: 12px solid #f1f1f1;
    border-radius: 6px;
    height: 300px;
}

/* Footer */

footer#footer {
    bottom: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

.foot {
    background: #262626;
    padding: 35px 0 0 0;
}

.foot .container.cs-column-3,
.foot .container.cs-column-2,
.foot .container.cs-column-1 {
    display: inline-block;
    float: left;
    padding: 0 50px;
    text-align: center;
}

.foot .container.cs-column-1 {
    padding: 0 150px;
    width: 100%;
}

.foot .container.cs-column-2 {
    padding: 0 150px;
    width: 50%;
}

.foot .container.cs-column-3 {
    width: 33.33%;
}

.foot .container .widget {
    display: block;
}

.foot .widget .textwidget p {
    color: #fff;
}

.footer-information {
    background: #1b1b1b;
}

.footer-wrapper {
    margin: 0 auto;
    width: 80%;
}

.footer-wrapper span {
    color: #999999;
    font-size: 13px;
    margin: 10px 0;
}

#footer table {
    color: #fff;
}


/* --------------------
Buttons
--------------------- */

.btn-fill {
    background: #fff;
    border-radius: 3px;
    border: transparent;
    margin-right: 6px;
    padding: 16px 10px;
}

.btn-transparent {
    background: transparent;
    border: 1px solid #b39673;
    border-radius: 0;
    padding: 15px;
}


/* Search Result Page */

.search-page {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
}

h1.page-title {
    color: #b39673;
    font-family: Ubuntu, serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

h1.page-title span {
    color: #696767;
    font-size: 20px;
    text-transform: capitalize;
    text-decoration-line: underline;
}

.search-page article {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 20px;
}

.search-page article h2 a, .search-page article .entry-meta a {
    color: #b39673;
}

.search-page article .entry-meta {
    font-style: italic;
    font-size: 12px;
}


/* Read More */

.read-more-link {
    background: transparent;
    border: 1px solid #b39673;
    border-radius: 0;
    display: table;
    font-size: 15px;
    margin: 20px 0;
    padding: 15px;
    position: relative;
    text-align: center;
}

a.read-more-link {
    color: #b39673;
    font-style: normal;
}

.read-more-link:hover {
    background: #fff;
}

/* Widget Title */

.widgettitle {
    color: #f5deb3;
    display: inline;
    font-family: Dancing Script, Serif;
    font-size: 35px;
    padding: 0px 15px;
    position: relative;
}

/* Generic Background Image at top in every pages */

.generic-background-image {
    background-position: 50%;
    background-size: cover;
    height: 50vh;
}

/* Post Design */
.post {
    border-bottom: 3px solid #e1e1e1;
    margin-bottom: 50px !important;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    top: 25px;
    width: 80%;
}

.post .entry-header:after {
    background: #b39673;
    content: '';
    display: block;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    width: 100%;
}

.post h2.entry-title a {
    color: #b39673;
    font-size: 20px;
}

.post .entry-meta {
    font-style: italic;
    font-size: 12px;
}

.post .entry-meta a {
    color: #b39673;
}

.blog-content a {
    color: #b34d12;
}

.blog-content p {
    margin-bottom: 20px;
}

#content .post ol,
.blog-content ol {
    padding-left: 18px;
}

/* Comments Section Design */

.comments-area {
    width: 80%;
}

h2.comments-title {
    font-size: 30px;
    font-weight: 800;
}

h2.comments-title span {
    color: #b39673;
    font-size: 22px;
}

.comment-list {
    margin: 20px 0;
}

.comment-author.vcard img {
    height: auto;
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(35%);
    -ms-transform: translate(0, 35%);
 /* IE 9 */
    -webkit-transform: translate(0, 35%);
 /* Safari */
}

.comment-respond {
    margin: 50px 0;
}

/* Content With Right Side Bar Activated */

.blog-content {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
    position: relative;
    margin-bottom: 50px;
    width: 80%;
}

.blog-content img {
    width: 100%;
}

.blog-content .comment-body img {
    width: auto;
}

.blog-content .post {
    padding: 0;
    top: 0;
    width: 100%;
}

#content .post a {
    color: #b34d12;
    ;
}

.blog-content.left-sidebar #primary {
    float: right;
    width: 70%;
}

.blog-content.right-sidebar #primary {
    float: left;
    width: 70%;
}

.blog-content.left-sidebar #secondary {
    float: left;
    width: 25%;
}

.blog-content.right-sidebar #secondary {
    float: right;
    width: 25%;
}

.blog-content aside#secondary.widget-area {
    border: 1px solid #e1e1e1;
    padding: 15px;
    position: relative;
}

.blog-content aside#secondary.widget-area a {
    color: #b39673;
}

.blog-content.left-sidebar .comments-area {
    width: 100%;
}

.blog-content aside#secondary.widget-area .widget {
    border-bottom: 1px dashed #e1e1e1;
    padding-bottom: 25px;
}

.blog-content aside#secondary.widget-area .widget:last-child {
    border: transparent;
}

.blog-content figure.image-left {
    border: 3px solid #f3f3f3;
    float: left;
    margin: 0 15px 0 0;
    max-width: 500px;
}

.blog-content figure.image-right {
    border: 3px solid #f3f3f3;
    float: right;
    margin: 0 0 0 15px;
    max-width: 500px;
}

.blog-content figure.image-full {
    max-width: 1200px;
} 

/* BreadCrumb */

.breadcrumb-trail.breadcrumbs {
    margin: 15px auto;
    max-width: 1200px;
    width: 80%;
}

.breadcrumb-trail.breadcrumbs li {
    background: #b39673;
    display: inline-block;
    padding: 5px 10px;
}

.breadcrumb-trail.breadcrumbs li:nth-child(even) {
    background: #e2c6a5;
}

.breadcrumb-trail.breadcrumbs li a {
    color: #fff;
    font-weight: 800;
}

.breadcrumb-trail.breadcrumbs li span {
    font-size: 13px;
}

.steak-full-content {
    width: 100% !important;
}

/* NEW FILE */


/* ---- Menu Text in Menu Page ---- */

.menu-title-header {
    margin: 50px 0;
}

.menu-title-header h1 {
    color: #b39673;
    font-family: 'Dancing Script', serif;
    font-size: 40px;
    position: relative;
    text-align: center;
}

.menu-title-header h1:after {
    background: #b39673;
    border-radius: 50%/100px 100px 0 0;
    content: '';
    display: block;
    height: 4px;
    left: 50%;
    position: relative;
    text-align: center;
    transform: translateX(-50%);
    width: 10%;
    -ms-transform: translate(-50%, 0);
 /* IE 9 */
    -webkit-transform: translate(-50%, 0);
 /* Safari */
}

/* ----Menu and Pricing---- */

section.menu-items {
    margin: 0 auto;
    margin-bottom: 100px;
    width: 80%;
}

 /* css for clip path for background image of menu group title */
.menu-page .menu-group-header {
    background-image: url(../images/contact-image.jpg);
    background-position: 50% 50%;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 75%, 0 50%);
    height: 300px;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 75%, 0 50%);
}

/* css for background of menu group */
.menu-page .collection-menu-items {
    background: #eee;
}

/* css for menu group title such as position, font-size, backgroung color etc */
.menu-page .menu-group-header h2.menu-group-title {
    background: #bda48740;
    color: #fff;
    display: inline-block;
    font-size: 45px;
    left: 50%;
    padding: 5px 25px;
    position: relative;
    top: 25%;
    transform: translateX(-50%);
    -ms-transform: translate(-50%, 0);
 /* IE 9 */
    -webkit-transform: translate(-50%, 0);
 /* Safari */
}


/* css for line below menu group title like lunch, breakfast, dinner etc */
.menu-page .menu-group-header h2.menu-group-title:after {
    background: #fff;
    content: '';
    display: block;
    height: 4px;
    left: 50%;
    position: relative;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
    -ms-transform: translate(-50%, 0);
 /* IE 9 */
    -webkit-transform: translate(-50%, 0);
 /* Safari */
}


/* css for menu items image, menu name, price and description */
.menu-page section.menu-items article {
    display: inline-block;
    padding: 15px 25px;
    width: calc(50% - 2px);
}

.menu-page section.menu-items article .menu-thumbnail img {
    display: none;
}

/* css for menu food title */
.menu-page .menu-entry-wrapper {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.menu-page .menu-entry-wrapper h3 {
    color: #b39673;
    display: inline-block;
    float: left;
    font-family: 'Ubuntu', serif;
    font-size: 25px;
    text-transform: uppercase;
}

.menu-page .menu-entry-wrapper .menu-price {
    color: #b39673;
    float: right;
    font-family: 'Ubuntu', serif;
    font-size: 25px;
}

.menu-page .menu-entry-wrapper header.entry-header {
    background: #e1e1e1;
    padding: 5px 10px;
}

.menu-page .menu-entry-wrapper .entry-content {
    font-family: Roboto, serif;
    padding: 25px 0px;
    text-align: justify;
}

.menu-page .menu-entry-wrapper .entry-meta .menu-labels {
    color: #b39673;
    display: inline-block;
    font-family: 'Dancing Script', serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}


/* NEW FILE */

/* ---- Background Contact Page---- */
.cs-contact-page {
    background-color: #fff;
}

.cs-contact-page .entry-content {
    width: 75%;
}

/* NEW FILE */
/* 404 not found */

.error404 .blog-content {
    top: 0;
    max-width: 100%;
    width: 100%;
}

.error-container {
    margin: 0 auto;
    width: 80%;
}

.not-found-content {
    margin: 50px 0;
    text-align: center;
    display: flex;
    align-items: center;
}

.not-found-content h1 {
    display: inline;
    border: 10px solid #b39673;
    font-size: 100px;
    padding: 2px 85px;
    text-align: center;
    color: #b39673;
    font-family: Bitter, serif;
}

.not-found-content span {
    color: #b39673;
    font-size: 50px;
    font-weight: 800;
    font-family: Bitter, serif;
}

/* Starting Message after theme activation */

.cs-no-content {
    margin-bottom: 100px;
    text-align: center;
    width: 100%;
}

.cs-no-content a {
    background: #b39673;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 800;
    line-height: 90px;
    padding: 10px;
    text-decoration: none;
}

.cs-no-content i {
    font-size: 150px;
    color: #b39673;
}

/* Search for 404 page */

.error404 input.search-field,
.site-content input.search-field {
    float: left;
    height: 50px;
    width: 80%;
}

.error404 input.search-submit,
.site-content input.search-submit {
    background: #b39673;
    height: 50px;
    float: left;
    width: 20%;
}

/* NEW FILE */
/* --------------------------------
# Media Query mobile responsive CSS 1200 px
-------------------------------- */

@media screen and (max-width: 1200px) {
	/* logo */
    .steak-house-logo {
        height: 220px;
        top: -70px;
        width: 220px;
        z-index: 1;
    }

    .steak-house-menu-title-list {
        width: 38%;
    }

	/* Menu Images Homepage */

    .home-menu-items-list .collection-menu-items {
        bottom: 35px;
        height: 300px;
        margin: 40px auto;
        position: relative;
    }

    .collection-menu-items article:first-child {
        display: none;
    }

    .steak-house-full-width .menu-items article {
        width: calc(33.33% - 23px);
    }
}

/* --------------------------------
# Media Query mobile responsive CSS 1024 px
-------------------------------- */

@media screen and (max-width: 1024px) {
	/*header*/
    .steak-house-top-nav {
        display: none;
    }

    .steak-house-top-head {
        z-index: 2;
    }

    .steak-house-navigation {
        display: inline;
        float: none;
    }

    .steak-house-logo {
        display: none;
    }

    .steak-house-top-nav #menu-left-menu {
        float: none;
        padding: 0;
    }

    .steak-house-top-nav #menu-right-menu {
        float: none;
        padding: 0;
    }

    .steak-house-container {
        background: transparent;
        margin: 0;
        padding: 0;
        z-index: 2;
    }

    .steak-house-container.no-header {
        overflow: inherit
    }

    .steak-house-full-width .img-banner {
        height: 50vh;
    }

    #cs-resmenu {
        margin: 0 auto;
        width: auto;
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease;
    }

    .cs-col {
        display: inline-block;
        height: auto;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .middle {
        margin: 0 auto;
    }

    .bar {
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease;
    }

    .cs-open #cs-resmenu .top {
        background: #fff;
        transform: translateY(15px) rotateZ(45deg);
        -webkit-transform: translateY(15px) rotateZ(45deg);
        -moz-transform: translateY(15px) rotateZ(45deg);
        -ms-transform: translateY(15px) rotateZ(45deg);
        -o-transform: translateY(15px) rotateZ(45deg);
    }

    .cs-open #cs-resmenu .bottom {
        background: #fff;
        transform: translateY(-15px) rotateZ(-45deg);
        -webkit-transform: translateY(-15px) rotateZ(-45deg);
        -moz-transform: translateY(-15px) rotateZ(-45deg);
        -ms-transform: translateY(-15px) rotateZ(-45deg);
        -o-transform: translateY(-15px) rotateZ(-45deg);
    }

    .cs-open #cs-resmenu .middle {
        width: 0;
    }

    .bar {
        background: #b39673;
        display: block;
        height: 5px;
        margin: 10px auto;
        width: 50px;
    }

    #cs-resmenu {
        display: block;
        float: right;
        position: fixed;
        right: 10px;
        z-index: 2;
    }

    #cs-navigation {
        background: #b39673;
        left: 100%;
        position: fixed;
        top: 0px;
        width: 100%;
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease;
    }

    .cs-open #cs-navigation {
        left: 0;
    }

    .cs-res-navigation li {
        border-bottom: 1px dashed #fff;
        padding: 10px 0;
    }

    .cs-res-navigation li a {
        color: #fff;
    }

    #menu-left-menu-1 li:first-child {
        padding-top: 50px;
    }

    #menu-right-menu-1 li:last-child {
        border-bottom: 0;
    }

    .sub-menu {
        margin: 0;
        padding: 0;
    }
	
	/*banner section media query*/
    .steak-house-texts {
        left: 0;
        padding: 0 3%;
        top: 25%;
    }

    h3.steak-house-text-description {
        line-height: 1.5;
    }

	/*Content Height*/
    #content {
        padding-bottom: 0;
    }

	/*Todays Speciality Cuisine*/
    .home-menu-items-list {
        margin: 0;
        width: 100%;
    }

    a.steak-house-home-view-more,
	.steak-house-home-view-more {
        border: 1px solid #fff;
        color: #fff;
        right: 5%;
        top: 8%;
        z-index: 3;
    }

    .home-menu-items-list .menu-items {
        position: relative;
        top: 0;
    }

    .steak-house-menu-title-list {
        float: none;
        height: auto;
        width: 100%;
    }

    .steak-house-full-width .menu-items article {
        margin-right: 0;
        width: calc(25% - 3px);
    }

    .menu-home-thumbnail {
        width: 100%;
    }

	/*find us, contact, location and reservation button*/

    .steak-house-home-contact img {
        position: relative;
        transform: translate(0,0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    .steak-house-home-contact-division {
        left: 0;
        position: relative;
        top: 0;
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    .steak-house-home-contact .btn-transparent.reservation {
        display: inline-block;
        margin: 40px 0 0 0;
        top: 0px;
    }

	/*footer information*/
    .footer-wrapper {
        padding: 10px 0;
    }

    .footer-wrapper span {
        float: none;
        margin: 0;
    }

    .copyright-text {
        display: block;
        text-align: center;
    }

    .credit {
        display: block;
        text-align: center;
    }

    .footer-wrapper {
        text-align: center;
    }

    .foot .container .widget {
        float: none;
        width: 100%;
    }
	
	/*Contact Information*/
    .full-width {
        margin: 0;
    }

    .find-us {
        width: 100%;
    }

    .location,
	.opening-time {
        margin-top: 40px;
        width: 100%;
    }

    .steak-house-home-contact img {
        display: block;
        margin: 0 auto;
    }

    .steak-house-home-contact p {
        display: block;
    }
	
	/*Prepare the best dishes*/
    .overlay-banner .title-subtitle .title-sub-section {
        font-size: 30px;
        width: 100%;
    }
	
	/*Homepage Content below banner*/

    .steak-house-body-container {
        padding: 20px 0;
        width: 90%;
    }

    .steak-house-body-container .title-section {
        text-align: center;
    }
	
	/*404 page not found*/
    .not-found-page {
        background-position: 22% 7%;
    }

	/* Blog Post Detail Page Content */

    .blog-content {
        width: 90%;
    }
}

/*--------------------------------
# Media Query mobile responsive CSS 960 px
--------------------------------*/

@media screen and (max-width: 960px) {

/*menu page header background image background size changed to cover from contain*/
    .menu-background-image {
        background-size: cover;
    }

/* Menu Images Homepage */

    .home-menu-items-list .collection-menu-items {
        height: 300px;
        margin: 40px auto;
    }

    .collection-menu-items article:first-child {
        display: none;
    }

    .steak-house-full-width .menu-items article {
        width: calc(33.33% - 3px);
    }

/* Sidebar float removal */
    .blog-content.right-sidebar #primary {
        float: none;
        width: 100%;
    }

    .blog-content.right-sidebar #secondary {
        float: none;
        width: 100%;
    }

    .blog-content.left-sidebar #primary {
        float: none;
        width: 100%;
    }

    .blog-content.left-sidebar #secondary {
        float: none;
        width: 100%;
    }
}

/*--------------------------------
# Media Query mobile responsive CSS 768 px
--------------------------------*/
@media screen and (max-width: 768px) {

    section.menu-items {
        width: 100%;
    }

/* Menu Images Homepage */

    .home-menu-items-list .collection-menu-items {
        height: auto;
    }

    .collection-menu-items article:first-child {
        display: inline-block;
    }

    .steak-house-full-width .menu-items article {
        width: calc(50% - 3px);
    }

    .menu-page .collection-menu-items {
        margin: 0 auto;
        width: 80%;
    }

    .menu-page section.menu-items article {
        border: 2px solid #fff;
        width: 100%;
    }

    .not-found-page {
        background-position: 44% 7%;
    }

    .not-found-content {
        background: rgba(45, 44, 44, 0.27058823529411763);
        left: 0;
        padding: 20px;
    }

	/* Home Content */
    .steak-house-intro {
        float: none;
        width: 100%;
    }

    .steak-house-intro-image {
        position: relative;
        top: 0;
        width: 65%;
    }

	/*Ear More Button*/
    a.steak-house-home-view-more,
	.steak-house-home-view-more {
        top: 4.5%;
    }

	/* Content with Right Sidebar Activated */
    .content-area.with-sidebar {
        float: none;
        width: 100%;
    }

    .blog-content aside#secondary.widget-area {
        float: none;
        width: 100%;
    }

	/* footer widget style css */

    .foot .container.cs-column-3,
	.foot .container.cs-column-2,
	.foot .container.cs-column-1 {
        display: block;
        float: none;
        width: 100%;
    }
}

/*--------------------------------
# Media Query mobile responsive CSS 600 px
--------------------------------*/

@media screen and (max-width: 600px) {

/*Menu Page CSS for menu listing 2 in each row*/
    section.menu-items article {
        text-align: center;
        width: calc(100% - 22px);
    }
}

/*--------------------------------
# Media Query mobile responsive CSS 480 px
--------------------------------*/

@media screen and (max-width: 480px) {

    .steak-house-full-width .menu-items article {
        width: 100%;
    }

	/* Menu Image Homepage */
    .home-menu-items-list .collection-menu-items {
        margin: 60px auto;
    }

    .steak-house-intro-image {
        display: none;
    }

	/*Eat More Button*/
    a.steak-house-home-view-more,
	.steak-house-home-view-more {
        border: 1px solid #b39673;
        color: #b39673;
        right: 50%;
        top: 98.8%;
        transform: translate(50%, 0);
        -ms-transform: translate(50%, 0%);
 /* IE 9 */
        -webkit-transform: translate(50%, 0%);
 /* Safari */
    }

	/*404 page css*/
    .not-found-content {
        padding: 0;
    }

    .not-found-content h1 {
        padding: 0;
    }

    .not-found-content h2 {
        text-align: left;
        font-size: 24px;
    }

    .not-found-content span {
        font-size: 35px;
    }

    .post {
        width: 100%;
 /* Blog Post Listing Page Media Query */
    }
}

/*--------------------------------
# Media Query mobile responsive CSS
--------------------------------*/

@media screen and (max-width: 320px) {
    .steak-house-full-width .menu-items article:first-of-type {
        margin-left: 0;
    }

    .menu-page .collection-menu-items {
        width: 100%;
    }
}
