/* 
Theme Name: Azores Adventures
Theme Author: Açores no Coração
*/

/* Fonts */

@font-face {
font-family: 'SegoeUI';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Regular'), url('fonts/SegoeUI.woff') format('woff');
}


@font-face {
font-family: 'SegoeUIItalic';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Italic'), url('fonts/SegoeUIItalic.woff') format('woff');
}


@font-face {
font-family: 'SegoeUIBold';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Bold'), url('fonts/SegoeUIBold.woff') format('woff');
}


@font-face {
font-family: 'SegoeUIBoldItalic';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Bold Italic'), url('fonts/SegoeUIBoldItalic.woff') format('woff');
}


@import url('https://fonts.googleapis.com/css?family=Heebo:400,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;700&display=swap');

::-webkit-input-placeholder { /* WebKit browsers */
color: #5D8035 !important;
text-transform: uppercase;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #5D8035 !important;
text-transform: uppercase;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #5D8035 !important;
text-transform: uppercase;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #5D8035 !important;
text-transform: uppercase;
opacity: 1;
}


html {overflow-y: scroll;}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* General */

body{
	font-family: "SegoeUI";
}

.clear {
	clear: both;
}

.p-50{
	padding-top: 50px;
	padding-bottom: 50px;
}

.p-t-100 {
	padding-top: 100px;
}

.p-t-300 {
	padding-top: 300px;
}

.p-t-0 {
	padding-top: 0px !important;
}

.p-t-30 {
	padding-top: 30px !important;
}

.m-t-0 {
	margin-top: 0px !important;
}

.f-s-27{
	font-size: 27px !important;
}


.f-s-20{
	font-size: 20px !important;
}

.f-s-17{
	font-size: 17px !important;
}

.m-t-30{
	margin-top: 30px !important;
}


.m-l-20{
	margin-left: 20px !important;
}


.m-t-40{
	margin-top: 40px !important;
}


.m-t-10{
	margin-top: 10px !important;
}

.m-t-20{
	margin-top: 20px !important;
}

.m-b-40{
	margin-bottom: 40px !important;
}


.m-t-n36{
	margin-top: -36px !important;
}

.m-t-n80{
	margin-top: -80px !important;
}

.w100{
	width: 100% !important;
	display: inline-block;
}

.m-t-80 {
	margin-top: 80px !important;
}

.m-t-100 {
	margin-top: 100px !important;
}


.p-b-50 {
	padding-bottom: 50px !important;
}



/* Top Bar */
.topbar {
	background: #F6F6F6;
	height: 50px;
	line-height: 50px;
	color: #5D8035;
	font-size: 16px;
}

.topbar-item{
	display: inline-block;
	margin-left: 15px;
}

.topbar a{
	color: #5D8035;
}

.topbar a:hover{
	color: #45671d;
}

.topbar-whatsapp {
	font-size: 20px;
}

.topbar-lang {
	font-size: 14px;
	font-weight: bold;
}

.topbar-lang select{
		border: 0 !important;
    background: transparent !important;
}

select.lang_choice_1{
	border: 0;
    background: transparent;	
}

#lang_choice_1{
		border: 0;
    background: transparent;
}

/* Header */

.header {
	height: 100px;
    padding: 10px 0px;
    box-shadow: 1px 1px 14px 11px gba(0.0.0.5);
    box-shadow: 0 4px 10px -6px rgb(0 0 0 / 40%);
}

.menu, .submenulist {
	margin: 0px;
}

ul.menu li a {
	font-family: 'Heebo', sans-serif;
	color: #5D8035;
	font-size: 15px;
	text-transform: uppercase;
	padding: 30px 0px 30px 0px !important;
	display: inline-block;
	text-decoration: none;
	margin-left:  8px;
 	border-bottom: 6px solid #fff;
}


ul.menu li a:hover, ul.submenulist li a:hover {
	border-bottom: 6px solid #5D8035;
    -webkit-transition: border-bottom .5s ease-out;  
    -moz-transition: border-bottom .5s ease-out;  
    -o-transition: border-bottom .5s ease-out;  
    transition: border-bottom .5s ease-out;  
	-webkit-border-top-left-radius: 330px;
	-webkit-border-top-right-radius: 330px;
	-moz-border-radius-topleft: 330px;
	-moz-border-radius-topright: 330px;
	border-top-left-radius: 330px;
	border-top-right-radius: 330px;    	
}

.submenu {
	margin: 0px;
	background: #F6F6F6;	
	border-top: 1px solid #5D8035;
	-webkit-box-shadow: 0 2px 6px -3px #757575;
	-moz-box-shadow: 0 2px 6px -3px #757575;
	box-shadow: 0 2px 6px -3px #757575;
	z-index: 99999;
	position: relative;
}


ul.submenulist li a {
	font-family: 'Heebo', sans-serif;
	color: #5D8035;
	font-size: 16px;
	text-transform: uppercase;
	padding: 23px 7px 18px 7px;
	display: inline-block;
	text-decoration: none;
 	border-bottom: 6px solid #F6F6F6;
}

.search {
	font-size: 20px;
}


/* SlideShow */

.slidearea {
	background: linear-gradient(90deg, #F6F6F6 50%, #94C856 50%);
	height: 800px;
}


/* Home */
.home-block h2 {
	font-size: 60px;
	line-height: 75px;
	color: #5D8035;
	font-family: 'Heebo';
}

.home-block h2 span {
	font-weight: 900;
}

.home-block p {
	color: #707070;
	padding-top: 65px;
	line-height: 29px;
	font-size: 20px;
	font-family: 'Heebo';
	max-width: 85%;
}

.highlights {
	font-size: 110.5px;
	text-transform: uppercase;
	color: #5d803529;
	font-weight: 900;
}





.block-activities figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    background: #E1C056;
    text-align: center;
    cursor: pointer;	
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

.block-activities figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.6;
}

.block-activities figure:hover {
	cursor: pointer;
}

.block-activities figure figcaption, .block-activities figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.block-activities figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
    bottom: 80px;
    height: initial !important;
    top: auto;
}

.j1em{
	padding: 1em !important;
}

.block-activities figure figcaption > h2 {
	font-family: 'Heebo';
	font-size: 32px;
	line-height: 35px;
	font-weight: bold;
}

.block-activities figure figcaption > p {
	font-family: "SegoeUI";
	font-size: 20px;
	line-height: 24px;
}

.figsubcaption {
    font-size: 32px;
    text-transform: uppercase;
    text-align: left;
    padding: 15px 32px 35px;
    color: #fff;
	font-family: 'Heebo';
}

.figsubcaption small{
	font-size: 10px;
	text-transform: uppercase;
	display: inline-block;
}

.figprice {
	line-height: 15px !important;
    padding: 24px 15px 35px !important;	
}


.viewmore {
    background: #94C856;
    padding: 17px 26px 11px 26px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Heebo';
    font-size: 25px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.viewmore:hover{
	background: #5D8035;
    -webkit-transition: background .5s ease-out;  
    -moz-transition: background .5s ease-out;  
    -o-transition: background .5s ease-out;  
    transition: background .5s ease-out;  	
}



/* Carousel */
.carousel {
	background: #F6F6F6;
	min-height: 700px;
	height: 800px;
	padding: 80px 0px;
	margin-top: -40px;
}

.carousel-cell {
  width: 40%;
  margin-right: 10px; 
  counter-increment: carousel-cell;
  max-height: 800px;
}

.carousel-cell img {
	max-height: 590px;
}

.carousel-cell.size-370 { width: 370px; }
.carousel-cell.size-large { width: 75%; }

.flickity-enabled:focus {
    outline: none;
}

.carousel-title {
	margin-top: 5px;
    font-family: 'Heebo';
    width: 100%;
    color: #616161;
    display: inline-block;
    font-size: 18px;	
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
}

.carousel-subtitle {
    font-family: 'Heebo';
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    display: inline-block;    
    text-transform: uppercase;
    text-align: left;
    color: #616161;
}

.flickity-slider{
	height: 800px;
}


/* footer */
.footer {
	background: #ECECEC;
	padding: 50px 0px;
	margin-top:  50px;
}

.social-footer {
	text-align: right;
	margin-top: 55px;
}
.social-footer a {
	font-size: 30px;
	color: #595959;
	padding: 0px 20px;
}

.social-footer a:hover{
	color: #5D8035;
	cursor: pointer;
}

.footer-contacts img{
	float: left;
	margin-top: 35px;
	margin-right: 20px;
}

.footer-contacts span {
	display: inline-block;
    float: left;
    margin-top: 54px;
    text-align: left;
    font-size: 17px;
}



/* Adventure Page */
.panel {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}


.panel-heading .accordion-toggle:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    float: left;
    font-weight: 900;
    color: #5D8035;
    margin-right: 10px;
    margin-top: 4px;
}
.panel-heading .accordion-toggle.collapsed:before {
    content: "\f077";
    font-weight: 900;
}

.panel-title> a {
	font-size: 60px;
	text-transform: uppercase;
	color: #5D8035;
	font-family: "SegoeUI";
	text-decoration: none;
}

.panel-title> a:hover {
	text-decoration: none;
}


.panel-grey {
	background: #F6F6F6;
}

.panel-heading {
    padding: 40px 0px;
    border-bottom: 0 !important;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border: 0;
}

.panel-body {
	padding-bottom: 100px;
}



/* Activities - Single */
.mainactivities {
	background: linear-gradient(90deg, #F6F6F6 50%, #E1C056 50%);
	height: 500px;
}

.activitie-name {
	position: absolute;
	top: 200px;
	left: 215px;
	color: #E1C056;
	font-size: 60px;
	font-family: 'Heebo';
	text-transform: uppercase;
	font-weight: 400;
}

.activitie-info {
	position: absolute;
	top: 320px;
	left: 215px;
	color: #E1C056;
	font-size: 20px;
	display: inline-block;
	text-align: left;
	font-family: 'Heebo';
	text-transform: uppercase;
	font-weight: 400;	

}

.activitie-booknow {
	background: #fff;
    padding: 10px 25px;
    position: absolute;
    margin-left: -80px;
    margin-top: 360px;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    color: #5D8035;
    font-weight: 400;
    font-family: 'Heebo';
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
}

.activitie-booknow:hover {
	background: #333;
	color: #fff;
}

.activitie-intro-text {
	color: #5D8035;
	font-size: 21px;
	font-family: 'Heebo';
}

.activitie-intro-subtext {
	color: #707070;
	font-size: 15px;
	font-family: 'Heebo';	
}

.backgrey{
	background: #F6F6F6;
}

.half{
     height:90px;
     width:45px;
     margin: 0 auto;
     border-radius: 90px 0 0 90px;
     background: #D3E8BB;
     transform: rotate(30deg); 
     -webkit-transform: rotate(30deg); 
     margin-top: -50px;    
}

.half-text {
    font-size: 30px;
    position: absolute;
    left: 129px;
    text-transform: uppercase;
    z-index: 999;
    top: -28px;
    color: #94C856;
    font-weight: 400;
    line-height: 29px;	
}


.full{
     height:90px;
     width:90px;
     margin: 0 auto;
     border-radius: 300px;
     background: #BDCBAD;
     margin-top: -50px;    
}

.full-text {
    font-size: 30px;
    position: absolute;
    left: 129px;
    text-transform: uppercase;
    z-index: 999;
    top: -28px;
    color: #5D8035;
    font-weight: 400;
    line-height: 29px;	
}

.bar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
	margin-top: -20px;
}

.bar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:35px;
	line-height:35px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.bar-bar {
	height:25px;
	width:0px;
	background:#94C856;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}


.line-bar {
    width: 100%;
    height: 2px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    background: #94c856;
}

.bar-title {
	display: inline-block;
	padding-left: 15px;
	font-size: 15px;
    font-family: 'Heebo';		
	color: #707070;
}

.half-bar {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.box-green-title{
	width: 100%;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #5D8035;
    padding-left: 25px;	
    font-family: 'Heebo';	
}


.box-green {
    background: #94C856;
    padding: 40px 25px 10px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-top: -22px;
}

.box-green ul li {
	color: #fff;
	padding: 0px 0px 12px;
}


.book-ativitie {
    background: #fff;
    padding: 6px 18px;
    float: right;
    margin-top: -19px;
    z-index: 11111;
    position: relative;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    font-size: 15px;
    margin-right: 20px;
    color: #5D8035;
    text-transform: uppercase;	
}

.book-ativitie:hover{
	background: #333;
	color: #fff;
}


.price-title {
    color: #e7ece1;
    font-size: 62px;
    text-transform: uppercase;
    font-weight: 900;
    padding-top: 12px;
}


.other{
	font-size: 40px;
	color: #5D8035;
	padding-top: 20px;
	padding-bottom: 35px;
	font-weight: 900;
	text-transform: uppercase;

}


/* Contacts Page */

.contact-title{
	color: #5D8035;
	font-weight: 600;
	font-size: 50px;
	text-transform: uppercase;
	padding: 40px 0px 35px;
}

.contacts-block {
	background: #94C856;
	padding: 70px 120px;
	color: #fff;
}

.contacts-block img{
	padding-right: 30px;
} 

.map-block {

}

.form-control{
	padding:  10px 0px !important;
}

.formcontact{
	border: 0;
	border-bottom: 2px solid #5D8035;
	width: 100%;
	display: inline-block;
	margin-bottom: 40px;
	line-height: 45px;
	height: 45px;
}






#page-content{}
#page-content h1{font-size: 40px; margin-top:  40px; text-transform:  uppercase; font-weight:  800; margin-bottom: 20px; color: #5D8035; font-family: 'Heebo';}
#page-content p{color: #707070; padding:  20px 0px 20px 0px; line-height: 29px; font-size: 20px; font-family: 'Heebo';}
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #94c856; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#main {
  transition: margin-left .5s;
  padding: 20px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.form-control{
padding: 10px;
    height: 45px;
    border: 0px;
    width: 100%;
    border-bottom: 2px solid #444446;
    border-radius: 0px;
    box-shadow: none;
    text-transform: unset !important;
}	
.form-control:focus{
	border-bottom:  2px solid #94c856 !important;
}
textarea:hover, 
textarea:active, 
textarea:focus, 
input[type="text"]:hover,
input[type="text"]:active,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:active,
input[type="email"]:focus,
input[type="select"]:hover,
input[type="select"]:active,
input[type="select"]:focus,
input[type="date"]:hover,
input[type="date"]:active,
input[type="date"]:focus,
button:focus,
button:active,
button:hover,
.btn:active,
.btn.active
{
    outline:none !important;
    -webkit-appearance:none !important;
    box-shadow: none !important;
}
#bookform h5{
    color: #94c856;
    font-size: 62px;
    text-transform: uppercase;
    font-weight: 900;
    padding-top: 12px;	
}
#bookform p{
color: #707070; padding:  20px 0px 20px 0px; line-height: 29px; font-size: 20px; font-family: 'Heebo';
}
#bookform form{
margin-top: 20px;
    display: inline-block;
    padding: 40px 10px;
    width:  100%;
    -webkit-box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 42%);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 28%);
    border-radius: 16px;
}
#bookform .col-md-3{
	margin-bottom: 40px !important;
	display: inline-block;
}
#bookform form input[type="submit"],.wpcf7-submit{
    color: #fff;
    background: #94c856;
    padding: 12px 30px;
    border: 0;
    margin-top: 36px;
    border-radius: 200px;
    font-size: 16px;
    text-transform: uppercase;	
}
#bookform form textarea{
	height: 100px;
}
#bookform form input[type="submit"]:hover,.wpcf7-submit:hover{
    background: #5D8035;
}
#bookform label{
	width: 100%;
	color: #5d8034;
	font-weight: 900;
    margin-top: 30px;	
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    border-color: #ffb900;
    display: inline-block;
    background: #ffb900;
    font-size: 16px;
    padding: 15px;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
    border-color: #dc3232;
    background: #dc3232;
    display: inline-block;
    /* width: 100%; */
    color: #fff;
    padding: 15px;
}
@media(max-width: 768px){ 


	.panel-title> a {
		font-size: 30px;
	}

	.panel-heading {
	    padding: 15px 0px;
	    border-bottom: 0 !important;
	}

	.activitie-name, .activitie-info{
		left: 70px;
	}

    .activitie-booknow{
    	position: absolute;
    	margin-left: -74px;
    	margin-top: -22px;	
	}

	.mobile-margin-top{
		margin-top:  190px !important;
	}

}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
/* Furnas Page */
.furnas{color: #707070;
    line-height: 23px;
    font-size: 15px;
    font-family: 'Heebo';}
.furnas ul{margin-left: 0px;
    padding-left: 16px;}
.furnas h5 {font-weight: bold; font-size:  30px;text-align: center;}
.furnasat{padding:  15px; background:  #fff;     -webkit-box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 42%);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 28%);
    border-radius: 16px;height: 100%; margin-bottom: 40px;}
.furnasat img{max-width: 100%; height: auto; border-radius:  6px; }    
.furnasat p{
	font-size: 15px;
    line-height: 23px;
}
.furnasat p strong{
	font-weight: bold;
}
.contactos{
    background: #94C856;
    margin-right: 0px;
    padding-right: 0px;
    padding: 30px;
    color:  #fff;
    font-size:  20px;
    font-family: 'Heebo';
    height: 100%;
    margin-right: -30px;	
}
.contactos a{color:  #fff;}