/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.1.2.1561023688
Updated: 2019-06-20 11:41:28

*/

/* pagina prodotto */
.product .tabs {
    border: 0px solid #ffffff;
}

/* style per modulo contatto */
.wpcf7-form label, .wpcf7-form a {
    color: #3e3e3e;
}
.wpcf7-form {
    background: rgba(0,0,0,0);
    padding: 15px;
}
.wpcf7 input, .wpcf7 textarea {
    margin: 5px 0 20px;
}
.cp, .cp2 {
    float: left;
    margin: 0 1%;
}
.cp {
    width: 48%;
}
.cp2 {
    width: 98%;
}
.center {
    width: 100%;
	text-align: center;
}
.wpcf7 input[type="checkbox"] {
    float: left;
    margin: 3px 10px 20px;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    margin-bottom: 0;
}
@media only screen and (max-width: 760px) {
	.cp {
		width: 98%;
	}
}

/* popup cookie spostato in alto dopo inserimento plugin social share 20191109 */
div#cookie-notice {
    bottom: 38px;
}

/* tag articoli */
.tag-links a {
    margin: 5px;
}

/*tag prodotti*/
.posted_in {
    display: flex;
}

.posted_in a, .tagged_as a {
	padding-left: 10px;
	margin-bottom: 0px;
}