/*
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:*/


/*remove category image on categori pages:*/

.page-thumb img {
    border-radius: 3px;
    display: none;
}

#top form.register {
    padding: 20px 20px 40px 20px;
}

.avia_cart_buttons {
    /* opacity: 0.2; */
    /* border-top-width: 1px; */
    /* border-top-style: solid; */
    /* padding: 10px; */
    /* overflow: hidden; */
    /* -webkit-transition: all 0.3s ease; */
    -moz-transition: all 0.3s ease-in-out;
    /* transition: all 0.3s ease-in-out; */
    display: none;
}

#top .products .product-category {
     border-radius: 0px; 
     border-style: solid;
     border-width: 0px;

}



/*Product category text align center*/
.products .product h3{

    line-height: 1.3em;
    font-weight: normal;
    text-align: center;
}


/*Logo placement*/
div .logo {
    float: left;
    position: absolute;
    padding-top: 8px;
    left: 0;
    z-index: 1;
}

/*Hide categories list under produkt title*/
.posted_in{display: none;}

/*Hide product sorting*/
div .product-sorting {display: none;}


.current-menu-item span.avia-menu-text {
background-color: #109bc5;
padding: 14px;
border-radius: 0px;
color: white;
}


/*breadcrum top page*/
#top .title_container .container {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 36px;
    border-bottom: 1px solid #e1e1e1;
    max-width:1190px;
}

.title_container h1.main-title.entry-title {
    display:contents;
}

.title_container .breadcrumb {
    right: auto;
    left: 0px;
}

span.trail-before:before {
    content: '\E821';
    font-family: 'entypo-fontello';
}

span.breadcrumb-title {
    display: contents;
}


/* Menu background*/
#header_main_alternate {
    background-color: #333333;
}

.av-masonry-date {
display: none;    
font-size: 11px;
}

.news-time {
    font-weight: normal;
    clear: both;
    font-size: 0.92em;
    display: none;
}


.inner_product .thumbnail_container {
border: 0px solid #f8f8f8;
border-bottom: none;
}


/* remove image border - single product page*/
.template-shop .single-product-main-image .images a {
    border-style: solid;
    border-width: 0px;

}



.avia-section.avia-section-small {
    display: none;
}


@media only screen and (max-width: 640px) {
.responsive #top #main .sidebar {
    display: block;
    width: 100%;
}

.responsive .single-product-summary {
    width: 100% !important;
}
}

.woocommerce .widget-area {
display: none;
}

#top #header .mega_menu_title a {
    font-size: 12px;
}

#top div div.product .woocommerce-tabs ul.tabs li.active a {
display: none;
}

#top div.product .woocommerce-tabs .panel {
    border-style: none;
    border-width: 0px;
    display: none;
}

#top div.product .woocommerce-tabs {
    clear: both;
    padding: 0 0 0 0;
    margin: 0 0 0 0;

}

#top div div.product .woocommerce-tabs .panel {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

#top #wrap_all .all_colors h2 {
    font-size: 20px;
}


span.trail-before {
display: none!important;
}

@media only screen and (max-width: 1160px){

	.responsive.html_mobile_menu_tablet .container #advanced_menu_toggle,
	.responsive.html_mobile_menu_tablet #advanced_menu_hide {
		display: none!important
	}
	.responsive.html_mobile_menu_tablet #header_main_alternate { 
		 display: none!important
	}

}


@media only screen and (max-width: 768px) {
ul.cart_dropdown { display: none!important; }}

