/*   
Theme Name: Trained By Zara Theme
Description: A custom website theme
Author: Riaz Sabjee
Version: 1.0
*/
/*
 *	MIXINS
 *	================================================== */
@font-face {
  font-family: 'Gotham';
  src: url("common/fonts/GothamMedium.woff2") format("woff2"), url("common/fonts/GothamMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MTN Brighter Sans ExtraBold';
  src: url("common/fonts/MTNBrighterSans-ExtraBold.woff2") format("woff2"), url("common/fonts/MTNBrighterSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'MTN Brighter Sans';
  src: url("common/fonts/MTNBrighterSans-Medium.woff2") format("woff2"), url("common/fonts/MTNBrighterSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MTN Brighter Sans';
  src: url("common/fonts/MTNBrighterSans-Bold.woff2") format("woff2"), url("common/fonts/MTNBrighterSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url("common/fonts/GothamBlack.woff2") format("woff2"), url("common/fonts/GothamBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'MTN Brighter Sans';
  src: url("common/fonts/MTNBrighterSans-ExtraBold.woff2") format("woff2"), url("common/fonts/MTNBrighterSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Book';
  src: url("common/fonts/GothamBook.woff2") format("woff2"), url("common/fonts/GothamBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("common/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("common/fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url("common/fonts/Gotham-Bold.woff2") format("woff2"), url("common/fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

/*
    CSS
    ------------------------------------------------ */
html, body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #000;
}

h1 {
  text-transform: uppercase !important;
}

h2, h3 {
  text-transform: uppercase !important;
}

/*
    HEADER
    ------------------------------------------------ */
header {
  background-color: #000;
  width: 100%;
}

header nav {
  padding-left: 0 !important;
}

header nav .separator {
  color: #000;
}

header nav .navbar-brand.logo {
  display: block;
  width: 100px;
}

header nav .navbar-brand.logo img {
  max-width: 100%;
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  header nav #navbarNav {
    padding-left: 0;
  }
  header nav #navbarNav li.nav-item:nth-of-type(even) {
    display: none;
  }
}

header nav #navList {
  padding: 0 20px;
  text-align: center;
}

header nav #navList li.nav-item {
  display: inline-block;
  position: relative;
}

header nav #navList li.nav-item a {
  display: block;
  color: #FFF;
  text-transform: uppercase;
  font-size: 15px;
}

header nav #navList li.nav-item a:hover {
  color: #FF0000;
  border-bottom: 2px solid #000;
}

header nav #navList li.nav-item.current a {
  border-bottom: 2px solid #000;
}

header nav #navList li.nav-item:last-child {
  display: none;
}

header nav #navList li.nav-item ul {
  display: none;
  position: absolute;
  margin: 0;
  padding: 10px;
  list-style-type: none;
  background-color: #FFF;
  width: 200px;
  z-index: 10;
}

header nav #navList li.nav-item ul li a {
  text-decoration: none;
  padding: 10px 0 5px 0;
  border-bottom: 2px solid #FFF;
}

header nav #navList li.nav-item ul li a:hover {
  border-bottom: 2px solid #ffdf2c;
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  header nav #navList li.nav-item ul {
    display: block;
    position: relative;
    background-color: transparent;
    padding-top: 0;
  }
  header nav #navList li.nav-item ul li a {
    font-weight: normal;
    border-bottom: none;
  }
}

header nav #navList li.nav-item.dropdown:hover {
  background-color: #FFF;
}

header nav #navList li.nav-item.dropdown:hover ul {
  display: block;
}

header nav .navbar-toggler {
  position: relative;
  color: #FFF;
  z-index: 9999;
}

header nav .navbar-toggler-icon {
  color: #FFF;
  vertical-align: baseline;
}

header nav .navbar-toggler-icon:hover {
  color: #FF0000;
}

/*
    PAGES
    ------------------------------------------------ */
main {
  position: relative;
}

/* 
    HOME PAGE
    --------------------- */
main.homepage {
  background-color: #000;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 100%;
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  main.homepage {
    margin: 0;
    height: auto;
  }
  main.homepage .container {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  main.page.contact .contact-details .elementor-widget-container {
    text-align: center !important;
  }
}

main .banner {
  margin-bottom: 30px;
}

main .banner .elementor-column-wrap {
  min-height: 300px;
}

/*
    FOOTER 
    ---------------------------------------------- */
footer {
  margin-top: 30px;
  color: #FFF;
  background-color: #000;
  padding: 20px;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

footer ul a {
  color: #000;
}

footer .footer-block-title {
  color: #FF0000;
  font-weight: bold;
}

footer .copyright {
  font-size: 12px;
}

footer .col-md-4 {
  margin-bottom: 20px;
}

.is_front_1 .navbar-toggler {
  margin: 0 auto;
}

.is_front_1 footer {
  margin-top: 0px;
}

/*
    WP FORM 
    ---------------------------------------------- */
.wpforms-description, .wpforms-title {
  color: #FFF;
}

.wpforms-title {
  font-weight: 600;
}

/*
    MICELLENOUS 
    ---------------------------------------------- */
.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0;
}

.btn-yellow {
  background-color: #ffdf2c;
  color: #000 !important;
  border-radius: 3px !important;
  border: none !important;
}

.btn-red {
  background-color: #FF0000 !important;
  color: #FFF !important;
  border-radius: 3px !important;
  border: none !important;
}
/*# sourceMappingURL=style.css.map */