/*
Theme Name:   Gaarden & Gaden
Theme URI:    http://loserweb.dk/theme/basically-child
Description:  Basically Child Theme created for Gaarden & Gaden 2017
Author:       Jonas & Rikke
Template:     basically-bootstrap-4
Version:      1.0.0
Text Domain:  gogg
*/

/* Font */
@import url('https://fonts.googleapis.com/css?family=Old+Standard+TT:400,700');

/* General */
html{scroll-behavior:smooth}
* {
  font-family: 'Old Standard TT', serif;
}
.text-content a,
.text-content a:hover,
.text-content a:active,
.text-content a:visited,
.text-content a:focus {
  color: inherit;
  text-decoration: underline;
}
button,
button:active,
button:focus,
button:visited {
  outline: 0;
}
figure {
  margin: 0;
}
h1 {
  font-weight: 700;
}
h3 {
  padding-top: 15px;
}
.hidden {
  display: none;
}
.object-fit {
  object-fit: cover;
  width: 100%;
}
.button {
  padding: 5px 15px;
  font-family: inherit;
  border: none;
}
input {
  font-family: inherit;
}

/* Header */
.custom-logo {
  max-height: 95px;
  width: auto;
  position: relative;
  top: 10px;
  margin: 10px 0;
  transition: all .5s;
}
.header-background,
.mobile-specific-header {
  position: fixed;
  width: 100%;
  z-index: 10;
}
.page-header {
  padding-bottom: 0;
  padding-top: 0;
}
.primary-mobile-header {
  display: none;
}
.mobile-header {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-header {
    height: 95px;
  }
  .custom-logo {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 414px) {
  .BookingBox {
    max-width: 300px !important;
  }
  .custom-logo {
    max-height: 70px;
  }
}
@media screen and (max-width: 320px) {
  .BookingBox {
    max-width: 250px !important;
  }
}

/* Navigation */
#header-menu .navbar-nav .nav-link {
  color: #334e6b;
  padding: 1em;
}
.navbar-toggler {
  border: none;
}
.dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 0;
  background-color: #f7dadf
}
@media screen and (max-width: 1000px) {
  .primary-mobile-header {
    display: flex;
  }
  .mobile-header {
    display: block;
  }
  .primary-header-container {
    display: none;
  }
  .mobile-navbar {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }
  .navbar-toggler {
    position: absolute;
    top: -75px;
    right: 20px;
    border: none;
  }
  .navbar-nav {
    text-align: center;
  }
  .dropdown-menu {
    text-align: center;
    background-color: transparent;
  }
}
@media screen and (max-width: 1024px) {
  #header-menu .navbar-nav .nav-link {
    padding: 0.5em;
  }
}
@media screen and (max-width: 414px) {
  .navbar-toggler {
    top: -55px;
    right: 10px;
  }
}

/* Content */
.entry-header {
  padding-top: 30px;
}
.content-area {
  padding: 0;
  margin-top: 95px;
}
.ie .slideshow {
  max-width: 1000px;
  margin-top: 40px;
}
.home .slideshow {
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.metaslider .slides img {
  max-height: 70vh !important;
  width: auto !important;
  margin: auto !important;
  max-width: 100% !important;
}
.brun {
  background-color: #5f372c;
  color: #f7dadf;
}
.brun .button {
  background-color: #f7dadf;
  color: #5f372c;
}
.graa {
  background-color: #cacacd;
  color: #334e6b;
}
.graa .button {
  background-color: #334e6b;
  color: #cacacd;
}
.gul {
  background-color: #fff5b8;
  color: #334e6b;
}
.gul .button {
  background-color: #334e6b;
  color: #ffffff;
}
.petrolium {
  background-color: #334e6b;
  color: #f7dadf;
}
.petrolium .button {
  background-color: #f7dadf;
  color: #334e6b;
}
.turkis {
  background-color: #1b7190;
  color: #f7dadf;
}
.turkis .button {
  background-color: #f7dadf;
  color: #1b7190;
}
.text-content .row-content {
  max-width: 80%;
  padding: 80px 0;
}
.full-width-row {
  padding: 80px 0;
  max-width: 740px;
  margin: auto;
}
.BookingBox {
  width: 350px !important;
}
.BookingBox .title {
  display: none;
}
.BookingBoxContent .BookSubmit {
  border-radius: 0 !important;
  border: 0 !important;
}
@media screen and (min-width: 992px) and (max-width: 1700px) {
  .front-row {
    max-height: 800px;
  }
  .equal-height figure {
    min-height: 800px;
  }
  .safari .booking-row .equal-height figure {
    min-height: 700px;
  }
}
@media screen and (max-width: 414px) {
  .content-area {
    margin-top: 60px;
  }
  .slideshow {
    max-width: 80%;
    margin: auto;
  }
}

/* Footer */
#footer-row-bottom ul {
  list-style: none;
}
#footer-row-bottom ul li {
  display: inline;
  padding: 5px;
}
#footer-area-bottom-text-2 {
  text-align: center;
}
#scroll-to-top {
  display: none;
  background: url('/wp-content/themes/gogg/assets/images/drop.png') no-repeat center center;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  width: 20px;
  height: 53px;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  #footer-row-bottom ul li {
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -40px;
  }
}
