/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

a:focus {
	outline:none !important;
}
.box-right,
.box-left { 
	max-width:650px;
}
#topbar-template {
    display: block;
}
#site-header-sticky-wrapper #site-navigation-wrap {
    bottom: -20px;
}
#site-header-sticky-wrapper.is-sticky #site-navigation-wrap {
    bottom: -12px;
}
.formcontatti input[type="email"],
.formcontatti input[type="text"],
.formcontatti textarea {
	background-color:#e5e5e5;
	border:0;
	border-radius: 20px;
	padding: 5px 20px;
	font-size:18px;
}
.formcontatti input[type="submit"] {
	background-color:#F39221;
	border-radius:10px;
}
#topbar-template .elementor-button {
	color:#9E4594 !important;
}
#topbar-template .elementor-button:hover {
	color:#FFFFFF !important;
}

@media screen and (max-width: 1299px) {

}

@media screen and (max-width: 959px) {

}

@media screen and (max-width: 850px) {
	.oceanwp-mobile-menu-icon a {
		font-size: 30px !important;
	}
}

@media screen and (max-width: 767px) {

}