/* 
    Document   : main.css
    Created on : 3-gen-2013, 11.44.37
    Author     : maurizio
    Description:
        Purpose of the stylesheet follows.
        */

* {
    font-family: Arial;
}

body {
    background-color: #e55c46; /* rosso */ /* scegli il colore che preferisci per lo sfondo :) commentando o elimindando gli altri*/
    background-color: #8d89a7; /* viola */
    background-color: #da980b; /* giallo */
    background-color: #7b99a4; /* azzurro ceruleo */
    background-color: #928a74; /* grigio */

    background-color: #ccc;
}

@media (max-width: 1280px) {
    body {
        font-size: 12px;
        line-height: 16px;
    }
}

#site_wrapper {
    background: transparent url(../images/noise.png) repeat;
}

a {
    text-decoration: none;
}

h1,
h2,
h3 {
    /** font-family: 'EB Garamond', serif; */
}

h1,
h1 a {
    color: #333;
    font-weight: normal;
    font-style: italic;
}

h2 {
    border-bottom: 1px solid #999;
}

h2,
h2 a {
    color: #333;
    font-weight: normal;
}

h3,
h3 a {
    color: #498fbb;
    font-weight: normal;
}

h4,
h4 a {
    color: #333;
    margin: 0px;
}

h5 {
    margin: 0px;
    font-weight: normal;
}

@media (max-width: 766px) {
    h1 {
        font-size: 18px;
        line-height: 20px;
    }

    /*h2 {
        font-size: 14px;
    }*/

    h4 {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (min-width: 767px) {
    h1 {
        font-size: 23px;
        line-height: 28px;
    }

    h2 {
        /*font-size: 16px;*/
        font-size: 15px;
    }

    h4 {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (min-width: 979px) {
    h1 {
        font-size: 30px;
        line-height: 38px;
    }

    /*h2 {
        font-size: 20px;
    }*/

    h4 {
        font-size: 13px;
        line-height: 16px;
    }
}

@media (min-width: 1300px) {
    h1 {
        font-size: 32px;
        line-height: 38px;
        padding: 20px 20px;
    }

    h2 {
        font-size: 22px !important;
    }

    h4 {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 1400px) {
    h1 {
        font-size: 35px;
        line-height: 44px;
        padding: 15px 20px;
    }

    h4 {
        font-size: 16px;
        line-height: 20px;
    }
}

#logo {
    margin: 5px 0;
    margin-left: -20px;
}

.wrapper {
    background-color: #fff;
    padding: 0 20px;
    position: relative;
}

.linesx {
    position: absolute;
    left: -70px;
    width: 70px;
    background-color: #498fbb;
    top: 0;
    height: 100%;
}

.slider-wrapper {
    position: relative;
}
.slider-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 50px;
    color: #fff;
    width: 100%;
    background-color: #000;
}

.slider-title h3 {
    padding: 0 10px;
    color: #fff;
}

.box-slogan {
    background-color: #c5d6cf;
    overflow: hidden;
}

.box-padding {
    padding: 30px 10px 20px 20px;
}

.box-angle {
    /*background-image: url(../images/angolo.png);
    background-repeat: no-repeat;
    background-position: right bottom;*/
}

/*.box-angle div {
    background-image: url(../images/apici.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
}*/

.widget_simpleimage {
    padding: 15px;
}

.widget_simpleimage p {
    font-size: 18px;
    font-style: italic;
}

.hidden {
    display: none;
    visibility: hidden;
}

.position-relative {
    position: relative;
}

.icon-padding {
    padding-left: 12px;
}

form.form-login {
    margin-top: 10px;
    margin-bottom: 5px;
}

.hentry h1 {
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.dl-mission dd {
    padding: 5px 10px;
    margin-bottom: 10px;
}

.dl-mission dt {
    padding: 5px;
    margin-bottom: 10px;
}

.professionisti-list .media img {
    padding-right: 20px;
}

.pgm .canvas {
    width: 100% !important;
}

.vline .row-fluid {
    border-left: 1px solid #eee;
    padding-left: 10px;
    width: calc(100% - 15px);
}

.vline .row-fluid p {
    text-align: justify;
}

.img_file,
.pdf_file,
.zip_file,
.doc_file,
.ppt_file,
.xls_file {
    padding-left: 25px;
    background-color: transparent;
    background-image: url(../images/sprite_symbols.png);
    background-repeat: no-repeat;
}
.img_file {
    background-position: 0 -610px;
}
.pdf_file {
    background-position: 0 -660px;
}
.zip_file {
    background-position: 0 -710px;
}

.doc_file {
    background-position: 0 -800px;
}
.ppt_file {
    background-position: 0 -850px;
}
.xls_file {
    background-position: 0 -900px;
}

.aligncenter {
    text-align: center;
}

.commentlist {
    list-style: none;
    margin: 0px;
}

#comment {
    width: 100%;
}

.reply {
    margin-bottom: 25px;
}
/************ MAVIDA 31-10-2019 ************/

.firma {
    font-size: 11px;
}

.btn-link,
.btn-link:hover {
    background-color: #498fbb;
    color: white;
    padding: 10px;
    border-radius: 4px;
}
#post-2308 p {
    text-align: justify;
    width: calc(100% - 13px);
}

/************ MAVIDA 13-11-2019 ************/
.navigation.pagination .screen-reader-text {
    display: none;
}

.nav-links {
    text-align: center;
}

.nav-links .page-numbers {
    background-color: #498fbb;
    border: 1px solid #498fbb;
    color: white;
    padding: 6px;
}
.nav-links .page-numbers.current {
    background-color: white;
    color: #498fbb;
    border: 1px solid #498fbb;
}

/* Gennaio 2023 */

img.thumbnail:hover {
    border-color: #08c;
    -webkit-box-shadow: 0 1px 4px rgb(0 105 214 / 25%);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgb(0 105 214 / 25%);
}
.home-row .span4:nth-child(4n) {
    margin-left: 0 !important;
}

.home-sidebar {
    margin-top: 50px;
}
.home-sidebar h3 {
    border-bottom: 1px solid #498fbb;
}

.well {
    min-height: auto !important;
}
.professionisti-list hr:last-of-type {
    display: none;
}

/* Form Login */

.form-login .login-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}
.form-login .login-wrapper .label-login {
    margin-bottom: 0 !important;
}

.form-login .login-wrapper .login-form-fields {
    display: flex;
    gap: 5px;
}
/* Media Query Form Login*/
@media screen and (max-width: 577px) {
    .form-login {
        width: 100%;
    }
    .form-login .login-wrapper {
        flex-direction: column;
    }
}
@media screen and (max-width: 474px) {
    .form-login {
        width: 100%;
    }
    .form-login .login-wrapper {
        flex-direction: column;
    }
    .form-login .login-wrapper .login-form-fields {
        width: 100%;
    }
    .form-login .login-wrapper .login-form-fields input {
        width: 50% !important;
    }
    .form-login .request-access {
        margin-bottom: 0 !important;
    }
}

/* Media Query Generali*/
@media screen and (max-width: 767px) {
    .home-row img {
        width: 100%;
    }
    .home-row [class*="span"],
    .home-sidebar [class*="span"] {
        min-height: auto !important;
    }
    .home-sidebar {
        margin-top: 0;
    }
    .home-row h2,
    .home-sidebar h3 {
        font-size: clamp(1rem, 0.642rem + 1.79vw, 1.5rem);
    }
    body {
        padding: 0 !important;
    }
}

@media screen and (max-width: 979px) {
    .home-row [class*="span"],
    .home-sidebar [class*="span"] {
        min-height: auto !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
    .home-sidebar h3 {
        font-size: 15px;
    }
    .widget_simpleimage p {
        font-size: 12.5px;
    }
}

@media (min-width: 980px) {
    .home-sidebar h3 {
        font-size: 19px;
    }
}

@media (min-width: 1300px) {
    .home-sidebar h3 {
        font-size: 24.5px;
    }
}

@media (min-width: 980px) {
    h2 {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 480px) {
    .professionisti-list .media img {
        padding: 0 !important ;
    }
}

@media screen and (max-width: 767px) {
    #media_image-2 {
        margin-right: 9px !important;
    }
}

.role {
    color: #498fbb;
    font-weight: 600;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}
