/* @override 
	https://www.lesacoutlet.it/blog/wp-content/themes/neori-child/style.css?ver=1.2.0
*/

/*
Theme Name:     Neori Child
Description:    Tema Child per il tema Neori
Theme URI:      http://www.lesacoutlet.it/blog/wp-includes/themes/neori-child/
Author:         Marcello Serafini
Author URI: 	http://example.com/
Template:       neori
Version:        0.1.0
Text Domain: 	neori-child
*/

.search-field {
    width: 100%;
    padding: 5px;
    border: 1px solid #000;
    transition: 0.5s;
}

.logo h2 {
    font-size: 10rem;
}

button.leggitutto, button.pulsantecerca, button.calltoaction {
	border-style: none;
	background-color: #EA6E30;
	color: white;
	height: 20px;
	padding: 10px 10px 20px;
	line-height: 10px;
	cursor: pointer;
}

button.calltoaction {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 155px;
	margin-top: -80px;
	font-size: 32px;
	padding: 20px 20px 30px;
	display: table;
}

.menushop a {
	color: white !important;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #EA6E30;
}
	
@media screen and (max-width: 991px) {
	
	.logo {
		margin-bottom: 0;
	}
	
	header {
    	margin-top: 0;
		margin-bottom: 0;
		height: 78px;
	}

	.header-upper {
		margin-bottom: 0;
	}

	.offcanvas-menu-button, .offcanvas-menu-button.centered {
    	margin-right: 20px;
		margin-left: auto;
		margin-top: -12px;
	}
	
	.offcanvas-close {
		margin-bottom: 0;
		width: 40px;
		margin-right: 0px;
	}
	
	.offcanvas-navigation .social-icons {
    	text-align: left;
    	margin-bottom: 0;
		position: relative;
		width: 80%;
		display: block;
		top: -30px;
	}
	
	.navbarsearchform_ {

		width: 110%;
	}
	
	.navbarsearchform_ input {
		border: 1px solid black;
		width: 75%;
	margin-right: 5px;
}
	
}

@media screen and (max-width: 770px) {
	button.calltoaction {
	top: 131px;
	font-size: 25px;
}
}

@media screen and (max-width: 580px) {
	button.calltoaction {
	top: 101px;
	font-size: 18px;
	padding: 10px 10px 19px;
	margin-top: -42px;
}
}
