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

html, body {
  overflow-x: hidden !important;
}
a:focus {
    outline: solid 0px !important;
} /* bordo sui link */
.elementor-sticky--effects {
	background:#fff!important;
} /* sfondo menu scroll */
.logo-dark {
	display: none;
} /* nascondi logo scuro menu */
.elementor-sticky--effects .logo-dark {
	display: inline-block;
}
.elementor-sticky--effects .logo-light {
	display: none;
} /* Attiva logo alternativo con scroll */
.elementor-sticky--effects .sticky-menu ul li a {
	color: #7c7d7e!important;
} /* cambio colore testo in scroll */
.elementor-sticky--effects .sticky-menu ul li a:hover {
	color: #f97642!important;
}
.elementor-sticky--effects .elementor-menu-toggle svg {
	fill: #7c7d7e!important;
}
.elementor-1217 .elementor-element.elementor-element-b1f7e3e fieldset > label, .elementor-1217 .elementor-element.elementor-element-b1f7e3e .elementor-field-subgroup label {
    color: #8d8d8d;
} /* colore testo checkbox form */
.ti-cf-module label.checkbox-input {
    padding-left: 40px!important;
} /* distanza checkbox-testo form */
#scroll-top {
	margin-right: 10px;
} /* spazio dal bordo scroll-top */
input[type=checkbox] {
    border-radius: 16px!important;
}
h1, h2, h3, h4, strong {
	font-family: 'Lato', sans-serif;
	color: #f97642;
} /* global */
.cky-notice-btn-wrapper {
    font-family: 'Lato', sans-serif;
		font-weight: 600;
}
.cky-notice .cky-title {
	  font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 23px;
		margin-bottom: 9px;
} 
.cky-notice-des a {
		color: #ffffff;
} /* cookie yes */
.page-header {
	display: none;
}
#top-bar-wrap {
	display: none;
} /* titoli tema */
.strong-color {
	color: #7c7d7e;
} /* colore testo grassetto */

/* PAGE 404 */
#main #content-wrap {
   padding-top: 0px!important;
} /* togliere spazio all'inizio della pagina 404 */