/**
* Theme Name: Magnetique Child
* Description: This is a child theme of Magnetique.
* Author: <a href="https://themeforest.net/user/firstsight_design">firstsight_design</a>
* Template: magnetique
* Version: 1.0
*/


/* START - NAV MENU */

.icon-search {
	display: none;
}

.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-search form .art-mobile-search-input {
	display: none;
}

.art-social-container {
	display: none;
	
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
}

header.art-header-one .art-header-one-content.art-sticky img {
	height: 50px;
	padding: 10px 0;
}
/* END - NAV MENU */


/* START - FOOTER */
footer .art-footer__inner .art-footer-copyright {
	font-family: var(--art-body-font-family) !important;
}
.art-footer-widgets__area {
	padding: 0 30px;
}	
.art-footer .art-social-container + .art-footer-copyright {
	margin-top: 0;
}
.art-footer__inner {
	padding-top: 10px;
	padding-bottom: 10px;
}
.rm-footer-contacts-title {
	margin-bottom: 0;
}
.rm-footer-contacts-descr {
	margin-bottom: 0;
}
#block-44 {
	margin-bottom: 0;
}
#block-45 {
	margin-bottom: 30px !important;
}
.art-footer-widgets__inner {
	padding-top: 50px !important;
    padding-bottom: 0px !important;
}

.art-footer__outer {
	padding-left: 10px !important;
	padding-right: 10px !important;
	text-align: center;
}

.art-footer-widgets__area {
	padding: 10px !important;
}
/* END - FOOTER */


/* START - HERO */
.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
	padding-left: 0px;
}
/* END - HERO */


/* PUBBLICAZIONI SECTION */
.art-blog-post {
	text-align: center;
}

.art-blog-post .art-post-image {
	width: 60px;
    border-radius: 50%;
    margin: 0 auto 22px auto;	
}

.art-blog-post .art-post-cats {
	display: none;
}

.art-post-cat-date {
	display: none;
}
/* END - PUBBLICAZIONI SECTION */


/* SINGLE POST TEMPLATE */
.single-post .art-single-top__start-col, .single-post .art-post-cats, .single-post .art-post-author, .single-post .art-single-navigation, .single-post .art-single-post-comments, .single-post .art-single-post-share {
	display: none;
}

@media (min-width: 767px) {
	.single-post .art-single-top .art-single-top__end-col {
		width: 70%;
	}
}
/* END - SINGLE POST TEMPLATE */


