/*

Theme Name: Retro - Premium Vintage WordPress Theme

Version: 3.7.2

Theme URI: http://retro.olegnax.com/

Description: This elegant and extremely flexible WordPress theme.

Author: olegnax

Author URI: http://olegnax.com/

License URI: http://themeforest.net/wiki/support/legal-terms/licensing-terms/

Tags: pink, yellow, gray, two-columns, fixed-layout, threaded-comments, translation-ready, custom-menu

*/



.widget_tag_cloud a, .widget_product_tag_cloud a {
  background: url(images/skin/skin1/tag_cloud/tag_cloud.png) no-repeat 0 0;
  font-size: 12px!important;
  line-height: 26px;
  width: auto;
  text-align: right;
  padding-left: 35px;
padding-right: 10px;
}

.widget_tag_cloud a:hover, .widget_product_tag_cloud a:hover { background:url(images/skin/skin1/tag_cloud/tag_cloud_hover.png) no-repeat 0 0; color:#fff;}

.filters a {
  background: url(images/skin/skin1/tag_cloud/tag_cloud.png) no-repeat 0 0;
  line-height: 26px;
  width: auto;
  text-align: right;
  padding-left: 30px;
  padding-right: 10px;
}

	.filters a.selected, .filters a:hover { background:url(images/skin/skin1/tag_cloud/tag_cloud_hover.png) no-repeat 0 0; color:#fff;}



div#fancybox-title {
    position: relative;
    bottom: 50px;
    color: #000;
    text-align: center;
    font-size: 15px;
}


/* TYLER - finishes tutti ad altezza uguale */

.portfolio-lightbox {
    min-height: 254px;
}


div#fancybox-title {
    text-transform: uppercase !important;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    text-transform: uppercase !important;
}


.one-fifth {
    float: left !important;
    width: 20%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
}

.teaser_wrap {
    position: relative;
    width: calc(100% - 20px);
    margin-bottom: 20px;
    float: left;
    padding: 10px;
    box-shadow: 0 0 13px rgba(63,48,22,0.12);
    background: #fdfbf8;
    -moz-transition: all 0.17s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.17s linear;
    min-height: 339px;
}

/** Riccardo - Manual Page **/
.page-id-4283 .teaser_wrap{
	width: calc(95% - 20px);
}

.one-fourth {
    float: left !important;
    width: 25%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
}


@media only screen and (max-width: 400px) {
	.page-id-4283 .teaser_wrap{
		float: none !important;
		width: calc(110% - 20px);
	}
	.page-id-4283 .one-fourth{
		width: 98%;
	}
}

@media only screen and (max-width: 600px) {
	.page-id-4283 .teaser_wrap{
		float: none !important;
		width: calc(110% - 20px);
	}
	.page-id-4283 .one-fourth{
		width: 98%;
	}
}

@media only screen and (max-width: 1024px) {
	.page-id-4283 .teaser_wrap{
		float: none !important;
		width: calc(110% - 20px);
	}
	.page-id-4283 .one-fourth{
		width: 98%;
	}
}


