/* Sort below out - Copied from Desktop */

@font-face {
  font-family: bell_mt;
  src: url(../BELLB.TTF);
}

html {
  margin: 0;
  height: 100%;
}

  body {
    font-family: "Roboto", "Helvetica", sans-serif;
    text-align: center;
    color: #1f1f1f;
    margin: 0;
  }

  .main {
    margin: 0 auto;
  }

  h1,
  h2,
  h3 {
    font-family: bell_mt;
  }

  a {
    color: #1f1f1f;
    text-decoration: none;
  }

  .button {
    width: 190px;
    height: 53px;
    margin: 0 auto;
    display: block;
    background: #c9c9c9;
    border-radius: 2px;
    font-family: "Roboto", sans-serif;
    color: #1f1f1f;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
  }

  .logo-white {
    margin: 206px auto;
    width: 580px;
    height: auto;
  }

  .line {
    border: 2px solid #1f1f1f;
    width: 40px;
    margin: 0 auto;
  }

  /* Home Menu (Finish from D's sheet & add padding to menu items)*/

  nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    text-transform: uppercase;
  }

  .menu-home {
    margin: 6em auto 0;
    width: 70%;
  }

  .menu-home ul li a {
    color: #ffffff;
  }

  /* Page Menu */

  /* .page-menu ul {
    margin: 6em auto 0;
    width: 70%;
    text-transform: uppercase;
  }

  .menu-white li a {
    color: #ffffff;
  } */





/* Footer Mobile */
/* .footer {
  background-color: #1f1f1f;
  color: #ffffff;
} */

/* .footer-top { */
  /* display: flex;
  justify-content: space-evenly; */
  /* margin: auto; */
  /* width: 70%; */
/* }

.footer-top a {
  text-decoration: none;
  color: #ffffff;
}

.footer-top ul {
  list-style: none;
  color: #ffffff;
} */

/* Use width to make items wrap for now */
.contact {
  display: flex;
  flex-wrap: wrap;
  /* text-align: left; */
}

/* .contact,
.menu h5 {
  display: none;
}

.menu {
  text-align: left;
  display: flex;
}

.menu ul {
  padding-left: 0;
}

.contact a {
  display: flex;
}

.light-line {
  background-color: #ffffff93;
  height: 0.5px;
  width: 90%;
  margin: auto;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom,
.footer-bottom a {
  color: #ffffff93;
} */

/* @media only screen and (min-width: 768px) { */
  /* General CSS */



  body {
    font-family: "Roboto", "Helvetica", sans-serif;
    text-align: center;
    color: #1f1f1f;
  }

  .main {
    margin: 0 auto 0;
  }

  h1,
  h2,
  h3 {
    font-family: bell_mt;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  a {
    color: #1f1f1f;
    text-decoration: none;
  }

  /* .button {
    width: 190px;
    height: 53px;
    margin: 0 auto;
    display: block;
    background: #c9c9c9;
    border-radius: 2px;
    font-family: "Roboto", sans-serif;
    color: #1f1f1f;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
  } */

  .button-blue {
    background-color: #4874b1;
    font-weight: 700;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    width: 145px;
    height: 40px;
    display: block;
    margin: 2.5em auto 0;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button-enter {
    background-color: #c9c9c9;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 15px;
    text-transform: uppercase;
    width: 145px;
    height: 40px;
    display: block;
    border-radius: 2px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .show-desktop {
    display: inline-block;
  }

  .hide-desktop {
    display: none;
  }

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

    .show-mobile {
      display: inline-block;
    }
  
    .hide-mobile {
      display: none;
    }

    .button-enter {
      width: 120px;
      height: 35px;
    }
  }

  .logo-white {
    margin: 206px auto;
    width: 580px;
    height: auto;
  }

  .line {
    background-color: #1f1f1f;
    height: 2.5px;
    width: 35px;
    margin: 0 auto;
    border: none;
  }

  /* Home Menu (Finish from D's sheet & add padding to menu items)*/

  nav ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
    text-transform: uppercase;
  }

    .page-menu .menu-black .menu-favicon {
    display: none;
  }

  /* Page Menu */

  @media only screen and (max-width: 768px) {
    /* .page-menu ul, .header-image ul {
      padding: 1em auto 0 !important;
      padding-top: 1em;
      width: 95% !important;
    }

    .page-menu ul li a {
      font-size: 14px;
    } */



    .home-header .page-menu .menu-white {
      display: flex;
    }

  .page-menu .menu-black {
      width: 90% !important;
      display: flex !important;
      margin: auto !important;
      padding-top: 1em
    }

    .page-menu .menu-logo {
      display: none;
    }

    .page-menu .menu-black .menu-favicon {
      display: flex;
      margin-left: .2em;
    }

    .page-menu li:nth-child(3) {
      width: 17% !important;
    }

    .header-image .page-menu li:nth-child(3) {
      width: auto !important;
    }

    .page-menu li {
      margin: 1em auto;
    }

  }

  .page-menu ul {
    margin: 3em auto 0;
    width: 70%;
    text-transform: uppercase;
  }

  .page-menu ul li a {
    font-size: .9em;
  }

  .page-menu li:nth-child(3) {
    width: 40%;
  }

  .page-menu img {
    width: 90%;
  }

  .header-image .page-menu .menu-white {
    display: block;
  }

  .header-image {
      height: 100vh;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
  }

  .wines-header {
    background-image: url(https://olsenprivatevineyards.co.za/wp-content/uploads/2020/01/PHOTO-2019-12-17-15-58-39-3-min-1.jpg);
  }

  .vineyard {
    background-image: url(https://olsenprivatevineyards.co.za/wp-content/uploads/2020/01/wingerdpic1-min-1-scaled.jpg);
  }

  .enter {
    background-image: url(https://olsenprivatevineyards.co.za/wp-content/uploads/2020/01/enter-bg-min.png);
    text-align: center;
  }

  .home-header {
    background-image: url(https://olsenprivatevineyards.co.za/wp-content/uploads/2020/01/TFNV0260-min-scaled.jpg);
    text-align: center;
  }

  .enter img {
    width: 65%;
    height: auto;
    margin: 15vh auto 3em;
  }

  @media only screen and (max-width: 768px) {
    .enter img {
        margin-top: 25vh;
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .enter img {
        margin-top: 10vh;
    }
}

/* @media only screen and (min-width: 1000px) {
    .enter img {
        margin-top: 17vh;
} */

@media only screen and (min-width: 1400px) {
    .enter img {
        margin-top: 13vh;
    }
}

@media only screen and (min-width: 1600px) {
    .enter img {
        margin-top: 8vh;
    }
}



  .header-image ul, .header-image .menu-white {
    margin-top: 0;
    padding-top: 3em;
  }

  .header-image .arrow {
    width: 4%;
    position: relative;
    margin: 65vh auto 0;
  }

  .header-image .arrow img {
    width: 100%;
  }

  .menu-white li a {
    color: #ffffff;
  }

  .menu-white {
    padding-left: 0; 
  }
  
  .menu-black {
    padding-left: 0; 
  }


/* Home Header */

@media only screen and (min-width: 769px) {
  .home-header .page-menu ul {
    width: 35% !important;
    padding-top: 3em;
  }
}

.home-header  .page-menu li:nth-child(3) {
    width: auto;
  }

  .home-logo {
    margin: 4em auto 0;
    width: 35%;
    height: auto;
  }

  .home-logo img {
    width: 100%;
  }


/* 
  Home Mobile */

  @media only screen and (max-width: 768px) {
    .home-logo {
      width: 80%;
      margin-top: 3em;
    }
  }

  @media only screen and (max-width: 499px) {
  .home-header .page-menu ul {
    width: 75% ;
    padding-top: 2em;
 }
}

  /* iPad */
  @media only screen and (min-width: 500px) {
    .home-header .page-menu ul {
        width: 55%;
        padding-top: 2em;
    }

    /* .footer-top .contact {
      margin: 2.5em auto 1em;
    } */

    /* Check desktop margin .contact */
}


  /* .home-header  nav ul {
    margin-top: 72px;
    display: flex;
    flex-wrap: wrap;	
  }
  
  .home-header nav ul {
    margin: 0 auto;
  }
  

  .home-header nav ul li {
    display: inline-block;
  }


  
  .home-header nav a {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    opacity: 1;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 22px;
    color: #ffffff;
    padding: 25px;
  } */
  
  /* .menu-home {
    margin: 6em auto 0;
    width: 70%;
  }
  
  .menu-home ul li a {
    color: #ffffff;
  }
   */

  /* .home-logo {
    margin: 206px auto;
    width: 580px;
    height: auto;
  } */

  /* Footer - Remove styles already in mobile CSS*/

  .footer {
    background-color: #1f1f1f;
    color: #ffffff;
  }

  .footer p {
    margin: 0;
  }

  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    width: 70%;
    padding: 3em 0;
  }

  .footer-top .logo {
    width: 25%;
  }

  .footer-top .logo a img {
    width: 100%;
    margin-bottom: 0 !important;
  }

  .footer-top a {
    text-decoration: none;
    color: #ffffff;
  }

  .footer-top ul {
    list-style: none;
    color: #ffffff;
  }


  .contact {
    display: block;
  }

  .menu {
    height: 100%;
  }

  .footer h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 1em;
  }

  .contact p {
    margin-top: 1em;
    font-size: 15px;
  }

  /* .contact,
  .menu h5 {
    display: block;
  } */

  .contact,
  .menu {
    text-align: left;
  }

  .menu ul {
    padding-left: 0;
    margin-bottom: 0;
  }

  .menu ul li {
    margin-top: .5em;
  }

  .menu ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
  }

  .contact a {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0 !important;
  }

  .contact a div img {
    width: 1.5em;
    margin-right: .5em;
  }

  .light-line {
    background-color: #ffffff4f;
    height: 0.5px;
    width: 85%;
    margin: auto;
  }

  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25em 0;
  }

  .footer-bottom,
  .footer-bottom a {
    color: #ffffff4b;
    font-size: 12px;
  }


/* Mobile */

@media only screen and (max-width: 768px) {
    /* Header */

    header {
      width: 100%;
    }

    nav ul {
      justify-content: space-between;
      width: 100%;
    }

    .page-menu .menu-black {
      margin: 0;
      width: 100;
    }

    .page-menu .menu-black li:nth-child(3) {
      width: 100em;
      padding: 0;
    }

    .page-menu .menu-black li:nth-child(1) {
      margin-right: .5em;
    }
    .page-menu .menu-black li:nth-child(2) {
      margin-right: .5em;
    }
    .page-menu .menu-black li:nth-child(4) {
      margin-left: .5em;
    }
    .page-menu .menu-black li:nth-child(5) {
      margin-left: .5em;
    }

    /* .page-menu ul li {
      margin: .5em;
    } */

    .page-menu ul li a {
      font-size: .7em;
    }

    /* .page-menu img {
      width: 100%;
    } */

    .menu-black {
      width: 100%;
    }


    /* iPad Footer */

  .footer-top {
    display: block;
    width: 85%;
    padding: 1em auto;
    padding-bottom: 0;
    text-align: center;
  }

  .footer h5 {
    display: none;
  }

  .footer-top .logo {
    margin: auto;
    width: 70%;
    margin-bottom: 2em;
  }

  .footer-top .contact,
  .footer-top .menu {
    text-align: center;
  }

  .contact p, .contact a {
    font-size: 15px;
  }

  .footer-top .menu ul {
    margin-top: 2em;
    margin: 2em auto .75em;
    width: 65%;
  }

  @media only screen and (min-width: 769px) {
  .footer-top .contact {
    margin: 2em auto 1em !important;
    width: 100% !important;
  }
}

  .contact p, .contact a {
    font-size: 12px;
  }

  .footer-top .contact a {
    justify-content: center;
    margin-top: 1em;
  }

  .menu ul {
    display: flex;
    flex: wrap;
    justify-content: space-between;
    align-items: center;
    /* margin: 0; */
  }

  .menu ul li a {
    font-size: 12px;
  }

  .footer-bottom {
    display: block;
  }

}

/* Mobile footer */

@media only screen and (max-width: 520px) {
.footer-top .menu ul {
  margin-top: 2em;
  margin: 1.25em auto .75em;
  width: 85%;
}
}

/* 
.footer-top {
  display: block;
  width: 85%;
  padding: 1em auto;
  padding-bottom: 0;
  text-align: center;
}

.footer h5 {
  display: none;
}

.footer-top .logo {
  margin: auto;
  width: 90%;
  margin-bottom: 16px;
}

.footer-top .contact,
.footer-top .menu {
  text-align: center;
} */


  /* .contact {
    display: flex;
    flex-wrap: wrap;
  } */




  @media only screen and (min-width: 1200px) {
      /* Header */
      .page-menu ul {
        width: 60%;
      }

      /* Footer */
      .footer-top {
        width: 60%;
      }

      .light-line {
        width: 70%;
      }
  }







/* 
.main-contact  .top {
    display: flex;
}






.main-contact form {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
  }
  
  .main-contact .name {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  
  .main-contact form .name input {
    width: 42.5%;
    margin-bottom: 1rem;
    padding: 1.5vw 1.2vw 1vw 1.75vw;
    font-size: 16px;
    background: none;
    border: 0.2em solid #25a46e;
    color: #25a46e;
    font-family: "Roboto", sans-serif;
  }

  .main-contact form input[type=email] {
  width: 100%;
}

  
.main-contact form input::placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #25a46e;
    text-transform: uppercase;
  }
  
  .main-contact form input::-moz-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #25a46e;
    text-transform: uppercase;
  }
  
  .main-contact form input:-ms-input-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #25a46e;
    text-transform: uppercase;
  }
  
  .main-contactform input:-moz-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #25a46e;
    text-transform: uppercase;
  }
  
  .main-contact form textarea {
    width: 100%;
    height: 7rem;
    margin-bottom: 1rem;
    font-size: 16px;
    resize: none;
    padding: 1.5vw 1.2vw 1vw 1.75vw;
    font-family: "Roboto", sans-serif;
    color: #25a46e;
    background: none;
    border: 0.2em solid #25a46e;
    overflow-y: scroll;
  }
  
  .main-contact form textarea::placeholder {
    color: #25a46e;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
  }
  
  .main-contact form textarea::-moz-placeholder {
    color: #25a46e;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
  }
  
  .main-contact form textarea:-ms-input-placeholder {
    color: #25a46e;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
  }
  
  .main-contact form textarea:-moz-placeholder {
    color: #25a46e;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
  }
  
  .main-contact form input[type="text"]:focus::-webkit-input-placeholder,
  .main-contact form input[type="email"]:focus::-webkit-input-placeholder,
  .main-contact form textarea:focus::-webkit-input-placeholder {
    color: transparent;
  }
  
  .main-contact form input[type="text"]:focus::-moz-placeholder,
  .main-contact form input[type="email"]:focus::-moz-placeholder,
  .main-contact form textarea:focus::-moz-placeholder {
    color: transparent;
  }
  
  .main-contact form input[type="text"]:focus:-ms-input-placeholder,
  .main-contact form input[type="email"]:focus:-ms-input-placeholder,
  .main-contact form textarea:focus:-ms-input-placeholder {
    color: transparent;
  }
  
  .main-contact form input[type="text"]:focus:-moz-placeholder,
  .main-contact form input[type="email"]:focus:-moz-placeholder,
  .main-contact form textarea:focus:-moz-placeholder {
    color: transparent;
  }
  
  .main-contact form {
    user-select: none;
  }
  
  .main-contact input:focus,
  .main-contact textarea {
    outline: none !important;
  }
  
  .main-contact textarea,
  .main-contact input[type="text"],
  .main-contact  input[type="email"],
  .main-contact input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
  }

  .main-contact input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 2px;
  }


  .main-contact .bottom {
    display: flex;
    flex-wrap: wrap;
    margin: 3em auto 8vw;
    width: 80%;
}

.main-contact .bottom h2 {
    font-size: 25px;
}

.main-contact .info-block {
    display: flex;
    align-items: top;
    flex: 0 50%;
    margin-top: 5em;
}

.main-contact .info-block .info {
    text-align: left;
}

.main-contact .info-block .info p {
    width: 70%;
}

.main-contact .info-block .icon {
  width: 5em;
  margin-right: 2em;
}

.main-contact .info-block .icon img {
    align-self: center;
    width: 100%;

} */





.main-contact {
  margin-top: 8vw;
  width: 80%;
}

.main-contact a {
  color: #4874b1;
}

.main-contact  .top {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.main-contact .contact {
    width: 43%;
    text-align: left;
}

.main-contact .map {
  width: 45%;
}

.main-contact .map iframe {
    width: 100%;
    height: 100%;
}

/* .main-contact .bottom-1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main-contact .bottom-2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
} */



.main-contact .bottom {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin: 3em auto 8vw;
  /* width: 80%; */
}

.main-contact .bottom h2 {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: .75em;
}



  .main-contact .contact {
    text-align: left;
  }

  .main-contact .line {
    margin-left: 0;
    width: 47px;
  }

  .main-contact .contact h2 {
    margin-bottom: 0.75em;
    margin-top: 0.75em;
  }
  
  .main-contact .name {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  

  .wpcf7 #left {
  width: 44%;
  margin-right: 6%;
}

.wpcf7 #right {
  width: 44%;
margin-left: 6%;
}

.wpcf7 #left input {
    width: 100%;
    height: 40px;
    margin-bottom: 1em;
    padding: 0 1em;
    font-size: 14px;
    background: #EDEDED;
    border: none;
    color: #1f1f1f;
    font-family: "Roboto", sans-serif;


}

.wpcf7 #right input {
    width: 100%;
    height: 40px;
    margin-bottom: 1em;
    padding: 0 1em;
    font-size: 14px;
    background: #EDEDED;
    border: none;
    color: #1f1f1f;
    font-family: "Roboto", sans-serif;

}

.wpcf7 .clearfix {
  display: flex;
width: 100%;
}

.wpcf7 input[type=email] {
width: 100%;
}

.wpcf7 textarea {
width: 100%;
}

/* ?? */
.wpcf7 form {
  width: 90%;
  margin: 2.75em auto 0 0;
}
/*  */

.wpcf7 input[type=email] {
  width: 100%;
  height: 40px;
  margin-bottom: 1em;
  padding: 0 1em;
  font-size: 14px;
  background: #EDEDED;
  border: none;
  color: #1f1f1f;
  font-family: "Roboto", sans-serif;
}

  
.wpcf7 input::placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #1f1f1f;
  }
  
  .wpcf7 input::-moz-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #1f1f1f;
  }
  
  .wpcf7 input:-ms-input-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #1f1f1f;
  }
  
  .wpcf7 input:-moz-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #1f1f1f;
  }
  
  .wpcf7 textarea {
    width: 100%;
    height: 7rem;
    margin-bottom: 1em;
    font-size: 14px;
    resize: none;
    padding: 1em;
    font-family: "Roboto", sans-serif;
    color: #1f1f1f;
    background: #EDEDED;
    border: none;
    overflow-y: scroll;
  }

  .wpcf7 input[type=submit] {
    background-color: #4874b1;
        font-weight: 700;
        color: #ffffff;
        font-size: 15px;
        text-transform: uppercase;
        width: 145px;
        height: 40px;
        display: block;
        margin: 0;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
  }
  
  
  .wpcf7 textarea::placeholder {
    color: #1f1f1f;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  
  .wpcf7 textarea::-moz-placeholder {
    color: #1f1f1f;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  
  .wpcf7 textarea:-ms-input-placeholder {
    color: #1f1f1f;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  
  .wpcf7 textarea:-moz-placeholder {
    color: #1f1f1f;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  
  .wpcf7 input[type="text"]:focus::-webkit-input-placeholder,
  .wpcf7 input[type="email"]:focus::-webkit-input-placeholder,
  .wpcf7 textarea:focus::-webkit-input-placeholder {
    color: transparent;
  }
  
  .wpcf7 input[type="text"]:focus::-moz-placeholder,
  .wpcf7 input[type="email"]:focus::-moz-placeholder,
  .wpcf7 textarea:focus::-moz-placeholder {
    color: transparent;
  }
  
  .wpcf7 input[type="text"]:focus:-ms-input-placeholder,
  .wpcf7 input[type="email"]:focus:-ms-input-placeholder,
  .wpcf7 textarea:focus:-ms-input-placeholder {
    color: transparent;
  }
  
  .wpcf7 input[type="text"]:focus:-moz-placeholder,
  .wpcf7 input[type="email"]:focus:-moz-placeholder,
  .wpcf7 textarea:focus:-moz-placeholder {
    color: transparent;
  }
  
  .wpcf7 {
    user-select: none;
  }
  
  .wpcf7 input:focus,
  .wpcf7 textarea {
    outline: none !important;
  }
  
  .wpcf7 textarea,
  .wpcf7 input[type="text"],
  .wpcf7  input[type="email"] {
    -webkit-appearance: none;
    border-radius: 0;
  }

  .wpcf7 input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 2px;
  }

  
  /* .main-contact .bottom {
    display: flex;
    flex-wrap: wrap;
    margin: 3em auto 8vw;
    width: 80%;
  } */

/* .main-contact .bottom-1 {
  margin-top: 4em;
}

.main-contact .bottom-2 {
  margin-bottom: 8vw;
}
  
.main-contact .bottom-1 h2,
.main-contact .bottom-2 h2 {
    font-size: 25px;
}

.main-contact .info-block {
    display: flex;
    align-items: top;
    margin-top: 5em;
    width: 40%;
}

.main-contact .info-block .info {
    text-align: left;
} */


.main-contact .info-container {
  flex: 0 50%;
}


.main-contact .bottom .info-block {
  display: flex;
  align-items: top;
  /* justify-content: center; */
  margin-top: 5em;
}

/* .main-contact .bottom .info-container:nth-child(odd) .info-block {
      padding-right: 15%;
} */

.main-contact .bottom .info-container:nth-child(even) .info-block {
      padding-left: 15%;
}

/* .main-contact .bottom .info-container:nth-child(3) .info-block p {
  padding-right: 5vw;
} */

.main-contact .info-block .info {
  text-align: left;
  padding-left: 1.5em;
}

/* .main-contact .info-block .info p {
  width: 70%;
} */

.main-contact .info-block .info p {
    font-size: 15px;
    line-height: 2em;
    
}

/* .main-contact .info-block .icon { */
/* width: 5em; */
/* margin-right: 2em; */
/* } */

.main-contact .info-block .icon img {
  align-self: center;
  width: 100%;

}


/* .main-contact .info-block .info p {
    width: 80%;
} */

/* .main-contact .info-block .icon { */
    /* margin-right: 2em; */
/* } */

/* .main-contact .bottom-1 .info-block:nth-child(1) .icon {
  width: 5em;
  
}
.main-contact .bottom-1 .info-block:nth-child(2) .icon {
  width: 5em;
}
.main-contact .bottom-2 .info-block:nth-child(1) .icon {
  width: 5em;
}
.main-contact .bottom-2 .info-block:nth-child(2) .icon {
  width: 5em;
} */

/* .main-contact .info-block .icon {
  width: 5em;
}

.main-contact .info-block .icon img {
    width: 50%;
} */




.main-contact .bottom .info-block:nth-child(1) .icon img {
  width: 2.35em;
  /* margin: 0 5.2px; */
}
.main-contact .bottom .info-block:nth-child(2) .icon img {
  width: 2em;
  /* margin: 0.25em 0.5em 0; */
}
.main-contact .bottom .info-block:nth-child(3) .icon img {
  width: 2.35em;
  /* margin: 0 5.2px; */
}
.main-contact .bottom .info-block:nth-child(4) .icon img {
  width: 3em;
}





@media only screen and (max-width: 768px) {
    .main-contact {
      width: 85%;
    }

    .main-contact  .top {
      display: block;
      margin-bottom: 5em;
    }

    .main-contact .contact, .main-contact .map {
      width: 100%;
  }

  .wpcf7 {
    width: 100%;
    margin: 2.5em auto 4em;
  }
  
  .main-contact .contact h2 {
    font-size: 2em;
    margin-top: 1.25em;
  }
  
  .main-contact .line {
    width: 40px;
  }
  
  .wpcf7 #left, .wpcf7 #right {
    width: 45%;
  }

  .wpcf7 #left input, .wpcf7 #right input {
    height: 35px;
    margin-bottom: 1.25em;
    padding: 0 .9em;
    font-size: 13px;
  }

  .wpcf7 input[type="email"] {
    width: 100%;
    height: 35px;
    margin-bottom: 1.25em;
    padding: 0 .9em;
    font-size: 13px;
  }

  .wpcf7 input[type="submit"] {
    font-size: 13px;
    width: 125px;
    height: 35px;
    margin-top: 0;
    border-radius: 2px;
}

.main-contact .map {
  height: 70vh;
}

/* 772px!!! */

  /* .main-contact .bottom {
      margin: 2em auto 15vw;
  }

  .main-contact .bottom .info-block {
    margin-top: 2.5em;
  }
  
  .main-contact .bottom .info-container:nth-child(odd) .info-block {
        padding-right: 0;
  }
  
  .main-contact .bottom .info-container:nth-child(even) .info-block {
        padding-left: 0;
  }
  
  .main-contact .info-block .info {
    text-align: left;
    padding-left: 0;
  }
  

  .main-contact .info-block .info h2 {
    font-size: 1.2em;
  }
  
  .main-contact .info-block .info p {
      font-size: 13px;
      line-height: 2em;
      
  }

  .icon {
    display: none;
  } */

}





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

  .main-contact .bottom {
    display: block;
  }
}




@media only screen and (max-width: 808px) {
  .main-contact .bottom {
    margin: 2em auto 15vw;
}

.main-contact .bottom .info-block {
  margin-top: 2.5em;
}

.main-contact .bottom .info-container:nth-child(odd) .info-block {
      padding-right: 0;
}

.main-contact .bottom .info-container:nth-child(even) .info-block {
      padding-left: 0;
}

.main-contact .info-block .info {
  text-align: left;
  padding-left: 0;
}

/* .main-contact .info-block .info p {
  width: 70%;
} */

.main-contact .info-block .info h2 {
  font-size: 1.2em;
}

.main-contact .info-block .info p {
    font-size: 13px;
    line-height: 2em;
    
}

.main-contact .info-container:nth-child(3) .info-block p,
.main-contact .info-container:nth-child(4) .info-block p {
  padding-right: 6vw;
}

.main-contact .bottom .info-block:nth-child(1) .icon img {
  width: 1.25em;
  /* margin: 0 5.2px; */
}
.main-contact .bottom .info-block:nth-child(2) .icon img {
  width: 1.25em;
  /* margin: 0.25em 0.5em 0; */
}
.main-contact .bottom .info-block:nth-child(3) .icon img {
  width: 1.25em;
  /* margin: 0 5.2px; */
}
.main-contact .bottom .info-block:nth-child(4) .icon img {
  width: 1.25em;
}

.icon {
  display: none;
}
}


@media only screen and (min-width: 950px) {
  .main-contact .info-block .info p {
    padding-right: 5vw;
  }
}


@media only screen and (min-width: 1200px) {
    .main-contact {
      width: 70%;
    }
}

@media only screen and (min-width: 1300px) {
    .main-contact {
      width: 60%;
    }
}


/* Header Fixes */


@media only screen and (max-width: 768px) {  
  .header-image .arrow {
      width: 12%;
      margin-top: 65vh;
  }
}
  
  @media only screen and (min-width: 768px) {
      .header-image .arrow {
           width: 6%;
           margin-top: 70vh;
  }
  }
  
  @media only screen and (min-width: 1100px) {
      .header-image .arrow {
           width: 5%;
           margin-top: 65vh;
  }
}
  @media only screen and (min-width: 1500px) {
  
  .header-image .arrow {
      width: 3%;
  }
    
  }