/*CSS*//* GLOBAL */

* {
    word-break: break-word !important;
}

.gradient-line {
    background: linear-gradient(to right, #EE7320 0%, #CF9120 100%) !important;
    height: 2px;
}

.gradient-line-blog {
    background: linear-gradient(to bottom, #EE7320 0%, #CF9120 100%) !important;
}

.cta {
    background: linear-gradient(to right, #EE7320 0%, #CF9120 100%) !important;
}

.cta button {
    border-color: #151719 !important;
    border-width: 2px !important;
}

/* NAV */
.fa {
    font-size: 20px;
}

/* FRONTPAGE */

#overlay {
    opacity:0.97;
    background-color: #151719;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
    transition: all 1s;
    display:flex;
    justify-content:center;
    align-items:center;
}

#omenu {
    position: fixed;
    width: 100%;
    height: 15%;
    top: 0px;
    right: 20px;
    z-index: 2000;
    font-size: 3em;
    color: white;
}

#puzzle-frontpage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
    transition: all 0.7s ease-out;
    max-width: 10px;
    /*display:flex;
    justify-content:center;
    align-items:center;*/
}

#puzzle-frontpage .puzzle {
    width: 800px;
}

#puzzle-frontpage.appearPuzzle {
    opacity: 1;
    max-width: 50vh;
}

/* PUZZLEPAGES */

.about-content p {
    line-height: 1.4;
}

/* - Header */
.puzzlepage > .vc_parallax-inner {
  background-size:cover;
  box-shadow:inset 0 0 0 2000px rgba(238, 115, 32, 0.33);
}

/* - Quotes */
.evc-blockquote {
    margin-bottom: 25px !important;
    padding-left: 0px !important;
    font-style: italic !important;
}

.quoted-person {
    margin-top: 20px !important;
    margin-bottom: 25px !important;
    font-style: normal !important;
}

/* - Image Slider Fixes */
.flexslider {
    background: #151719 !important;
    border: 4px solid #151719 !important;
}

.flex-control-paging li a {
    background: rgba(150,150,150,.9) !important;
}

.flex-control-paging li a.flex-active {
    background: rgba(255,255,255,.9) !important;
}

.flex-direction-nav a:before {
    color: rgba(180,180,180,0) !important;
}

/* NEWS PAGE */
.post ul {
    padding-inline-start: 20px;
    margin-left: 0;
    /*color: #EE7320;
    font-size: 1.5em;*/
}


/* CONTACT PAGE */
#contactpuzzle {
    padding: inherit 2em;
}


/* FOOTER */
.site-footer .widget-title {
    color: #CF9120;
}

.evc-b-text {
    font-family: Lato;
}

.footer-logo {
    max-width: 150px !important;
}

.list-icon {
    max-width: 8em;
    margin: auto;
}


/* PUZZLE STYLE */
.puzzle-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.puzzle {
  width: 494px;
  /*width: 333px;*/
  z-index: 1000;
}

.puzzle a path {
  transition: fill 0.3s ease;
}

.puzzle a:hover {
    text-decoration: none;
}

.puzzle a:hover text {
  fill: #16181A !important;
}

.puzzle a:hover path {
  fill: white !important;
}


/* for disabled buttons on subpages */

.puzzle a.disabled {
  opacity: 0.4;
}

.puzzle a:hover {
  opacity: 1;
}



/* MOBILE */

.menu-mobile {
  display: none;
  height: 80%;
  width: 80%;
}

@media all and (max-width: 600px) {
    #puzzle-frontpage.appearPuzzle {
        opacity: 1;
        max-width: 90%;
    }
    
    #intro-video {
        max-height: 500px;
    }
    
  .puzzlepage {
     margin-bottom: 0px;
    }
    .puzzle a.disabled {
      opacity: 0.4;
    }
  .puzzle-container {
    height: auto;
    width: 100%;
    padding: 5% 0;
    position: static;
  }
  .menu-mobile {
    display: block;
  }
  .menu-desktop {
    /*display: none;*/
     position: static;
     display: block;
  }
  .navbar-default .navbar-nav > li > a {
  font-size: 12px !important;
}
}