@charset "UTF-8";
/*!
Theme Name: Limelight Hoops
Theme URI: http://underscores.me/
Author: Paweł Dunal
Author URI: http://paweldunal.com/
Description: Limelight Hoops
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: limelighthoops
Tags: limelight-hoops, basketball

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Limelight Hoops is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("../../../staticfonts/googlefonts.css");
/*MIXINS*/
/*GENERAL*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

*,
*::after,
*::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background-color: #cbac69;
  color: white;
}

::selection {
  background-color: #cbac69;
  color: white;
}

html {
  font-size: 10px;
}

body {
  font: normal 1.4rem/1.4 Saira, sans-serif;
  position: relative;
  margin: 0;
  padding-top: 85px;
}

.logged-in .navbar-fixed-top {
  top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.0;
  text-transform: uppercase;
  margin: 0;
}

p {
  margin: 0;
}

a,
a:visited,
a:active {
  color: #cbac69;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

a:hover {
  color: #FFE7B3;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.container {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

/* 404 page */
section.error-404.not-found {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.error-404.not-found p.alert404 {
  color: #cbac69;
  font-size: 8rem;
}

section.error-404.not-found h1 {
  font-size: 3rem;
}

section.error-404.not-found p {
  font-size: 3.5rem;
}

/*HEADER*/
header.header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8.5rem;
  z-index: 999;
  background: #2d2d31;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}

header.header-top img.header-logo {
  height: 6rem;
  width: auto;
}

header.header-top .header-menu {
  width: 58px;
  text-align: right;
  cursor: pointer;
}

header.header-top .header-menu .menu-icon span {
  height: 4px;
  width: 58px;
  border-radius: 2px;
  background-color: #cbac69;
  margin-bottom: 8px;
  float: right;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header.header-top .header-menu .menu-icon span::after {
  content: '';
  display: block;
  clear: both;
}

header.header-top .header-menu .menu-icon span:last-child {
  width: 40px;
  margin-bottom: 13px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

header.header-top .header-menu:hover .menu-icon > span:nth-child(3) {
  width: 58px;
}

header.header-top .header-menu:hover .menu-icon > span:nth-child(3),
header.header-top .header-menu .menu-icon.active span,
header.header-top .header-menu p,
header.header-top .header-menu:hover > p {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header.header-top .header-menu .menu-icon.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-8px, 16px);
          transform: rotate(-45deg) translate(-8px, 16px);
  width: 47px;
}

header.header-top .header-menu .menu-icon.active span:nth-child(2) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

header.header-top .header-menu .menu-icon.active span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(0, -9px);
          transform: rotate(45deg) translate(0, -9px);
  width: 47px;
}

header.header-top .header-menu p {
  margin-bottom: 0;
  line-height: 1;
  color: #818181;
}

header.header-top .header-menu:hover > p {
  color: white;
}

#mainMenu {
  position: absolute;
  right: 0;
  top: 85px;
  padding: 40px 76px 40px 155px;
  width: calc(100vw - 8.5rem);
  height: 100vh;
  background-color: rgba(30, 30, 30, 0.3);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  visibility: hidden;
}

#mainMenu .menu-wrap {
  width: 300px;
  height: calc(100vh - 85px + 1px);
  background-color: #1e1e1e;
  margin: 0;
  position: absolute;
  top: -1px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@supports (-webkit-appearance: none) {
  .os-android #mainMenu .menu-wrap {
    min-height: calc(100vh - 56px - 8.5rem);
  }
}

#mainMenu .menu-wrap ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#mainMenu .menu-wrap ul li {
  font-size: 1.8rem;
  line-height: 3;
  text-transform: uppercase;
}

#mainMenu .menu-wrap .social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 70px;
  border-top: 1px solid #FFE7B3;
}

#mainMenu .menu-wrap .social-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
  padding: 0;
}

#mainMenu .menu-wrap .social-menu i {
  font-size: 2rem;
  margin-right: 20px;
}

#mainMenu.active {
  visibility: visible;
  opacity: 1;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.logged-in.admin-bar header.header-top {
  top: 32px;
}

.header-left {
  visibility: hidden;
  position: fixed;
  top: 85px;
  left: 0;
  bottom: 0;
  width: 85px;
  height: calc(100vh - 11.5rem);
  z-index: 999;
  background: #2d2d31;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-left p {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #818181;
  font-size: 1.3rem;
  letter-spacing: 1.08px;
  line-height: 21px;
  text-transform: uppercase;
  position: relative;
}

.header-left .header-socialicons {
  margin-top: 200px;
  display: block;
}

.header-left .header-socialicons ul {
  list-style: none;
}

.header-left .header-socialicons i {
  display: block;
  color: #cbac69;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 15px;
}

.header-left .header-socialicons i:hover {
  color: white;
}

.header-left-top,
.header-left-btm {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-left-btm {
  border-top: 1px solid #cbac69;
}

.header-left-btm ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.header-left-btm ul li {
  margin-bottom: 15px;
}

.header-left-btm ul li,
.header-left-btm ul a {
  font-size: 18px;
  color: #cbac69;
}

.header-left-btm ul li:hover,
.header-left-btm ul a:hover {
  color: white;
}

/* HERO SECTION */
section#hero {
  height: calc(100vh - 8.5rem);
  width: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-slider,
.hero-slide {
  width: 100%;
  height: 100vh;
}

.hero-slide {
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.hero-slider-dots {
  display: none;
  position: absolute;
  right: 5.5rem;
  bottom: 100px;
  list-style: none;
  z-index: 999;
}

.hero-slider-dots li {
  margin-bottom: 10px;
}

.hero-slider-dots button {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border: none;
  height: 12px;
  width: 12px;
  font-size: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.hero-slider-dots button:focus {
  outline: 0;
}

.hero-slider-dots li.slick-active button {
  background-color: white;
  -webkit-transition: background-color 0.4s ease-in;
  transition: background-color 0.4s ease-in;
}

.hero-header-wrap {
  color: white;
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 999;
}

.hero-header-wrap p {
  font-size: 1.2rem;
  letter-spacing: 0.133rem;
  text-transform: uppercase;
  margin-left: 2px;
}

.hero-header-wrap h1,
.hero-header-wrap h2 {
  font-size: 3.3rem;
  text-transform: capitalize;
}

.hero-header-wrap::before {
  content: "";
  display: block;
  width: 110vw;
  height: 250%;
/*
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 1%, rgba(0, 0, 0, 0) 40%);
*/
  position: absolute;
  top: -15%;
  left: -60px;
  -webkit-transform: skewX(-13deg);
          transform: skewX(-13deg);
  border-top-left-radius: 40px;
}

/* ALL SECTIONS */
section {
  padding-top: 60px;
  padding-bottom: 80px;
}

section:first-of-type {
  padding: 0;
}

.section-title-wrap {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 400;
}

.section-title-wrap .section-title {
  font-size: 1.6rem;
  color: #CBAC69;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1.33px;
}

.section-title-wrap .section-subtitle {
  font-size: 4rem;
  text-transform: capitalize;
}

/* SERVICES SECTION */
section#services {
  position: relative;
}

.hero-down {
  z-index: 10;
  background-color: #cbac69;
  color: white;
  width: 200px;
  height: 55px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.hero-down:hover > i {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.hero-down i {
  line-height: 55px;
  font-size: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.section-intro {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 95px;
  position: relative;
  text-transform: uppercase;
}

.section-intro::after {
  content: "";
  height: 1px;
  width: 165px;
  border-bottom: solid 2px #cbac69;
  position: absolute;
  left: 50%;
  bottom: -60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.services-carousel {
  margin: 0 auto;
}

.services-carousel .slick-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2rem;
}

.services-carousel i.fa-arrow-right.slick-arrow,
.services-carousel i.fa-arrow-left.slick-arrow {
  position: absolute;
  top: 50%;
  color: #cbac69;
  font-size: 2rem;
  cursor: pointer;
}

.services-carousel i.fa-arrow-right.slick-arrow {
  right: -10px;
}

.services-carousel i.fa-arrow-left.slick-arrow {
  left: -10px;
}

.services-carousel .services-title-wrap {
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services-carousel .services-item .services-title-wrap h3,
.services-carousel .services-item p {
  text-align: center;
}

.services-carousel .services-item .services-title-wrap h3 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.1;
}

.services-carousel .services-item p {
  font-size: 1.4rem;
  font-weight: 400;
}

/* ABOUT SECTION */
section#about {
  background-color: #afaeae;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(175, 174, 174, 0.75)), to(rgba(175, 174, 174, 0.75))), url("../assets/img/basket.html");
  background-image: linear-gradient(to bottom, rgba(175, 174, 174, 0.75), rgba(175, 174, 174, 0.75)), url("../assets/img/basket.html");
  background-position: right 0 bottom 80px;
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
}

section#about h2.section-title {
  color: #FFE7B3;
}

.about-wrap {
  width: 90%;
  margin: 0 auto;
}

.about-wrap .about-intro {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 60px;
}

.about-wrap .about-text {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: black;
  z-index: 22;
  position: relative;
  text-transform: uppercase;
}

.about-wrap .about-text::before {
  display: block;
  z-index: -1;
  width: 93px;
  height: 70px;
  position: absolute;
  top: -20px;
  left: -20px;
}

/* TEAM SECTION */
.team-wrap {
  height: 550px;
  width: 75%;
  margin:0 auto;
/*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
*/
  margin-bottom: 40px;
/*  
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
*/
  z-index: 5;
}

.team-member {
/*
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
*/
  z-index: 6;
  vertical-align:top;
}

.team-member-description {
  background: #2d2d31;
  width:59%;
  height:550px;
  margin:0px;
  padding:0px;
  display:inline-block;
  vertical-align:top;
/*  
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
*/
  color: white;
  overflow: hidden;
}

.team-member-header {
/*    
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
*/
  padding: 15px;
}

.team-member-header p {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #cbac69;
}

.team-member-header h3 {
  font-size: 2rem;
  text-transform: capitalize;
}

.team-member-text {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 0 15px 15px;
  font-size: 1.2rem;
}

.team-member-left {
  text-align: left;
}

.team-member-right {
  text-align: right;
}

.team-member-left,
.team-member-right {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 60%;
  position: relative;
  color: white;
  padding: 30px 15px;
  z-index: 5;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
  cursor: pointer;
}

.team-member-left span,
.team-member-right span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.team-member-left::after,
.team-member-right::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.team-member-left:hover,
.team-member-right:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.team-member-left:hover::after,
.team-member-right:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.team-member-left p,
.team-member-right p {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #FFE7B3;
}

.team-member-left h3,
.team-member-right h3 {
  font-size: 2.3rem;
  text-transform: capitalize;
}

.team-member-left p,
.team-member-left h3,
.team-member-right p,
.team-member-right h3 {
  z-index: 0;
}

.team-member-photo,
.team-member-left,
.team-member-right {
/*    
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
*/
}

.team-member-photo {

    width:40%;
    height:550px;
    margin:0px;
    padding:0px;
    display:inline-block;
    background-size: cover;
    background-position: center;

/*
  height: 200px;
  -webkit-transition: background-image 1s;
  transition: background-image 1s;

  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
*/
}

.team-navigation {
  width: 150px;
  height: 50px;
  position: absolute;
  bottom: -70px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team-navigation #prev,
.team-navigation #next {
  width: 50%;
  line-height: 50px;
  height: 100%;
  cursor: pointer;
  text-align: center;
  color: white;
}

.team-navigation #prev {
  background-color: #2d2d31;
}

.team-navigation #next {
  background-color: #cbac69;
}

.team-member-content-wrap {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.hide {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

/* FOOTER */
footer {
  height: 400px;
  background-color: #2d2d31;
  color: white;
}

footer .footer-top {
  height: 330px;
  border-bottom: 1px solid #FFE7B3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 2;
  position: relative;
}

footer .footer-top img {
  margin-bottom: 50px;
}

footer .footer-top .footer-backtop {
  width: 45px;
  position: absolute;
  right: 5%;
  top: 45px;
  text-align: right;
  color: white;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  cursor: pointer;
}

footer .footer-top .footer-backtop i {
  font-size: 20px;
}

footer .footer-top .footer-backtop p {
  font-size: 12px;
  text-transform: uppercase;
}

footer .footer-top .footer-backtop:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

footer .footer-bottom {
  height: 70px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}

footer .footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-bottom p {
  display: inline-block;
  font-weight: 400;
}

footer .footer-bottom ul {
  list-style: none;
  display: inline-block;
  padding: 0;
}

footer .footer-bottom ul a {
  color: white;
}

footer .footer-bottom ul li {
  display: inline-block;
  padding: 0 15px;
}

footer .footer-bottom ul li:last-child {
  border-left: 1px solid #FFE7B3;
  padding-right: 0;
}

/* MEDIA QUERIES */
@media screen and (min-width: 450px) {
  /* ====== TEAM =======*/
  .team-member {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    position: relative;
    z-index: 6;
  }
  .team-member-photo,
  .team-member-description {
/*    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
            */
  }
  /* ====== FOOTER =======*/
  footer .footer-top .footer-backtop {
    width: 90px;
  }
  footer .footer-top .footer-backtop p {
    font-size: 14px;
  }
}

@media screen and (max-height: 530px) {
  .header-left {
    visibility: hidden;
  }
  body {
    padding-left: 0;
  }
}

@media screen and (min-height: 530px) and (min-width: 900px) {
  header.header-top {
    padding: 0 5.5rem 0 8.5rem;
  }
}

@media screen and (min-width: 550px) {
  /* ====== HERO =======*/
  .hero-header-wrap h1,
  .hero-header-wrap h2 {
    font-size: 3.6rem;
  }
  /* ====== SERVICES =======*/
  .services-carousel .slick-slide {
    padding: 0 2.5rem;
  }
  .services-carousel .services-item .services-title-wrap h3 {
    font-size: 2.5rem;
  }
  .services-carousel .services-item p {
    padding: 10px 10%;
  }
  /* ====== SERVICES =======*/
  .footer-bottom {
    font-size: inherit;
  }
  .footer-bottom ul li li {
    padding: 0 30px;
  }
  /* ====== TEAM =======*/
  .team-member-header h3 {
    font-size: 2.3rem;
  }
  .team-member-text {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 700px) {
  .hero-header-wrap h1,
  .hero-header-wrap h2 {
    font-size: 4.5rem;
  }
  /* ====== SERVICES =======*/
  .section-title-wrap .section-subtitle {
    font-size: 4.5rem;
  }
  /* ====== ABOUT =======*/
  .about-wrap {
    width: 70%;
  }
  .about-wrap .about-intro {
    margin-bottom: 100px;
  }
  /* ====== TEAM =======*/
  .team-member-header {
    padding: 30px 30px 20px;
  }
  .team-member-header h3 {
    font-size: 2.7rem;
  }
  .team-member-text {
    padding: 0 30px 20px;
    font-size: 1.4rem;
  }
  /* ====== FOOTER =======*/
}

@media screen and (min-width: 900px) {
  /* ====== GENERAL =====*/
  body {
    padding-left: 8.5rem;
  }
  .header-left {
    visibility: visible;
    height: calc(100vh - 8.5rem);
  }
  .hero-slider-dots {
    display: block;
  }
  /* ====== HERO =======*/
  .hero-header-wrap {
    padding-right: 65px;
  }
  .hero-header-wrap h1 {
    font-size: 5rem;
  }
  /* ====== TEAM =======*/
  .team-member-header h3 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1000px) {
  /* ====== SECTIONS =======*/
  .section-title-wrap .section-title {
    font-size: 1.6rem;
  }
  .section-title-wrap .section-subtitle {
    font-size: 5rem;
  }
  /* ====== HERO =======*/
  .hero-header-wrap h1,
  .hero-header-wrap h2 {
    font-size: 5.5rem;
  }
  /* ====== SERVICES =======*/
  .section-intro {
    font-size: 1.6rem;
  }
  .services-carousel .slick-slide {
    padding: 0 2.5rem;
  }
  .services-carousel .services-item .services-title-wrap h3 {
    font-size: 3rem;
  }
  .services-carousel .services-item p {
    padding: 20px 40px;
  }
  /* ====== ABOUT =======*/
  section#about {
    background-image: url("assets/img/basket.png");
    background-position: right 0 bottom 60px;
    background-size: auto 47%;
  }
  .about-wrap {
    width: 55%;
    margin: 0 auto 0 7vw;
    padding: 30px;
  }
  .about-wrap .about-intro {
    font-size: 1.8rem;
  }
  .about-wrap .about-text {
    font-size: 2.1rem;
    font-weight: 400;
  }
  article .team-description p {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  /* ====== SECTIONS =======*/
  .section-title-wrap .section-subtitle {
    font-size: 6rem;
  }
  /* ====== HERO =======*/
  .hero-header-wrap h1,
  .hero-header-wrap h2 {
    font-size: 6rem;
  }
  /* ====== SERVICES =======*/
  .section-intro {
    font-size: 1.7rem;
  }
  .services-carousel .slick-slide {
    padding: 0 2rem;
  }
  .services-carousel .services-item .services-title-wrap h3 {
    font-size: 3rem;
  }
  .services-carousel .services-item p {
    padding: 20px 25px;
  }
  /* ====== ABOUT =======*/
  section#about {
    background-size: auto 60%;
  }
  .about-wrap {
    width: 40%;
    margin: 0 auto 0 10vh;
    padding: 30px;
  }
  .about-wrap .about-intro {
    font-size: 1.8rem;
  }
  .about-wrap .about-text {
    font-size: 2.1rem;
    font-weight: 400;
  }
  /* ====== TEAM =======*/
  .team-member-left,
  .team-member-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .team-member-text {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1400px) {
  /* ====== SECTIONS =======*/
  .section-title-wrap .section-title {
    font-size: 1.7rem;
  }
  .section-title-wrap .section-subtitle {
    font-size: 7rem;
  }
  /* ====== HERO =======*/
  .hero-header-wrap h1,
  .hero-header-wrap h2 {
    font-size: 7rem;
  }
  /* ====== SERVICES =======*/
  .section-intro {
    font-size: 1.8rem;
    margin-bottom: 120px;
  }
  .services-carousel {
    margin: 0 auto 30px;
  }
  .services-carousel .slick-slide {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2.5rem;
  }
  .services-carousel .services-item .services-title-wrap h3 {
    font-size: 3rem;
  }
  .services-carousel .services-item p {
    padding: 20px 35px;
  }
  /* ====== ABOUT =======*/
  section#about {
    background-size: auto 80%;
  }
  .about-wrap {
    width: 40%;
    margin: 0 auto 0 10vh;
    padding: 30px;
  }
  .about-wrap .about-intro {
    font-size: 1.8rem;
  }
  .about-wrap .about-text {
    font-size: 2.1rem;
    font-weight: 400;
  }
  /* ====== TEAM =======*/
  .team-member-text {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1600px) {
  /* ====== GENERAL =====*/
  body {
    padding: 11.5rem 0 0 11.5rem;
  }
  /* ====== MENU =======*/
  header.header-top {
    height: 11.5rem;
    padding: 0 5% 0 11.5rem;
  }
  header.header-top img.header-logo {
    height: 7.6rem;
    width: auto;
  }
  .header-left {
    position: fixed;
    top: 115px;
    width: 115px;
    height: calc(100vh - 11.5rem);
    z-index: 999;
  }
  /* ====== SECTIONS =======*/
  section {
    padding: 100px 0;
    min-height: calc(100vh - 115px);
  }
  .section-title-wrap .section-title {
    font-size: 1.8rem;
  }
  .section-title-wrap .section-subtitle {
    font-size: 8rem;
  }
  /* ====== HERO =======*/
  section#hero {
    height: calc(100vh - 11.5rem);
  }
  .hero-header-wrap p {
    font-size: 1.6rem;
  }
  .hero-header-wrap h1,
  .hero-header-wrap h2 {
    font-size: 8rem;
  }
  /* ====== SERVICES =======*/
  .services-carousel .slick-slide {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2.5rem;
  }
  .services-carousel i.fa-arrow-right.slick-arrow {
    right: -20px;
  }
  .services-carousel i.fa-arrow-left.slick-arrow {
    left: -20px;
  }
  .services-carousel .services-item .services-title-wrap h3 {
    font-size: 3.5rem;
  }
  .services-carousel .services-item p {
    padding: 20px 35px;
  }
  /* ====== ABOUT =======*/
  section#about {
    background-size: auto 80%;
  }
  .about-wrap {
    width: 40%;
    margin: 0 auto 0 10vh;
    padding: 30px;
  }
  .about-wrap .about-intro {
    font-size: 1.8rem;
  }
  .about-wrap .about-text {
    font-size: 2.1rem;
    font-weight: 400;
  }
  /* ====== TEAM =======*/
  .team-member-header h3 {
    font-size: 3.5rem;
  }
  .team-member-text {
    font-size: 1.6rem;
  }
}