/*
Theme Name: il mondo Marco Pantani
Theme URI: http://www.pantani.it
Author: Sun-Times
Author URI: http://www.sun-times.it/
Description: il mondo Marco Pantani
Version: 1.0
Text Domain: Marco Pantani
*/

.no-margin{
	margin: 0;
}
.no-padding{
	padding: 0;
}

.imgf{
	width: 100%;
}
.h4, h4 {
    font-size: 1.2rem;
}
a,
a:hover{
	color: inherit;
}
.nounderline,
.nounderline:hover{
	text-decoration: none;
}

body{
	background: #fff;
}


.bg_content{
	background: #fff;
}
h1, h2, h3, h4, h5, h6{}
a, a:hover, a:visited {
    text-decoration: none;
}
.table td{
    padding: 3px;
    font-size: 12px;
}
.table th{
	padding: 3px;
	font-size: 10px;
	background: #f8d42b;
    color: #fff;
}
.content img{
	max-width: 100%;
    height: auto;
}
.container-fluid,
.container{}

.extramargin-top{
    margin-top: 53px;
}
/* -----------------
SECTION
----------------- */
.section{}
.section-content{
	background: #FFF;
}
.section-content .content{}
.section-contatti{}
.page-content{}
.single-content{}


/* -----------------
CAROUSEL
----------------- */
.carousel-item .didascalia{
    color: #fff;
    display: inline-block;
    letter-spacing: 5px;
    font-weight: bold;
}
.carousel-item .didascalia .didascalia-titolo{
	font-size: 50px;
}
.carousel-item .didascalia .didascalia-sottotitolo{
	font-size: 30px;
}
.carousel-item .didascalia .didascalia-link,
.carousel-item .didascalia .didascalia-link:hover,
.carousel-item .didascalia .didascalia-link:active{
	color: #fff;
    padding: 3px 10px;
    font-size: 15px;
    border: solid 3px #fff;
    letter-spacing: 2px;
    font-weight: normal;
    text-decoration: none;
}
.carousel-captionMod{
	top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
}
.carousel-indicators{}
.gmaps{
    height: 500px;
}

/* -----------------
ARTICOLI
----------------- */
.single-content{}

/* -----------------
ESPANDI
----------------- */	
.espandi_btn{
	background: #eee;
	color: #f8d42b;
	font-weight: bold;
	border: none;
	padding: 10px;
    margin: 1px 0;
}
.espandi_btn_active{
	background: #f8d42b;
	color: #fff;
}
.espandi_content{
	display: none;
    background: #eee;
    padding: 10px 20px;
}
.espandi_content_active{
	display: block;
}

/* -----------------
BOX LISTA
----------------- */
.boxlist_box_more{
    background-color: #f8d42b;
    cursor: pointer; 
}
.boxlist_box{
	padding:0px;
	/*min-height: 200px;*/
	color: #fff;
}
.multimedialist .boxlist_box{
	min-height: 200px;
}
.boxlist_box_hide{
	display:none;
}
.boxlist_box_bgcolor{}
.boxlist_box_bgimage{
	overflow: hidden;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.boxlist_box_bgimage_original{
	filter: none!important;
	-webkit-filter: none!important;
	opacity: 1!important;
}
.boxlist_box_pari{
	background-color: #000;
}
.boxlist_box_dispari{
	background-color: #f8d42b;
}
.boxlist_box_pari .boxlist_box_bgimage{}
.boxlist_box_dispari .boxlist_box_bgimage{
	opacity: 0.5;
}
.boxlist_box_image{
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}
.boxlist_box_icon{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
}
.boxlist_box_bghover{
	display: none;
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	background: rgba(0,0,0,.5);
}
.boxlist_box_link,
.boxlist_box_link:hover,
.boxlist_box_link:active{}
.boxlist_box_link:hover{
	color: #f8d42b;
}
.boxlist_box_link:hover .boxlist_box_bghover{
	display: block;
}
.boxlist_box .boxlist_box_content{
	padding: 20% 10px;
	text-align: center;
    min-height: 100%;
    position: relative;
}
.boxlist_box .boxlist_box_content .boxlist_box_numero{
	display: inline;
    font-size: 50px;
    font-weight: bold;
    border: solid 2px #fff;
    border-radius: 50px;
    padding: 0 13px;
}
.boxlist_box .boxlist_box_content .boxlist_box_titolo{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 5px 0;
}
.boxlist_box .boxlist_box_content .boxlist_box_sottotitolo{
	font-size: 12px;
    font-weight: lighter;
    margin: 3px 0;
}
.boxlist_box .boxlist_box_content .boxlist_box_bottone{
	display: inline-block;
    padding: 3px 10px;
    font-size: 15px;
    border: solid 3px #fff;
    letter-spacing: 2px;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0;
}
.boxlist_filters{
	text-align: center;
}
.boxlist_filters .action-filter{
	display: inline-block;
    background: #eee;
    border: none;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
}
.boxlist_filters .filter-active{
	background: #f8d42b;
    font-weight: bold;
}

.multimedialist .boxlist_box_bghover{
	display: block;
}
.multimedialist .boxlist_box_link:hover .boxlist_box_bghover{
	display: none;
}

/* -----------------
MAP
----------------- */
.container-map{
	width: 100%;
	height: 400px;
	overflow: hidden;
}

/* -----------------
NAV
----------------- */
.navbar{
	background: rgba(0,0,0,.8);
	color: #fff;
	padding: 0;
	/*border-bottom-color: rgba(255,255,255,.8);
    border-bottom-width: 1px;
    border-bottom-style: solid; */
}
.navbar-nav{
    right: 0;
    position: absolute;
}
.navbar-collapse{
    /*height: calc(100% - 53px);*/
    overflow: auto;
}

.menu-item{
	color: #fff;
	line-height: 50px;
}
.menu-item a,
.menu-item a:hover,
.current-menu-item > a,
.current-parent > a{
	text-decoration: none!important;
    color: #fff;
    padding: 10px;
}
.menu-item a:hover,
.current-menu-item > a,
.current-parent > a,
.current-page-ancestor > a{
    background: #f8d42b;
}


.sub-menu{
	list-style:none !important;
	position:absolute;
	display:none;
	padding: 10px;
}
.nav li:hover > ul.sub-menu{
    display: block;
    margin: 0;
    padding: 10px;
    background: rgba(0,0,0,.8);
    color: #fff;
    /*border-bottom-color: rgba(255,255,255,.8);
    border-bottom-width: 1px;
    border-bottom-style: solid;*/
}
.sub-menu li{
	width:auto;
	/*margin-left:-33px;*/
	border-color: #e7e7e7;
}
.sub-menu a,
.sub-menu a:hover{
    padding: 5px;
}
.sub-menu .menu-item{
    line-height: 30px;
}
.sub-menu a:hover{
	background: #f8d42b;
	text-decoration: none!important;
    color: #fff;
}
.navbar-light .navbar-brand{
	padding: 0;
	margin: 0;
}
.navbar-brand img{
    height: 53px;
}
.navbar-light .navbar-toggler{
	color: #fff!important;
	border: none;
	padding: 5px 10px;
    background: #f8d42b;
    margin-right: 5px;
}




/* -----------------
CONTACT FORM
----------------- */
.wpcf7{}
.wpcf7 form{
    padding: 15px 10px 5px 10px;
}
.wpcf7 form label{
    width: 100%;
}
.wpcf7 input,
.wpcf7 textarea{
	background: #fff;
	color: #000;
	font-size: 18px;
	line-height: 30px;
	width: 100%;
	border: solid 1px #ddd;
	border-radius: 5px;
    padding: 3px 10px;
}
.wpcf7 textarea{
	height: 100px;
}
.wpcf7 input[type='submit']{
	background: #000;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	width: auto;
	border: none;
	cursor: pointer;
}
.wpcf7 .acceptance-privacy{
    width: 20px;
    display: inline-block;
}
.wpcf7 .acceptance-privacy span{
	width: 70%;
    position: absolute;
}
span[role=alert],
div[role=alert]{
	font-size: 12px;
    background: #c1c0ff;
    padding: 0 5px;
}


/* -----------------
FOOTER
----------------- */

.section-footer{
	background: #f8d42b;
	color: #FFF;
	font-size: 14px;
    letter-spacing: 3px;
    padding-top: 30px;
    padding-bottom: 10px;
    background-image: url(./media/logo-pantani-bg.png);
    background-repeat: no-repeat;
    background-position: 20% 10%;
}
.section-footer h3{
	color: #FFF;
	font-size: 30px;
    letter-spacing: 4px;
}
.section-footer h2{
	color: #FFF;
    font-size: 35px;
    letter-spacing: 4px;
	font-weight: bold;
}



/* WOOCOMMERCE */
.woocommerce{
	padding-top: 20px;
}
/* WOOCOMMERCE - LIST */
.woocommerce ul.products li.product .onsale{
	background-color: #f8d42b;
    line-height: 2.236;
    border-radius: 100%;
    min-height: 2.236em;
}
.woocommerce ul.products li.product .price {
    color: #000;
    font-weight: bold;
    font-size: 1.1em;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    background-color: #f8d42b!important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	text-align: center;
    padding: 10px;
    border-radius: 5px;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover{
    background: #efefef;
}
.woocommerce ul.products li.product .price del{
    font-weight: lighter;
    color: #aaa;
    font-size: .8em;
}
.woocommerce .woocommerce-ordering select{
    height: 2.4em;
    background: rgba(0,0,0,.8);
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: 0.7em;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
    float: left;
    color: #ccc;
    font-weight: lighter;
    font-size: 1.0em;
}
.woocommerce .page-title{
	font-size: 1.5em;
}
.woocommerce-message{
    background: #efefef!important;
    border: none;
    line-height: 2em;
}
.woocommerce-message {
    padding: 1em 2em 1em 3.5em!important;
}
/* WOOCOMMERCE - CART */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	font-size: 100%;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
	width: 200px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	margin: 0 -1px 24px 0;
}
/* WOOCOMMERCE - PRODUCT */
.woocommerce div.product .product_title{
	font-size: 1.5rem;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #000;
    font-weight: bold;
}
.woocommerce div.product .product_meta .posted_in a,
.woocommerce div.product .woocommerce-product-details__short-description{
    color: #ccc;
    font-weight: lighter;
}
.woocommerce div.product .woocommerce-Tabs-panel--description h2{
	font-size: 1.5rem;
}
.woocommerce div.product .woocommerce-Tabs-panel--description p{
	font-weight: lighter;
}
.woocommerce div.product h2{
	font-size: 1.5rem;
}




@media(max-width:767px){
	.navbar-nav{
		position: relative;
		text-align: left;
	}
	.sub-menu{
	    display:block !important;
	    position:relative;
	}
	.sub-menu li {
	    width: 100%;
	    margin: 0;
	}
	.nav li:hover > ul.sub-menu{
    	background: none;
    }
	.gmaps{
    	height: 200px;
	}
	.margin-navbar{
		margin-top: 53px;
	}
	.boxlist_box .boxlist_box_content{
		padding: 20% 3px;
	}
	.boxlist_box .boxlist_box_content .boxlist_box_titolo{
	    font-size: 15px;
	}
	.boxlist_box .boxlist_box_content .boxlist_box_sottotitolo{
		font-size: 7px;
	}
	.boxlist_box .boxlist_box_content .boxlist_box_bottone{
	    font-size: 10px;
	}
}
@media(min-width:768px){
	#menu-menu-top-it{
		margin-right: 20px;
	}
	.navbar-collapse{
	    height: auto;
	    overflow: visible;
	}
	.section-content .content .title{
	    font-size: 30px;
	}
	.menu-item a,
	.menu-item a:hover,
	.sub-menu .menu-item a{
	    padding: 13px;
	}
	.sub-menu .menu-item{
		line-height: 53px;
	}
}
@media(min-width:992px){
}
@media(min-width:1200px){}