/*
 Theme Name:   Neuros Child
 Description:  Neuros Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/neuros
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     neuros
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  neuros-child
*/

/* =Theme customization starts here
------------------------------------------------------- */

/*
@media screen and (max-width:776px){
	.content-wrapper .content {
    width: calc(100% - 0px)!important;
    margin: 0px;
}
}*/


  .content-wrapper {
    max-width: 100%!important;
  }
/*
div#contatti {
	margin:0!important;
    padding: 0 20px!important;
}
.footer-wrapper{
	margin-left:20px!important;
	margin-right:20px!important;
	padding:0px!important;
}
*/
@media only screen and (min-width: 768px) {
    .body-container .footer-scroll-top {
        right: 50px!important;
    }
}