/*!
Theme Name: discrimen
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: discrimen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

discrimen is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css?family=Poppins|Roboto:100,300,400');

#wpadminbar a {color:#fff!important;}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: 'Roboto', sans-serif!important;
	overflow-x:hidden;
        
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

section {
	padding-top:4rem;
	padding-bottom:4rem;
}

.logo {
	padding:2rem;
}

.logo img {
	width:45%;
	max-width: 150px;
}

.logo_w {

max-width: 400px;
width: 100%;
}

.issn p {

    margin-top: 2rem;
    padding:1rem;
    display: inline-block;
}

#masthead {
	/*border-bottom: 1px solid black;*/
	
	background-color: #fafafa;
padding-top: 1rem;
} 

.main-navigation {
	clear:none!important;
}

.big-one {text-align: center;
font-size: 70px;}

#title-head  {
	
        background: linear-gradient(rgba(0, 0, 0, 0.42), rgba(0,0,0,.7)), url(https://discrimen.it/wp-content/uploads/Code_de_Hammurabi_-_musée_Champollion_03.jpg);
	
	min-height: 50vh;
background-attachment: fixed;
background-position:center;
	
    
    
	
}

.tag-line{text-align: center;
margin-top: -30px;}

.entry-header {
	width:15%;
}

.entry-title {
font-size: small;
font-family: 'Poppins', sans-serif;
border-bottom: 1px solid black;
border-top: 1px solid black;
padding-top: 0.3rem;
padding-bottom: 0.5rem;
text-align: center;
	text-transform: uppercase;
}




/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;	
    	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Playfair Display SC', serif;
}

.main-title {
   font-family: 'Poppins', sans-serif;	
	padding-top:11rem;
	color: #fff;
	}

p {
	margin-bottom: 1.5em;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.date_s {

font-size: x-small;
}

.post-title span {font-style: italic;}

.hidden-f0 {

    visibility: hidden;
    font-size: 0px;
    margin-top: 0;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fafafa!important;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}



ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.lined-list_item {

border-bottom: 1px solid #3d7777;
padding: 1rem;


}

.lined-list_item a {

background-image: url('/wp-content/themes/discrimen/img/g_arr.svg');
background-repeat: no-repeat;
background-position: right center;
display: block;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;

}

.main-navigation a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 25px;
	color: #393939;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
}

.main-navigation ul {
	padding-top: 3rem!important;
}

.sub-menu {
	
	background-color:#fff;
}

#colophon {
	/*border-top: 1px solid black;*/
}

#menu-footer-menu {

	margin-top: 2.5rem;

}

#menu-footer-menu li {

	list-style-type:none;
	display: inline;
	padding-right: 1rem;	

}

#menu-footer-menu li a {
	color:#333;
	font-weight:400;
        font-family: 'Roboto', sans-serif;
	
}

#menu-footer-menu li:after {
	font-weight:600;
	content:"/";
	padding-left: 1rem;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #333!important;
}

a:visited {
	color: none;
}

a:hover, a:focus, a:active {
	color: #357171!important;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#site-navigation {

    /*padding-left: 10%;*/

}


.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */



.menu-toggle{
    border: 0px;
    border-radius: 0px!important;

	float: right;
margin-top: -45px;
margin-right: 20px;
background: #357171;
color: #fff;
   }

.main-navigation.toggled ul >li {
    width: 100%;
    text-align: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-right: 0px;
    border-bottom: 1px solid #3d7777;
}

.main-navigation.toggled ul >li >a:hover {
border-bottom:none!important;
    
}

.full-width {
    background: #3d7777;
    width: 100%;
    color: #fff!important;
    border-radius: 0px!important;
}

.main-navigation.toggled .sub-menu {

background: #f3f3f3;
}


.menu-toggle,
.main-navigation.toggled ul {
	display: block;

}

@media screen and (min-width: 50.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
	padding:1rem;
        width:100%;
	border-color:#357171;
	background-color:#fff;
}

#loginform {
	margin-top: 2rem;
}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0px!important;
    padding: 1rem;
}

.login-username > label {
width:100%;
}

.login-password > label {
width:100%;
}

.home #lastpost-wid {

display:none;

}

#lastpost-wid {

    margin-bottom: 4rem;

}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.new > .Articolo > .icon:before {

content:'\f1c1';
font-family:'FontAwesome';
background: #fff;
    padding: 1rem;
    margin-right: 20px;
    color: #3d7777;
    border: 1px solid #3d7777;

}


.new > .Libro > .icon:before {

content:'\f02d';
font-family:'FontAwesome';
background: #fff;
    padding: 1rem;
    margin-right: 20px;
    color: #3d7777;
    border: 1px solid #3d7777;

}


.new > .Rivista > .icon:before {
    content: '\f24e';
    font-family: 'FontAwesome';
    background: #fff;
    padding: 1rem 0.8rem 1rem 0.8rem;
    margin-right: 20px;
    color: #3d7777;
    border: 1px solid #3d7777;
}

.new > .col-md-1 {
margin-top:20px;
    margin-bottom: 20px;
}



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Sections
--------------------------------------------------------------*/

/*.BorderCorner_wrap{
	text-align:center;	
}
.BorderCorner {
    border: 2px solid #ca1c1e;
    display: inline-block;
    margin: 25px auto;
    padding: 25px;
    position: relative;
    width: auto;
}
.BorderCorner img {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 5;
}
.BorderCorner::before,
.BorderCorner::after {
  content: '';
  position: absolute;
  background: #fff78e;
}

.BorderCorner::before {
  width: calc(100% + 50px + 4px - 120px);
  height: calc(100% + 4px);
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.BorderCorner::after {
  height: calc(100% + 50px + 4px - 120px);
  width: calc(100% + 4px);
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}*/


#partner {

	background: #f0f0f0;

}


#partner .col{

	padding:1rem;

}


.partner{

	background: #fff;
	margin-bottom: 1rem;
	padding:1rem;

}


#boxes .col-md-4 {
	

}

.box_c {
	padding: 2rem;
    /*text-align: center;*/
    border: 1px solid #357171;
    color: #357171;
   
}

.box_c:hover {
 box-shadow: 0px 1px 3px 0 #b5b5b5;
-moz-box-shadow: 0px 1px 3px 0 #b5b5b5;
-webkit-box-shadow: 0px 1px 3px 0 #b5b5b5;

}


.box_c:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: -6px;
  left: 9px;
  z-index:-1;
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
}
.box_c:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  right: 9px;
  bottom: -6px;
  z-index:-1;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}


a.readmore{ display: block;
text-align:center;
font-weight: bold;
border-style: solid;
border-width: 1px 0 1px 0;
border-color: #357171;
/*background: url(http://betheme.muffingroupsc.netdna-cdn.com/be/constructor/wp-content/uploads/2015/07/home_constructor_link_arrow.png) no-repeat right center;*/
padding: 10px 0px 10px 10px;
margin-top: 2rem;
}




.angled {
background: #f3f3f3;
margin-top: 0px;
padding-top: 0px;


}

#sticky {
background: #f3f3f3;

}

.separator {

border-top: 1px solid #357171;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
margin-bottom: 35px;
width: 100%;
max-width: 170px;


}

.section-title {
text-align:center;

}


.white_box {
background: white;
text-align: left;
padding: 1.5rem;

}

.s-date {

font-size:small;

}

.green {
color: #357171;
font-weight: 600;

}

.exc-green {

	/*min-height: 60px;*/
}

#eventi {
padding-top:5rem;}

#primary-menu {

list-style-type:none!important;
}

ul{
margin:0px!important;
list-style-type:square!important;
padding:0px!important;

}

ol {
margin:0px!important;
padding:20px!important;

}

.post-categories {
list-style-type:none!important;

}

#articoli .col-md-4 {
margin-right:2rem;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
padding-top: 1rem;

}

.green_box{background-color: #357171;
color: #fff;
padding: 3.5rem;
min-height: 335px;
text-align: justify;}

.green_box li a {

color: #fff!important;
}

.green_box h4 {

min-height: 60px;

}
.white {
color:#fff!important;
border-color:#fff!important;
}

.white:hover {
    color: #fff !important;

}


.green_box a:hover{
color: #fff!important;

}

#link {
/*background: #357171;*/
margin-bottom: 2rem;
/*color: #fff;*/

}




.blu_box{/*background: #355371;*/
background:#BC5858;
color: #fff;
padding: 2rem;}

.blu_box li a {

color: #fff!important;
}


.blu_box a:hover{
color: #fff!important;

}

.blu_box ul {
margin-left: 1rem !important;

}

.blu_box .col-md-6 {

padding-right: 10rem;
}



.entry-content {

padding-right: 5rem;

}

#secondary {

padding-left: 4rem;

}

#secondary section {

padding-top: 2rem;
padding-bottom: 2rem;


}

.entry-post {

border-bottom: 1px solid #eaeaea;
padding-top: 1rem;
border-top: 1px solid #eaeaea;
margin-bottom: 2rem;

}


.entry-footer {

display: none;
}


.blu_box li {

padding: 1rem;
border-bottom: 1px solid #eaecef4d;

}

input[type="search"] {
padding: 10px;
border-top: 1px solid #3d7777;
border-bottom: 1px solid #3d7777;
border-right: none;
border-left: none;
border-radius: 0px;

}

input[type="submit"] {
    border: 0px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: transparent;
    border-radius: 0px;
    background: #3d7777;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-size: 1em;
    line-height: 1;
    padding: .9em 1em .9em;
    margin-left: 5px;
}

.panel-default > .panel-heading {
	
	background: #f0f0f0!important;
	margin-bottom: 3rem;
	border: 0px !important;
	padding-left: 1.5em;
	padding-top: 2.1em;
	padding-bottom: 2.1em;
}






.panel.panel-default {

	max-width: 90%;
    margin-bottom: 20px;
    background-color: #f0f0f0!important;
    border: 0px!important;
        
    border-radius: 0px!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}


.panel-title {
    
    font-size: 18px!important;
    
}

.panel-title > a > i  {
    background: #fff;
    padding: 1rem;
    margin-right: 20px;
    color: #3d7777;
    border: 1px solid #3d7777;
}


.panel-group .panel {
    border-radius: 0px!important;
    padding: 1rem;
}


/*.panel-default {
    border-color: #357171!important;
    border-radius: 0px !important;
    border-left: 0px!important;
    border-right: 0px!important;

}

.panel-default > .panel-heading {
    color:#357171!important;
    background-color: #fff;
    border-color: #357171!important;
}

.panel-group {
    max-width: 90%;
}*/

/*--------------------------------------------------------------
## post carousel
--------------------------------------------------------------*/



.carousel-inner > .item {
   
    height: 380px;
}


.carousel-caption {
    bottom:10px;
    text-align: center!important;
    padding-bottom: 15px!important;
}

.carousel-control {

top: 35%!important;
background:none!important;
color: #fff !important;
opacity: 1 !important;

}

.carousel-control:hover {

color:#333!important;
}

.carousel-inner {
    
    background-color: #bc5858;
}

#myCarousel {border: 1px solid #bc5858;
padding: 1rem;
margin-top:5rem;
/*box-shadow: 0px 1px 3px 0 #b5b5b5;
    -moz-box-shadow: 0px 1px 3px 0 #b5b5b5;
    -webkit-box-shadow: 0px 1px 3px 0 #b5b5b5;*/}

#myCarousel:hover {

box-shadow: 0px 1px 3px 0 #b5b5b5;
    -moz-box-shadow: 0px 1px 3px 0 #b5b5b5;
    -webkit-box-shadow: 0px 1px 3px 0 #b5b5b5;

}
.img_post_news {
    background-size: cover!important;
    height: 20rem;
    max-height: 20rem;
    background-position: center!important;
    
}

.img_post_news:hover {




}

.login_menu > a{

color: #3d7777 !important;
text-transform: capitalize!important;
font-weight: 600;

}

.login_menu > a:before {
content:'|';

}

.grey_back {
list-style-type:none!important;
background-color: #f0f0f0;
margin-bottom: 3rem;
max-width: 90%;
padding: 1.5em;

}

.grey_back > h4 > i {
background: #fff;
padding: 1rem;
margin-right: 15px;
color: #3d7777;
border: 1px solid #3d7777;

}

.riv_pdf {
color: #357171;
}


.riv_pdf > i {

padding: 1rem;
color: #357171;
border: 1px solid #357171;
margin-right: 1rem;

}

#custom_html-8 {

padding: 0px;
margin-bottom: -50px;

}

.gri {
color: grey;
text-align: center;

}

.sep {
    border-top: 1px solid #ccc;
width: 10%;
margin-bottom: 30px;
}

.sub-menu > li {border-bottom: 1px solid #3d7777;
padding: 1rem;
list-style-type:none;
}

.sub-menu > li > a {
text-transform: none;
text-align: left;
}



.page-numbers {    border: 1px solid #357171;
    padding: 8px 10px;
    margin: 0 4px;
}

.next .page-numbers {

    border: 1px solid #357171;
    padding: 8px 10px;
    margin: 0 4px;

}

.prev .page-numbers {    border: 1px solid #357171;
    padding: 8px 10px;
    margin: 0 4px;
}

span.page-numbers.current {background: #357171;
color: white;}

.pagination .nav-links {line-height: 3.5;}

/*.main-navigation li ul li {
    overflow:hidden;
    max-height:0;
    -webkit-transition:max-height 300ms ease;
    -moz-transition:max-height 300ms ease;
    -o-transition:max-height 300ms ease;
    transition:max-height 300ms ease;
}
.main-navigation ul > li:hover ul li {
    max-height:150px;
}*/

.wp-post-image {margin-top: 20px;}

.single-title {padding-top: 1.1rem;}

.attribution {
	color: #fff;
	position: absolute;
	top: 300px;
	right: 0px;
	
}

.attribution > a {
	color: #fff!important;
	text-align:right;
	font-size:small;
	font-style: italic;

	
}

.carflex > img {

float: right;
margin: 5px 0 5px 15px;

}

.tab-content {

	padding-top: 2rem;
}

/*==========  Non-Mobile First Method  ==========*/


    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

      

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    	.main-navigation ul {
    padding-top: 2rem !important;
}


    

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {


	.carousel-caption {
         bottom: 10rem!important;
	}
	
     .pdf_pubb {
        margin: 0px!important;
        }

     #secondary {
       padding-left: 1rem;
       margin-top: 10rem;
       }

       .main-navigation ul {
    padding-top: 2rem !important;
}

     .main-navigation a {
        padding-left: 0px!important;
       }

     .navbar-fixed-top {
        position:relative!important;
	}


	.main-navigation.toggled ul > li {
        text-align: right;
        padding-right: 2.5rem;
           }


       

    }

     

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {


     .carousel-caption {
         bottom: 10rem!important;
	}
	
     .pdf_pubb {
        margin: 0px!important;
        }

     #secondary {
       padding-left: 1rem;
       margin-top: 10rem;
       }

       .main-navigation a {
        padding-left: 0px!important;
       }

       .navbar-fixed-top {
        position:relative!important;
	}

	.main-navigation.toggled ul > li {
        text-align: right;
        padding-right: 2.5rem;
           }



        

       }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    
    .carousel-caption {
         bottom: 50px!important;
	}
	
     .pdf_pubb {
        margin: 0px!important;
        }

     #secondary {
       padding-left: 1rem;
       margin-top: 10rem;
       }

     .main-navigation a {
        padding-left: 0px!important;
       }

     .navbar-fixed-top {
        position:relative!important;
	}


      .main-navigation.toggled ul > li {
        text-align: right;
        padding-right: 2.5rem;
           }

        


       }



/* Print styling */





@media print {



@page {                
    size: A4;
    margin: 0mm;
    
  }

  html, body {
    width: 1280px;
    -webkit-print-color-adjust: exact!important; 
	 color-adjust: exact!important;
  }

  body {
    margin: auto;
    width: 100%;
    float: none;
    -webkit-print-color-adjust: exact!important;
	        color-adjust: exact!important;
	
  }

  /* avoid page-breaks inside a listingContainer*/
  .listingContainer{
    page-break-inside: avoid;
  }





/* Always insert a page break after the element */
  .always-page-break-after,
  .always-pba {
    page-break-after: always;
  }
  /* Avoid page break after the element (if possible) */
  .avoid-page-break-after,
  .avoid-pba {
    page-break-after: avoid;
  }
  /* Insert page breaks after the element so that the next page is formatted as a left page */
  .left-page-break-after,
  .left-pba {
    page-break-after: left;
  }
  /* Insert page breaks after the element so that the next page is formatted as a right page */
  .right-page-break-after,
  .right-pba {
    page-break-after: right;
  }
  /* Always insert a page break before the element */
  .always-page-break-before,
  .always-pbb {
    page-break-before: always;
  }
  /* Avoid page break before the element (if possible) */
  .avoid-page-break-before,
  .avoid-pbb {
    page-break-before: avoid;
  }
  /* Insert page breaks before the element so that the next page is formatted as a left page */
  .left-page-break-before,
  .left-pbb {
    page-break-before: left;
  }
  /* Insert page breaks before the element so that the next page is formatted as a right page */
  .right-page-break-before,
  .right-pbb {
    page-break-before: right;
  }
  /* Avoid page break inside the element (if possible) */
  .avoid-page-break-inside,
  .avoid-pbi {
    page-break-inside: avoid;
    width: 3;
  }





 

  /* URL */
 

  a[href]:after {
    content: "" !important;
  }

  a[href^="http://"] {
    color:#000;
  }

  #masthead {
    height:75px!important;
    border:none!important;
	position:absolute;
	
  }

.logo img {
    max-width: 120px!important;
	
	margin-left:50px;	
}

.single-title {margin-top:50px;


}

#primary{margin-top:50px;


}

.green_box{border-color: #357171!important;
border:1px solid;}

.white {
    color: #000 !important;
    border-color: #000 !important;
}


.noprint,
#secondary,
#link,
#title-head,
.menu-toggle,
footer,
  div.alert,
  .footer,
  form,
  #comments,
  .nav,
  ul.links.list-inline,
  ul.action-links {
    display:none !important;
  }

  }



#dynamic {
    border: solid 1px;
    border-radius: 8px;
    width: 100%;
    /*min-height: 80%;
    max-height: 80%;*/
    color: green;
    padding-top: 1em;
    margin: 0 auto;
    /*height: -webkit-fill-available;*/
    height: 75vh;
}

#dynamic html > body > img {

    max-width: 100%;
    height: auto;

}

.note-template-default #masthead, .note-template-default #title-head {

	display: none;
}

a.popup {

	border-bottom: double;
    border-color: #61a6a1;
}

a.popup:hover {

	text-decoration: none;
}


.has-text-field #wp-link .query-results {
    top: 230px!important;
}

#wp-link .query-results{
    margin-top: 20px!important;;
}



.page-header input[type=checkbox]{
    width: 20px;
    height: 20px;
}

.page-header label{
    vertical-align: bottom;
    margin-left: 3px;
    font-weight: 600;
    color: #3d7677;
}

.note-template-default .entry-header {

	display: none;
}

.note-template-default section {

	padding-top: 0;
}


/*@media print {    
    .watermark {
        display: inline;
        position: fixed !important;
        position: absolute;
        opacity: 0.50;
        font-size: 5em;
        width: 100%;
        text-align: center;
        z-index: 1000;
        top:500px;
        right:5px;
    }
    }*/




/*nuovo toc*/

span.ico {

	float: right;
	cursor: pointer;
}

ul.level-2 {

	display: none;

}

ul.level-2 > li, ul.level-3 > li, ul.level-4 > li{

	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	 list-style-type: none;
}

.fx-toc {

	padding-left: 4rem;
	margin-bottom: 5rem;
}

.fx-toc-list > li {
padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid lightgrey;
}

.fx-toc ul {

	list-style-type: square;
}

li > ul, li > ol {
    margin-left: 1.5em!important;
}

/*post internal paginaton*/
.page-links-ipertesto > a > .no {
    border: 1px solid #357171;
    padding: 8px 10px;
    margin: 0 4px;
    line-height: 3.5;
}

.page-links-ipertesto > .no {
	border: 1px solid #357171;
    padding: 8px 10px;
    margin: 0 4px;
    background: #357171;
    color: white;
}


.has-text-field #wp-link .query-results {
    top: 220px;
}

#archives-4 > h2.widgettitle {

	display: none;
}


/*.type-ipertesti .entry-content .ipertesto-content span {

    display: inline-block;
    text-indent: 3em;
    margin-bottom: 1rem;
}*/

/*.type-ipertesti .entry-content .ipertesto-content p {

    display: inline-block;
    text-indent: 3em;
    margin-bottom: 1rem;
}*/



/*type-ipertesti p {

text-indent: 3em;
}*/


.page-simple-links a {

	border: 1px solid #357171;
    padding: 8px 10px;

}

/*p:has(> span.spacer) {
     margin: 0 0 0 20pt;
    text-indent: 3rem;
}

span:has(> span.spacer) {
     margin: 0 0 0 20pt;
    text-indent: 3rem;
}*/

p < .spacer { 
    text-indent: 3rem; }

span < .spacer { 
    text-indent: 3rem; }


#cookie-law-info-bar {
    padding: 2rem!important;
    border: 5px solid #3d7677;
}

.widget_categories h2 {
	font-size: 24px;
    color: #3d7677;
}
#secondary section.widget.widget_search {
	padding: 0;
	margin: 0;
}

.posts-data-table thead th.col-nome_autore { 
    background-image: none !important; 
}

.page .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #3d7777;
    border-radius: 0px;
}

.page .posts-table-controls input[type=search] {
    -webkit-appearance: none;
    background-color: #ffffff!important;
    border: 1px solid #3d7777!important;
    box-shadow: none!important; 
}

.page .dataTables_wrapper .dataTables_paginate .paginate_button.current {
	color: #fff !important;
    border: 1px solid #3d7677;
    background: linear-gradient(to bottom, #3d7677 0%, #3d7677 100%);
}