/*
Theme Name: elegant magazine Child
Theme URL: www.ontheislands.co.uk
Description: Twenty Seventeen Child Theme
Author: John Doe
Author URL: http://hostinger-tutorials.com
Template: elegant-magazine
Version: 1.0.0
Text Domain: elegant magazine-child
*/

#masthead.site-header {
	position: fixed;
    background: #2c2b2b;
    width: 100%;
    z-index: 9999999999;
}

.masthead-banner {
	padding: 0px;
	padding-bottom: 10px;
	font-family: 'Comfortaa', cursive;
	border-bottom: 2px solid grey;
}

.headerMenuOptions h4 {
	font-size: 16px;
    margin: 0px;
    padding: 10px 7px 7px 10px;
	background-color: grey;
}

.headerMenuOptions h4.active {
	background: white;
}

.headerMenuOptions h4.active:hover {
	background: white!important;
}

.headerMenuOptions h4:hover {
	    background: lightgrey;
}

.site-branding {
	display:flex;
}

.navigation ul{
	list-style: none;
	margin: 0px;
	position: absolute;
	right:10px;
	bottom: 10px;
}

.navMenu {
	padding: 10px 15px 10px 15px;
}

.navMenuMobile {
	position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin-top: 65px;
    overflow-y: scroll;
    background: white;
}

@media only screen and (max-width: 600px) {
  .navMenu {
   padding: 0px;
  }
}

.mobDestList {
	max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.mobDestList.full {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
}

.mobExpList {
	max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.mobExpList.full {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
}

.mobThingsList {
	max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.mobThingsList.full {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
}

.navMenuMobile li {
	margin-bottom: 5px;
	    margin-top: 5px;
    border-bottom: solid grey 1px;
    padding: 5px 20px 5px 20px;
	min-height:50px;
}

.navMenuMobile span {
	float:right;
}

.mobDestList li {
    border: none;
    font-size: 16px;
	min-height: unset;
}

.mobExpList li {
    border: none;
    font-size: 16px;
	min-height: unset;
}

.mobThingsList li {
    border: none;
    font-size: 16px;
	min-height: unset;
}
	
.destinationMenuOptions {
	padding: 10px 35px 0px 20px;
    position: absolute;
}

.topDestinationMenu h4 {
	display: inline-block;
    padding: 10px;
    background: #32bc3d;
    border-radius: 5px;
    margin: 0px;
    margin-bottom: 5px;
    color: white;
}

.secondaryOptions li {
	display: inline-block;
    background: #32bc3d;
    padding: 10px;
    margin: 5px;
	border-radius: 5px;
}

.site-branding .navigation li{
	font-size: 20px;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 18px;
	padding-top: 5px;
  	color: white;
}

.site-branding .navigation li.selected{
	color: white;
	background: grey;
}

.site-branding .navigation li:hover{
	color: white;
	background: grey;
}

.heroImagePlaceholder {
	height:350px;
	margin-bottom: 20px;
}

.heroImageIslandTemplate {
	height:200px;
}

.heroImage {
	height: 100%;
	background-color: lightgrey;
	background-position: center;
	background-size: cover;
    background-image: url(http://ontheislands.co.uk/wp-content/uploads/2019/07/holding-image.jpg);
}

.islandTitleWrap {
	background-color: rgb(217, 245, 244, 0.9);
}

.fa-angle-down {
	padding: 5px;
    font-size: xx-large;
    color: rgba(47, 199, 37, 0.5);
}

.scrollDown {
	width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 21px;
    background: rgba(245, 245, 245, 0.7);
}


h1, h2, h3, h4, p, ul, li {
	font-family: 'Comfortaa', cursive;
}

a {
	color: #404040!important;
}


.homeContent {
	margin-left: auto;
	margin-right:auto;
	max-width: 900px;
  margin-bottom: 20px;
}

.islandWidget {
	height:250px;
	background:grey;
	margin-right:5px;
	margin-left: 5px;
	max-width: 300px;
	background-position: center;
    background-size: cover;
}

.islandWidget:hover{
	    box-shadow: 0px 0px 15px #888888;
}


.slick-prev {
	position: absolute;
	z-index: 99;
	top: 30%;
	background: rgba(97, 96, 96, 0.8);
	border:none;
	height:100px;
	width:80px;
    border-radius: 0px 10px 10px 0px;
}

@media screen and (max-width: 700px) {
  .slick-prev {
    height: 50px;
	  width: 40px;
	  top: 40%;
  }
}

.slick-next {
	position: absolute;
	z-index: 99;
	top: 30%;
	background: rgba(97, 96, 96, 0.8);
	border:none;
	height:100px;
	width:80px;
	right:0px;
    border-radius: 10px 0px 0px 10px;
}

@media screen and (max-width: 700px) {
  .slick-next {
    height: 50px;
	  width: 40px;
	  top: 40%;
  }
}

.topDestination {
	width: 100%;
}

.topDest {
    margin-bottom: 15px;
    padding-left: 2px;
}

.topDest:hover .topDestLocation{
	border-bottom: solid 2px #42ccca;
}

.topDestPage {
    margin-bottom: 15px;
    padding-left: 2px;
	padding-bottom: 30px;
}

@media screen and (max-width: 700px) {
  .topDestPage {
    width:49%;
  }
}

.topDestPage:hover .topDestLocationPage{
	border-bottom: solid 2px #42ccca;
}

.destArrow {
	position: absolute;
    width: 40px;
    height: 40px;
    display: inline-block;
    right: 21px;
	bottom: 0px;
}

.topDestTitle {
	margin-bottom: 2px;margin-top: 0px;
}

.topDestLocation {
	margin-bottom: 2px;
	border-bottom: solid 2px black;
	padding-bottom: 5px;
}

.topDestLocationPage {
	margin-bottom: 2px;
	border-bottom: solid 2px black;
	padding-bottom: 5px;
	position: absolute;
    bottom: 0px;
    width: 90%;
}

.islandLabel {
    padding: 5px 5px 5px 15px;
    position: absolute;
    right: 0px;
    bottom: 10px;
    font-size: larger;
    color: white;
    background: #3a3a3a;	
}

.desktopMenu ul {
	list-style: none;
    margin-left: 0px;
    padding-left: 20px;
    font-size: 14px;
}

.desktopMenu li {
	padding-bottom: 5px;
}

.destinationsMenu h4 {
	font-weight: bold;
}

.secondary-color, button, input[type="button"], input[type="reset"], input[type="submit"], .site-content .search-form .search-submit, .site-footer .search-form .search-submit, .figure-categories-bg .cat-links a, .tagcloud a:hover, .tagcloud a:hover {
    background: #404040;
    color: #42ccca!important;
}

.islandNavigation li.nonActive {
	display: inline-block;
    padding: 10px 10px 10px 10px;
}

.islandNavigation li.active {
	display: inline-block;
    padding: 10px 10px 10px 10px;
    background: white;
}


/* islandTemplate page */

.islandNavigation {
 text-align: center;
 margin-bottom: 30px;
 background: #d9f5f4; 
}



.islandSnap {
	margin-bottom: 30px;
	margin-top: 30px;
}

.islandSnap h4 {
	margin-bottom: 20px;
	font-weight: bold;
}

.childIslandText {
	margin-left: 10px;
    margin-right: 10px;
    font-family: comfortaa;
}

.childIslandBtn {
	position: absolute;
    width: 80%;
    height: 40px;
    margin-left: 10px;
    bottom: 0px;
    margin-bottom: 10px;
    color: #333333;
    font-family: comfortaa;
    text-align: left;
    font-size: 18px;
    padding: 7px 20px 10px 20px;
	border-radius: 5px;
}

.islandProfileHolder{
	padding: 0px 0px 30px 0px;
	background-color: #f4f5f7;
}

.islandCarousel {
	padding:0px;
}


.islandContent h2 {
	font-size: 22px;
    font-weight: bold;
    margin-top: 0px;
}

 .icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	 margin-right: 10px;
  }

.icon {
	font-size: large;
    font-weight: 700;
    padding: 10px;
    border: solid 1px;
    margin-bottom: 10px;
    padding-right: 20px;
}

.flightTime::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f5b0";
	color: rgb(64, 64, 64);
  }

.islandTemperature::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f5ca";
	color: rgb(64, 64, 64);
  }

.goodFor::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f164";
	color: rgb(64, 64, 64);
  }

.islandProfileWrap {
	padding:10px;
}

.slickLeft-chev {
	    font-size: 60px;
    margin: 17px;
    color: #42ccca;
}

@media screen and (max-width: 700px) {
  .slickLeft-chev {
    font-size: 30px;
	  margin: 10px;
  }
}

.slickRight-chev {
	    font-size: 60px;
    margin: 17px;
    color: #42ccca;
	position: absolute;
	right: 0px;
}

@media screen and (max-width: 700px) {
  .slickRight-chev {
    font-size: 30px;
	  margin: 10px;
  }
}


.islandProfile {
	background: #fbfbfb;
	position: relative;
    height: 400px;
    width: 250px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
	border: lightgrey 1px solid;
    transition: margin-top .5s;
}

.islandProfile:hover {
	margin-top: -10px;
}

.profileFeatureImage {
	height: 150px;
    background-size: cover;
    border-top-right-radius: 15px;
	background-position: center;
}

.slick-disabled {
    opacity: 0;
    pointer-events:none;
}

.childIslandTitle {
	margin: -10px 10px 10px 10px;
    padding: 5px 10px 5px 10px;
    font-family: comfortaa;
    font-size: 20px;
    font-weight: bold;
    background: #E4E5EA;
    display: inline-block;
    color: #333;
}

/* Things to Do page */

.filters {
	margin-top: 10px;
}

.thingsFiltersList {
 	list-style: none;
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 30px; 
}

.thingsFiltersItem.active {
    background: #bce0ff;
}

.thingsFiltersItem {
  	display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    background: aliceblue;
    margin-bottom: 5px;
}

.experiencesWrap {
  	background: white;
    min-height: 60px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.experiencesImage {
  	background: black;
    height: 150px;
    background-size: cover;
  	background-position: center;
}

.experienceText {
  padding-right: 50px;
}

i.experienceFavourite {
  position: absolute;
  right: 0px;
  margin-top: 15px;
  margin-right: 15px;
  font-size: 20px;
}

i.experienceFavourite.fas {
  color:#da3333;
}

.viewExperience {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.viewExperienceText {
  font-family: comfortaa;
    margin-right: 5px;
    padding: 5px;
    margin-right: 20px;
}

i.viewExperienceIcon {
  font-size: 20px;
    color: #b3f7ba;
    margin-left: 5px;
    position: absolute;
    margin-top: 1px;
}

.experienceHeader {
  font-weight: 900;
  display: inline-block;
}

.experienceLocation {
  font-family: comfortaa;
  margin-left: 10px;
}

.tags ul {
 list-style: none;
    margin: 0px;
    padding: 0px; 
}

.tags li {
  display: inline-block;
  padding: 5px;
  background: aliceblue;
  margin-left: 5px;
}

.quality {
 margin-top: 10px;
 color: grey;
}

.qualityScore {
  font-family: comfortaa;
  margin-left: 5px;
}

.fas.fa-check {
 margin-left: 15px; 
}

.thingsToDoImage {
 	height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}

.thingsToDoTitle {
 display: inline-block;
 margin-top: 0px;
 margin-right: 20px;
}

@media screen and (max-width: 700px) {
  .thingsToDoTitle {
    margin-right: 0px;
  }
}

@media screen and (max-width: 900px) {
  .mapBackgroundWrapper {
    display: none;
  }
}

.TTDintroCopy {
  margin-top: 20px;
}

/*CSS for Caribbean Map */

#mapBox {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:600px;
  max-width:900px;
  z-index:9999;
}

#haiti {
  fill:grey!important;
}



.mapWrapper {
  position:relative;
  max-width:900px;
}

.mapIndicator {
  border: solid 1px #42ccca;
  z-index:5;
  height:30px;
  width:30px;
}

.mapOverlay {
  display: none;
}

.montserrat {
position: absolute;
  top:330px;
  left:84.3%;
}

.stKitts {
position: absolute;
  top:315px;
  left:83.3%;
}

.anguilla {
position: absolute;
  top:270px;
  left:82.9%;
}

.dominica {
position: absolute;
  top:375px;
  left:88.3%;
}

.martinique {
position: absolute;
  top:398px;
  left:89.3%;
}

.stLucia {
position: absolute;
  top:420px;
  left:89.7%;
}

.stVincent {
position: absolute;
  top:438px;
  left:89.2%;
}

.grenada {
position: absolute;
  top:460px;
  left:87.7%;
}

.stMartin {
position: absolute;
  top:290px;
  left:83%;
}

.trinidad {
position: absolute;
  top:510px;
  left:87.7%;
}

.britishVirgins {
position: absolute;
  top:254px;
  left:76.7%;
}

.USVirgins {
position: absolute;
  top:270px;
  left:74%;
}

.guadeloupe {
position: absolute;
  top:350px;
  left:87.7%;
}

.antigua {
position: absolute;
  top:320px;
  left:85.3%;
}

.barbados {
position: absolute;
  top:438px;
  left:92.3%;
}

.bahamas {
position: absolute;
  top:40px;
  left:40.3%;
}

.turks {
position: absolute;
  top:125px;
  left:52.8%;
  width:300px;
}

.cuba {
position: absolute;
  top:200px;
  left:13.3%;
  width:300px;
}

.dominican {
position: absolute;
  top:320px;
  left:44.3%;
  width:300px;
}

.puertoRico {
position: absolute;
  top:240px;
  left:59.3%;
  width:300px;
}

.jamaica {
position: absolute;
  top:350px;
  left:21.3%;
  width:300px;
}

.mapLabelLeft {
    font-family: comfortaa;
    background: #42ccca;
    position: absolute;
    top: 0px;
    left: -80px;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    color: white;
    opacity: 0.7;
}

.mapLabelRight {
    font-family: comfortaa;
    background: #42ccca;
    position: absolute;
    top: 0px;
    left: 50px;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    color: white;
    opacity: 0.7;
}

.countryOptions li {
  list-style: none;
  display: inline-block;
  margin-right:5px;
}

.snapshot {
 	float: right;
    font-size: x-large;
    color: #42ccca; 
}

.snapshotText {
 	font-size: 14px;
    font-weight: 500;
    max-height: 0px;
    overflow: hidden;
    margin: 0px; 
}

.snapshotText.full {
   max-height:1000px;
   padding-top:10px;
}

/*CSS for mobileTopDestinations */

@media screen and (max-width: 700px) {
.homeDestinationTitle {
	text-align: center;
}
}

.topPlus {
  float: right;
  top: 15px;
  font-size: 30px;
  right: 30px;
  color: white;
  position: absolute;
}

.topPlus {
  transform: rotate(0deg);
}

.topPlus.full {
  transform: rotate(45deg);
}

.mobileTopDestinations {
  margin-left:0px;
  margin-right:0px;
	margin-bottom: 40px;
}

.profile {
  min-height: 70px;
  width: 100%;
  max-height: 0px;
  border-radius: 5px 5px 5px 5px;
  border: solid white 2px;
  overflow: hidden;
  position: relative;
  z-index:1;
   transition: max-height 0s linear;
}

.profile.full {
  max-height:1000px;
   transition: max-height 1s linear;
}

.rest {
  margin-top: -10px
}

.profile h1 {
  padding: 5px;
  margin-top: 15px;
  margin-left:10px;
  display: inline-block;
  transition: margin-top 0s linear;
  z-index: 999;
}

.profile .fa-chevron-right {
  margin-left:15px;
  font-size:20px;
}

.profile h1.full {
  transition: margin-top 0s linear;
  background: black;
}


.profile {
  position: relative;
  background-image: linear-gradient(
    to right,
   hsl(171, 65%, 65%),
    hsl(179, 90%, 30%)
  );
  z-index: 1;
}

.profile::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    to bottom,
    hsla(360, 100%, 100%, 1),
    hsla(360, 100%, 100%, 1)
  );
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}

.profile.full::before {
  opacity: 1;
}

.profile h1 {
  font-family:comfortaa;
  font-size: 22px;
  color: white;
}

.profile p {
  padding:10px;
  font-family:comfortaa;
}

.backgroundIsland {
  background-image: url('http://ontheislands.co.uk/wp-content/uploads/2019/08/stockphoto.jpg ');
  background-size:cover;
  background-position: center;
  height:0px;
  opacity: 0;
  transition: height 0.5s linear;
  transition: opacity 0.5s linear;
}

.backgroundIsland.full {
  opacity: 1;
  height:150px;
}

.nextButtonWrapper {
	height: 50px;
    text-align: center;
}

.nextButton {
	font-family: comfortaa;
    padding: 10px;
    background: #846d6d;
    width: 200px;
    display: inline-block;
  	color:white;
}

.islandType p {
  line-height: 2.3rem;
}

.islandType h4 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.locationFilter {
  height: 50px;
    margin-bottom: 10px;
}

.selectIslandLabel {
  font-family: comfortaa;
    margin-right: 10px;
}

#islandSelect {
 width: 50%;
    background: aliceblue;
    font-family: comfortaa;
    padding: 5px;
    border: none; 
}