@charset "UTF-8";
/* Theme Name: Mesón Sabika
 * Theme URI: http://www.jSingerMarketing.com/
 * Author: jSinger Marketing
 * Author URI: http://www.jSingerMarketing.com/
 * Description: Mesón Sabika
 * Version: 1.0 */
@import url("https://fonts.googleapis.com/css?family=Droid+Serif");
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, font, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 105%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
  background-image: url(/wp-content/uploads/2018/01/tile.jpg);
}

.owl-carousel .owl-stage {
  display: block;
  align-items: center;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 400;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.nav-wrapper {
  position: relative;
  text-align: center;
  background: #f9f9f9;
  border-top: 1px solid #efeff0;a
}

.nav-wrapper.logged {
  top: 44px;
}

.site-nav {
  z-index: 1000;
  display: inline-block;
  text-align: center;
  padding: 0 0 10px 0;
  background-color: #416096;
  width: 100%;
  position: relative; /*SGradle fixes overlay of calendar on other elements*/
}

.site-nav .nav-icon-close, .site-nav .subnav-icon {
  display: none;
}

.site-nav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1003;
}

.site-nav ul.menu > li {
  display: inline-block;
  position: relative;
}

.site-nav ul.menu > li > a {
  color: white;
  display: block;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0 8px;
  font-size: 1em;
  z-index: 2;
  line-height: 2.5em;
  margin-top: -1px;
  text-decoration: none;
  margin-left: 5px;
  /*&:before
        content: '\00b7'
        padding-right: 16px */
}

.menu:first-child li:first-child a {
  background: none;
}

.menu:first-child li:first-child a:before {
  content: none;
}

.site-nav ul.menu > li.appointment > a {
  border-top: 1px solid #9eb2c7;
  border-left: 1px solid #9eb2c7;
  border-right: 1px solid #9eb2c7;
  background: #9eb2c7;
  color: #fff;
}

.site-nav ul.menu > li.current-menu-item > a {
  color: #416096;
  background: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #efeff0;
  border-right: 1px solid #efeff0;
}

.site-nav ul.menu > li:nth-child(1) {
  background: none;
}

.site-nav ul.menu > li > a:hover {
  color: white;
  background: #496799;
}

.site-nav ul.menu > li {
  background: url(/wp-content/themes/mesonsabika/assets/images/dot.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 13px;
  padding-right: 12px;
}

.site-nav ul.menu > li.appointment:hover > a {
  border-top: 1px solid #607a96;
  border-left: 1px solid #607a96;
  border-right: 1px solid #607a96;
  background: #496799;
  color: #fff;
}

.nav-behind {
  position: relative;
  display: block;
  height: 0;
  background: #f9f9f9;
}

.sub-menu {
  color: white;
  text-align: left;
  border: 0;
  padding: 0;
  margin: 0;
  background: #256396;
  height: 0;
  left: 15px;
  list-style: none;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-transform: uppercase;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -moz-transition: transform 150ms cubic-bezier(0.175, 0.885, 0.32, 1), opacity 150ms ease-out;
  -o-transition: transform 150ms cubic-bezier(0.175, 0.885, 0.32, 1), opacity 150ms ease-out;
  -webkit-transition: transform 150ms cubic-bezier(0.175, 0.885, 0.32, 1), opacity 150ms ease-out;
  transition: transform 150ms cubic-bezier(0.175, 0.885, 0.32, 1), opacity 150ms ease-out;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  width: 16em;
  z-index: 1000;
  -webkit-box-shadow: 0px 7px 22px -4px rgba(92, 92, 92, 0.3);
  -moz-box-shadow: 0px 7px 22px -4px rgba(92, 92, 92, 0.3);
  box-shadow: 0px 7px 22px -4px rgba(92, 92, 92, 0.3);
}

.site-nav .sub-menu li {
  position: relative;
  border-top: 1px solid #5976a8;
}

.site-nav .sub-menu li:first-child {
  border-top: none;
}

.site-nav .sub-menu a {
  color: #dddddd;
  display: block;
  padding: 0.5em 1.5em;
  font-size: .875em;
  text-decoration: none;
}

.site-nav .sub-menu a:hover {
  background: #496799;
  color: white;
}

.site-nav .sub-menu .icon {
  fill: #f97c13;
  height: 11px;
  margin-top: -6px;
  position: absolute;
  right: 1em;
  top: 50%;
  width: 6px;
}

.site-nav .menu > li:hover > .sub-menu {
  height: auto;
  opacity: 1;
  overflow: visible;
  padding: 0 0;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-nav .sub-menu .sub-menu {
  left: 16em;
  top: 0;
}

.site-nav .sub-menu li:hover .sub-menu {
  height: auto;
  opacity: 1;
  overflow: visible;
  padding: 0 0;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-nav-overlay {
  display: none;
}

footer, #sb_instagram{
background-color:white;
}

/* ////////// --------------------------------- ////////// */
/* ////////// --------- Footer Nav ------------ ////////// */
/* ////////// --------------------------------- ////////// */
footer .menu {
  list-style: none;
  padding: 0;
  margin: 2em 0;
}

footer .menu li {
  display: inline-block;
  margin: 0 10px;
}

footer .menu li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.250em;
}

footer .menu li a:hover {
  text-decoration: underline;
}


.col-1-4{
	width:22%;
	margin-right:4%;
	float:left;
}
.col-1-3{
	width:31%;
	float:left;
	margin-right:4%;
}

.col-2-3{
	width:65%;
	float:left;
	margin-right:4%;
}

.col-1-2{
	width:48%;
	float:left;
	margin-right:4%;
}

.last {
	margin-right: 0;
	}

.last+* {
	clear: both;
	}
	
.contactform-bar .form-wrapper{
	margin:0 auto;
	width:80%;
	margin-top:2em;
}

.rule {
	width:1010px;
  border-top: 1px solid white;
  text-align: center;
display:block;
margin: 0 auto;
}

.rtbs .rtbs_menu li a {
	.	     color: rgb(180, 11, 87);
}
.rtbs .rtbs_menu li a.active {
	.	     color: rgb(180, 11, 87);
	.	     background: rgb(225, 225, 225)!important;
}

#ot-reservation-widget {margin:0 45%;width:auto !important;}



/* ////////// --------------------------------- ////////// */
/* ////////// -------- Media Queries ---------- ////////// */
/* ////////// --------------------------------- ////////// */
#OT_searchWrapperAll {
  text-align: center;
}

.ot-title {display:none;}

.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {width: 175px !important;}

.ot-powered-by{display:none;}

#OT_searchWrapperAll form {
  margin: 0 auto 0 auto;
}

@media only screen and (max-width: 965px) {
  #OT_searchWrapper {
    font-size: .875em;
  }
 
}

@media only screen and (max-width: 880px) {
}



@media only screen and (max-width: 750px) {
#ot-reservation-widget {margin:0 40%;width:auto !important;}

  #OT_searchWrapper h2 {
    display: block;
    padding: .75em;
    margin: 0;
    color: #fff;
  }
  #OT_defList {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #OT_defList dt {
    float: left;
    width: 20%;
    /* adjust the width make sure the total of both is 100% */
    padding: .5em 1em;
    margin: 0;
    height: 40px;
  }
  #OT_defList dd {
    float: left;
    width: 80%;
    text-align: left;
    /* adjust the width make sure the total of both is 100% */
    padding: .5em 1em;
    margin: 0;
    height: 40px;
  }
  #OT_defList dd#OT_submitWrap {
    display: block;
    margin: 0;
    width: 100%;
    padding: .5em 1em;
    text-align: center;
  }
}

.page-title {
  color: #ff7f7e;
  margin-bottom: 20px;
}

.post-item {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid lightgray;
}

.post-item h2 {
  font-size: 1.5rem;
}

.post-item a {
  text-decoration: none;
  color: #416096;
}

.post-item a:hover {
  color: #ff7f7e;
}

.post-meta {
  margin-top: 10px;
}

.post-meta a {
  color: white !important;
}

.post-meta a:hover {
  color: white;
  background: #b51e33;
}

.entry-date {
  font-size: 0.8rem;
}

.cats {
  margin-top: 10px;
  margin-bottom: 20px;
}

.category {
  padding: 2px 30px;
  background: #c7c7c7;
  color: white;
  font-size: .8rem;
  display: inline-block;
  margin-right: 10px;
}

.more {
  margin-top: 10px;
  font-size: 1rem;
  color: white;
  background: #ff7f7e;
  padding: 2px 20px;
  border-radius: 5px;
}

.more a {
  margin-top: 10px;
}

.more a:hover {
  color: white !important;
}

* {
  margin: 0;
  padding: 0;
}

.slider img {
  display: block;
}

body {
  color: #256396;
  font-size: 19px;
  margin: 0;
  padding: 0;
  font-family: Georgia, Times, "Times New Roman", serif;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 20px;
}

.white-container {
 background: rgba(255, 255, 255, 0.7);
}

.page-content {
  width: 800px;
  margin: 0 auto;
  padding: 20px 0;
  color: #416096;
  line-height: 1.5rem;
background:white;
padding:1em 2em;
}

.page-content a {
  color: #ff7f7e;
}

.page-content .attachment-post-thumbnail {
  width: 100%;
  height: 100%;
}

.page-content .page-title h1 {
  color: #ff7f7e;
  font-size: 30px;
  margin-top: 10px;  line-height: 30px;
}

.page-content .narrow {
  margin-top: 20px;
}

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

.page-content h2 {
  margin-bottom: 20px;
  color: #ff7f7e;
}

.inside {
  text-align: center;
  background-image: url(/wp-content/uploads/2017/07/Top-Banner.jpg);
  background-repeat: no-repeat;
background-color:white;
}

.DOP_ThumbnailGallery_Container {
margin-top:1em;
}

.top-bg-left {
  height: 167px;
  width: 487px;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.top-bg-right {
  height: 167px;
  float: right;
  width: 487px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.top-bar {
  padding-top: 0px;
  margin-bottom: 0px;
}

.top-bar .logo img {
  margin-top: 20px;
  margin-bottom: 40px;
}

.top-bar .logo h1 {
  text-indent: -9999px;
  margin-top: -20px;
}

.top-bar .logo p {
  text-indent: -9999px;
  margin-top: -20px;
}

.top-bar .address {
  font-style: italic;
font-size:.9em;
  color: #416096;
  margin-bottom: 0px;
margin-top:-45px;
padding-bottom:10px;
}

.top-bg {
  height: 250px;
}

.slider {
 background: rgba(255, 255, 255, 0.7);
}

.slider img {
  width: 100%;
}

#content {
  background-repeat: no-repeat;
  background-size: cover;
 background: rgba(0, 40, 150, 0.7);
}

#page-entry {
  color: white;
  margin: 0 auto;
  padding: 30px 0;
}

#page-entry h2 {
  font-size: 50px;
  margin-bottom: 30px;
}

#page-entry p {
  font-size: 1.5rem;
  text-align: center;
  font-weight: lighter;
  font-family: "Droid Serif", serif;
}

#rc-portal {
text-align:center;
max-width: 900px !important;
}

.tree_col {
  color: white;
  padding: 60px 0;
  margin: 0;
  background-image: url(/wp-content/themes/mesonsabika/assets/images/tree_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
background: rgba(255, 80, 80, .8)
}

.tree_col .col {
  flex: 1;
min-width: 0;
  text-align: center;
  padding: 20px;
  border-right: 2px solid;
}

.tree_col .col .wedding_bg {
    position: relative; 
    height: 105%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.tree_col .col .wedding_bg::before {    
      content: "";
      background-image: url('https://www.mesonsabika.com/wp-content/uploads/2022/05/wed_thumbnail.jpg');
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: .35;
}


.tree_col .col h2 {
  font-size: 35px;
  padding-bottom: 20px;
}

.tree_col .col p {
  font-weight: lighter;
  margin-bottom: 20px;
}

.tree_col .col a {
  margin-top: 10px;
  color: white;
  padding: 2px 5px;
}

.tree_col .col a:hover {
  background: white;
  color: #416096;
}

.col:last-child {
  border-right: 2px;
}

.testimonials, .testimonialsMobile {
  color: white;
  padding: 60px 0;
  margin: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
 background: rgba(0, 40, 150, 0.7);
}

.testimonials a, .testimonialsMobile a {
  color: white;
}

.testimonials h2, .testimonialsMobile h2 {
  font-size: 35px;
  padding-bottom: 20px;
}

.testimonials p, .testimonialsMobile p {
  font-weight: lighter;
  font-style: italic;
  margin: 0 auto;
}

.email_bg_left {
  height: 150px;
  width: 250px;
  float: left;
  background-image: url(/wp-content/themes/mesonsabika/assets/images/email_left_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.email_bg_right {
  height: 150px;
  float: right;
  width: 250px;
  background-image: url(/wp-content/themes/mesonsabika/assets/images/email_right_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.signup {
  position: relative;
  text-align: center;
  padding-top: 0px;
padding-bottom: 50px;
 background: rgba(0, 40, 150, 0.7);
}

.register_wrapp {
  margin-top: 0px;
}

.register_wrapp h3 {
  font-size: 35px;
  color: white;
  margin: 0 auto;
  margin-bottom: 20px;
  clear: none;
  width: 100%;
}

.register_wrapp form {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  clear: none;
}

.register_wrapp form input[type="text"] {
  width: 500px;
  padding: 10px;
  margin-bottom: 20px;
}

.register_wrapp form input[type="submit"] {
  background-color: #ff7f7e;
  font-size: 30px;
  text-transform: uppercase;
  color: white;
  border: 2px solid white;
  padding: 1px 10px;
  cursor: pointer;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.register_wrapp form input[type="submit"]:hover {
  color: #416096;
  background: white;
}

.hButton {
	background-color:#eb1700;
	border-radius:28px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:16px 31px;
	font-family:sans-serif;
	font-size:17px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}

.c-ot-dtp-picker {
  font-family: "BrandonText", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 20px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.c-ot-button {
  background-color: #da3743;
  border: 1px solid #da3743;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 14px 15px 15px;
  text-align: center;
  text-decoration: none;
  width: 100%; }
  .c-ot-button:focus, .c-ot-button:hover {
    background-color: #b8222d;
    color: white; }

.requestbutton a {
  margin-bottom: 10px;
	margin-left: 10px;
  color: white;
  background: #256396;
  border: 1px solid #256396;
  padding: 12px 15px;
  text-decoration: none;
	font-size:1.25em;
float:right;
text-align:center;
}

.requestbutton a:hover {
  background: white;
  color: #256396;
}

.subscribe-btn a {
  text-decoration: none;
  color: white;
  padding: 5px 8px;
  border: 1px solid white;
font-size:2em;
}

.subscribe-btn a:hover {
  color: #416096;
  background: white;
}

.f {
  margin-top: 0px;
  min-height: 260px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding: 20px 20px;
}

.f .copy {
  flex: 1;
  text-align: center;
  padding: 0 25px;
}

.f .copy span {
  margin-top: 30px;
  color: #416096;
  font-size: 15px;
}

.f .copy img {
  width: 80%;
  margin-bottom: 10px;
}

.f .center_col {
  flex: .75;
  display: flex;
}

.f .center_col .time {
  font-size: 1rem;
padding-top:10px;
}

.f .center_col .time .phone_directions {
  font-weight: bold;
font-size:1.3em;
}

.f .center_col .time .phone_directions ul {
font-size:1.3em;
}

.f .center_col .time .phone_directions a {
  color: #416096;
}

.f .center_col .time .phone_directions a:hover {
  color: #5b89da;
}

.f .center_col .time ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

.f .center_col .time li {
  list-style: none;
font-size:1.1em;
line-height:1.2em;
}

.f .center_col .footer_address {
  font-style: italic;
}

.f .center_col .social {
  width: 36px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.f .center_col .social a img {
  display: block;
  width: 36px;
  margin-bottom: 5px;
}

.f .mesonfooter {
  flex: 1;
  padding: 0 25px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 10px;
}

.f .tapas  {
  border-left: 2px solid lightgray;
  flex: 1;
  padding: 0 25px;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 10px;
}

.f .tapas a, .f .mesonfooter a {
  color: #416096;
line-height:1.2em;
}

.f .tapas img, .f .mesonfooter img {
  width: 80%;
}

.f .tapas .tapas_address, .f .mesonfooter .mesonfooter_address {
  font-size: 1rem;
  margin-top: 20px;
  width: 100%;
}

.f .tapas .tapas_social, .f .mesonfooter .mesonfooter_social {
  margin-top: 20px;
}

.f .tapas .tapas_social a img, .f .mesonfooter .mesonfooter_social a img {
  width: 36px;
  margin-bottom: 5px;
  margin: 0 5px;
}

.show-menu {
  position: absolute;
  right: 30px;
  top: 30px;
  text-align: center;
  display: none;
}

.show-menu a {
  text-decoration: none;
  color: white;
}

.emoji {
  height: 20px;
  width: 20px;
}

@media screen and (min-width: 768px) {
  .address {
    margin-top: -35px;
    font-size: 1.2rem;
  }
.col:last-child {
    border-right: 2px;
}
  .logo img {
    width: 90%;
  }

.testimonialsMobile {
display:none;
}
	.center_col.c-ot-dtp-picker.button_width {
		width: 182px;
	}

  #page-entry {
    width: 800px;
  }
  #page-entry p {
    padding: 20px;
  }
  .tree_col {
    color: white;
    display: flex;
    flex-direction: row;
  }


.tree_col .col {
flex: 1;
min-width: 0;
  text-align: center;
  padding: 20px;
  border-right: 2px solid;

}
.col:last-child {
    border-right: 2px;

}

  .signup {
    height: 140px;
  }
  .logo img {
    width: 375px;
  }
  .wrapp {
    margin: 0 auto;
    width: 800px;
  }
}

.popup-subscribe {
  background: #416096;
}

@media screen and (max-width: 768px) {
  .svg-menu {
    fill: #416096;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: -5px;
    vertical-align: middle;
	margin-bottom:3em;
  }

.testimonialsMobile {
display:none;
}

  .address {
    margin-top: -40px;
    font-size: 1rem;
  }
  .logo img {
    width: 35%;
  }
  .open {
    display: block !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
  }
  .site-nav ul.menu > li {
    background: none;
  }
  .menu {
    display: none;
  }
  .menu li {
    display: block !important;
    margin-left: 20px;
  }
  .menu li .sub-menu {
    position: static;
    opacity: 1;
    height: auto;
    opacity: 1;
    overflow: visible;
    padding: 0 0;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    background: none;
  }
  .menu li .sub-menu li {
    border: none;
  }
  .menu li a:before {
    content: none !important;
  }
  .show-menu {
    display: block;
  }
  .tree_col {
    color: white;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }
  .tree_col .col {
flex: 1; 
min-width: 0;
    border-right: none;
    border-bottom: 2px solid white;
  }
  .tree_col .col:last-child {

    border-bottom: none;
  }
  .top-bg-left {
    height: 150px;
    width: 150px;
  }
  .top-bg-right {
    height: 150px;
    width: 150px;
  }
  .testimonials p {
    padding: 0 20px;
  }
  .signup form input[type="text"] {
    width: 50%;
  }
  .page-content {
 background: rgba(255, 255, 255, 0.7);
    width: 90%;
  }
  #page-entry {
    width: 90%;
  }
  .wrapp {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 425px) {
  .address {
    margin-top: -10px;
    font-size: .8rem;
  }

#ot-reservation-widget {margin:0 30%;width:auto !important;}


.ot-dtp-picker.wide .ot-dtp-picker-form {width:100%;}


.testimonialsMobile {
display:block;
}


.testimonials {
display:none;
}

  .top-bg-left {
    display: none;
  }
  .top-bg-right {
    display: none;
  }
  .email_bg_left {
    height: 70px;
    width: 70px;
  }
  .email_bg_right {
    height: 70px;
    width: 70px;
  }
  .signup form input[type="text"] {
    width: 90%;
  }
  .logo img {
    width: 90%;
  }
  .signup {
    height: 200px;
  }
  .f {
    flex-direction: column;
  }
  .center_col {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .copy {
    margin-bottom: 30px;
  }
  .copy span {
    display: none;
  }
  .tapas, .mesonfooter {
    margin-bottom: 20px;
    margin-left: 0px !important;
    border-left: 0 !important;
  }
  #content p {
    padding: 0 20px;
  }
}

@media screen and (max-width: 320px) {
  .signup {
    height: 220px;
  }
  .logo img {
    width: 90%;
  }
  .address {
    padding: 0 10px;
  }

.page-content {
padding:1em 0em;
}


}
/* Contact Form 7 styling*/
.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
 
}

.two-thirds, .one-fourth {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 18px;
}
 
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.two-thirds { width: 61.33%; }
.one-fourth { width: 22%; }


.last {
    margin-right: 0 !important;
    clear: right;
}
 
.ze_flexslider {
margin: 0 0 0px !important;
}

input::placeholder, textarea::placeholder {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #416096;
}

.wpcf7-select, .wpcf7-date, .wpcf7-text, .wpcf7-textarea {
	width: 95%;
	padding: 20px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: .7em;
	color: #416096;
}

.wpcf7-submit {
	width: 30%;
	padding: 10px 20px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1em;
	background: #416096;
	color: white;
}
@media only screen and (max-width: 767px) {
    .one-half, .one-third, .two-thirds, .one-fourth {
        width: 100%;
        margin-right: 0;
    }

}

.narrow p>img, .narrow a img {
	display: block;
	margin: auto;
	width:100%;
	height:auto;
}
.page-id-14 .narrow a img{max-height:200px}.page-id-14 .page-content a {    color: #ff7f7e;    width: 100%;    display: block;    background-size: cover;}

html, body { width:100%;  overflow-x:hidden; }
.guests {font-size:25px;padding-bottom:12px;}
.testimonialsMobile .guests {font-size:23px;padding-bottom:12px;}

.slick-prev {left: -20px !important;}
.slick-next {right: -20px !important;}
#ot-reservation-widget{width: 182px !important; margin: 0 auto;}

@media(min-width: 768px) and (max-width: 991px){
  .testimonials .wrapp{ width: 90%; }
  .logo-slider .slick-prev{left: -40px !important;}
  .logo-slider .slick-next{ right: -40px !important; }
}