/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*Generali - Inizio*/
h2 {
	color: rgb(150,72,130) !important;
}

.widget_block h6:not([class*="-font-size"]) {
    color: #beb204;
}

/*Generali - Fine*/

/*Sidebar - Inizio*/

.sidebar-container {
	margin-bottom: 20px !important;
}

/*Sidebar - Fine*/

/*Sezione blog - Inizio*/

/*Single post - rimozione copertina
.entry-header {display: none !important;}
*/
.entry-summary p {
    display: none !important;
}

.post-date.wd-post-date.wd-style-with-bg.woodmart-post-date {
    display: none !important;
}

.meta-date {
    display: none !important;
}

.meta-author {
    display: none !important;
}

.meta-categories-wrapp {
    display: none !important;
}

.article-body-container .wd-entry-meta {
    display: none !important;
}

.blog-post-loop .post-title {
    margin-bottom: 0 !important;
}

video {
  width: 100%;
  height: auto;
}

.cat-item.cat-item-6 a,
.wp-block-tag-cloud a {
	color: #333333 !important;
	font-weight: var(--wd-entities-title-font-weight);
}

.cat-item.cat-item-6 a:hover,
.wp-block-tag-cloud a:hover {
	color: #777777 !important;
}

.wp-block-group__inner-container ul,
.wp-block-latest-posts ul,
.icon-list ul{
	list-style-image: url('/wp-content/uploads/2022/06/icona.jpg') !important;
	margin-left: 35px !important;
}

/*Sezione blog - Fine*/

/* Modulo di contatto - Inizio */

.wpcf7-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.wpcf7-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.wpcf7-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="number"], .wpcf7-form input[type="email"], .wpcf7-form input[type="search"], .wpcf7-form input[type="password"], .wpcf7-form select, .wpcf7-form textarea {
    color: #8a8a8a;
	border: 0 !important;
    border-bottom: 1px solid #964882 !important;
    background-color: #f7f7f7 !important;
	margin-bottom: 10px !important;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="number"], .wpcf7-form input[type="email"], .wpcf7-form input[type="search"], .wpcf7-form input[type="password"], .wpcf7-form select {
	height: 2.5em;
}

.wpcf7-form textarea {
	height: 6em;
}

span.wpcf7-list-item-label {
	color: #000 !important;
}

.wpcf7-form input[type="button"], .wpcf7-form input[type="submit"], .wpcf7-form input[type="reset"], .wpcf7-form button {
  	background-color: #bfb304;
  	border: none;
  	color: white;
  	padding: 16px 32px;
  	text-decoration: none;
  	margin: 4px 2px;
  	cursor: pointer;
	font-size: 1em;
}

.wpcf7-form input[type="button"]:hover, .wpcf7-form input[type="submit"]:hover, .wpcf7-form input[type="reset"]:hover, .wpcf7-form button:hover {
  	background-color: #964882;
  	color: #fff !important;
}

span.wpcf7-list-item {
    display: inline-block !important;
	margin-right: 30px;
}


/* Modulo di contatto - Fine */

/*Prefooter - Inizio*/

.wd-prefooter {
    padding-bottom: 0 !important;
}

div#custom_prefooter {
    font-size: 16px;
    line-height: 30px !important;
}

/*Prefooter - Fine*/