/* Header */
#header-wrapper {
  background-color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  /*border-bottom: 1px solid rgba(228, 228, 228, 1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);*/
  height: 95px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20000;
  margin-bottom: 10px;
}

#webvrtool #masthead {
  background: #fff;
  background-position: center center;
  border-bottom: none;
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

#webvrtool #masthead div.col-full {
  z-index: 2000;
  background-color: white;
  max-height: 70px;
  display: block;
}

#webvrtool .site-header {
  padding-top: 0;
}

.site-branding .site-title a,
table caption {
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(19, 6, 6, 0.54);
}

#webvrtool .storefront-primary-navigation {
  position: fixed;
  right: 0;
  max-height: 95px;
  background-color: transparent;
  display: flex;
  align-items: center;
  height: 100%;
}

#webvrtool div.site-branding {
  left: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  position: fixed;
}

#webvrtool div.site-branding img {
  max-height: 70px;
  width: auto;
  margin: 10px;
}

#webvrtool .site-branding .site-title {
  font-size: 2.5em;
}

#webvrtool .site-branding .beta .site-title a {
  color: #ecf6fb;
}

#webvrtool .beta sup {
  color: gray;
  font-size: 15px;
  margin-top: 0;
  padding-left: 3px;
  top: -20px;
}

#webvrtool .site-description {
  color: #E09D64;
  text-transform: capitalize;
  text-shadow: 0 1px 0 rgba(169, 102, 45, 0.43);
  font-size: 1.0em;
  position: fixed;
  top: 15px;
  left: 10px;
  display: block;
}

#webvrtool .site-header .secondary-navigation {
  float: right;
  width: 347px;
  margin: 0;
  font-size: 14px;
}

#webvrtool .site-header .secondary-navigation ul.menu a {
  font-weight: bold;
  border: none;
}

#webvrtool .site-header .secondary-navigation ul.menu a:focus {
  font-weight: bold;
  border: none;
  outline-color: none;
}

#webvrtool .site-header .secondary-navigation ul.menu a:hover,
#webvrtool ul#menu-top_menu.menu li.menu-item.current-menu-item > a {
  color: #7a62ac;
  border: none;
  outline-color: none;
}

#webvrtool .site-search {
  border-radius: 0;
  display:none;
}

#webvrtool .primary-navigation {
  max-width: 40%;
}

/* Hide Search */
#webvrtool .widget.woocommerce.widget_product_search {
  display: none;
}

.secondary-navigation ul.menu a {
  font-weight: 500;
}

#webvrtool .storefront-handheld-footer-bar {
  background: linear-gradient(135deg, #2b96ba 30%, #7a62ac 100%);
}

#webvrtool .site-footer .storefront-handheld-footer-bar a:not(.button) {
  background-color: transparent;
}

#webvrtool .storefront-handheld-footer-bar ul li.cart .count {
  color: #2b96ba;
}

#webvrtool .storefront-handheld-footer-bar ul li.search_page {
  color: #2b96ba;
}

#webvrtool .storefront-handheld-footer-bar ul li.searchcustom > a:before {
  content: "\f002";
}

#webvrtool .storefront-handheld-footer-bar ul li.cart > a:before {
  content: "\f07a";
}


#top_join_box {
  padding: 0 20px 0;
  position: fixed;
  right: 120px;
  max-width: 60%;
}

#top_join_box .tagline {
  display: inline-block;
  margin-right: 20px;
  padding-top: 10px;
}

#top_join_box .signup_button {
  /*  margin-top: 16px;
    float: right;*/
  display: inline;
}

/* tagline */
#top_join_box h1 {
  color: #24004d;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.125em;
  font-family: "OpenSans", Helvetica, Arial, Verdana, sans-serif;
  /*background-color: transparent; */
  /*background-image:      -ms-linear-gradient(330deg, #346a94 0%, #08a1c6 10%, #5a7fba 40%, #7863ad 80%, #6c52a9 100%); */
  /*background-image:    -moz-linear-gradient(330deg, #346a94 0%, #08a1c6 10%, #5a7fba 40%, #7863ad 80%, #6c52a9 100%); */
  /*background-image: -webkit-linear-gradient(330deg, #346a94 0%, #08a1c6 10%, #5a7fba 40%, #7863ad 80%, #6c52a9 100%);*/
  /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
  /*background-image:      -o-linear-gradient(330deg, #346a94 0%, #08a1c6 10%, #5a7fba 40%, #7863ad 80%, #6c52a9 100%); */
  /* For old Opera (11.1 to 12.0) */
  /*background-image:          linear-gradient(330deg, #346a94 0%, #08a1c6 10%, #5a7fba 40%, #7863ad 80%, #6c52a9 100%);*/
                                                                                                                         /*-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;*/
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  #top_join_box h1 {
    background-image: none;
  }
}

#webvrtool .ui-dialog span.ui-button-text {
  color: #fff;
}

#tagline-register-modal {
  display: none;
  background-color: white;
  z-index: 10000;
  margin: 10px auto;
  padding: 2em;
  border: 4px solid #43315b;
}

#tagline-register-modal .ui-dialog-titlebar .ui-widget-header {
  background-color: #926bce;

}

#tagline-register-modal .modal-help-text {
  font-size: 1.5em;
  font-weight: 400;
}


@media (min-width: 768px) and (max-width: 1024px) {
  #top_join_box {
    right: 200px;
    margin-top: 10px;
  }

  #top_join_box .signup_button span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #webvrtool #masthead {
    margin-bottom: 0;
  }

  #webvrtool div.site-branding {
    top: 0;
    width: 100%;
  }

  #top_join_box {
    font-size: 0.95em;
    max-width: 70%;
    /*left: 24%;*/
  }

  #top_join_box button {
    display: none;
  }
}
/* tagline */
@media (max-width: 575px) {
  #top_join_box {
    font-size: 0.75em;
    margin-left: 25px;
    margin-top: 0;
  }
}
@media (max-width: 375px) {
  #top_join_box {
    font-size: 0.65em;
    margin-left: 20px;
    margin-right: 0;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 75px;
    margin-top: 0px;
  }
}
.secondary-navigation .menu-top_menu-container ul.menu li a:before {
  display: none;
}

#webvrtool .site-header .secondary-navigation ul.menu li:first-of-type a {
  font-size: 1.3em;
}

.top_call_button {
  color: white;
  background-color: #ff0000;
}

#about-us {
  background: url("https://assets.webvrtool.com/wp-content/uploads/2019/07/09071110/aboutus-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 400px;
}

.home-search-container {
  position: absolute;
  padding-top: 25%;
  background: rgba(32, 0, 77, 0.5);
  height: 100vh;
  width: 100%;
  text-align: center;
}

.home-search-container .dgwt-wcas-search-wrapp {
  float: none !important;
}

@media (max-width: 768px) {
  #webvrtool .storefront-handheld-footer-bar {
    position: relative;
  }
}

@media (min-width: 769px) and (max-width: 950px) {
  .storefront-handheld-footer-bar {
    display: block !important;
  }

  .secondary-navigation {
    display: none !important;
  }
}

@media (min-width: 950px) {
  .storefront-handheld-footer-bar {
    display: none !important;
  }

  .secondary-navigation {
    display: block !important;
  }
}
