/*
Theme Name: Greenchilli Explorer
Theme URI: https://greenchillidesign.com/
Author: Chad H. Alvarez
Author URI: https://greenchillidesign.com
Description: A tour and booking template designed for the new Wordpress Gutenberg Editor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: greenchilliexplorer
Tags: translation-ready

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.

greenchilliexplorer is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* loading overlay */
a[href^="tel"] {
  color: inherit !important; /* Inherit text color of parent element. */
  text-decoration: none !important; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

.home .slides {
  display:none;
}
.date-summary {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #ca8460;
    font-family: "Montserrat Semi Bold";
}
.modal-content {
  border: 0px solid !important;
}
.modal-header {
  border: 0px solid !important;
}
.modal-footer {
  border: 0px solid !important;
}
.overlay-loading{
  background-color:  #26284a;
  opacity: 0.8;
  position:fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 333;
  display:none;
}

.loading-content {
    background-color: #fff;
    max-width: 80%;
    margin: 0 auto;
    padding: 100px 50px;
    box-sizing: border-box;
}

article.loading-box {
    display: none;
    z-index: 9999999999;
    position: fixed;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 0;
    margin: 0 auto;
}

.wait {
    color: #ca8460;
    font-family: "Quincy CF Medium";
    font-size: 30px;
    font-weight: 500;
    line-height: 65px;
    text-align: center;
    margin-top:58px;
}

.loading-text {
    color: #ca8460;
    font-family: "Quincy CF Medium";
    font-size: 72px;
    font-weight: 500;
    line-height: 65px;
    text-align: center;
    padding-bottom:50px;
}

@media(max-width:568px){
  .loading-text{
    font-size:36px;
    line-height: 40px;
  }

  .wait{
    font-size:28px;
    line-height: 32px;
  }

  .loading-content{
    padding-top:10px;
    padding-bottom: 10px;
  }

  .message{
    font-size:14px;
    line-height: 20px;
  }
}
.message {
    max-width: 800px;
    color: #ca8460;
    font-family: "Montserrat Medium";
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
    width: 100%;
}
.spinner {
  background-image: url(assets/images/spinner.png);
  background-repeat: no-repeat;
  width:64px;
  height:64px;
  display:block;
  margin:0 auto;
}

.warning {
    margin: 0 auto;
    background: #ca8460;
    color: #fff;
    max-width: 910px;
    text-align: center;
    padding: 60px;
    font-family: "Montserrat Semi Bold";
    font-size:16px;
    display:none;
}

.warning span.larger {
    font-size: 30px;
}

.hideme {
  display:none;
}

.showme {
  display:block;
}
@font-face {
    font-family: "Quincy CF Medium";
    src: url("assets/fonts/QuincyCF-Medium.woff") format("woff"), url("assets/fonts/QuincyCF-Medium.ttf")  format("truetype");
}

@font-face {
    font-family: "Montserrat Medium";
    src: url("assets/fonts/Montserrat-Medium.woff") format("woff"), url("assets/fonts/Montserrat-Medium.ttf")  format("truetype");
}
@font-face {
    font-family: "Montserrat Semi Bold";
    src: url("assets/fonts/Montserrat-SemiBold.woff") format("woff"), url("assets/fonts/Montserrat-SemiBold.ttf")  format("truetype");
}

@font-face {
    font-family: Montserrat;
    src: url("assets/fonts/Montserrat-Regular.woff") format("woff"), url("assets/fonts/Montserrat-Regular.ttf")  format("truetype");
}


html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
  font-weight: 500;
  font-family: "Montserrat Medium";
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2.44em;
  margin: 0.67em 0;
  line-height: 1.4;
}

h2 {
  font-size: 1.95em;
  line-height: 1.4;
}

h3 {
  font-size: 1.56em;
  line-height: 1.4;
}

h4 {
  font-size: 1.25em;
  line-height: 1.5;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #444;
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  color: #32373c;
  clear: both;
}

.entry-header h1.entry-title {
  font-size: 2.44em;
  line-height: 1.4;
  margin: 1em 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.archive .site-header {
	margin-bottom: 0px;
}
h1.tagline.white {
    font-family: "Quincy CF Medium";
    font-size: 85px;
    font-weight: 700;
    line-height: 65px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), 0 1px 7px rgba(0, 0, 0, 0.29);
    color: #fff;
}

.filter-nav {
    margin-top: 60px;
}

.archive .destinations h1, .page .destinations h1, .post .destinations h1 {
    color: #26284a;
    font-family: "Quincy CF Medium";
    font-size: 76px;
    font-weight: 500;
    line-height: 65px;
    margin: 0px 0px 40px;
    background-image: url(assets/images/blue-line-bg.png);
    background-position: bottom 0px center;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}

@media(max-width: 567px){
  .archive .destinations h1, .page .destinations h1, .post .destinations h1 {
    font-size:35px;
    line-height: 38px;
    width:60%;
    margin-left:auto;
    margin-right:auto;
    padding-bottom: 30px;
    margin-bottom: 30px;

  }
}

article.all-holidays h1 {
    background-image: none !important;
    text-align:center;
}
.home .destinations h1{
  font-size: 50px;
      line-height: inherit;
      background: transparent;
      padding-top: 50px;
      margin: 0px;

}

.archive .destinations h2, .page .destinations h2, .post .destinations h2 {
    color: #26284a;
    font-family: "Quincy CF Medium";
    font-size: 50px;
    font-weight: 500;
    line-height: 65px;
    margin: 73px 0px 40px;
    background-image: url(assets/images/blue-line-bg.png);
    background-position: bottom 0px center;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

form.inquiry {
    max-width: 610px !important;
    margin-bottom:200px !important;
    width: 95%;
}
form.inquiry input::placeholder, form.inquiry textarea::placeholder {
  color: #303c42;
  font-family: "Montserrat Medium";
  font-size: 14px;
  font-weight: 500;
}

form.inquiry .gform_button {
    background-color: #ca8460;
    border-radius: 6px;
    border: 0px;
    color: #fff;
    width: 157px !important;
    display: block !important;
    margin: 0 auto !important;
    font-size: 14px !important;
    height: 36px !important;
    font-family: "Montserrat Semi Bold" !important;
    font-weight: 600 !important;
    outline:none !important;
}

main#primary {
    margin-top: 84px;
}

form.inquiry textarea {
    font-size: 14px !important;
    outline:none !important;
}

form.inquiry input {
  outline:none !important;
}


div#shuffleContainer {
    margin-bottom: 100px;
}


.site-title {
	margin: .4375em 0 0;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.2;
	color: #333332;
}

.site-title a {
	text-decoration: none;
	color: inherit;
}

.site-branding {
	margin-bottom: 1.75em;
}

.site-description {
	margin: .4375em 0 0;
	font-size: 17px;
	font-weight: inherit;
	line-height: 1.4;
	word-wrap: break-word;
	color: #929292;
}

.tripnav {
  background-color: rgba(155, 155, 155, 0.2);
}



ul.trip-nav li {
    display: inline-block !important;
}

ul.trip-nav {
    margin: 0 auto;
    text-align: center;
}

ul.trip-nav li  a  {
  color: #26284a;
  font-family: "Montserrat Medium";
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}
ul.trip-nav li:first-child  a  {
  color: #26284a;
  font-family: "Montserrat Medium";
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

ul.trip-nav li:after {
    content: "|";
    padding: 0 20px;
}

ul.trip-nav li:last-child:after {
    content: "";
    padding: 0px;
}

button.booking-button {
    background-color: #ca8460;
    color: #fff;
    border-radius: 6px;
    text-transform: uppercase;
    font-family: "Montserrat Semi Bold";
    font-weight:600;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0073aa;
}

a:visited {
  color: #333;
}

a:hover, a:focus, a:active {
  color: #00a0d2;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
  margin: 0 auto;
  padding-top:10px;
  text-align: center;
  padding-bottom: 10px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
  text-align: left;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  display: block;
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.menu-toggle {
  padding: 1em;
}

.page-template-request-quote h3 {
  color: #26284a;
  font-family: "Quincy CF Medium";
  font-size: 37px;
  font-weight: 500;
  text-align: center;
  line-height: 65px;
  margin: 0px 0px 40px;
  background-image: url(assets/images/blue-line-bg.png);
  background-position: bottom 0px center;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}


@media screen and (max-width: 37.5em) {
	/* Small menu. */
	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
    margin: 0 auto;
	}
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .main-navigation a {
    padding: 0 .5em;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  border-bottom: 1px solid #111;
	margin: 0 auto 60px;
  max-width: 636px;
	overflow: hidden;
  padding-bottom: 60px;
}

.nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	width: 50%;
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft,
.alignright {
	max-width: 636px !important;	/* Let's work to make this !important unnecessary */
}

.alignleft img,
.alignright img,
.alignleft figcaption,
.alignright figcaption {
	max-width: 50%;
	width: 50%;
}

.alignleft figcaption {
	clear: left;
}

.alignright figcaption {
	clear: right;
}

.alignleft img,
.alignleft figcaption {
  float: left;
  margin-right: 1.5em;
}

.alignright img,
.alignright figcaption {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.destination-para{
  color: #26284a !important;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
  text-align: center;
  padding: 0px 0px 25px;
}


@media(max-width: 568px){
  .destination-para{
    font-size:14px;
    line-height: 20px;
    width:85%;
    margin-left: auto;
    margin-right: auto;
  }


}
.destination-para a{
  color: #26284a !important;
  text-decoration: underline;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
	width: 25%;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
  margin: 0 auto;
  max-width: 100%;
}

header#masthead {
    background-color: #26284a;
}

.site-branding {
  text-align: center;
  margin: 0px;
  height: 119px;
}


img.custom-logo {
    margin-top: 22px;
    width: 90%;
}

.header-banner {
    height: 510px;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-banner h1 {
  color: #26284a;
  font-family: "Quincy CF Medium";
  font-size: 76px;
  font-weight: 500;
  line-height: 65px;
}

.single-destination .header-banner h1 {
    color: #26284a;
    font-family: "Quincy CF Medium";
    font-size: 85px;
    font-weight: 700;
    line-height: 65px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), 0 1px 7px rgba(0, 0, 0, 0.29);
}

.single-destination .main-navigation {
   background-color: rgba(255, 255, 255, 0.55);
}

.tag-line {
  display:table;
  width: 100%;
  height:inherit;
}

.tag {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
}

h1.tagline {
  width: 744px;
  text-align: center;
  margin: 0 auto;
}

#primary-menu ul.nav-menu li a {
  height: 34px;
  color: #26284a;
  font-family: "Montserrat Medium";
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.13px;
  text-transform: uppercase;
}

ul#primary-menu li a {
  color: #26284a;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.13px;
  text-transform: uppercase;
   font-family: Montserrat;
  /* font-weight: 700; */
}

ul#primary-menu li.current-menu-item a {
  font-family: "Montserrat Medium";
  font-weight: 700;
}
ul#primary-menu li a:after {
  content: "|";
  padding-left:15px;
}

ul#primary-menu li:last-child a:after {
  content:"";
}

.blue-header {
    display: block;
    min-height: 357px;
    background-image: linear-gradient(180deg, #4e5181 0%, #26284a 100%);
}
.blue-header h1 {
    color: #ffffff;
    font-family: "Quincy CF Medium";
    font-size: 60px;
    font-weight: 500;
    line-height: 55px;
    text-align: center;
    padding-top: 58px;
    padding-bottom: 50px;
    /* max-width:884px; */
    margin:0 auto;
}

h3.tripname {
    color: #ca8460;
    font-family: "Montserrat Medium";
    font-weight: 500;
    line-height: 25px;
    font-size: 25px;
    text-transform: uppercase;
}

p.hg-desc.text-center {
    margin-bottom: 106px;
    color: #26284a;
    font-family: "Montserrat Medium";
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
}

.tripinfo .info h2 {
    color: #26284a !important;
    text-decoration: none;
    outline: none;
    font-family: "Quincy CF Medium";
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    background-image: none;
    padding-bottom: 0px;
    line-height: 25px;
    margin: 40px 0px 25px !important;
}

.menu-footer-menu-container {
    margin-left: 40px;
}

@media(max-width:768px){
  .menu-footer-menu-container {
      margin-left: 0px;
  }
  .widget_text.footer-widget-d {
      padding-left: 20px;
  }
}
@media(max-width:568px){
  .tripinfo .info h2{
    margin:26px 0px 12px !important;
  }
}

h3.duration-price {
  color: #ca8460;
  font-family: "Montserrat Medium";
  font-weight: 500;
  line-height: 25px;
  font-size: 20px;
  text-transform: uppercase;
}






.site-footer {
    background-color: #26284a;
    min-height: 423px;
    padding: 78px 0px 40px;
}

.site-info {
    padding: 70px 30px;
}

.header-banner.quote {
  height: 544px;
}

.header-banner.quote .blue-header h1 {
    font-family: "Quincy CF Medium";
    font-size: 76px;
    font-weight: 500;
    line-height: 65px;
    margin: 0px 0px 40px;
    background-image: url(assets/images/white-line.png);
    background-position: bottom 0px center;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}

@media(max-width:568px){
  .header-banner.quote .blue-header h1{
    font-size:36px;
    line-height: 40px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.header-banner.quote .blue-header {
    display: block;
    max-width: 1030px;
    height: 395px;
    background-image: linear-gradient(180deg, #4e5181 0%, #26284a 100%);
    margin: 30px auto;
}

.header-banner.quote h2 {
    color: #ffffff;
    font-family: "Quincy CF Medium";
    font-size: 30px;
    font-weight: 500;
    line-height: 55px;
    text-align: center;
}

.header-banner.quote .main-navigation {
    clear: both;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.55);
}

div#gform_confirmation_message_3 {
    text-align: center;
    margin-bottom: 380px;
    font-size: 30px;
    font-family: "Quincy CF Medium";
    color:#26284a;
}

/* form.inquiry.request-quote .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px !important;
}

form.inquiry.request-quote .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  max-width:100%;
}

form.inquiry.request-quote ul.gfield_checkbox li {
    display: inline-block;
}

form.inquiry.request-quote .ginput_container.ginput_container_checkbox {
    margin: 0px !important;
    padding: 0px !important;
}

form.inquiry.request-quote .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    display: -moz-inline-stack;
    display: inline !important;
    padding: 0;
    font-size: .875em;
    vertical-align: middle;
    padding-right: 20px;
    text-align: center;
    margin: 0 auto !important;
    max-width: 100% !important;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    display: -moz-inline-stack;
    display: inline-block;
    padding: 0;
    width: auto;
    line-height: 1.5;
    font-size: .875em;
    vertical-align: middle;
    max-width: 100% !important;
    white-space: normal;
}

label#label_3_14_1 {
    margin-right: 30px;
}

form.inquiry.request-quote ul.gfield_checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.footer-widget-b ul {
  margin:0px;
  padding:0px;
  list-style:none;
}

.footer-widget-b ul li a {
  color: #ca8460;
  font-family: "Montserrat Medium";
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  text-transform: uppercase;
}

h2.widget-title {
  color: #ca8460;
  font-family: "Quincy CF Medium";
  font-size: 23px;
  font-weight: 500;
}

ul.footer-contact-us {
  color: #ca8460;
  /* font-family: "Montserrat Medium"; */
  font-size: 15px;
  font-weight: 500;
  line-height: 48px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.speak {
  height: 17px;
  color: #ca8460;
  font-family: "Montserrat Medium";
  font-size: 12px;
  font-weight: 500;
  margin-top: 23px;
}

.phone {
    background-image: url(assets/images/phone-call-icon.png);
    background-repeat: no-repeat;
    background-position: left;
    color: #ca8460;
    font-family: "Montserrat Medium";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.41px;
    padding-left:30px;
}

.copyright {
    color: #ca8460;
    font-family: "Montserrat Medium";
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin-top: 134px;
}

li.email {
  background-image: url(assets/images/mail-icon.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 45px;
}

li.phone {
  background-image: url(assets/images/telephone-icon.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 45px;
}

.destinations h1 {
  color: #26284a;
  font-family: "Quincy CF Medium";
  font-size: 50px;
  font-weight: 500;
  line-height: 65px;
  margin:73px 0px 80px;
}

span.destination-name {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align:center;
    width:100%;
}

span.destination-name a {
    background-color: rgba(255, 255, 255, 0.8) !important;
    color: #26284a !important;
    font-family: "Quincy CF Medium";
    font-size: 20px;
    font-weight: 500;
    display: block;
    max-width: 238px;
    margin: 0 auto !important;
    min-width: 176px;
    width: 80%;
    text-align: center !important;
}

nav.main-navigation.white {
    background-color: rgba(255, 255, 255, 0.55);
}

.et_pb_section {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

select.destination, select.travelstyles, select.daterange, select.price {
    -webkit-appearance: button;
    -webkit-border-radius: 0;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image:url(assets/images/arrow-down.png);
    background-position: right 5px center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #ca8460;
    font-size: 15px;
    margin: 0px 0px 49px;
    overflow: hidden;
    padding: 5px 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 214px;
    font-weight: 600;
    border: 1px solid #ca8460;
    font-family: "Montserrat Semi Bold";
    outline:none;
    border-radius: 0;
}

@media(max-width: 768px){
    select.destination, select.travelstyles, select.daterange, select.price{
      width:100%;
      margin-bottom: 0;
    }

    .all-holidays .bd-highlight.d-flex{
      flex-wrap: wrap;
    }

    .all-holidays .bd-highlight .p-2{
      flex:1 1 50%;
    }

    #post-746 .d-flex.filter-nav{
      flex-wrap: wrap;
    }

    #post-746 .d-flex.filter-nav .p-2{
      flex:1 1 50%;
    }

  }

@media(max-width: 568px){
  select.destination, select.travelstyles, select.daterange, select.price{
    margin-bottom: 0px;
    width:85%;
  }

  .all-holidays .bd-highlight.d-flex{
    flex-direction: column;
  }

  .all-holidays .bd-highlight .p-2{
    text-align: center;
  }

  #post-746 .d-flex.filter-nav{
      flex-direction: column;
    }

    #post-746 .d-flex.filter-nav .p-2{
      text-align: center;
    }

    .single-destination .blue-header h1{
      background: #fff;
      color:#26284a;
      font-size:35px;
      line-height: 37px;
      text-align: center;
      padding-bottom: 0px;
      margin-bottom: 30px;
    }

    .single-destination .blue-header h1:after{
      content:'';
      display:block;
      width:70%;
      border:0;
      height:1px;
      background: #26284a;
      margin-top:30px;
      margin-left: auto;
      margin-right: auto;
    }

    .single-destination .tripnav{
      display:none;
    }

    .single-destination main#primary{
      margin-top: 0px;
    }

    .single-destination .tour-description{
      width:85%;
      margin-left: auto;
      margin-right: auto;
    }

    .single-destination .tour-description h3{
      padding-bottom: 0;
    }

    .single-destination .tour-description .description{
      font-family: 'Montserrat',sans-serif;
      font-size: 14px;

    }

    .single-destination h3.tripname, .single-destination h3.duration-price{
      color:#26284a;
      font-size:14px;
      line-height: 20px;
    }

    .single-destination .blue-header{
      background: #fff;
      width:85%;
      margin-left: auto;
      margin-right: auto;

    }
}

h4.travelstyle {
color: #26284a;
    font-family: "Montserrat Medium";
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    width: 150px;
    margin: 24px auto 12px;
}

span.journey {
    font-family: "Montserrat Medium";
    font-size: 15px;
    font-weight: 500;
    color: #26284a;
}

span.duration {
    font-family: "Montserrat Medium";
    font-size: 15px;
    font-weight: 500;
    color: #ca8460;
}

.tripinfo{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    background-color: #ffffff;
    max-width: 408px;
    margin-bottom: 18px;
    min-height: 500px;
}

button.slick-next.slick-arrow {
    outline: none;
}
button.slick-prev.slick-arrow {
    outline: none;
}

.home .slick-slider .slide-item {
    outline: none !important;
}

@media(max-width:768px){
  .archive-destination .destinations .tripinfo .thumbnail img{
    height:auto;
    max-width: none;
    width:120%;
  }

}


@media(max-width:476px){
  .tripinfo{
    margin-left: auto !important;
    margin-right: auto !important;
    width:94%;
  }

  .archive-destination .destinations .container .row .row{
    margin-left: 0;
    margin-right: 0;
  }
}

.tour-description h3 {
    color: #26284a;
    font-family: Montserrat;
    line-height: 25px;
    font-family: "Quincy CF Medium";
    font-size: 23px;
    font-weight: 500;
    padding: 28px 0px;
    text-align: center;
}

.tour-description p {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.inclusions-content h2, .travel-accomodation-content h2, .booking-content h2 {
    color: #26284a;
    font-family: "Quincy CF Medium";
    font-size: 50px;
    font-weight: 500;
    line-height: 65px;
    margin: 0px 0px 60px;
    background-image: url(assets/images/blue-line-bg.png);
    background-position: bottom 0px center;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.arrow-icon {
    background-image: url(assets/images/arrow-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    display:block;
    height: 124px;
    width:100%;
}
@media(max-width:576px){
  .arrow-icon{
    background-image: url(assets/images/arrow.png) !important;
    margin-top: -25px;
  }
}
.container-fluid.inclusions, .container-fluid.travel-accomodation {
    background-color: rgba(155, 155, 155, 0.1);
    margin: 74px 0px;
    padding: 79px 0px;
}

.blue-box {
    width: 279px;
    height: 124px;
    display: block;
    background-image: linear-gradient(180deg, #4e5181 0%, #26284a 100%);
}

.orange-box {
  width: 279px;
  height: 124px;
  display: block;
  background-image: linear-gradient(180deg, #e7ba99 0%, #ca8460 100%);
}

.orange-box .from, .orange-box .currency {
    color: #ffffff;
    font-family: "Montserrat Semi Bold";
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
}

.fromprice {
    color: #ffffff;
    font-family: "Quincy CF Medium";
    font-size: 40px;
    font-weight: 500;
    text-align:center;
}

.accommodation-content .col-md-4 {
    padding: 10px !important;
}

.iterinary-content .col-md-4 {
    padding: 10px !important;
}

a.select-date {
    width: 176px;
    height: 36px;
    border-radius: 6px;
    background-color: #ca8460;
    outline: none;
    border: transparent;
    margin: 20px auto;
    display: block;
    color: #ffffff;
    font-family: "Montserrat Semi Bold";
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
}

a.select-date:hover {
  color:#fff;
}
ul.booking-tabs {
    list-style: none;
    padding: 0px;
    margin: 0px;
    -webkit-column-count: 3;
    column-count: 3;
    margin:36px auto;
}

ul.booking-tabs li {
    page-break-inside: avoid;
    margin: 0px 18px 36px;
    display: block;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.blue-box .day, .blue-box .month {
    color: #ffffff;
    font-family: "Montserrat Semi Bold";
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.blue-box .dayno {
    color: #ffffff;
    font-family: "Quincy CF Medium";
    font-size: 40px;
    font-weight: 500;
    text-align:center;
}

h3.select-date.text-center {
    color: #26284a;
    font-family: "Montserrat Medium";
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}

.inclusions-content ul li {
    color: #26284a;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 40px;
    page-break-inside: avoid;
    text-align: center;
    background-image: url(assets/images/small-horizontal-line.png);
    background-position: bottom 0px center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.map-content h2 {
    color: #26284a;
    font-family: "Quincy CF Medium";
    font-size: 50px;
    font-weight: 500;
    line-height: 65px;
    margin: 0px 0px 60px;
    background-image: url(assets/images/blue-line-bg.png);
    background-position: bottom 0px center;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    padding-top:54px;
}

#itinerarydayslist .card-header {
    background-color: transparent;
    border: 0px solid !important;
}

span.day-number {
    display: block;
    background-image: linear-gradient(180deg, #e7ba99 0%, #ca8460 100%);
    width: 59px;
    height: 59px;
    float: left;
    border-radius: 100%;
    color: #fff;
    font-family: "Quincy CF Medium";
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    padding-top: 6px;
}

#itinerarydayslist .card {
  background-image: url(assets/images/orange-line.png);
  background-repeat: no-repeat;
  background-position: left 48px top 0px;
  display:block;
}

#itinerarydayslist .card button.btn.btn-link {
    color: #26284a;
    font-family: Montserrat;
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 745px;
    text-align: left;
}
.card-body h3 {
    color: #ca8460;
    font-size: 17px;
}
.special p {
    margin: 0px;
    padding: 0px;
}
.itinerary-desc, .accomodation, .food {
    margin-bottom: 20px;
}

#itinerarydayslist .card button.btn.btn-link {
    outline: none !important;
    border: transparent;
}


#itinerarydayslist .card button.btn {
  padding: 19px 0px 19px 27px;
}

#itinerarydayslist .card:first-child {
    background-position: left 48px top 20px;
}

#itinerarydayslist .card:last-child {
    background-position: left 48px bottom 15px;
}

#itinerarydayslist .card .card-body {
    margin-left: 85px;
    color: #26284a;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
}

#itinerarydayslist .card {
    background-clip:none;
    border: none;
    border-radius: none;
}

.inclusions-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    -webkit-column-count: 3;
    column-count: 3;
}

.info {
    padding: 0px 11px 11px 11px;
    min-height: 150px;
}

.info h2 {
    font-family: "Quincy CF Medium";
    font-size: 23px;
    font-weight: 500;
    color: #26284a;
    text-align: center;
}

.info h2 a {
  color: #26284a;
  text-decoration:none;
  outline:none;
}

input.form-item {
    height: 36px;
    border-radius: 2px;
    border: 1px solid #ca8460;
    width: 100%;
    background-color: #26284a;
    color: #ca8460;
    font-family: "Montserrat Medium";
    font-size: 12px;
    font-weight: 500;
    margin-top:10px;
    outline:none;
    padding: 0 11px;
}

input::placeholder {
  color: #ca8460;
  font-family: "Montserrat Medium";
  font-size: 12px;
  font-weight: 500;
}

input.search-submit {
    float: left;
}

form.search-form {
    float: right;
}
form.search-form input[type=submit] {
	background : url("assets/images/search-icon.png") no-repeat center center;
	width : 16px;
	height :17px;
	border : none;
	color : transparent;
	font-size : 0;
  margin-top: 9px;
  margin-right: 10px;
}

input.search-field {
    color: #ca8460 !important;
    font-family: "Montserrat Medium";
    font-size: 12px;
    font-weight: 500;
    background-color: #26284a;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #ca8460;
    border-radius: 0px;
    outline: none;
}

.right-content {
    margin-top: 10px;
}

form.search-form {
    margin-top: 10px;
}

form.signup button {
    background-color: #ca8460;
    color: #fff;
    border-radius: 6px;
    height: 36px;
    width: 145px;
    color: #ffffff;
    font-family: "Montserrat Semi Bold";
    font-size: 14px;
    font-weight: 600;
    border: 0px;
    margin-top: 10px;
    outline:none;
}

a.view.d-flex.justify-content-center {
    width: 133px;
    border-radius: 6px;
    background-color: #ca8460;
    margin: 0 auto;
    color: #fff;
    padding: 7px 0px;
    font-family: "Montserrat Semi Bold";
    font-size: 13px;
    font-weight: 600;
}

.footer-button {
    padding-bottom: 48px;
    padding-top: 5px;
}

.no-trips {
    color: #26284a;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.13px;
    font-family: "Montserrat Medium";
}

.trip-highlights h2 {
  color: #26284a;
  font-family: "Quincy CF Medium";
  font-size: 50px;
  font-weight: 500;
}
/* overwrite */

p {
    color: #26284a;
    font-size: inherit;
    font-weight: inherit;
    line-height: 22px;
    font-family: inherit;
    padding: 0% 20%;
}

.destinations .p-2 {
    padding: 4.5px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4,
.col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1,
.col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4,
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto,
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto,
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4,
.col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 3.5px !important;
    padding-left: 3.5px !important;
    padding-top: 3.5px !important;
    padding-bottom: 3.5px !important;
}

@media (min-width: 1280px) {
  .container {
      max-width: 1280px !important;
  }
  p {
    padding: 0% 20%;
  }
}


@media (max-width: 991px) {
  .container.responsive {
      max-width: 98% !important;
  }
  p {
    padding: 0% 5%;
  }
}

@media (max-width: 767px) {
  .right-content, .searchbox {
      display:none;
  }

  p {
    padding: 0%;
  }

}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 60px 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-header,
.page-header,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
  margin: 1.5em auto;
  padding-left: 14px;
  padding-right: 14px;
  max-width: 636px;
}

.entry-header .wp-post-image {
  margin-bottom: 1.5em;
}

.entry-footer span{
  margin-right: 1em;
}

.entry-footer{
  color: #aaa;
  font-size: 90%;
  text-align: center;
}


@media screen and (max-width: 800px) {
  h1.tagline {
    width: 90%;
    font-size:56px;
  }
  .header-banner {
      height: 335px;
  }
}

@media screen and (min-width: 664px) {
  .entry-header,
  .page-header,
  .entry-footer,
  .site-info,
  .post-navigation,
  .page-navigation,
  .comments-area,
  .not-found .page-content,
  .search .entry-summary {
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}
/*
*Accordian class
*/


/***** contact us page mobile ********/

@media(max-width:576px){
.page .destinations h1, .post .destinations h1{
    font-size:35px;
    font-weight: 500;
    line-height: 37px;

  }

  .page .destinations p, .post .destinations p{
    font-size:0.875rem;
    font-weight: 500;
    line-height: 1.2em;
  }

  footer .signup{
    display:flex;
    display:-webkit-flex;
    display:-moz-flex;
  }

  footer .signup input{
    flex:1 1 70%;
    margin-right: 3%;
  }

  footer .responsive .widget-title{
    text-align: center;
  }



  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder{
      font-size:14px;
  }

   .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder{
      font-size:14px;
  }

  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder{
      font-size:14px;
  }

  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    padding-left:8px;
    padding-right: 8px;
  }
}
