/*
Theme Name: Bahamas
Theme URI: https://www.emmepubblicita.com/
Author: Web Agency Emmè
Author URI: https://www.emmepubblicita.com/
Description: Starter Theme Wordpress
Version: 2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bahamas

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

/* ! Reset */
body, html{ font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif; box-sizing: border-box;margin: 0;padding: 0;}
*,*:before,*:after{ box-sizing: border-box; }
h1,h2,h3,h4,h5,h6, p, ol, ul{margin: 0;padding: 0;}
ol,ul{padding-left: 20px;}
img{height: auto;}
a{text-decoration: none;}
hr{border:none; border-bottom: 1px solid #000}


html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  line-height: 1.46;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  color: var(--site-text-color);
  font-family: var(--body-font);
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,.main-title,.sub-title,.title, .tit, .h1, .has-h-1-font-size, .h2, .has-h-2-font-size, .h3, .has-h-3-font-size, .h4, .has-h-4-font-size, .h5, .has-h-5-font-size, .h6, .has-h-6-font-size{
  line-height: 1.2;
  color: var(--site-title-color);
  font-family: var(--heading-font);
  font-weight: 700;
  position: relative;
}

/* ! Title System */
h1, h2, h3, h4, h5, h6, p, ol, ul{margin-bottom: 1rem;}

h1, .main-title, .h1, .has-h-1-font-size {font-size: 36px;  }
h2, .sub-title, .h2, .has-h-2-font-size{font-size: 34px;}
h3, .title, .h3, .has-h-3-font-size{font-size: 28px;}
h4, .tit, .h4, .has-h-4-font-size{font-size: 24px;}
h5, .h5, .has-h-5-font-size{font-size: 20px;}
h6, .h6, .has-h-6-font-size{font-size: 18px;}


@media (max-width: 768px) {
  h1, .main-title, .h1, .has-h-1-font-size {font-size: 34px; }
  h2, .sub-title, .h2, .has-h-2-font-size{font-size: 30px;}
  h3, .title, .h3, .has-h-3-font-size{font-size: 26px;}
  h4, .tit, .h4, .has-h-4-font-size{font-size: 22px;}
  h5, .h5, .has-h-5-font-size{font-size: 18px; }
  h6, .h6, .has-h-6-font-size{font-size: 16px; }
}


/* Link color */
a { color: var(--link-color); }
a:hover { color: var(--link-color-hover); text-decoration: none; }

.clearfix, .cleared {
  clear: both;
}

ul {
  list-style-position: outside;
  padding-left: 20px;
}


.btn, .form .btn, .wp-block-buttons .wp-block-button a.wp-block-button__link, input[type="submit"] {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  color: #ffffff;
  transition: all .3s ease-in-out;
  background-color: var(--link-color);
  border-radius: 0px;
  border: 2px solid transparent;
  padding: 13px 20px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--body-font);
}


.wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link {
  background-color: transparent;
  color: #fff;
  border-color: inherit;
}

/*
.btn:hover, .form .btn:hover, .wp-block-buttons .wp-block-button a.wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link:hover, input[type="submit"]:hover {
  background: var(--link-color-hover);
  border-color: var(--link-color-hover);
  color: #fff;
}

*/

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="date"], textarea, select {
  border: none;
  background-color: #F8F8F8;
  padding: 0 15px;
  height: 44px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
  font-family: var(--body-font);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #2A292970;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

textarea {
  height: 80px;
  line-height: 1.6;
  padding: 10px;
}

select {
  background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 6L8.5 10L12.5 6" stroke="%231E1E1E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: 15px;
}

input:focus, textarea:focus {
  outline: none;
}

input[type="search"] {
  width: auto;
}

.form .field {
  margin-bottom: 20px;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wpcf7-spinner {
  position: absolute;
}

.wpcf7-form-control-wrap.privacy label,
.wpcf7-form-control.wpcf7-acceptance {
  font-size: 17px;

}

.wpcf7-not-valid-tip{
  z-index: 1;
  font-size: 10px;
  text-align: left;
  position: absolute;
  bottom: -12px;
  left: 15px;
  background: transparent;
  right: 15px;
  box-sizing: border-box;
  padding: 0.5px;
}

.privacy{
	margin: 10px 0;
  font-weight: 400;
  color: var(--site-text-color);

}

.privacy a {
  color: var(--site-text-color);
  text-decoration: underline;
}

.privacy .wpcf7-not-valid-tip {
  position: relative;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  text-align: inherit; 
}
.wpcf7-form-control-wrap label {
  font-weight: 400;
  color: var(--site-text-color);
}

.wpcf7-not-valid {
  border: 1px solid red !important;
  display: inline-block;
}

.wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid {
  border: none !important;
}

.wpcf7-response-output {
  max-width: 868px;
  margin: 30px auto 0 !important;
  border: none !important;
  color: red;
  text-align: center;
}

label {
  color: var(--site-title-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  display: block;
  margin: 0 0 5px;
  font-weight: 600;
  line-height: normal;
}



.dis, .privacy label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.privacy label a {
  color: #000;
}



.wpcf7-not-valid {
  border: 1px solid red !important;
  display: inline-block;
}

/* Per Webkit (Chrome, Safari, Edge) */
::-webkit-input-placeholder {
  color: rgba(51, 40, 30);
  opacity: 0.5;
}

/* Per Mozilla Firefox */
::-moz-placeholder {
  color: rgba(51, 40, 30);
  opacity: 0.5;
}

/* Per Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: rgba(51, 40, 30);
  opacity: 0.5;
}

/* Per Microsoft Edge (Legacy) */
::-ms-input-placeholder {
  color: rgba(51, 40, 30);
  opacity: 0.5;
}

/* Per i browser più moderni */
::placeholder {
  color: rgba(51, 40, 30);
  opacity: 0.5;
}






.header {
  position: relative;
  z-index: 100;
  padding: 10px 0;
transition: all 1s cubic-bezier(.215, .61, .355, 1);
}
.header-widget p a {
  color: #fff;
}

.scroll-down .header-widget p a {
	color:var(--site-title-color) !important;
}

.scroll-down .header-widget .wp-block-button a{
	background-color: var(--link-color) !important;
	color: #fff !important;
}

.scroll-down .header-widget svg{
	filter:invert();
}

.scroll-down .header-widget {
	display:none;
}

.page-template-menu-trasparent .header {
  background: transparent !important;
  position: fixed;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(255,255,255,.15);
  transition: transform .95s ease 0s;
}

.scroll-down .header{
	background: #fff !important;
  box-shadow: 0 13px 15px -12px rgba(35,35,35,.15);
	padding:0;
}



#logo {
  position: relative;
  z-index: 50;
}

#logo img {
  padding: 10px 0;
  height: 80px;
  width: auto;
  display: block;
  box-sizing: content-box;
transition: all 1s cubic-bezier(.215, .61, .355, 1);

}

.scroll-down #logo img{
	  height: 70px;

}

.header .corp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigator .menu {
  margin: 0;
  padding: 0;
  z-index: 110;
  position: relative;
  text-align: right;
}

.navigator .menu li {
  display: inline-block;
  position: relative;

}

.navigator .menu li a {
  padding: 0 0px;
  color: var(--site-title-color);
  display: block;
  text-decoration: none;
  line-height: 70px;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  letter-spacing: 0;
	  margin: 0 20px;

}


.page-template-menu-trasparent .navigator .menu li a { 
  color: #fff;
}

.scroll-down .header .navigator .menu li a {
	color:var(--site-title-color) !important;
}

.navigator .menu li a:hover,
.navigator .menu li.current_page_item>a {
  color: #fff;
}


.navigator .menu > li > a::before {
  content: "";
  background: #fff;
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
}

.scroll-down .navigator .menu li a::before {
	background:#000;
}

.navigator .menu li a:hover:before,
.navigator .menu li.current_page_item>a:before {
	  width: 100%;

}


.navigator .menu ul {
  display:none;
  position: absolute;
  padding: 0;
  left:0;
  width: 300px;
  transition: all 0.6s cubic-bezier(.215, .61, .355, 1);
  box-shadow: 0 9px 68px 0 rgba(38, 43, 43, 0.1);
  background: #fff;
  top: 50px;
}
.navigator .menu li:hover ul,
.navigator .menu li:focus-within ul {
  display:block;
  z-index: 300;
}
.navigator .menu ul li { 
  width: 100%;
  display:block;	
}

.navigator .menu ul li a {
  line-height: 20px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #000 !important;
  text-align: left;
  margin:0;
}

.navigator .menu ul li a:hover{
  background-color: #f5f5f5;
}


.navigator .menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 28px;
}

.navigator .menu > li.menu-item-has-children > a::after {
  content: " ";
  width: 30px;
  height: 30px;
  background-size: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(90deg);
  margin-top: -17px;
  background-size: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg width="50px" height="50px" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"><path fill="black" d="M22.7 34.7l-1.4-1.4 8.3-8.3-8.3-8.3 1.4-1.4 9.7 9.7z"/></svg>');
}


.footer {
  padding-top: 80px;
  padding-bottom: 0px;
  font-size: 14px;
  border-top: 1px solid #eaeaea;
}

.footer .corp{
	  border-bottom: 1px solid #eaeaea;
	  padding-bottom: 60px;


}

.footer h4, .footer .tit {
  font-size: 21px;
  margin: 0 0 18px;
}

.footer a {
  color: #000;
}

.footer a:hover, 
.credit a:hover {
  color: #000;
  text-decoration:underline;
}

.footer ul {
  padding-left: 10px;
}

.credit {
  text-align: center;
  padding: 15px 0 10px;
  font-size: 11px;
}

.credit a{
  color: #000;
}

.credit p {
  margin: 0;
}

.contenuto img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-hero {
  padding: 150px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
.page-hero .main-title {
  margin: 0;
}

.whatsapp-button {
  background: #42e35f;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  z-index: 200;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
} 
.whatsapp-button:hover {
  transform: scale(1.1);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.4);
}


.coverHome .main-title {
  font-size: 40px !important;
}
.coverHome .main-title strong {
  font-size: 70px;
}


.img-shadow:before {
  content: '';
  position: absolute;
  display: block;
  width: 210px;
  height: 297px;
  bottom: -30px;
   background-color: var(--link-color);
  transition: all 1s ease 1.5s;
  opacity: 1;
  transform: scale(1);
  right: -30px;
}
.img-shadow {
  position: relative;
}
.img-shadow img {
  mix-blend-mode: multiply;
  width: 100%;
}




/* ! FAQ */


.schema-faq-section::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.75 10C19.75 10.2344 19.5625 10.375 19.375 10.375H10.375V19.375C10.375 19.6094 10.1875 19.7969 10 19.7969C9.76562 19.7969 9.625 19.6094 9.625 19.375V10.375H0.625C0.390625 10.375 0.25 10.2344 0.25 10.0469C0.25 9.8125 0.390625 9.625 0.625 9.625H9.625V0.625C9.625 0.4375 9.76562 0.296875 10 0.296875C10.1875 0.296875 10.375 0.4375 10.375 0.625V9.625H19.375C19.5625 9.625 19.75 9.8125 19.75 10Z" fill="black"/></svg>');
  position: absolute;
  right: 20px;
  top: 25px;
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.schema-faq-section.active::after {
  background-image: url('data:image/svg+xml,<svg width="20" height="2" viewBox="0 0 20 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.625 1.375C0.390625 1.375 0.25 1.23438 0.25 1.04688C0.25 0.8125 0.390625 0.625 0.625 0.625H19.375C19.5625 0.625 19.75 0.8125 19.75 1.04688C19.75 1.23438 19.5625 1.375 19.375 1.375H0.625Z" fill="black"/></svg>');
}
.schema-faq-question {
  color: var(--site-title-color);
  cursor: pointer;
  font-family: var(--body-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

.schema-faq-section {
  position: relative;
  padding: 30px 30px 30px 0px;
  cursor: pointer;
  border-bottom: 1px solid #000;
}
.schema-faq-answer {
  display: none;
  margin-bottom: 0;
  margin-top: 45px;
    padding-left: 0;
    font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 22px;
  max-width: 994px;
  color: var(--site-body-color);
}

.schema-faq-answer ul {
  list-style-type: none;
}

.schema-faq-question strong {
  font-weight: 600;
}
.schema-faq-answer a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .schema-faq-section::before, .schema-faq-section::after { right: 0; top:30px;}
  .schema-faq-question { font-size: 17px; }
  .schema-faq-answer {
  font-size: 16px;
}
}




.review .item p {
  font-family: var(--heading-font);
  position: relative;
  font-size: 21px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: -.02em;
}
.review .item cite {
  font-size: 15px;
  font-weight: 700;
  margin-top: 9px;
  margin-bottom: 3px;
  font-family: work sans,sans-serif;
  color: #000;
  text-align: center;
}
.review .item::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M5.29289 1.29291L6.70711 2.70712L3 6.41423V7.00001H7V14H1V5.5858L5.29289 1.29291Z" fill="%23f1f1f1"></path><path d="M15 7.00001H11V6.41423L14.7071 2.70712L13.2929 1.29291L9 5.5858V14H15V7.00001Z" fill="%23f1f1f1"></path></g></svg>') !important;
  position: absolute;
  left: 60px;
  top: 20px;
  width: 80px;
  height: 80px;
  display: block;
  background-repeat: no-repeat;
}

.review .item {
  padding: 70px;
  position: relative;
  max-width: 760px;
  margin: auto;
}



.contact-item {
  text-align: center;
  box-shadow: 0 5px 83px rgba(40,40,40,.1);
}
.contact-item .location {
  padding: 33px 0;
  border-bottom: 1px solid #eaeaea;
}

 .contact-item .location p {
  font-size: 17px;
  line-height: 24px;
  color: #282828;
  font-weight: 700;
  margin-bottom: 0;
}

.contact-item .contact-info {
  padding: 35px 0 40px;
  margin: 0;
}

.contact-item .contact-info p {
  font-size: 14px;
  line-height: 21px;
  color: #a5a5a5;
  margin-bottom: 9px;
}

.contact-item .contact-info p a{
    color: #a5a5a5;

}

.yoast-breadcrumbs a {
  color: #fff;
}

body:not(.scroll-down) .navigator .menu > li.menu-item-has-children > a::after {
  filter: invert();
}



.servizi .item img {
  aspect-ratio: 370/462;
  object-fit: cover;
}
.servizi .item .text {
  position: absolute;
  top: 419px;
  text-align: center;
  padding: 0 40px;
  cursor: pointer;
  transition: all 500ms ease 0s;
  z-index: 9;
}
.servizi .item {
  position: relative;
  color: #fff;
  overflow:hidden;
}
.servizi .item .tit a {
  color: #fff;
}
.servizi .item .tit {
  font-size: 22px;
  margin: 0 0 15px;
  font-weight: 700;
  text-transform: ;
}
.servizi .read-more {
  display: inline-block !important;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  position: relative;
  text-decoration-color: #fff;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: none;
  text-decoration-style: ;
  padding-bottom: ;
  line-height: ;
}
.servizi .item p {
  font-size: 14px;
}
.servizi .item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  pointer-events: none;
  transition: all 450ms ease 0s;
}
.servizi .item figure {
  margin: 0;
}

@media screen and (min-width: 1025px) {

.servizi .item:hover .text {
  top: 280px;
}
	
}
.servizi .item:hover:before {
  background-color: #006da59e;
}


.is-vertically-aligned-stretch figure, .is-vertically-aligned-stretch figure img {
  height: 100%;
  object-fit: cover;
}

.box-align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.servizi .item .text .intro {
  opacity: 0;
}
.servizi .item:hover .text .intro {
  opacity: 1;
}



.breadcrumb_last {
  color: #fff;
}
.yoast-breadcrumbs {
  color: #fff;
}




/* ! Back to top */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1000;
  display: none;
  border-radius: 65px;
  background: var(--link-color);
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.20);
  align-items: center;
  justify-content: center;
}



/*--------------------------------------------------------------
# Breakpoint (1024px)
--------------------------------------------------------------*/

@media screen and (max-width: 1024px) {

  .top-bar {
    display: none;
  }

  .resmenu {
    display: block;
	order: 3;
  }
	
  .header-widget{
	margin-left:auto; 
	margin-right:40px;
  }


  .navigator {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    bottom: 0;
    padding-top: 20px;
    background-color: #fff;
    z-index: 200;
    margin:0;
    overflow: scroll;
    padding-left: 40px;
    padding-right: 40px;
  }

  .visible {
    overflow: hidden;
  }

  .visible .navigator {
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }

  .navigator .menu {
    display: block;
    width: 100%;
    margin: 40px auto 0;
    position: relative;
	     text-align: left;
  }

  .navigator .menu li {
    display: block;
  }

  .navigator .menu li a {
    line-height: 60px;
    background-color: transparent;
	  text-align:left !important;
	  color:#000 !important;
	  margin:0;
  }
	
	.navigator .menu li a:before{
		display:none !important;
	}
	body:not(.visible) #nav-icon2 span {
		background:#fff;
	}
	
	.scroll-down #nav-icon2 span{
				background:#000 !important;

	}
	
 .navigator .menu .sub-menu {
    position: relative;
    width: 100%;
    opacity: 1;
    top: auto !important;
    visibility: visible;
    box-shadow: none;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin: 0;
	padding: 0px;
    display: block;
  }

  .navigator .menu .open-dropdown .sub-menu {
    max-height: 980px;
  }

  .menu > li.menu-item-has-children.open-dropdown > a::after{
	transform: rotate(-90deg);
  }
	
  .navigator #logo img {
    padding: 0;
  }
	.navigator .menu > li.menu-item-has-children > a {
  margin: 0;
  display: inline-block;
}
	
body:not(.scroll-down) .navigator .menu > li.menu-item-has-children > a::after {
  filter: none;
}
}

/*--------------------------------------------------------------
# Breakpoint (768px)
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {

  .header-widget { display:none; }

.sv-grid {
  display: flex !important;
  flex-direction: column;
}
.review .item {
  padding-left: 0;
  padding-right: 0;
}
.img-shadow::before {
  right: -15px;
}
	

.coverHome .main-title {
  font-size: 20px !important;
}
.coverHome .main-title strong {
  font-size: 40px !important;
}
.coverHome {
  padding-top: 160px !important;
}	
	
.wp-block-group.wp-block-group-is-layout-grid {
  display: flex;
  flex-direction: column;
}
.wp-block-columns.alignfull.has-background {
  padding-left: 15px !important;
  padding-right: 15px !important;
}	

	
body:not(.home) .wp-block-cover__inner-container {
  padding: 0 !important;
}
:where(.wp-block-group.has-background) {
  padding-left: 15px;
  padding-right: 15px;
}
	
	

.feature-1 .item {
  text-align: center;
}
.feature-1 .wp-block-outermost-icon-block {
  text-align: center;
  margin: auto !important;
  justify-content: center;
}	
	
	
.servizi .item .text {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.servizi .item .text .intro, .servizi .item .text .read-more {
  display: none !important;
}
	

.nav-widget p {
  font-size: 11px;
}	
	
}
