/*
Theme Name: MP Naked
Theme URI: https://360smartweb.it
Author: 360Smartweb - Massimiliano Piacentini
Author URI: https://360smartweb.it
Description: Tema base realizzato con flexbox, Acf Pro, Font Awesome 5 "free", Slick Slider, Magnific Popup e infinite scroll, senza l'utilizzo di Bootstrap.
Version: 4.20240918
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, sticky-post, translation-ready
Text Domain: mp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* -------------------------------------------------------------------------------- */
/* ! INCLUDE I FOGLI DI STILE */
/* -------------------------------------------------------------------------------- */

/* ! ADMIN BAR */
.admin-bar .navbar {top:32px;}
body.admin-bar {padding-top:32px;}
h1.seo-title {position: absolute;top: -100px;}

/* ! GENERALE */
body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	padding-top: 0px;
	font-family: 'Syne', system-ui, Arial, sans-serif;
	background-color: #ffffff;
	box-sizing: border-box;
	font-size:16px;
}


html {box-sizing: border-box;margin:0; padding: 0;scroll-behavior: smooth;cursor: none;overflow-x:hidden;}
:target {display: block;position: relative;/* top: -100px; *//* visibility: hidden; */}
/* main p, main h1, main h2, main h3, main h4, main h5, main h6 {color: #5f5e5c;} */
a{color:var(--color1);text-decoration:none;}
a:hover{text-decoration:none;color:var(--color1);cursor: none;}
h1, h2, h3, h4 h5, h6, ol, ul, p {margin:0; padding: 0;}
h2, h3, h4, h5, h6 {line-height: 42px;font-weight: bold;word-break: keep-all;}
h1 {font-size:2.6rem;font-family: 'Didact Gothic', sans-serif;line-height: 3.2rem;word-break: keep-all;}
h2 {font-size:2.3rem;font-family: 'Didact Gothic', sans-serif;line-height: 2.8rem;}
h3 {font-size:2rem;font-family: 'Didact Gothic', sans-serif;line-height: 2.8rem;}
h4 {font-size:1.5rem;font-family: 'Didact Gothic', sans-serif;}
h5,
h6 {font-size:1.2rem;font-family: 'Didact Gothic', sans-serif;}
p {font-size:1rem;line-height: 1.55rem;margin-bottom:12px;color:var(--color_text);}
img {height:auto;}
body.navbar-transparent {padding-top: 0px;}
.main-title{color: #2d2d2d;text-align: center;text-transform: capitalize;padding: 0.7em 0;}

.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {margin-bottom: 15px;}

.wp-block-column {overflow-wrap: inherit !important;}

@media (max-width: 1024px) {
  body.admin-bar {padding-top:46px;}
}





/* -------------------------------------------------------------------------------- */
/* ! NAVBAR MENU */
/* -------------------------------------------------------------------------------- */
/* ! NUOVA NAVBAR */

ul.menu-navbar li {display:inline-flex;}
.bottone-cta {padding: 18px 25px;font-size: 14px;background-color: #77f777;font-weight: 500;line-height: 0px;height: 16px;margin-top: 6px;}
.bottone-cta a{color:#242424;}
a.navbar-360.logo.animate {display: flex;align-items: center;}
/* body.home .main-content {padding-top: 85px !important;} */
@media (max-width: 1024px) {
	body.home .main-content {padding-top: 120px !important;}
	.bottone-cta {display: none;}
	ul.menu-navbar li {display: grid;}
}




/* ! TOGGLE STYLE */
header {position: fixed;width: 100%;z-index: 99;border-bottom: 2px solid #cf9c81;background-color:#fff;display: flex;}
header .container-header {max-width: 1250px;margin: 0 auto;width: 100%;display: flex;padding: 10px 0;justify-content: space-between;align-items: center;}
header .header__icon{ width: 30px;height: 30px;position: relative;display:none;z-index: 9999999;}
header .header__icon {display:none;}
header .icon-hamburger span {height: 3px;width: 100%; position: absolute; background:var(--color2); top: 11px; transition: all 0.2s ease-in-out;}
header .icon-hamburger span:before,
header .icon-hamburger span:after{height: 3px;width: 100%; position: absolute; background:var(--color2); content: ' '; margin-top: -10px;transition:all 0.3s cubic-bezier(.215, .61, .355, 1); right:0px;}
header .icon-hamburger span:after{margin-top: 10px}
header.open .icon-hamburger span{background: transparent!important;}
header.open .icon-hamburger span:before{transform: rotate(45deg);margin-top: 0;}
header.open .icon-hamburger span:after{transform: rotate(-45deg);margin-top: 0;}


/* ! NAVBAR STYLE */
.navbar-360 {display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction:column;padding-left: 0;margin-bottom: 0;list-style: none;z-index: 99999999;}
.navbar-360 img{width: 200px;height: auto;}
.menu-360 {display: flex;align-items: center;}
.menu-navbar {display: flex;}
li.menu-item.cta-call a {background: transparent;color: var(--color1) !important;border: 1px solid var(--color1);border-radius: 50px;padding: 15px;margin-left: 20px;width: 47px;height: 47px;display: inline-flex;align-items: center;justify-content: center;}
li.menu-item.cta-call a i {animation: shake 1s;animation-iteration-count: infinite;}
li.menu-item.cta-call:hover a {background: var(--color2);color:#fff !important;border-color: var(--color2);}

  @keyframes shake {
	0% { transform: translate(1px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	15% { transform: translate(-2px, 0px) rotate(1deg); }
	20% { transform: translate(2px, 2px) rotate(0deg); }
	25% { transform: translate(1px, -1px) rotate(1deg); }
	30% { transform: translate(-1px, 2px) rotate(-1deg); }
	35% { transform: translate(-2px, 1px) rotate(0deg); }
	40% { transform: translate(2px, 1px) rotate(-1deg); }
	45% { transform: translate(-1px, -1px) rotate(1deg); }
	50% { transform: translate(1px, 2px) rotate(0deg); }
	100% { transform: translate(1px, 1px) rotate(0deg); }
  }


.bg-360 {background-color: #192042 !important;border-bottom: 2px solid #78d98c;}
.nav-link {color: #fff !important;font-size: 13px;padding: 10px 15px !important;font-weight: 500;text-transform: uppercase;letter-spacing: 3px;}
.navbar-brand img {width: auto; height: 35px;}
.form-control {background: transparent; border: none;}
.icon-search {background: transparent; color: #fff !important; border: none; font-size: 18px; margin-right: 10px;}



@media (max-width: 450px) {
	.icon-hamburger{ left: 0px;}
	li.menu-item.cta-call a {margin-left: 0px;}
}



@media (max-width: 1024px) {
	.icon-hamburger {display:inline-block;}
	.menu-navbar {display: block;}
	header .header__icon {display:block;}
	nav {display:none;}
	.navbar-360 {display: inline-block;z-index: 99999999;}
	/* .navbar-360 img {padding-left:20px;} */
	nav {display: block;position: absolute;content: '';top: 0;left: 0;width: 100vw;height: 100vh;z-index: 9999999;background: #111;transform:translateX(-100%);overflow: hidden;}
	header nav {transition: all 0.5s cubic-bezier(.215, .61, .355, 1);}
	header.open nav {transform:translateX(0%);}
	.menu-360 {display: flex;justify-content: center;align-items: center;background: #fff;}
	li.menu-item.cta-call a {margin: 15px auto 0 auto;}
}



@media (max-width: 1200px) {
	.navbar-brand img {padding-left:20px;}
	header .container-header {padding: 15px 30px;}
}




/* -------------------------------------------------------------------------------- */
/* ! NAVBAR HOVER STATE */
/* -------------------------------------------------------------------------------- */
li.menu-item {position:relative;}
li.menu-item a {color: #242424;padding: 15px 10px;margin: 0 4px;text-align: center;font-size: .9em;position: relative;margin-block: 2px;text-transform: uppercase;font-weight: 400;}
li.menu-item:not(.cta-call):not(.current-menu-item) a:hover:after {transform: scaleX(1);}
li.menu-item a:after {content: '';width: 100%;height: 2px;background-color: #d09c81;border-radius: 4px;position: absolute;left: 0;bottom: 0;transform: scaleX(0);transform-origin: left;transition: transform .25s ease;}
li.current-menu-item a {background: var(--color1);color: #fff;}
/* body.is-scrolled li.menu-item a {color: #121212;} */
/* body.is-scrolled li.menu-item.cta-call a {color:#fff !important;} */
body.is-scrolled li.menu-item.menu-item-has-children i {color:#181818;}
body.is-scrolled li.current-menu-item a {color:#fff;}

/* -------------------------------------------------------------------------------- */
/* ! NAVBAR DEPTH */
/* -------------------------------------------------------------------------------- */

li.menu-item.menu-item-has-children i {position: absolute;top: 0;right: 10px;line-height: 50px;}
.menu-item-has-children {position: relative;padding-right: 15px;}
.menu-item-has-children ul {display: flex;position: absolute;content: '';top: 45px;left: 50%;background: #fff;transform: translateX(-50%);max-height:0px;overflow:hidden;flex-flow: column;max-width: 450px;transition: max-height .15s ease-out;}
.menu-item-has-children ul.sub-menu {max-height:0px;}

.menu-item-has-children.open ul {max-height:151px;transition: max-height .3s ease-in;}
.menu-item-has-children.open ul li a {color:#121212;}

ul.sub-menu li a {width: max-content;display: inline-block;max-width: 300px;text-align: center;}
/* li.menu-item ul.sub-menu li.menu-item.open {background: #80b9c3;} */

@media (max-width: 1024px) {
	li.menu-item a {color: #242424;} 
	li.menu-item.menu-item-has-children i {color:#242424;}

	.menu-item-has-children ul {
		max-height: 0 !important;
		overflow: hidden !important;
		padding: 0px !important;
		transition: max-height .2s;
		display: flex !important;
		flex-direction: column !important;
		position: relative !important;
		top:0;
		left:0;
		justify-content: center;
		transform: none;
		text-align:center;
	}
	.menu-item-has-children.open ul {transition: .45s !important;max-height: 151px !important;}
	.menu-item-has-children {position: relative;padding-right: 0px;}
	ul.sub-menu li a {margin:0 auto;}

} /* Fine m-query */

body {overflow-x: hidden;}

/* -------------------------------------------------------------------------------- */
/* ! Aggiustamenti 2022 */
/* -------------------------------------------------------------------------------- */
main.main-content {padding-top: 0px !important;}
header {background:transparent !important;border-bottom: 0px solid #cf9c81;transition: all .3s cubic-bezier(.215, .61, .355, 1);}
body main.main-content .container .grid .col-100.col-homepage{padding-top:0;}
body .menu-item-has-children.open ul li a {color:#121212;margin: 0 auto;}

body.is-scrolled header {background: #fff !important;box-shadow: 0px 0px 20px -12px #999;}
/* body.is-scrolled .logo {filter: invert(1);} */




/* -------------------------------------------------------------------------------- */
/* ! ANIMAZIONI */
/* -------------------------------------------------------------------------------- */
.text-reveal{transform: translateY(1rem);clip-path:polygon(0 0, 100% 0, 100% 0, 0 0);}
.fade-in {opacity:0;transform: translateY(1rem);}
.fade-up {opacity:0;transform: translateY(5rem);}
.fade-right {opacity:0;transform: translateX(5rem);}
.fade-left {opacity:0;transform: translateX(-5rem);}
/* main {overflow: hidden;} */

/* -------------------------------------------------------------------------------- */
/* ! PLACEHOLDERS */
/* -------------------------------------------------------------------------------- */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #cacaca !important;}
::-moz-placeholder { /* Firefox 19+ */ color: #cacaca !important;}
:-ms-input-placeholder { /* IE 10+ */ color: #cacaca !important;}
:-moz-placeholder { /* Firefox 18- */	color: #cacaca !important;}


/* -------------------------------------------------------------------------------- */
/* ! ALTRO */
/* -------------------------------------------------------------------------------- */

@media (max-width: 1200px) {
	.navbar-collapse {flex-basis: 100%;}
	.navbar-transparent.is-scrolled .bg-primary {background: rgba(0, 0, 0, 0.9) !important;}
	.collapse-massi {padding-top:30px;}
	.ul-massi {padding-bottom: 30px;}

	.navbar-collapse .navbar-social > a {margin-right:15px;}
	.nav-link a{padding:6px 0px;}
	.navbar-social {flex-direction: row;padding-left:0px;}
	.navbar-transparent .bg-primary {background: #131313;}
}
@media (max-width: 768px) {
	.navbar-collapse .navbar-social > a {margin-right:15px;}
	ul.navbar-social.mar-soc {margin-left: 0px;}
	ul.navbar-social.mar-soc li {margin: 0px 20px 0px 0px;}

	.nav-link a{padding:6px 0px;}
}

/* -------------------------------------------------------------------------------- */
/* ! ALIGN WIDE & ALIGN FULL */
/* -------------------------------------------------------------------------------- */
.alignfull {width: 100vw;margin-left: calc(50% - 50vw);}
.alignwide {width: calc(100% + 20vw);position: relative;/* left: -10vw; */}
.alignfull .wp-block-group {max-width:1250px; margin-left: 0 auto;}

@media (min-width: 960px) {
	.alignwide {width: calc(100% + 20vw);margin: 2rem -10vw;}
}

/* -------------------------------------------------------------------------------- */
/* ! HELPERS */
/* -------------------------------------------------------------------------------- */
/* ! colonne con padding in testo */
.col-txt-dx {padding-left: 40px;}
.col-txt-sx {padding-right: 40px;}

@media (max-width: 768px) {
	.col-txt-dx {padding-left: 0px;}
	.col-txt-sx {padding-right: 0px;}
}

/* ! SEZIONE QUADRATA */
#sezione-quadrato {
	aspect-ratio: 1/1 !important;
	display: flex !important;
	align-items: center !important;
}

/* ! Mouse Follow */
div.ball {width: 60px;height: 60px;border-radius: 50%;pointer-events: none;position: absolute;top: 0;left: 0;transform: translate(-50%, -50%);z-index: 9999999999;}
div.ball.ball--hover-link:after {
	position: absolute;
	content: '';
	border: 1px solid var(--color1);
	margin: 0px;
	width: 120%;
	height: 120%;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
div.ball span.inset {z-index: 99999999;width: 5px;height: 5px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 100%;transition: all .3s cubic-bezier(.215, .61, .355, 1);}
div.ball span.inset2 {z-index: 9999999;width: 5px;height: 5px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 100%;transition: all .3s cubic-bezier(.215, .61, .355, 1);background-color: #141414;}
div.ball span.inset.inset--hover-link {width:60px;height:60px;opacity: .3;border: 1px solid #333;}

@media (max-width: 768px) {
	div.ball{display: none;}
}


/* ! Classi di help */
.color1 {color:var(--color1);}
.color2 {color:var(--color1);}
.color3 {color:var(--color3);}
.color4 {color:var(--color1);}
.hide {display:none;}
.animate {-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.main-content {flex: 1;background: #fff;}
.card-columns {column-count: 4;}
.abs{position: absolute;}
.rel{position: relative;}
.tac{text-align:center;}
img.img-responsive {max-width: 100%;height: auto;width: 100%;}
.img-responsive2 {max-width: 100%;height: 100%;width: 100%;object-fit: cover;}
.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}
img.img-fluid {width: 100%; height:auto;}
.p10 {padding:10px !important;}
.pthero {margin-top: 150px !important;}
.testo-sottolineato {text-decoration: underline dotted 4px;text-decoration-color: burlywood;letter-spacing: 2px;text-underline-offset: 5px;font-size: 1rem;text-transform: uppercase;margin: 0 !important;}
.testo-con-sottotitolo {text-decoration: underline dotted 4px;text-decoration-color: burlywood;letter-spacing: 2px;text-underline-offset: 5px;font-size: 1rem;text-transform: uppercase;margin: 0 !important;position: absolute;top: -50px;left: 50%;transform: translateX(-50%);}
.h5{height:0vh;margin-top:105px;}
.mw767{max-width: 767px;margin:0 auto;}

@media (max-width: 768px) {
	.testo-sottolineato{font-size: .8rem;}
.pthero {margin-top: 0px !important;}

}

/* ! Fontawesome */
ul.fa-ul li {
    line-height: 25px;
}

/* ! Inputh & Text Area */
input:not([type='checkbox']):not(#submit), textarea {padding: 10px;
	border: 0px solid #ccc;
	background: #fff;
	border-radius: 5px;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}

/* ! Widget Search Area */
.widget_search .screen-reader-text { display: block;}
.widget_search #s {  width: 70%;  float: left;}
.widget_search #searchsubmit {  width: 30%;  float: left;}

@media (max-width: 767px){

	/* ORDINE DELLA GRIGLIA */
	.o1 {order:1 !important;}
	.o2 {order:2 !important;}
}
/* -------------------------------------------------------------------------------- */
/* ! TEMPLATE */
/* -------------------------------------------------------------------------------- */

/* ! FULL WIDTH */
.page-template-full-width .main-content {width: 100%;margin: 0px;border: 0px;padding-left: 0px;max-width: 2500px;}
.page-template-full-width .site {margin:0px;}
div.fw {width: 100% !important;margin: 0px !important;border: 0px !important;padding-left: 0px !important;max-width: 2500px !important;}

/* -------------------------------------------------------------------------------- */
/* ! CALL TO ACTION BOX  HERO */
/* -------------------------------------------------------------------------------- */
.call-to-action-box,
.call-to-action-box-2,
.call-to-action-box-post,
.call-to-action-box-servizi {display:flex;align-items: center;justify-content: center; text-align: center;margin-top: 105px;}
.cta-title {font-size: 2.8rem;text-shadow: 0px 0px 20px #000;color:#fff;}
.cta-title--no-img {margin: 0 auto;text-align: center;}

/* ! BREADCRUMBS */
#breadcrumbs{color:#fff;list-style:none;margin:0px 0;overflow:hidden;padding-inline-start: 0px !important;}
#breadcrumbs li{display:inline-block;vertical-align:middle;margin-right:15px;}
#breadcrumbs .separator{font-size:18px;font-weight:100;color:#fff;}
li.item-cat a,
.bread-home {color:#fff;}
.bg-bread {background-color: var(--color1);position:absolute;bottom:0px;text-align:left;}
.breadcrumbs {padding:2px 0px !important;}
ul#breadcrumbs li a, ul#breadcrumbs li {
    font-size: .9em !important;
}


/* -------------------------------------------------------------------------------- */
/* ! BOTTONI - BUTTONS */
/* -------------------------------------------------------------------------------- */
.container-btn a.btn-index {background: #242424;color: #fff;padding: 10px 30px;display: block;width: fit-content;width: max-content;margin-top: 30px;border-radius: 0;}
.btn-blog-grid {background: var(--color1);border:2px solid var(--color1);color: #fff;padding: 7px 20px;display: inline-flex;margin-top: 10px;display: block;width: fit-content;transition: all .3s cubic-bezier(.215, .61, .355, 1);}
.btn-blog-grid:hover {background: transparent; color:var(--color1);}

a.wp-block-button__link.has-oro-background-color.has-background.wp-element-button,
a.wp-block-button__link.has-grigio-333-background-color.has-background.wp-element-button{transition: all .3s cubic-bezier(.215, .61, .355, 1);}
a.wp-block-button__link.has-oro-background-color.has-background.wp-element-button:hover{background: #141414;color:#fff;-webkit-box-shadow: inset 0px 0px 0px 1px #fff;-moz-box-shadow: inset 0px 0px 0px 1px #fff;box-shadow: inset 0px 0px 0px 1px #fff;}
a.wp-block-button__link.has-grigio-333-background-color.has-background.wp-element-button:hover{background: var(--color1);color:#fff;}



.sc_icons_item_more_link {
position: relative;
display: inline-flex;
top: auto;
left: auto;
height: auto;
width: auto;
font-size: 18px;
line-height: 21px;
font-weight: 700;
color: #242424;
z-index: 1;
overflow: hidden;
}
.sc_icons_item_more_link .link_text {
position: relative;
margin-right: 0;
display: inline-block;
vertical-align: middle;
text-indent: -110px;
visibility: hidden;
white-space: nowrap;
opacity: 0;
-webkit-transition: visibility 0.4s ease,margin-right 0.4s ease-out,text-indent 0.5s ease-out,opacity 0.4s ease;
-ms-transition: visibility 0.4s ease,margin-right 0.4s ease-out,text-indent 0.5s ease-out,opacity 0.4s ease;
transition: visibility 0.4s ease,margin-right 0.4s ease-out,text-indent 0.5s ease-out,opacity 0.4s ease;
will-change: visibility,margin-right,text-indent,opacity;
}
.sc_icons_item_more_link .link_icon {
position: relative;
display: inline-block;
vertical-align: middle;
overflow: hidden;
width: 1.4em;
height: 1.4em;
line-height: 1.4em;
text-align: center;
}
.sc_icons_item_more_link:hover .link_text {
opacity: 1;
color: #242424;
text-indent: 0;
margin-right: 6px;
visibility: visible;
-webkit-transition: visibility 0.4s ease,margin-right 0.3s ease-out,text-indent 0.4s ease-out,opacity 0.4s ease;
-ms-transition: visibility 0.4s ease,margin-right 0.3s ease-out,text-indent 0.4s ease-out,opacity 0.4s ease;
transition: visibility 0.4s ease,margin-right 0.3s ease-out,text-indent 0.4s ease-out,opacity 0.4s ease;
}

.btn-404 {display: inline-flex;align-items: center;color: #fff !important;background: var(--color1);padding: 8px 18px;margin: 10px;border-radius: 5px;transition: all .3s cubic-bezier(.215, .61, .355, 1);}
.btn-404:hover {background: #242424;}
.btn-404 i {margin-right:7px;}
/* -------------------------------------------------------------------------------- */
/* ! UTILITIES */
/* -------------------------------------------------------------------------------- */

/* ! VIDEO EMBED ???? */
.wp-block-embed__wrapper {position: relative;padding-bottom: 56.25%; /* 16:9 */padding-top: 25px; height: 0;}
.wp-block-embed__wrapper iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* ! BLOCKQUOTE - QUOTE */
blockquote {background: var(--color1);color: #fff;padding: 30px 70px;border-radius: 25px;position:relative;}
blockquote p {margin-bottom:0px;}
blockquote::before {content: "\f10d";font-family: FontAwesome;position: absolute;left: 20px;font-size: 30px;top: 25px;}
blockquote::after {content: "\f10e";font-family: FontAwesome;position: absolute;right: 20px;font-size: 30px;bottom: 25px;}

/* ! TESTO IN VERSI */
pre.wp-block-verse {white-space: nowrap;overflow: auto;border-left: 4px solid;padding-left: 12px;text-transform: uppercase;}
pre {color: #6b6b6b;}

/* ! VIDEO RESPONSIVE ?????? */
.media-container {position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;width:100%;}
.media-container iframe,
.media-container object,
.media-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;
}

/* ! COMMENTI */
#comments {margin-bottom: 40px;}
.comments {padding-top: 40px;}
.comments textarea {width: 100%; }
.comments label {min-width: 80px;}
.comments ul, .comments ol {list-style-type: none;}
.comment .reply{border-bottom: 1px solid #ccc; margin-bottom: 30px;padding-bottom: 10px;}
.comment-author img {border-radius: 999px; height: 35px; width: 35px;}
.comment-author vcard {height: 35px; width: 35px;}

/* -------------------------------------------------------------------------------- */
/* ! SLICK SLIDER */
/* -------------------------------------------------------------------------------- */
.slick-slide {width: 100vw;position: relative;left: 0px;top: 0px;z-index: 999;opacity: 1;}


/* span.slick-prev.slick-arrow {top: 50%;transform: translateY(-50%);left: 2% !important;}
span.slick-next.slick-arrow {top: 50%;transform: translateY(-50%);right: 2%;}
span.slick-next.slick-arrow,
span.slick-prev.slick-arrow {    
position: absolute;
content: '';
z-index: 9;
color: #121212;
font-size: 20px;
background: rgb(238 238 238 / 54%);
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 100%;
} */


span.area-attiva-dx.slick-arrow,
span.area-attiva-sx.slick-arrow{position: absolute;content: '';top: 50%;transform: translateY(-50%);z-index: 98;width: 15%;max-width: 290px;height: 30%;display: flex !important;align-items: center;}

span.area-attiva-sx.slick-arrow {left: 2% !important;justify-content: flex-start;}
span.area-attiva-dx.slick-arrow {right: 2% !important;justify-content: flex-end;}

span.slick-next,
span.slick-prev{z-index: 9;color: #fff;font-size: 20px;background:#00000040;width: 30px;height: 30px;line-height: 27px;font-weight: 100;text-align: center;transition: all .3s cubic-bezier(.215, .61, .355, 1);}

span.area-attiva-dx.slick-arrow:hover span.slick-next, 
span.area-attiva-sx.slick-arrow:hover span.slick-prev {color: #fff;}




.cont-slider-new {position:relative;}
.cont-slider-new img {max-width:100vw;width:100vw;height:75vh;object-fit: cover;min-height: 55vh;}
.cont-slider-new .cont-slider-new--txt {position: absolute;color: #fff!important;z-index: 9999;content: '';top: 50%;left: 50%;transform: translate(-50%, -50%);margin:0;}
.cont-slider-new--titolo {color:#fff;text-align: center;font-size: 3.6em;text-shadow: 1px 1px 5px #000;}
.cont-slider-new--testo {color:#fff;text-align: center;font-size: 1.5em;text-shadow: 1px 1px 5px #000;font-weight: 200;}

ul.slick-dots li {background: #fff;width: 10px;height: 10px;margin: 5px;border-radius: 12px;border: 1px solid #d8d5d5;}
ul.slick-dots li.slick-active {background: #888;border: 1px solid #000;width: 15px;height: 15px;margin: 3px;}
ul.slick-dots {position:absolute;content:'';left:50%;transform: translate(-50%);bottom:15px !important;display:inline-flex !important;list-style-type:none !important;}
ul.slick-dots li button{display:none;}

@media (max-width: 768px) {
  .cont-slider-new h3.cont-slider-new--titolo {font-size:2.5rem;text-align: center;}
}

/* -------------------------------------------------------------------------------- */
/* ! COVER */
/* -------------------------------------------------------------------------------- */
body.home .cover {position:relative;background:#000;padding:20px;min-height:100vh;display: flex;flex-flow: column; align-items: center;justify-content: center;text-align: center;border:1px solid #000;}
body.home .cover__bg {position:absolute;top: 0;left: 0;width: 100%;height: 100%;background: url(http://mp-naked.local/wp-content/uploads/2022/09/hero.jpg) center center;background-size: cover;z-index:0;}
body.home .cover__bg:after {content:' ';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);background-size: cover;}
body.home .cover__content {max-width:600px;position: relative;z-index: 1;}
body.home .cover--intro {overflow: hidden;}
body.home .cover .cover__content h1,
body.home .cover .cover__content h2,
body.home .cover .cover__content h3,
body.home .cover .cover__content p {color:#fff;}
body.home .cover__btn {background: #fff;color: var(--color1);padding: 15px 30px;margin-top: 13px;display: inline-flex;font-size: 1.05rem;transition: all .3s cubic-bezier(.215, .61, .355, 1);}
body.home .cover__btn:hover {background: var(--color1);color: #fff;}


/* -------------------------------------------------------------------------------- */
/* ! PAGINE */
/* -------------------------------------------------------------------------------- */

/* ! HOMEPAGE */
.colonna-testo {padding: 0 60px 0 0;}
.colonna-img {position: relative;}
.colonna-img figure {text-align: end;}
.colonna-img figure img{height: 600px;object-fit: cover;width: 100%;max-width: 375px;z-index: 1 !important;position: relative;}
.colonna-img:after{position: absolute;
bottom: -80px;
right: -60px;
content: url(/wp-content/uploads/2023/04/el-grafico.jpg);
z-index: 0;
/* border: solid; */
mix-blend-mode: darken;
overflow: hidden;
height: 320px;
width: 210px;
}

.icona-hero {color: #242424;width: 26px;height: 26px;display: inline-flex;border: 1px solid #242424;align-items: center;justify-content: center;margin-right: 10px;background: transparent;transition: all .3s cubic-bezier(.215, .61, .355, 1);}
.icona-hero:hover {color: #fff;border: 1px solid #242424;background: var(--color1);}
.list-icon {position:absolute;bottom:0;left:0;margin-bottom:-100px;}
#Cta-list .fa-ul li span {color: var(--color1);}
#presentazione {max-width: 767px;margin: 0 auto;}
.padding-testo-colonna {padding: 0 0 0 40px;}

@media (max-width: 768px) {
	.colonna-img figure img {height: 250px;}
	.colonna-testo {padding-bottom: 100px;padding:inherit;}
	.colonna-img:after {bottom: -36px;right: -10px;height: 170px;width: 88px;}
	.list-icon {margin-bottom:-75px;}
	.padding-testo-colonna {padding: 0 20px;}
}

/* ! LABORATORIO */
body.page-id-2163 .cont-slider-new img, 
body.page-id-2065 .cont-slider-new img {width:100% !important;}
body.page-id-2163 main.main-content,
body.page-id-2065 main.main-content {margin-bottom: 0 !important;padding-bottom: 0px;}

/* ! INDEX.PHP */
.titolo-piccolo {font-size: 1.5rem;}
/* .card-title-grid {margin-bottom: 0px;margin-top: 20px;font-size: 25px;}
.card-category-time, .excerpt p {font-size: 14px;margin-top:10px;}
.card-body-grid {margin-bottom: 30px;} */
.pagination{margin-bottom: 40px;text-align: center;}
.page-numbers{display: inline-block;padding:10px 15px;border: 1px solid #ddd;margin-right: 4px;}

aside .widget {margin-top: 35px;}
aside .widget:first-child {margin-top: 0;}
aside .widget h3 {font-size: 2rem;line-height: 1rem;}
aside ul {padding-left: 15px;}
aside ul li {margin-bottom: 10px;font-size: 1.15rem;}


/* ! SINGLE.PHP */
.single main {padding: 0;}
.single-post h2, 
.single-post h3, 
.single-post h4, 
.single-post h5, 
.single-post h6 {margin-top:15px;margin-bottom:15px;} /* margin top degli h3 e h4 in blog per una miglior lettura*/
div.widget > h3 {font-size: 22px;} /* dimensione h3 nella sidebar in blog */
.widget {font-size: 0.8rem;}
.widget a:not('wp-block-button__link'){color:#242424;}
body.single article h2,
body.single article h3,
body.single article h4,
body.single article h5,
body.single article h6 {padding-top: 110px !important;margin-top: -85px; /* aggiunge il padding per le ancore del "table content" */}
.data-tag-single,
.data-tag-single a{font-size: 0.85em;margin-top:10px;}
#toc {background: var(--colore_bg_toc);padding: 50px 30px;font-size:1rem;margin:25px 0px;color:#000;}
#toc ul,
#toc ul ul {margin: 8px 0 15px 10px;}
#toc li {margin: 0 0 0 15px;}
.contenitore-sidebar {position:sticky;top:175px;}
.admin-bar .contenitore-sidebar {position:sticky;position: -webkit-sticky;top:100px;}

.grid.post-correlati {display: flex;flex-direction: row;width: 100%;margin: 0;padding: 0;}

/* ! CHI SIAMO */
.wp-block-group.container-piccolo {max-width: 767px;margin: 35px auto 75px auto;}

/* ! SHOWROOM */
.colonna-showroom {overflow: hidden;}
.colonna-showroom img {border-radius: 10px 10px 0 0;padding: 0;}
.contenitore-show {position: absolute;bottom: -1px;width: calc(100% - 40px);height: 100%;padding: 0 70px;display: flex;flex-direction: column;justify-content: center;transform: translateY(80%);background: #000000cc;border-radius: 10px 10px 0 0;transition: all 1s cubic-bezier(.215, .61, .355, 1);margin: 0 auto !important;}
.colonna-showroom:hover .contenitore-show {transform: translateY(0%);opacity:1;background: #000000a6;}
.contenitore-show h2 {color: var(--color1);margin-top: -115px;margin-bottom: 60px;transition: 1s;}
.colonna-showroom:hover .contenitore-show h2 {margin-top: 0px;}
.contenitore-show p {color:#fff !important;}
.dataEventiPassati {font-size: .8rem;}
.titoloEventiPassati {font-size: 1.5rem;line-height: 1.3rem; margin-bottom: 5px !important;}
.contenitore-show .btn-blog-grid i {transition: all .3s cubic-bezier(.215, .61, .355, 1);}
.contenitore-show .btn-blog-grid:hover i {margin-left: 10px;}
.contenitore-titolo-evento {position: absolute;bottom: 4px;width: calc(100% - 40px);display: flex;align-items: center;justify-content: center;background: #000000a3;height: 80px;border-radius: 10px 10px 0 0;}
.contenitore-titolo-evento h2.titolo-evento {color: var(--color1);margin: 0;}
.colonna-showroom .contenitore-titolo-evento {transition: all .3s cubic-bezier(.215, .61, .355, 1);}
.colonna-showroom:hover .contenitore-titolo-evento {opacity:0;}
.colonna-showroom p.bottone-evento{margin:0;}

@media (max-width: 1024px) {
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.colonna-showroom p {font-size: .6rem;line-height: .8rem;}
}

@media (max-width: 768px) {
	.colonna-showroom:hover .contenitore-show p {color:#242424;}
	.colonna-showroom {margin-bottom: 35px;}
	.contenitore-show {position: relative;bottom: 0;width: 100%;height: 100%;padding: 20px;display: flex;flex-direction: column;justify-content: center;transform: none;background: #f9f3ec;border-radius: 0;transition: all .5s cubic-bezier(.215, .61, .355, 1);margin: 0 auto !important;}
	.dataEventiPassati {font-size: .6rem !important;line-height: .9rem;}
	.titoloEventiPassati {font-size: 1.4rem;line-height: 1.1rem;margin-bottom: 5px !important;}
}

/* ! FOOTER.PHP */
#footer-widget {padding: 50px 0px;}
#footer-widget ol,
#footer-widget ul {padding-left:15px;}
#footer-widget h2, 
#footer-widget h3, 
#footer-widget h4 {margin-bottom: 15px;color:#fff;}
#footer-widget i {font-size: 1.7rem;margin-right: 10px;}
#footer-widget p, 
#footer-widget ol, 
#footer-widget ul, 
#footer-widget li, 
#footer-widget a {color:#fff;font-size: .85rem;line-height: 1.5rem;margin-bottom: 5px;}
#footer-widget.bg-foot,
.bg-foot {background-color: #80b9c3;}
.footer-bar {padding: 15px 0px;display: flex;align-items: center;color:#fff;font-size:0.65rem;}
.footer-bar a {color:#fff;}
.info-aziendali {color: #fff;font-size: 0.65rem;margin: 0;}

@media (max-width: 768px) {
	.col-footer {padding:0 50px;margin-bottom:50px;text-align: center;}
	.footer-bar .text-right,
	.footer-bar .text-left {text-align:center;}

}

/* ! CONTATTI */
textarea,
.wpcf7-email,
.wpcf7-tel,
input.wpcf7-form-control,
select.wpcf7-form-control {width:100% !important;}
form.wpcf7-form {margin: 20px;}
.wpcf7-list-item-label input{padding-left: 9px;}
.wpcf7-list-item{margin: 0;}
span.wpcf7-form-control-wrap:nth-child(2) > input:nth-child(1){width:100% !important;}
.wpcf7-submit {font-size:1.2rem;background:var(--color1)!important;color:#fff;transition: all 0.3s cubic-bezier(.215, .61, .355, 1);max-width:200px;}
.wpcf7-submit:hover {font-size:1.2rem;background:#242424;color:#fff;}
form.wpcf7-form .col-33.smart,
form.wpcf7-form .col-50.smart,
form.wpcf7-form .col-100 {padding: 10px;}
textarea.wpcf7-form-control {height:110px;}
.condizioni p {font-size: .7rem;}
.wpcf7-not-valid-tip {font-size: .8rem;font-weight: bold;}

/* ! FORM CONTATTI SIDEBAR SHOWROOM */
aside form.wpcf7-form .col-50.smart,
aside form.wpcf7-form .col-100 {padding: 0;}
aside form.wpcf7-form{margin: 0;}
aside input:not([type='checkbox']):not([type='submit']), aside textarea{
	font-size:.7rem;
}

/* ! GALLERY */
.preview-codo-effect.preview--open .codo-action--close {top: 100px !important;}

/* ! LAVORI */
.titolo-lavori {font-size: 35px;}

/* ! Blog Grid */
.excerpt p {font-size: 16px;line-height: 25px;}

@media (max-width: 768px) {

}

/* ! ERROR 404 */
body.error404 main.container {position:relative;}
body.error404 main.container:before {
    background: url(http://conceria-mangusta.local/wp-content/uploads/2023/04/Sfondo-mangusta.jpg);
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    opacity: .08;
    background-size: cover;
}

/* -------------------------------------------------------------------------------- */
/* ! FAQ */
/* -------------------------------------------------------------------------------- */
.b-faq {margin: 5px auto;}
.b-faq .faq__title {position: relative;display: block;padding: 12px 60px 12px 20px;
	margin-bottom: 2px;color: #202020;font-size: 1.15rem;text-decoration: none;background-color: #404040;border-radius: 3px;-webkit-transition: background-color 0.2s;transition: 0.2s;}
.b-faq .faq__title .faq__spoiler {
	position: absolute;top: 8px;right: 10px;display: inline-block;vertical-align: middle;width: 30px;height: 30px;
	text-align: center;color: var(--color1);line-height: 30px;font-size: 1.2rem;font-weight: 700;
	margin-right: 5px;background-color: #fff;border-radius: 50%;-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
.b-faq .faq__rotate {transform: rotate(225deg);}
.b-faq .faq__content {padding: 30px;margin-bottom: 2px;font-size: 0.9rem;display: none;background-color: #f3f3f3;}
.b-faq .faq__content p{font-size: 1rem;line-height: 22px;padding: 10px 0 !important;}
.b-faq .faq__symbol {font-weight: 700;}
.b-faq .faq__text {margin-top: 0px;margin-bottom: 0px;line-height: 22px;font-weight: 400;color:#fff;font-size:.8rem;}



/* -------------------------------------------------------------------------------- */
/* ! CONDIVISIONE SOCIAL */
/* -------------------------------------------------------------------------------- */
.socials a {font-size: 16px;color: #242424!Important;padding: 0px 10px !important;}
ul.share-icons {list-style-type: none;display: flex;margin-top: 15px;}
ul.share-icons li {margin-right: 30px;}
.share-box .share-icons li a i {width: 40px;text-align: center;height: 40px !important;line-height: 33px;padding: 4px 8px;color: var(--color1);border: 1px solid var(--color1);border-radius: 3px;transition: all .3s cubic-bezier(.215, .61, .355, 1);}
.share-box .share-icons li a i:hover {background: var(--color1);color:#fff;}

/* -------------------------------------------------------------------------------- */
/* ! ALTRO */
/* -------------------------------------------------------------------------------- */
.foot hr {background-color: white;width: 50%;}
.cont {color:white;display: block;float: left;padding-right: 20px;padding-left:20px;}
.bbb {float: left;}
.cont-fl-foot {margin-bottom: -24px;line-height: 20px;}



/* ! TAG MORE NASCOSTO */
.mr-auto {margin-right: auto !important;margin-left: 30px;}
div.more-hide {display:none;}


/* ! ARTICOLI CORRELATI */
h5.title-post-correlati {color:#444;margin-top:10px;}
.related-thumb { height:140px;width: 100%;}
.related-post {margin-bottom:100px;}
.immagine-relatedPost {height:150px;overflow: hidden;}
.immagine-relatedPost img {transform: scale(1);transition: all .3s cubic-bezier(.215, .61, .355, 1);}
.immagine-relatedPost:hover img {transform: scale(1.2);}
.container .row .col-33.col-relatedPost .immagine-relatedPost {background-size:cover !important; height:150px;}
.container .row .col-33.col-relatedPost {padding: 10px;}
img.img-massi {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
@media (max-width: 768px) {
  .col-relatedPost {padding:5px !important;}
  .container .row .col-33.col-relatedPost .immagine-relatedPost {background-size:cover !important; height:70px;}
}




































/* -------------------------------------------------------------------------------- */
/* ! WORDPRESS CORE STYLE */
/* -------------------------------------------------------------------------------- */

.bypostauthor{border-left: 3px solid #ddd; padding-left: 10px;}
.gallery-caption{padding: 5px;font-size: 0.7rem;}
.alignnone {margin: 5px 20px 20px 0;}
.aligncenter,
div.aligncenter {display: block;margin: 5px auto 5px auto;}
.alignright {float:right;margin: 5px 0 20px 20px;}
.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.alignright {float: right;margin: 5px 0 20px 20px;}
a img.alignnone {margin: 5px 20px 20px 0;}
a img.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.wp-caption {background: #fff;border: 1px solid #f0f0f0;max-width: 96%; /* Image does not overflow the content area */padding: 5px 3px 10px;text-align: center;}
.wp-caption.alignnone {margin: 5px 20px 20px 0;}
.wp-caption.alignleft {margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px;}
.wp-caption img {border: 0 none;height: auto;margin: 0;max-width: 98.5%;padding: 0;width: auto;}
.wp-caption p.wp-caption-text {font-size: 0.7rem;line-height: 17px;margin: 0;padding: 0 4px 5px;}
/* Text meant only for screen readers. */
.screen-reader-text {border: 0;clip: rect(1px, 1px, 1px, 1px);clip-path: inset(50%);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute !important;width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {background-color: #eee;clip: auto !important;clip-path: none;color: #444;display: block;font-size: 1rem;height: auto;left: 5px;line-height: normal;padding: 15px 23px 14px;text-decoration: none;top: 5px;width: auto;z-index: 100000;}



/* -------------------------------------------------------------------------------- */
/* ! COLORI - STILI PREDEFINITI */
/* -------------------------------------------------------------------------------- */
main.main-content .has-oro-color{color:#d3a13b;}
main.main-content .has-cipriachiaro-color{color:#c9a695;}
main.main-content .has-celeste-color{color:#7fbac4;}
main.main-content .has-celestescuro-color{color:#317f87;}
main.main-content .has-grigioscuro-color{color:#357cf9;}
main.main-content .has-grigiochiaro-color{color:#e1e0de;}
main.main-content .has-grigio-ed-color{color:#ededed;}
main.main-content .has-grigio-999-color{color:#999;}
main.main-content .has-grigio-666-color{color:#666;}
main.main-content .has-grigio-333-color{color:#242424;}
main.main-content .has-nero-color{color:#000;}
main.main-content .has-bianco-color{color:#fff;}

main.main-content .has-oro-background-color{background-color:#d3a13b;}
main.main-content .has-cipriachiaro-background-color{background-color:#c9a695;}
main.main-content .has-celeste-background-color{background-color:#7fbac4;}
main.main-content .has-celestescuro-background-color{background-color:#317f87;}
main.main-content .has-grigioscuro-background-color{background-color:#357cf9;}
main.main-content .has-grigiochiaro-background-color{background-color:#e1e0de;}
main.main-content .has-grigio-ed-background-color{background-color:#ededed;}
main.main-content .has-grigio-999-background-color{background-color:#999;}
main.main-content .has-grigio-666-background-color{background-color:#666;}
main.main-content .has-grigio-333-background-color{background-color:#242424;}
main.main-content .has-nero-background-color{background-color:#000;}
main.main-content .has-bianco-background-color{background-color:#fff;}

.has-piccolissimo-font-size{font-size:0.5rem;line-height: 1rem;}
.has-piccolo-font-size{font-size:0.7rem;line-height: 1.3rem;}
.has-normale-font-size{font-size:1rem;line-height: 1.7rem;}
.has-medio-font-size{font-size:1.36rem;line-height: 1.85rem;}
.has-grande-font-size{font-size:2.2rem;line-height: 2.5rem;}
.has-grandissimo-font-size{font-size:3.05rem;line-height: 4rem;}
.has-gigante-font-size{font-size:4.07rem;line-height: 5rem;}

/* -------------------------------------------------------------------------------- */
/* ! GRID SYSTEM */
/* -------------------------------------------------------------------------------- */
.grid { margin: 0 auto; padding: 0 10px 10px 10px; max-width: 1250px; width: 100%;display: flex; flex-flow: row; flex-wrap: wrap;height: 100% !important;}
.grid--center{justify-content: center;}
.container-100 {width:100%;}

[class*='col-'] { position: relative;}

/* .container {width: 100%; max-width: 1250px; margin: 0 auto;}
.container-fluid {width:100%;} */
/* .row {width: 100%;max-width: 1250px;margin: 0 auto;flex-direction: row !important;flex-flow: wrap !important;display: flex;}
.row.center {display: flex; width: 100%; height: 100%; align-items: center;} */

.col-10{width: 10%;}
.col-15{width: 15%;}
.col-16{width: 16.6666666%;}
.col-20{width: 20%;}
.col-25{width: 25%;}
.col-30{width: 30%;}
.col-33{width: 33.33%;}
.col-40{width: 40%;}
.col-50{width: 50%;}
.col-60{width: 60%;}
.col-66{width: 66.6666666%;}
.col-70{width: 70%;}
.col-80{width: 80%;}
.col-90{width: 90%;}
.col-100{width: 100%;}

.col-10, .col-15, .col-16, .col-20, .col-25, .col-30, .col-33, .col-40, .col-50, .col-60, .col-66, .col-70, .col-80, .col-90, .col-100 {
	padding:0 20px;
}


@media (max-width: 768px) {

	.grid {flex-direction: column;}
	.grid-row {flex-direction: row !important;}
	
	.col-10.smart,	
	.col-15.smart,
	.col-16.smart,
	.col-20.smart,	
	.col-25.smart,	
	.col-30.smart,	
	.col-33.smart,	
	.col-33.smart,	
	.col-40.smart,	
	.col-50.smart,	
	.col-60.smart,	
	.col-66.smart,	
	.col-70.smart,	
	.col-80.smart,	
	.col-90.smart,	
	.col-100.smart {width: 100% !important;}
	
	.col-10.smart-50,
	.col-15.smart-50,
	.col-16.smart-50,	
	.col-20.smart-50,	
	.col-25.smart-50,	
	.col-30.smart-50,	
	.col-33.smart-50,	
	.col-33.smart-50,	
	.col-40.smart-50,	
	.col-50.smart-50,	
	.col-60.smart-50,	
	.col-66.smart-50,	
	.col-70.smart-50,	
	.col-80.smart-50,	
	.col-90.smart-50,	
	.col-100.smart-50 {width: 50% !important;}

	.col-10, 
	.col-15,
	.col-16,
	.col-20, 
	.col-25, 
	.col-30, 
	.col-33, 
	.col-40, 
	.col-50, 
	.col-60, 
	.col-66, 
	.col-70, 
	.col-80, 
	.col-90, 
	.col-100 {padding:0 10px;}
}
/* -------------------------------------------------------------------------------- */
/* ! MARGINI */
/* -------------------------------------------------------------------------------- */
/* ! MARGINI */
.mt6 {margin-top: 6rem;}
.mt5 {margin-top: 5rem;}
.mt4 {margin-top: 4rem;}
.mt3 {margin-top: 3rem;}
.mt2 {margin-top: 2rem;}
.mt1 {margin-top: 1rem;}
.mt0 {margin-top: 0;}

.mb6 {margin-bottom: 6rem;}
.mb5 {margin-bottom: 5rem;}
.mb4 {margin-bottom: 4rem;}
.mb3 {margin-bottom: 3rem;}
.mb2 {margin-bottom: 2rem;}
.mb1 {margin-bottom: 1rem;}
.mb0 {margin-bottom: 0;}

.mx6 {margin-left:6rem;margin-right:6rem;}
.mx5 {margin-left:5rem;margin-right:5rem;}
.mx4 {margin-left:4rem;margin-right:4rem;}
.mx3 {margin-left:3rem;margin-right:3rem;}
.mx2 {margin-left:2rem;margin-right:2rem;}
.mx1 {margin-left:1rem;margin-right:1rem;}
.mx0 {margin-left:0;margin-right:0;}

.my6 {margin-top:6rem;margin-bottom:6rem}
.my5 {margin-top:5rem;margin-bottom:5rem}
.my4 {margin-top:4rem;margin-bottom:4rem}
.my3 {margin-top:3rem;margin-bottom:3rem;}
.my2 {margin-top:2rem;margin-bottom:2rem;}
.my1 {margin-top:1rem;margin-bottom:1rem;}
.my0 {margin-top:0;margin-bottom:0;}

/* ! PADDING */
.pt6 {padding-top: 6rem;}
.pt5 {padding-top: 5rem;}
.pt4 {padding-top: 4rem;}
.pt3 {padding-top: 3rem;}
.pt2 {padding-top: 2rem;}
.pt1 {padding-top: 1rem;}
.pt0 {padding-top: 0;}

.pb6 {padding-bottom: 6rem;}
.pb5 {padding-bottom: 5rem;}
.pb4 {padding-bottom: 4rem;}
.pb3 {padding-bottom: 3rem;}
.pb2 {padding-bottom: 2rem;}
.pb1 {padding-bottom: 1rem;}
.pb0 {padding-bottom: 0;}

.px6{padding-left:6rem;padding-right:6rem}
.px5{padding-left:5rem;padding-right:5rem}
.px4{padding-left:4rem;padding-right:4rem}
.px3{padding-left:3rem;padding-right:3rem;}
.px2{padding-left:2rem;padding-right:2rem;}
.px1{padding-left:1rem;padding-right:1rem;}
.px0{padding-left:0;padding-right:0;}

.py6{padding-top:6rem;padding-bottom:6rem}
.py5{padding-top:5rem;padding-bottom:5rem}
.py4{padding-top:4rem;padding-bottom:4rem}
.py3{padding-top:3rem;padding-bottom:3rem;}
.py2{padding-top:2rem;padding-bottom:2rem;}
.py1{padding-top:1rem;padding-bottom:1rem;}
.py0{padding-top:0;padding-bottom:0;}

/* -------------------------------------------------------------------------------- */
/* ! BORDER BOX */
/* -------------------------------------------------------------------------------- */
*,
*:before,
*:after{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}
