/**
 * Theme Name: Ricks Cheese Steak Shop
 * Version: 1.0.0
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: Ricks Cheese Steak Shop theme
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: rickscheesesteakshopwmsbgva.com
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
@font-face {
    font-family: 'Rubik-Bold';
    src: url('assets/fonts/Rubik-Bold.woff2') format('woff2'),
        url('assets/fonts/Rubik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Rubik-BoldItalic';
    src: url('assets/fonts/Rubik-BoldItalic.woff2') format('woff2'),
        url('assets/fonts/Rubik-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Rubik-Black';
    src: url('assets/fonts/Rubik-Black.woff2') format('woff2'),
        url('assets/fonts/Rubik-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ubik-Light';
    src: url('assets/fonts/Rubik-Light.woff2') format('woff2'),
        url('assets/fonts/Rubik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Rubik-Regular';
    src: url('assets/fonts/Rubik-Regular.woff2') format('woff2'),
        url('assets/fonts/Rubik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Rubik-MediumItalic';
    src: url('assets/fonts/Rubik-MediumItalic.woff2') format('woff2'),
        url('assets/fonts/Rubik-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Rubik-Medium';
    src: url('assets/fonts/Rubik-Medium.woff2') format('woff2'),
        url('assets/fonts/Rubik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Rubik-LightItalic';
    src: url('assets/fonts/Rubik-LightItalic.woff2') format('woff2'),
        url('assets/fonts/Rubik-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Rubik-BlackItalic';
    src: url('assets/fonts/Rubik-BlackItalic.woff2') format('woff2'),
        url('assets/fonts/Rubik-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Rubik-Italic';
    src: url('assets/fonts/Rubik-Italic.woff2') format('woff2'),
        url('assets/fonts/Rubik-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'ShadowsIntoLight';
    src: url('assets/fonts/ShadowsIntoLight.woff2') format('woff2'),
        url('assets/fonts/ShadowsIntoLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
header.sps--blw {
    background-color: #fff;
}
header.sps--blw .navbar-collapse .nav-menu .menu-item .nav-link {
    color: #333;
}
header.sps--blw .socials li a {
  color: #333;
}
header.sps--blw .navbar-brand .logo-white {
    opacity: 0;
}
header.sps--blw .navbar-brand .logo {
    opacity: 1;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 999;
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,.15);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .navbar-brand {
    font-family: 'ShadowsIntoLight', Arial, sans-serif;
    font-size: 20px;
    line-height: 25px;
    padding: 0;
    color: #fff;
    position: relative;
}
header .navbar-brand .logo-white {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .navbar-brand .logo {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .navbar-brand img {
    max-width: 115px;
    height: auto;
}
header .navbar {
    padding-top: 0;
    padding-bottom: 0;
}
header .navbar-collapse .nav-menu {
    margin-left: auto;
    font-family: 'Rubik-Bold', Arial, sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}
header .navbar-collapse .nav-menu .menu-item {
    letter-spacing: 0.6px;
    padding: 35px 15px;
    position: relative;
}
header .navbar-collapse .nav-menu .menu-item.highcontrast .nav-link {
    background-color: #c7a254;
    color: #fff;
}
header .navbar-collapse .nav-menu .menu-item .nav-link {
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .navbar-collapse .nav-menu .menu-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    margin: auto;
    display: block;
    background-color: #c7a254;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .navbar-collapse .nav-menu .menu-item.current-menu-item::before,
header .navbar-collapse .nav-menu .menu-item:hover::before,
header .navbar-collapse .nav-menu .menu-item:focus::before,
header .navbar-collapse .nav-menu .menu-item:active::before {
    width: 100%;
}
header .socials {
    margin: 0;
    font-size: 14px;
    line-height: 100px;
}
header .socials li {
    padding: 0 5px;
}
header .socials li a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.v-align {
    margin-top: auto;
    margin-bottom: auto;
}
.hero {
    background: url("assets/content/hero-bg.jpeg") no-repeat center;
    background-size: cover;
    min-height: 700px;
    position: relative;
}
.hero::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(27,26,26,.6);
    z-index: 110;
}
.hero .pagetitle__divider-shape {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    fill: #c7a254;
    z-index: 113;
}
.hero .container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 115;
}
.hero .container h1 {
    font-family: 'Rubik-Medium', Arial, sans-serif;
    font-size: 55px;
    line-height: 61px;
    text-align: center;
    color: #fff;
    margin: 0 0 15px;
}
.hero .container h1 span {
    display: block;
    font-family: 'ShadowsIntoLight', Arial, sans-serif;
    font-size: 30px;
    line-height: 45px;
    color: #f9f9f9;
    margin-bottom: 5px;
}
.hero .container p {
    font-family: 'Rubik-Bold', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #f9f9f9;
    margin: 0 0 30px;
}
.hero .container .btn-styled {
    font-family: 'Rubik-Bold', Arial, sans-serif;
    border: 2px solid #fff;
    padding: 0 10px;
    border-radius: 0;
    font-size: 14px;
    line-height: 48px;
    color: #282828;
    min-width: 170px;
    text-align: center;
    background-color: #fff;
    border: 1px #fff solid;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hero .container .btn-styled:hover,
.hero .container .btn-styled:focus,
.hero .container .btn-styled:active {
    background-color: #c7a254;
    color: #fff;
    border: 1px #c7a254 solid;
}
.hero .container .btn-styled.btn-inverse {
    background-color: #c7a254;
    color: #fff;
    border: 1px #c7a254 solid;
}
.hero .container .btn-styled.btn-inverse:hover,
.hero .container .btn-styled.btn-inverse:focus,
.hero .container .btn-styled.btn-inverse:active {
    background-color: #282828;
    color: #fff;
    border: 1px #282828 solid;
}

:root {
  --bg: #000000;
  --clr-1: #9b9b9b;
  --clr-2: #398cc6;
  --clr-3: ##9b9b9b;
  --clr-4: ##007bff;

  --blur: 1rem;
  --fs: clamp(3rem, 8vw, 7rem);
  --ls: clamp(-1.75px, -0.25vw, -3.5px);
}

.top-content {
  text-align: center;
  padding: 15px;
  background-color: #222;
}

.title {
  font-family: 'Rubik-Medium', Arial, sans-serif;
  font-size: 27px;
  line-height: 37px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  background: #222;
  color: #fff;
  margin: 0;
}
.aurora {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: darken;
  pointer-events: none;
}

.aurora__item {
  overflow: hidden;
  position: absolute;
  width: 60vw;
  height: 60vw;
  background-color: var(--clr-1);
  border-radius: 37% 29% 27% 27% / 28% 25% 41% 37%;
  filter: blur(var(--blur));
  mix-blend-mode: overlay;
}

.aurora__item:nth-of-type(1) {
  top: -50%;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-1 12s ease-in-out infinite alternate;
}

.aurora__item:nth-of-type(2) {
  background-color: var(--clr-3);
  right: 0;
  top: 0;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-2 12s ease-in-out infinite alternate;
}

.aurora__item:nth-of-type(3) {
  background-color: var(--clr-2);
  left: 0;
  bottom: 0;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-3 8s ease-in-out infinite alternate;
}

.aurora__item:nth-of-type(4) {
  background-color: var(--clr-4);
  right: 0;
  bottom: -50%;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-4 24s ease-in-out infinite alternate;
}

@keyframes aurora-1 {
  0% {
    top: 0;
    right: 0;
  }

  50% {
    top: 100%;
    right: 75%;
  }

  75% {
    top: 100%;
    right: 25%;
  }

  100% {
    top: 0;
    right: 0;
  }
}

@keyframes aurora-2 {
  0% {
    top: -50%;
    left: 0%;
  }

  60% {
    top: 100%;
    left: 75%;
  }

  85% {
    top: 100%;
    left: 25%;
  }

  100% {
    top: -50%;
    left: 0%;
  }
}

@keyframes aurora-3 {
  0% {
    bottom: 0;
    left: 0;
  }

  40% {
    bottom: 100%;
    left: 75%;
  }

  65% {
    bottom: 40%;
    left: 50%;
  }

  100% {
    bottom: 0;
    left: 0;
  }
}

@keyframes aurora-4 {
  0% {
    bottom: -50%;
    right: 0;
  }

  50% {
    bottom: 0%;
    right: 40%;
  }

  90% {
    bottom: 50%;
    right: 25%;
  }

  100% {
    bottom: -50%;
    right: 0;
  }
}

@keyframes aurora-border {
  0% {
    border-radius: 37% 29% 27% 27% / 28% 25% 41% 37%;
  }

  25% {
    border-radius: 47% 29% 39% 49% / 61% 19% 66% 26%;
  }

  50% {
    border-radius: 57% 23% 47% 72% / 63% 17% 66% 33%;
  }

  75% {
    border-radius: 28% 49% 29% 100% / 93% 20% 64% 25%;
  }

  100% {
    border-radius: 37% 29% 27% 27% / 28% 25% 41% 37%;
  }
}

.typewriter {
  font-family: 'ShadowsIntoLight', Arial, sans-serif;    
  font-size: 30px;
  line-height: 45px;
  color: #282828;
  font-weight: 600;
  white-space: pre-wrap; /* respect line breaks (\n) */
  border-right: 2px solid #c7a254; /* cursor */
  overflow: hidden;
  text-align: center;
  opacity: 0;
  padding: 10px;
}
.typewriter.is-active {
    opacity: 1;
}

/* Cursor blink effect */
@keyframes blinkCursor {
  0%, 100% { border-color: transparent; }
  50% { border-color: #007BFF; }
}

p.typing {
  animation: blinkCursor 0.75s step-end infinite;
}

.intro-banner {
    padding: 100px 0;
}
.intro-banner .inner-wrapper {
    background-color: #fff;
    padding: 40px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 83px 0 rgba(40,40,40,.08);
    box-shadow: 0 5px 83px 0 rgba(40,40,40,.08);
    position: relative;
    z-index: 2;
    margin-right: -70px;
    text-align: center;
}
.intro-banner .inner-wrapper h2 {
    font-family: 'Rubik-Medium', Arial, sans-serif;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    color: #282828;
    margin: 0 0 10px;
}
.intro-banner .inner-wrapper h2 span {
    display: block;
    font-family: 'ShadowsIntoLight', Arial, sans-serif;
    font-size: 30px;
    line-height: 45px;
    color: #c7a254;
    margin-bottom: 10px;
}
.intro-banner .inner-wrapper h3 {
    font-family: 'Rubik-Medium', Arial, sans-serif;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    color: #282828;
    margin: 0 0 10px;
}
.intro-banner .heading-icon {
    margin-bottom: 26px;
}
.intro-banner .heading-icon svg {
    fill: #c7a254;
}
.intro-banner.is-single .inner-wrapper {
    margin: 0;
}
.menu-layout {
    padding: 100px 0;
    background: url("assets/content/menu-bg.png") no-repeat left top;
    background-size: cover;
}
.menu-layout .menu-wrapper {
    padding: 60px 100px;
    background-color: #fff;
}
.menu-layout h2 {
    font-family: 'Rubik-Medium', Arial, sans-serif;
    font-size: 37px;
    line-height: 41px;
    text-align: center;
    color: #333;
    margin: 0 0 50px;
}
.menu-layout h2 span {
    display: block;
    font-family: 'ShadowsIntoLight', Arial, sans-serif;
    font-size: 30px;
    line-height: 45px;
    color: #333;
    margin-bottom: 10px;
}
.menu-layout .nav {
    align-items: center;
    justify-content: center;
}
.menu-layout .nav-tabs .nav-item.show .nav-link, 
.menu-layout .nav-tabs .nav-link.active {
    border: none;
}
.menu-layout .nav-tabs .nav-item .nav-link {
    font-family: 'ShadowsIntoLight', Arial, sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #333;
    background-color: transparent;
    position: relative;
    outline: none;
    border: none;
	cursor: hand;
	cursor: pointer;
}
.menu-layout .nav-tabs .nav-item .nav-link.active::after {
    width: 100%;
}
.menu-layout .nav-tabs .nav-item .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background-color: #c7a254;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
} 
.menu-layout .nav-tabs .nav-item .nav-link:hover::after {
    width: 100%;
}
.menu-layout .nav-tabs {
    border-bottom: none;
}
.menu-layout .tab-content {
    margin-top: 35px;
}
.menu-layout .tab-content .menu-item {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #dbdbdb;
}
.menu-layout .tab-content .menu-item h4 {
    font-family: 'Rubik-Bold', Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #282828;
    margin: 0 0 7px;
    position: relative;
}
.menu-layout .tab-content .menu-item h4 span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 50px;
    text-align: right;
    color: #c7a254;
    font-size: 14px;
    font-weight: 500;
}
.menu-layout .tab-content .menu-item p {
    font-family: 'Rubik-Regular', Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #9b9b9b;
    margin: 0;
}
.menu-layout .tab-content .menu-left-wrapper {
    padding-right: 40px;
}
.menu-layout .tab-content .menu-right-wrapper {
    padding-left: 40px;
}
.menu-layout .tab-content .col-lg-6:nth-child(odd) {
    border-right: 1px #dbdbdb solid;
}
.menu-layout .menu-link {
	margin-top: 15px;
}
.menu-layout .btn-styled.btn-inverse {
  background-color: #c7a254;
  color: #fff;
  border: 1px #c7a254 solid;
}
.menu-layout .btn-styled {
  font-family: 'Rubik-Bold', Arial, sans-serif;
  border: 2px solid #fff;
  padding: 0 10px;
  border-radius: 0;
  font-size: 14px;
  line-height: 48px;
  color: #282828;
  min-width: 170px;
  text-align: center;
  background-color: #fff;
  border: 1px #fff solid;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-layout select {
    display: none;
}
.our-news {
    padding: 0 0 100px;
}
.our-news h2 {
    font-family: 'Rubik-Medium', Arial, sans-serif;
    font-size: 37px;
    line-height: 41px;
    text-align: center;
    color: #282828;
    margin: 0 0 50px;
}
.our-news h2 span {
    display: block;
    font-family: 'ShadowsIntoLight', Arial, sans-serif;
    font-size: 30px;
    line-height: 45px;
    color: #c7a254;
    margin-bottom: 10px;
}
.our-news .post-item img {
    margin-bottom: 30px;
}
.our-news .post-item .bottom {
    padding-left: 30px;
}
.our-news .post-item  .post-meta {
    font-family: 'Rubik-Regular', Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.our-news  .post-item .post-meta .post-meta-date {
    font-size: 13px;
    line-height: 1;
    color: #616161;
    margin-right: 10px;
}
.our-news .post-item .post-meta .post-meta-cat, 
.our-news .post-item .post-meta .post-meta-tag {
    position: relative;
    background-color: #c7a254;
    color: #fff;
    line-height: 18px;
    padding-left: 5px;
}
.our-news .post-item .post-meta .post-meta-cat a, 
.our-news .post-item .post-meta .post-meta-tag a {  
    position: relative;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    padding-right: 5px;
}
.our-news .post-item .post-meta .post-meta-cat a::before, 
.our-news .post-item .post-meta .post-meta-tag a::before {
    top: -3px;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    content: '';
    position: absolute;
    right: -4px;
    z-index: -1;
    width: 20px;
    height: 9px;
    background-color: #c7a254;
}
.our-news .post-item .post-meta .post-meta-cat a::after, 
.our-news .post-item .post-meta .post-meta-tag a::after {
    bottom: 0;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    content: '';
    position: absolute;
    right: -4px;
    z-index: -1;
    width: 20px;
    height: 9px;
    background-color: #c7a254;
}
.our-news .post-item h4 {
    font-family: 'Rubik-Medium', Arial, sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #282828;
    margin: 0 0 15px;
}
.our-news .post-item h4 a {
    color: #282828;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}
.our-news .post-item h4:hover a,
.our-news .post-item h4:focus a,
.our-news .post-item h4:active a {
    text-decoration: none;
    color: #c7a254;
}
.our-news .post-item p {
    font-family: 'Rubik-Regular', Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #9b9b9b;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.our-news .post-item a.btn-link {
    font-family: 'Rubik-Bold', Arial, sans-serif;
    margin-top: 23px;
    font-size: 14px;
    line-height: 24px;
    color: #222;
    position: relative;
    text-decoration: none;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.our-news .post-item a.btn-link:hover,
.our-news .post-item a.btn-link:focus,
.our-news .post-item a.btn-link:active {
    color: #c7a254;
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
}
.our-news .post-item a.btn-link::before {
    width: 0;
    height: 2px;
    z-index: 2;
    -webkit-transition: all .6s linear;
    transition: all .6s linear;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: transparent;
}
.our-news .post-item a.btn-link::after {
    background-color: #222;
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}
.our-news .post-item a.btn-link:hover::before {
    width: 100%;
    background-color: #c7a254;
}
.our-news .row {
    justify-content: center;
    align-items: center;
}
.testimonials {
    padding: 100px 0 50px;
}
.testimonials .heading-icon {
    margin-bottom: 25px;
    text-align: center;
}
.testimonials .heading-icon svg {
  fill: #c7a254;
}
.testimonials  h2 {
    font-family: 'Rubik-Medium', Arial, sans-serif;
    font-size: 37px;
    line-height: 41px;
    text-align: center;
    color: #282828;
    margin: 0 0 10px;
}
.testimonials  h2 span {
    display: block;
    font-family: 'ShadowsIntoLight', Arial, sans-serif;
    font-size: 30px;
    line-height: 45px;
    color: #c7a254;
    margin-bottom: 10px;
}
.testimonials .testimonials-slider .slick-slide {
    padding: 5px 15px;
}
.testimonials .testimonials-slider .testimonial-item {
    position: relative;
    background-color: #fff;
    padding: 40px 30px 34px 40px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 15px 0 rgba(40,40,40,.15);
    box-shadow: 0 0 15px 0 rgba(40,40,40,.15);
}
.testimonials .testimonials-slider .testimonial-item .testimonial-icon {
    background-color: #c7a254;
    position: absolute;
    top: 0;
    right: 40px;
    height: 22px;
    width: 16px;
}
.testimonials .testimonials-slider .testimonial-item .testimonial-icon::before {
    -webkit-transform: skewY(-45deg);
    transform: skewY(-45deg);
    left: 0;
    content: '';
    height: 20px;
    position: absolute;
    bottom: -8px;
    width: 50%;
    background-color: #c7a254;
}
.testimonials .testimonials-slider .testimonial-item .testimonial-icon::after {
    right: 0;
    -webkit-transform: skewY(45deg);
    transform: skewY(45deg);
    content: '';
    height: 20px;
    position: absolute;
    bottom: -8px;
    width: 50%;
    background-color: #c7a254;
}
.testimonials .testimonials-slider .testimonial-item .testimonial-thumb {
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #c7a254;
    padding: 2px;
    margin-bottom: 23px;
}
.testimonials .testimonials-slider .testimonial-item .testimonial-thumb img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    border-radius: 50%;
}
.testimonials .testimonials-slider .testimonial-item .testimonial-rating {
    margin-bottom: 23px;
    font-size: 15px;
    line-height: 19px;
}
.testimonials .testimonials-slider .testimonial-item .testimonial-rating i {
    color: #ffc80a;
}
.testimonials .testimonials-slider .testimonial-item p {
    font-family: 'Rubik-Medium', Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #9b9b9b;
    margin: 0 0 15px;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.testimonials .testimonials-slider .testimonial-item .testimonial-meta {
    position: relative;
    z-index: 2;
    padding-top: 23px;
    border-top: 1px dashed #dbdbdb;
}
.testimonials .testimonials-slider .testimonial-item .testimonial-meta h5 {
    font-family: 'Rubik-Bold', Arial, sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 6px;
}
.testimonials .testimonials-slider .testimonial-item .testimonial-meta p {
    line-height: 25px;
    font-size: 13px;
    color: #616161;
    margin-bottom: 0;
}
.testimonials .testimonials-slider .slick-dots {
    padding-top: 20px;
    text-align: center;
    margin: 0;
    padding-left: 0;
}
.testimonials .testimonials-slider .slick-dots li {
    list-style: none;
    padding: 0 5px;
    display: inline-block;
}
.testimonials .testimonials-slider .slick-dots button {
    text-align: left;
    text-indent: -99px;
    display: block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    border: none;
    background-color: #8f8f8f;
    border-radius: 50%;  
    cursor: hand;
    cursor: pointer; 
    border: 4px transparent solid;
    padding: 0;
}
.testimonials .testimonials-slider .slick-dots li.slick-active button {
    background-color: transparent;
    border: 4px #000 solid;
}
.testimonials.has-bg h2,
.testimonials.has-bg h2 span {
    color: #fff;
}
.testimonials.has-bg .testimonials-slider .slick-dots button {
    background-color: #fff;
}
.testimonials.has-bg .testimonials-slider .slick-dots li.slick-active button {
    border-color: #fff;
}
.testimonials.has-bg .heading-icon svg {
    fill: #fff;
}
.fancy-box {
    padding: 100px 0;
}
.fancy-box .inner-box {
    margin: 0 0 30px;
    text-align: center;
}
.fancy-box .inner-box img {
    margin: 0 0 23px;
}
.fancy-box .inner-box h4 {
    font-family: 'Rubik-Medium', Arial, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #282828;
    margin: 0 0 25px;
}
.fancy-box .inner-box p {
    font-family: 'Rubik-Regular', Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #9b9b9b;
    margin: 0;
}
/* About */
.inner-banner {
    min-height: 600px;
    position: relative;
    background: url("assets/content/2.jpg") no-repeat center;
	background-size: cover;
}
.inner-banner::before {
    content: "";
    background-color: rgba(27,26,26,.6);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.inner-banner .container {
    position: absolute;
    left: 50%;
    bottom: 90px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 120;
}
.inner-banner .container h2,
.inner-banner .container h1 {
    font-family: 'Rubik-Medium', Arial, sans-serif;
    font-size: 55px;
    line-height: 61px;
    text-align: center;
    color: #fff;
    margin: 0;
}
.inner-banner .container h2 span,
.inner-banner .container h1 span {
    display: block;
    font-family: 'ShadowsIntoLight', Arial, sans-serif;
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 10px;
}
.inner-banner .pagetitle__divider-shape {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    fill: #c7a254;
    z-index: 120;
}
.inner-banner .pagetitle__divider-shape {
    fill: #c7a254;
}
.inner-banner .divider-shape {
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    fill: #fff;
    z-index: 120;
}
.reservation-area {
    padding: 50px 0;
    text-align: center;
}
.reservation-area .btn {
    font-family: 'Rubik-Bold', Arial, sans-serif;
    border: 2px solid #fff;
    padding: 0 10px;
    border-radius: 0;
    font-size: 14px;
    line-height: 48px;
    min-width: 170px;
    text-align: center;
    background-color: #c7a254;
    color: #fff;
    border: 1px #c7a254 solid;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.reservation-area .btn:hover,
.reservation-area .btn:focus,
.reservation-area .btn:active {
    background-color: #282828;
    color: #fff;
    border: 1px #282828 solid;
}
/* End About */
/* Menu */
.menu-area {
    padding: 100px 0;
}
.menu-area .menu-item {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #dbdbdb;
}
.menu-area .menu-item h4 {
    font-family: 'Rubik-Bold', Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #282828;
    margin: 0 0 7px;
    position: relative;
}
.menu-area .menu-item h4 span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 50px;
    text-align: right;
    color: #c7a254;
    font-size: 14px;
    font-weight: 500;
}
.menu-area .menu-item p {
    font-family: 'Rubik-Regular', Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #9b9b9b;
    margin: 0;
}
.menu-area h4 {
    font-family: 'Rubik-Bold', Arial, sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #282828;
    margin: 0 0 10px;
}
.menu-area h5 {
    font-family: 'Rubik-Bold', Arial, sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #282828;
    margin: 0 0 10px;
}
.menu-area ul,
.menu-area p {
    font-family: 'Rubik-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #9b9b9b;
    margin: 0 0 10px;
}
/* End Menu */
/* Blog */
.content-area {
    padding: 100px 0;
}
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
	font-family: 'Rubik-Bold', Arial, sans-serif;
	margin: 0 0 15px;
}
.content-area ul,
.content-area ol,
.content-area table,
.content-area p {
    font-family: 'Rubik-Regular', Arial, sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #9b9b9b;
    padding-left: 40px;
    margin-bottom: 30px;
}
aside .widget {
  background-color: #f9f9f9;
  padding: 40px;
  margin-bottom: 30px;
}
aside .widget .wp-block-heading,
aside .widget .widget__title {
    font-family: 'Rubik-Bold', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 27px;
}
aside .widget .wp-block-search__input {
    width: 100%;
}
aside .widget .wp-block-search__inside-wrapper {
    position: relative;
}
aside .widget .wp-block-search__button {
    content: "\f002";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    text-indent: -999px;
    text-align: left;
    background-color: transparent;
    padding: 0;
    border: none;
    overflow: hidden;
    posiiton: relative;
}
aside .widget .wp-block-search__button::after {
    content: "\f002";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #c7a254;
    text-indent: 0;
    font-family: FontAwesome;
    text-align: center;
    line-height: 42px;
}
aside .widget .wp-block-categories-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
aside .widget .wp-block-categories-list li {
    font-family: 'Rubik-Regular', Arial, sans-serif;
    font-size: 15px;
    line-height: 23px;
}
aside .widget .wp-block-categories-list li a {
    display: block;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #dbdbdb;
}
aside .widget .wp-block-latest-posts__list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
aside .widget .wp-block-latest-posts__list li {
    font-family: 'Rubik-Regular', Arial, sans-serif;
    font-size: 15px;
    line-height: 23px;
}
aside .widget .wp-block-latest-posts__list li a {
    display: block;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #dbdbdb;
}
article {
    margin: 0 0 30px;
}
article img {
    margin-bottom: 15px;
}
article .bottom {
    padding-left: 20px;
}
article .post-meta {
  font-family: 'Rubik-Regular', Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
article .post-meta .post-meta-date {
  font-size: 13px;
  line-height: 1;
  color: #616161;
  margin-right: 10px;
}
article .post-meta .post-meta-cat, 
article .post-meta .post-meta-tag {
  position: relative;
  background-color: #c7a254;
  color: #fff;
  line-height: 18px;
  padding-left: 5px;
}
article .post-meta .post-meta-cat span,
article .post-meta .post-meta-cat a, 
article .post-meta .post-meta-tag a {
  position: relative;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding-right: 5px;
}

article .post-meta .post-meta-cat a::before, 
article  .post-meta .post-meta-tag a::before {
  top: -2px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  content: '';
  position: absolute;
  right: -4px;
  z-index: -1;
  width: 20px;
  height: 9px;
  background-color: #c7a254;
}

article  .post-meta .post-meta-cat a::after, 
article .post-meta .post-meta-tag a::after {
  bottom: 0;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  content: '';
  position: absolute;
  right: -4px;
  z-index: -1;
  width: 20px;
  height: 9px;
  background-color: #c7a254;
}
.content-area article ul, 
.content-area article ol, 
.content-area article table, 
.content-area article p {
    padding: 0;
    margin: 0 0 15px;
}
article .link {
    font-family: 'Rubik-Bold', Arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #222;
    text-decoration: none;
    border-bottom: 2px #222 solid;
}
.single .wp-block-image img {
    width: 100%;
}
.blog article img {
    width: 100%;
}
/* End BLog */
.wpcf7 input,
.wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px #333 solid; 
}
.wpcf7 textarea {
	height: 100px;
}
.wpcf7 input[type="submit"] {
	width: auto;
	padding: 10px 20px;
	border: 1px #c7a254 solid;
	background-color: #c7a254;
	color: #fff;
	cursor: hand;
	cursor: pointer;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:active,
.wpcf7 input[type="submit"]:focus {
	color: #c7a254;
	background-color: #fff;
}
.wpcf7 label {
	width: 100%;
}
.wpcf7 .wpcf7-spinner {
	display:block;
	margin-left: auto;
	margin-top: 5px;
	margin-right: auto;
}
.wpcf7 .wpcf7-spinner::before {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.wpcf7 p:last-child {
	margin-bottom: 0;
}
footer {
    position: relative;
}
footer .pagetitle__divider-shape {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    fill: #c7a254;
    z-index: 113;
}
footer .top {
    padding: 90px 0 40px;
    background-color: #222;
}
footer .top .widget h3 {
    font-family: 'Rubik-Bold', Arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
}
footer .top .widget p,
footer .top .widget ul {
    font-family: 'Rubik-Regular', Arial, sans-serif;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #9b9b9b;
    margin: 0;
    list-style: none;
    padding: 0;
}
footer .middle {
    background-color: #222;
    border-top: 1px #2d2d2d solid;
    text-align: center;
    padding: 20px 0;
}
footer .middle img {
    max-width: 150px;
    height: auto;
    margin: 0 0 15px;
}
footer .middle h2 {
    font-family: 'ShadowsIntoLight', Arial, sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin:0 0 15px;
}
footer .middle p {
    font-family: 'Rubik-Regular', Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #9b9b9b;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
footer .middle .btn {
    font-family: 'Rubik-Bold', Arial, sans-serif;
    border: 2px solid #c7a254;
    padding: 0 10px;
    border-radius: 0;
    font-size: 14px;
    line-height: 48px;
    letter-spacing: 1.3px;
    color: #c7a254;
    min-width: 170px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
footer .middle .btn:hover,
footer .middle .btn:focus,
footer .middle .btn:active {
    background-color: #c7a254;
    color: #fff;
}
footer .bottom {
    padding: 35px 0;
    background-color: #1b1b1b;
    text-align: center;
}
footer .bottom p {
    font-family: 'Rubik-Regular', Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #9b9b9b;
    margin: 0 0 15px;
}
footer .bottom ul {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}
footer .bottom ul li {
    padding: 0 10px;
}
footer .bottom ul li a {
    color: #fff;
}
@media (max-width: 1200px) {
    header {
        padding: 5px 0;
    }
    header .hamburger {
        position: absolute;
        right: 0;
        top: 25px;
        outline: none;
    }
     header .hamburger .hamburger-inner, 
     header .hamburger .hamburger-inner::after, 
     header .hamburger .hamburger-inner::before {
        background-color: #fff;
     }
    header .socials {
        position: absolute;
        top: 37px;
        right: 70px;
        line-height: 30px;
    }
    header .navbar-collapse .nav-menu {
        line-height: 30px;
        text-align: center;
    }
    header .navbar-collapse {
        padding-top: 15px;
    }
    header.sps--blw .hamburger .hamburger-inner, 
    header.sps--blw .hamburger .hamburger-inner::after, 
    header.sps--blw .hamburger .hamburger-inner::before {
        background-color: #333;
    }
    header .navbar-brand img {
        max-width: 100px;
    }
    header .navbar-collapse {
        background-color: #fff;
    }
    header .navbar-collapse .nav-menu .menu-item .nav-link {
        color: #333;
    }
    header .navbar-collapse .nav-menu .menu-item {
        padding: 8px;
    }
    .intro-banner {
        text-align: center;
        padding: 50px 0;
    }
    .intro-banner .inner-wrapper {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .menu-layout {
        padding: 50px 0;
    }
    .menu-layout .menu-wrapper {
        padding: 30px 50px;
    }
    .menu-layout .tab-content .menu-left-wrapper {
        padding-right: 0;
    }
    .menu-layout .tab-content .menu-right-wrapper {
        padding-left: 0;
    }
    .testimonials {
        padding: 50px 0 50px;
    }
    .our-news {
        padding: 50px 0;
    }
    .our-news .post-item {
        margin-bottom: 15px;
    }
    .fancy-box {
        padding: 50px 0 20px;
    }
    .inner-banner {
        min-height: 400px;
    }
    .menu-area {
        padding: 50px 0;
    }
    .content-area {
        padding: 50px 0;
    }
    aside .widget {
        padding: 15px;
        margin-bottom: 15px;
    } 
    footer .top {
        padding: 50px 0 20px;
    }
    footer .middle {
        padding: 20px 0;
    }
    footer .bottom {
        padding: 15px 0;
    }
}
@media (max-width: 992px) {
    .menu-layout .tab-content .col-lg-6:nth-child(odd) {
        border: none;
    }
}
@media (max-width: 767px) {
    header {
        padding: 10px 0;
    }
    .hero {
        min-height: 500px;
    }
    .hero .container h1 span {
        font-size: 25px;
        line-height: 32px;
    }
    .hero .container h1 {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 10px;
    }
    .hero .container p {
        margin: 0 0 20px;
    }
    .hero .container .btn-styled {
        min-width: 140px;
    }
    .typewriter {
        font-size: 20px;
        line-height: 27px;
        margin: 0 0 10px;
    }
    .intro-banner {
        padding: 20px 0;
    }
    .intro-banner .inner-wrapper h2 {
        font-size: 27px;
        line-height: 35px;
        margin: 0 0 10px;
    }
    .intro-banner .inner-wrapper h2 span {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .intro-banner .inner-wrapper h3 {
        font-size: 25px;
        line-height: 32px;
    }
    .intro-banner .heading-icon {
        margin-bottom: 15px;
    }
    .intro-banner .inner-wrapper {
        padding: 15px;
    }
    .menu-layout {
        padding: 30px 0;
    }
    .menu-layout h2 span {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .menu-layout h2 {
        font-size: 27px;
        line-height: 35px;
        margin: 0 0 10px;
    }
    .menu-layout .menu-wrapper {
        padding: 15px 20px;
    }
    .menu-layout .nav-tabs .nav-item .nav-link {
        padding: 8px;
    }
    .menu-layout select {
        display: block;
        font-family: 'ShadowsIntoLight', Arial, sans-serif;
        font-size: 22px;
        line-height: 22px;
        color: #333;
        margin: 0 0 15px;
        border: 1px #333 solid;
    }
    .menu-layout .nav-tabs {
        display: none;
    }
    .menu-layout .tab-content .menu-item h4 span {
        position: static;
        text-align: left;
        margin-top: 3px;
    }
    .testimonials {
        padding: 20px 0 20px;
    }
    .testimonials h2 span {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .testimonials h2 {
        font-size: 27px;
        line-height: 35px;
        margin: 0 0 10px;
    }    
    .testimonials .testimonials-slider .slick-slide {
        padding: 5px 10px;
    }
    .testimonials .testimonials-slider .testimonial-item {
        padding: 20px 15px;
    }
    .testimonials .testimonials-slider .testimonial-item .testimonial-thumb {
        margin-bottom: 15px;
    }
    .testimonials .testimonials-slider .testimonial-item .testimonial-rating {
        margin-bottom: 15px;
    }
    .testimonials .testimonials-slider .testimonial-item .testimonial-meta {
        padding: 0;
    }
    .our-news {
        padding: 20px 0;
    }
    .our-news h2 {
        font-size: 27px;
        line-height: 35px;
        margin: 0 0 20px;
    }
    .our-news h2 span {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .our-news .post-item img {
        margin-bottom: 15px;
    }
    .our-news .post-item .bottom {
        padding-left: 15px;
    }
    .inner-banner {
        min-height: 300px;
    }
    .inner-banner .container h1 {
        font-size: 30px;
        line-height: 39px;
        margin: 0;
    }
    .inner-banner .container h1 span {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .inner-banner .container h2 {
        font-size: 27px;
        line-height: 35px;
        margin: 0;
    }
    .inner-banner .container h2 span {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .fancy-box .inner-box {
        margin: 0 0 15px;
    }
    .fancy-box .inner-box img {
        margin: 0 0 10px;
    }
    .fancy-box .inner-box h4 {
        margin: 0 0 10px;
    }
    .menu-area {
        padding: 20px 0;
    }
    .content-area {
        padding: 30px 0 0;
    }
    .content-area ul, 
    .content-area ol, 
    .content-area table, 
    .content-area p {
        padding-left: 0;
        margin-bottom: 15px;
    }
    .menu-area .menu-item h4 span {
        position: static;
        display: block;
        margin-top: 3px;
        text-align: left;
    }
    article .bottom {
        padding-left: 0;
    }    
    footer .top {
        padding: 40px 0 20px;
    }
}
@media (max-width: 480px) {
    header .navbar-brand span {
        opacity: 0;
    }
}