/*
Custom styles for Warther Tours.
Overrides Understrap theme styles when needed.
Jon @ Graydian - 10-16-2019
*/

ul#main-menu > li.external-booking-header a {
	padding-right: 24px;
}

li.external-booking-header a,
li.external-booking-footer a,
li.external-booking-mobile {
	position: relative;
}

li.external-booking-header a:after,
li.external-booking-footer a:after,
li.external-booking-mobile a:after {
	content: '\f08e';
	font-family: fontawesome;
	position: absolute;
	margin-left: 6px;
	margin-top: 1px;
}


/* Typography */

body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-weight: 900;
}

.permanent-marker {
	font-family: 'Permanent Marker', cursive;
}

dl, ol, ul {
	padding-left: 18px;
}

#searchform {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	max-width: 400px;
}

#searchform  input.submit {
	font-size: 1rem;
	text-transform: uppercase;
}

/* Links & Buttons */

a {
	color: #1661B9;
}

a:hover,
a:active,
a:focus {
	color: #000;
	box-shadow: none !important;
}

.btn {
  font-weight: bold;
  padding: .375rem .75rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 6px;
  text-transform: none;
  letter-spacing: 0;
}

.btn-lg {
	font-size: 1.5rem;
	padding: .375rem 1.5rem;
	font-weight: 900;
}

.btn:active {
	position: relative;
	top: 1px;
}

/* Button Colors for Warther Tours */

.btn-primary {
	background-color: #1661B9;
	border-color: #1661B9;
	color: #fff !important;
}

.btn-primary:hover, .btn-primary:active {
	background-color: #114b8e !important;
	border-color: #114b8e !important;
	color: #fff;
}

.btn-primary:focus {
	background-color: #1661B9;
	border-color: #1661B9;
	color: #fff;
}

/* White */

.btn-white {
	background-color: #fff;
	color: #000;
}

.btn-white:hover, .btn-white:active {
	background-color: #e4e4e4 !important;
	border-color: #e4e4e4 !important;
	color: #000;
}

.btn-white:focus {
	background-color: #e4e4e4 !important;
	border-color: #e4e4e4 !important;
	color: #000;
}

/* Blue */

.btn-blue {
	background-color: #1661B9;
	border-color: #1661B9;
	border-radius: 6px;
	color: #fff;
}

.btn-blue:hover, .btn-blue:active {
	background-color: #114b8e !important;
	border-color: #114b8e !important;
	color: #fff;
}

.btn-blue:focus {
	background-color: #1661B9;
	border-color: #1661B9;
	color: #fff;
}

/* Outline White */

.btn-outline-white {
	border: 2px solid #fff;
	color: #fff;
}

.btn-outline-white:hover,
.btn-outline-white:active,
.btn-outline-white:hover:focus {
	border: 2px solid #fff;
	background-color: #fff;
	color: #000;
}

.btn-outline-white:focus {
	border: 2px solid #fff;
	color: #fff;
}

/* Outline Blue */

.btn-outline-blue {
	border: 2px solid #1661B9;
	color: #1661B9;
}

.btn-outline-blue:hover,
.btn-outline-blue:active,
.btn-outline-blue:hover:focus {
	border: 2px solid #1661B9;
	background-color: #1661B9;
	color: #fff;
}

.btn-outline-blue:focus {
	border: 2px solid #1661B9;
	color: #1661B9;
}

/* Outline Gray */

.btn-outline-gray {
	border: 2px solid #ccc;
	color: #333;
}

.btn-outline-gray:hover,
.btn-outline-gray:active,
.btn-outline-gray:hover:focus {
	border: 2px solid #333;
	color: #333;
}

.btn-outline-gray:focus {
	border: 2px solid #ccc;
	color: #333;
}


/* Reset Button Outlines & Shadows */

.btn.focus,
.btn:focus,
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus, 
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Utility Classes */

.img-fluid {
  max-width: 100%;
  width: 100%;
  height: auto;
}

main.site-main {
	width: 100%;
}


/* ---- Header & Nav ---- */

nav.navbar {
	padding: 14px 0;
}

nav.navbar .row {
	width: 100%;
}

nav.navbar.bg-primary {
  background-color: #1661B9 !important;
}

ul#main-menu {
	font-size: 1rem;
}

ul#main-menu > li > a {
	color: #fff;
	font-weight: bold;
	font-size: .95rem;
	padding-right: .5rem;
  padding-left: .5rem;
}

/* ul#main-menu > li:last-of-type > a {
  padding-right: 0;
} */

ul#main-menu > li > a:hover,
ul#main-menu > li > a:active,
ul#main-menu > li > a:focus {
	color: #f5d520;
}

ul#main-menu > li.active > a {
	color: #f5d520;
}

ul#main-menu > li > a.dropdown-toggle {
	padding-right: .5rem;
  padding-left: .5rem;
}

ul#main-menu > li.dropdown.show > a {
	color: #f5d520;
}

ul#main-menu > li > ul > li > a {
	color: #000;
	font-weight: normal;
	padding: .25rem 1rem;
}

ul#main-menu > li > ul > li > a:hover,
ul#main-menu > li > ul > li > a:active,
ul#main-menu > li > ul > li > a:focus {
	color: #fff;
	background-color: #1661B9;
}


/* Bootstrap Menu Hover Hack */

.dropdown:hover>.dropdown-menu {
  display: block;
  max-height: 400px;
  opacity: 1;
}
.dropdown>.dropdown-menu {
  margin: 0;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}

/* Breadcrumbs */

.breadcrumb-wrapper {
	background-color: #1256a5;
	color: #fff;
	padding: 10px 0;
	margin-bottom: 0;
}

.breadcrumb-wrapper a {
	color: #f5d520;
	font-weight: bold;
}

.breadcrumb-wrapper a:hover,
.breadcrumb-wrapper a:active,
.breadcrumb-wrapper a:focus {
	text-decoration: underline;
}

.breadcrumb-wrapper #crumbs {
	padding-left: 0;
	padding-right: 0;
}

.breadcrumb-wrapper #crumbs i.fa {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 16px;
}


/* ---- Home Page ---- */

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 15px;
  padding-bottom: 25px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65)
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
	top: inherit;
  bottom: 0;
  width: 4%;
  padding: 2.5% 0;
  z-index: 20;
}

.carousel-indicators {
	margin-bottom: 5px;
  margin-right: 15%;
  margin-left: 15%;
}

.carousel-caption h3 {
	font-size: 20px;
	margin-bottom: 0;
}

.carousel-caption p {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}

.carousel-indicators li {
	background-color: #cccccc;
}

.carousel-indicators .active {
   opacity: 1;
   background-color: #2461b9;
}

#intro-buttons {
	background-color: #eee;
	padding-top: 25px;
	padding-bottom: 25px;
}

#intro-buttons a.intro-button {
	display: block;
	position: relative;
	transition: all .2s ease-in-out;
}

#intro-buttons a.intro-button:hover {
	transform: scale(1.05);
	text-decoration: none;
}

#intro-buttons a.intro-button img {
	border-radius: 8px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

#intro-buttons a.intro-button span {
	position: absolute;
	font-weight: 900;
	font-size: 22px;
	text-rendering: optimizeLegibility;
	line-height: 1.1;
}

#intro-buttons a.intro-button.intro-button-01 span {
	left: 12px;
	bottom: 9px;
	color: #000;
	text-align: left;
}

#intro-buttons a.intro-button.intro-button-02 span {
	left: 12px;
	bottom: 9px;
	color: #fff;
	text-align: left;
	text-shadow: 1px 1px 6px #404040;
}

#intro-buttons a.intro-button.intro-button-03 span {
	right: 12px;
	bottom: 9px;
	color: #fff;
	text-align: right;
	text-shadow: 1px 1px 6px #404040;
}

#intro-buttons a.intro-button.intro-button-04 span {
	right: 12px;
	bottom: 9px;
	color: #fff;
	text-align: right;
	text-shadow: 1px 1px 6px #404040;
}


/* General Card Styles */

.card-body {
	width: 100%;
}

.list-group-item {
	border: 1px solid #eee;
}

.list-group-flush:last-child .list-group-item:last-child {
	border-radius: 0 0 8px 8px;
}

.card-footer {
	border-top: 1px solid #eee;
}

.no-tours-msg {
	display: block;
	width: 100%;
	padding: 10% 0;
	margin-bottom: 0;
	background-color: #eee;
	border-radius: 8px;
	text-align: center;
}

/* Featured Tours */

#featured-tours {
	padding-top: 20px;
	padding-bottom: 30px;
}

#featured-tours .section-title {
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 32px;
}

#featured-tours .section-desc {
	margin-bottom: 20px;
	font-style: italic;
	text-align: center;
	color: #515151;
}

#featured-tours .items {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 31.5% 31.5% 31.5%;
}

#featured-tours .card {
	border: 0;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	margin-bottom: 0;
}

#featured-tours .card .card-body {
	padding: 10px;
}

#featured-tours .card h4 {
	margin-bottom: 0;
}

#featured-tours .card .card-location {
	margin-bottom: 0;
	font-size: 12px;
}

#featured-tours .card .card-footer {
	background-color: transparent;
	padding: 0;	
}

#featured-tours .card .card-footer .list-group .list-group-item {
	padding: 0;	
}

#featured-tours .card .card-footer .list-group .list-group-item a {
	display: block;
	width: 100%;
	padding: 5px 10px;
	color: #2461b9;
}

#featured-tours .card .card-footer .list-group .list-group-item a:after {
	content: '\f105';
	font-family: fontawesome;
	position: absolute;
	top: 0;
	right: 8px;
	font-size: 23px;
}

#featured-tours .card .card-footer .list-group .list-group-item a:hover {
	text-decoration: none;
	background-color: #2461b9;
	color: #fff;
}

#featured-tours .card .card-footer .list-group-flush:last-child .list-group-item:last-child a:hover {
	border-radius: 0 0 .25rem .25rem;
}




/* Cruises */

#cruises {
	padding-top: 20px;
	padding-bottom: 30px;
}

#cruises .section-title {
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 32px;
}

#cruises .section-desc {
	margin-bottom: 20px;
	font-style: italic;
	text-align: center;
	color: #515151;
}

#cruises .items {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 31.5% 31.5% 31.5%;
}

#cruises .card {
	border: 0;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	margin-bottom: 0;
}

#cruises .card .card-body {
	padding: 10px;
}

#cruises .card h4 {
	margin-bottom: 0;
}

#cruises .card .card-location {
	margin-bottom: 0;
	font-size: 12px;
}

#cruises .card .card-footer {
	background-color: transparent;
	padding: 0;	
}

#cruises .card .card-footer .list-group .list-group-item {
	padding: 0;	
}

#cruises .card .card-footer .list-group .list-group-item a {
	display: block;
	width: 100%;
	padding: 5px 10px;
	color: #2461b9;
}

#cruises .card .card-footer .list-group .list-group-item a:after {
	content: '\f105';
	font-family: fontawesome;
	position: absolute;
	top: 0;
	right: 8px;
	font-size: 23px;
}

#cruises .card .card-footer .list-group .list-group-item a:hover {
	text-decoration: none;
	background-color: #2461b9;
	color: #fff;
}

#cruises .card .card-footer .list-group-flush:last-child .list-group-item:last-child a:hover {
	border-radius: 0 0 .25rem .25rem;
}





/* Tours By Category */

#tours-by-category {
	padding-top: 20px;
	padding-bottom: 30px;
}

#tours-by-category .section-title {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 32px;
	margin-bottom: 0;
}

#tours-by-category .section-desc {
	margin-bottom: 15px;
	font-style: italic;
	text-align: center;
	color: #515151;
}

#tours-by-category .items {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 23% 23% 23% 23%;
}

#tours-by-category .card {
	border: 0;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	margin-bottom: 0;
}

#tours-by-category .card .card-body {
	padding: 10px;
}

#tours-by-category .card h4 {
	margin-bottom: 0;
	font-size: 18px;
}

#tours-by-category .card .card-location {
	margin-bottom: 0;
	font-size: 12px;
}

#tours-by-category .card .card-footer {
	background-color: transparent;
	padding: 0;	
}

#tours-by-category .card .card-footer .list-group .list-group-item {
	padding: 0;	
}

#tours-by-category .card .card-footer .list-group .list-group-item a {
	display: block;
	width: 100%;
	padding: 5px 10px;
	color: #2461b9;
	font-size: .9rem;
}

#tours-by-category .card .card-footer .list-group .list-group-item a:after {
	content: '\f105';
	font-family: fontawesome;
	position: absolute;
	top: 0;
	right: 8px;
	font-size: 21px;
}

#tours-by-category .card .card-footer .list-group .list-group-item a:hover {
	text-decoration: none;
	background-color: #2461b9;
	color: #fff;
}

#tours-by-category .card .card-footer .list-group-flush:last-child .list-group-item:last-child a:hover {
	border-radius: 0 0 .25rem .25rem;
}




#tours-by-category .nav-pills {
	display: block;
	flex-wrap: inherit;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

#tours-by-category .nav-pills .nav-item {
	display: inline-block;
	font-size: 16px;
}

#tours-by-category .nav-pills .nav-item .nav-link {
	font-weight: 900;
	color: #818181;
	padding: 0 16px;
}

#tours-by-category .nav-pills .nav-item .nav-link.active {
	color: #fff;
	background-color: #2461b9;
	border-radius: 5px;
}

.browse-our-tours {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.browse-our-tours a.btn {
	font-size: 22px;
}

.browse-our-tours a.btn i.fa {
	margin-left: 3px;
}

/* Home Page Bottom */

.cta {
	padding-top: 40px;
	padding-bottom: 40px;
}

.cta h3 {
	font-size: 36px;
	margin-bottom: 20px;
}

.cta p {
	font-size: 22px;
	line-height: 1.6;
	color: #666;
	margin-bottom: 20px;
}

.cta a i.fa-arrow-right {
	margin-left: 5px;
}

.cta .cta-img-wrap {
	position: relative;
}

.cta .cta-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 5px;
}


.cta.cta-black {
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #000;
	color: #fff;
}

.cta.cta-black h3 {
	font-size: 36px;
	margin-bottom: 15px;
}

.cta.cta-black p {
	color: #fff;
}

.cta.cta-black .cta-img-wrap {
	margin-bottom: 30px;
}

.cta.cta-black .cta-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 5px;
}




.cta.cta-bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}

.cta.cta-bg .container {
	position: relative;
	min-height: 600px;
}

.cta.cta-bg .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.cta.cta-bg h3 {
	font-size: 36px;
	margin-bottom: 15px;
}

.cta.cta-bg p {
	color: #fff;
}


#about-mark .mark-headshot {
	border-radius: 100%;
	margin-bottom: 30px;
	width: 200px;
	height: auto;
}


.testimonial-header {
	margin-bottom: 30px;
}

.testimonial-header h3 {
	display: block;
	background-color: #2461b9;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
}

.testimonial-header h3:after {
	position: absolute;
	bottom: -30px;
	left: 46%;
	content: '';
	width: 0px;
	height: 0px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 30px solid #1661B9;
}


.cta.testimonial {
	padding-top: 30px;
	padding-bottom: 50px;
}

.cta.testimonial strong {
	color: #000;
}

.cta.testimonial img {
  border: 7px solid #fff;
  box-shadow: 1px 1px 6px #ccc;
  border-radius: 5px;
}

.cta.testimonial.testimonial-right img {
  transform: rotate(3deg);
}

.cta.testimonial.testimonial-left img {
  transform: rotate(-3deg);
}



/* ---- Listings ---- */


.container-listings .row > div[class*='col-'] {
  display: flex;
  flex:1 0 auto;
}

.container-listings .listings-header {
  display: block;
  width: 100%;
  background-color: #1561b9;
  color: #fff;
  padding: 5px 14px 6px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.container-listings .card {
	border: 0;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	width: 100%;
}

.container-listings .card .card-body {
	padding: 10px;
}

.container-listings .card h4 {
	margin-bottom: 0;
}

.container-listings .card .card-location {
	margin-bottom: 0;
	font-size: 12px;
}

.container-listings .card .card-footer {
	background-color: transparent;
	padding: 0;	
}

.container-listings .card .card-footer .list-group .list-group-item {
	padding: 0;	
}

.container-listings .card .card-footer .list-group .list-group-item a {
	display: block;
	width: 100%;
	padding: 5px 10px;
	color: #2461b9;
}

.container-listings .card .card-footer .list-group .list-group-item a:after {
	content: '\f105';
	font-family: fontawesome;
	position: absolute;
	top: 0;
	right: 8px;
	font-size: 23px;
}

.container-listings .card .card-footer .list-group .list-group-item a:hover {
	text-decoration: none;
	background-color: #2461b9;
	color: #fff;
}

.container-listings .card .card-footer .list-group-flush:last-child .list-group-item:last-child a:hover {
	border-radius: 0 0 .25rem .25rem;
}





/* ----- Sidebar Cards------  */

#right-sidebar .card {
	border: 0;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	margin-bottom: 15px;
}

#right-sidebar .card .card-body {
	padding: 6px;
}

#right-sidebar .card h4 {
	font-size: 16px;
	margin-bottom: 0;
}

#right-sidebar .card .card-location {
	margin-bottom: 0;
	font-size: 12px;
}

#right-sidebar .card .card-footer {
	background-color: transparent;
	padding: 0;	
}

#right-sidebar .card .card-footer .list-group .list-group-item {
	padding: 0;	
}

#right-sidebar .card .card-footer .list-group .list-group-item a {
	display: block;
	width: 100%;
	padding: 3px 8px;
	color: #2461b9;
	font-size: 14px;
}

#right-sidebar .card .card-footer .list-group .list-group-item a:after {
	content: '\f105';
	font-family: fontawesome;
	position: absolute;
	top: 0;
	right: 8px;
	font-size: 19px;
}

#right-sidebar .card .card-footer .list-group .list-group-item a:hover {
	text-decoration: none;
	background-color: #2461b9;
	color: #fff;
}

#right-sidebar .card .card-footer .list-group-flush:last-child .list-group-item:last-child a:hover {
	border-radius: 0 0 .25rem .25rem;
}



/* ---- Regular Pages ---- */


body.page-template-default article.page {
	box-shadow: 1px 1px 6px #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}


/* Our Guides */

body.page-template-page-guides .entry-title {
	margin-bottom: 20px;
}

.our-guides .single-guide {
	box-shadow: 1px 1px 6px #ccc;
	padding: 25px 25px 15px 25px;
	margin-bottom: 30px;
}

.our-guides .single-guide h2 {
	margin-bottom: 15px;
}

.our-guides .single-guide img.bio-headshot {
  border-radius: 100%;
  margin-bottom: 20px;
  width: 200px;
  height: auto;
}







/* Guest Stories & Photos */

body.page-template-page-guests .entry-title {
	margin-bottom: 20px;
}

body.page-template-page-guests .single-testimonial i.fa,
body.page-template-page-guests .submit-your-story i.fa {
	margin-left: 4px;
}

body.page-template-page-guests .single-testimonial {
	box-shadow: 1px 1px 6px #ccc;
	padding: 25px 25px 15px 25px;
	margin-bottom: 40px;
}

body.page-template-page-guests .single-testimonial .single-testimonial-text {
	margin-bottom: 30px;
}

body.page-template-page-guests .single-testimonial .single-testimonial-photo-grid .single-photo {
	margin-bottom: 15px;
}

body.page-template-page-guests .single-testimonial .single-testimonial-photo-grid .single-photo a {
	display: block;
	border-radius: 4px;
	box-shadow: 1px 1px 4px #a4a4a4;
}

body.page-template-page-guests .single-testimonial .single-testimonial-photo-grid .single-photo a:hover {
	box-shadow: 1px 1px 6px #a4a4a4 !important;
}

body.page-template-page-guests .single-testimonial .single-testimonial-photo-grid .single-photo a img {
	border-radius: 4px;
}



/* ---- Tour Page ---- */

.tour-page-wrapper {
	padding-top: 0;
}

.tour-page-wrapper .content-area {
	padding-left: 0;
	padding-right: 0;
}

.tour-page-wrapper .section-wrapper {
	margin-bottom: 50px;
}


/* Intro */

#intro {
	background-color: #000;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

#intro h2 {
	font-size: 1.5rem;
}

#intro .btn-intro-phone {
	color: #fff;
	text-transform: none;
	font-size: 22px;
	font-weight: normal;
}

#intro .btn-intro-phone strong {
	font-weight: 900;
}

#intro .book-now-scroll {
	cursor: pointer;
}

#intro .whats-included {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 3px;
	border-radius: 6px;
	background-color: #3B3B3B;
	padding: 8px 12px;
}

#intro .whats-included .icon {
	float: left;
	width: 48px;
	margin-right: 14px;
}

#intro .whats-included .icon svg {
	fill: #ffffff;
}

#intro .whats-included .text {
	float: left;
	width: 84%;
}

#intro .whats-included .text strong {
	display: block;
	font-size: 18px;
}

#intro .whats-included .text p {
	margin-bottom: 0;
}





/*
#early-bird .early-bird-inner-wrap {
	float: left;
	width: 100%;
	clear: both;
	background-color: #2dae3e;
	color: #fff;
	text-align: center;
	padding: 20px 10% 25px;
	border-radius: 10px;
	box-shadow: 0px 2px 6px #ccc;
}

#early-bird .early-bird-inner-wrap h2 {
	margin-top: 0;
}

#early-bird .early-bird-inner-wrap p {
	margin-bottom: 0;	
}
*/

#status {
	padding-bottom: 30px;
}

#status h2 {
	color: #fff;
  padding: 8px 15px 10px;
  display: inline-block;
  border-radius: 8px;
  font-size: 26px;
  margin-top: 7px;
}

#status .status-header i.fa {
	margin-right: 4px;
}

#status .early-bird .status-header h2 {
	background-color: #30ae3d;
}

#status .limited-availability .status-header h2 {
	background-color: #e86d00;
}

#status .sold-out .status-header h2 {
	background-color: #d20000;
}


#status .status-message {
	padding-top: 10px;
  font-weight: bold;
  font-size: 21px;
}

#status .early-bird .status-message {
 	color: #30ae3d;
}

#status .limited-availability .status-message {
	color: #e86d00;
}

#status .sold-out .status-message {
	color: #d20000;
}

#activity-level h3 {
	margin-bottom: 0;
	line-height: 0;
}

#activity-level h3 {
	margin-bottom: 0;
	line-height: 1.1;
	color: #1661b9;
}

#activity-level h4 {
	margin-bottom: 0;
	line-height: 1.1;
	font-weight: bold;
}

#activity-level .col-activity-icon {
	padding-right: 5px;
	flex: 0 0 13%;
	max-width: 13%;
}

#activity-level .col-activity-text {
	padding-left: 5px;
}

  
#map {
	margin-bottom: 70px;
} 

/* Videos */

#videos .embed-responsive {
	margin-bottom: 15px;
	box-shadow: 0 1px 6px #ccc;
}

/* Your Intinerary */

#itinerary-collapse {
	overflow: hidden;
}

#your-itinerary .itinerary-wrapper {
  border-left: 2px dotted #ccc;
  padding-left: 20px;
  margin-left: 10px;
  position: relative;
}

#your-itinerary .itinerary-wrapper .itinerary-item {
	margin-bottom: 30px;
	position: relative;
}

#your-itinerary .itinerary-wrapper .itinerary-item h5 {
	margin-top: 0;
}

#your-itinerary .itinerary-wrapper .itinerary-item .dot {
  position: absolute;
  left: -31px;
  top: 2px;
  width: 20px;
  height: 20px;
  display: block;
  background: #1561b9;
  border-radius: 100%;
}

#your-itinerary .show-wrapper {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 3px solid #eee;
}

#your-itinerary .btn-show-less,
#your-itinerary .btn-show-more {
	background-color: #fff;
}

#more-info a {
	display: inline-block;
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 5px;
}

#more-info a:hover {
	text-decoration: none;
}

#more-info a i.fa {
	margin-left: 5px;
}


/*
#your-itinerary #itinerary-collapse .gradient {
	position: absolute;
	bottom: 42px;
	left: 0;
	width: 100%;
	z-index: 10;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

#your-itinerary #itinerary-collapse .gradient {
	height: 100px;
}

#your-itinerary #itinerary-collapse .gradient.showing {
	height: 0;
}

#your-itinerary .btn-show-less,
#your-itinerary .btn-show-more {
	margin: 15px auto 0 auto;
	width: 190px !important;
}
*/


/* Guest Photos */

#guest-photos .photo-grid {
	margin-bottom: 15px;
}

#guest-photos .photo-grid .single-photo {
	margin-bottom: 10px;
}

#guest-photos .photo-grid .single-photo:nth-of-type(odd) {
	padding-right: 5px;
}

#guest-photos .photo-grid .single-photo:nth-of-type(even) {
	padding-left: 5px;
}

#guest-photos .photo-grid .single-photo a {
	display: block;
	opacity: 1;
}

#guest-photos .photo-grid .single-photo a:hover {
	opacity: .85;
}


/* Testimonials */

#testimonials .single-testimonial {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}

#testimonials .single-testimonial:last-of-type {
	margin-bottom: 0;
}

#testimonials .single-testimonial .testimonial-title span {
	font-weight: normal;
}


/* How to Book */

#how-to-book {
	background-color: #eee;
	padding-top: 30px;
	padding-bottom: 40px;
	margin-bottom: 0;
}

#how-to-book h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 30px;
}

#how-to-book .book {
	float: left;
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding: 25px 30px 10px 30px;
	margin-bottom: 10px;
	border-radius: 10px;
	box-shadow: 0px 1px 4px #bbbbbb;
}

#how-to-book h3 {
	color: #1661B9;
}

#how-to-book p {
	font-size: 19px;
	color: #333;
}


#how-to-book .book.book-online a.btn {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 22px;
}

#how-to-book .book.book-online a.btn:hover {
	cursor: pointer;
}

#how-to-book .book.book-phone a.btn {
	font-size: 24px;
	color: #1661B9;
	padding: 5px 0;
}

#how-to-book .book.book-phone a.btn:hover {
	color: #000;
}


/* Discover Your World */

#discover-your-world {
	text-align: center;
	color: #fff;
	background-color: #1661B9;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 60px;
	position: relative;
}

#discover-your-world:after {
  position: absolute;
  bottom: -30px;
  left: 46%;
  content: '';
  width: 0px;
  height: 0px;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid #1661B9;
}

#discover-your-world p.quote {
	font-size: 20px;
	padding: 0 15%;
	margin-bottom: 5px;
	font-style: italic;
}

#discover-your-world p.attr {
	font-size: 20px;
	font-weight: 900;
}


/* Book Now Buttons */

#book-now h2 {
	font-size: 36px;
}

#book-now h3 {
	font-size: 26px;
	margin-bottom: 30px;
	font-weight: bold;
}

#book-now h4 {
	font-size: 22px;
	margin-bottom: 20px;
}

#book-now .btn-book {
  display: inline-block;
  text-align: center;
  border: 3px solid #ccc;
  padding: 10px 25px;
  border-radius: 10px;
  margin: 0 7px 30px;
  font-size: 20px;
  color: #333;
  position: relative;
}

#book-now .btn-book:hover {
	text-decoration: none;
	background-color: #f3f3f3;
}

#book-now .btn-book.active {
	background-color: #1561b9;
	border-color: #1561b9;
	color: #fff;
}

#book-now .btn-book.active:after {
  position: absolute;
  bottom: -30px;
  left: 32%;
  content: '';
  width: 0px;
  height: 0px;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid #1661B9;
}

#book-now .btn-book .line-wrap {
	display: table;
	width: 100%;
}

#book-now .btn-book .line-inner-wrap {
	display: table-cell;
	vertical-align: middle;
	table-layout: fixed;
}

#book-now .btn-book span {
	display: block;
	width: 100%;
}

#book-now .btn-book span.early-bird {
	display: inline-block;
	background-color: #2dae3e;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	border-radius: 5px;
}

#book-now .btn-book s {
	font-weight: normal;
	color: #999999;
}

#book-now .btn-book span.line-1 {
	font-size: 26px;
	font-weight: bold;
	color: #1561b9;
	margin-bottom: 7px;
	line-height: 28px;
}

#book-now .btn-book.active span.line-1 {
	color: #f5d520;
}

#book-now .btn-book span.line-2 {
	font-size: 19px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 5px;
}

#book-now .btn-book span.line-3 {
	font-size: 14px;
	margin-top: 4px
}



/* Tour Operators */

.tour-operators {
	padding-left: 0;
	padding-right: 0;
}

.tour-operators .single-tour {
	float: left;
	width: 100%;
	box-shadow: 0px 1px 6px #ccc;
	padding: 20px 20px 10px 20px;
	margin-bottom: 30px;
  border-radius: 8px;
}

.tour-operators .single-tour h2 {
	background-color: #1561b9;
	color: #fff;
	padding: 4px 10px;
	margin-bottom: 20px;
	border-radius: 4px;
}

.tour-operators .single-tour img {
	padding: 0 10px;
}
    

.tour-operators .single-tour .btn i.fa {
	margin-right: 8px;
}

.tour-operators-footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #eee;
	border-radius: 8px;
}





/* Tour Operators */

.why-group-travel .intro-text {
  font-size: 26px;
  margin-bottom: 35px;
  color: #3c3c3c;
  font-weight: bold;
  font-style: italic;
}

.why-group-travel .row {
	margin-bottom: 40px;
}

.why-group-travel h2 {
	color: #1661b9;
}

.why-group-travel p {
	font-size: 24px;
	line-height: 1.3;
}

.why-group-travel img {
	border-radius: 5px;
	box-shadow: 1px 1px 6px #9f9f9f;
}

.why-group-travel-footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #eee;
	border-radius: 8px;
}

@media only screen 
  and (min-width: 1px) 
  and (max-width: 767px)  {
	  
	.why-group-travel-footer {
		width: 93%;
		max-width: 93%;
	}

	.why-group-travel-footer a.btn {
		display: block;
		width: 100%;
		margin-bottom: 15px;
		padding: 0.6rem 0.75rem;
	}
	
	.why-group-travel-footer .sep{
		display: none;
	}

}




/* General Payment Page */


.tour-payment {

}

.tour-payment .tour-payment-wrapper {
	width: 800px;
	max-width: 100%;
	margin: 20px auto 40px;
	box-shadow: 1px 1px 6px #ccc;
	border-radius: 6px;
	padding: 15px 20px 5px;
}



/* Tour Password Protection  */

.post-password-form {
  margin: 100px auto 70px;
  width: 700px;
  max-width: 85%;
  padding: 60px 15px 50px;
  text-align: center;
  box-shadow: 1px 1px 10px #ccc;
  border-radius: 8px;
}





/* Tour Page Form Sidebar */

.form-sidebar {
	float: left;
	width: 100%;
	border-radius: 8px;
	border: 1px solid #eee;
	margin-top: 15px;
	padding: 12px;
}

.form-sidebar h2 {
	font-size: 20px;
	margin-bottom: 0;
}

.form-sidebar h3 {
	font-size: 16px;
	margin-bottom: 0;
}

.form-sidebar div {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 15px;
	border-bottom: 2px solid #eee;
	margin-bottom: 15px;
}

.form-sidebar div:last-of-type {
	border-bottom: 0;
	padding-bottom: 7px;
	margin-bottom: 0;
}

.form-sidebar p:last-of-type {
	margin-bottom: 0;
}

.form-sidebar .form-sidebar-intro h3 {
	font-weight: normal;
	margin-bottom: 10px;
}

.form-sidebar .form-sidebar-included h3 {
	margin-bottom: 0;
}

.form-sidebar .form-sidebar-subtotal span.early-bird {
	display: block;
	color: #2dae3e;
	font-weight: 900;
}

.form-sidebar .form-sidebar-subtotal {
	margin-bottom: 0;
	border-bottom: 0;
}

.form-sidebar .form-sidebar-subtotal p {
	display: block;
	width: 100%;
	margin-bottom: 0;
	clear: both;
}

.form-sidebar .form-sidebar-subtotal p span.left {
	float: left;
}

.form-sidebar .form-sidebar-subtotal p span.right {
	float: right;
}

.form-sidebar .form-sidebar-subtotal p.subtotal {
	font-weight: normal;
}

.form-sidebar .form-sidebar-subtotal p.total {
	font-weight: 900;
}

.form-sidebar .form-sidebar-deposit {
	background-color: #1660b9;
	padding: 6px 10px;
	color: #fff;
	border-bottom: 0;
	border-radius: 5px;
}

.form-sidebar .form-sidebar-deposit p {
	display: block;
	width: 100%;
	margin-bottom: 0;
	clear: both;
	font-weight: 900;
	color: #f6d421;
}

.form-sidebar .form-sidebar-deposit p span.left {
	float: left;
}

.form-sidebar .form-sidebar-deposit p span.right {
	float: right;
}

.form-sidebar .form-sidebar-deposit ul {
	display: block;
	width: 100%;
	float: none;
	clear: both;
	font-size: 12px;
	padding-top: 7px;
	margin-bottom: 0;
	line-height: 16px;
}

.form-sidebar .form-sidebar-deposit ul li {
	margin-bottom: 4px;
}

.form-sidebar .form-sidebar-cancellations {
	padding-top: 15px;
	border-top: 2px solid #eee;
}

.form-sidebar .form-sidebar-cancellations h3 {
	margin-bottom: 10px;
}

.form-sidebar .form-sidebar-cancellations a {
	font-weight: bolder;
}

.form-sidebar .form-sidebar-cancellations i.fa {
	margin-left: 5px;
}

.form-sidebar .form-sidebar-notes h3 {
	margin-bottom: 10px;
}


/* Footer */

#wrapper-footer {
	background-color: #1661b9;
	color: #fff;
	padding: 20px 0;
	margin-bottom: -5px;
}

#wrapper-footer .wt-footer-address {
	text-align: center;
	font-size: 18px;
}

#wrapper-footer .wt-footer-address .footer-logo {
	display: block;
	margin-bottom: 10px;
}

#wrapper-footer .wt-footer-address p {
}

#wrapper-footer .wt-footer-address a {
	font-weight: bold;
	color: #fff;
}

#wrapper-footer .wt-footer-address a:hover {
	color: #f5d520;
	text-decoration: none;
}

#wrapper-footer .wt-footer-nav {
	font-size: 18px;
}

#wrapper-footer .wt-footer-nav ul {
	padding-left: 10px;
}

#wrapper-footer .wt-footer-nav ul li {
	margin-bottom: 0;
}

#wrapper-footer .wt-footer-nav a {
	font-weight: bold;
	color: #fff;
}

#wrapper-footer .wt-footer-nav a:hover {
	color: #f5d520;
	text-decoration: none;
}


#wrapper-footer .footer-socials a {
	color: #fff;
	background-color: transparent;
	font-size: 19px;
	border-radius: 50%;
	border: 2px solid #fff;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 32px;
	text-align: center;
	margin: 0 1px;
}

#wrapper-footer .footer-socials a i.fa-facebook-f {
	position: relative;
	left: -1px;
}

#wrapper-footer .footer-socials a:hover {
	color: #2461b9;
	background-color: #f5d520;
	border: 2px solid #f5d520;
}

#wrapper-footer p.footer-email {
	line-height: 1.2;
}

#wrapper-footer a.btn-email {
	font-size: 16px;
	color: #2461b9;
}

#wrapper-footer .site-info {
	font-size: 12px;
	margin-top: 30px;
}

#wrapper-footer .site-info a {
	color: #fff;
}

#wrapper-footer .site-info a:hover {
	color: #f5d520;
	text-decoration: underline;
}





/* Off-Canvas Menu */

.menu-trigger {
	display: none !important;
}

.menu-trigger > a {
	background-color: transparent;
	border: 0 !important;
	color: #fff !important;
	font-size: 20px;
}

.menu-trigger > a:hover,
.menu-trigger > a:focus,
.menu-trigger > a:active {
	background-color: #eee !important;
	border: 0 !important;
	color: #000 !important;
}

#menu-mobile-nav {
	list-style: none;
	padding: 0;
	font-weight: bold;
}

/* Level 1 */

#menu-mobile-nav > li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #333;
}

#menu-mobile-nav > li > a {
	display: block;
	color: #fff;
	padding: 8px 12px;
	font-weight: 900;
}

#menu-mobile-nav > li > a:hover,
#menu-mobile-nav > li > a:active,
#menu-mobile-nav > li > a:focus {
	background-color: #333;
	text-decoration: none;
	cursor: pointer;
}

#menu-mobile-nav > li.ocs-trigger {
	border-bottom: 0;
}

#menu-mobile-nav > li.ocs-trigger > a {
	text-align: center;
	color: #fff;
	text-transform: none;
	font-size: 16px;
}

/* Level 2 */

#menu-mobile-nav > li > ul {
	list-style: none;
	padding-left: 0;
	background-color: #1b1b1b;
}

#menu-mobile-nav > li > ul > li {
	display: block;
}

#menu-mobile-nav > li > ul > li > a {
	display: block;
	color: #fff;
	padding: 7px 0 7px 20px;
	border-top: 1px solid #323232;
	font-weight: normal;
}

#menu-mobile-nav > li > ul > li > a:hover,
#menu-mobile-nav > li > ul > li > a:active,
#menu-mobile-nav > li > ul > li > a:focus {
	background-color: #333;
	text-decoration: none;
	cursor: pointer;
}







/* Tour Form */

.booking-form h2 {
	margin-bottom: 0;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
  clear: both;
  display: block !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
  margin-top: -10px !important;
  margin-bottom: 15px !important;
  background-color: #1661B9 !important;
  color: #fff !important;
  padding: 10px 15px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border-radius: 8px 8px 0 0 !important;
}


/* Package Price */

.gform_wrapper .top_label .wt-package-price .gfield_label {
  clear: both;
  display: block !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: transparent !important;
  color: #f5d520 !important;
  padding: 15px 0 0 0 !important;
  font-size: 22px !important;
  font-weight: bold !important;
  border-radius: 8px !important;
}

body .gform_wrapper ul li.gfield.wt-package-price {
  margin-top: 15px !important;
  margin-bottom: 20px !important;
  background-color: #2461b9 !important;
  padding: 0 0 15px 0 !important;
  border-radius: 8px !important;
  font-size: 18px;
  text-align: center;
}

.gform_wrapper .gfield.wt-package-price span.ginput_product_price,
.gform_wrapper .gfield.wt-package-price span.ginput_product_price_label {
    color: #fff;
}


/* Insurance Price */

.gform_wrapper .top_label .wt-insurance-price .gfield_label {
  clear: both;
  display: block !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: transparent !important;
  color: #000 !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: bold !important;
  border-radius: 0 !important;
}

body .gform_wrapper ul li.gfield.wt-insurance-price {
  margin-top: -20px !important;
  margin-bottom: 20px !important;
  background: #eee;
  padding: 8px 14px !important;
  border-radius: 0 0 8px 8px !important;
  font-size: 18px;
}

.gform_wrapper .gfield.wt-insurance-price span.ginput_product_price {
    color: #000;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

body .gform_wrapper ul li.gfield {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  background: #eee;
  padding: 10px 10px 10px 10px !important;
  border-radius: 8px;
}


body .gform_wrapper ul li.gfield.wt-confirmation-message,
body .gform_wrapper ul li.gfield.wt-cc-message {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  background: transparent;
  padding: 0 !important;
  border-radius: 0;
  font-size: 14px;
}


body .gform_wrapper ul li.gfield.wt-confirmation-message h5,
body .gform_wrapper ul li.gfield.wt-cc-message h5 {
	margin-bottom: 0 !important;
}

body .gform_wrapper ul li.gfield.wt-confirmation-message a,
body .gform_wrapper ul li.gfield.wt-cc-message a {
	font-weight: 900 !important;
}


.gform_wrapper .gfield_required {
  color: #ff0000 !important;
}

.gform_wrapper .gfield_description {
	margin-bottom: 10px;
	font-style: italic;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important;
}

.gform_wrapper table.gfield_list thead th {
  font-weight: normal !important;
	font-size: 14px;
}

.gform_wrapper table.gfield_list {
	margin-top: 10px !important;
}

.gform_wrapper table.gfield_list th {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.gform_wrapper .wt-package-total span.ginput_total {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding-left: 3px;
  padding-bottom: 0px;
  display: block;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {;
  margin: 0 0 16px;
  appearance: none;
  -webkit-appearance: none !important;
	font-weight: bold;
	padding: .375rem 1rem;
	font-size: 22px !important;
	line-height: 1.5;
	border-radius: 0;
	text-transform: none;
	letter-spacing: 1px;
	background-color: #1661B9;
	border-color: #1661B9;
	border-radius: 6px;
	color: #fff;
}

/* Tour Form Valdation */

.gform_wrapper div.validation_error {
    color: #ff0000 !important;
    border-top: 2px solid #ff0000 !important;
    border-bottom: 2px solid #ff0000 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,223,224,.25);
    margin-bottom: 15px!important;
    border-top: 3px solid #ff0000 !important;
    border-bottom: 3px solid #ff0000 !important;
    border-left: 3px solid #ff0000 !important;
    border-right: 3px solid #ff0000 !important;
}

.gform_wrapper .validation_message {
    color: #ff0000 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.gform_wrapper li.gfield_error textarea {
    border: 1px solid #ff0000 !important;
}


.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100%)!important;
    border-radius: 12px !important;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #ff0000 !important;
}

@media only screen and (min-width: 641px) {
	
	.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	  max-width: calc(100%)!important;
	}

}



/* Gift Certs Form */

#gform_wrapper_9 {
	margin: 30px 0;
}

#gform_wrapper_9 .gsection {
	background-color: #eee;
	color: #000;
	margin-left: -20px !important;
	margin-right: -20px !important;
	border-radius: 0;
	margin-bottom: 20px !important;
	border-bottom: 0;
	padding: 15px 20px !important;
}

#gform_wrapper_9 .gsection .gsection_title {
	font-size: 1.7em;
	margin-bottom: 5px !important;
	font-weight: 900 !important;
}

#gform_wrapper_9 .top_label .gsection_description {
	margin-bottom: 0;
}

#gform_wrapper_9 .top_label span.ginput_total {
	font-weight: 900 !important;
	font-size: 1.5em !important;
	color: #000 !important;
}



@media only screen and (max-width: 767px) {
	
	#gform_wrapper_9 .gsection {
	    margin-left: -15px !important;
	    margin-right: -15px !important;
	}

}










