/*!
Theme Name: PhoenixSky
Theme URI: https://www.phoenixskytheme.com/
Author: fdn
Author URI: https://www.fdnsistemi.it/
Description: PhoenixSky, multipurpose theme designed to elevate your WordPress site.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: PhoenixSky
Tags: responsive, customizable, bootstrap, elementor, megamenu, translation-ready, SEO-friendly, blog, clean-design, header-footer-options, support
*/


*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 1rem;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}


h1, h2, h3, h4, h5, h6, p {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
}


.h1, h1 {
	font-size: 3rem;
	font-weight: bold;
}
p {
	margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {

}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/* Elements
--------------------------------------------- */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 0 0 !important;
	padding: 0 !important;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.fdn-single-article .col{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.wp-caption {
	max-width: 100%;
	margin: 1.5em 0;
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: #f9f9f9;
}
.wp-caption-text {
	margin: 0.5em 0 0;
	font-size: 0.9em;
	color: #666;
}
.sticky {
	border: 2px solid #f00;
	background: #f9f9f9;
	padding: 10px;
}
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.gallery-caption {
	margin-top: 0.5em;
	font-size: 0.9em;
	color: #666;
	text-align: center;
}
.bypostauthor {
	font-weight: bold;
	color: #333;
}
.alignright {
	float: right;
	margin-left: 1.5em;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.page-links::after {
	content: "";
	display: table;
	clear: both;
}
p::after {
	content: "";
	display: table;
	clear: both;
}

/*----- responsive ---------*/
@media (max-width:767px) {

	.grid-item {
		width: calc(100%);
padding: 10px;
		box-sizing: border-box;
	}

}
@media (min-width:768px) and (max-width:1024px) {

	.grid-item {
		width: calc(50%);
padding: 10px;
		box-sizing: border-box;
	}

}
.archive .row,
.category-profile .row{
	margin:0 -15px !important;
}
.category-masonry article {
	padding-right: 0;
	padding-left: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

.content {
	max-width: 1140px;
	margin: 0 auto;
	padding: 15px;
}

@media (max-width: 1200px) {
	.content {
		max-width: 960px;
	}
}

@media (max-width: 992px) {
	.content {
		max-width: 720px;
	}
}

@media (max-width: 768px) {
	.content {
		max-width: 100%;
	}
}

/* Links
--------------------------------------------- */
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# BODY
--------------------------------------------------------------*/
body {
	margin: 0;
	background: #fff;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
main {
	display: block;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 1rem !important;
	line-height: 1.5 !important;
}
.container{
	padding-top:2rem;
	padding-bottom:2rem;
}
.entry-header{
	margin-bottom: 20px;
	color:#0eb4de;
}

.entry-title a,
.entry-title a:hover{
	color:#0eb4de;
}
.widget-area a{
	color: #0eb4de;
	text-decoration: none;
}
.widget-area a:hover{
	color: #000000;
}
@media (max-width:920px) {

	.entry-header{
		margin-left: 5% !important;
		margin-right: 5% !important;
	}
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/


/* Menu Classic ------------------------------- */
.site-branding a,
.site-branding a:hover{
	text-decoration: none !important;
}
.site-branding{
	text-align: center;
	display: flex;
	align-items: center;
}
.site-branding-text {
	display: flex;
	flex-direction: column;
	text-align: left;
}
.site-title {
	font-size: 2em;
	margin: 0;
}

.site-description {
	font-size: 1.2em;
	color: #666;
	margin-bottom: 0;
	text-align: left;
}

/* Menu Centerd ------------------------------- */

.logo-centered {
	text-align: center;
	width: 100%;
}
.site-branding-centered a,
.site-branding-centered a:hover{
	text-decoration: none !important;
	float: none !important;
}
.site-branding-centered{
	text-align: center;
	width: 100%;
}
.site-branding-centered-text {
	display: flex;
	flex-direction: column;
	text-align: center;
}
.site-title-centered {
	font-size: 2em;
	margin: 0;
}

.site-description-centered {
	font-size: 1.2em;
	color: #666;
	margin-bottom: 0;
	text-align: center;
}

/* Header ------------------------------- */
.logo .site-branding{
	display: flex;
	align-items: center;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.site-header{
	padding: 0;
	background-color: #0eb4de;
	width: 100%;
	border-bottom: 0.25rem solid #adb6c9;
}

.custom-logo{
	max-height: 80px;
	width: auto;
}
.desktop-header {
	display: none;
}
.mobile-header {
	display: block;
	width: 100%;
	text-align: right;
}
@media screen and (min-width: 768px) {
	.desktop-header {
		display: block;
	}
	.mobile-header {
		display: none;
	}

	.fdn-menu-woocommerce-fourth-bottom {
		padding: 0 25px;
		display: inline-table;
		background: #f7f7f7;
	}

}
@media (max-width: 768px){
	.fa-user, .fa-bag-shopping::before {
		font-size: 1rem !important;
	}
	.fdn-cart-qty {
		right: 2px !important;
		width: 15px !important;
		height: 15px !important;
		top: 3px !important;
		font-size: 10px !important;
	}
	.fdn-menu-woocommerce-fourth
	.fdn-menu-woocommerce-icon {
		padding: 10px 15px 10px 5px !important;
	}

	.site-header{
		line-height: 1;
	}
	.fdn-menu-woocommerce-fourth-bottom {
		padding: 0 25px !important;
	}

}
/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404, .not-found{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.error-404 .page-title,
.not-found .page-title{
	font-size: 10em;
}
.error-404 .page-content p,
.not-found .page-content p{
	font-size: 4em;
}

/*--------------------------------------------------------------
# BLOG
--------------------------------------------------------------*/

.card-body .blog-btn{
	margin-top:10px;
}

article .page-links{
	margin-top:10px;
}
.post{
	padding-top: 0px;
}
.post.sticky{
	padding-top: 10px;
}
.entry-title-blog-list{
	display: inline !important;
	font-size: 2rem;
}
.site-main .row{
	padding-bottom: 40px;
}
.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.blog-list-author{
	float: right;
}
.blog-list-author a{
	color: #0eb4de;
	text-decoration: none;
}
.blog-list-author a:hover{
	color: #000000;
}
.card-footer{
	text-transform: uppercase;
	font-size: 12px;
}
.blog-btn{
	font-size: 12px !important;
	text-transform: uppercase;

}
.entry-content-list-blog.card-body {
	padding: 1.5rem 1.5rem;
}
.img-responsive.post-full.wp-post-image{
	width: 100%;
	height: auto;
}
.fdn-single-sidebar{
	padding: 10px 10px 10px 20px;
	margin-left: -5px;
}
.fdn-blog-author-image{
	text-align: center;
	padding-top:15px;
	padding-bottom: 10px;
}
.fdn-blog-author-image img{
	border-radius: 50%;
}
.fdn-blog-author-name{
	text-align: center;
	padding-bottom: 15px;
}
.wp-block-search__label{
	font-size: 1.25em;
	padding-bottom: 5px;
}
.wp-block-search__button{
	color: #fff !important;
	background-color: #0eb4de !important;
	border-color: #0eb4de !important;
	padding: .375rem .75rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	vertical-align: middle;
}
.widget_search{
	margin-bottom: 1rem;
}
.widget{
	margin-bottom: 30px;
}
.site-footer-info .widget{
	margin-bottom: 0px;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
	margin-left: 0;
}
ol.wp-block-latest-comments {
	padding-left: 0;
}
.fdn-comment-body{
	padding:.5rem 1rem;
}
.fdn-comment-replay{
	padding:.5rem 1rem;
	text-align: right;
}
.fdn-comment-block{
	padding: 0px !important;
	margin-bottom: 20px;
	margin-top: 20px !important;
	width: 100% !important;
}
.fdn-comment-author{
	float: left;
}
.fdn-comment-author-image img {
	border-radius: 50%;
}
.fdn-comment-data{
	float: right;
	text-align: right;
}
#main-page-sidebar{
	margin-top:30px;
}
.site-main-blog {
	max-width: 1320px;
	margin-top: 2rem;
	margin-left: auto;
	margin-right: auto;
	padding-top:1rem;
}
.site-main-blog .entry-header {
	border: none;
}
.post-navigation .nav-previous{
	float: left;
}
.post-navigation .nav-next{
	float: right;
}
.fdn-single-article{
	margin-bottom: 50px;
}
.navigation.post-navigation{
	width: 100%;
}
.grid {
	display: flex;
	flex-wrap: wrap;
}

.grid-item {
	width: calc(33.3333% - 30px);
	margin: 15px;
	box-sizing: border-box;
}

.wp-block-latest-posts__featured-image img {
	border-radius: 50%;
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	color: #333333;
}

.comment .row{
	display: block;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.avatar{
	border-radius: 2.5em;
}
.comment-metadata{
	font-size: 13px;
	font-style: oblique;
	padding-top: 10px;
}
.comment-content{
	padding-top: 10px;
	padding-bottom: 10px;
}
.comment-awaiting-moderation{
	padding-top: 10px;
	padding-bottom: 10px;
}
.comment-form-cookies-consent{
	padding-bottom:10px;
}
.reply{
	font-size: 13px;
	padding-bottom: 25px;
}
.comment-list .children {
	margin-left: 20px !important;
}

.comment-list .comment {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
}

.comment-list .comment .comment-author {
	font-weight: bold;
}

.comment-list .comment .comment-meta {
	font-size: 0.875em;
	color: #777;
}

.comment-list .comment .comment-reply-link {
	font-size: 0.875em;
	color: #007bff;
}

.comment-list .comment .comment-reply-link:hover {
	color: #0056b3;
}


/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
footer .container{
	/*padding: 0% 3% 0% 3%;*/
}
.site-info{
	color:#ffffff;
	text-align: center;
}
.site-footer-info p{
	margin-bottom: 0 !important;
}
.footer-site-title {
	font-size: 2rem;
	color: #ffffff !important;
	float: left;
	width: 100%;
}
footer p{
	margin-bottom: .5em;
}
footer li{
	padding:5px;
}
.site-footer-info{
	padding:1rem;
}
/*--------------------------------------------------------------
/* NAVIGATION MEGA MENU
--------------------------------------------------------------*/
.dropbtn-fdn{
	background: none;
	border:none;
}
.navbar a {
	float: left;
	text-align: center;
	text-decoration: none;
}
.fdn_menu_third_bottom .navbar a,
.fdn_menu_third_bottom .navbar{
	float: none;
}
.fdn_menu_third_bottom .navbar{
	padding: 0 50px 10px !important;
}
.dropdown-fdn {
	float: left;
	overflow: hidden;
	padding: 0 14px;
	position:unset;
}
.dropdown-fdn .dropbtn-fdn {
	padding: 24px 10px 0px 10px !important;
}
.dropbtn-fdn{
	padding: 0 !important;
}
.dropdown-content .row{
	display: inline;
	margin: 0px !important;
}
.dropdown-fdn:hover .dropdown-content {
	display: block;
}
.column {
	float: left;
	width: auto;
	padding: 20px 60px 20px 15px;
	height: auto;
}
.column a {
	float: none;
	color: black;
	padding: 0;
	text-decoration: none;
	display: block;
	text-align: left;
	line-height: 25px;
}
.column-image{
	max-width: 300px;
	float: right;
	padding:10px 5px;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
.nav-links {
	justify-content: space-between;
	align-items: center;
}
.nav-previous {
	text-align: left;
}
.nav-next {
	text-align: right;
}



/*--------------------------------------------------------------
/* NAVIGATION
--------------------------------------------------------------*/
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li{
	display: inline-block;
	padding:0px 10px 0px 10px;
	white-space: nowrap;
}
.main-navigation  ul.sub-menu {
	position: absolute;
	display: none;
	z-index: 999;
}
.main-navigation ul.menu li:hover > ul {
	display : block;
}
.main-navigation ul.sub-menu li:first-child {
	margin-top: 35px;
}
.fdn-menu-woocommerce-fourth-bottom .main-navigation ul.sub-menu li:first-child,
.fdn_menu_third_bottom .main-navigation ul.sub-menu li:first-child {
	margin-top: 15px;
}
.main-navigation ul.sub-menu li {
	display : block;
	background: #adb6c9;
	padding: 7px 15px 7px 15px;
}
.main-navigation ul.sub-menu li a {
	font-size: 1rem !important;
	cursor: pointer;
}
.main-navigation ul.menu > li > ul.sub-menu ul.sub-menu{
	right:calc(100% + 1px);
	margin-top:-69px;
}
.main-navigation ul.menu > li:last-child > ul.sub-menu{
	right: calc(1px);
}
.fdn-menu-woocommerce-fourth-bottom ul.menu > li > ul.sub-menu ul.sub-menu,
.fdn_menu_third_bottom ul.menu > li > ul.sub-menu ul.sub-menu{
	left:calc(100% + 1px) !important;
	right: auto;
	margin-top:-49px;
}
.fdn-menu-woocommerce-fourth-bottom ul.menu > li:last-child > ul.sub-menu,
.fdn_menu_third_bottom ul.menu > li:last-child > ul.sub-menu{
	left: calc(1px);
	right:auto;
}

.posts-navigation{
	margin-top:20px;
}
/*--------------------------------------------------------------
/* TOP BUTTON
--------------------------------------------------------------*/
.topbutton {
	height:50px;
	width:50px;
	position:fixed;
	right:20px;
	bottom:5px;
	Z-index:1;
	background-repeat:no-repeat;
	display:none;
}
/*--------------------------------------------------------------
/* MENU
--------------------------------------------------------------*/
nav .navbar{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	padding: 0 40px;
}

.dropdown-toggle-icon {
	float: right;
}

nav .navbar .nav-links{
	line-height: 70px;
	height: 100%;
}
nav .navbar .links{
	display: inline-flex;
}
nav .navbar .links li{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	padding: 0 14px;
}
nav .navbar .links .singolo{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	padding: 0 14px;
}
#my_nav div:first-child{
	padding: 0;
}
#my_nav .dropdown-fdn .column:first-child {
	padding: 20px 60px 20px 15px !important;
}
.dropdown-content .singolo{
	padding-bottom: 5px !important;
}
nav .navbar .links li a{
	height: 100%;
	text-decoration: none;
	white-space: nowrap;
	font-weight: 500;
}
.column-title a, nav .navbar .links .singolo .column-title a{
	height: 100%;
	text-decoration: none;
	white-space: nowrap;
	color: #000;
	font-size: 18px;
	font-weight: 500;
}
.column-title{
	width: 100%;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
	transform: rotate(180deg);
}
nav .navbar .links li .arrow{
	height: 100%;
	width: 22px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	color: #fff;
	transition: all 0.3s ease;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
	display: block;
}
.navbar .links li .sub-menu li{
	padding: 0 22px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu .more-arrow{
	line-height: 40px;
}
.navbar .links li .sub-menu .more-sub-menu{
	position: absolute;
	top: 0;
	left: 100%;
	border-radius: 0 4px 4px 4px;
	z-index: 1;
	display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
	display: block;
}
.navbar.showInput .search-box .input-box{
	top: 65px;
	opacity: 1;
	pointer-events: auto;
	background: #3E8DA8;
}
.navbar .nav-links .sidebar-logo{
	display: none;
}
.navbar .bx-menu{
	display: none;
}

.nav-link {
	padding: 0 !important;
}

.navbar .dropdown-toggle::after {
	display: none !important;
}

.navbar .dropdown-toggle .toggle-icon {
	display: inline-block;
	margin-left: 5px;
}

@media (max-width:1500px){
	.site-title {
		font-size: 1.5rem !important;
	}
	.site-title-centered {
	font-size: 1.5rem !important;
	}
}
@media (max-width:920px) {
	nav .navbar{
		max-width: 100%;
		padding: 0 25px;
	}
	nav .navbar .logo a{
		font-size: 27px;
	}

	nav .navbar .links li{
		padding: 0 10px;
		white-space: nowrap;
	}

	nav .navbar .links li a{
		font-size: 15px;
	}

	.dropdown-fdn{
		float: none !important;
		padding: 0 !important;
	}

	.dropdown-fdn .dropbtn-fdn {
		padding: 0 14px !important;
	}

	.logo-centerd{
		width: auto !important;
	}
	.navbar .dropdown-menu {
		position: static !important;

	}
}
@media (max-width:1024px){
	.navbar .bx-menu{
		display: block;
	}
	.navbar .nav-links .sidebar-logo{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	nav .navbar .links{
		display: block;
		margin-top: 20px;
	}

	nav .navbar .links li .arrow{
		line-height: 40px;
		float: right;
	}

	nav .navbar .links li{
		display: block;
	}

	nav .navbar .links li .sub-menu{
		position: relative;
		top: 0 !important;
		box-shadow: none;
		display: none;
	}


	.toggle-icon.float-right {
		float: right;
		margin-left: 10px;
	}

	.dropdown-toggle::after {
		content: none !important;
	}
	.navbar .links li .sub-menu .more-sub-menu{
		display: none;
		position: relative;
		left: 0;
	}

	.navbar .links li .sub-menu .more-sub-menu li{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.links li:hover .htmlcss-arrow,
	.links li:hover .js-arrow{
		transform: rotate(0deg);
	}

	.navbar .links li .sub-menu .more-sub-menu{
		display: none;
	}

	.navbar .links li .sub-menu .more span{
		display: flex;
		align-items: center;
	}
	.links li .sub-menu .more:hover .more-sub-menu{
		display: none;
	}

	.navbar .nav-links.menu-item-170.show1 .links .htmlCss-sub-menu,
	.navbar .nav-links.show3 .links .js-sub-menu,
	.navbar .nav-links.show2 .links .more .more-sub-menu{
		display: block;
	}

	.navbar .nav-links.show1 .links .htmlcss-arrow,
	.navbar .nav-links.show3 .links .js-arrow{
		transform: rotate(180deg);
	}

	.navbar .nav-links.show2 .links .more-arrow{
		transform: rotate(90deg);
	}

}
@media screen and (min-width: 1024px) and (max-width: 1400px){

	nav .navbar .links li {
		padding: 0 4px;
	}

	nav .navbar .links li a {
		font-size: 11px;
	}

	.navbar .links li .sub-menu a {
		font-size: 11px;
	}

	.logo-centerd{
		text-align: center;
		width: 100%;
	}
	.navbar .logo-centerd a{
		float: none;
	}

}
@media (max-width:370px){
	nav .navbar .nav-links{
		max-width: 100%;
	}
}
.custom-logo-link, .site-title-centered {
	display: inline-block;
	vertical-align: middle;

}
.custom-logo-link {
	margin-right: 10px;
}
/*--------------------------------------------------------------
/* RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}

@media (max-width: 767px) {
	.menu-toggle{
		width: 100%;
	}

	.main-navigation{
		display: block;
		width: 100%;
	}

	.sub-menu{
		position: relative !important;
		width: 100%;
	}

	.sub-menu li{
		padding:10px 5px 10px 5px;
	}

	.main-navigation li{
		display: block;
	}

	.main-navigation ul.sub-menu li:first-child {
	margin-top: 0;
	}

	.main-navigation ul.menu > li > ul.sub-menu ul.sub-menu{
		right:auto;
		margin-top:0;
	}
	.main-navigation  ul.sub-menu {
		display: block;
	}

	.main-navigation ul.menu {
	display: none;
	}
	.main-navigation.toggled ul.menu{
		display: block;
	}

	.main-navigation a,
	.main-navigation ul.sub-menu li a {
		padding: 5px;
		display: inline-block;
	}
	.main-navigation a{
		border-bottom: 1px solid #333;
		width: 100%;
	}

	.main-navigation ul.sub-menu li {
		padding: 0 0 0 10px;
	}
	.main-navigation ul li,.main-navigation ul.sub-menu li {
		background: #adb6c9;
	}

	.site-title {
		font-size: 2.5rem;
		padding-bottom: 5px;
	}

	#sidebar-footer-first,
	#sidebar-footer-second,
	#sidebar-footer-third,
	#sidebar-footer-fourth {
		width: 100% !important;
		text-align: center;
	}

	.wp-block-social-links,
	.wp-block-social-links.has-normal-icon-size {
		display: unset !important;
	}

	.footer-assistenza-clienti {
		text-align: center;
	}

	.footer-ul-fourth{
		text-align: center;
	}

	.footer-assistenza-clienti {
		margin-bottom: 5px;
		padding-top: 30px;
	}

	.entry-title {
		font-size: 2.5rem;
	}

	.fdn-dot.first::before,
	.fdn-dot.second::before,
	.fdn-dot.third::before {
		font-size: 3em;
	}

	.navbar p{
		text-align: center;
		width: 100%;
	}

	.site-branding{
		width: 100%;
	}

	.menu-principale-container{
		text-align: center;
	}

	.menu-item-has-children{
		border-left: none;
		padding-left: none;
		margin-left: none;
	}

	nav .navbar .links .dropdown-content .singolo{
		padding:0px !important;
	}

	nav .navbar .links .dropdown-content .singolo p {
		margin-bottom: 0.5em;
	}
}

/*--------------------------------------------------------------
/* CSS base per i menu
--------------------------------------------------------------*/

.menu-item {
	position: relative;
}

.dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 1000;
}

.dropdown-menu.show {
	display: block;
}

.menu-item-has-children > .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}

.menu-item-has-children:hover > .dropdown-menu,
.menu-item-has-children:focus-within > .dropdown-menu {
	display: block;
}

.menu-item-has-children .menu-item-has-children > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0;
}

.nav-link {
	display: block;
	padding: 10px;
	text-decoration: none;
}

.dropdown-toggle::after {
	content: ' ▼';
	margin-left: 5px;
}

.menu-item .dropdown-toggle {
	cursor: pointer;
}

.menu-item .dropdown-toggle[aria-expanded="true"]::after {
	content: ' ▲';
}

/*--------------------------------------------------------------
/* CSS classic editor
--------------------------------------------------------------*/

.testimonial {
	border-left: 4px solid #0073AA;
	padding: 10px;
	margin: 20px 0;
	background-color: #f9f9f9;
	font-style: italic;
}
.button {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
}
.button.primary {
	background-color: #0073AA;
}
.button.secondary {
	background-color: #005075;
}
.info-box {
	padding: 15px;
	margin: 20px 0;
	border-radius: 4px;
}
.info-box.info {
	background-color: #e7f3fe;
	border-left: 4px solid #0073AA;
}
.info-box.warning {
	background-color: #fff3cd;
	border-left: 4px solid #ffcc00;
}
.info-box.error {
	background-color: #f8d7da;
	border-left: 4px solid #dc3545;
}
.one-half {
	width: 48%;
	float: left;
	margin: 1%;
}
.one-third {
	width: 30%;
	float: left;
	margin: 1%;
}
.one-fourth {
	width: 22%;
	float: left;
	margin: 1%;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.custom-image {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px 0;
	border: 2px solid #ddd;
	padding: 5px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.custom-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 20px 0;
}
.custom-gallery img {
	max-width: calc(33.333% - 10px);
	height: auto;
	border: 2px solid #ddd;
	padding: 5px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.custom-blockquote {
	border-left: 4px solid #0073AA;
	padding: 10px 20px;
	margin: 20px 0;
	font-style: italic;
	background-color: #f0f0f0;
}
.custom-blockquote p {
	margin: 0;
	color: #555;
}
.custom-testimonial {
	border-left: 4px solid #0073AA;
	padding: 10px 20px;
	margin: 20px 0;
	background-color: #f9f9f9;
	font-style: italic;
}
.custom-testimonial p {
	margin: 0;
	color: #333;
}
.custom-testimonial cite {
	display: block;
	margin-top: 10px;
	font-weight: bold;
	color: #0073AA;
}
