/*
Theme Name: Bahamas
Theme URI: https://www.emmepubblicita.com/
Author: Web Agency Emmè
Author URI: https://www.emmepubblicita.com/
Description: Starter Theme Wordpress
Version: 1.0
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.
*/


body {
	margin:0;
	line-height:1.46;
  	font-size:16px;
  	font-family: "Montserrat", Sans-serif;
  	font-weight:400;
    position: relative; 
    color: #555;
	overflow-x: hidden;
}


h1,h2,h3, .main-title, .subTit, .tit {
  line-height:1.2;
  font-weight: 600;
  color: #527aa4;
}

.main-title {
  font-size: 34px;
  line-height: 1.2;
  position: relative;
  margin: 0 0 8px;
  z-index: 2;
  letter-spacing: -1.15px;
  text-transform: uppercase;
}

h2, .subTit {
  font-size: 27px;
  line-height: 1.2;
  position: relative;
  margin: 0 0 15px;
  color: #527aa4;
  letter-spacing: -0.7px;
}

h3 {
  font-size: 24px;
  color: #f5c500;
	margin: 0 0 28px;
}

a, a:visited {
	text-decoration:none;
	color:#f5c500;
}

p strong, ul strong {
  font-weight: 600;
  color: #000;
}

.clearfix,
.cleared {
	clear:both;
}

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

.center{
  text-align: center;
}


.btn, .form .btn, .wp-block-buttons .wp-block-button a.wp-block-button__link {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: inline-block;
  color: #ffffff;
  transition: all .3s ease-in-out;
  background-color: #f5c500;
  border-radius: 3px;
  border: 2px solid transparent;
  padding: 15px 30px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
	z-index: 2;
}

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

.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 {
  background: #527aa5;
  border-color: #527aa5 ;
  color: #fff !important;
}

.header-widget .wp-block-buttons .wp-block-button a.wp-block-button__link {
  padding: 12px 20px;
  background-color: #497ebb;
}

.header-widget .wp-block-buttons .wp-block-button a.wp-block-button__link:hover{
  background-color: #f5c500;
  border-color: #f5c500 ;
}

.btn:visited, .wp-block-buttons .wp-block-button a.wp-block-button__link:visited{
  color: #fff;
}

.wpcf7-form .form .field input, .wpcf7-form .form textarea, .wpcf7-form .form select {
  border: 1px solid #eee;
  background-color: #fff;
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
  box-sizing: border-box;
  width: 100%;
  color: #535353;
  font-size: 13.5px;
  border-radius: 4px;
  font-family: "Montserrat", Sans-serif;
}

.wpcf7-form .form textarea {
  height: 100px;
}

.form .field {
  margin-bottom: 0;
}


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

.wpcf7-spinner {
    position: absolute;
}

.wpcf7-acceptance label {
  font-size: 13px !important;
  font-weight: 400 !important;
}

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



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

.wpcf7-spinner {
    position: absolute;
}

.wpcf7-form-control-wrap.privacy label {
	font-size: 13px;
}


.header {
  position: relative;
  z-index: 100;
}

#logo {
	bottom:0px;
	position:relative;
	z-index:50; 
  max-width:400px;
}

#logo img {
  padding: 25px 0;
  height: 45px;
  width: auto;
  display: block;
}


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

.navigator .menu {
  margin: 0;
  padding: 0;
  z-index: 110;
  position: relative;
}
.navigator .menu li {
	display:inline-block;
  	position: relative;
	
}
.navigator .menu li a {
	padding: 0 20px;
	line-height:110px;
	color: #444;
	display: block;
	text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

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


.navigator .menu ul {
display:block;
padding: 12px;
position: absolute;
  left:0;
width: 200px;
visibility: hidden;
opacity: 0;
transition: all 200ms ease-in;
box-shadow: 0 9px 68px 0 rgba(38, 43, 43, 0.1);
background: #fff;
top: 100px;
}
.navigator .menu li:hover ul
{
visibility:visible;
opacity: 1;
top: 40px;
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;
text-align: left;
}

.footer {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #28343b;
  color: #efefef;
  font-size: 13px;
}

.footer h4 {
  font-size: 21px;
  margin: 0 0 18px;
  text-transform: uppercase;
}


.footer a {
  color: #fff;
}
.footer a:hover {
  color: #00a7ff;
}
.footer ul {
  padding-left: 10px;
}
.footer p strong, .credit p strong {
  color: #fff;
}
.credit {
	background-color: #28343b; 
  color: #999;
	text-align:center;
	padding:30px 0 ;
	font-size:14px;
}
.credit a {
	color:#888;
}
.credit p{
  margin: 0;
}
/*
.contenuto {
	padding-top:40px;
	padding-bottom:40px;
}
*/
.contenuto img {
  width: 100%;
  height: auto;
  display: block;
}


.call{
  display: none;
}

.menu-tel{
	position:relative;
}
  .wp-block-buttons .wp-block-button.menu-tel a.wp-block-button__link{
  color: #2fa319 !important;
  padding: 0 15px 0 0px !important;
  font-weight: 600 !important;
  font-size: 21px !important;
  line-height: 20px;
  background: transparent !important;
	  border:none !important;
}
.menu-tel a::before {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" height="20px" width="20px"><path d="M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z"/></svg>');
    color: #fff;
    font-size: 30px;
	margin-right: 10px;
	filter: invert(41%) sepia(76%) saturate(721%) hue-rotate(68deg) brightness(104%) contrast(85%);
}

.menu-tel a::after {
  position: absolute;
  content: "";
  display: block;
  height: 50px;
  border-radius: 10px;
  border-right: 2px solid #2fa319;
  right: 0px;
  top: 50%;
  bottom: 0;
  left: 10px;
  border-bottom: 2px solid #2fa319;
  border-top: 2px solid #2fa319;
  transform: translateY(-50%);
}


#coverHome {
  padding: 60px 0;
}


.wp-block-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.wp-block-gallery.columns-4 figure img {
  height: 27px;
  width: auto;
  padding: 20px 35px;
}
.grecaptcha-badge {
  display: none !important;
}


.numero-verde {
  position: relative;
}
.numero-verde img {
  height: 60px;
}
.numero-verde span {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  top: 45%;
  transform: translateY(-50%);
  font-size: 25px;
  font-weight: 600;
}

.header-widget {
  display: flex;
  align-items: center;
}
.header-widget .widget {
  margin-left: 30px;
}


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

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

 
  body {
    padding-bottom: 51.2px;
}

	
.call {
  background: #fff;
  position: fixed;
  bottom: 0;
  z-index: 99999;
  left: 0;
  right: 0;
	box-shadow:0px 0px 12px #aaa;
  padding: 5px;
  box-sizing: border-box;
  display: block;
}
	
 .call .widget {
  display: flex;
  justify-content: right;
  align-items: center;
}
  
.call a {
  color: #fff;
  text-align: center;
  display: block;
  height: 38px;
  width: 38px;
  border-radius: 4px;
  margin: 3px 0 3px 10px;
  line-height: 60px;
}

.call span {
  margin-left: 10px;
  margin-right: auto;
  font-size: 12px;
  text-align: left;
  color: #1d1d1d;
  text-transform: uppercase;
  line-height: 16px;
}
	
.call a{
  font-size:0;
}

.call svg {
  height: 20px;
  margin-right: 0;
}
  
  .call a:nth-child(2){
	 background-color:#187927;
  }
  .call a:nth-child(3){
    background-color:#3aca0d;
  }
  .call a:nth-child(4){
    background-color:#c1272d; 
  }
.top-bar, .header-widget{
  display:none;
}	
  .dm {
  font-size: 13px !important;
  width: 130px !important;
  line-height: 42px !important;
  background: #497ebb !important;
  text-transform: uppercase;
  font-weight: 600;
}
     
}

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

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

.main-title {
  font-size: 30px;
}

h2, .subTit {
  font-size: 26px;
}
	
	#coverHome .wp-block-media-text {
  display: flex;
  flex-direction: column-reverse;
}
	
	#coverHome .wp-block-spacer {
  height: 30px !important;
}

}
