/* General
==================================== */
html {scroll-behavior: smooth;}

body, html {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: 'EB Garamond', serif;
	font-weight: 300;
	line-height: 1.5;
	color: #444;
  background-color: #F3F3F3;
}
p {font-size: 118%;}

strong {font-weight:700;}

a {color: #16CEE0;}

a:hover, a:focus {color: #706259; text-decoration: none;}

img {max-width: 100%;}

.breadcrumb {
  font-family: 'Poppins', sans-serif;
  background-color: transparent;
  margin: 0;
  font-size:80%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 1.3;
}
.letter-spacing {letter-spacing: .3em;}

.sans-serif {font-family: 'Poppins', sans-serif!important;}

p.sans-serif {font-size: 100%;}

.btn {
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.btn-success {background-color: #16CEE0; border-color: #16CEE0;}

.btn-success:hover, .btn-success:focus, .btn-dark {background-color: #706259; border-color: #706259;}

.btn-block {padding-left: 0; padding-right: 0;}

.border-2 {border-width: 2px !important;}

.border-3 {border-width: 3px !important;}

.border-4 {border-width: 4px !important;}

.border-5 {border-width: 5px !important;}

.border-6 {border-width: 6px !important;}

.border-7 {border-width: 7px !important;}

.border-8 {border-width: 8px !important;}

.border-9 {border-width: 9px !important;}

.border-10 {border-width: 10px !important;}

.rotate-h-3 {
  -ms-transform: rotate(3deg); /* IE 9 */
  transform: rotate(3deg);
}
.rotate-h-5 {
  -ms-transform: rotate(5deg); /* IE 9 */
  transform: rotate(5deg);
}
.rotate-ah-3 {
  -ms-transform: rotate(-3deg); /* IE 9 */
  transform: rotate(-3deg);
}
.rotate-ah-5 {
  -ms-transform: rotate(-5deg); /* IE 9 */
  transform: rotate(-5deg);
}
cite {
  display: block;
  font-size: .8125rem;
  margin: 5px 0;
}
cite:before {content: "— ";}

form, legend, table {font-family: 'Helvetica', Arial, sans-serif;}

legend {
  font-size: 110%;
  font-weight: 600;
}
blockquote p {
  font-family: Georgia, Times, serif;
  font-style: italic;
  font-size: 110%;
}
blockquote cite {font-size: 80%;}

blockquote a {color: #111;}

article p, article div {margin-bottom: 1em;}

article p, article div, article li {
  font-size: 130%;
  line-height: 1.6;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
  margin: .5rem 0 1em;
}
section {overflow: hidden;}

.alert {margin: 0;}

.modal-header {display: block;}

.modal-header .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.text-muted p {
  font-size: 89%;
  font-family: 'Helvetica', Arial, sans-serif;
  text-align: justify;
  text-justify: inter-word;
}
/* Header
==================================== */
#header {
  z-index: 999;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 93%;
}
#header .dropdown-item, #header .dropdown-header {
  font-size: 85%;
  padding: .2rem .8rem;
}
#header .navbar-toggler {
  z-index: 9999;
}
#header .navbar-collapse.show {
  background-color: #222;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 1em;
}
/* Slider
==================================== */
.index-slider {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.index-slider .slick-list, 
.index-slider .slick-track, 
.index-slider .slick-slide,
.index-slider .slick-slide>div{
  height: 100%;
  position: relative;
}
.index-slider .slick-slide>div>div>img{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 0;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
.index-slider .slick-slide>div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 1;
}
.index-caption {
  position: absolute;
  width: 97%;
  text-align: center;
  color: #fff;
  z-index:4;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.index-caption h1 {
  line-height: 1.2;
  text-shadow: 2px 2px 15px rgba(0,0,0,.3);
}
.articles-slider .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}
/* Slider Arrows */
.slick-prev, .slick-next {
  position: absolute;
  top:50%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: transparent;
  border-color: transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  z-index: 1;
  cursor:pointer;
}
.slick-prev {left: 20px;}

.slick-next {right: 20px;}

.slick-prev:hover, .slick-next:hover,
.slick-prev:active, .slick-next:active,
.slick-prev:focus, .slick-next:focus {
  background-color: transparent;
  border: none;
}
.slick-prev:before, .slick-next:before {
  content:'';
  display: block;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-style: solid;
  margin: 15px;
  width: 20px;
  height: 20px;
  border-color: rgba(255,255,255,.5);
}
.slick-prev:before {border-width: 0 0 4px 4px;}

.slick-next:before {border-width: 4px 4px 0 0;}

/* Slider Dots */
.slick-dots {
	display: block;
	width: 100%;
  padding: 0;
	list-style: none;
	text-align: center;
	margin: 10px 0 0;
	z-index:5;
}
.slick-dots li {
  position: relative;
	display: inline-block;
	width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
	cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
	display: block;
	width: 20px;
  height: 20px;
  padding: 5px;
	cursor: pointer;
	color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
  line-height: 10px;
	position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: .25;
  background-color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 20px;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #333;
}
/* Parallax Banner
==================================== */
.bcg-parallax {
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.bcg {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  z-index: 1;
  opacity: 0.7;
}
.bcg-content {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:2;
}
.bcg-content a {color: #fff;}

.bcg-link {
  position: relative;
  display: block;
  z-index: 2;
  color: #fff;
  padding: 150px 0;
}
.bcg-link:hover {color: #fff; background-color: rgba(0,0,0,.2)}

.destinations .bcg-link h4 {
  font-weight: 900;
  font-size: 370%;
  letter-spacing: .5rem;
}
.bcg-parallax.section {min-height: 450px;}

.page-top:before {
  content:'';
  display: block;
  width: 100%;
  height: 90px;
  background-color: #706259;
}
/* BOOTSTRAP CARDS
-------------------------------------------------- */
.card {
  height: 100%;
  position: relative;
}
a.card {color: #333;}

.card-title {font-weight: 600;}

p.card-text {
  font-size: 107%;
  line-height: 1.3;
}
.card .btn-dark {
  position: absolute;
  left: 5%;
  bottom: 12px;
  width: 90%;
}
.card-img {transition: all 0.4s ease-in-out;}

.card-specialty .card-img {opacity: .8;}

.card-specialty:hover .card-img {opacity: .5;}

.card-specialty .card-title {text-shadow: 1px 1px 5px rgba(0,0,0,.3);}

.card.supplier {
  height: 120px;
  margin-bottom: 1rem;
  transition: all 0.4s ease-in-out;
}
.card.supplier:hover {
  -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
  box-shadow: inset 0 0 10px rgba(0,0,0,.3);
}
.card.supplier img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  margin: 0;
}
.supplier-logo img {max-height: 100px;}

/* CTA Wedding
-------------------------------------------------- */
.cta-wedding label, .cta-wedding select, .cta-wedding .form-control, .cta-wedding button {
  height: 45px;
  line-height: 45px;
  font-size: 110%;
}
.cta-wedding select, .cta-wedding .form-control, .cta-wedding button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.cta-wedding button {
  padding-top: 0;
  padding-bottom: 0;
}
/* CONTENT SECTIONS
-------------------------------------------------- */
.section-title h1, .section-title h2, .section-title h3, .section-title h4 {
  line-height: 1.3;
}
.section-title p {line-height: 1.4;}

.section.agents {
  background-color: #fff;
}
/* OFFERS
-------------------------------------------------- */
.offer {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: #000;
}
.offer:hover {color: #fff;}

.offer-media img {transition: all 0.2s linear;}

.offer-media img:hover {
  opacity: 0.7;
  filter: alpha(opacity=30); /* For IE8 and earlier */
}
.offer-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 1em 1.3em;
  text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.offer-content h2 {
  margin: 0;
  line-height: 1.2;
}
/* PAGES
-------------------------------------------------- */
.page-title h1 {
  line-height: 1.2;
  font-size: 190%;
}
.page-title p>span:first-child:before {
  content: '';
  padding: 0;
}
.page-title p>span:before {
  content: '•';
  padding: 0 .65em 0 .3em;
}
/**** Pagination ***/
.pagination {
	-webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  font-family: 'Poppins', sans-serif;
}
.pagination a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.pagination a, .pagination span {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin: 0;
  line-height: 1.25;
}
.pagination .disabled span, .pagination .active span {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  border-color: #dee2e6;
}
/******* User Page Profile ******/
.profile .social-links .rounded-circle {
  display: inline-block;
  margin-right: .25em;
}
/* CTA HERO
-------------------------------------------------- */
.cta-hero {
  background-image: url(https://cdn1.gttwl.net/attachments/romance_bg_63779070211170765.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  position: relative;
}
.cta-hero:before {
  content:'';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.4);
}
.cta-hero h3 {text-shadow: 1px 1px 4px rgba(0,0,0,.4);}

/* FOOTER
-------------------------------------------------- */
#footer {
  background-color: #fff;
  font-size: 90%;
  letter-spacing: -.01em;
  font-family: 'Poppins', sans-serif;
}
#footer a {color: #686868;}

#footer a:hover, #footer a:focus {color: #686868; text-decoration: underline;}

#footer .credits {font-size: 80%;}

.social-links .nav-link {
  background-color: #16CEE0;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  color: #fff !important;
}
.social-links .nav-link:hover, .social-links .nav-link:focus {background-color: #706259;}

.btn-subscribe {
  position: fixed;
  bottom: 0;
  right: 5%;
  z-index: 999;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
/* WEDDING EVENT
-------------------------------------------------- */
.wedding-event {
  background-color: #F3F3F3;
}
.wedding-event .bcg-parallax.page-title {
  height: 100vh;
}
.wedding-event .bcg-parallax p.h4 {
  line-height: 1.7;
}
.photos-slider .slick-slide img, .wedding-gallery .slider-for .slick-slide img {
  max-height: 450px;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
}
/* WEDDING CORAL
-------------------------------------------------- */
.wedding-event.coral {
  background-color: #f97171;
  color: #fff;
}
.coral .bg-white {color: #333;}

.coral a:not(.btn) {color: #f97171;}

.coral a:not(.btn):hover, .coral a:not(.btn):focus {color: #f99192;}

.coral .text-muted {color: rgba(255,255,255,.6)!important;}

.coral .btn-success {
  background-color: #8ad6cc;
  border-color: #8ad6cc;
}
.coral .btn-success:hover, .coral .btn-success:focus {
  background-color: #f99192;
  border-color: #f99192;
}
.coral .btn-outline-dark {
  border-color: #f97171;
  color: #f97171;
}
.coral .btn-outline-dark:hover, .coral .btn-outline-dark:focus {
  background-color: #f97171;
  border-color: #f97171;
  color: #fff;
}
.coral .btn-outline-light:hover, .coral .btn-outline-light:focus {
  color: #f97171;
}
.coral .modal-header {background-color: #f97171;}

.coral .bg-white {
  background-image: url(https://cdn1.gttwl.net/attachments/bg_coral_63779504940526185.png), url(https://cdn1.gttwl.net/attachments/bg_coral_63779504940526185.png);
  background-position: left top, right bottom;
  background-repeat: repeat-y, repeat-y;
}
.coral .bg-white .container {
  background-color: rgba(255,255,255,.7);
}
/* WEDDING GOLD
-------------------------------------------------- */
.wedding-event.gold {
  background-color: #222;
  color: #fff;
}
.gold #wedding-intro.bg-white, .gold #wedding-photos.bg-white {
  background-color: #bf9b30 !important;
}
.gold #wedding-destination.bg-white {color: #333;}

.gold #wedding-photos {
  padding-top: 5em;
}
.gold a:not(.btn) {color: #a67c00;}

.gold a:not(.btn):hover, .gold a:not(.btn):focus {color: #bf9b30;}

.gold .text-muted {color: rgba(255,255,255,.5)!important;}

.gold .btn-success {
  background-color: #a67c00;
  border-color: #a67c00;
}
.gold .btn-success:hover, .gold .btn-success:focus {
  background-color: #bf9b30;
  border-color: #bf9b30;
}
.gold .btn-outline-dark {
  border-color: #a67c00;
  color: #a67c00;
}
.gold .btn-outline-dark:hover, .gold .btn-outline-dark:focus {
  background-color: #bf9b30;
  border-color: #bf9b30;
  color: #fff;
}
.gold .btn-outline-light {
  border-color: #bf9b30;
  color: #bf9b30;
}
.gold .btn-outline-light:hover, .gold .btn-outline-light:focus {
  background-color: #a67c00;
  border-color: #a67c00;
  color: #fff;
}
.gold .modal-header {background-color: #a67c00;}

/* WEDDING GREEN
-------------------------------------------------- */
.wedding-event.green {
  background-color: #F7EEDC;
}
.green .page-title h1.mb-4 {
	margin-bottom: 0 !important;
}
.green .page-title h1:after,
.green #wedding-destination .section-title:after {
	content:'';
	display: block;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
.green .page-title h1:after {
	height: 60px;
	background-image: url(https://cdn1.gttwl.net/attachments/green_ornament_white_63779510396436207.png);
	background-size: 35%;
}
.green #wedding-destination .section-title:after {
	height: 40px;
	background-image: url(https://cdn1.gttwl.net/attachments/green_ornament_63779510365870358.png);
	background-size: 20%;
}
.green #wedding-intro {
  background-image: url(https://cdn1.gttwl.net/attachments/green_bg_lb_63779516577756091.jpg), url(https://cdn1.gttwl.net/attachments/green_bg_rt_63779516609913535.jpg);
  background-position: left bottom, right top;
  background-repeat: no-repeat;
  background-size: 30%, 30%;
  padding: 6em 0 !important;
}
.green a:not(.btn) {color: #35938D;}

.green a:not(.btn):hover, .green a:not(.btn):focus {color: #E89B01;}

.green .btn-success {
  background-color: #35938D;
  border-color: #35938D;
}
.green .btn-success:hover, .green .btn-success:focus {
  background-color: #E89B01;
  border-color: #E89B01;
}
.green .btn-outline-dark {
  border-color: #35938D;
  color: #35938D;
}
.green .btn-outline-dark:hover, .green .btn-outline-dark:focus {
  background-color: #E89B01;
  border-color: #E89B01;
  color: #fff;
}
.green .btn-outline-light:hover, .green .btn-outline-light:focus {
  background-color: #35938D;
  border-color: #35938D;
  color: #fff;
}
.green .modal-header {background-color: #35938D; color: #fff;}

.green #wedding-photos.bg-white {
  background-color: #35938D !important;
  padding-top: 5em;
}

/* WEDDING FLORAL
-------------------------------------------------- */
.wedding-event.floral {
  background-color: #ffe4e3;
}
.floral #wedding-intro {
  background-image: url(https://cdn1.gttwl.net/attachments/floral_bg_63779516523150701.jpg);
  background-position: center -70px;
  background-repeat: no-repeat;
  background-size: 430px;
  padding-top: 8em !important;
}
.floral #wedding-photos {
  background-image: url(https://cdn1.gttwl.net/attachments/floral_bg_63779516523150701.jpg);
  background-position: center 120%;
  background-repeat: no-repeat;
  background-size: 430px;
  padding-bottom: 8em !important;
}
.floral a:not(.btn) {color: #eb8f91;}

.floral a:not(.btn):hover, .floral a:not(.btn):focus {color: #ba9900;}

.floral .btn-success {
  background-color: #eb8f91;
  border-color: #eb8f91;
}
.floral .btn-success:hover, .floral .btn-success:focus {
  background-color: #ba9900;
  border-color: #ba9900;
}
.floral .btn-outline-dark {
  border-color: #eb8f91;
  color: #eb8f91;
}
.floral .btn-outline-dark:hover, .floral .btn-outline-dark:focus {
  background-color: #eb8f91;
  border-color: #eb8f91;
  color: #fff;
}
.floral .btn-outline-light:hover, .floral .btn-outline-light:focus {
  background-color: #eb8f91;
  border-color: #eb8f91;
  color: #fff;
}
.floral .modal-header {background-color: #eb8f91; color: #fff;}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
  .navbar-brand img {
    max-height: 60px;
  }
  .wrap-content {
    margin-top: -70px;
  }
  .page-top:before {
    height: 70px;
  }
  .bcg-parallax.page-title {
    min-height: 300px;
  }
  .package-caption {
    max-width: 90%;
  }
  .package-caption h3 {
    font-size: 200%;
  }
  .coral .bg-white {
    background-size: 50%, 0%;
  }
  .green .page-title h1:after {
    background-size: 60%;
  }
  .green #wedding-destination .section-title:after {
    background-size: 40%;
  }
  .green #wedding-intro {
    background-size: 60%, 60%;
  }
}
@media (min-width: 768px) {
  .contact-info {
    text-align: right;
  }
  .section-title h2 {
    font-size: 180%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-brand img {
    max-height: 70px;
  }
  .wrap-content {
    margin-top: -80px;
  }
  .page-top:before {
    height: 80px;
  }
  .bcg-parallax.page-title {
    min-height: 400px;
  }
  .coral .bg-white {
    background-size: 25%, 25%;
  }
}
@media (min-width: 992px) {
  #header .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 90px;
  }
  .navbar-brand img {
    max-height: 190px;
  }
  .wrap-content {
    margin-top: -90px;
  }
  .bcg-parallax.page-title {
    min-height: 500px;
  }
  .coral .bg-white {
    background-size: 15%, 15%;
  }
}
/* print styles */
@media print {
  .green {
    background-color: #35938D !important;
    color: #fff;
    height: 100%;
  }
}