/*

Theme Name: Pro Child
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: An immensely powerful and endlessly customizable WordPress theme.
Version: 5.2.5
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: __x__
Template: pro

*/
@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800');
html,body{
            width:100%;
            height:auto !important;
            float:left;
            overflow: auto;
            margin: 0;
            padding: 0
        }
bar {
  float: left;
  margin: 5px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  line-height: 5em;
  position: relative;
  height: 5em;
  width: 200px;
  background: rgba(230, 240, 255, 0.4);
  border: 2px dashed transparent;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.theme-filter {
  /*  
float: left;  
  position: relative;*/
}

.theme-filter * {
  /*    content: '';
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;*/
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.MotionBlur(strength=50) progid:DXImageTransform.Microsoft.BasicImage(mirror=1);
}

.error404 .x-landmark-breadcrumbs-wrap{
    margin-top: 5%;
}

#requireModal .modal-body .col-md-4:first-child {
  border-right: 1px solid #dddddd;
}

.tour-floor-plan span.HotspotPlugin_Overlay {
  display: none;
}

.panel-body #containment-wrapper {
  /*border: 1px solid #ccc;*/
  height: auto;
  /*background: #fff;*/
}

.fp-wrap>div:first-child {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
}

.panel-body #containment-wrapper #theElement-a {
  height: auto;
  display: flex;
  align-items: center;
}

.fp-wrap .col-md-7 #edit-hotspot {
  border: 1px solid #bfbfbf;
  height: auto;
}

.fp-wrap .col-md-7 #edit-hotspot #imageview,
.fp-wrap .col-md-7 #edit-hotspot #empty-panorama-block {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 66%;
  background-image: url('https://thememytour.sfo2.cdn.digitaloceanspaces.com/2018/07/image-not-found1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.fp-wrap .col-md-7 #edit-hotspot canvas,
.fp-wrap .col-md-7 #edit-hotspot #imageview img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.fp-wrap {
  position: relative;
}

#floor_section_paging {
  justify-content: center;
  width: 100%;
}

.banner_content {
  z-index: 2;
  height: auto;
  width: auto;
  max-width: 92%;
  border-radius: 30px;
  font-size: 20px;
  display: flex;
  align-items: center;
  position: absolute;
  padding: 0 30px;
}

#features .inner_features {
  padding: 50px 15px;
}

#panorama-item-block .fp-content {
  padding-left: 0
}

.download_wrapper a {
  cursor: pointer;
}

@media(max-width:767px) {
  .inner_contactus .main-heading {
    text-align: center;
  }
  .fp-wrap .col-md-7 #edit-hotspot #imageview img {
    height: 100%;
    /*position: static;*/
  }
  /*.fp-wrap .col-md-7 #edit-hotspot #imageview {

    padding-top: 0;

}*/
  .container-floorplan.pb-0 #containment-wrapper #containment-wrapper {
    padding-top: 0;
  }
  .panel-body #containment-wrapper #theElement-a {
    justify-content: center;
  }
}

.redbanner {
    width: 100%;
    color: white;
    position: relative !important;
    font-weight: bold;
    text-align: center;
    /*height: 100%;*/
    z-index: 9998;
    display: block;
    top: 0;
    bottom: 0;
}
.redbanner > div {
    position: fixed;
    background-color: red;
    top: 50%;    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0px 0;
    color: #ffffff;
    width: 100%;
    font-size: 18px;
    opacity: 1;
}

.pp-sec-head {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pp-sec-content{ font-family: 'Heebo', sans-serif;}
.pp-sec-content .icon-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 90px;
    min-height: 70px;
}
.icon-box span.pp-icon {
    position: absolute;
    left: 0;
    top: 0;
}
.pp-sec-content .icon-box h4 {
  font-size:18px;
  color:#0081b5;
  font-family: 'Heebo', sans-serif;
}
.pp-sec-content .icon-box p {
  font-size:14px;
  color:#0081b5;
}
.pp-sec-1 {
    padding:20px 0 50px;
    margin-top: 20px;
    background-image: url(images/pp-s1-bg.jpg);
    background-repeat:no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    font-family: 'Heebo', sans-serif;
}
.pp-sec-1 h1 {
    font-family: 'Heebo', sans-serif;
    font-weight: 800;
    color: #000000;
    font-size: 38px;
}
.photographers-page-content .pp-sec-head p {
    font-size: 20px;
    line-height: 1.2;
    color:#000000;
    display: inline-block;
    max-width: 820px;
}
.photographers-page-content .pp-sec-1 h3 {
    font-size: 18px;
    color: #0081b5;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    margin-top: 20px;
}
.pp-sec-1 .pp-sec-content p {
    font-size: 14px;
    color: #0081b5;
    font-family: 'Heebo', sans-serif;
    font-weight:400;
}
.pp-s1-mac{margin-top:100px;}

.pp-sec-2 {
    padding: 0px 0 100px;
}
.pp-sec-head {
  text-align: center;
}
.pp-sec-head p{
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
}
.photographers-page-content .pp-sec-head h3 {
    font-size: 13px;
    color: #0081b5;
    font-weight: 600;
    text-transform: uppercase!important;
    font-family: 'Heebo', sans-serif;
}
.photographers-page-content h2 {
    font-size: 38px;
    font-weight: 800;
    color: #000000;
    font-family: 'Heebo', sans-serif;
    letter-spacing:0px;
}

.photographers-page-content{font-family: 'Heebo', sans-serif;}

.icon-box-wrap {
    padding: 20px 0;
    max-width: 420px;
}
.pp-s2-col-r, .pp-s3-col-l {
    padding:80px;
    text-align: center;
    line-height: 1.2;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    justify-content: center;
    box-shadow: 0 2px 10px 0px rgba(0,0,0,.1);
    display:flex;
    width: 100%;
    height: 100%;
    align-items: center;
    background-color:#ffffff;
}
.pp-sec-3 {
    background-color: #ebeaea;
    padding-bottom: 100px;
}
.pp-sec-4 {
    padding: 0 0 100px;
}
.pp-sec-5 {
    padding:0 0 100px;
    background-color:#ebeaea;
    font-family: 'Heebo', sans-serif;
}
.pp-sec-3 .icon-box-wrap {
    margin-left: auto;
}
.pp-sec-6 {
    text-align: center;
    padding: 100px 0;
    background-image: url(images/pp-s1-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.pp-sec-6 h2 { margin-bottom: 40px; }
.pp-sec-7 {
    padding: 0 0 100px;
    background-color: #ebeaea;
}
.pp-sec-5 .icon-box-wrap {
    margin-left: auto;
}
.pp-sec-8{
  background-image: url(images/pp-s1-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding:60px 0;
}
.pp-signup-btn {
    background: #0081b5;
    padding: 15px 80px;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    margin-top: 40px;
    border-radius: 3px;
}
.pp-signup-btn:hover {
  background: #006ea0;
  color:#ffffff;
}

     .process-loading {
         position: fixed;
    display: none;
    float: left;
    z-index: 999999999;
    top: 0;
    bottom: 0;
    background: rgba(100,100,100,.9);
    left: 0;
    right: 0;
    }
     body.processing .process-loading{
       display: block;
     }
    .process-loading .process-loading-wrapper {
         position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    }
    .process-loading i {
      font-size: 60px;
    }
    .process-loading .process-loading-wrapper span {
      float: left;
      width: 100%;
      font-size: 20px;
    }  
    .fade.show {
    opacity: 1;
    display: block;
}
.vh100 {
    height: 100vh;
}

@media (max-width: 992px){
.pp-sec-1{margin-top: 0;}
.pp-sec-1 .pp-sec-content > div { margin-bottom: 30px; }
.pp-s1-mac { margin-top: 40px; }

}

@media (max-width: 767px){
  .pp-sec-head {
      padding-top: 60px;
      padding-bottom: 40px;
  }
  .pp-sec-1 h1{font-size:28px;}
  .photographers-page-content .pp-sec-head p { font-size: 16px; }
  .photographers-page-content h2 { font-size: 28px; }
  .pp-sec-2 { padding-bottom:60px; }
  .pp-sec-3{ padding-bottom:20px; }
  .pp-sec-4{ padding-bottom:60px; }
  .pp-sec-5{ padding-bottom:20px; }
  .pp-sec-6{ padding:60px 0; }
  .pp-sec-7{ padding-bottom:30px; }
  .pp-s2-col-r, .pp-s3-col-l{ font-size: 28px; }
  .pp-sec-3 .icon-box-wrap { margin: 30px 0 0; max-width: 100%; }
  .pp-sec-head { padding-top: 60px; padding-bottom: 60px; }
  .pp-s2-col-r, .pp-s3-col-l { padding:50px 40px; }
  .pp-sec-8 { padding:0; }
  .pp-sec-5 .icon-box-wrap { margin: 30px 0 0; max-width: 100%; }
  .pp-sec-4 .icon-box-wrap { margin: 0; max-width: 100%; }
}

.tour_status_overlay{
  position: absolute;
top:0px;
left: 0px;
z-index: 99999999999;
}
body .hentry{ margin-top: 0; }
.position-relative{position:relative;}
.container .padding-remove{
  margin-top:20px;
}
@media (max-width: 575px){
  
}
@media (min-width: 992px){
  .navbar-expand-lg .navbar-toggler {
      display: none;
  }
}
.tour_price {
  display: none;
}
.video-sound-toggle{

    position: absolute;
    top: 2%;
    border: 5px solid red;
    left: 46%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 999999;
    background-color: #000;       
    color: #fff;    
    opacity: 0.5;
  }
.video-sound-toggle.muted .fa-microphone-slash {
    display: inline-block;
}
.video-sound-toggle.muted .fa-microphone {
    display: none;
}
.video-sound-toggle .fa-microphone {
    display: inline-block;
}
.video-sound-toggle .fa-microphone-slash {
    display: none;
}
.theme-3  .video-sound-toggle{
  top: 14%; 
}
body  #formcontactus .form-group input.errorClass ,body  #formcontactus .form-group textarea.errorClass  { border:  1px solid red !important; }
      #requireModal .fb-button {
          width: 100%;
          /*float: left;
          display: flex;*/
          height: 100%;
          align-items: center;
          max-width: 250px;
          margin: auto;
      }
      body .opactiy-text{
        opacity: 1 !important;
      }
     
    .require_image{
      width: 100%;
      height: 100%;
      background-size: cover;      
        background-position-x: center;
        border-radius: 3px;
    } 
    #fbLink img {
      width: 250px;
    }
  
  .or-seprator {
      text-align: center;
      border-bottom: 1px solid #000000;
      margin: 0px 0 30px;
      height: 30px;
  }
  .or-seprator span {
      width: 40px;
      height: 40px;
      padding: 9px;
      background-color: #ffffff;
      position: relative;
      display: inline-block;
      top: 10px;
  }
  #formRequireInfo label{
      color: black;
      font-weight: 700;
  }
  #formRequireInfo .require{
      border: 1px solid #555;
      box-shadow: none !important;
  }
  .modal-lg{
      margin-top: 12%;
  }
  .requireModal .btncontact{
      color: #fff !important;
      background-color: #ababab !important;
      border: 1px solid #555 !important;
      box-shadow: inset 0px 2px 10px rgba(255,255,255,0.37), inset 5px 0px 10px 10px rgba(255,255,255,0.07), 0px 1px 0px rgba(0,0,0,0.26), inset 0px -2px 12px rgba(0,0,0,0.08);
      line-height: 1 !important;
      padding: 0.4em 1.6em 0.4em !important;
      opacity: .8;
      text-transform: none !important;
      font-size: 18px;
      margin-bottom: -2px;
      margin-top: 10px;
  }
  .requireModal .btncontact:hover{
      color: #fff !important;
      /*background-color: #ababab !important;*/
      border: 1px solid #555 !important;
      box-shadow: inset 0px 2px 10px rgba(255,255,255,0.37), inset 5px 0px 10px 10px rgba(255,255,255,0.07), 0px 1px 0px rgba(0,0,0,0.26), inset 0px -2px 12px rgba(0,0,0,0.08);
      line-height: 1 !important;
      padding: 0.4em 1.6em 0.4em !important;
      opacity: 1;
  }
@media (min-width:576px) {
    .requireModal .modal-dialog{
        margin: 150px auto !important;
    }
}
    .requireModal .modal-body{
        border: 1px solid black;
        border-radius: 3px;
        margin: 10px;
        padding: 10px;
    }
    .requireModal .close{
        border: none;
        border-radius: 0px;
        font-size: 30px;
        opacity: .5;
        color: black;
    }
    .requireModal .close:hover{
        border: none;
        border-radius: 0px;
        font-size: 30px;
        opacity: 1;
        color: black;
        background-color: white !important;
    }
    .center-button{
        display: flex;
        justify-content: center;
    }
span.cspm_nearby_cat_icon {
    height: 53px;
    width: 53px;
    display: inline-block;
    background-image: url(https://thememytour.sfo2.cdn.digitaloceanspaces.com/images/map.png);
}
#bank span.cspm_nearby_cat_icon {
    background-position: -49px 0;
}
#bar span.cspm_nearby_cat_icon {
    background-position: -98px 0;
}
#cafe span.cspm_nearby_cat_icon {
    background-position: -148px 0;
}
#casino span.cspm_nearby_cat_icon {
    background-position: -198px 0;
}
#church span.cspm_nearby_cat_icon {
    background-position: -249px 0;
}
#convenience_store span.cspm_nearby_cat_icon {
    background-position: -299px 0;
}
#department_store span.cspm_nearby_cat_icon {
    background-position: 1px -50px;
}
#food span.cspm_nearby_cat_icon {
    background-position: -150px -50px;
}
#gas_station span.cspm_nearby_cat_icon {
    background-position: -198px -50px;
}
#grocery_or_supermarket span.cspm_nearby_cat_icon {
    background-position: -250px -50px;
}
#gym span.cspm_nearby_cat_icon {
    background-position: -300px -50px;
}
#hardware_store span.cspm_nearby_cat_icon {
    background-position: 0px -100px;
}
#hospital span.cspm_nearby_cat_icon {
    background-position: -50px -100px;
}
#library span.cspm_nearby_cat_icon {
    background-position: -100px -100px;
}
#movie_theater span.cspm_nearby_cat_icon {
    background-position: -150px -100px;
}
#night_club span.cspm_nearby_cat_icon {
    background-position: -200px -100px;
}
#park span.cspm_nearby_cat_icon {
    background-position: -250px -100px;
}
#pharmacy span.cspm_nearby_cat_icon {
    background-position: -300px -100px;
}
#police span.cspm_nearby_cat_icon {
    background-position: 0px -150px;
}
#restaurant span.cspm_nearby_cat_icon {
    background-position: -100px -150px;
}
#school span.cspm_nearby_cat_icon {
    background-position: -150px -150px;
}
#shopping_mall span.cspm_nearby_cat_icon {
    background-position: -200px -150px;
}
#train_station span.cspm_nearby_cat_icon {
    background-position: -250px -150px;
}
#university span.cspm_nearby_cat_icon {
    background-position: -300px -150px;
}