/*
Theme Name: Rediscour Tours
Author: Juan Soler (Rediscover Travel Inc.)
Version: 1.0
License: Privately Licensed. All rights reservered.
*/

body {
	overflow-x: hidden;
	font-family: 'Open sans',sans-serif;
	color: #505962
}

h1,h2,h3 {
	font-family: Merriweather,serif;
	font-style: italic
}

.spacerUp {
	padding: 2rem 0 0 0
}

.redisbackground1 {
	background-color: #eee
}

.minibtn {
	background-color: #d3d3d3;
	padding: 0 1em 0;
	border-radius: 1em
}

textarea:focus, input:focus{
    outline: none;
}

p {
	font-weight: 300;
	color: #181818;
	font-size: 1.15rem
}

.card {
	box-shadow: 0 2px 15px rgba(0,0,0,.2);
	position: relative;
	overflow: hidden;
	border: 0
}

.card a {
	color: #505962
}

.card a:link {
	text-decoration: none
}

.card-subtitle {
	text-align: center;
	font-weight: 300
}

.card-title {
	text-align: center;
	font-weight: 300
}

.cardBadge {
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: rgba(0,0,0,.5);
	padding: .5em;
	margin: 0;
	border-radius: 5%
}

.cardBadge h6 {
	text-align: center;
	margin: 0;
	font-weight: 500;
	color: #fff;
	text-shadow: 0 5px 15px #000
}

.cardBadge hr {
	border-top: 2px solid #fff;
	margin: .4rem
}

.card-body-inPicture {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	width: 100%;
	color: #fff;
	padding: .5em;
	margin: 0
}

.toursDeck {
    justify-content: center;
} 

.toursCard {
    margin-bottom: 20px!important;
}

.btn-general {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 50px;
	transition: .5s;
	line-height: 1;
	margin: 10px;
	color: #fff;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
	border: 3px solid #fcb040;
	background: #fcb040
}

.btn-general:hover {
	background: 0 0;
	color: #fcb040;
	text-decoration: none
}

.grow {
	transition: all .3s ease-in-out
}

.grow:hover {
	box-shadow: 0 20px 50px -10px rgba(0,0,0,.7)
}

#tourHighlights .card-title {
	padding-bottom: .8em
}

#tourHighlights li {
	padding-left: 1.5em
}

#tourDays .card {
	display: block
}

.day-contents {
	padding: 1em;
	flex: 2
}

.day-picture {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	/* flex: 1; */
	
}

.day-picture img {
	height: 300px;
    width: 300px;
	padding:1rem;
}

#about .about-col {
	background: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 12px rgba(0,0,0,.2);
	margin-bottom: 20px
}

#about .about-col .img {
	position: relative
}

#about .about-col .img img {
	border-radius: 4px 4px 0 0
}

#about .about-col .icon {
	width: 64px;
	height: 64px;
	padding-top: 8px;
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	border: 4px solid #fff;
	left: calc(50% - 32px);
	bottom: -30px;
	transition: .3s
}

#about .about-col i {
	font-size: 36px;
	line-height: 1;
	color: #fff;
	transition: .3s
}

#about .about-col:hover .icon {
	background-color: #fff
}

#about .about-col:hover i {
	color: #ccc
}

#about .about-col h2 {
	color: #505962;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	padding: 0;
	margin: 40px 0 12px 0
}

#about .about-col h2 a {
	color: #505962
}

#about .about-col h2 a:hover {
	color: #fcb040
}

#about .about-col p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 0;
	padding: 0 20px 0 20px
}

#about .about-col ul {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 0;
	padding: 0 20px 20px 40px
}

.profile-card-5 {
	margin-top: 20px
}

.profile-card-5 .btn {
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 7px 20px
}

.profile-card-5 .card-img-block {
	width: 91%;
	margin: 0 auto;
	position: relative;
	top: -20px
}

.profile-card-5 .card-img-block img {
	border-radius: 5px
}

.profile-card-5 h5 {
	color: #812d2d;
	font-weight: 600
}

.profile-card-5 h3 {
	margin-top: 2rem;
    margin-bottom: 1.5rem;
	text-align: left;
}

.profile-card-5 p {
	font-size: 14px;
	font-weight: 300
}

.profile-card-5 .btn-primary {
	background-color: #812d2d;
	border-color: #812d2d
}

.back-to-top {
	position: fixed;
	display: none;
	right: 15px;
	bottom: 15px;
	z-index: 99999
}

.back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background: #fcb040;
	color: #fff;
	transition: all .4s
}

.back-to-top i:hover {
	background: #e6573f;
	color: #fff
}

#topbar {
	background: #545454;
	padding: 10px 0;
	font-size: 14px
}

#topbar .contact-info {
	color: #fff
}

#topbar .contact-info a {
	line-height: 1;
	color: #fff;
	transition: .3s
}

#topbar .contact-info a:hover {
	color: #fcb040;
	text-decoration: none
}

#topbar .contact-info i {
	color: #fcb040;
	padding: 4px
}

#topbar .contact-info .icofont-phone {
	padding-left: 20px
}

#topbar .social-links a {
	color: #fff;
	padding: 4px 0 4px 16px;
	display: inline-block;
	line-height: 1px;
	transition: .3s
}

#topbar .social-links a:hover {
	color: #fcb040;
	text-decoration: none
}

#topbar .social-links a:first-child {
	border-left: 0
}

#header {
	height: 70px;
	transition: all .5s;
	z-index: 997;
	transition: all .5s;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.7);
	position: relative
}

@media only screen and (max-width:992px) {
	#header .container {
		padding: 0
	}
}

#header .logo h1 {
	font-size: 26px;
	padding: 0 0 0 8px;
	margin: 11px 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-left: 8px solid #fcb040
}

#header .logo h1 a,#header .logo h1 a:hover {
	color: #545454;
	text-decoration: none
}

#header .logo img {
	padding: 0;
	margin: 0;
	max-height: 3.7rem
}

.bbgradient {
	border-bottom: 2px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(to left,#811f1f,#fcb040)
}

.navbar {
	padding: 0
}

.navbar a {
	/* letter-spacing: -1px;
	text-transform: uppercase; */
	font-weight: 700;
	display: block;
	position: relative;
	color: #545454;
	transition: .3s;
	font-size: 1rem

	

}

@media screen and (max-device-width:995px), screen and (max-width:995px) {
	.navbar li a:first-child {
	padding-top: 8px;
	padding-bottom: 8px;	
	background-color: rgb(0,0,0,0.8);
	color:white;
	}
	 form {
		background-color: rgb(0,0,0,0.8);
		color:white;
	}
	}



.nav-link {
	padding: 0
}

.nav-menu .active>a,.nav-menu li:hover>a,.navbar a:hover {
	color: #fcb040;
	text-decoration: none
}

.navbar-toggler {
	color: #fcb040;
	font-size: 2rem
}

.navbar-toggler:focus {
	outline: 0
}

#hero {
	width: 100%;
	height: 70vh;
	background-color: rgba(59,59,59,.8);
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1
}

#hero .carousel-item {
	width: 100%;
	height: 70vh;
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-position: center center!important
}

#hero .carousel-item::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0
}

#hero .carousel-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0
}

#hero .carousel-content {
	text-align: center
}

#hero h1 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: .2rem;
	text-shadow: .2rem .2rem .8rem #000
}

#hero h1 span {
	color: #fcb040
}

#hero p {
	width: 80%;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	margin: 0 auto 30px auto;
	color: #fff;
	font-weight: 300;
	font-size: x-large;
	text-shadow: .1rem .1rem .8rem #000
}

#hero .carousel-inner .carousel-item {
	transition-property: opacity;
	background-position: center top
}

#hero .carousel-inner .active.carousel-item-left,#hero .carousel-inner .active.carousel-item-right,#hero .carousel-inner .carousel-item {
	opacity: 0
}

#hero .carousel-inner .active,#hero .carousel-inner .carousel-item-next.carousel-item-left,#hero .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
	transition: .5s;
	background-color: grey;
    background-blend-mode: multiply;
}

#hero .carousel-inner .active.carousel-item-left,#hero .carousel-inner .active.carousel-item-right,#hero .carousel-inner .carousel-item-next,#hero .carousel-inner .carousel-item-prev {
	left: 0;
	transform: translate3d(0,0,0)
}

#hero .carousel-control-next,#hero .carousel-control-prev {
	width: 10%
}

#hero .carousel-control-next-icon,#hero .carousel-control-prev-icon {
	background: 0 0;
	font-size: 48px;
	line-height: 1;
	width: auto;
	height: auto;
	color: #fff
}

#hero .carousel-indicators li {
	cursor: pointer;
	background: #fcb040;
	overflow: hidden;
	border: 0;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	margin-bottom: 180px;
	opacity: .2
}

#hero .carousel-indicators li.active {
	opacity: 1
}

@media (max-height:768px),(max-width:1200px) {
	#hero .carousel-container {
		padding-bottom: 0
	}

	#hero .carousel-indicators li {
		margin-bottom: 0
	}
}

@media (max-width:768px) {
	#hero {
		height: 90vh
	}

	#hero .carousel-item {
		height: 90vh
	}
}

@media (min-width:1024px) {
	#hero .carousel-control-next,#hero .carousel-control-prev {
		width: 5%
	}
}

section {
	padding: 4em 0 4em 0
}

.section-bg {
	background-color: #fff
}

.section-title {
	text-align: center;
	padding-bottom: 30px
}

.section-title p {
	text-align: left;
	
}

.section-title h2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative
}

.section-title h2::after {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #fcb040;
	bottom: 0;
	left: calc(50% - 25px)
}

.section-title p {
	margin-bottom: 0
}

.accordion {
	margin: auto
}

.accordion input {
	display: none
}

.box {
	padding: 0;
	position: relative;
	background: #fff;
	height: 64px;
	transition: all .4s ease-in-out;
	margin: .5em
}

.box::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)
}

header.box {
	background: #00bcd4;
	z-index: 100;
	cursor: initial;
	box-shadow: 0 -1px 0 #e5e5e5,0 0 2px -2px rgba(0,0,0,.12),0 2px 4px -4px rgba(0,0,0,.24)
}

header .box-title {
	margin: 0;
	font-weight: 400;
	font-size: 16pt;
	color: #fff;
	cursor: initial
}

.box-title {
	font-family: Merriweather,serif;
	font-size: 1.2em;
	font-weight: 600;
	width: calc(100% - 40px);
	height: 64px;
	line-height: 64px;
	padding: 0 20px;
	display: inline-block;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.box-content {
	width: calc(100% - 40px);
	padding: 30px 20px;
	font-size: 11pt;
	color: rgba(0,0,0,.54);
	display: none
}

.box-close {
	position: absolute;
	height: 64px;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none
}

input:checked+.box {
	height: auto;
	margin: 16px 0;
	box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32)
}

input:checked+.box .box-title {
	border-bottom: 1px solid rgba(0,0,0,.18)
}

input:checked+.box .box-close,input:checked+.box .box-content {
	display: flex;
	flex-wrap: wrap
}

.arrows section .box-title {
	padding-left: 44px;
	width: calc(100% - 64px)
}

.arrows section .box-title:before {
	position: absolute;
	display: block;
	content: '\203a';
	font-size: 18pt;
	left: 20px;
	top: -2px;
	transition: transform .15s ease-in-out;
	color: rgba(0,0,0,.54)
}

input:checked+section.box .box-title:before {
	transform: rotate(90deg)
}

.breadcrumbs {
	padding: 20px 0 20px 0;
	background: #f7f7f7;
	border-bottom: 1px solid #ededed;
	margin-bottom: 40px
}

.breadcrumbs h2 {
	font-size: 28px;
	font-weight: 700;
	color: #545454
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 14px
}

.breadcrumbs ol li+li {
	padding-left: 10px
}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #6e6e6e;
	content: "/"
}

.pictureGrid .row {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px
}

.pictureGrid .column {
	flex: 25%;
	max-width: 25%;
	padding: 0 4px
}

.pictureGrid .column img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%
}

@media screen and (max-width:800px) {
	.pictureGrid .column {
		flex: 50%;
		max-width: 50%
	}
}

@media screen and (max-width:600px) {
	.pictureGrid .column {
		flex: 100%;
		max-width: 100%
	}
}

.testimonials .testimonial-item {
	box-sizing: content-box;
	padding: 20px 40px;
	box-shadow: 0 2px 12px rgba(0,0,0,.2);
	position: relative;
	background: #fff;
	border-radius: 1rem
}

.testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 5px 0 5px 0;
	color: #111
}

.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0
}

.testimonials .testimonial-item .quote-icon-left,.testimonials .testimonial-item .quote-icon-right {
	font-size: 26px
}

.testimonials .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative
}

.testimonials .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px
}

.testimonials .testimonial-item p {
	font-style: italic;
	margin: 15px 0 0 0;
	padding: 0
}

.team .member {
	text-align: center;
	margin-bottom: 20px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
	padding: 30px 20px;
	background:rgba(255, 255, 255, 0.9);
}

.team .member img {
	max-height: 150px;
	max-width: 60%;
	border-radius: 50%;
	margin: 0 0 30px 0
}

.team .member h4 {
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;    
    color: #505962;
}

.team .member span {
	font-style: italic;
	display: block;
	font-size: 13px;
    color: #505962;
}

.team .member p {
	padding-top: 10px;
	font-size: 14px;
	font-style: italic;
    color: #505962;
}

.team .member .social {
	margin-top: 15px
}

.team .member .social a {
	color: #919191;
	transition: .3s
}

.team .member .social a:hover {
	color: #fcb040
}

.team .member .social i {
	font-size: 18px;
	margin: 0 2px
}

.contact .info-box {
	color: #444;
	text-align: center;
	box-shadow: 0 0 30px rgba(214,215,216,.6);
	padding: 20px 0 30px 0
}

.contact .info-box i {
	font-size: 32px;
	color: #fcb040;
	border-radius: 50%;
	padding: 8px;
	border: 2px dotted #fef5f4
}

.contact .info-box h3 {
	font-size: 20px;
	color: #777;
	font-weight: 700;
	margin: 10px 0
}

.contact .info-box p {
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0
}

.contact .php-email-form {
	box-shadow: 0 0 30px rgba(214,215,216,.6);
	padding: 30px
}

.contact .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600
}

.contact .php-email-form .error-message br+br {
	margin-top: 25px
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite
}

.contact .php-email-form input,.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px
}

.contact .php-email-form input::focus,.contact .php-email-form textarea::focus {
	background-color: #fcb040
}

.contact .php-email-form input {
	padding: 20px 15px
}

.contact .php-email-form textarea {
	padding: 12px 15px
}

.contact .php-email-form button[type=submit] {
	background: #fcb040;
	border: 0;
	border-radius: 50px;
	padding: 10px 24px;
	color: #fff;
	transition: .4s
}

.contact .php-email-form button[type=submit]:hover {
	background: #e6573f
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

#footer {
	background: #404040;
	padding: 0 0 30px 0;
	color: #fff;
	font-size: 14px
}

#footer .footer-newsletter {
	padding: 50px 0;
	background: #3b3b3b
}

#footer .footer-newsletter h4 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1;
	font-weight: 600
}

#footer .footer-newsletter p {
	color: #fff;
	font-weight: 100
}

#footer .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 50px
}

#footer .footer-newsletter form input[type=email] {
	border: 0;
	padding: 8px;
	width: calc(100% - 140px)
}

#footer .footer-newsletter form input[type=email]:focus {
	outline: 0
}

#footer .footer-newsletter form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: 0 0;
	font-size: 16px;
	padding: 0 30px;
	margin: 3px;
	background: #fcb040;
	color: #fff;
	transition: .3s;
	border-radius: 50px
}

#footer .footer-newsletter form input[type=submit]:hover {
	background: #e6573f
}

#footer .footer-top {
	background: #3b3b3b;
	border-top: 1px solid #474747;
	border-bottom: 1px solid #474747;
	padding: 60px 0 30px 0
}

#footer .footer-top .footer-info {
	margin-bottom: 30px
}

#footer .footer-top .footer-info h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700
}

#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	color: #fff
}

#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #545454;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: .3s
}

#footer .footer-top .social-links a:hover {
	background: #fcb040;
	color: #fff;
	text-decoration: none
}

#footer .footer-top h4 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px
}

#footer .footer-top .footer-links {
	margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #fcb040;
	font-size: 18px;
	line-height: 1
}

#footer .footer-top .footer-links ul li {
	padding: 1em 0 0 0;
	display: flex;
	align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0
}

#footer .footer-top .footer-links ul a {
	color: #fff;
	transition: .3s;
	display: inline-block;
	line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
	color: #fcb040
}

#footer .footer-top .footer-contact {
	margin-bottom: 30px
}

#footer .footer-top .footer-contact p {
	line-height: 26px
}

#footer .copyright {
	text-align: center;
	padding-top: 30px
}

#footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff
}

#footer .footer-bottom a {
	color: #fcb040
}

/* dropdown menu */


.dropdown-menu {
	background-color: rgb(0,0,0,0.85);
	top:44px;
 }

 .dropdown-header {
	 color: #fcb040;
 }

 a.dropdown-item {
font-weight: 100;     
color: white;
padding: .25rem 3.5rem;
}

a.dropdown-item:hover {
	background-color:inherit;
}

.dropdown-subheader {
	color: white;
	padding: 1.5rem .5rem 0rem 1.5rem;
}

/* parallax */

.parallax {
    color:white;
    
    /* set image for background   */
  background-image:  linear-gradient(rgba(0, 0, 0, 0.65),
  rgba(0, 0, 0, 0.65)), url('./img/backgrounds/tokyo-tower.jpg');  
  
  /*  full height image  */
    height: 100%;
    
  /*  image starting position- eg. top, right, left, bottom  */
    background-position: center;
    
  /*  size of image, eg- 50%, 3rem, 500px etc.
      cover= scales the image as large as possible without stretching
    */
    background-size: cover;
    
  /*  To get the desired effect, the key part is to set this background image to be fixed  */
    background-attachment: fixed;
}

.parallax p {
    color:white;
}


.search-overlay {
    padding-top: 72px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .96);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility .3s;
    transition: opacity .3s, transform .3s, visibility .3s, -webkit-transform .3s;
    box-sizing: border-box;
  }
  
  .search-overlay p {
    padding-top: 15px;
  }
  
  .search-overlay .event-summary p {
    padding-top: 0;
  }
  
  .search-overlay .event-summary {
    margin-bottom: 0;
    margin-top: 20px;
  }
  
  body.admin-bar .search-overlay {
    top: 32px;
  }
  
  .search-overlay__top {
    background-color: rgba(0, 0, 0, .12);
  }
  
  .search-overlay__icon {
    margin-right: 10px;
    font-size: 1.8rem;
    color: #fcb040;
  }
  
  @media (min-width: 960px) {
  
    .search-overlay__icon {
      font-size: 2.5rem;
    }
  }
  
  .search-overlay--active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  
  .search-overlay__section-title {
    margin: 30px 0 1px 0;
    font-weight: 400;
    /* color: #0D3B66; */
    font-size: 2rem;
    padding: 15px 0;
    border-bottom: 1px solid #CCC;
  }

  .link-list a {
      color:grey;
  }

  .link-list li {
	list-style-type: none;
}
  
  .search-overlay__close {
    position: absolute;
    top: 13px;
    right: 16px;
    font-size: 2.1rem;
    cursor: pointer;
    transition: all .3s;
    background-color: #FFF;
    color: #fcb040;
    line-height: .7;
  }
  
  @media (min-width: 530px) {
  
    .search-overlay__close {
      top: 18px;
      font-size: 2.1rem;
    }
  }
  
  @media (min-width: 960px) {
  
    .search-overlay__close {
      top: 26px;
      font-size: 2.8rem;
    }
  }
  
  .search-overlay__close:hover {
    opacity: 1;
  }
  
  .search-overlay .one-half {
    padding-bottom: 0;
  }
  
  .search-term {
    width: 75%;
    box-sizing: border-box;
    border: none;
    padding: 15px 0;
    margin: 0;
    background-color: transparent;
    font-size: 1rem;
    font-weight: 300;
    outline: none;
    color: #fcb040;
  
  }
  
  @-webkit-keyframes spin {
	0% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }
  
  @keyframes spin {
	0% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }


  .spinner-loader {
	margin-top: 45px;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	border: 0.25rem solid rgba(0, 0, 0, 0.2);
	border-top-color: black;
	-webkit-animation: spin 1s infinite linear;
			animation: spin 1s infinite linear;
  }
  
  @media (min-width: 530px) {
  
    .search-term {
      font-size: 1.5rem;
    }
  }
  
  @media (min-width: 960px) {
  
    .search-term {
      width: 80%;
      font-size: 3rem;
    }
  }
  