.vc-map-plugin {
  text-align: center;
}
.vc-map-plugin .vc-map-title {
  margin: 0;
  display: inline-block;
}

/*------------------------------------*\
    WooCommerce Shortcode
\*------------------------------------*/
.woocommerce .carousel-title h2,
.woocommerce-page .carousel-title h2 {
  margin: 0;
  padding: 25px 0;
}

.woocommerce ul.products.product-carousel:hover .owl-nav,
.woocommerce-page ul.products.product-carousel:hover .owl-nav {
  opacity: 1;
}

.woocommerce ul.products.product-carousel li.product,
.woocommerce-page ul.products.product-carousel li.product {
  width: 100%;
  border-top: 1px solid #ededed;
}

.woocommerce ul.products.product-carousel .owl-controls,
.woocommerce-page ul.products.product-carousel .owl-controls {
  width: 100%;
}

.woocommerce ul.products.product-carousel .owl-nav,
.woocommerce-page ul.products.product-carousel .owl-nav {
  position: absolute;
  top: 50%;

  width: 100%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.woocommerce ul.products.product-carousel .owl-nav .owl-prev,
.woocommerce-page ul.products.product-carousel .owl-nav .owl-prev {
  border-right: 2px solid #000000;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 15px;
  border-radius: 0 !important;
  position: absolute;
  left: 0;
  top: 50%;

  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.woocommerce ul.products.product-carousel .owl-nav .owl-next,
.woocommerce-page ul.products.product-carousel .owl-nav .owl-next {
  border-left: 2px solid #000000;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 15px;
  border-radius: 0 !important;
  position: absolute;
  right: 0;
  top: 50%;

  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*------------------------------------*\
    Features Shortcode with Icon
\*------------------------------------*/
.tpvc-features .feature {
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.tpvc-features .feature a {
  text-decoration: none;
  color: #6b6b6b;
}
.tpvc-features .iconic {
  width: 60px;
  height: 60px;
  border: 2px solid #fab996;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 20px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: -moz-inline-stack;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.tpvc-features .iconic i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  color: #fab996;
  font-size: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tpvc-features .section-title {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #6e6e6e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;

  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.tpvc-features .section-title h1,
.tpvc-features .section-title h2,
.tpvc-features .section-title h3,
.tpvc-features .section-title h4,
.tpvc-features .section-title h5,
.tpvc-features .section-title h6 {
  margin: 0;
}

.tpvc-features .left-icon{
  float: left;
  text-align: left;
}
.tpvc-features .left-icon .iconic{
  float: left;
  margin-right: 40px;
  margin-top: 20px;
}
.tpvc-features .left-icon .section-title{}

/* Newsletter */
.newsletter-wrapper .news-letter-title{
  color: white;
  font-size: 60px;
  font-weight: bold;
}
.newsletter-wrapper form{
  clear: both;
  *zoom:1;
  margin-top: 80px;
}
.newsletter-wrapper form::before{
  content: ""; 
  display: table; 
}
.newsletter-wrapper form::after{
  content: ""; 
  display: table; 
  clear: both; 
}
.newsletter-wrapper p{
  font-size: 14px;
  color: white;
  font-style: italic;
  font-weight: bold;
}
.newsletter-wrapper label{
  display: none;
}
.newsletter-wrapper input[type=email]{
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  width: calc(100% - 120px);
  float: left;
  line-height: 30px;
  outline: none;
}
.newsletter-wrapper input[type=submit]{
  background: transparent;
  border: 1px solid white !important;
  color: white;
  font-style: normal;
  font-weight: normal;
  width: 120px;
  float: left;
}
@media screen and (max-width: 568px) {
  .newsletter-wrapper input[type=email]{
    float: none;
    width: 100%;
  }
  .newsletter-wrapper input[type=submit]{
    float: none;
  }
}

/* Testimonial widget */
.tpvc-testimonial {
  padding: 0 10px;
}
.tpvc-testimonial .title {
  font-family: "raleway", arial;
  font-size: 13px;
  font-weight: 600;
  color: #818181;
  text-transform: uppercase;
  margin-bottom: 25px !important;
}
.tpvc-testimonial .testimonial-widget .widget_woothemes_testimonials{
  padding: 0 0 20px 0;
}
.tpvc-testimonial .testimonial-widget .widget_woothemes_testimonials blockquote{
  border: none;
  padding: 0;
}
.tpvc-testimonial .testimonials-text p{
  position: relative;
}
.tpvc-testimonial .testimonials cite{
  color: #3e3e3e;
  font-weight: bold;
  font-family: "opensans", arial;
}
.tpvc-testimonial .testimonials cite .url{
  font-style: italic;
  font-weight: normal;
}

/* Post Widget */
.tpvc-post-blog {
  padding: 0 10px;
}
.tpvc-post-blog .title {
  font-family: "raleway", arial;
  font-size: 13px;
  font-weight: 600;
  color: #818181;
  text-transform: uppercase;
  margin-bottom: 25px !important;
}
.tpvc-post-blog .thumbnail {
  background: transparent;
}
.tpvc-post-blog .caption .post-date{
  font-family: "opensans", arial;
  font-weight: 500;
  color: #9d9d9d;
  font-size: 11px;
}
.tpvc-post-blog .post-title{
  /*padding: 5px 0;*/
  margin: 0;
  margin-bottom: 10px;
  margin-top: 2px;
}
.tpvc-post-blog .post-title a{
  color: #3e3e3e;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.tpvc-post-blog figure{
  overflow: hidden;
}
.tpvc-post-blog figure img {
  width: 100%;
  max-width: 100%;
}

/* product list shortcode */
.tpvc-products {
  padding: 0 20px;
}
.tpvc-products .title {
  font-family: "raleway", arial;
  font-size: 13px;
  font-weight: 600;
  color: #818181;
  text-transform: uppercase;
  margin-bottom: 25px !important;
}
.tpvc-products a {
  color: #444444;
}
.tpvc-products .product-home-featured .button{
  display: none;
}
.tpvc-products .product-home-featured .product-thumb-block{
  float: left;
}
.tpvc-products .product-home-featured .product-thumb-block img{
  max-width: 40px;
  max-height: 40px;
}
.tpvc-products .product-home-featured {
  list-style: none;
  padding: 0;
}
.tpvc-products .product-home-featured .product{
  padding: 0;
  clear: both;
  *zoom:1;
  margin: 10px 0;
}
.tpvc-products .product-home-featured .product .price{
  font-weight: bold;
}
.tpvc-products .product-home-featured .product del{
  color: #818181;
  font-weight: normal !important;
}
.tpvc-products .product-home-featured .product .product-thumb-block{
  padding: 0;
}

.tpvc-products .product-home-featured .star-rating{
  position: absolute;
  right: 0;
  top: 0;
}
.tpvc-products .product-home-featured .product::before{
  content: ""; 
  display: table; 
}
.tpvc-products .product-home-featured .product::after{
  content: ""; 
  display: table; 
  clear: both; 
}
.tpvc-products .product-home-featured .product-up-block{ 
  float: right;
  max-height: auto !important;
  height: auto !important;
  width: calc(100% - 50px);
  text-align: left;
  position: relative;
}
.tpvc-products .product-home-featured .product-up-block h3{ 
  margin-bottom: 0;
  margin-top: 0;
}
.tpvc-products .product-home-featured .product-up-block .onsale{ 
  display: none;
}

/* Stat Counter */
.statistics .data_stat {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  padding: 20px;
  margin: 0 20px;
  text-align: center;
  border-bottom: 1px solid #3e3e3e;
}
.statistics .data_stat .label {
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif !important;
}
.statistics .data_stat .num {
  font-size: 60px;
  color: #3e3e3e;
  font-weight: 100;
  font-family: 'Raleway', sans-serif !important;
  padding-bottom: 30px;
}