/*
 Theme Name: Jordan 2025
 Theme URI: https://truppel.it
 Author: Sven Truppel
 Template: bulk
 Version: 3.0
 Text Domain: jordan_2025
*/

body {
    width: 100%;
	margin: auto;
	font-weight: 300;
    line-height: 1.6;
}

.text-info {
  color: darkred;
}

.btn-primary {
  background-color: darkred;
}

.btn-primary:hover {
  background-color: darkred;
}

a, a:active, a:hover, a:focus {
    text-decoration: none;
    color: darkred;
}

.dropdown-menu > li > a:hover {
 background-color: darkred;
 color: white;
}

.main-container {
    width: 100%;
}
nav#site-navigation .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-default .navbar-nav > li > a {
   color: black;
   font-weight: bold;
}

.header-image-text, .header-title {
    top: 70%;
}
#header-image-arrow {
    position: relative;
    top: 35px;
    width: 100%;
    height: 50px;
}
#header-image-arrow a span:hover {
    opacity: 0.7;
}
#header-image-arrow a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 38px;
  height: 38px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#header-image-arrow a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#header-image-arrow a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 38px;
  height: 38px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}

nav#site-navigation .container {
 background-image: url("/wp-content/uploads/2025/06/cropped-jordan_wallpaper_2022-1.png");
  color: white;
}

#content-footer-section {
 background-image: url("/wp-content/uploads/2025/06/cropped-jordan_wallpaper_2022-1.png");
 margin-top: -50px;
 color: black;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
background-color: darkred;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: darkred;
}

div.wpcr3_review div.wpcr3_review_title {
  font-size: 1.5em;
  font-weight: bold;
}

@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.page-header {
  font-size: 120px;
}

#wp-custom-header img {
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-animation: grow 50s linear 10ms infinite;
    animation: grow 50s linear 10ms infinite;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@keyframes grow{
  0% { transform: translateX(-50%) translateY(-50%) scale(1)}
  50% { transform: translateX(-50%) translateY(-50%) scale(1.2)}
}
.main-container {
        margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.top-header {
    min-height: 750px;
}
.single-image {
    max-height: 750px;
    height: 750px;
}
.single-image img {
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-animation: grow 50s linear 10ms infinite;
    animation: grow 50s linear 10ms infinite;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.featured-thumbnail img {
    width: 100%;
    max-height: 750px;
}
