/*
Theme Name: Ravenhall Sports 2019
Author: Aevan Aguilar
*/

/*
TOMMY BLUE: 59C4F0
OLD BLUE: 4a91d3
*/

/*************
*   Global   *
**************/

body {
  background-color: white;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1 {
  font-family: "Muli";
  font-size: 80px;
  font-weight: 900;
}

p {
  font-family: "Open Sans", sans-serif;
}

h2 {
  font-family: "Muli";
  font-weight: 700;
  font-size: 60px;
  color: #4a91d3;
}

h3,
h4,
h5,
h6 {
  font-family: "Muli";
  font-weight: 700;
  letter-spacing: 1px;
}

.content {
  background-color: white;
}

/*************
* Navigation *
**************/

.nav-container {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 1;
  transition: background-color 0.3s ease;
  height: 63px;
  padding: 0px 30px;
}

.solid-nav {
  background-color: #2b2b2b;
  /* background-color:#4a91d3; */
  transition: background-color 0.3s ease;
}

.nav-row {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation {
  margin-top: 13px;
  padding-top: 8px;
  display: flex;
}

.navigation:before,
.navigation:after {
  content: "";
  display: table;
}
.navigation:after {
  clear: both;
}
.navigation {
  *zoom: 1;
}

.navigation li a {
  color: white;
  font-family: "Muli";
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.navigation li {
  list-style: none;
}

.navigation li a:link,
.navigation li a:visited {
  display: block;
  padding: 0px;
  margin: 0px 20px;
  text-decoration: none;
}

.navigation li a:link::after,
.navigation li a:visited::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: white;
  transition: width 0.3s;
}

.navigation li a:hover::after {
  width: 100%;
  transition: width 0.3s;
}

.navigation li.current-menu-item a:link::after,
.navigation li.current-menu-item a:visited::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: white;
}

.sub-menu {
  left: -999em;
  position: absolute;
  background: #333;
  padding: 5px 10px 5px 0px;
  margin-top: -3px;
}

.sub-menu a {
  color: #4a91d3;
}

li:hover > .sub-menu {
  left: auto;
}

.burger {
  display: none;
}

.nav-title-text {
  display: none;
}

.nav-title-logo {
  margin-top: 25px;
}

@media only screen and (max-width: 1060px) {
  .navigation {
    position: absolute;
    right: 0px;
    top: 50px;
    height: 900vh;
    background-color: #2b2b2b;
    display: flex;
    flex-direction: column;
    width: 40%;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    padding: 0;
  }

  .nav-container {
    display: block;
  }

  .nav-row {
    margin: 12px 15px;
  }

  .navigation li {
    padding-top: 25px;
  }

  .nav-title-logo {
    display: none;
  }

  .nav-title-text {
    display: block;
    color: white;
  }

  .smaller {
    height: 40px;
  }

  .nav-container {
    background-color: #2b2b2b;
  }

  .burger {
    display: block;
    cursor: pointer;
  }

  .burger i {
    color: white;
  }
}

.burger-active {
  transform: translateX(0%);
}

/**********
* Footer *
*********/

footer {
  background-color: rgb(68, 68, 68);
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
}

footer .footer-title {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
}

footer .footer-title::after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  margin-top: 2px;
  background: #4a91d3;
}

.contact-list {
  list-style: none;
  padding: 0;
  font-size: 12px;
  color: white;
  font-weight: 100;
}

.contact-list li {
  padding: 0px 0px;
  margin: 0px;
}

.contact-list li a:link,
.contact-list li a:visited {
  color: white;
}

.contact-list li a:hover {
  color: #4a91d3;
  transition: 0.3s ease;
  text-decoration: none;
}

.credit {
  background: black;
  color: rgb(105, 105, 105);
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  text-align: center;
  padding: 5px 0px;
}

/*************
* Home Page *
*************/

.home {
  padding: 0px;
  width: 100vw;

  background-image: url("http://ravenhallsports.com.au/badminton-test/wp-content/uploads/2019/10/hero_image.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}

.home-image img {
  width: 100vw;
}

.title-text {
  color: white;
  padding-top: 250px;
  letter-spacing: 5px;
}

.logo {
  height: 80px;
  transition: 0.3s ease;
}

.smaller {
  height: 40px;
  transition: 0.3s ease;
}

.small-fix {
  margin-top: 0px;
  transition: 0.3s ease;
}

.color-overlay {
  background-color: rgba(0, 0, 0, 0.39);
  height: 600px;
}

.fb-post {
  background-color: white;
}

.your-class {
  margin-top: 20px;
  margin-right: 30px;
}

/*************
*  V-Split A  *
**************/

.vsplit {
  background-color: rgb(247, 247, 247);
  padding: 30px 0px;
}

.vtitle {
  color: #4a91d3;
}

.divider {
  margin-left: 15px;
  border: solid 3px #4a91d3;
  width: 75px;
}

.fa-stack > .fas {
  color: white;
}

.fa-stack > .fa-circle {
  color: #4a91d3;
}

.vtext {
  height: 300px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

/*************
*  V-Split B *
**************/

.services {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #4a91d3;
}

.services img:hover {
  height: 180px;
  transition: height 0.3s ease;
}

.services .icon-container {
  min-height: 200px;
}

@media only screen and (max-width: 740px) {
  .services {
  }

  .title-text > h1 {
    font-size: 40px;
  }

  .title-text > h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1920px) {
  .services {
  }
}

.services > h2 {
  font-size: 50px;
}

.vsplit-title {
  color: white;
}

.vtitle-b > h4 {
  font-size: 30px;
  font-weight: 900;
  color: white;
}

.vtext-b {
  text-align: center;
  color: white;
}

.ourfac {
  padding-bottom: 20px;
}

.btn {
  margin-bottom: 50px;
}

/************************
*  Latest News/Gallery *
************************/

.placeholder {
}

.latest-news {
  border-left: 3px solid #e4e4e4;
  padding-left: 30px;
}

@media only screen and (max-width: 765px) {
  .latest-news {
    border-top: 3px solid #e4e4e4;
    border-left: none;
    margin-top: 20px;
    padding-top: 30px;
  }
}

/*******************
*  Button Default  *
********************/

.button-container {
  padding-top: 10px;
}
.btn-primary {
  background-color: #2c6294;
  border-color: #2c6294;
}

.btn-primary:hover {
  background-color: #477daf;
  border-color: #477daf;
}

/* Placeholder */
.placeholder {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 30px;
}

/****************
*  Single Page  *
****************/

.page {
  background-color: rgb(240, 240, 240);
}

.page-head {
  background-image: url("http://ravenhallsports.com.au/badminton-test/wp-content/uploads/2019/10/hero_image.jpg");
  background-position: center;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-head-overlay {
  background-color: rgba(0, 0, 0, 0.39);
  height: 300px;
  display: flex;
  align-items: center;
}

.page-head-overlay h3 {
  margin: 0 auto;
  text-transform: uppercase;
  background-color: #428cd1;
  padding: 5px 15px;
  color: white;
  font-size: 36px;
}

.page-body ul {
  list-style-position: inside;
  font-size: 17px;
}

.page-body {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-body p {
  font-family: "Open Sans";
  font-size: 17px;
  line-height: 1.5;
}

.page-body img {
  margin-right: 10px;
}

.page-body h2,
.page-body h3,
.page-body h4,
.page-body h5 {
  margin-top: 40px;
  font-family: "Oswald";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #4a91d3;
  padding-bottom: 8px;
  border-left: 8px solid #428cd1;
  padding-left: 1rem;
  margin-bottom: 2rem;
}

table .important-row {
  color: #4a91d3;
  font-weight: bold;
}

/* .page-body h2::after,
.page-body h3::after,
.page-body h4::after,
.page-body h5::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 2px;
  background: #4a91d3;
} */

.page-body table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Open Sans";
  font-size: 14px;
}

.page-body td,
.page-body th {
  padding: 16px;
  border: 1px solid rgb(202, 202, 202);
}

.page-body th {
  background-color: #428cd1;
  color: white;
}

.page-body tr:nth-child(even) {
  background-color: rgb(228, 228, 228);
}

.contact-us-list {
  padding: 0;
  list-style: none;
  font-size: 14px !important;
}
.contact-us-list li {
  padding: 10px 0px;
}

.contact-us-list li a:link,
.contact-us-list li a:visited {
  color: black;
}

.contact-us-list li i {
  color: #4a91d3;
}

.opening-hours {
  padding: 0;
  list-style: none;
  font-size: 14px !important;
}

.opening-hours li {
  padding: 5px;
}

.wpforms-field-label {
  color: #4a91d3;
  font-family: "Muli";
}

.wpforms-field-sublabel {
  color: #4a91d3;
}

.wpforms-form button {
  background-color: #4a91d3;
  color: white;
}

.has-small-font-size {
  font-size: 12px !important;
}

.table strong {
  color: #4a91d3;
}
