/*
	Theme Name: Cultura i Oci Child
	Theme URI: http://themeforest.net/user/themedelight/portfolio
	Description: Cultura i Oci child theme
	Template: adventure-tours
	Text Domain: culturaioci-child
	Version: 1.0.0
*/
/*GLOBAL*/
	.home .margin-bottom{
		margin-bottom: 0px!important;
	}
.tours-tabs .tab-content, .price-decoration__label, .header-section, .atgrid__item .item-attributes{
	border-radius: 0 0 15px 15px;
}
.price-decoration__value, .tours-tabs .nav-tabs li a, .atgrid__item .atgrid__item__top a img{
	border-radius: 15px 15px 0 0;
}
.form-block, .form-block--style3 .form-block__button, .tour-reviews, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link), .atgrid__item, .sidebar .widget{
	border-radius: 15px;
}
.sidebar .widget{
	padding: 0 30px 30px 30px;
}
.sidebar .widget__title:after{
	all: unset;
}
.sidebar .widget__title{
	padding: 10px 20px;
    	background: #004f9f;
    	color: #fff;
    	border-radius: 15px 15px 0 0;
}
.galeria .gallery__item{
	border-radius: 15px;
}
.galeria .gallery__item img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}
.galeria .gallery__item__title{
	display: none;
}
.galeria .gallery__item__shadow{
	opacity: 0.5;
}
.caja-sombra{
		margin-left: -150px!important;
		box-shadow: 0px 0px 10px #333;
}
.llista-activitats{
	list-style: none;
}
/*HEADER*/
.header__info__item a{
	opacity: 1;
}
/*BODY*/
.home .layout-container{
	margin-top: 0px;
}
footer .widget ul li:before{
	content: '';
}
footer .footer__copyright{
	display: flex;
	justify-content: space-between;
}
footer .copy-right img{
	width: 550px;
}
/*TOURS*/
.atgrid__item .item-attributes{
	background: #de277f;
}
.atgrid__item .item-attributes a{
	color:#fff;
}
.price-round{
	background: #de277f;
	width: 90px;
	height: 40px;
	border-radius: 15px;
}
.price-round__content{
	font-size: 19px;
}
.widget ul.compradors-producte li{
	padding-left: 0;
}
.widget ul.compradors-producte li img{
	border-radius: 50%;
}
.widget ul.compradors-producte li:before{
	content:"";
}
.tour-reviews__item__info{
	width: 7%;
}
.tour-reviews__item__name{
	font-size: 16px;
}
.tour-reviews__item__container {
    border-radius: 15px;
    background: #efefef;
    padding: 20px;
}

/*WOOCOMMERCE*/
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
	background: #004f9f;
	color: #fff;
}
.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt{
	background: #004f9f;
	color: #fff;
	padding: 2px 16px;
	border-radius: 10px;
}
@media only screen and (min-width: 1200px) {
    .container {
        width:1340px
    }
}

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

}

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

	.caja-sombra{
		margin: 0 20px!important;

	}
	.caja-sombra .wpb_text_column.wpb_content_element {
		margin-bottom: 0px!important;
	}
	.caja-sombra .llista-activitats{
		padding-left: 0px;
	}
}




