/*
Theme Name: Grappolo
Theme URI: 
Author: Kristofer Turmen
Author URI: https://kiks.tips
Description: Grappolo theme.
Version: 1.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: grappolo itaalia vein
Text Domain: grappolo

This theme, like WordPress, is licensed under the GPL.
*/
html, body{
	height: 100%;
	min-width: 320px;
	font-family: Roboto, Open Sans,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: 400;
	color: #6a6a6a;
	font-size: 11pt;
	/*background-image: url(cross.jpg);
	background-repeat: repeat;*/
	/*background-color:#fafafa;*/
	/*background-size: 15px 15px;*/
}
.clearfix{
	clear:both;
}
#grappolo{
	min-height: 100%;
	height: auto !important;
	margin:0 auto -3em;
}
.push{
	height: 5em;
}
#pagefooter{
	max-width:1100px;
	margin:auto;
	height:3em;
	border-top: 1px solid #e8e8e8;
}
#pagefooter .site-info{
	margin:0.9em 1em;
}
#pagefooter .site-info span{
	display: inline-block;
	font-size:0.9em;
}
#pagefooter .site-info .warning{
	
}
#pagefooter .site-info .author{
	float:right;
	color: rgb(181, 15, 70);
}
*{
	margin:0;
	padding:0;
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(100,100,100,0.3); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(100,100,100,0.2); 
}
a{
	color:rgb(181, 15, 70);
	text-decoration:none;
	transition:color ease-in-out 0.1s;
}
a:hover, a:focus{
	color:rgb(214, 150, 165);
}
p{
	margin:1em 0em;
}
h1{
	font-weight:300;
	line-height:1.6em;
	color:rgb(181, 15, 70);
	font-size:1.5em;
}
h2{
	font-weight:300;
	line-height:1.6em;
	color:rgb(181, 15, 70);
	font-size:1.5em;
	margin:0.5em 0em;
}
h3{
	font-size:1em;
	font-weight:500;
}
img{
	border:none;
}
.main:not(.italy) img{
	-webkit-box-shadow: 0px 0px 9px -2px #333;
	box-shadow: 0px 0px 9px -2px #333;
}
img.alignright{
	float:right;
	margin:0px 0px 15px 20px;
}
img.alignleft{
	float:left;
}
.gallery .gallery-item{
	overflow:hidden;
}
.gallery .gallery-item dt{
	margin:10px 10px 0px 10px;
}
.gallery .gallery-item img{
	border: none !important;
	-webkit-box-shadow: 0px 0px 9px -2px #333;
	box-shadow: 0px 0px 9px -2px #333;
}
#cboxCurrent{
	display: none !important;
}
#cboxTitle{
	background:rgba(0,0,0,0.8);
	padding:8px 15px;
	top: inherit !important;
	bottom:3px;
}
button[type=submit]{
	margin-top:10px;
	padding:5px 7px;
	font-family: Roboto, Open Sans,"Helvetica Neue",Helvetica,sans-serif;
	max-width: 500px;
	background: none;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 0px;
	box-shadow: 0 0 3px #fff inset,0 1px 4px rgba(0,0,0,.04);
}
input[type=text], input[type=email], input[type=tel], input[type=number], textarea{
	font-family: Roboto, Open Sans,"Helvetica Neue",Helvetica,sans-serif;
	max-width: 500px;
	background: none;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 0px;
	box-shadow: 0 0 3px #fff inset,0 1px 4px rgba(0,0,0,.04);
	padding: 3px;
}
input[type=number]{
	width:65px;
}
.header{
	/*fixed*/
	/*position:fixed;*/
	width:100%;
	/*fixed*/
	background-color:#ffffff;
	padding-bottom: 40px;
	-webkit-box-shadow: 0px -11px 20px 0px #000;
	box-shadow: 0px -11px 20px 0px #000;
	transition:padding-bottom ease-in-out 0.4s;
	z-index:1;
}
@-moz-document url-prefix() {
	.header{
		box-shadow: 0px -17px 20px 0px #000;
	}
}
.none{
	/*display:none;*/
	visibility:hidden;	
}
.header2{
	position:fixed;
	padding-bottom:0px;
	top:0px;
	z-index:10;
}
.wrapper{
	max-width:1100px;
	margin:auto;
}
.logowrap .logo{
	text-align:center;
}
.logowrap .logo img{
	float:left;
	width:170px;
	padding: 10px 0px 0px 5px;
	/*transition:all ease-in-out 0.4s;*/
}
.logowrap .logo img:hover{
}
.header-search{
	float: right;
    padding: 48px 5px 0px 0px;
    position: relative;
	transition:margin-top ease-in-out 0.4s;
}
.header-search .ion-ios-search{
	font-size: 1.8em;
	padding-right:10px;
}
.header-search .ion-ios-search::before{
	/*margin-top:2px;*/
}
.menuwrap .fixed-search{
	display:none;
	top:-56px;
	z-index:5;
	transition:top ease-in-out 0.4s;
}
.search-form{
	float:right;
}
.search-field{
	margin-top:1px;
	float:right;
	border: #eee 1px solid;
	padding:1px 3px;
	font-size: 1em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background:#fff;
}
input.search-field:focus{
	outline:0;
}
/*PLACEHOLDER COLOR*/
.search-field::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#6a6a6a;
}
.search-field:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#6a6a6a;
   opacity:  1;
}
.search-field::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#6a6a6a;
   opacity:  1;
}
.search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#6a6a6a;
}
/*PLACEHOLDER COLOR*/
.screen-reader-text, .search-submit{
	display:none;
}

.info-wrap{
	float:right;
    position: relative;
	width:470px;
	margin:38px 30px 0px 0px;
	line-height:1.7;
}
.info-wrap i{
	font-size: 1.5em;
	color: rgba(100,100,100,1);
	float:left;
	margin-top:2px;
}
.info-wrap .loc-wrap{
	float:left;
    width:170px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.info-wrap .time-wrap{
	float:right;
	width:240px;
	/* margin-top:12px; */
}
.info-wrap .ion-ios-cart{
	margin:12px 18px 10px 0px;
}
.info-wrap .ion-clock{
    /* margin:0px 15px 0px -3px; */
    margin: 12px 18px 10px 0px;
}
.info-text{
	margin-left:5px;
}


.menuwrap{
	position:relative;
	width:100%;
	font-size:1em;
}
.menuwrap.topmenu{
	height:111px;
}
.menuwrap .menu-container{
	position: absolute;
	top: 120px;
	padding: 20px 0px;
	width: 100%;
	float: right;
	transition: top ease-in-out 0.4s;
	background-color: rgb(181, 15, 70);
	-webkit-box-shadow: 0px 0px 12px -5px #000000;
	box-shadow: 0px 2px 12px -5px #000000;
	z-index: 2;
}
.menuwrap .menu-mobile-container{
	position: absolute;
	top: 120px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	float: right;
	transition: top ease-in-out 0.4s;
	background-color: rgb(181, 15, 70);
	-webkit-box-shadow: 0px 0px 12px -5px #000000;
	box-shadow: 0px 2px 12px -5px #000000;
	z-index: 3;
	display:none;
	height:40px;
	line-height:2;
	font-size:1.5em;
}
.menu-mobile-container .wpmenucartli{
	float:none !important;
}
.header2 .menu-container{
	top:-70px;
	z-index:3;
}
.header2 .menu-mobile-container{
	top:-70px;
	z-index:4;
}
.menuwrap .menu-container ul{
	list-style-type:none;
	/*left: 50%;*/
	position: relative;
}
.menuwrap .menu-mobile-container ul{
	list-style-type:none;
	position: relative;
	background-color:rgb(181, 15, 70);
	display:none;
	margin-top:46px;
	padding-bottom:13px;
}
.menuwrap .menu-container ul li{
	float:left;
}
.menuwrap .menu-container ul li a{
	padding:0px 25px;
	text-decoration:none;
	border-left:rgba(255,255,255,0.5) solid 1px;
	transition:color ease-in-out 0.2s;
	font-family:Roboto, Open Sans,"Helvetica Neue",Helvetica,sans-serif;
	font-weight:300;
	font-size:10.2pt;
	letter-spacing:0.3pt;
	color:#FAF6F6;
}
.menuwrap .menu-mobile-container ul li a{
	padding:10px 25px 10px 20px;
	text-decoration:none;
	transition:color ease-in-out 0.2s;
	font-family:Roboto, Open Sans,"Helvetica Neue",Helvetica,sans-serif;
	font-weight:300;
	font-size:10.2pt;
	letter-spacing:0.3pt;
	color:#FAF6F6;
}
.menuwrap .menu-container ul li:first-child a{
	border-left:none;
}
.menuwrap .menu-mobile-container ul li:first-child a{
	border-left:none;
}
.menuwrap .menu-container ul li a:hover{
	color:rgb(220,156,156);
	/*-color:rgba(247,255,212,0.60);
	border-bottom:#555 solid 3px;*/
}
.menuwrap .menu-mobile-container ul li a:hover{
	color:rgb(220,156,156);
	/*-color:rgba(247,255,212,0.60);
	border-bottom:#555 solid 3px;*/
}
.menuwrap .menu-container ul li.current-menu-item a{
	color:rgb(220,156,156);
	/*background-color:rgba(247,255,212,1.00);
	border-bottom:#555 solid 3px;*/
}
.menuwrap .menu-mobile-container ul li.current-menu-item a{
	color:rgb(220,156,156);
	/*background-color:rgba(247,255,212,1.00);
	border-bottom:#555 solid 3px;*/
}

.header .menuwrap .ion.mobile-menu-button{
	display:none;
	z-index: 3;
    position: absolute;
    left: 10px;
    top: 123px;
    font-size: 2.4em;
    color: #fff;
	cursor: pointer;
	padding:10px;
}
.header .menuwrap .ion.mobile-menu-button.button2{
	top:-46px;
	z-index:4;
	transition:top ease-in-out 0.4s;
}
#page-content{
	/* [disabled]padding-top:170px; */
	line-height: 1.9;
}
.kontakt-maps{
	float:right;
	width:100% !important;
	height:400px;
}
.post-15 .dynamic-col-1{
	border-bottom:1px solid #e8e8e8;
	margin-bottom:20px;
}

/*.menu-container.regular #menu-item-231{
	display: none;
}*/



/*SLIDERS*/
/*SLIDERS*/
/*SLIDERS*/
#homeslider{
	width:100%;
}
.ms-time-bar, .ms-ctimer-canvas{
  display:none !important;
}
.master-slider-parent, .master-slider, .ms-container, .ms-inner-controls-cont, .ms-view, .ms-slide-container, .ms-slide{
	width:100% !important;
}
.ms-view, .ms-slide{
	height: 60vh !important;
}
.ms-slide-info{
	position:absolute !important;
	top:100px;
	left:52% !important;
	max-width:400px;
	bottom:inherit !important;
	min-height:inherit !important;
}
.noinfo .ms-info{
	display:none;
}
.ms-info{
	position:relative !important;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 12px -5px #000000;
	box-shadow: 0px 2px 12px -5px #000000;
	max-width:400px;
	transition: opacity ease-in-out 0.5s;
	display:none;
}
.ms-info h1{
	margin:0px 10px 0px 10px;
	padding:10px 0px 5px 0px;
	border-bottom:#e4e4e4 1px solid;
}
.ms-info p{
	padding:5px 10px 10px 10px;
}
.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev{
	z-index:2 !important;
}
.ms-container .ms-slide.noinfo .ms-slide-bgcont img{
	margin-top:0px !important;
}
/*SLIDERS*/
/*SLIDERS*/
/*SLIDERS*/





.newstitle h1{
	font-size: 2em;
	font-weight:300;
	color:rgb(181, 15, 70);
	font-family:Quicksand;
}

.posts-archive .newstitle h1 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.newstitle .underbar{
	margin: auto;
	height: 1px;
	/*border-bottom: 2px solid rgba(181, 15, 70, 0.7);*/
	padding-top:7px;
}

.main{
	margin:40px 15px 10px 15px;
	/*padding:15px 0px 15px 0px;*/
}

.page-title, .post-title{
	margin:0.5em 0em;
}

.avaleht .main{
	margin-top:18px;
}

.post .post-title,
.veinimois .post-title {
    margin: 0.3em 0 0.2em 0;
}

.post .post-meta {
    color: #aaa;
    font-size: 9pt;
    font-weight: 400;
    text-transform: uppercase;
}

.single-post {
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}

h1.more-posts {
    color: #777;
    text-transform: uppercase;
    font-size: 1.5em;
}

/*POSTS*/
/*POSTS*/
/*POSTS*/
#homeposts .post{
	width:33.33%;
	float:left;
}

.post-item{
	padding-top:10px;
	margin:0px 15px;
}

#homeposts .post:first-child .post-item{
	margin-left:0px;
}

#homeposts .post:last-child .post-item{
	margin-right:0px;
}

.post-item h1{
	margin-bottom: 4px;
}

.post-item h2 {
    font-size: 1.2em;
    font-weight: 500;
}

.post-item h5 {
    color: #aaa;
    font-size: 9pt;
    font-weight: 400;
    text-transform: uppercase;
}

.post-content{
	margin-top:15px;
}

.read-more-news {
    color: #515151;
    padding: .6em .7em;
    display: inline-block;
    line-height: 1;
    font-weight: 300;
    border-radius: 0px;
    background-color: rgba(0,0,0,0.1);
}

.read-more-news:hover {
    color: #999;
}

.post-grid {

}

.post-grid .post {

}

.post-grid .post .post-item-content {
    
}
/*POSTS*/
/*POSTS*/
/*POSTS*/

/* PRODUCTS *//* PRODUCTS *//* PRODUCTS */
#primary-sidebar{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
	margin-bottom: 25px;
    justify-content: flex-start;
}

#primary-sidebar .berocket_single_filter_widget {
    margin-right: 30px !important;
}

#primary-sidebar .berocket_single_filter_widget.products-filter-reset .berocket_aapf_widget {
    margin-bottom: 3px !important;
}

#primary-sidebar .berocket_single_filter_widget .berocket_aapf_reset_button {
    color: rgb(181, 15, 70);
    cursor: pointer;
    border: none;
    background: none;
    font-family: Roboto, Open Sans,"Helvetica Neue",Helvetica,sans-serif;
}

/* #primary-sidebar .berocket_single_filter_widget .berocket_aapf_reset_button::before {
    content: "\f12a";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
} */

#primary-sidebar .berocket_single_filter_widget .berocket_aapf_reset_button:hover {
    color: rgb(214, 150, 165);
}

#primary-sidebar.widget-area.test {
	align-items: flex-start;
}

#primary-sidebar.widget-area.test div:first-child .woocommerce-widget-layered-nav-dropdown {
	margin: 0px 17px 7px 0px;
}

#primary-sidebar .woocommerce-widget-layered-nav-dropdown .select2-container .select2-selection--single {
	cursor: default;
}

#primary-sidebar .woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--single .select2-selection__clear {
	color: #b50f46;
	margin: 0px -3px 0px 4px;
    padding: 0px 4px;
	font-size: 16pt;
    line-height: 21pt;
}

ul.products{
	list-style-type:none;
}
ul.products li.product h3{
	font-weight:500;
}
.main ul.products li.product img{
	width: 100% !important;
	height: auto !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.main ul.products li.product img{
	width: 100% !important;
	height: auto !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.singleproduct.product .images{
	float:right;
	margin-left:25px;
	margin-top:10px;
}

.singleproduct.product .images img{
	width:300px;
	height:auto;
	-webkit-box-shadow: 0px 0px 9px -4px #333;
	box-shadow: 0px 0px 9px -4px #333;
}
.main ul.products li.product a, .main .related.products ul.products li.product a{
	margin-top:0.3em;
}
.products .product .button.product_type_simple, .related.products .products .product .button.product_type_simple{
	padding:.6em .7em;
	border-radius:0px;
	background-color:rgba(0,0,0,0.1);
	font-weight:300;
	line-height: 1;
	display: inline-block;
	color:#515151;
}
.products .product .button.product_type_simple:hover, .related.products .products .product .button.product_type_simple:hover{
	color:#999;
}
.widget-woof .chosen-container{
	width:inherit !important;
	min-width:270px;
}
.widget-woof .chosen-container .chosen-single, .widget-woof .chosen-container.chosen-with-drop.chosen-container-active .chosen-single{
	width:inherit !important;
	min-width:270px;
	background:none;
	border:1px solid rgba(0,0,0,.1);
	border-radius:0px;
	box-shadow:0 0 3px #fff inset,0 1px 4px rgba(0,0,0,.04);
	
}
.widget-woof .chosen-container.chosen-with-drop.chosen-container-active .chosen-single{
	border-bottom-style:none;
}
.widget-woof .chosen-container .chosen-drop{
	border:1px solid rgba(0,0,0,.1);
	border-radius:0px;
	border-top-style:none;
	box-shadow:0 0 3px #fff inset,0 1px 4px rgba(0,0,0,.04);
}
.widget-woof .chosen-container .chosen-drop .chosen-results .highlighted{
	background:none;
	color:rgb(181, 15, 70);
}
.widget-woof .woof_products_top_panel{
	margin-bottom:0px;
}
.widget-woof .woof_products_top_panel li span{
	background:none;
}
/* .widget-woof .woof .woof_submit_search_form_container{
	float:right;
	margin-top:-30px;
} */
.widget-woof .woof .woof_submit_search_form_container .button.woof_reset_search_form{
	background: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	padding:5px 8px;
}
.widget-woof .woof_products_top_panel li span::after{
	font:normal normal normal 14px/1 FontAwesome;
	content:"\f00d";
	margin-left:5px;
}
html body #woof_html_buffer.woof_info_popup{
	border:none;
	border-radius:0px;
	box-shadow:none;
	font-family: Roboto, Open Sans,"Helvetica Neue",Helvetica,sans-serif;
	font-weight:300;
	font-size:14pt;
	padding:15px;
	/*background:none;*/
}

.widget-woof .woof .woof_redraw_zone {

}

.woocommerce-ordering{
	display:none;
}
.product-category.product mark.count{
	background-color:transparent;
	font-weight:300;
}


.singleproduct .summary.entry-summary p{
	margin:0px;
}
.woo-price{
	float:left;
}
.singleproduct .summary.entry-summary .woo-price p.price{
	margin-right:0.5em;
	color: #77a464;
}
.singleproduct .onsale {
    display:none;
}
.main.woocommerce ul.products li.product .price{
	font-size:10.5pt;
}
.woocommerce-Price-currencySymbol:after{
	content:' ';
	font-size:7pt;
}
.cart{
	float: left;
	margin-bottom:0.3em;
}
.cart .quantity{
	float: left;
}
.main .single_add_to_cart_button.button.alt{
	margin:0px 0px 0px 10px;
}
.product_meta{
	clear: left;
}
.wc-tabs-wrapper p{
	margin:0px;
}
.wc-tabs-wrapper ul.tabs{
	list-style-type:none;
	margin-top:18px;
}
.wc-tabs-wrapper ul.tabs li{
	float:left;
}
.wc-tabs-wrapper ul.tabs li a{
	padding:10px;
	border:#eee solid 1px;
	background-color:#fbfbfb;
}

.wc-tabs-wrapper ul.tabs li:first-child a{
	border-left:none;
	border-top:none;
}
.wc-tabs-wrapper ul.tabs li:last-child a{
	border-right:none;
	border-top:none;
}
.wc-tabs-wrapper ul.tabs li.active a{
	padding-top:7px;
	border:none;
	border-top:rgb(181, 15, 70) solid 3px;
	background-color:transparent;
}
.wc-tabs-wrapper .wc-tab{
	clear:left;
	padding-top:18px;
}
.wc-tabs-wrapper .additional_information_tab{
	display:none;
}
.wc-tabs-wrapper table.shop_attributes{
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
	margin-top:10px;
}
.wc-tabs-wrapper table.shop_attributes th{
	text-align:left;
	padding-right:15px;
}
.related.products{
	margin-top:40px;
}
.related.products .products{
	margin-top:10px;
}
.related.products .products .product a h3{
	padding:.5em 0;
	margin:0;
	font-size:1em;
}
.related.products .products .product a span.price{
	color:#77a464;
	display: block;
	font-weight:400;
	margin-bottom:.5em;
	font-size:.857em;
}


/* PRODUCTS *//* PRODUCTS *//* PRODUCTS */

/**
 * WINERIES START
 */

.winery-container .winery-post {
    margin-bottom: 30px;
}

.winery-container .woocommerce h1 {
    margin-bottom: 20px;
}

.veinimoisatooted ul.products li.product:nth-child(4){
	margin-right:0;
}

/**
 * WINERIES END
 */

/* MAP *//* MAP *//* MAP */
.mapofitaly{
	width:48%;
	float:right;
	margin-right:20px;
}
.mapofitaly path{
	transition:opacity ease-in-out 0.1s;
	cursor:pointer;
}
.mapofitaly .maphint path{
	cursor:default;
}
/*.additional{
	float:right;
	width:39%;
}*/
.main.italy .ion.close-piirkond{
	float:right;
	color:rgb(181, 15, 70);
	margin-top:6px;
	cursor:pointer;
}

.veinimois-posts {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.main.italy .veinimois{
    width: calc(50% - 20px);
	display: block;
	margin-top: 20px;
    min-height: 200px;
    flex-shrink: 0;
}
/*.main.italy .veinimois:nth-child(1){
	display:block;
}
*/
.main.italy .veinimois.rightside{
	margin-left:100px;
}
.main.italy .post-item{
	margin:0;
}
.main.italy .veinimois h1.post-title{
	display:none;
}
.main.italy h1.term-heading{
	color:#666;
	border-bottom: #ede solid 1px;
    padding-bottom: 3px;
	margin-top:10px;
	width:50%;
	display:none;
}
.main.italy .veinimois-logo{
	text-align:center;
}
.main.italy .veinimois-logo img{
	max-height:180px;
	width:auto;
	max-width:50%;
}

/*WARNING*/
#page-content .cwv3.dialog-overlay{
	background-color:rgba(50,50,50,0.79);
}
#page-content .cwv3_dialog{
	box-shadow:2px 11px 60px -10px #000;
	border:none;
	padding:1em;
	margin-left:-1em;
	margin-top:-1em;
}
#page-content .cwv3_dialog .cwv3_title{
	background:none;
	line-height:1.6em;
	color:rgb(181, 15, 70);
	font-weight:300;
	font-size:1.5em;
	margin-bottom:0px;
}
#page-content .cwv3_dialog .cwv3_content{
	margin-bottom:5px;
	text-align:center;
}
#page-content .cwv3_dialog .cwv3_btns{
	background:none;
	padding:7px 0 0 0;
}
#page-content .cwv3_dialog .cwv3_btns .cwv3_enter a{
	background: rgb(128, 208, 87);
}
#page-content .cwv3_dialog .cwv3_btns .cwv3_exit a{
	background: rgb(193, 19, 67);
}

/*SEARCHRESULTS*/
ul.searchlist{
	list-style-type:none;
	margin-top:10px;
}
ul.searchlist li{
	margin-top:20px;
}
ul.searchlist .resultattributes{
	opacity:0.9;
}
ul.searchlist .resultattr{
	color:rgba(181, 15, 70, 0.8);
}
/*SEARCHRESULTS*/
/*POOD*/
.ninja-forms-cont{
	margin-top:-10px;
}
.ninja-forms-required-items{
	display:none;
}
.ninja-forms-form .ninja-forms-all-fields-wrap .ninja-forms-field-error{
	color:rgba(226,87,133,1.00);
	font-size:10pt;
}
.ninja-forms-form .ninja-forms-all-fields-wrap .ninja-forms-field{
	font-family: Roboto, Open Sans,"Helvetica Neue",Helvetica,sans-serif;
	max-width: 500px;
	background: none;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 0px;
	box-shadow: 0 0 3px #fff inset,0 1px 4px rgba(0,0,0,.04);
	padding: 3px;
}
.ninja-forms-form .ninja-forms-all-fields-wrap p.ninja-forms-field{
	border: none;
	box-shadow: none;
	padding:0;
}
.ninja-forms-form .ninja-forms-all-fields-wrap label{
	font-weight:400;
	margin:0px;
}
.ninja-forms-form .ninja-forms-all-fields-wrap .field-wrap{
	margin:0px 0px 10px 0px;
}
.ninja-forms-req-symbol span{
	color:rgba(226,87,133,1.00);
	font-size:10pt;
}
#ninja_forms_field_6_label{
	display:none;
}
.ninja-forms-form .ninja-forms-all-fields-wrap input[type=submit].ninja-forms-field {
	margin-top:10px;
	padding:5px 7px;
}
.ninja-forms-form .ninja-forms-all-fields-wrap .ninja-forms-field.shorttextarea{
	height:75px;
}

.main form .form-row .required{
	color:rgba(226,87,133,1.00);
	font-size:10pt;
}
.main .order_details{
	margin:1em 0em;
}
/*POOD*/

/*COLUMNS*/
/* dynamic columns */
div.dynamic-col-1 {}
div.dynamic-col-2 { float: left; padding-right: 2%;}
div.dynamic-col-3 { float: right; width: 50%;}
div.clear { clear: both; }
/*COLUMNS*/





#page-content main.woocommerce div.product.singleproduct{
	margin-bottom:0px;
	position: static;
}
#page-content main.woocommerce div.product.singleproduct div.images, #page-content main.woocommerce div.product div.summary{
	margin-bottom:0px;
}

#page-content main.woocommerce div.product.singleproduct div.images{
	float:right;
	width:inherit;
}
#page-content main.woocommerce div.product.singleproduct div.images img{
	width:300px;
	height:auto;
	-webkit-box-shadow: 0px 0px 9px -4px #333;
	box-shadow: 0px 0px 9px -4px #333;
	display: inherit;
}
#page-content main.woocommerce div.product.singleproduct div.summary{
	margin-bottom: 0px;
}
#page-content main.woocommerce div.product.singleproduct div.summary{
	float:none;
	width:inherit;
}
#page-content main.woocommerce div.product.singleproduct .product_title{
	
}
#page-content main.woocommerce div.product.singleproduct p.price{
	font-size:inherit;
}
#page-content main.woocommerce div.product.singleproduct form.cart{
	margin-bottom:0.3em;
}
#page-content main.woocommerce div.product.singleproduct form.cart div.quantity{
	margin:0px;
}
#page-content main.woocommerce div.product.singleproduct form.cart .button{
	vertical-align:inherit;
	float:none;
	background:none;
	color:black;
	font-size:inherit;
	margin:0px 0px 0px 10px;
	line-height:normal;
	cursor:pointer;
	position:static;
	overflow:auto;
	padding:5px 7px;
	font-weight:500;
	border-radius:0px;
	background-color:transparent;
	border:1px solid rgba(0,0,0,.1);
	white-space:inherit;
	box-shadow:0 0 3px #fff inset,0 1px 4px rgba(0,0,0,.04);
}
#page-content main.woocommerce div.product.singleproduct .woocommerce-tabs{
	clear:none;
}
#page-content main.woocommerce div.product.singleproduct .woocommerce-tabs ul.tabs{
	list-style:none;
	padding:0px;
	margin-top:18px;
	overflow:auto;
	position: static;
}
#page-content main.woocommerce div.product.singleproduct .woocommerce-tabs ul.tabs:before{
	display:none;
}
#page-content main.woocommerce div.product.singleproduct .woocommerce-tabs ul.tabs li.active{
	background:transparent;
	z-index:inherit;
	border-custom-color:rgb(106, 106, 106);
}
#page-content main.woocommerce div.product.singleproduct .woocommerce-tabs ul.tabs li{
	background-color:transparent;
	border:none;
	display:list-item;
	position:static;
	border-radius:0px;
	margin:0px;
	padding:0px;
}
.wc-tabs-wrapper .additional_information_tab{
	display: none;
}



































@media screen and (max-width: 1000px) {
	/*HEADERINFO*/
	.info-wrap .time-wrap, .info-wrap .loc-wrap{
		float:none;
		width:inherit;
	}
	.info-wrap{
		width:235px;
		margin-top:17px;
	}
	/*HOMESLIDER*/
	.ms-slide-info{
		left:45% !important;
	}
	/*.ms-view, .ms-slide{
		height:500px !important;
	}*/
	
}
@media screen and (max-width: 866px) {
	/*HOMESLIDER*/
	.ms-slide-info{
		left:40% !important;
	}
	/*.ms-view, .ms-slide{
		height:450px !important;
	}*/
}
@media screen and (max-width: 800px) {
	/*mobile menu*/
	.menu-container{
		display:none;
	}
	.menu-mobile-container{
		display:block !important;
	}
	.header .menuwrap .ion.mobile-menu-button{
		display:block;
	}
	.search-field{
		border:none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.55);
		background:rgb(181, 15, 70);
		color:rgba(255, 255, 255, 0.9);
	}
	.search-field::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:rgba(255,255,255,0.90);
}
.search-field:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:rgba(255,255,255,0.90);
   opacity:  1;
}
.search-field::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:rgba(255,255,255,0.90);
   opacity:  1;
}
.search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:rgba(255,255,255,0.90);
}
	.header-search{
		position:absolute;
		padding:0px 0px 0px 3px;
		right:15px;
		top:139px;
		z-index:4;
	}
	.header-search i{
		color:#fff;
	}
	.menuwrap .fixed-search{
		display:block;
	}
	.ms-slide-info{
		left:30% !important;
		top:80px;
	}
	.ms-view, .ms-slide{
		height:50vh !important;
	}
	#homeposts .post{
		width:100%;
		float:none;
	}
	#homeposts .post .post-item{
		margin:0px;
	}
	/*PRODUCTS*/
	/*.main .singleproduct .images{
		margin-top:-60px;
	}*/
	.main .singleproduct .summary.entry-summary{
		margin-top:40px;
	}
	.singleproduct.product .images img{
		width:250px;
	}
	.main .woocommerce-tabs.wc-tabs-wrapper{
		clear:both;
	}
	/* MAP *//* MAP *//* MAP */
	.mapofitaly{
		width:45%;
	}
	.main.italy .veinimois.rightside{
		margin-left:80px;
	}
	/*.additional{
		width:50%;
	}*/
	
}
@media screen and (max-width: 768px) {
	.main ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n){
        /* float:right; */
    }
    .main ul.products li.product, .woocommerce-page ul.products li.product{
        /* float:left; */
        /*clear:none;*/
    }
    .kontakt-maps{
        float:none;
    }
    .post-15 div.dynamic-col-2 { float: none; padding-right: 0%;}
    .post-15 div.dynamic-col-3 { float: none; width: inherit; margin-top:1.5em;}
    .post-15 div.clear { clear: both; }
}

@media screen and (max-width: 700px) {
	/*HOMESLIDER*/
	.ms-slide-info{
		left:22% !important;
	}
	.main.italy .veinimois.rightside{
		margin-left:60px;
	}
	.mapofitaly{
		margin-bottom:100px;
	}
div.dynamic-col-2 { float: none; padding-right: 0%;}
div.dynamic-col-3 { float: none; width: inherit; margin-top:1.5em;}
div.clear { clear: both; }

}
@media screen and (max-width: 600px) {
	/*HOMESLIDER*/
	.ms-slide-info{
		display:none;
	}
	.mapofitaly{
		width:253px;
	}
	.main img.alignleft, .main img.alignright{
		float:none;
		margin:0px;
	}
	#pagefooter{
		height: 5em;
	}
	#pagefooter .site-info .warning{
		line-height:1.5;
	}
	#pagefooter .site-info .author{
		display: block;
		float:none;
		margin-top:.5em;
    }
    
    .main ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n){
        /* float:right; */
    }

    .main.woocommerce ul.products, 
    .woocommerce-page ul.products {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .main.woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product {
        width: 47%;
        float: none;
        margin: 0 1.5% 2.992em 1.5%;
        flex-shrink: 0;
    }
}
@media screen and (max-width: 550px) {
	.info-wrap{
		font-size:0.9em;
		margin-right:0px;
		margin-top:20px;
	}
	/*.logowrap .logo img{
		width:170px;
		padding-top:20px;
	}*/
	/*.ms-view, .ms-slide{
		height:300px !important;
	}*/
	/*PRODUCTS*/
	.main .singleproduct .images{
		margin-top:0px;
	}
	.main .singleproduct .summary.entry-summary{
		margin-top:0px;
	}
	.singleproduct.product .images img{
		width:200px;
	}
	.main .woocommerce-tabs.wc-tabs-wrapper{
		clear:both;
	}
	/* MAP *//* MAP *//* MAP */
	.mapofitaly{
		float:none;
		width:80%;
		margin:auto;
		text-align:center;
	}
	/*.additional{
		float:none;
		width:100%;
		margin:auto;
	}*/
	.main.italy .post-item{
		margin-left:10px;
		margin-right:10px;
	}
	.main.italy .veinimois{
		width:98%;
	}
	.main.italy .veinimois.rightside{
		margin-left:0px;
	}
	.main.italy h1.term-heading{
		width:100%;
	}
	/*.kontakt-maps{
		width:100% !important;
	}*/
}
@media screen and (max-width: 500px) {
	/*.ms-view, .ms-slide{
		height:250px !important;
	}*/
	.logowrap .logo img{
		/*width:180px;
		padding-top:15px;
		/*float:none;*/
	}
	/*PRODUCTS*/
	.main .singleproduct .images{
		float:none;
		margin-top:10px;
		text-align:center;
	}
	.main .singleproduct .summary.entry-summary{
		margin-top:10px;
	}
}
@media screen and (max-width: 470px) {
	.logowrap .logo img{
		width:170px;
		/*padding-top:19px;
		/*float:none;*/
	}
}
@media screen and (max-width: 450px) {
	.info-wrap{
		font-size:0.8em;
		width:180px;
		margin-top:24px;
	}
	
}
@media screen and (max-width: 400px) {
	/*.ms-view, .ms-slide{
		height:250px !important;
	}*/
	.logowrap .logo img{
		width:170px;
		/*padding-top:19px;
		/*float:none;*/
	}
	.info-wrap{
		width:170px;
	}
	.info-wrap .ion{
		margin-right:10px;
	}
	.info-wrap .ion.ion-clock{
		margin-right:8px;
	}
	
}
@media screen and (max-width: 380px) {
	.info-wrap{
		width:170px;
	}
	.logowrap .logo img{
		width:150px;
		padding-top:15px;
		/*float:none;*/
	}
}
@media screen and (max-width: 350px) {
	.info-wrap{
		width:160px;
	}
}