/*
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.   ***************/

/* NASCONDE DATA SUI POST */
.post-date {
display: none;
}

.image-icon {
    display: inline-block;
    height: auto;
    position: relative;
    padding-left: 3px  ! important
}

.absolute-footer {
    color: rgba(0,0,0,0.5);
    padding: 5px 0 0px; 
    font-size: .9em ! important 
}

.page-wrapper {
    padding-top: 30px;
    padding-bottom: 0px ! important 
}

.col, .gallery-item, .columns {
    position: relative;
    margin: 0;
    padding: 0 15px 10px;
    width: 100% ! important
}

h1.uppercase, h2, h3, h4, h5, h6 {
    color: #555;
    width: 100%;
    margin-top: 0;
    margin-bottom: .0em;
    text-rendering: optimizeSpeed ! important
}

.accordion-inner {
    padding: 1em 0.7em;
    display: none;
}

.w-100 {
	width: 100%;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.alignright {
		width: 100%;
		padding-bottom: 20px;
	}

}

.is-sostieni .hidden-sostieni {
	display: none;
}

#form-sostieni TD {
	color: #000;
	font-weight: bold;
}

.processing:before {
    display: none ! important;
}

