/*
	Theme Name: Soulstease
	Theme URI: https://soulstease.6sense.com.au
	Author: Douglas Marsh
	Author URI: https://6sense.com.au
	Description: Custom Theme for Soulstease
	Version: 1.0.0
*/

/* FONT CONTENT */

@font-face{
    font-family: "Ignotum";
    src: url("../font/Ignotum-Regular.ttf") format("truetype");
  }
@font-face{
    font-family: "KUNSTLER";
    src: url("../font/KUNSTLER.TTF") format("truetype");
}
body {
    background-color: #000000;
    color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
}
p {
    color:white;
    font-family: 'Roboto';
    font-size: 1em;
}
em {
    color:white;
    font-family: 'Roboto';
    font-size: 0.8em;
}
h1 {
    font-size: 4em;
    font-style: normal;
    font-family: 'Anton';
    font-weight: 300;
}
h2 {
    font-size: 2em;
    font-style: normal;
    font-family: 'Anton';
    font-weight: 300;
}
h3 {
    font-size: 1.6em;
    font-style: normal;
    font-family: 'Ignotum';
    font-weight: 300;
}
h4 {
  color: white;
  font-size: 1.4em;
  font-style: normal;
  font-family: 'Ignotum';
  font-weight: 300;
  margin-bottom: 0px;
}
.heading-scroll {
    color:white;
    font-size: 3em;
    font-family: 'KUNSTLER';
    font-weight: 100;
}
.buttonheading {
    font-size: 1em;
    font-style: normal;
    font-family: 'Anton';
    font-weight: 300;
}
.button-scroll {
    color:white;
    font-size: 1em;
    font-family: 'KUNSTLER';
    font-weight: 100;
}
.bannertext {
    color: white;
    font-size: 3em;
    font-style: normal;
    font-family: 'Ignotum';
    font-weight: 300;
    margin-bottom: 0px;
}
.white-text {
    color: white!important;
}

/* INPUT CONTENT */

.textinput {
    padding: 10px;
    font-family: 'Roboto';
    width: 80%;
}
.textarea {
    padding: 10px;
    font-family: 'Roboto';
    width: 80%;
    height: 120px;
}
.dateinput {
    padding: 10px;
    font-family: 'Roboto';
    width: 80%;
}
.errortext {
    height: 20px;
    font-family: 'Roboto';
}
.formlabels {
color: white;
  font-size: 1.4em;
  font-style: normal;
  font-family: 'Ignotum';
  font-weight: 300;
  margin-bottom: 10px;
}
.button {
    background-color: #cc0000;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    padding: 15px 20px;
    font-size: 1em;
}
.button:hover {
    background-color: #ff0000;
}
.successmessage {
    font-family: 'Roboto';
    color: green;
    padding: 10px;
}

/* GENERAL CONTENT */

.menulinks {
    font-size: 1.8em;
    font-family: 'Ignotum';
    font-style: normal;
    font-stretch: normal;
    color: white;
    text-decoration: none;
    padding: 10px;
}
.footerheadings {
    font-size: 1.8em;
    font-family: 'Ignotum';
    font-style: normal;
    font-stretch: normal;
    color: white;
    text-decoration: none;
    padding: 10px;
}
.footerlinks {
  font-size: 1em;
  font-family: 'Roboto';
  font-style: normal;
  font-stretch: normal;
  color: white;
  text-decoration: none;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
.center-content {
    text-align: center;
}
.topnav {
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-social {
    float: right; 
    color: white;
    font-size: 30px!important;
    padding-right: 20px;
}
.container {
    position: relative;
    width: 100%;
    max-width: 1600px;
    font-family: 'Roboto';
  }
  .container .menu-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #cc0000;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    font-family: 'Roboto';
    font-size: 1.6em;
    padding: 15px 10px;
    width: 300px;
  }
  .container .menu-btn:hover {
    background-color: #ff0000;
  }
.fine-border {
    border-top: 2px solid white; 
    border-bottom: 2px solid white;
    padding: 20px;
}
.info {
    padding: 10px;
}
.bottom-social {
  color: white;
  font-size: 36px!important;
}
.footer1, .footer2, .footer3, .footer4 {
    color: white;
    font-family: 'Roboto';
    font-size: 1.2em;
    padding: 0px 25px 25px 25px;
}
.disclaimer {
  padding: 20px;
  font-size: 0.9em;
}
.space-above {
    margin-top: 10px;
}
.space-below {
    margin-bottom: 20px;
}

/* MODAL CONTENT */

#modalClose, #modalTitle {
    color: #000000;
}
.modalText {
    color: #000000;
    margin-top: 10px;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 30px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    border-radius: 10px;
  }
  .gal-modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 10px 10px 10px 10px;
    border: 1px solid #888;
    width: 800px; /* Could be more or less, depending on screen size */
    max-width: 80%;
    border-radius: 10px;
  }
  .close {
    color: red;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .top-right {
    position: relative;
    top: 40px;
    right: 20px;
  }
  .close:hover, .close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
  }

/* GRID CONTENT */

.grid {
    display: grid;
    grid-template-columns: 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.37%;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
}
.grid1 {
    grid-column: 1 /span 3;
}
.grid2 {
    grid-column: 4 /span 3;
}
.grid3 {
    grid-column: 7 /span 3;
}
.grid4 {
    grid-column: 10 /span 3;
}
.grid1st {
    grid-column: 1 /span 6;
    padding: 10px;
}
.grid2nd {
    grid-column: 7 /span 6;
    padding: 10px;
}
.innergrid {
    display: grid;
    grid-template-columns:  33.3% 33.3% 33.4%;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
}
.inner1 {
    grid-column: 1 /span 2;
    padding: 10px;
    font-family: 'Roboto';
}
.inner2 {
    grid-column: 3 /span 1;
    
}
.halfgrid {
    display: grid;
    grid-template-columns: 50% 50%;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
}
.half1 {
    grid-column: 1 /span 1;
    padding: 10px;
    font-family: 'Roboto';
}
.half2 {
    grid-column: 2 /span 1;
    padding: 10px;
    font-family: 'Roboto';
}
.dummy {
    background-color: white;
}

/* CHECKBOX CONTENT */

.cbcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
     /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Roboto';
  }
  .cbcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  .cbcontainer:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .cbcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .cbcontainer input:checked ~ .checkmark:after {
    display: block;
  }
  .cbcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

@media screen and (max-width: 900px) {

    .bannertext{
        font-size: 2em;
    }
    .grid1st {
        grid-column: 1 /span 12;
    }
    .grid2nd {
        grid-column: 1 /span 12;
    }
    .inner1 {
        grid-column: 1 /span 3;
    }
    .inner2 {
        grid-column: 1 /span 3;
    }
    .textinput {
        width: 90%;
    }
    .textarea {
        width: 90%;
    }
    .dateinput {
        width: 90%;
    }
}

@media screen and (max-width: 650px) {
    .footerheadings {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 550px) {
    .hide {
        display: none;
    }
    h1 {
        font-size: 2.4em;
    }
    p {
        font-size: 0.9em;
    }
    .footerlinks {
        font-size: 0.9em;
    }
    .container .menu-btn {
        top: 60%;
        width: 200px;
        font-size: 1.2em;
    }
    .buttonheading {
        font-size: 0.8em;
    }
    .heading-scroll {
        font-size: 2em;
    }
    .menulinks {
        font-size: 1em;
    }
    h2 {
        font-size: 1.8em;
     }
     .footer1, .footer2, .footer3, .footer4 {
        padding: 0px 10px 10px 10px;
    }
    .grid1 {
        grid-column: 1 /span 6;
    }
    .grid2 {
        grid-column: 7 /span 6;
    }
    .grid3 {
        grid-column: 1 /span 6;
    }
    .grid4 {
        grid-column: 7 /span 6;
    }
    .footerbrand {
        grid-column: 1 /span 12;
    }
    .grid1st {
        grid-column: 1 /span 12;
    }
    .grid2nd {
        grid-column: 1 /span 12;
    }
    .inner1 {
        grid-column: 1 /span 3;
    }
    .inner2 {
        grid-column: 1 /span 3;
    }
}

/* GALLERY CONTENT */

.box {
    cursor: pointer;
}
*:before,
*:after,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.gal-container {
  width: 1400px;
  margin: 20px auto;
  columns: 4;
  column-gap: 20px;
}
.gal-container .box {
  width: 100%;
  margin-bottom: 10px;
  break-inside: avoid;
}
.gal-container .box img {
  max-width: 100%;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .gal-container {
    width: calc(100% - 40px);
    columns: 3;
  }
}
@media (max-width: 768px) {
  .gal-container {
    columns: 2;
  }
}
@media (max-width: 480px) {
  .gal-container {
    columns: 1;
  }
}
