/*
Theme Name: Sahara Sevilla
Theme URI: http://oficinagrafica.com/
Author: Germán Madinabeitia
Author URI: http://oficinagrafica.com/
Description: Responsive theme for Saharasevilla.org (Asociación de Amistad con el Pueblo Saharaui en Sevilla)
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Sahara, Sevilla, aapss, responsive, clear
*/
html {
  box-sizing: border-box;
  font-family: 'Roboto Slab', serif;
}
body {
  width: 100%;
  margin:0;
}
*, *:before, *:after {
  box-sizing: inherit;
}
p {
  font-family: 'Roboto Slab', serif;
  font-size: 1.0em;
}
h1, h2, h3, h4 {
  font-family: 'Roboto Slab', serif;
}
h1 {
  font-size: 2.9em;
}
h2 {
  font-size: 2.7em;
}
h3 {
  font-size: 1.7em;
}
h4 {
  font-size: 1.2em;
}
.clear,
.clear::after {
  content:'';
  clear: both;
  display: block;
}
.container {
  /* max-width: 1000px; */
  width: 100%;
  margin:0 auto;
}
.sr-text {
  display: none;
}
.text-center {
  text-align: center;
}
.primary-text {
  color: #a61206;
}
.secondary-text {
  color: #ff4000;
}
.button {
  background-color: #23a6b6;
  font-family: "Roboto Slab", serif;
  font-size: 0.9em;
  font-style: bold;
  width: auto;
  border-radius: 8px;
  color: #fff;
  padding: 10px;
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
a.button.primary{
  font-size: 0.9em;
}
a.button.primary:hover, a.button.primary:active{
  color: #fff;
  text-decoration: none;
}
a.button.secondary{
  font-size: 0.9em;
}
a.button.secondary:hover, a.button.secondary:active{
  color: #fff;
  text-decoration: none;
}
.primary {
  background-color: #a61206;
}
.primary:hover {
  background-color: #7b0d04;
  transition: background-color .5s ease;
}
.secondary {
  background-color: #085520;
}
.secondary:hover {
  background-color: #fda8b20;
  transition: background-color .5s ease;
}
/** HEADER **/
header.site-header {
  border-bottom: 1px solid #101010;
  padding-bottom: 80px;
  background-color: #93845d;
  background-image: url(img/fondoheader.jpg);
  background-attachment:  fixed;
  background-size:  auto;
  width: 100%;
  height: 200px;
}
div.logo {
  text-align: center;
  padding-top:40px;
  padding-right:29px;
}
@media only screen and (min-width:768px) {
  div.logo {
    text-align: left;
    padding-right:10px;
  }
}
@media only screen and (min-width:992px) {
  div.logo {
    text-align: center;
  }
}
img.logoimage {
  width: 200px;
}
@media only screen and (min-width:768px) {
  header.site-header .container {
    position: relative;
    width: 100%;
  }
  header.site-header .header-information {
    position: absolute;
    top:0;
    right:0;
    padding-right: 33px;
    width: 100%;
  }
  img.logoimage {
    padding-left: 33px;
  }
}
div.address {
  display: block;
  clear: both;
  padding-top: 10px;
  color: #fff;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 0.8em;
}
div.address a {
  text-decoration: none;
  color: #ffffff;
}
div.address p {
  margin:0;
  font-size: 1em;
  text-align: center;
}
div.address h4 {
  color: orange;
  font-family: 'Bungee', sans-serif;
  font-size: 1.5em;
  -webkit-font-smoothing;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  div.address p {
    display: none;
  }
}
@media only screen and (min-width:768px) {
  div.address p {
    text-align: right;
  }
  div.address h4 {
    text-align: right;
  }
}

div.description h2 {
  font-size: 1.0em;
  font-weight: lighter;
  color: #ffffff;
  position:absolute;
  padding-top: 52px;
  width: 170px;
  opacity: 0.8;
}
@media only screen and (max-width: 991px) {
  div.description h2 {
    display: none;
  }
}
/** Social Menu **/
nav.socials ul {
  list-style: none;
  text-align: center;
  padding:0;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  nav.socials ul {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  nav.socials ul {
    float: right;
  }
}
nav.socials ul li {
  position: relative;
  display: inline-block;
}
nav.socials ul li a:before {
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  content: '\f08e';
  font-size: 1.6em;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
nav.socials li a[href*="facebook.com"]::before {
  content: '\f09a';
}
nav.socials li a[href*="twitter.com"]::before {
  content:'\f099';
}
nav.socials li a[href*="flickr.com"]::before {
  content:'\f16e';
}
nav.socials li a[href*="youtube.com"]::before {
  content:'\f16a';
}
nav.socials li a[href*="instagram.com"]::before {
  content:'\f16d';
}

/** MAIN MENU **/
nav.site-nav {
  display: none;
}
.main-menu {
  background-color: #010101;
}
@media only screen and (min-width: 768px){
  nav.site-nav {
    display: block;
    width: 100%;
  }
}
nav.site-nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
}
@media only screen and (min-width: 768px){
  nav.site-nav ul li {
    display: table-cell;
    width: 1%;
  }
}
nav.site-nav ul li a{
  text-align: center;
  padding: 20px 0;
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #afafaf;
  font-size: 0.9em;
  font-family: 'Oswald', sans-serif;
}

nav.site-nav ul li.current_page_item a,
.single-specialties nav.site-nav ul li.menu-item-68 a,
nav.site-nav ul li.current_page_parent a {
  border-bottom: 8px solid #b10101;
}

/** Responsive Menu Button **/
@media only screen and (max-width:767px) {
  .mobile-menu a {
    height: 56px;
    line-height: 56px;
    background-color: #010101;
    text-decoration: none;
    font-size: 2.2em;
    padding-top: 10px;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-menu a {
    display: none;
  }
}

/** Hero Image **/
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: f;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.hero::after {
  content: '';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
}

.hero .hero-content {
  display: block;
  vertical-align: middle;
  color: #fff;
  z-index: 2;
  position: relative;
  font-size: 0.8em;
  text-align: center;
  padding-top: 20px;
  height: 260px;
}

.hero-text h2 {
  font-family: 'Bungee', sans-serif;
  font-size: 2.9em;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
}
.hero-text p {
  font-size: .9em;
  line-height: 1.2em;
  text-align: left;
  color: #fff;
  width: 200px;
}
#fronthero.hero-content {
  height:520px;
}
#fronthero.hero-content p {
  width:250px;
}
#fronthero.hero-content .hero-text h2{
  width:200px;
  font-size: 2.4em;
  text-align:left;
}
@media only screen and (max-width:767px) {
  .hero .hero-content {
      height: fit-content;
  }
}
@media only screen and (min-width:768px) {
  .hero-text {
    margin:0 auto;
    padding: 22px;
  }
}

@media only screen and (min-width:992px) {
  .hero-text {
    width: 60%;
    padding: 10px;
  }
}
.main-content {
  padding: 60px;
  background-color: #ffffff;
  position: relative;
}
@media only screen and (min-width:768px) {
  .main-content {
    margin-top: -90px;
  }
}
.content-text p {
  font-size: 1em;
  line-height: 1.8em;
  color: #222;
}
/** FRONT PAGE **/
.home div.hero {
  height: fit-content;
  padding:33px;
}

@media only screen and (min-width: 768px) {
  .home .main-content {
    margin-top: 0;
    padding: 0;
  }
  .home .hero-text {
    width: 50%;
  }
}
@media only screen and (max-width:767px) {
  .hero-content {
    padding: 0 22px 0 22px;
  }
}
@media only screen and (min-width: 992px) {
  .home .hero-text {
    width: 40%;
  }
}

.home .hero-text p {
  line-height: 20px;
  font-size: 1.4em;
  width: 310px;
}

.home .hero-text h2 {
  line-height: 1.3em;
  font-size: 2.4em;
  width: 310px;
}

.columns3-4 h2 strong {
  font-family: 'Oswald', sans-serif;
  font-size: 0.7em;
}
/** Carousel **/
div.carousel-caption a h1{
  text-decoration: none;
  color:#fff;
}
div.carousel-caption a:hover {
  text-decoration: none;
  color:#fff;
}
@media only screen and (max-width: 767px) {
  div.carousel {
    font-size: 0.4em;
  }
}
/** Proyectos Importantes **/
.importantes {
  display: block;
  padding-top: 10px;
  text-align: center;
  background-color: #e73010;
  color: #fff;
}
.importantes h1 {
  padding:8px;
}
div.flex-container {
  display: flex;
  flex-wrap: wrap;
}
div.flex-container div {
  background-color: #c2c0c0;
  border-radius: 10px;
  width:330px;
  line-weight: 0.6em;
  font-size: 0.7em;
  padding: 12px;
  margin: 10px;
}
h4.card-title {
  padding-top: 12px;
  font-family: "Bungee", sans-serif;
  font-size: 1.6em;
  color:#800e0e;
}
.p-2 a {
  color: #000;
  text-decoration: none;
  font-size: 1.2em;
}
/** BOXES **/
.box-information {
  display: grid;
}
@media screen and (min-width:768px) {
  .box-information {
    grid-template-columns: repeat(3, 1fr);
  }
}
.single-box {
  display: grid;
  grid-template-columns: 2fr 3fr;
  color: white;
  text-align: center;
}
.single-box img {
  width: 100%;
}
@media only screen and (min-width:768px) {
  .single-box {
    grid-template-columns: unset;
    grid-template-rows: 1fr 1fr;
  }
}
.single-box:nth-child(1) {
  background-color: #f19f30;
}
.single-box:nth-child(2) {
  background-color: #127427;
}
.single-box:nth-child(3) {
  background-color: #a61206;
}
@media only screen and (min-width:768px) {
  .single-box:nth-child(2) img {
    order: 2;
  }
  .single-box:nth-child(2) div {
    order: 1;
  }
}
.content-box {
  display: grid;
  grid-template-rows: 10% 20% 60% 10%;
  grid-template-areas: "."
                       "top"
                       "text"
                       ".";
}
@media only screen and (min-width:768px) {
  .content-box{
    grid-template-rows: 20% 30% 30% 20%;
    }
}
.content-box * {
  align-self: center;
}
.content-box h3 {
  grid-area: top;
  margin: 5px 0;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
}
.content-box p {
  grid-area: text;
  margin-left: 10px;
  margin-right: 10px;
}

/** FOOTER **/
footer {
  margin-top: 30px;
  padding: 30px -30px 0;
  border-top: 1px solid #c1c1c1;
  text-align: center;
}
footer nav ul {
  list-style: none;
  padding-inline-start: 1px;
}
footer nav ul li{
  display: inline;
}
footer nav ul li:last-child .separator{
  display: none;
}
footer nav ul li a {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
}
footer .location {
  margin-top: 30px;
}
footer p {
  margin: 0 0 5px 0;
  font-size: 0.9em;
}
footer p.copyright {
  margin-top: 20px;
}

/* GRID MENU */
img {
  max-width: 100%;
  height: auto;
}
 @media only screen and (min-width:768px) {
  .container-grid {
    margin-left: -10px;
    margin-right: -10px;
  }
  .container-grid::after {
    content: '';
    display: block;
    clear: both;
  }
  [class*='columns'] {
    padding: 0 10px;
  }
  .columns1-4 {
    width: 25%;
    float: left;
  }
  .columns2-4 {
    width: 50%;
    float: left;
    padding-left: 28px;
  }
  .columns3-4 {
    width: 70%;
    float: left;
  }
  .columns1-3: {
    width: 33.3%;
    float: left;
  }
  .columns2-3: {
    width: 66.6%;
    float: left;
  }
}

.primary-text {
  color: #aa4343;
}

/* Specialties */
.specialty {
  position: relative;
  float: left;
  width: 33%;
  diplay: block;
  padding: 20px;
}

.specialty-content a {
  color: #000000;
  text-decoration: none;
}
.specialty-content h4 {
  border-bottom: 1px solid #dfdfdd;
  padding: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.specialty-content h4 span {
  float: right;
  font-size: 1.6em;
  color: #f19f30;
  font-family: 'Roboto Slab', serif;
;
}
.specialty-content p {
  color: #3d3d3d;
  line-height: 1.8em;
}
/* Ultimas Noticias */
div.ultimas .container {
  background-image: url(img/bg_ingredients.jpg);

}
/* Single Specialties */
.single-specialties p.ingredients,
.single-specialties p.price {
  color: #a61206;
  font-size: 2.2em;
  margin: 0;
}
.single-specialties p.price span {
  color: #000;
  font-size: 1.1em;
}

/* BLOG */
article.entry {
  margin-top: 30px;
}
header.entry-header {
  margin-top: 20px;
}
header.entry-header .date,
.entry-information .date {
  background-color: #f19f30;
  float: left;
  width: 70px;
  height: 86px;
  text-align: center;
  padding-top: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
}
header.entry-header .date time,
.entry-information .date time {
  font-size: 1.2em;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}
header.entry-header .date time span,
.entry-information .date time span {
  font-size: 0.8em;
  display: block;
  text-transform: uppercase;
}
header.entry-header .entry-title{
  float: right;
  width: calc(100% - 90px);
  /* calc - hace un calculo */
}

div.entry-title h2{
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
  color: #000;
}
div.entry-title a:hover {
  text-decoration: none;
}
header.entry-header h2 {
  margin: 0;
  font-size: 1.6em;
  /*text-transform: uppercase;*/
  font-weight: 700;
}
header.entry-header p.author,
.entry-information p.author {
  /*text-transform: uppercase;*/
  color: #000000;
  margin-top: 18px;
  font-family: 'Roboto Slab', serif;
}
.entry-information{
  padding-top: 30px;
}
.entry-information p.author{
  display: inline;
  float: left;
  margin-top: 50px;
}
p.author i {
  font-size: 1em;
  color: #f19f30;
}
div.entry-content p {
  margin-bottom: 0;
  line-height: 1.6em;
}

ul.paginacion {
  margin-top: 38px;
  display:  inline;
  list-style-type: none;
  text-align: right;
  font-size: 1.1em;
  border: 1px;
}
ul.paginacion li {
  background-color: #a40202;
  float: left;
  font-family: "Roboto Slab", serif;
  padding-right: 23px;
  padding-left: 23px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #fff;
  margin-top: 26px;
}
ul.paginacion li a {
  text-decoration: none;
  color: #fff;
}

/** SIDEBAR **/
.columns1-4.sidebar {
  background-color: #716d5f;
  margin-top: 12px;
}
aside.sidebar {
  margin-top: 13px;
  padding-top: 19px;
  width: 230px;
}
form.searchform {
  position: relative;
  width: 180px;
}
form.searchform#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 42px;
  background-color: #a61206;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}
#searchsubmit {
  background-color: #333 !important;
  font-family: "Roboto Slab";
  border: 0;
  padding: 9px;
}
form.searchform #s {
  width: 200px;
  padding: 13px;
}
.sidebar {
  color:#fff;
}
.sidebar .widget {
  margin-bottom: 20px;
  padding-left: 6px;
}
.sidebar .widget h3 {
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
}
.sidebar .widget ul {
  list-style:  disc;
}
.sidebar .widget ul li {
  margin-bottom: 20px;
}
.sidebar .widget ul li a {
  color: #000;
  text-decoration: none;
}
.sidebar .widget ul li a:hover {
  color: #f19f30;
}
@media only screen and (max-width:768px) {
  aside.sidebar {
    padding: 24px;
    margin-top: 13px;
    width: 100%;
  }
}
div.widget label.screen-reader-text {
  display: none;
}
input {
  color:#000;
}
input#searchsubmit {
  color:#fff;
}
/** COMMENT **/
.comment-respond h3 {
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width:768px) {
  div.comments {
    width:80%;
  }
}
@media only screen and (min-width:992px) {
  div.comments {
    width:60%;
  }
}
.comment-respond form label {
  width: 200px;
  display: inline-block;
  text-align: right;
  padding-right: 20px;
  font-weight: bold;
}
.comment-respond form input,
.comment-respond form textarea {
  padding: 10px;
  width: calc(100% - 210px);
}
.comment-respond form input[type="submit"] {
  margin: 0 auto;
  display: inline-block;
  border: none;
  width: auto;
  background-color: #a61206;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}
p.form-submit {
  text-align: center;
}
.comment-notes {
  text-align: center;
}
p.logged-in-as a {
  color: #a61206;
  text-align: center;
  display: block
}

/** COMMENT LIST **/
ol.commentlist {
  list-style: none;
}
ol.commentlist li.comment {
  background-color: #e1e1e1;
  padding: 20px;
  margin-bottom: 20px;
}
ol.commentlist li.comment cite{
  color: #a61206;
  font-size: 20px;
  font-weight: bold;
}
li.comment .comment-author {
  margin-bottom:  10px;
}
li.comment a {
  color: #a61206;
  text-decoration: none;
}
li.comment ul.children {
  list-style: none;
}
li.comment ul children li {
  background-color: #fff;
  margin-top: 20px;
}

/** GALLERY **/
#gallery-1 .gallery-item {
  width: 70%!important;
  height: 20%;
  margin: 0;
}
@media only screen and (min-width:768px) {
  #gallery-1 .gallery-item {
    width: 25%!important;
  }
}
#gallery-1 img {
  border: none!important;
}
#gallery-1 img a {
  border: none!important;
  height: 100%;
}

/** Reservation Page **/
.reservation {
  background-color: #96805d;
}
.reservation-info {
  text-align: left;

}
@media only screen and (min-width: 768px) {
  .reservation-info {
    margin-left: 50%;
  }
}
form.reservation-form h2 {
  font-size: 20px;
  font-weight: 700;
}
form.reservation-form .field {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
form.reservation-form .field input,
form.reservation-form .field textarea {
  width: 100%;
  border: 3px solid #000000;
  padding: 15px 10px;
}
form.reservation-form .field textarea {
  height: 200px;
}
form.reservation-form ::-webkit-input-placeholder {
  color: #000000!important;
}
form.reservation-form :moz-placeholder {
  color: #000000!important;
}
form.reservation-form ::moz-placeholder {
  color: #000000!important;
}
form.reservation-form ::-ms-input-placeholder {
  color: #000000!important;
}
form.reservation-form input[type="submit"] {
  border:none;
}


.specialty-content {
  position: relative;
  overflow: hidden;
  display: table;
}
.specialty-content .information {
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(221,180,22,.75);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  padding: 5px;
  opacity: 0;
  transition: all .5s ease-in-out;
}
.specialty-content:hover .information {
  top: 0;
  opacity: 1;
}
.specialty-content .information .price {
  font-size: 1.8em;
  margin-top: 30px;
  font-weight: bold;
  color: #fff;
}
.specialty-content .information h3 {
  font-size: 2em;
  margin-top: 40px;
  font-weight: 700;
}
.specialty-content .information p {
  margin:  0 0 10px 0;
  color: #fff;
}
.specialty-content .information a {
  color: #fff;
}
@media only screen as (max-width: 767px) {
  .specialty-content {
    background-color: #000;
    overflow: visible;
    display: block;
    margin-bottom: 30px;
    width: 100%;
  }
  .specialty-content .information {
    position: relative;
    opacity: 1;
    background-color: #f19f30;
    padding: 30px;
  }
  .specialty {
    width: 100%;
  }
  .specialty .columns1-3 {
    width: 100%;
  }
  .specialty-content img {
    width: 100%;
  }
}

/*** BOOTSTRAP ***/
.col {
  padding: 3px;

}
.col-4 {
  padding: 3px;

}
.col-8 {
  padding: 3px;

}
.row-alto {
  height: 5rem;
}

/** ACORDEON **/
div.card-header {
  background-color: #a61206;
}
div.card-header a {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.6em;
  font-weight: 300;
}
div.card-body {
  font-family: "Roboto Slab", serif;
  font-size: 1.0em;
  background-color: #ddd;
}
.circlemask {
  -webkit-clip-path: circle(46% at 50% 50%);
  clip-path: circle(46% at 50% 50%);
}

/** Front Page**/
article.entry {
  text-align: left;
}
div.container.mt-3 {
  padding: 0;
  margin-top:0em!important;
  background-color: #333;
  display:block;
  border: 0;
}
a.button.secondary.grande{
  font-size: 1.9em;
}
a.button.primary.medio{
  font-size: 1.3em;
  color: #f1f1f1;
}
.lastnews {
  background-image: url(img/fondo_naranja.jpg);
  padding-top: 28px;
  padding-bottom: 28px;
}
.lastnews .primary-text{
  color: #fff;
}
.lastnews article {
  padding-left: 44px;
  width: 85%;
}
.lastnews article .date {
  padding-bottom: 0;
}
.lastnews .entry-title a h2{
  color: #fff;
}
div.noticias {
  padding-left: 0px;
  text-align: center;
}
@media only screen and (min-width: 764px) {
 div.noticias {
   padding-left: 80px;
   width: 100%;
   /* calc - hace un calculo */
 }
}
/** Ingredients **/
section.ingredients {
  background-image: url(img/bg_verde.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 0px;
  padding: 80px 0;
  color: #ffffff;
}
section.ingredients h3 {
  line-height: 60px;
  font-size: 40px;
  font-weight: 700;
}
section.ingredients p {
  line-height: 40px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  section.ingredients p,
  section.ingredients h3 {
    text-align: center;
  }
  section.ingredients a {
    margin: 0 auto;
    display: block;
  }
}
section.ingredients .image {
  padding-top: 30px;
  text-align: center;
}
section.ingredients .image img {
  width: 60%;
}

/** LOCATION **/
section.location-reservation {
  background-image: url(img/bg_ingredients.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home .reservation-info {
  margin: 0;
  color: #fff;
  padding: 30px;
}
.home .reservation-info h2 {
  text-align: center;
  font-size: 34px;
  margin: 0 0 90px 0;
  font-weight: 900;
}
.home .reservation-info input,
.home .reservation-info textarea {
  background-color: transparent;
  border: 4px solid #ffffff!important;
  color: #fff!important;
}
.home .reservation-info input[type='submit'] {
  background-color: #a61206;
  border: none!important;
}
.home form.reservation-form ::-webkit-input-placeholder {
  color: #fff!important;
}
.home form.reservation-form ::moz-placeholder {
  color: #fff!important;
}
.home form.reservation-form ::moz-placeholder {
  color: #fff!important;
}
.home form.reservation-form ::-ms-input-placeholder {
  color: #fff!important;
}
#map {
  height: 700px;
}

/** Contact 7 **/
#frontform h3  {
  color: #fff;
  padding-left: 12px;
}
#frontform label  {
  color: #fff;
  padding-left: 12px;
}
#frontform form.wpcf7-form {
  padding-top: 18px;
}
#frontform input {
  height: 38px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-left: 12px;
  padding-bottom: 9px;
  width: 90%;
}
#frontform textarea {
  height: 210px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-left: 12px;
  width: 90%;
}
#frontform input.wpcf7-submit {
  width: 110px;
}
#frontform div.wpcf7-response-output {
  border: 2px solid #398f14;
  color:#fff!important;
}
