@charset "UTF-8";
/* Home Page */
.page-template-template-homepage .site-main {
  margin: 0;
  padding: 0;
}

.page-template-template-homepage .content .col-full {
  margin-left: 0;
  margin-right: 0;
}

/* content*/
#webvrtool.page-template-template-homepage .site-main {
  padding-top: 0;
}

#home-editor-wrapper {
  width: 100%;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 15px;
  padding-top: 25px;
  height: 100%;
}

.home-editor-image-wrapper {
  width: 60%;
  float: left;
  height: 50em;
}

.home-editor-container-wrapper {
  float: right;
  width: 38%;
  height: 50em;
}

.home-editor-container-wrapper .feature {
  height: 125px;
  padding: 5px;
  max-width: 500px;
}

.home-editor-container-wrapper .editor-icon {
  float: left;
  height: 125px;
}

.home-editor-container-wrapper .editor-content {
  float: right;
  height: 125px;
  width: 70%;
  line-height: 1.5em;
  margin-right: 2em;
}

.home-editor-container-wrapper .editor-icon i {
  color: #5881bc;
}

#home-vr-wrapper {
  margin: 0px auto;
  text-align: center;
  margin-top: 40em;
}

#home-vr {
  vertical-align: top;
  margin: 0 auto;
  display: inline;
}

#home-img-wrapper {
  background-color: #ebeced;
  margin-left: -50px;
  margin-right: -10px;
  width: 110%;
  opacity: 0.8;
}

#home-img-wrapper:hover {
  opacity: 1;
}

#home-vr img {
  display: inline;
  /*padding-left: 0.5em;
padding-right: 0.5em;*/
}

/* Sample VReCard across the homepage */
#home-vrecard-sample-wrapper {
  margin-top: 0;
  padding-top: 0;
  width: 130%;
}

iframe#home-vrecard-sample {
  margin-left: -40px;
  margin-right: -10px;
}

/* Testimonials */
#home-testimonials {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

 /* home slider overrides
 * currently saved on slider html
 * for each slide
 * TODO: move out of configs and enable here
 */

.slide-custom-text {
    font-size: 3.0rem;
    line-height: 1.25em;
    text-align: center;
    padding: 6px;
}
a.tp-button.red.small {
    font-size: 1.0rem;
    font-weight: 800;
    font-family: Arial Black;
    text-align: center;
    margin: auto;
}
@media (max-width: 768px) {
    .slide-custom-text {
        font-size: 2.0rem;
    }
    .tp-button.red.small a {
        font-size: 0.5rem;
    }
}
@media (max-width: 425px) {
    .slide-custom-text {
        font-size: 1.25rem;
    }
    .tp-button.red.small a {
        font-size: 0.5rem;
    }
}
@media (max-width: 320px) {
    .slide-custom-text {
        font-size: 1.25rem;
        line-height: 2.2em;
        overflow: normal;
    }
    .tp-button.red.small a {
        font-size: 0.75rem;
        margin-top: 10px;
    }
}


/* wp-masonry overrides */
#home-testimonials .wmle_post_meta {
  display: none;
}

#home-testimonials .wmle_container .wmle_item {
  box-shadow: none;
  border: 0;
  min-height: 400px;
}

#home-testimonials .wmle_container .wmle_item .wmle_post_excerpt {
  color: inherit;
  font-size: 1.25em;
}

#home-testimonials .wmle_post_excerpt {
  font-size: 1.25em;
  text-align: left;
  padding: 0 2.0rem;
  font-family: 'Times New Roman', sans-serif;
}

#home-testimonials .wmle_post_excerpt p:before {
  content: open-quote;
}

#home-testimonials .wmle_post_excerpt p:after {
  content: close-quote;
}

#home-testimonials .wmle_post_title {
  font-size: 1.0em;
  line-height: 1.5;
  padding-bottom: 6px;
  border: 0;
  padding: 0 auto;
  font-weight: 400;
  font-style: italic;
}

#home-testimonials .wmle_post_title a {
  color: #3f3959;
}

/* Features */
#home-features-wrapper {
  width: 110%;
  margin-left: -5em;
  margin-right: 0;
  text-align: center;
  background-color: #efefef;
  padding: 2em;
}

#home-features {
  width: 80%;
  margin: 0 auto;
}

#home-features h3.feature-title {
  font-size: 1.618em;
  font-weight: 600;
}

#home-features .feature-content a img {
  margin-left: 0;
}


#vr_experience {
  background: url("https://assets.vrecards.com/wp-content/uploads/css/experience_bg.png") no-repeat center;
  background-size: cover !important;
  min-height: 770px;
}

#vr_demo_home {
  background: url("https://assets.vrecards.com/wp-content/uploads/css/video-bg.png") no-repeat center;
  background-size: cover !important;
  min-height: 870px;
}

#home_call_to_action {
  background: url("https://assets.vrecards.com/wp-content/uploads/css/home_bottom.png");
  background-position: center bottom;
  background-size: contain !important;
  background-repeat: no-repeat;
  min-height: 580px;
}

.forcefullwidth_wrapper_tp_banner {
  /* fix to enable links on revslider on homepage
  /*z-index: -1;*/
}

.home .hentry {
  margin: 0;
}

.home #content .col-full #primary {
  margin-bottom: 0px;
}

.home .col-full {
  margin: 0;
}




@media (max-width: 1024px) {
  .home-editor-image-wrapper {
    width: 100%;
    height: auto;
  }

  .home-editor-container-wrapper {
    float: left;
    width: 100%;
  }

  #home-vr-wrapper {
    margin-top: 80em;
  }
}

@media (max-width: 768px) {
  #home-vr-wrapper {
    margin-top: 70em;
  }
}

@media (max-width: 425px) {
  #masthead {
    padding-bottom: 0;
  }

  #home-vr-wrapper {
    margin-top: 60em;
  }

  .home-editor-container-wrapper {
    padding-left: 5px;
  }

  .home-editor-container-wrapper .feature {
    height: 140px;
  }

  .home-editor-container-wrapper .editor-content {
    margin-right: 0;
  }

  #home-vr-wrapper {
    width: 100%;
    margin-right: -15px;
    margin-top: 60em;
  }
}

@media (max-width: 320px) {
  #home-vr-wrapper {
    margin-right: -25px;
    margin-top: 60em;
  }

  .home-editor-container-wrapper .editor-icon i {
    font-size: 2.5em;
  }
}

/* Mobile */
@media (max-width: 768px) {
  #personalize_home_heading {
    font-size: 2em;
    margin-top: 35% !important;
  }

  #vr_experience {
    min-height: 1970px;
    padding-top: 170px;
    margin-top: 0px !important;
  }

  #home_call_to_action {
    margin-top: 0px !important;
    background-size: cover !important;
  }

  #home_call_to_action .vc_btn3-container {
    text-align: center;
  }

  #home_call_to_action h2 {
    font-size: 1.5em !important;
    margin-top: 170px !important;
    margin-bottom: 20px !important;
  }

  #home_call_to_action p {
    padding: 0 20px;
  }
}
.home #page .col-full {
  margin-left: 0px;
  margin-right: 0px;
}

/* homepage categories VC element */
.homepage_categories_post_grid {
  clear: both;
  margin-top: 40px;
}

.homepage_categories_container .heading_row {
  display: block;
  height: 70px;
}

.homepage_categories_container .heading_row {
  text-align: left;
  padding: 0 2em;
}

.homepage_categories_container .heading_row .title {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
  line-height: 2;
  font-family: "Oswald", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

/* category links with icons */
.homepage_categories_container .heading_row .categories_container {
  margin-left: auto;
  margin-right: auto;
  padding: 2em 1em;
}

.homepage_categories_container .heading_row .categories_container .single_category {
  display: inline-block;
  float: left;
  padding: 0px 10px;
}

.homepage_categories_container .heading_row .categories_container .single_category:focus {
  outline: none;
}

.homepage_categories_container .heading_row .categories_container .single_category img {
  width: 35px;
  margin: auto;
}


 .homepg-categories-featured ul.products {
   margin: 1em 0;
 }

.homepg-categories-featured ul.products li.product {
  width: 20%;
  font-size:1.0em;
}
.homepg-categories-featured ul.products li.product .wcvendors_sold_by_in_loop {
  display:none;
}

/* similar products and more from this author on product page */
.homepage_categories_container .single_homepage_product {
  position: relative;
  width: 23%;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin: 0px 0px 30px 1.5%;
}

.homepage_categories_container .single_homepage_product img {
  width: 100%;
  height: 100%;
}

.homepage_categories_container .single_homepage_product img:first-of-type {
  position: absolute;
  z-index: -1;
}

.homepage_categories_container .single_homepage_product .single_product_title {
 position: relative;
  padding: 10px;
  top: 230px;
  color: white;
  width: 100%;
  font-size: 1.0em;
  z-index: 9;
  display: none;
}



.homepage_categories_button {
  clear: both;
  margin-top: 2em;
}


.homepage_categories_container .wcvendors_sold_by_in_loop {
  display:none;
}

.homepage_categories_container h3.product_title {
  text-transform: uppercase;
}


@media (max-width: 768px) {
  .homepage_categories_container .single_homepage_product {
    width: 47%;
    margin: 0px 0px 30px 2%;
  }

  .homepage_categories_container .heading_row .categories_container,
  .homepage_categories_container .heading_row .title {
    /*max-width: 50%;*/
  }

  .homepage_categories_container .heading_row {
    padding: 0 0.5em;
  }
}

@media (max-width: 480px) {
  .homepage_categories_container .single_homepage_product {
    width: 70%;
    margin: 0px 0px 30px 15%;
  }

  .homepage_categories_container .heading_row {
    text-align: center;
    padding: 0;
  }

  .homepage_categories_container .heading_row .categories_container {
    float: none;
    margin: auto;
  }

  .homepage_categories_container .heading_row .categories_container,
  .homepage_categories_container .heading_row .title {
    max-width: 80%;
  }

  .homepage_categories_container .heading_row .categories_container .single_category {
    float: none;
  }

  .homepage_categories_post_grid {
    margin-top: 150px;
  }
}

