/*
 Theme Name:   EWA
 Theme URI:    
 Description:  EWA
 Author:       ozythemes
 Author URI:   ozythemes.com
 Template:     ewa
 Version:      2.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ewa
*/

.back button{
    /* background-color: #e6e6e6 !important;
    color: #333 !important; */
    border: 1px solid #333 !important;
}


#navbar-search-form input.open[type=text] {
    background-color: #a2a0a0 !important;
    padding: 0 32px 0 10px;
}

/*footer*/
#footer-wrapper {
    position: relative;
}


#bottom-widget-wrapper {
    background-color: transparent;
}

#bottom-widget-wrapper {
    border-top: 0px solid #9e9e9e;
    border-bottom: 0px solid #9e9e9e;
}
/*fine*/



#body-wrapper .ozy-page-content .flex-next {
    font-size: 0px;
}

.paging-wrapper>a {
    color: #50575e !important;
}

/*immagine articolo*/
.blog-featured-big-photo{
	width:fit-content;
}

a.prettyphoto.customize-unpreviewable {
    height: auto;
}



#body-wrapper h1
{
	color: #663399 !important;
}


.wpb_gallery .wpb_flexslider .flex-control-paging {
    display: none;
}


 /*preview immagine*/
.lb-container {
    padding: 0px;
}

.lightbox .lb-image {
    border-radius: 0px !important;
    border: 0px solid #fff !important;
}

.nocomments{
	display:none;
}
/*padding heading*/
#page-heading {
    padding: 50px 0 0px 0 !important;
}

/*Blog*/
.blog-listing article

 {
    margin-bottom: 40px;
    position: relative;
    border-bottom: 1px solid;
}

.blog-listing article .blog-details-part {
    padding: 20px;
    padding-top: 0px;
}

.wpb_gallery {
    margin-bottom: 0px;
}



/*Pulsante*/

.back-button-wrap {
    margin-top: 40px;
    text-align: left;
    margin-bottom: 30px;
}

.back-button {
    display: inline-block;
    padding: 10px 16px;
    text-decoration: none;
    border-radius: 6px;
    color: #000;
    background: #fff;
    transition: all 0.2s ease;
    font-family: "Titillium Web" !important;
}

.back-button:hover {
    background: #f5f5f5;
    text-decoration: none;
}

.back-button:hover a {
    text-decoration: none !important;
}

#body-wrapper a:hover {
    text-decoration: none !important;
    
}

.back{
    display: none;
}

button[onclick="history.back()"] {
    display: none;
}