/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 @font-face {
    font-family: 'matao_free_demoregular';
    src: url('../fonts/matao_free_demo_-webfont.woff2') format('woff2'),
         url('../fonts/matao_free_demo_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'barlistaregular';
    src: url('../fonts/barlista-zvqxb-webfont.woff2') format('woff2'),
         url('../fonts/barlista-zvqxb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
 
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); 

body {
	font-family: "Poppins", sans-serif;
	font-size:16px;
	font-weight: 400;
	color:#025373;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

a {
	transition: all 0.5s;
}

.uk-panel-header {
	display: none;
}

.uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
	margin-top: 0px!important;
}

.tm-navbar {
	float: right;
}

.uk-navbar {
	background: transparent;
	color:#025373;
}

.uk-navbar-nav > li > a {
	color: #025373;
    font-size: 18px;
    letter-spacing: 0.05em;
    padding: 0 20px;
    border-right: 2px solid #3A8E9E;
}

.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li.uk-active > a:hover,
.uk-navbar-nav > li.uk-active > a:focus {
	color:#3A8E9E;
	font-weight: 500;
	background: transparent;
}

.uk-navbar-nav > li:last-child > a {
	border-right:none;
}
 
 h1,
 .h1 {
 	font-family: 'matao_free_demoregular';
 	font-size: 40px;
 	color: #3A8E9E;
 }
 
 h2,
 .h2 {
    font-family: 'barlistaregular';
 	font-size: 30px;
 	color:#025373;
 }

h3,
 .h3 {
 	font-family: 'matao_free_demoregular';
 	font-size: 24px;
 	color: #E3B48E;
 }
 
 .tm-logo img {
 	width: 250px;
 }
 
 .tm-headerbar .tm-logo {
 	padding-left: 20px;
 }
 
 .box-testo {
 	padding: 0 4em;
 }

.home .uk-width-medium-1-2 {
	position: relative;
}

.home .box-testo h1:before {
	content: '';
	background: #025373;
	width: 200px;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	position: absolute;
	left: -4em;
	top: 0.6em;
	z-index:-1;
}

.articolo.home {
	background: url(../images/stelle_marine.svg);
	background-position-x: right;
	background-position-y: -4em;
	background-repeat: no-repeat;
	background-size: 20em;
}

.slider {
	height: 50vh;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}

.slider.homepage {
	background: url(../images/slider-home.jpg);
	text-align: center;
}

.slider.shop {
	background: url(../images/slider-shop.jpg);
}

.slider.laboratorio {
	background: url(../images/slider-laboratorio.jpg);
}

.slider.contatti {
	background: url(../images/ciro-rosato.jpg);
}

.slider.homepage h1,
.slider.homepage h2 {
	color: #fff;
	margin-bottom: -15px;
}

.uk-panel-box {
padding: 0px!important;
color:#025373!important;
background: transparent;
}

.ciro-home {
	background:#025373;
}

.ciro-home h1,
.ciro-home h2,
.ciro-home p {
	color: #fff!important;
}

.laboratorio-home {
	background: url(../images/bg-alghe.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 4em;
}

.uk-button {
	background: #fff;
	border: 1px solid #E3B48E;
	border-radius: 50px;
	padding: 10px 40px;
	color:#E3B48E;
	font-weight: 600;
}

.uk-button:hover,
.uk-button:focus,
a:hover .uk-button {
	background: #E3B48E;
	color:#fff;
}

.laboratorio-home p {
	width: 50vw;
	display: block;
	margin: 40px auto;
	line-height: 1.4em;
}

.gallery{
	list-style: none;
	padding-left: 0;
	text-align: center;
}

.gallery li {
	display: inline-block;
	vertical-align: bottom;
	width: 24%
}

.gallery li img {
	padding: 1em;
}

.tm-leading-article .uk-article:last-child {
	padding-bottom: 0px!important;
	border-bottom: none!Important;
}

.dubbi {
	background: linear-gradient(to right, rgba(58,142,158,0.5), rgba(58,142,158,0.5) 50%, rgba(58,142,158,0) 50%), url(../images/bg-contatti.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20vh 4vw;
	text-align: right;
}

.dubbi h1,
.dubbi p {
	color: #fff;
}

.dubbi a {
	color: #fff;
	text-decoration: underline;
	font-weight: 600;
	font-size: 30px;
}

.dubbi i {
	margin-right: 10px;
}

.tm-footer {
	background:#025373;
	color: #fff;
	margin-top: 0px;
	padding: 4em;
	margin-bottom: 0px!important;
}

.tm-footer h1 {
	color: #fff;
}

.tm-footer .box-right {
	text-align: right;
	padding: 20px;
	position: relative;
}

.tm-footer .box-right:after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.tm-footer .box-left {
	text-align: left;
	padding: 20px;
}

.tm-footer ul {
	list-style: none;
	padding-left: 0;
}

.tm-footer .box-left li {
	margin: 10px auto;
}

.tm-footer .box-left a {
	color: #fff;
}

.tm-footer .box-left i {
	width: 30px;
	color: #E3B48E;
	font-size: 24px;
}

.tm-footer .box-left .uk-icon-envelope {
	font-size: 20px;
}

.tm-footer .box-social {
	padding-top: 2em;
	position: relative;
	text-align: center;
}

.tm-footer span {
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.tm-footer span:before {
	content: '';
	display: block;
	width: 80vw;
	height: 2px;
	background: #fff;
	margin: 0 auto 20px;
}

.tm-footer img {
	height: 50px;
	margin: 5px;
}

.credits {
	text-align: center;
	padding: 10px
}

.credits a {
	color: #025373;
	font-weight: 700;
}

.blog-shop-frontpage,
.bg-stelle {
	background: url(../images/bg-stelle.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: top;
	padding: 4em 0 8em;
}

.bg-stelle {
	padding: 4em 0;
}


.blog-shop-frontpage .description {
	text-align: center;
	padding: 2em 0;
}


.prodotti-teaser {
	display: block;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	text-align: center;
	color: #025373;
}

.prodotti-teaser:hover {
	text-decoration: none;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.prodotti-teaser .pos-title {
	margin-bottom: 0px;
}


.prodotti-teaser .scopri {
	color:#E3B48E;
	font-size: 14px;
	margin-top: 10px;
	padding-top: 10px;
	position: relative;
}

.prodotti-teaser .scopri:before {
	content: '';
	width: 150px;
	height: 1px;
	background: #3a8d9e;
	display: block;
	margin: 0 auto 10px;;
}

.prodotti-teaser .box-testo {
	padding: 20px;
}

.prodotti-full .pos-title {
	margin-bottom: 0px;
}

.prodotti-full .pos-price {
	display: block;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 1em;
	border-bottom: 1px solid #3A8E9E;
}

.prodotti-full .pos-caratteristiche {
	padding: 2em 0;
}

.prodotti-full .whatsapp a {
	color:#E3B48E;
	font-size: 24px;
	text-decoration: underline;
}

.prodotti-full .whatsapp i {
	margin-right: 5px;
}

.descrizione-full {
	padding:4em 0;
	line-height: 1.6em;
}

.handmade {
	font-family: 'barlistaregular';
    font-size: 30px;
    color: #3A8E9E;
    margin: 2em;
    text-align: center;
    display: block;
}

.spec {
	font-weight: 600;
}

.pos-caratteristiche ul {
	list-style: none;
	padding-left: 0;
	margin: 10px auto;
	font-weight: 600;
}
.pos-caratteristiche span {
	display: block;
	font-weight: 300;
	margin-bottom: 10px;
}

.pos-caratteristiche .prefix {
	font-weight: 400;
	margin-bottom: -10px;
}

.guarda-tutto {
	display: block;
	margin: 20px;
	text-align: center;
}

.creazioni-disponibili {
	margin: 4em auto;
}

.creazioni-disponibili li .uk-panel{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #025373;
}

.creazioni-disponibili li .uk-button {
	margin: 0px 0px 20px;
}

.creazioni-disponibili .uk-slidenav-position .uk-slidenav {
	display: block;
	color:rgba(58, 142, 158, 0.4);
}

.creazioni-disponibili .uk-slidenav-position .uk-slidenav-next {
	right: -2em;
}

.creazioni-disponibili .uk-slidenav-position .uk-slidenav-previous {
	left: -2em;
}

.creazioni-disponibili li .uk-margin {
	padding-bottom: 20px;
    border-bottom: 1px solid #3A8E9E;
    display: inline-block;
    width: 50%;
}

.creazioni-disponibili li .uk-h1 {
	padding: 0px 20px;
    margin-bottom: -10px;
    font-size: 30px;
    line-height: 1.2em;
}

.creazioni-disponibili .uk-overlay-background {
	background:rgba(58, 142, 158, 0.4);
}
.uk-overlay-icon:before {
	content: "\f067";
}

.bg-alghe {
	background: url(../images/bg-alghe.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: top;
	padding: 4em 0 8em;
}

.bg-alghe h2 {
	margin-top: -20px;
}

.creazioni-uniche,
.creazioni-sostenibili {
	background: #025373;
    color: #fff;
}

/*.creazioni-uniche .box-testo,
.creazioni-sostenibili .box-testo {
	padding: 4em 2em;
}*/

.creazioni-uniche h1, 
.creazioni-uniche .h2,
.creazioni-sostenibili h1, 
.creazioni-sostenibili .h2 {
	color: #fff;
}

.creazioni-artigianali {
	padding: 4em 0;
}

.creazioni-artigianali .gallery li {
	width: 19%;
}

.creazioni-artigianali .gallery li:first-child,
.creazioni-artigianali .gallery li:last-child {
	margin-bottom: 20px;
}

.creazioni-artigianali .gallery li:nth-child(3) {
	margin-bottom: -20px;
}

.creazioni-artigianali .gallery li img{
	padding: 0.2em;
}

.bg-stelle .contatti-small a {
	display: inline-block;
	padding: 10px 20px;
	margin: 0px 20px;
	color: #E3B48E;
	text-transform: uppercase;
	border: 1px solid;
	border-radius: 50px;
}

.bg-stelle .contatti-small a:hover {
	color: #fff;
	background: #E3B48E;
	text-decoration: none;
}

.bg-stelle .contatti-small i {
	display: block;
	font-size: 30px;
	margin-bottom: 5px;
}

.uk-invisible {
	visibility: visible!important;
}

.uk-dotnav > .uk-active > * {
	background:rgba(58,142,158,0.5);
}

.uk-dotnav > * > * {
	background:rgba(58,142,158,0.1);	
}

.zoo-item .tm-top-a {
	display: none;
}

.blog-shop .uk-width-medium-1-4 {
	padding-bottom: 20px;
}

.blog-shop .categories {
	text-align: center;
    margin-bottom: 30px;
}
.categories .width33 {
	display: inline-block;
	width: auto!important;
}

.blog-shop .category {
	margin: 0px 20px 20px;
}



.blog-shop .category .title {
	font-family:"Poppins", sans-serif;
	margin-bottom: 0px;
	font-size: 16px;
}

.creazioni-disponibili .uk-button.vedi {
	display: block;
    margin: 0 auto;
    text-align: center;
    width: 200px;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {}

@media (min-width: 960px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 959px) {
}

@media(max-width:767px) {

h1,
 .h1 {
 line-height: 1em;
 }
 
.home .box-testo h1:before {
	display: none;
}

.uk-navbar-content {
	height: auto;
}

.tm-navbar {
	margin: 0 auto;
}

.uk-navbar-toggle {
	float: right;
	color: #3a8e9e;
	font-size: 24px;
	height: 70px;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #3a8e9e;
  color: #ffffff;
}

.tm-footer {
	padding: 2em;
}

.tm-footer h1 {
	font-size: 34px;
}

.box-testo,
.laboratorio-home {
	padding: 2em 4em;
}

.laboratorio-home p{
	width:auto; 
}

.laboratorio-home .gallery {
	display: none;
}

.dubbi {
	background: linear-gradient(to right, rgba(58,142,158,0.5), rgba(58,142,158,0.5) 50%, rgba(58,142,158,0.5) 50%), url(../images/bg-contatti.jpg);
	    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10vh 4vw;
}

.bg-alghe {
	padding:4em 0 2em;
}

.creazioni-artigianali .gallery {
	display: none;
}

.prodotti-teaser {
	margin-bottom: 40px;
}

.uk-offcanvas-bar {
	background: #025373;
}

.uk-nav-offcanvas > li > a {
  color: #fff;
  padding: 20px 15px;
  font-family: 'matao_free_demoregular';
  font-size: 30px;
}

.dubbi a {
	font-size: 18px;
}

.uk-dotnav > * > * {
	width: 15px;
	height: 15px;
}

.uk-dotnav > * {
	padding-left:10px;
}
}