/*
Theme Name: Tema eziodacome official
Author: Matteo Dacome
Version:1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


html, body {
    height: 100%;
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

h2{
	font-size: 1.5rem;
}

a{
	text-decoration: none;
	color: rgba(0,0,0,.75);
	font-weight: 900;
	font-size: 0.9rem;
}

a:hover{
	color:#000;
}

#content {
    min-height: 100vh;
    overflow: hidden;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.logo{
	font-size: 1.5rem;
	font-weight: 800;
	color: #B4B4B4!important;
}

.nav-link{
	font-size: 0.9rem;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

p{
	font-size: 1rem;
	font-weight: 200;
}

p.categoria{
	font-size:0.8rem;
	font-weight: 900;
}

.grigio{
	color: #B4B4B4!important;
}

.nero{
	color:#000!important;
}

p.opera{
	font-size: 1rem!important;
}	

p.intro{
	font-size: 1.4rem!important;
}

.mt-10{
	margin-top:100px;
}

.pb-10{
	padding-bottom:150px;
}

.carousel-control-prev-icon {
	background-color: black;
	opacity: 1;
}
.carousel-control-next-icon {
	background-color: black;
	opacity: 1;
}

.modal{
	background-color: #000;
}

.modal-content{
	background-color: transparent!important;
}

.modal-footer{
	border-top: 0!important;
}

img.modal-image {
    text-align: center;
    width: 65%;
    display: block;
}

.modaleopera{
	border:1px solid #B4B4B4;
}
   
img.img-fluid.wp-post-image:hover{
	opacity: 0.8;
	vertical-align: bottom!important;
} 

footer{
	background-color: #f8f9fa!important;
}

img.bio{
	width: 50%;
}

a.grigio{
	text-decoration: none;
}

a.grigio:hover{
	color:#000!important;
}

@media only screen and (max-width: 768px) {
  p.intro {
    font-size: 0.9rem!important;
  }
}

.area-blog{
	margin-top: 122px;
	padding-bottom: 122px;
}

.sidebar-sx{
	border-right:1px solid grey;
}

.sidebar-dx{
	border-left:1px solid grey;
}

a.articolo{
	margin-bottom:40px;
	border-bottom:1px solid grey;
	text-decoration: none;
	color: rgba(0,0,0,.75);
}

a.articolo:hover{
	color:#000;
}

a.categoria{
	text-decoration: none;
	color: rgba(0,0,0,.75);
	text-transform: uppercase;
	font-weight: 900;
	font-size: 0.9rem;
}

a.categoria:hover{
	color:#000;
}

li.breadcrumb-item {
    display: inline-block;
}

ul.breadcrumb_edi {
    padding-left: 0px;
}

span.sottotitolo > p {
    font-size: 1.4rem;
}

.biografia{
	padding-top: 120px;
	padding-bottom: 120px;
}

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