/*
Theme Name: Zanasi Società Agricola special Theme
Theme URI: http://aitec.it
Author: The Aitec Team
Author URI: http://aitec.it
Description: A special theme created for Zanasi Società Agricola
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zanasi

*/

body{ font-family:'Libre Baskerville', sans-serif; font-size:16px; color:#3d3d3d; position:relative; margin:0; padding:0; }

a{ text-decoration:none; transition: color 0.2s ease-in; -moz-transition: color 0.2s ease-in; -webkit-transition: color 0.2s ease-in;}
a:hover, a:visited, a:active, a:focus { text-decoration:none;}
a:focus-visible { outline: 1px dotted black; }
a:hover { transition: color 0.2s ease-in; -moz-transition: color 0.2s ease-in; -webkit-transition: color 0.2s ease-in; }

h1,h2{ margin: 0.5em 0 0.5em 0; font-family:'Raleway',sans-serif;}
h3,h4,h5{ margin: 0.5em 0 0.5em 0; font-family:'Libre Baskerville',serif;}


b, strong { font-weight:600; }

p { margin-bottom:5px; }

form label { font-size: 14px; line-height: 20px; }

figure img{ max-width:100%;}

blockquote { font-style: italic; padding: 1em; border: 1px solid #e5e5e5; background-color: #f2f2f2; }

.autosquare { overflow:hidden; display:block; background-color:#efefef; background-attachment:scroll; background-position:center; background-size:cover; background-repeat:no-repeat; position:relative; }
.autosquare img { opacity: 0; max-width: 100%; max-height: 100%;}

.btn{ border-radius:0; transition: all 0.2s ease-in; text-transform:uppercase; font-weight:600; font-size:14px; letter-spacing:4px; padding: .575rem 2rem; margin-bottom:30px; }
.btn:hover{ transition: all 0.2s ease-in; }

.btn-default { color:#960536; border-color:#960536; background-color:transparent; }
.btn-default:hover { color:#fff; background-color:#960536; }

.btn-default.inverted { color:#fff; border-color:#960536; background-color:#960536; }
.btn-default.inverted:hover { color:#960536; border-color:#960536; background-color:#fff; }

.btn.wide { display: block; width: 100%; }

.btn-wrapper{ margin:15px 0; text-align:center; }

img.size-full { max-width: 100%; height: auto; margin-bottom: 15px; }
.alignright{ float:right; margin: 0 0 1em 1em; max-width: 100%; height: auto; }
.alignleft{ float:left; margin: 0 1em 1em 0; max-width: 100%; height: auto;}
.aligncenter { display: block; margin: 0 auto; max-width:100%; padding:1em; text-align:center;}
.alignnone { max-width: 100%; height: auto; }

.neutralize{ -webkit-filter: grayscale(1); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); filter: gray; filter: grayscale(100%); transition:all 0.2s ease-in-out;}
.neutralize:hover{ -webkit-filter: grayscale(0); -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); filter: gray; filter: grayscale(0%);}

.row-eq-height {  display: -webkit-box;  display: -webkit-flex;  display: -ms-flexbox;  display: flex; }

.show-overflow{ overflow:visible !important;}

.bio{ color:#91dd35; }

/* General Animation Styles */

.delayOtwo		{ -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s; }
.delayOfour		{ -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; animation-delay: 0.4s; }
.delayHalf		{ -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; animation-delay: 0.5s; }
.delayOne		{ -webkit-animation-delay: 1s; -moz-animation-delay: 1s; animation-delay: 1s; }
.delayOneHalf	{ -webkit-animation-delay: 1.5s; -moz-animation-delay: 1.5s; animation-delay: 1.5s; }
.delayTwo		{ -webkit-animation-delay: 2s; -moz-animation-delay: 2s; animation-delay: 2s; }
.delayThree		{ -webkit-animation-delay: 3s; -moz-animation-delay: 3s; animation-delay: 3s; }

/* Header styles */

#main-header { height: 120px; position:absolute; right:0; left:0; top:0; z-index: 100; font-size:14px; background:linear-gradient(to right,#fff 8%,transparent,#fff 92%); transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in;  }
#main-header.sticky { position: fixed;  height: 80px; background:#fff; }

#main-menu-wrapper { height:120px; position: relative; }
#main-header.sticky #main-menu-wrapper { height: 80px; }

#logo-wrapper{ position:absolute; z-index:10; display:block; top:0; padding:0;}
#logo-wrapper .logo { height: 80px; margin: 20px 0; transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }

#language-selector-wrapper { position:absolute; z-index:10; display:block; top:0; right:0; padding:0; height:120px;}
#language-selector-wrapper #language-selector { padding: 0; height: 120px; line-height: 120px; list-style:none inside; margin:0;}
#main-header.sticky #language-selector-wrapper #language-selector { height: 80px; line-height: 80px; }
#language-selector-wrapper #language-selector li { display: inline-block; vertical-align: top; }
#language-selector-wrapper #language-selector li a, #language-selector-wrapper #language-selector li span {position:relative; font-family:'Raleway',sans-serif; color:#3d3d3d; display: block; text-transform:uppercase; text-transform:uppercase; letter-spacing:4px; margin: 0; padding: 0 0.5em; height: 100%; font-weight:600; transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out;}
#language-selector-wrapper #language-selector li a:hover, #language-selector-wrapper #language-selector li span { color:#960536; text-decoration:none; transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out;}
#language-selector-wrapper #language-selector li a:after, #language-selector-wrapper #language-selector li span:after {content: '|'; color:#3d3d3d !important; position: absolute; right: -4px; margin-top: -1px; }
#language-selector-wrapper #language-selector li:last-child a:after, #language-selector-wrapper #language-selector li:last-child span:after { display: none; }

#main-header.sticky #logo-wrapper .logo { height: 70px; margin: 5px 0; }

#main-header .menu { list-style:none inside; margin:0; padding:0; font-family:'Raleway',sans-serif;}
#main-header .menu li{ display:inline-block; vertical-align:top;}

#main-header .main-menu { position:relative; margin:0; padding:0; height:120px; line-height:120px; text-align:center; }
#main-header.sticky .main-menu { height:80px; line-height:80px; }
#main-header .main-menu > li { transition:all 0.3s ease-in; position:relative; height:100%;}
#main-header .main-menu > li > a { color:#3d3d3d; display: block; text-transform:uppercase; text-transform:uppercase; letter-spacing:4px; margin: 0; padding: 0 1.8em; height: 100%; font-weight:600; transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; }
.lang-de #main-header .main-menu > li > a { letter-spacing:2px; }
#main-header .main-menu > li > a:hover { color:#960536; text-decoration:none; transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; }

#main-header .main-menu > li.menu-item-has-children > a:after { font-family:"Font Awesome 5 Free"; content:""; font-weight:bold; margin-left: 4px; }
#main-header .main-menu li:hover, #main-header .main-menu > li.current-menu-item a, #main-header .main-menu > li.highlight a{ text-decoration:none; transition:all 0.25s ease-out;}

#main-header .main-menu > li:hover .sub-menu {  -webkit-animation-name: slideMenu; animation-name: slideMenu;   -webkit-animation-duration: .75s; animation-duration: .75s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
#main-header .main-menu .sub-menu { -webkit-animation-name: slideMenuRevert; animation-name: slideMenuRevert;   -webkit-animation-duration: .15s; animation-duration: .15s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
#main-header .main-menu .sub-menu { border:1px solid rgba(0, 0, 0, 0.2); border-radius:0 0 5px 5px; line-height:35px; visibility:hidden; opacity:0; display:block; position: absolute; right: 0; width:198px; top: 70px; z-index: 10; background-color: #fff; padding: 0; transition:all 0.25s ease-out;}
#main-header .main-menu .sub-menu li { display:block; }
#main-header .main-menu .sub-menu li a{ color:#777; font-weight:400; border-bottom:1px solid #e5e5e5; display:block; padding:0.2em 1em; transition:all 0.2s ease-in;}
#main-header .main-menu .sub-menu li:last-child a{ border-bottom:none;  border-radius:0 0 5px 5px;}
#main-header .main-menu .sub-menu li a:hover{ background-color:#276984; color:#fff; text-decoration:none; transition:all 0.2s ease-out;}

#mobile-menu-toggle { display: none; position: absolute; right: 0; top: 0; bottom: 0; height: 80px; padding: 20px 15px 20px 0; cursor: pointer; z-index: 5; }
#mobile-menu-toggle span {height: 2px; background-color: #171c3c; width: 40px; display: block; margin: 9px 0; }

#mobile-menu-toggle span { -webkit-animation-duration: .15s; animation-duration: .15s;  -webkit-animation-fill-mode: both; animation-fill-mode: both; }
#mobile-menu-toggle.open span:nth-child(1) {-webkit-animation-name:upper; animation-name:upper; }
#mobile-menu-toggle.open span:nth-child(2) {-webkit-animation-name:medium; animation-name:medium; }
#mobile-menu-toggle.open span:nth-child(3) {-webkit-animation-name:lower; animation-name:lower;  }

#mobile-menu-toggle span:nth-child(1) {-webkit-animation-name:upperRev; animation-name:upperRev; }
#mobile-menu-toggle span:nth-child(2) {-webkit-animation-name:mediumRev; animation-name:mediumRev; }
#mobile-menu-toggle span:nth-child(3) {-webkit-animation-name:lowerRev; animation-name:lowerRev;  }
#mobile-menu { position: absolute; z-index:999; margin: 0; padding: 15px 15px 20px 15px; list-style: none inside; display: none; right: 0; left: 0; background-color: #fff; border-bottom: 1px solid #efefef; box-shadow: 0 4px 4px rgba(0,0,0,0.3); }
#mobile-menu > li { display: block !important; text-align: right; border-bottom: 1px solid #e5e5e5; position:relative; }
#mobile-menu > li:last-child { border-bottom:none; }
#mobile-menu > li a { color:#666; letter-spacing:0.1em; text-transform:uppercase; padding: 15px; display:block; }
#mobile-menu > li.menu-item-has-children .sub-menu-toggle{ cursor:pointer; background-color:#efefef; display: block; position: absolute; z-index: 1; left: 0; font-size: 25px; line-height: 52px; font-weight: bold; color: #666; top: 0; bottom: 0; width: 52px; text-align: center; }
#mobile-menu > li.menu-item-has-children .sub-menu-toggle:hover{ color:#bb0000; }
#mobile-menu .sub-menu { display:none; margin:0; padding:0; border-top: 1px dashed #ccc; }
#mobile-menu .sub-menu > li{ display: block !important; text-align: right; border-bottom: 1px solid #e5e5e5; position:relative; }
#mobile-menu .sub-menu > li a{ padding: 5px 30px 5px 15px; }

/* Slider Styles */

#slider { position: relative; }

#slider .carousel-inner { height: 100%; position: relative; width: 100%; }
#slider .carousel-inner > .carousel-item { height: 100%; }
#slider .slide{ background-attachment:scroll; background-color:transparent; background-position:center; background-repeat: no-repeat; background-size:cover; position:absolute; top:0; right:0; bottom:0; left:0;}
#slider .slide img{display:none;}

.slide-cover { position: absolute; top: 0; right: 0; left: 0; bottom: 0; background: radial-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); }
.carousel-caption { position: absolute; right: 0; bottom:auto; left: 0; top:0; z-index: 10; color: #fff; text-align: inherit; padding:0; text-align:center; text-shadow:0 1px 2px rgba(0, 0, 0, 0.8); font-size:1.2em;}
.carousel-caption .button-wrapper{ text-shadow:none; margin:1em 0;}

.carousel-caption h1, .carousel-caption h2, .carousel-caption h3{ margin:0 0 15px 0; }
.carousel-caption h1 { font-size:60px; }
.carousel-caption h2 { font-size:28px; }
.carousel-caption h3 { font-size:18px; }

.carousel-control-next, .carousel-control-prev { z-index: 20; }

.slider-title { font-family: 'Vivaldi',coursive !important; }

/* Breadcrumb Styles */

#bcrumbs-wrapper { background:url('img/deco-bg.png') repeat-x scroll transparent center center; font-family:'Raleway',sans-serif; }
.breadcrumbs { margin: 0; font-size: 13px; padding: 15px 0; color: #7d7c81; font-weight: 600; text-transform: uppercase; letter-spacing: 4px; }
.breadcrumbs a{ margin: 0 4px; color:#960536; }
.breadcrumbs a:hover{ margin: 0 4px; color:#7d7c81;}
.breadcrumbs  ol { list-style: outside none none; margin: 0; padding: 0; display:inline-block; vertical-align:top;}
.breadcrumbs  ol li { display:inline-block; vertical-align:top; }
.breadcrumbs  ol li:after { content:' / '; display:inline-block; vertical-align:top; margin:-1px 2px 0 2px; }
.breadcrumbs  ol li:last-child:after { display:none;  }

/* Content Styles */

#primary { padding-top: 120px; }
.home #primary { padding-top:0px; }

.first-case { float: left; font-size: 120px; line-height: 120px; margin: 0 10px 10px 0 !important; display: block; }

.button-wrapper.centro{ text-align:center; }
.button-wrapper.destra{ text-align:right; }

.featured { position: relative; z-index: 99; margin-top: -100px; padding: 30px 30px 0 30px; }
.featured-text { text-align: justify; margin: 50px 15px; }

.deco-title { position:relative; margin:0.5em 0 1em 0; font-family: 'urwclassicoregular', sans-serif; color:#960536; letter-spacing:-1px;}


.deco-title.sinistra { text-align:left; }
.deco-title.destra { text-align:right;}
.deco-title.centro { text-align:center; }

.double-title .deco-title { margin:60px 0 30px 0; text-transform:uppercase; font-family:'Raleway',sans-serif; font-size:14px; letter-spacing:4px; font-weight:600; color:#3d3d3d; }
.lang-de .double-title .deco-title { letter-spacing:2px; }
.double-title .deco-subtitle { margin:0 0 60px 0; font-family: 'urwclassicoregular', sans-serif; color:#960536; font-size:40px; letter-spacing:2px;}

.double-title .deco-subtitle.sinistra { text-align:left; }
.double-title .deco-subtitle.destra { text-align:right; }
.double-title .deco-subtitle.centro { text-align:center; }

.deco-title.separator:before { content: ''; display: block; border-bottom: 2px dotted #e5e5e5; margin-bottom: -0.7em; }
.deco-title.separator span { background-color: #fff; 	padding: 0 10px; }

.no-spacing .vc_column-inner{ padding-top: 0 !Important; }

.white-text{ color:#fff; }
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5{ color:#fff; }
.white-text a{ color:#fff; }
.white-text a:hover{ color:#222; }

.white-text .deco-title{ color:#fff; }
.white-text .deco-subtitle{ color:#fff; }

.error-404{ margin-bottom:3em; }

.featured-block { margin-bottom:35px; display:block; position:relative; }
.featured-block h3 { position:absolute; right:0; bottom:0; left:0; background-color:rgba(255,255,255,0.7); font-family: 'urwclassicoregular', sans-serif; padding:0 10px; color: #960536; letter-spacing: 2px; text-transform: uppercase; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }
.featured-block:hover h3 { font-size:2em; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }

.page-contact-form textarea{ height:120px; }

.image-wrapper figure{ margin-bottom:30px; }
figcaption.image-wrapper-text { position: absolute; bottom: 0; right: 0; left: 0; padding: 15px; background: rgba(255,255,255,0.8); line-height: 1em; }

/* Vigneto Styles */

.vigneto h2 { font-family:'urwclassicoregular'; color:rgb(150, 5, 54); font-size:30px; line-height:35px; }
.vigneto h3 { font-family: 'Raleway', sans-serif; color: rgb(85, 85, 85); font-weight: 400; font-size: 1.2em; line-height: 1.2em; margin-bottom: 1em; text-transform:uppercase; }

@media screen and (max-width:991px){
	.vigneto.text-end{ text-align:left !important; }
}

@media screen and (max-width:767px){
	.vigneto.text-end, .vigneto{ text-align:center !important; padding:2em;}
}

.recycle-wrapper { border: 1px solid; border-radius: 10px; padding: 1em; background-color: #95d8a0; color: #fff; }
.table.recycle { border-color: #000; }
.table.recycle small { font-size: 0.7em; font-weight: 600; }

/* Newsletter Form */

.newsletter-form-wrapper { text-align:center; position:relative; }
.newsletter-form-wrapper .email{ width:calc(100% - 160px); display:inline-block; vertical-align:top;}
.newsletter-form-wrapper .email input{ border-radius:3px 0 0 3px ;}
.newsletter-form-wrapper .btn{ width:160px; display:inline-block; vertical-align:top; border-radius:0 3px 3px 0; text-align:center; letter-spacing:2px; margin-bottom:5px; padding:0.48rem .9rem !important}
.newsletter-form-wrapper .ajax-loader { position: absolute; z-index: 1; right: 30px; top: 18px; }
.newsletter-form-wrapper .checkbox { padding: 0 15px; text-align: left; text-shadow:0 2px 4px rgba(0,0,0,0.3);}

/* Single page Styles */

.single .post-meta { padding: 1em; border-top: 1px solid #ccc; background-color: rgba(255,255,255,0.4); border-bottom: 1px solid #ccc; margin-bottom: 1em; }
.single .post-meta .posted, .single .post-meta .posted-in, .single .post-meta .posted-in { font-weight:700; }
.single .single-post-wrapper { padding-top: 30px; padding-bottom: 30px; }
.single .post-content{ padding-bottom: 2em; }

.single .post-content { border-top: 1px solid #efefef; padding-top: 2em; padding-bottom:2em; margin-top:1em; }

.sidebar { margin-left: -1px; }

.event-info-wrapper { margin-bottom: 30px; background: #fff; }

.award-follow { color: #960536; text-align: right; display:block ; }

/* Single product Styles */

.single-product-wrapper { margin: 60px 0; }

.deco-title.product-title { margin-top: 0; margin-bottom: 0.2em; }
.product-description{ text-transform:uppercase; font-family:'Raleway',sans-serif; letter-spacing:4px; font-weight:600; color:#3d3d3d; font-size: 14px; line-height: 16px; } 
.lang-de .product-description{ letter-spacing:2px; } 
.product-thumbnail { border: 1px solid #efefef; }
.product-content { background-color: #e5e5e5; box-shadow: 4px 4px 4px rgba(71, 59, 51,0.2); }
.product-data { display: block; border-top: 1px solid #e5e5e5; margin: 30px 0; padding: 30px 0; border-bottom: 1px solid #e5e5e5; }
.product-data dd{ display:block; margin-bottom:2px; }
.product-data dt{ font-weight:bold; float:left; margin-right:5px; }
.product-data dt:after{ content:':'; }
.product-action { list-style: none inside; margin: 2em 0; padding: 1em 0; border-top: 1px solid #e5e5e5; text-align:right; position:relative; }
.product-action li{ display:inline-block; vertical-align:top; }
.product-action li a { color:#3d3d3d; display:block; text-align:center; width:30px; height:30px; line-height:30px; }
.product-action li a:hover { color:#960536;  }
.product-action li:first-child { position: absolute; left: 0; }
.product-action li:first-child a { color:#960536; width:auto; height:auto; }

.award-title{ display:none; margin-bottom: 30px; margin-top: 30px; color: #960536; font-family: 'urwclassicoregular', sans-serif; }
.awards-wrapper { padding-right: 40px; }
.award { border-bottom: 1px solid #e5e5e5; background-color:#fff; min-height:120px; }
.award .award-image { border-radius: 100%; border: 2px solid #e5e5e5; box-shadow: 0 2px 4px rgba(0,0,0,0.3); height:75px; width:75px; float:left; background-size:cover; background-position:center; }
.award .award-image img{ opacity:0; max-width:100%; max-height:100%;}
.award-content { margin-left: 90px; }
.award h3 { font-size: 16px; margin: 0 0 10px 0; font-family: 'Raleway', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 4px; line-height: 18px; }
.award a { color:#960536; }

/* Archive page Styles */

.post-title { margin-bottom: 5px; color:#c54351;}
.sticky .post-title { color:#276984;}

.archive .post, .blog .post { margin: 2em 0; padding: 0 15px 0 0; position: relative; }
.archive .post h2, .blog .post h2 { margin-top:0; margin-bottom:15px;}
.post-meta { border-top: 1px dotted #ccc; font-size: 0.8em; letter-spacing: 1px; padding: 5px 0; }
.post-excerpt { margin: 0 0 1em 0; }
.archive .post .button-wrapper, .blog .post .button-wrapper { padding:10px 0; }
.archive .post .button-wrapper.sinistra, .blog .post .button-wrapper.sinistra { text-align:left; }
.archive .post .button-wrapper.centro, .blog .post .button-wrapper.centro { text-align:center; }
.archive .post .button-wrapper.destra, .blog .post .button-wrapper.destra { text-align:right; }


.post-thumbnail { border-radius: 0; margin:30px 0; border:10px solid #e5e5e5}

.no-results{ margin-bottom:2em; }

/* Blog roll elements Styles */

.br-element{ position:relative; background-color:#fff; transition:all 0.3s ease-in-out; margin-bottom:2em;}

.br-element h3 { margin: 0.5em 0 1.2em 0; }

.br-element .post { background-color: #e5e5e5; }
.br-element .post .thumbnail { box-shadow:none; margin: 1em; background-attachment: scroll;  background-position: center; background-repeat: no-repeat; background-size: cover; }
.br-element .post h2 { margin:1em 0; font-size:1em; padding:0 1em 0 0; line-height:1em; height:3em; overflow:hidden; text-transform:uppercase;}
.br-element .post .post-excerpt { font-size: 0.8em; padding: 0 1em 0 0; font-weight: 300; line-height: 1.2em; height:2.8em; overflow:hidden; position:relative; }
.br-element .post .post-excerpt:after { position:absolute; content:''; right:0; left:0; bottom:0; height:1.2em; background:linear-gradient(to top, #fff, transparent);}
.br-element .post .read-more { top: 0; }

.br-slider { overflow: hidden; padding: 0 15px; margin: 0 -15px; }
.br-slider-control {position:relative; opacity:0; transition: opacity 0.3s ease-in;}
.br-slider:hover .br-slider-control{ opacity:1; transition: opacity 0.1s ease-in; }
.br-slider-control span { background-color: rgba(0, 0, 0, 0.3); color: #fff; font-size: 3em; height: 2em; line-height: 2em; position: absolute; text-align: center; width: 2em; z-index: 2; transition:all 0.2 ease-in; cursor:pointer;}
.br-slider-control span:hover { background-color: rgba(0, 0, 0, 0.5); box-shadow:0 0 2px rgba(0,0,0,0.3); }
.br-slider-control .br-slider-control-left { left:0; }
.br-slider-control .br-slider-control-right { right:0;}

/* Product blog roll element styles */

.product-image.autosquare { background-color: transparent; }

.product-child .product-image{ -moz-transition:all .3s; -webkit-transition:all .3s; transition:all .3s; overflow:visible; position:relative; }
.product-child .product-image figure{ -moz-transition:all .3s; -webkit-transition:all .3s; transition:all .3s;  position:absolute; top:0; right:0; left:0; bottom:0; background-size:cover; background-repeat:no-repeat; margin:0; background-position:center center; }
.product-child:hover .product-image figure{ transform: scale(1.1,1.1); }
.product-image-decoration-1 { position: absolute; top: 20%; left: 20%; width: 60%;  -moz-transition:all .9s; -webkit-transition:all .9s; transition:all .9s; }
.product-image-decoration-2 { position: absolute; top: 1em; right: 1em; width: 60%;  -moz-transition:all 1.5s; -webkit-transition:all 1.5s; transition:all 1.5s; }
.product-image-decoration-3 { position: absolute; width: 100%; top: 10%;  -moz-transition:all .7s; -webkit-transition:all .7s; transition:all .7s; }
.product-image-decoration-4 { position: absolute; width: 80%; top: 15%; left: 20%;  -moz-transition:all 1.8s; -webkit-transition:all 1.8s; transition:all 1.8s; }
.product-child:hover .product-image-decoration-1 {transform: translate(-20px,20px); }
.product-child:hover .product-image-decoration-2 {transform: translate(20px,-20px); }
.product-child:hover .product-image-decoration-3 {transform: scale(0.9,0.9); }
.product-child:hover .product-image-decoration-4 {transform: translate(-20px,-20px); }
.product-image-decoration-1 path, .product-image-decoration-2 path, .product-image-decoration-3 path{ fill: rgba(0, 0, 0, 0.5); }


.br-slider .product-child .product-image figure:hover{ transform: none; }
.product-child .product-child-title{ text-align:center; font-family:'urwclassicoregular', sans-serif; margin:0 0 1em 0; font-size:1.8em; color: #960536; letter-spacing:1px; }
.product-child .product-child-description { text-align:center; text-transform:uppercase; font-family:'Raleway',sans-serif; letter-spacing:4px; font-weight:600; color:#3d3d3d; margin: 1em 0 0.2em 0; font-size: 0.8em; line-height: 1em; height: 2em; }
.lang-de .product-child .product-child-description { letter-spacing:2px; }
.product-child .product-child-link { text-align: center; display: block; padding: 1em 0; color: #960536; }

/* Archive Styles */

.post-wrapper{ padding:2em 0 0 0; margin-top:2em;   }

/* Cross Navigation Styles */

.cross-navigation {	padding: 32px 0; }

.xnav-post-wrapper { height: 500px; overflow: hidden; position:relative; background-color:#fff; padding:15px; border-radius:4px; box-shadow:0 0 4px rgba(0,0,0,0.2); transition:all 0.3s ease-in-out; margin-bottom:32px;}
.xnav-post-wrapper h3 { margin: 10px 0 10px 0; font-weight: 600; font-size: 22px; }
.xnav-post-wrapper .xnav-post-link-wrapper { position: absolute; right: 0; left: 0; bottom: 0; background:#fff; z-index:1; padding:15px; }
.xnav-post-wrapper:hover {box-shadow:0 0 6px rgba(0,0,0,0.4); transition:all 0.3s ease-in-out; }

@media screen and (max-width:991px){
	.xnav-post-wrapper { height: auto; min-height:370px;}
}

@media screen and (max-width:767px){
	.xnav-post-wrapper {box-shadow:0 2px 4px rgba(0,0,0,0.2); background-color:#fff; transition:all 0.3s ease-in-out; }
	.xnav-post-wrapper .xnav-post-link { transition:all 0.01s ease-in-out; background: linear-gradient(to top, #fff, #fff, #fff, transparent);}
}

/* Sidebar Styles */

.left-content { border-right:1px solid #efefef; padding-top:2em;}
.sidebar { border-left:1px solid #efefef; padding-top:2em; background-color:rgba(255,255,255,0.4); }

.sidebar ul { list-style: none inside; padding: 0; margin: 0 0 1em 0; }
.sidebar ul li a{ color:#1b273d; display:block; transition:all 0.2s ease-in; margin-bottom:0.5em; }
.sidebar ul li a:hover{ color:##ffb600; transition:all 0.2s ease-out;}

.sidebar .sidebar-widget { margin:0 0 30px 0; padding:0; }
.sidebar .sidebar-widget a { text-decoration:none !important; }
.sidebar .sidebar-widget h2 { font-size: 18px; margin: 0 0 1em 0; padding: 0.5em 0; border-bottom: 1px solid #a53d17; }

.sidebar-widget > ul { list-style: none inside; padding: 0; margin: 0 0 1em 0; }
.sidebar-widget > ul ul { margin: 0px 0 0 15px; padding: 0; list-style: circle outside; }
.sidebar-widget > ul ul li{ font-size:0.8em; }

.widget_search .search-wrapper input[type="text"] { border-radius: 3px 3px 0 0; }
.widget_search .search-wrapper button { border-radius: 0 0 3px 3px; }

.widget_recent_entries li { border-bottom: 1px dotted #ccc; margin: 0 0 5px 0; padding: 5px 0; font-size: 0.8em; }
.widget_recent_entries li a { color:#960536; }
.widget_recent_entries li a:hover { color:#572536; }

/* Map Styles */

.infoWindow { padding: 10px 0; }
.infoWindow strong{ display:block; margin-bottom:10px; font-size:1.2em; }
.infoWindow span{ padding: 4px; display:block; }
.infoWindow span label{ font-weight:bold; margin:0; padding:0; }

/* Contact form Styles */

.contact-form-wrapper h4 { border-bottom: 1px solid #ccc; margin: 1em 0; padding: 0 0 0.5em; }
.contact-form-wrapper .privacy-area { background-color: #fff; min-height: 95px; margin-bottom: -25px; }

span.wpcf7-list-item { display: inline-block; margin: 0 0 0 0; }

/* Footer Styles */

#main-footer{ background:url('img/deco-bg.png') repeat-x scroll transparent center center; padding-top:3em; font-size:18px; padding-bottom:3em; color:#960536; font-family:'urwclassicoregular',sans-serif;}
#main-footer a{ color:#960536;}
#main-footer a:hover{ color:#1c0000;}

#main-footer .menu { list-style:none inside; margin:0; padding:0; font-family:'Raleway',sans-serif;}
#main-footer .menu li{ display:inline-block; vertical-align:top;}
#footer-menu { text-align: right; }

.company-info h2{ font-size:1.4em;}

#credits { padding: 15px 0; font-size:12px; text-align:center; background-color:#fff; }
#credits .logo{ margin-bottom:30px; }

/* Pagination Styles */

.pagination { display: block; text-align: center; margin:2em 0; }
.pagination .screen-reader-text{ display: none; }
.pagination .page-numbers { border:1px solid #960536; background-color: #960536; color: #fff; display: inline-block; height: 32px; line-height: 32px; width: 32px; vertical-align:top;}
.pagination .page-numbers.current { background-color: #fff; color: #960536;}
.pagination .page-numbers:hover{ color:#cc91a5; }
.pagination .page-numbers.next, .pagination .page-numbers.prev {font-family:'Font Awesome 5 Free';}

/* Modal lightbox */

.lightbox {cursor:pointer;}
.modal-lightbox { background-color: rgba(0, 0, 0, 0.8); bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 100001; }
.modal-lightbox .modal-lightbox-close, .modal-lightbox .modal-lightbox-prev, .modal-lightbox .modal-lightbox-next {font-size: 3em; position: absolute; color: #fff; transition:all 0.1s ease-in; cursor:pointer;}
.modal-lightbox .modal-lightbox-close:hover, .modal-lightbox .modal-lightbox-prev:hover, .modal-lightbox .modal-lightbox-next:hover { color: #6DADD6;}
.modal-lightbox .modal-lightbox-close{  right: 0.5em; top: 0.5em;  }
.modal-lightbox .modal-lightbox-prev{ left: 0.5em; top: 50%; }
.modal-lightbox .modal-lightbox-next{ right: 0.5em; top: 50%; }
.modal-lightbox-image { box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.8); position: absolute; }

/*Random numbers effects Styles*/

.randomNumbers { margin: 1em 0; text-align: center; font-weight: 300; opacity:0; position:relative;}
.randomNumbers > span { margin: 0 5px 1em 0; font-weight: 600; display: block; text-align: center; font-size: 2em; }
.randomNumbers > span:after { content: ''; display: block; position: absolute; border-bottom: 2px dashed #fff; margin: 0.5em 0; right: 33%; left: 33%; }
.randomNumbers .numberCover { position: absolute; top: 0; right: 0; left: 0; }
.randomNumbers .numberCover:after { display:none; }

/* Map Shortcode */

#map-wrapper{ min-height:350px; }

.grecaptcha-badge{ display:none !important; }
.newsletter .wpcf7-list-item-label { display: none; }

.wpcf7 .form-check-label { display: inline; padding-left: 0.2em; }
.wpcf7 .wpcf7-list-item-label { display: none; }