/* FORMATI */

blockquote {
	font-style: italic;
	font-size: 130%;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	border-width:7px;
	border-color: #834966;
	color: #6a7785;
}

figcaption{
	margin-bottom:1em;
}

pre {font-size: 90%;
width:100%}

tbody {
	font-size:90%;
}

.csl-bib-body {
	text-indent:-1em;
	margin-left:1em;
	margin-bottom:0.5em;
	font-size:95%;
}
/* TITOLO */
p.schism-site__title {
	color: #834966;
	font-weight: 600
}

@media only screen and (max-width: 768px){
h2.schism-entry__title {
	padding-bottom:0;
}
	}



/* HIGHLIGHT */
.schism-f__col, .schism-nav,
.widget_polylang, 
.schism-meta__wrapper, 
.schism-entry__meta {
		--highlight: none !important
}

.wp-block-image a {
		--highlight: none !important
}

/* STRUTTURA */
.schism-spacing {
    padding: 20px 35px;
}

@media only screen and (max-width: 768px) {
.schism-spacing {
    padding: 15px 25px;
}
	}

@media only screen and (max-width: 768px)
.schism-spacing {
    padding: 10px 10px;
}


/* MENU */

.schism-nav .menu > li > a {
    font-size: 24px;
    line-height: 1.25em;
    font-weight: 600;
}

.schism-nav a {
	color: #6a7785
}

.schism-nav a:hover {
	background-color: #e0afc6;
	color: black;
}


/* META */
div.schism-meta__sharing {
	display: none
}

div.schism-ph__author.schism-sticky_bottom {
	margin: 0;
	padding:0;
	display: none;
}

/*.schism-meta__wrapper a,
.schism-entry__meta a*/ 

div.schism-meta__categories a {
 background-color: #6a7785;
	padding: 2px 10px;
	color: white;
}

.schism-meta__wrapper a:hover,
.schism-entry__meta a:hover {
	background-color: #e0afc6;
	color: black;
}


.schism-meta__wrapper, .schism-entry__meta {
	line-height: 1.8em;
}

/* FOOTER */
.schism-f__col a:hover {
	background-color: #e0afc6;
	
}


/*POLYLANG*/
ul.polylang_langswitcher {
	list-style-type: none;
}

ul.polylang_langswitcher a {
	--highlight:none!important
}

.polylang_langswitcher {
padding:0;
	font-size: 85%;
	padding:0;
	float:right
}



.feedburnerFeedBlock ul {
	list-style-type: none;
	padding-left: 0;
}


/* FORM */
.search-submit, .form-submit .submit {
    padding: 5px 22px;
	  font-weight: 500;
    border-color: #6a7785;
    background: #6a7785;
    color: #fff;
}

form input:not([type="submit"]), form textarea { 
	padding: 7px 16px;
}


span.wpcf7-list-item {
    font-size: smaller;
}

input.wpcf7-submit {
	  padding: 5px 22px;
	  font-weight: 500;
    border-color: #6a7785;
    background: #6a7785;
    color: #fff;
	border-width: 1px;
	border-style: normal;
	 font-size: 90% !important;
	    font-family: inherit;
    border-radius: 0;
    transition-property: background-color, color, border-color, opacity;
    transition-duration: .2s;
    cursor: pointer;
    border: 2px solid;
	-webkit-appearance: button;
}


input.wpcf7-submit:focus {
    background: var(--highlight);
    color: #000;
    border-color: var(--highlight);
}

input.wpcf7-submit:hover {
    background: var(--highlight);
    color: #000;
    border-color: var(--highlight);
}


/* blocchi */
.wp-block-embed__wrapper {
    font-size: small;
	  width: 100%;
}


.hide-this { display: none; }

.wp-block-embed iframe {
    width: 100%;
}


.taxonomy-description {
  font-size: 90%;
	font-family: Bitter, serif;
	font-style: italic;
}

/*
#schism-nav-primary {
	--highlight:none!important
}
*/