/*   
Theme Name: Afribit by ThatGuyCode
Theme URI: https://www.thatguycode.com/
Description: A custom resposive theme
Author: Riaz Sabjee @ThatGuyCode
Author URI: https://www.thatguycode.com/
Version: 1.0
*/
/*
    VARIABLES

    ----------------------- */
/*
    COLORS

    ----------------------- */
/*
    MEDIA QUERIES

    ----------------------- */
/*
 *	MIXINS
 *	================================================== */
html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: verdana;
}

/*  MAIN  */
header .site-logo {
  width: 200px;
}
header .site-logo img {
  max-width: 100%;
}
header.relative {
  padding-bottom: 30px;
}
header.relative .site-logo {
  margin: 10px;
}
header.absolute {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  z-index: 20;
}

.wpcf7-form .wpcf7-form-control {
  border: 1px solid #002746;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 25px;
}
.wpcf7-form .wpcf7-form-control.transparent {
  background-color: transparent;
  color: #FFFFFF;
}
.wpcf7-form .wpcf7-submit {
  border: none;
  background-color: #002746 !important;
  width: 200px !important;
  font-size: 25px;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: #F27E4A !important;
}

/*  FOOTER  */
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .copyright {
  font-size: 12px;
  color: #000000;
  border-top: 1px solid #000000;
  padding: 10px;
  text-align: center;
}

/*
  MOBILE MENU
  ----------------------------------- */
.site-menu .aside-section {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 50;
}
.site-menu .aside-section strong {
  font-size: 20px;
  font-weight: 400;
}
.site-menu .aside-section h2 {
  font-size: 50px;
  font-weight: 700;
}
.site-menu .aside-section a {
  margin-top: 20px;
}
.site-menu .aside-section a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.site-menu .aside-left {
  display: none;
  width: 40%;
  left: 0;
  background-color: #F27E4A;
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
}
.site-menu .aside-right {
  width: 100%;
  right: 0;
  background-color: #002746;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
}
.site-menu .aside-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 150px;
  text-align: left;
  padding-left: 50px;
}
.site-menu .aside-content {
  margin-top: 50%;
  padding: 0 40px;
  position: relative;
  color: white;
  text-align: center;
}
.site-menu .aside-list li {
  margin-bottom: 20px;
}
.site-menu .aside-anchor::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #F27E4A;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 3px;
}
.site-menu .aside-anchor::before {
  border-radius: 3px;
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #fff;
  left: 0;
  height: 3px;
  z-index: 1;
  width: 50%;
  transition: transform 0.2s ease-in-out;
}
.site-menu .aside-anchor:hover:before {
  transform: translateX(100%);
}
.site-menu .aside-anchor {
  padding-bottom: 7px;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  position: relative;
  font-weight: 500;
}
.site-menu .aside-anchor:hover {
  color: #F27E4A;
  text-decoration: none;
}
.site-menu input[type=checkbox] {
  display: none;
}
.site-menu input[type=checkbox]:checked ~ aside .aside-left {
  transform: translateY(0%);
}
.site-menu input[type=checkbox]:checked ~ aside .aside-right {
  transform: translateX(0%);
}
.site-menu input[type=checkbox]:checked ~ label .bar {
  background-color: #fff;
}
.site-menu input[type=checkbox]:checked ~ label .top {
  transform: translateY(0px) rotateZ(45deg);
}
.site-menu input[type=checkbox]:checked ~ label .bottom {
  transform: translateY(-15px) rotateZ(-45deg);
}
.site-menu input[type=checkbox]:checked ~ label .middle {
  width: 0;
}
.site-menu .middle {
  margin: 0 auto;
}
.site-menu label {
  top: 20px;
  right: 0;
  display: inline-block;
  padding: 7px 10px;
  background-color: transparent;
  cursor: pointer;
  margin: 10px;
  z-index: 100;
  position: fixed;
}
.site-menu .bar {
  display: block;
  background-color: #FFFFFF;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  margin: 5px auto;
  transition: background-color 0.4s ease-in, transform 0.4s ease-in, width 0.4s ease-in;
}
.site-menu h1 {
  margin: 0;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  font-size: 30px;
}
.site-menu h1 span {
  font-size: 20px;
  display: block;
}
.site-menu p {
  font-size: 30px;
}
.site-menu .button {
  display: inline-block;
  background-image: none;
  border: none;
  background-color: transparent;
  padding-bottom: 7px;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  color: white;
  padding: 7px 50px;
  border: 2px solid white;
}
@media (min-width: 992px) {
  .site-menu h1 {
    font-size: 40px;
  }
  .site-menu .aside-left {
    display: block;
  }
  .site-menu .aside-right {
    width: 60%;
  }
}
.site-menu .wpcf7-form {
  font-size: 15px;
}
.site-menu .wpcf7-form label {
  position: relative;
  top: 0;
  padding: 0;
  font-size: 18px;
}
.site-menu .wpcf7-form input {
  padding: 8px;
  width: 100%;
}
.site-menu .wpcf7-form .wpcf7-submit {
  color: #FFFFFF;
  font-size: 25px;
  padding: 8px 0;
}
.site-menu .wpcf7-form .wpcf7-submit:hover {
  border: 1px solid #FFFFFF;
}

.relative.site-menu .bar {
  background-color: #002746;
}/*# sourceMappingURL=style.css.map */