/*
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.
*/
html {
scroll-behavior: smooth;
}
body {
margin:0;
line-height:1.46;
font-size:16px;
font-family: "Open Sans", Sans-serif;
font-weight:400;
position: relative;
color: #555;
overflow-x: hidden;
}
h1,h2,h3,h4,.main-title,.subTit,.tit {
line-height: 1.2;
color: #000;
font-weight: 600;
position: relative;
}
h1,.main-title {
margin: 0 0 15px;
text-transform: uppercase;
font-size: 30px;
color:#087239;
}
h2,.subTit {
font-size: 26px;
margin: 0 0 15px;
}
h3 {
font-size: 24px;
}
h4,.tit {
font-size: 20px;
}
.preTit {
text-transform: uppercase;
font-weight: normal;
font-size: 20px;
margin: 0;
}
a {
text-decoration:none;
color:#000;
}
.clearfix,
.cleared {
clear:both;
}
ul {
list-style-position:inside;
}
.center{
text-align: center;
}
.btn, .form .btn, .wp-block-buttons .wp-block-button a.wp-block-button__link, button, input[type="submit"] {
font-size: 15px;
font-weight: 600;
display: inline-block;
color: #ffffff;
transition: all .3s ease-in-out;
background-color: #087239;
border-radius: 10px;
border: 2px solid transparent;
padding: 14px 15px;
position: relative;
box-sizing: border-box;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.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, button:hover, input[type="submit"]:hover {
background: #7e7e7e;
border-color: #7e7e7e ;
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: 1px solid rgb(119, 119, 119);
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: 10px;
font-family: 'Open Sans', sans-serif;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
textarea {
height: 100px;
line-height: 1.6;
padding: 10px;
}
input[type="search"]{
width: auto;
}
.form .field {
margin-bottom: 0;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0;
}
.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 .wpcf7-not-valid-tip {
position: relative;
top: 0;
bottom: 0;
left: auto;
right: auto;
text-align: inherit;
}
.wpcf7-not-valid {
border: 1px solid red !important;
display: inline-block;
}
.wpcf7-spinner {
position: absolute;
}
.wpcf7-form-control-wrap.privacy label, .wpcf7-acceptance {
font-size: 13px;
}
.header {
position: absolute;
z-index: 300;
left: 0;
right: 0;
}
#logo {
bottom:0px;
position:relative;
z-index:50;
max-width:160px;
width: 80%;
display: block;
text-align: center;
margin: 0 auto;
}
#logo img {
padding: 15px 0 0;
width: 100%;
display: block;
}
.header .corp {
display: flex;
align-items: center;
justify-content: space-between;
}
.navigator .menu {
margin: 0;
padding: 0;
z-index: 110;
position: relative;
width: 50%;
text-align: left;
}
.navigator {
position: absolute;
left: 0;
right: 0;
bottom:0px;
display: flex;
justify-content: center;
}
.navigator .menu.menu_left {
margin-right: 100px;
text-align: right;
}
.navigator .menu.menu_right {
margin-left: 100px;
}
.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:40px;
color: #fff;
display: block;
text-decoration: none;
font-size: 16px;
font-weight: 600;
}
.navigator .menu li a:hover,
.navigator .menu li.current_page_item > a{
color: #fff;
}
.navigator .menu li a:before{
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 0;
height: 2px;
transition: all 1s cubic-bezier(.215, .61, .355, 1);
background: #fff;
margin: auto;
}
.navigator .menu li a:hover:before,
.navigator .menu li.current_page_item > a::before{
width: 80%;
}
.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: 40px;
padding-bottom: 40px;
background-color: #fff;
color: #000;
font-size: 14px;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.footer h4, .footer h4 {
font-size: 21px;
margin: 0 0 18px;
text-transform: uppercase;
color: #000;
}
.footer a {
color: #000;
}
.footer a:hover, .credit a:hover {
color: #087239;
}
.footer ul {
padding-left: 10px;
}
.logo-footer img {
max-width: 100%;
height: auto;
width: 150px;
}
.credit {
background-color: #fff;
color: #444;
text-align:center;
padding:15px 0 10px;
font-size:11px;
}
.credit a {
color:#444;
}
.credit p{
margin: 0;
}
.contenuto img {
max-width: 100%;
height: auto;
display: block;
}
.call{
display: none;
}
.booking {
position: absolute;
width: 100%;
transform: translateY(-100%);
z-index: 255;
left: 0;
right: 0;
margin-top: -20px;
background-color: hsla(0,0%,100%,.24);
backdrop-filter: blur(12px);
border-radius: 40px;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.booking form
{
max-width: 800px;
margin: 0 auto;
}
.emme_slider .emme-slider-item {
height: 80vh;
}
.emme_slider .emme-slider-item:before {
background-color: rgba(0,0,0,0.3);
}
#appartamenti .item .text
{
margin: 10px 0;
position: relative;
}
#appartamenti .item .text
{
margin: 0;
position: absolute;
bottom: 5px;
left: 0;
padding: 5px;
right: 0px;
background-color: rgba(255,255,255,0.6);
}
#appartamenti .item .tit
{
font-weight: normal;
margin: 0;
line-height: 1;
}
#appartamenti .item .tit a
{
color: #087239;
}
#appartamenti .item .tit span
{
font-size: 14px;
color: #444;
display: block;
text-transform: uppercase;
}
#appartamenti .item .icone
{
color: #0c3c22;
align-items: center;
position: absolute;
display: flex;
right: 5px;
bottom: 10px;
}
#appartamenti .item .icone svg
{
fill:#0c3c22;
}
#appartamenti .item .icone .itm
{
margin-left: 15px;
}
.page-hero {
padding: 300px 0 250px;
background-size: cover;
background-position: center;
position: relative;
}
.page-hero:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0,0,0,0.4);
}
.page-hero .main-title {
margin: 0;
font-size: 60px;
text-transform: uppercase;
text-align: center;
color: #fff;
}
.servizi .item{
box-shadow: 0 5px 20px rgba(0,0,0,.05);
background-color: #fff;
border-radius: 0px 0px 10px 10px;
}
.servizi .item img{
border-radius: 10px 10px 0px 0px;
transition: all 0.7s cubic-bezier(.215, .61, .355, 1);
width: 100%;
}
.servizi .item .text{
padding: 20px;
}
.servizi.attivita .item .text ul {
padding: 0px 5px;
margin: 12px 0 20px;
}
.servizi.attivita .item .text .tit{
font-size: 20px;
}
.read-more {
font-weight: 300;
text-transform: uppercase;
font-size: 13px;
text-align: right;
margin-left: auto;
display: flex;
justify-content: flex-end;
}
.read-more:hover a {
color: #087239;
}
.servizi.appartamenti .item .text .tit span {
display: block;
font-size: 13px;
font-weight: 300;
text-transform: uppercase;
color: #000;
}
.servizi.appartamenti .item .text .tit {
font-size: 18px;
margin-bottom: 12px;
text-transform: uppercase;
}
.servizi.appartamenti .item .text .tit a {
color: #087239;
}
.icone {
display: flex;
align-items: center;
}
.icone svg {
fill: #087239;
margin-right: 2px;
}
.icone .itm {
margin-right: 20px;
}
.servizi .item .image{
overflow: hidden;
border-radius: 10px 10px 0px 0px;
}
.servizi .item:hover .image img{
transform: scale(1.2);
}
.booking input[type="submit"] {
width: 100%;
}
.richiesta {
padding: 40px 20px;
background-color: #fff;
box-shadow: 0 5px 20px rgba(0,0,0,.05);
border-radius: 10px;
position: sticky;
top: 40px;
}
.form .field{
position: relative;
}
.form .field label {
position: absolute;
top: -7px;
z-index: 1;
font-size: 12px;
background: #fff;
left: 11px;
padding: 0 6px;
}
.form .field {
position: relative;
margin-bottom: 5px;
}
.form .field .privacy{
margin-top: 0;
}
.feature-list {
padding: 0;
column-count: 2;
}
.feature-list li {
position: relative;
display: flex;
align-items: center;
margin-bottom: 8px;
}
.feature-list {
padding: 0;
column-count: 2;
}
.feature-list li {
position: relative;
display: flex;
align-items: center;
margin-bottom: 8px;
}
.feature-list li svg
{
margin-right: 5px;
}
.emme_gallery .emme-gallery-item {
margin: 0;
}
#menu-footer {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu-footer li {
display: inline-block;
margin-right: 11px;
}
.contact-info .item {
text-align: center;
box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
padding: 40px;
border-radius: 10px;
}
.contact-info .item .icon {
background: #f5f5f5;
width: 80px;
height: 80px;
line-height: 97px;
margin: auto;
border-radius: 100%;
margin-bottom: 20px;
}
.contact-info .item .icon svg {
color: #087239;
width: 30px;
height: 30px;
}
.contact-info .item .info span {
display: block;
font-size: 21px;
margin: 0 0 10px;
font-weight: 500;
color: black;
}
.wpcf7-response-output {
background: #fff;
}
/*--------------------------------------------------------------
# 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 {
text-align: center;
display: block;
height: 40px;
width: 40px;
border-radius: 4px;
margin: 3px 18px 3px 0;
line-height: 60px;
font-size:0;
}
.call span {
margin-left: 10px;
margin-right: auto;
font-size: 14px;
text-align: left;
color: #1d1d1d;
text-transform: uppercase;
line-height: 16px;
}
.call svg{
color:#fff;
}
.top-bar{
display:none;
}
.resmenu{
display:block;
}
body:not(.visible) #nav-icon2 span {
background-color: #fff;
}
.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: 60px;
background-color: #fff;
z-index: 200;
}
.visible {
position:fixed;
left:0;
right:0;
top:0;
bottom:0;
}
.visible .navigator {
transform:translateX(0%);
-moz-transform:translateX(0%);
-webkit-transform:translateX(0%);
}
.navigator .menu {
display:block;
width:80%;
margin:0 auto !important;
text-align: left !important;
position:relative;
right:0;
}
.navigator .menu li{
display:block;
}
.navigator .menu li a{
line-height:60px;
font-size:16px;
color:#000;
background-color: transparent;
border-bottom: 1px solid #eee;
}
.navigator .menu li a:hover, .navigator .menu li.current_page_item > a
{
color: #000;
}
.navigator .menu li a::before {
display: none;
}
}
/*--------------------------------------------------------------
# Breakpoint (768px)
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
.main-title {
font-size: 30px;
}
h2, .subTit {
font-size: 26px;
}
.booking {
left: 0px;
right: 0px;
box-sizing: border-box;
max-width: 100%;
padding: 0px;
border-radius: 0;
position: relative;
transform: none;
margin-top: 20px;
}
.emme_slider .emme-slider-item {
height: 55vh;
}
.page-hero .main-title {
font-size: 30px;
}
.page-hero {
padding: 220px 0 150px;
}
.feature-list {
column-count: 1;
}
.lb-outerContainer {
margin: 0;
width: 100% !important;
padding: 0;
}
.lightbox .lb-image {
border: none;
width: 100% !important;
object-fit: cover;
height: auto !important;
border-radius: 0;
}
.lb-dataContainer {
margin-top: 13px;
}
.lb-close {
margin-right: 10px;
}
.lb-container {
height: 100% !important;
}
.emme_gallery .emme-gallery-item[class*="emme-col-"] {
flex-basis: 100%;
}
}
.mert h2{
font-weight: normal;
margin: 0 0 10px;
}
.mert .icone svg{
fill:#555;
}
.mert .icone{
color: #555;
}
.mert{
padding: 20px 0;
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
}
.page-template-page-appartamento .subTit
{
font-weight: normal;
margin: 0 0 10px;
}
.page-template-page-appartamento .servizi{
padding: 20px 0;
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
}
.page-template-page-appartamento .ti-widget.ti-book .ti-review-item > .ti-inner {
background-color: #efefef !important;
}
All system for education purposes only. For more tools: Telegram @jackleet