/*
Theme Name: mammamia
Author: Digital Stream
Description: Custom theme for Mammamia Pizzeria
Version: 1.0.0
Text Domain: mammamia
*/
*, *:before, *:after {
  box-sizing: border-box; }

h1, h2, h3, h4, h5 {
  font-family: "Cinzel";
  margin-top: 0px; }

h1 a, h2 a, h3 a, h4 a, h5 a {
  font-family: "Cinzel";
  font-size: inherit; }

p, a, input, .btn, .form-control, ul, li {
  font-family: "Open Sans", "sans-serif";
  font-size: 17px; }

a, a:hover, a:focus {
  color: #d41f09;
  outline: none; }

html, body {
  height: 100%; }

ul {
  padding-left: 20px; }

body {
  background-color: #e7e7e7; }

body .wpb_row {
  margin-bottom: 0px; }
  body .wpb_row .wpb_column {
    margin-bottom: 30px; }

.btn-awards .vc_btn3{
background: #e33e2a !important;
    border: none !important;
    color: #fff !important;
}

.btn-awards .vc_btn3:hover{
background: #007c50 !important;
}

#primary {
  background-image: url("http://websitereview.nz/mammamia/wp-content/themes/mammamia/images/main-background.jpg");
  background-repeat: repeat-x;
  background-color: #e7e7e7;
  padding-top: 30px;
  padding-bottom: 30px; }

.red-button, .red-button:hover, .red-button:hover:active, .red-button:active, .red-button:focus, .red-button:visited {
  background-color: #d41f09;
  color: #ffffff;
  border: none;
  outline: none; }

div.wpcf7-validation-errors {
  border-color: #d41f09;
  margin: 15px 0; }

div.wpcf7-mail-sent-ok {
  border-color: #007c50; }

div.wpcf7-response-output {
  margin: 15px 0; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s; }

span.wpcf7-not-valid-tip {
  margin-bottom: 15px; }

.form-control {
  margin-bottom: 15px; }
  .form-control:focus {
    border-color: #d41f09;
    box-shadow: none; }

.tp-bullets.simplebullets.round {
  bottom: -40px !important; }
  .tp-bullets.simplebullets.round .bullet {
    background: none;
    border: 1px solid #d41f09;
    border-radius: 50%;
    margin-left: 10px; }
  .tp-bullets.simplebullets.round:first-child {
    margin-left: 0; }
  .tp-bullets.simplebullets.round .bullet.selected {
    background-color: #d41f09; }

#esg-grid-8-1-wrap {
  display: none; }

#HeaderTop {
  min-height: 133px;
  background-color: white; }

#RightLogo img {
  float: right; }

#LeftLogo img, #RightLogo img {
  padding: 30px 0 30px 0; 
    max-width: 100%;
}

#HeaderBottom, ul.nav.navbar-nav {
  max-height: 50px;
  background-color: #d41f09; }

nav.navbar, ul.sub-menu {
  background-color: #d41f09;
  border: none;
  margin-bottom: 0; }

.navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:hover {
  background-color: #c41400;
  color: #ffffff; }

.navbar-default .navbar-nav > li > a {
  border-left: 1px solid #e33e2a; }

.navbar-default .navbar-nav > li:last-child > a {
  border-right: 1px solid #e33e2a; }

.navbar-default .navbar-nav > li > a, ul.sub-menu li a {
  color: #ffffff;
  font-family: "Cinzel", "sans-serif";
  font-size: 22px;
  text-transform: uppercase;
      padding: 15px 13px; }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, ul.sub-menu li a:hover, ul.sub-menu li a:focus {
    color: #ffffff;
    background-color: #c41400; }

.navbar-default .navbar-toggle {
  border: none;
  color: #ffffff;
  font-size: 20px;
  padding: 0;
  margin: 10px 15px 10px 0; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:visited, .navbar-default .navbar-toggle:focus {
    background: none; }

ul.sub-menu {
  display: none;
  list-style-type: none;
  padding: 0;
  position: absolute;
  z-index: 999;
  left: 0;
  min-width: 100%;
  width: auto;
  white-space: nowrap; }

ul.sub-menu li {
  padding: 11px 11px;
  background-color: #d41f09;
  border-bottom: 1px solid #e33e2a; }
  ul.sub-menu li:hover {
    background-color: #c41400; }
  ul.sub-menu li:last-child {
    border-bottom: none; }
  ul.sub-menu li a {
    padding: 0; }
    ul.sub-menu li a:hover {
      background-color: none;
      text-decoration: none; }

.navbar-default .navbar-nav > li.menu-item-has-children > a {
  padding: 15px 30px 15px 20px;
  background-image: url("http://websitereview.nz/mammamia/wp-content/themes/mammamia/images/down-arrow.png");
  background-repeat: no-repeat;
  background-position: right 15px center; }

#Footer {
  min-height: 90px;
  background-color: #007c50;
  display: table;
  width: 100%; }
  #Footer h2, #Footer h3, #Footer h4, #Footer h5 {
    color: #ffffff; }
  #Footer .site-info {
    display: table-cell;
    vertical-align: middle; }

.site-info ul {
  margin-bottom: 0;
  text-align: center; }
  .site-info ul a {
    text-decoration: none; }
  .site-info ul li {
    border-right: 1px solid #ffffff;
    padding: 0 18px;
    margin-bottom: 15px; }
    .site-info ul li:first-child {
      margin-top: 20px;
      padding-left: 0; }
    .site-info ul li:last-child {
      border-right: none;
      margin-bottom: 20px; }
  .site-info ul h3 {
    margin: 0; }

#main.content-page {
  background-color: #ffffff;
  padding: 31px;
  padding-bottom: 1px;
  min-height: 584px; }

.content-page-title {
  margin-bottom: 30px; }
  .content-page-title h1 {
    margin: 0;
    text-transform: uppercase;
    color: #d41f09;
    border-bottom: 1px solid #e7e7e7; }

.menu-select .wpb_single_image.wpb_content_element {
  margin-bottom: 0; }
.menu-select h1, .menu-select h2, .menu-select h3, .menu-select h4, .menu-select h5, .menu-select p {
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 15px 0;
  background-color: #d41f09;
  display: table;
  width: 100%;
  margin-bottom: 0; }
.menu-select h2 > a {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none; }
.menu-select ul {
  background-color: #ffffff;
  padding: 20px 20px 20px 35px;
  border: 1px solid #000;
  border-top: 1px solid #d41f09; }
.menu-select li {
  color: #000; }
.menu-select .wpb_column.green > .wpb_wrapper ul {
  background-color: #007c50;
  border: 0;
  border-top: 1px solid #ffffff; }
  .menu-select .wpb_column.green > .wpb_wrapper ul li {
    color: #ffffff; }

ul.green {
  background-color: #007c50; }

ul.grey {
  background-color: #e7e7e7; }
  ul.grey li {
    color: #000; }

ul.white {
  background-color: #ffffff; }
  ul.white li {
    color: #000; }

.menu-image-container .wpb_single_image img {
  max-width: 800px;
  width: 100%; }

body .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
  background-color: none; }

ul.fa-ul li {
  font-weight: bold; }
ul.fa-ul .no-link:hover {
  text-decoration: none; }

@media screen and (min-width: 650px) {
  .dl-button {
    position: absolute;
    right: 15px;
    top: -70px;
    padding: 4px 8px; } }
@media screen and (min-width: 767px) {
  nav.navbar_collapse {
    text-align: center;
    max-height: 50px; }

  ul.nav.navbar-nav {
    display: inline-block;
    float: none; } }
@media screen and (max-width: 767px) {
  #LeftLogo {
    display: none; }

  #RightLogo img {
    float: none;
    display: block;
    margin: 0 auto; }

  .navbar-nav {
    margin: 0px -15px; }

  #HeaderBottom, ul.nav.navbar-nav {
    max-height: 100%; }

  ul.sub-menu {
    position: relative;
    left: 60px; }

  ul.sub-menu li a {
    padding-left: 15px; }

  .navbar-default .navbar-nav > li.menu-item-has-children a {
    background-position: right 15px center; } }
@media screen and (max-width: 544px) {
  #Footer .site-info ul li {
    border-right: none; } }
@media screen and (max-width: 480px) {
  body .vc_col-xs-6 {
    width: 100%; } }
/* === custom === */
body.admin-bar #page {
  top: 32px; }

#tss_image{
display:none !important;
}

#tss_testimonial span{
font-size: 15px !important;
}

@media(max-width:1300px){
.navbar-default .navbar-nav > li > a, ul.sub-menu li a{
	font-size:18px;
}
}

@media(max-width:1000px){
.navbar-default .navbar-nav > li > a, ul.sub-menu li a{
	font-size:14px;
    padding: 15px 10px;
}
}
/*# sourceMappingURL=style.css.map */


#MiddleLogo{
text-align: center;
display:none;
}

#MiddleLogo img{
max-width: 220px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#RightLogo{
float:right;
}

@media(max-width:767px){
#RightLogo{
float:none;
}
}
