/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
#photo_gallery_slider {
	background-color:#000;
}
#top .av_header_transparency #header_main {
	background-color: rgba(255,255,255,0.8);
}

.avia-table.avia-data-table td {
    text-align: left;
}

.avia_cart_buttons { display: none; }

/* Disable Enfold WPML language switcher */
.main_menu .av-language-switch-item {
    display: none !important;
}

#home-second-grid-row { margin-top: 25px; }

.av_font_icon.av-icon-style-inline {
    float: none!important; 
    display: inline-block!important; 
    vertical-align: middle!important; 
    margin: 0 8px!important; 
}

/*  <div class="overlay"></div> */
.overlay {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    transform: skew(165deg);
    right: 70%;
}

.avia-timeline-boxshadow .av-milestone-contentbox {
	border-radius: 6px;
}

.mfp-iframe-holder .mfp-content {
    width: 100% !important;
    max-width: 90% !important;
    height: 100%;
    max-height: 90%;
}

.woocommerce-loop-product__title {
	text-align: center;
}

@media only screen and (max-width: 1200px) {
  nav.main_menu {
    display: block !important;
  }
  #avia-menu .menu-item {
    display: none;
  }
  .av-burger-menu-main.menu-item-avia-special {
    display: block;
  }
}

/* Disable sidebar in category pages */
.template-shop.content.av-content-small.alpha.units {
    width: 100%;
    border: none !important;
}

.sidebar.sidebar_right.alpha.units {
    display: none !important;
    border: none !important;
}

/* Woocommerce Product Titles */
.woocommerce-loop-product__title {
    text-transform: capitalize !important;
}

.shop_columns_2 .products .product {
    width: 48.8%;
    margin: 0 2% 2% 0;
}

/* Convert all uppercase itinerary milestone title */
.entry-content-header h4 {
    text-transform: uppercase;
}

/* Product shadow */
ul.products li.product.virtual.product-type-simple {
    box-shadow: 2px 2px 8px #eee;
}

.products ul, ul.products {
    padding-top: 4px;
    padding-right: 4px;
}

/* Remove the image overlay (circle and arrow )on hover */
.image-overlay.overlay-type-extern {
    display: none !important;
    opacity: 0 !important;
}

/* Breadcrumb alignment */
.breadcrumb.breadcrumbs.avia-breadcrumbs {
    left: 50px;
    right: auto !important;
    font-size: 1em;
    font-style: italic;
}

.soft-left-border {
    border-left: 1px solid #c0c0c0;
        border-left-color: rgb(192, 192, 192);
    margin-left: 3% !important;
    padding-left: 3%;
    height: 100%;
}

/* Default Enfold Preloader image - disabled when custom logo is uploaded. */
.av-siteloader {
    border: none;
    background-image: url(https://download.probusinesslab.com/stkh/test/loader/st_loader.png);
    background-size: contain;
}

/* Default Preloader tweaks 
.av-preloader-reactive #top .av-siteloader {
  border-color: #e1e1e1;
  top: -84px;
  z-index: 10;
  width: 70px;
  height: 70px;
}
*/

.av-preloading-logo { top: 80px; }