.sharingsociale span.st_instagram_large {
    position: relative;
    top: 12px;
}

.sharingsociale img {
    height: auto !important;
}

.sharingsociale {
    margin-bottom: 15px;
}

ul.categ-blog {
    padding: 15px 0px;
    border: 0px;
}

ul.categ-blog li {
    list-style: none;
    width: 100%;
}

ul.categ-blog li a {
    display: block;
    padding: 5px 0px;
    color: #000000;
    /* font-weight: bold; */
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
    font-weight: bold;
}

ul.categ-blog li a:hover {
    background-color: #baa462;
    font-weight: bold;
    color: #FFF;
}

.dettaglioblog  .img-contenitore img {
	width:100%;
	height:auto !important;
}

.single-column-article {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    padding: 5px;
}


.single-column-article p.datapost {
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    padding: 3px 5px;
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: bold;
}

.single-column-article img {
    width: 100%;
    height: auto !important;
}

.single-column-article .content-text {
    color: #000;
    font-size: 13px;
}

.single-column-article .content-text p {
    color: #000;
    font-size: 11px;
    height: 80px;
}

h1.titoloblogdet {
    font-weight: bold;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 25px;
    text-align: left;
    margin-bottom: 10px;
}

h2.sottotitoloblogdet {
    font-weight: bold;
    color: #baa462;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
}

/*BANNER*/
.set-bg {
    height: 500px;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    position: relative;
}

.set-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .25;
    z-index: 0;
}

.hero__wrapper h1 {
    display: inline-block;
    padding: 35px 40px;
    color: #fff;
    font-size: 47px;
    font-weight: bold;
    width: 100%;
}

.hero__wrapper {
    text-align: center !important;
    position: absolute;
    z-index: 9999;
}

.hero__wrapper h2 {
    display: inline-block;
    color: #fff;
    font-size:23px;
}

/*CONTAINER*/
.new_blog {
    /*max-width: 95%!important;*/
    max-width: 1440px !important;
}

.follow-us a.indietro {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 15px;
    color: #baa461;
    background-color: transparent;
    background-image: none;
    border: 1px solid #baa461;
    padding: 2px 9px !important;
    float: right;
    line-height: 1.8;
    font-weight: 400;
}

.follow-us a.indietro:hover{
    color: #fff;
    background-color: #baa461;
    border-color: #baa461;
    -webkit-box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;
    box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;
}

.follow-us img {
    height: auto !important;
    margin-right: 7px;
}

.contenitore-commenti {
    display: none;
}

.dettaglioblog p {
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 5px !important;
    padding: 0px;
}

.dettaglioblog p img {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}

.dettaglioblog a {
    font-size: 25px;
}

.dettaglioblog ul li {
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    padding-left: 9px;
    margin-left: 23px;
}

.categ_post_blog h6 {
    background: #7a6b3e;
    padding: 9px 5px;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 20px;
    /* width: 250px; */
    margin-bottom: 23px;
}

.categ_post_blog h6 i {
    margin-right: 5px;
    margin-left: -5px;
}



