/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.icona-home {
    background-color: rgba(255, 255, 255, 0.756) !important;
    border-radius: 60px !important;
    margin-bottom: 10px !important;
}
.icone-testo h2 {
    width: 95% !important;
    margin: 0 auto !important;
    padding: 10px !important;
    font-size: 2.5em !important;
}
.icone-testo {
    background-color: rgba(255, 255, 255, 0.756) !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}
.primary, input[type=submit], input[type=submit].button {
    background-color: #8f8e8d !important;
    color: #fff !important;
}
.box-servizi {
    background-color: #53767fcc;
    padding: 20px 10px;
    border-radius: 25px;
}
.box-servizi h4 {
    background-color: red;
    margin: 0 auto;
    max-width: 69%;
    border-radius: 19px;
    padding: 5px;
    margin-bottom: 15px;
}
#verde{
    background-color: #00bf63;
}
#arancione{
    background-color: #ff914d;
}
#viola{
    background-color: #cb6ce6;
}
#blu{
    background-color: #5271ff;
}
.container-width, .full-width .ubermenu-nav, .container, .row{
    max-width: 1400px !important;
}
.footer-secondary.pull-right,
.menu-secondary-container,
#comments,
.entry-author.author-box,
footer.entry-meta.text-center {
    display: none !important;
}
.footer-widgets.footer.footer-2.dark .icon-box-img.has-icon-bg {
    display: none !important;
}
.footer-widgets.footer.footer-2.dark .icon-box-text.last-reset {
    padding-left: 0px !important;
}
.article-inner img {
    width: auto !important;
    height: auto !important;
    max-height: 350px !important;
}
.entry-image.relative {
    text-align: center !important;
}
footer.entry-meta.clearfix span.cat-links,
footer.entry-meta.clearfix span.comments-link.pull-right {
    display: none !important;
}
.nascondi-icona .icon-box-img.has-icon-bg {
    display: none !important;
}
.nascondi-icona .icon-box-text.last-reset {
    padding-left: 0px !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}