@charset "UTF-8";

/*
Theme Name: 7 Cities Rebar
Author: Nick Henney
Author URI: https://level8-design.com/
Description: Custom theme for 7 Cities Rebar
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 7cities
*/

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... }


* {font-family: 'Arvo', serif;}
html, body {height: 100%;}
.full-height {height: 100%;}
h2 {margin: .25em 0 .5em;}

/* NAVIGATION */
#desktopbar {display: none;}
.primary-menu-container {width: 100%;}
#primary-menu-list {padding: 0;}
#primary-menu-list ul{text-align: center;}
#primary-menu-list li{list-style-type: none; margin: 1em 0;}
#primary-menu-list li a{text-decoration: none; color: #B2C8FF;}
#primary-menu-list li a:hover{color: #FFF;}
/* #primary-menu-list li a:hover{text-decoration: underline;} */

.upload a{color: #FFC400; font-weight: bold;}
li.upload a::before {margin: 0 auto; margin-bottom: 0em; margin-top: .5em; display: block; content: url(images/uploadB.png);} 

/* MENU EFFECTS */

li.menu-item-23 {-webkit-animation: scale-down-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) .12s both; animation: scale-down-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) .12s  both;}

li.menu-item-50 {-webkit-animation: scale-down-center .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .25s both; animation: scale-down-center .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .25s  both;}
li.menu-item-22 {-webkit-animation: scale-down-center .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both; animation: scale-down-center .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s  both;}
li.menu-item-47 {-webkit-animation: scale-down-center .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .75s both; animation: scale-down-center .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .75s  both;}


@media (min-width: 768px) { 
#desktopbar {display: block;}
}

/* li.menu-item a:hover{color: #ffffff; -webkit-animation: scale-up 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both; animation: scale-up 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;} */

/* HOLDING START */


li.menu-item {letter-spacing: 0; transition: all .25s;}

/* HOLDING END */

/* ANIMATIONS */
.slide-in-fwd-center {
	-webkit-animation: slide-in-fwd-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-fwd-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.pop-on-hover:hover {
	-webkit-animation: pop-on-hover 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: pop-on-hover 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.grow:hover {animation: grow 0.25s linear 0s both;}

.wait1 {animation-delay: 1s;}
.wait2 {animation-delay: 2s;}
.wait3 {animation-delay: 3s;}
.wait4 {animation-delay: 4s;}

/* ANIMATION KEYFRAMES */
@-webkit-keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@keyframes grow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);

  }
  100% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
li.menu-item:hover{animation: grow 0.25s linear 0s both;}
@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
            transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
            transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes pop-on-hover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    text-shadow: none;
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 20px 15px rgba(0, 0, 0, 0.3);
  }
}
@keyframes pop-on-hover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    text-shadow: none;
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 20px 15px rgba(0, 0, 0, 0.3);
  }
}

/* FORMS */
.formheight {height: 10em;}

/* STYLED BOXES */
.markets {width: 250px; height: 250px;}

/* FLIP BOXES */

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}

/* CONTACT FORM MODAL */
.wpcf7-response-output /* {position: fixed; top: 0;} */
