﻿/*@import "../lib/font-awesome/scss/fontawesome.scss";
@import "../lib/font-awesome/scss/solid.scss";
@import "../css/variables.scss";*/
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.side-menu {
  margin: 2rem 0 2rem 1rem;
  list-style-type: none; }

.nav-link {
  color: blue; }
  .nav-link:hover {
    color: blue; }

.bv-shadow {
  box-shadow: 0.3rem 0.3rem 0.9rem rgba(0, 0, 0, 0.1), -0.1rem -0.1rem 0.2rem rgba(0, 0, 0, 0.05);
  margin: 0.5rem; }

/* Simulator */
.grid-simulator {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "Demo Demo" "Parks Rides";
  grid-gap: 0;
  background-color: white;
  padding: 0;
  overflow: auto;
  max-width: 1280px;
  margin: auto;
  box-shadow: 0 0 8rem rgba(0, 0, 0, 0.3); }

.g-demo {
  grid-area: Demo; }

.g-parks {
  grid-area: Parks; }

.g-rides {
  grid-area: Rides; }

/* End Simulator*/
/* dynamic select box */
.bv-dropdown-search {
  border-box: box-sizing;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd; }

.bv-dropdown-search:focus {
  outline: 3px solid #ddd; }

.bv-dropdown {
  position: relative;
  display: inline-block; }

.bv-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  border: 1px solid #ddd;
  z-index: 1; }

.bv-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block; }

.bv-dropdown-content a:hover {
  background-color: #f1f1f1; }

.bv-dropdown-show {
  display: block; }

/* end dynamic select box */
/* bv grid table */
.bv-grid-table {
  margin: 0;
  padding: 0; }

.bv-grid-table ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.bv-table-header {
  display: grid;
  align-items: flex-start; }

.bv-table-entry {
  display: grid;
  align-items: flex-start;
  margin-top: 0.1em; }

.bv-row {
  display: grid; }

.bv-col {
  display: grid; }

.bv-header {
  display: grid;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
  padding: 0 3px 0 3px; }

.span-vertical {
  height: 100%; }

/* end bv-grid-table */
/* Buttons */
a[bv-add], a[bv-save], a[bv-del], a[bv-load], a[bv-load-content], a[bv-start], a[bv-stop] {
  margin: 0 0 0 0.2em;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

a[bv-add]::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0fe';
  margin: 0.15em; }

a[bv-save]::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0c7';
  margin: 0.15em;
  color: green; }

a[bv-del]::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f1f8';
  margin: 0.15em;
  color: red; }

a[bv-load]::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f01e';
  margin: 0.15em;
  color: black; }

a[bv-load-content]::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f01e';
  margin: 0.15em;
  color: black; }

a[bv-start]::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f144';
  margin: 0.15em;
  color: black; }

a[bv-stop]::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f28d';
  margin: 0.15em;
  color: black; }

/* end buttons*/
/* Networks page*/
.nw-container {
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-areas: "Router" "Room" "Client";
  grid-gap: 3px;
  overflow: hidden; }

.nw-router {
  grid-area: Router; }

.nw-room {
  grid-area: Room; }

.nw-client {
  grid-area: Client; }

/* end networks page*/
@media (min-width: 1600px) {
  .container {
    max-width: 1550px; } }

/* Debugger */
.grid-debugger {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "D";
  grid-gap: 0;
  background-color: white;
  padding: 0;
  overflow: auto;
  max-width: 1280px;
  margin: auto;
  box-shadow: 0 0 8rem rgba(0, 0, 0, 0.3); }

.g-debugger {
  grid-area: D; }

/* End Debugger */
.captivrlogo {
  height: 50px;
  width: 50px; }

@font-face {
  font-family: "LatoBlack";
  src: url("/webfonts/Lato-Black.ttf"); }

@font-face {
  font-family: "LatoRegular";
  src: url("/webfonts/Lato-Regular.ttf"); }

.device {
  width: 380px;
  background-color: black;
  border-radius: 20px 20px;
  margin: 10px 10px 10px 10px;
  overflow: hidden;
  padding: 10px 10px 30px 10px;
  font-family: "LatoRegular"; }
  .device .camera {
    position: relative;
    margin: auto 50%; }
    .device .camera .lens {
      height: 10px;
      width: 10px;
      background-color: #5e5d5d;
      border-radius: 30px 30px;
      display: inline-block; }
  .device .click-to-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .device .upperpart .bordertop {
    position: absolute;
    background: linear-gradient(to bottom, black, rgba(255, 0, 0, 0));
    height: 40px;
    z-index: 100;
    width: 360px; }
  .device .upperpart .borderbottom {
    position: absolute;
    background: linear-gradient(to top, black, rgba(255, 0, 0, 0));
    height: 40px;
    z-index: 100;
    bottom: 250px;
    width: 360px; }
  .device .upperpart .playbutton {
    position: absolute;
    left: 165px;
    text-align: center;
    z-index: 100;
    top: 197px;
    height: 90px;
    width: 90px; }
    .device .upperpart .playbutton.firstplay {
      background-image: Url("/images/device/music_play_button2x.png");
      background-size: 90px; }
    .device .upperpart .playbutton.play:hover, .device .upperpart .playbutton.play:focus {
      background-image: Url("/images/device/music_pause_button2x.png");
      background-size: 90px;
      opacity: 1; }
    .device .upperpart .playbutton.pause:hover, .device .upperpart .playbutton.pause:focus {
      background-image: Url("/images/device/music_play_button2x.png");
      background-size: 90px;
      opacity: 1; }
  .device .mediamenu {
    position: absolute;
    height: 230px;
    bottom: 20px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    width: 360px;
    background: linear-gradient(to Bottom, black, #3d5a77);
    color: white;
    padding: 10px; }
    .device .mediamenu .handle {
      text-align: center;
      line-height: 1px; }
      .device .mediamenu .handle .line {
        border: 1px solid;
        width: 150px;
        display: inline-block;
        margin: 1px 20px 1px 20px; }
    .device .mediamenu .title {
      font-family: "LatoRegular";
      font-weight: bold; }
    .device .mediamenu .description span {
      font-family: "LatoRegular";
      font-weight: bold; }
    .device .mediamenu .sharebar {
      display: flex;
      margin-top: 12px;
      margin-bottom: 3px; }
      .device .mediamenu .sharebar .box {
        height: 30px;
        width: 30px;
        text-align: center; }
        .device .mediamenu .sharebar .box img {
          height: 30px; }
    .device .mediamenu .spacer {
      text-align: center;
      line-height: 1px; }
      .device .mediamenu .spacer .line {
        border-top: 1px solid;
        width: 340px;
        display: inline-block; }
    .device .mediamenu .capturebox {
      margin-top: 10px;
      display: inline-flex; }
      .device .mediamenu .capturebox .box {
        margin-left: 6px;
        border: 3px solid #fd5656;
        height: 70px;
        width: 70px; }
        .device .mediamenu .capturebox .box:first-child {
          margin-left: 0px; }
        .device .mediamenu .capturebox .box img {
          width: 100%; }

.storeimage {
  width: 200px; }

main .fusion-portfolio h2, main .post h2, wrapper main .post h2, wrapper #main .post-content .fusion-title h2, #wrapper #main .post-content .title h2, wrapper .fusion-title h2, wrapper .post-content h2, wrapper .title h2, .fusion-modal h2, .fusion-tb-footer h2, .fusion-tb-page-title-bar h2, .fusion-widget-area h2, h2.entry-title {
  font-size: 34px; }

main .post h2, main .reading-box h2, main h2, .ei-title h2, .fusion-modal h2, .fusion-tb-footer h2, .fusion-tb-page-title-bar h2, .fusion-title h2, .fusion-widget-area h2, .main-flex .slide-content h2, .post-content h2, .title h2 {
  font-family: Righteous;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2px;
  font-style: normal; }

main .post h2, main h2, .fusion-modal h2, .fusion-post-content h2, .fusion-tb-footer h2, .fusion-tb-page-title-bar h2, .fusion-title h2, .fusion-widget-area h2, .post-content h2, .search-page-search-form h2, .title h2 {
  color: #678790; }

.fusion-body .fusion-separator {
  display: flex;
  align-items: center;
  float: left;
  margin-bottom: 30px;
  width: 100%;
  max-width: 100px; }

.fusion-clearfix {
  zoom: 1;
  clear: both; }

.fusion-separator {
  clear: both;
  position: relative;
  z-index: 11; }

.fusion-clearfix {
  clear: both;
  zoom: 1; }

.fusion-sep-clear {
  clear: both;
  display: block;
  height: 1px;
  font-size: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden; }

.menu-item {
  padding-right: 45px; }

.menu-item:last-child {
  padding-right: 0px; }

.fusion-menu-button .menu-text {
  font-size: 14px; }

.menu-text {
  display: block;
  font-size: 18px; }

.fusion-menu-text {
  padding-top: 5px; }

.fusion-menu:first-child {
  margin-left: 0px; }

.fusion-menu {
  height: 134px;
  display: block;
  padding-top: 50px;
  color: #678790;
  border-top: 2px solid white; }

.fusion-menu-button {
  height: 134px;
  display: block;
  padding-top: 45px; }

.menu-icon {
  padding-top: 55px;
  font-size: 18px;
  text-align: center; }

.menu_active, .fusion-bar-highlight, .fusion-menu:hover {
  border-top: 2px solid #fd5656; }
  .menu_active span i, .fusion-bar-highlight span i, .fusion-menu:hover span i {
    color: #fd5656; }

.nav-container {
  display: inherit; }

.navbar-light .navbar-brand {
  margin-top: 10px; }

a:hover {
  color: #fd5656; }

@media (max-width: 767.98px) {
  .menu-icon {
    padding-top: 5px;
    text-align: left; }
  .fusion-menu {
    height: 30px;
    display: block;
    padding-top: 5px;
    padding-left: 0px; }
  .fusion-menu-button {
    height: 30px;
    display: block;
    padding-top: 4px; }
  .container-fluid {
    margin-left: 0px;
    margin-right: 0px; } }

#wrapper #content-wrapper {
  background-color: #ffffff; }
