/*
Theme Name: Camel Camp
Theme URI:
Author: Ergohub Creative 2021
Description:  Camel Camp Website
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.GNU.org/license/
Tags; N/A
Text Domain: camelcamp
/*

@charset "UTF-8";
/* CSS Document */

:root {
  /* -- FONTS -- */
  --titleFont : 'lemongrass-script', sans-serif;
  --bodyFont : 'laca-text', sans-serif;

  /* -- COLOURS -- */
  --primaryColour : #008bb2 ; /* blue */
  --secondaryColour : #333333 ; /* Grey */
  --textGrey : #666666;
  --buttonColour : #6ead00 ; /* Bright Green */
  --white : #ffffff ;

}
html {
  box-sizing: border-box;
  font-size: 62.5%; /* Now 10px = 1rem */
}
*, *:before, *,after {
  box-sizing: inherit;
}

body {
  font-family: var(--bodyFont);
  font-weight: 300;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2;
  /* background-color: var(--textGrey); */
}

p {
  color: var(--textGrey);
}

/* HEADINGS */
H1, H2, H3 {
  font-family: var(--titleFont);
  margin: 3.8rem 0;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
}


/* GLOBALS */
h1 {

}
h2 {
  font-size: 4.8rem;
  text-align: center;
}

h2::after {
  content: "";
  display: block;
  margin: 1rem auto;
  background-image: url('img/under-wiggle.gif');
  background-repeat: no-repeat;
  width: 154px;
  height: 17px;
}

h3 {
  font-size: 4.8rem;
}

a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding:0;
  margin:0;
}
img {
  max-width: 100%;
  height: auto;
}

/* UTILITIES */
.classic-tent-section {
  height: 38.8rem;
  background-image: url(img/classic-background.gif);
  background-repeat: repeat-x;
  background-position: center;
}

.sultans-tent-section {
  height: auto;
  background-image: url(img/sultans-background.gif);
  background-repeat: repeat-x;
  background-position: center;
}

.classic-tent-section h3 {
    text-align: center;
    color: var(--white);
}

.sultans-tent-section h3 {
    text-align: center;
    color: var(--white);
}

.sultans-tent-section h3::after {
  content: "";
  display: block;
  margin: 1rem auto;
  background-image: url('img/under-wiggle-white.gif');
  background-repeat: no-repeat;
  width: 154px;
  height: 17px;
}

.classic-tent-section h3::after {
  content: "";
  display: block;
  margin: 1rem auto;
  background-image: url('img/under-wiggle-white.gif');
  background-repeat: no-repeat;
  width: 154px;
  height: 17px;
}

.display-price {
  font-size: 3rem;
  font-weight: 400;
  color: var(--primaryColour);
}

.paypalbuttonimage {
  margin-left: -25%;
}
/* HEADER */
.site-header {
  background-image: url(img/menuback.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  height:17rem;
}

.logo {
  display: flex;
  justify-content: center;
  margin-top: -3rem;
}
.logo img {
  margin-top: -1rem;
  width: 27.3rem;
}
@media (min-width: 768px) {
  .navigation-bar {
      display: flex;
      justify-content: space-between;
  }
}

@media (max-width: 768px) {

  /* MENU */
  nav.main-menu {
    display:none;
  }

  .site-header {
    height: 25rem;
  }

  .logo {
    display:block;
    margin-top: 2rem;
    width: 100%;
    text-align: center;
  }

  .site-header {
    height:auto;
  }

  .slicknav_menu{
    display:none;
  }
  .spacer {
    display: none;
  }
}

.header-contact {
  display: flex;
  justify-content: flex-end;
}
.header-contact {
  width: 100%;
  height: 6.8rem;
}
.main-menu {
  display:flex;
  align-items: center;
}

.main-menu .menu {
  display:flex;
}

.main-menu li {
  margin-right: 4rem;
}

.main-menu li:last-of-type {
  margin-right: 0;
}

.main-menu a {
  color: var(--primaryColour);
  font-size: 1.9rem;
  font-weight: 300;
  text-transform: uppercase;
}




/* Page tile header */

.now {
  margin-top: 20%;
}
.home-header {
  position: relative;
  margin: -1.5rem 0 8rem 0;
  padding: 2rem 0;
  height: 25.9rem;
  background-image: url(img/home-header-background.gif);
  background-repeat: repeat-x;
}
.home-header h2 {
  color: var(--white);
}
.home-header h2::after {
  content: "";
  margin:0;
  background:none;
}

.title-header {
  position: relative;
  margin-top: -1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52rem;
  background-color: var(--textGrey);
  z-index: -10;
}

.header-footer {
  position: relative;
  margin: -1.5rem 0 0 0;
  padding: 2rem 0;
  height: 2rem;
  background-image: url(img/header-footer-background.gif);
  background-repeat: repeat-x;
}

.title-header-festival {
  position: relative;
  margin-top: -3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70rem;
  background-color: var(--textGrey);
  z-index: -10;
}

.title-header-festival p {
  margin:0 50rem;
  color:var(--white);
}
.event-date-festival {
  text-transform: uppercase;
  font-size:3rem;
}

.header-title-block-home {  /*  To be used for the homepage header */
    display: block;
    width: 81.7rem;
    text-align: center;
    background: linear-gradient(0deg, rgba(145,34,20,0.5) 0%, rgba(0,34,64,0.5) 100%);
}

.header-title-block-home h1 {
  margin: 2rem 0;
  font-size: 8.2rem;
  line-height: 1;
  color: var(--white);
}

.header-title-block {
    display: block;
    padding: 12rem 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: linear-gradient(0deg, rgba(145,34,20,0.5) 0%, rgba(0,34,64,0.5) 100%);
}

.header-title-block h1 {
  margin: 2rem 0;
  font-size: 8.2rem;
  line-height: 1;
  color: var(--white);
}

.header-title-block p {
  margin: 1rem 30rem;
  font-size: 2rem;
  line-height: 1.3;
  color: var(--white);
}

.home_page_feature {
  text-align: center;
}

.wp-block-buttons {
  justify-content: center;
}

.wp-block-button__link {
  border-radius: 0;
  background-color: var(--buttonColour);
}
/* EVENTS PAGE */
.event-list {
  margin:0 0 4rem 0;
}
.event-list p {
  line-height: 1.6;
}
.event-list h3 {
  margin-bottom: 0.5rem;
}

.event-date {
  color: var(--primaryColour);
  text-transform: uppercase;
}

.event-image-holder {
  margin:4.5rem 0 0 0;
  width: auto;
  height:auto;
  background-color: var(--primaryColour);
}

.event-image-holder img {
  margin:1rem;
}

.book-your-tent-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5rem 0;
  height: 9.7rem;
  background-image: url(img/book-tent-background.gif);
  background-repeat: repeat-x;
  background-position: center;
}

.book-your-tent-header h3 {
  color: var(--white);
  text-transform: uppercase;
}

.product-title{
  font-size: 2rem;
}
.tent-info {
  font-size: 1rem;
  line-height: 1.5;
}

.wp-block-column h4{
  font-size: 2rem;
}
/* FORM SECTION */
.form-section {
  position: relative;
  padding: 2rem 0;
  height: auto;
  background-color: #009245;
  background-image: url(img/form-section-background.gif);
  background-repeat: repeat-x;
}

.form-section h3 {
  color: var(--white);
}

.form-section p {
  color: var(--white);
}
.wpcf7 {
  margin-top: 3.8rem;
}

.wpcf7 label {
display: flex;
justify-content:space-between;
}

.wpcf7 p {
  padding: 0;
  margin: 0;
}

.wpcf7 input, textarea {
width:100%;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
}

.wpcf7 .wpcf7-submit {
  background-color: #f7aa4a;
  color: var(--textGrey);
}

/* FOOTER */
.site-footer {
  display:flex;
  align-items: center;
  position: relative;
  margin-top: -1rem;
  height: 26.6rem;
  background-image: url(img/footerBackground.gif);
  background-repeat: repeat-x;
  z-index:5;
}


.footer-navigation {
  display:flex;
  justify-content: space-between;
  margin-top:2.5rem;
}
.footer-logo {
  display: flex;
  justify-content: center;
}
.footer-contacts {

}

.footer-logo img {
  width: 21rem;
  height: auto;
}
.footer-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer-icons img {
  margin:0 .5rem;
}
.footer-info p{
  margin-top:-rem;
  color: var(--white);
  line-height: 1.25;
}
.footer-menu a {
  color: var(--white);
  font-size: 1.5rem;
  text-transform: uppercase;
}
.pp-btn{margin-left:5%;}
.mobbly {display:none;}

/* Mobile Menu */
@media (min-width: 768px) {
  .slicknav_menu{
    display:none !important;
  }

 #spacer {
   display: none;
 }

  .logo {
    display: block;
    text-align: center;
  }
}

.slicknav_menu {
  display:flex;
  flex-direction: column;
}

.slicknav_menu {
  background-color: transparent;
}
.slicknav_btn {
  display: flex;
    justify-content: center;
  background: var(--primaryColour);
}
.slicknav_nav a {
  color: var(--primaryColour);
  font-size: 2rem;
  text-align: center;
}

@media (max-width: 768px) {
  .site-header {
    padding-bottom:2rem;
  }
  .title-header h1 {
    font-size: 6rem;
    margin: 2rem;
  }

  .home-header h2 {
    font-size: 3rem;
  }

  .title-header p {
  margin: auto 1rem;
  }
  .header-title-block p {
    margin: auto 1rem;
  }
  .now {display:none;}
  .col {
      flex: 0 0 100%;
  }
  .book-your-tent-header h3 {
    font-size: 4rem;
  }
  .classic-tent-section {
    height: auto;
    background-repeat: repeat-y;
    background-position: center;
  }
  .classic-tent-section .wp-block-column{
        flex-basis: 0% !important;
  }
  .sultans-tent-section .wp-block-column{
        flex-basis: 0% !important;
  }
  .footer-message {display:none;}
  .footer-menu a {
    display: flex;
    justify-content: center;
  }
  .footer-logo{
    display:none;
  }
  .footer-navigation {
    display: flex;
    flex-direction: column;
  }
  .mobile-break { display:none;}
  .pp-btn {margin-left:40%;}
  .display-price {text-align:center;}
  .product-title {text-align:center;}
  .desky {display: none;}
  .mobbly {
    display:block;
  }
}
