/*
	Headers
*/
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}

h1.header,
h2.header,
h3.header,
h4.header,
h5.header,
h6.header {
	color: #e67e22;
}

.header.underlined{
	border-bottom: 1px solid #ccc;
	padding-bottom: .6rem;
	margin-bottom: 1.8rem;
}
.subheader{
	color: #575757 !important;
	font-weight: bold;
	font-size: 3.7rem;
	text-transform: uppercase;
	line-height: 4rem;
}

/*
	Texts
*/
.text-white {
	color: rgb(255, 255, 255) !important;
}

.text-orange{
	color: #e67e22 !important;
}

.text-gray{
	color: #575757 !important;
}

/*
	Buttons
*/
.cta-btn{
	background-color: #e67e22;
	font-size: 2.4rem;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	padding: 1.6rem 2.8rem !important;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus{
	background-color: #d77218;
	border-color: #d77218;
}
.btn.btn-primary:focus, .btn-primary.focus {
	box-shadow: 0 0 0 2px #d77218;
}
.btn.btn-gray{
	background-color: #151515;
}
.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}

/*
	Misc
*/
.img-fluid {
	max-width: 100%;
	height: auto;
}
img.round, .round{
	border-radius: 100% !important;
}

/*
	Circular Icons - Used in  "New Arrivals"
*/
a.circular.icon{
	width: 140px;
	height: 140px;
	line-height: 140px;
	border-radius: 50% !important;
	border: 12px solid #f6f6f6;
	margin: 1rem auto;
	display: block;
}
.circular.icon i{
	font-size: 3rem;
}
.orange.circular.icon i{
	color: #e9771e;
}

/*
	Carousel
*/
.products-carousel .media{
	margin-top: 0!important;
	background-color: #575757;
	padding: 1.2rem;
	color: white;
}
.products-carousel .media h4{
	font-size: 1.2rem;
	min-height: 47px;
}
.products-carousel .media ul{
	min-height: 100px;
	padding-left: 1rem;
}
.products-carousel ul>li{
	color: #fff;
}
.products-carousel .media>div{
	width: 100%;
}
.products-carousel .btn{
	width: 100%;
}
.products-carousel .slick-slide>a{
	margin: 0 5px;
	display: block;
}
.products-carousel .slick-slide>a:hover{
	text-decoration: none;
}
.products-carousel .slick-slide>a h4{
	color: #fff !important;
}
/*
	Testimonials
*/
#testimonials{
	background-color: #f7f7f7;
}
.testimonial-item{
	background: white;
	padding: 1rem 2rem;
	margin-top: 50px;
	min-height: 350px;
}
.testimonial-item img{
	width: 120px;
	height: 120px;
	border-radius: 100%;
	border: 10px solid #f7f7f7;
	position: relative;
	top: -75px;
}
.testimonial-item .header{
	margin-top: -50px;
	line-height: 1.6rem;
}
.testimonial-item .subheader{
	font-size: .9rem;
	line-height: .9rem;
}
.testimonial-item .body{
	font-size: .9rem;
}
.testimonial-item .quote {
	width: 44px;
	height: 44px;
	background: orange;
	border-radius: 100%;
	color: white;
	padding: 10px;
	text-align: center;
	margin: 1em auto;
}

/*
	Quotes
*/

#quote-section{
	height: 410px;
	background-color: #7a5b41;
	padding: 0;
}
#quote-section .wrapper{
	position: relative;
	margin-bottom: 280px;
}

#quote-section>.wrapper{
	overflow: hidden;
}

#logos{
	background-color: #ababab;
}

/*
	Slider
*/

.slider img{
	object-fit: cover;
	width: 100%;
	min-height: 350px;
}
.slider h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 64px !important;
	line-height: 64px;
}
.slick-dots{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-bottom: 10px;
}
.slick-dots li {
	display: inline;
	text-align: center;
}
.slick-dots li button{
	border: none;
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
	height: 16px;
	background: #dce2f1;
	transform: scale(.5);
}
.slick-dots li button:hover{
	background: #bf6121;
}
.slick-dots li.slick-active button{
	background: #e67e22;
}
.slick-dots li button:before{
	content: '';
	border-radius: 50% !important;
	width: 5px;
	height: 5px;
	background: #e67e22;
}
.slider .slick-arrow{
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	z-index: 100;
	border: none;
	color: rgb(153, 153, 153);
	font-size: 24px;
	cursor: pointer;
	background-color: rgb(238, 241, 248);
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.slick-prev:before, .slick-next:before {
	content: "" !important;
}

.slick-arrow:hover{
	background: #e67e22;
	color: #fff;
}
.slick-prev{
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	left: -5px;
}
.slick-next{
	right: 0;
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}
.slider .header{
	position: absolute;
	bottom: 30%;
	text-align: left;
	margin: 0;
	padding: 1rem;
}
.slider .header h2{
	font-size: 4rem;
	font-weight: bold;
	color: white !important;
	margin-bottom: 0;
}
.slider .header h3{
	font-size: 1.6rem;
	font-weight: bold;
	color: white !important;
	margin-bottom: 1.5rem;
}
.slider .header .btn{
	padding: 1rem 2.5rem;
}
.slider .slick-slide:before{
	content: '';
	width: 100%;
	height: 100%;
	background: #0006;
	position: absolute;
	display: block;
	bottom: 0;
}

/*
	Responsive
 */

@media (max-width: 768px) {
	#quote-section{
		height: auto;
		padding: 36px 15px;
	}
	.slider .slick-arrow{
		display: none !important;
	}
	.slider .header {
		top: 5%;
		bottom: auto;
	}
	.slider .header h2 {
		font-size: 2.2rem !important;
		line-height: 2rem;
		margin-bottom: .5rem;
	}
	.slider .header .btn {
		padding: .5rem 1.0rem;
		font-size: 13px;
	}
	.header {
		font-size: 2.0rem;
		line-height: 2.2rem;
	}
	.subheader {
		font-size: 1.5rem;
		line-height: 1.8rem;
	}
	#experiential-stories{
		text-align: center;
	}
}

/*
	header & Menu
 */

.navbar.navbar-default.mega-menu{
	padding-top: 0;
}
.header-fixed .header-v5.header-fixed-shrink {
	
}
#logo-header {
	padding: 5px;
}
.header-fixed .header-v5.header-fixed-shrink .navbar-nav > li > a {
	padding: 17px 16px 20px 16px !important;
}

@media all and (min-width: 768px) {
	.btn-order-now {
		position: absolute;
		bottom: 0;
		transform: translateX(-50%);
	}
}



/*event template css*/

.event img {
	max-width: 100%;
	border-radius: 35px !important; /*temporary cause image has ugly corners*/
}

.event-inner {
	padding: 0 3rem;
}

.event-banner {
	position: relative;
}

.event-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.3); 
}

.event-banner .header {
	padding: 1rem;
}

.event-banner h1 {
    color: white !important;
    margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px !important;
	line-height: 42px;
}

.event-banner h3 {
    font-size: 1.6rem;
    font-weight: bold;
    color: white !important;
    margin-bottom: 1.5rem;
}

.event-banner .header .btn {
    padding: 1rem 2rem;
}

.event-banner .img-fluid {
    max-width: 100%;
    height: 300px;
}

.event-banner img {
	display: block;
	object-fit: cover;
    width: 100%;
    min-height: 300px;
}


@media(max-width: 768px) {
	
	.event-inner {
		padding: 0;
	}

	.event-banner .content-text{
		top: 10%;
	}
	.event-banner h2 {
	    font-size: 2.2rem !important;
	    line-height: 2rem;
	    margin-bottom: .5rem;
	}

	.event-banner .header .btn {
	    padding: .5rem 1.0rem;
	    font-size: 13px;
	}
}

.event {
    padding-top: 3rem;
}

.event.mb3 {
    padding-bottom: 6rem ;
}


.event-heading h1 {
	margin: 1.5rem 0;
    color: #687074;
    font-size: 26px;
    text-transform: uppercase;
}

.event .top {
	max-width: 800px;
	margin: 0 auto;
}

.event .slick-dots li button{
	border-radius: unset;
    background: #dce2f1;
}

.event .slick-dots li button:before {
     background: unset; 
}

.event .slick-dots li.slick-active button {
    background: #e67e22;
}

.event .info {
	padding-top: 2rem;
}

.info-heading h3 {
	text-transform: uppercase;
}

.place-item {
	width: 100%;
    padding: 10px 0
}

#places .slick-list {
	padding: 2rem 0;
}

.location {
	padding: 2rem 0;
}

@media(max-width: 768px) {
	.event-heading h1 {
		margin: 0.5rem 0;
	}
	.event.mb3 {
	    padding-bottom: 4rem ;
	}

}

.p-b-15 {
	padding-bottom: 15px;
}

.p-t-30 {
	padding-top: 30px;
}

.p-b-50 {
	padding-bottom: 50px;
	background: #f8f8f8;
}

/*event listing*/
.event-listing {
	max-width: 1000px;
	margin: 0 auto;
}

.list-item {
	display: flex;
	/* box-shadow: 4px 5px 6px 3px #c3bfbf; */
	min-height: 250px;
}

.list-item:not(:last-child) {
	margin-bottom: 2rem;
}

.list-item:nth-child(even) {
	flex-direction: row-reverse;
}

.post-img {
    flex-basis: 35%;
    min-height: 176px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.post-info {
	flex-basis: 65%;
	padding: 1.5rem;
	background: #fff;
}

.post-info h3 {
	text-transform: uppercase;
}

.post-info h3, .post-info p {
	/* color: #fff; */
	font-weight: 700;
}

.learn-more .btn {
	font-weight: 900;
}

.load-more {
	text-align: center;
}

.load-more .btn {
    font-size: 1.5rem;
    border: 3px solid #e67e22;
    font-weight: 900;
}

.load-more .btn:hover {
	color: #fff;
	background: #e67e22;
}

@media (max-width: 768px) {
	.list-item {
		flex-direction: column;
	}

	.list-item:nth-child(even) {
		flex-direction: column;
	}

	.post-img {
	    background-size: cover;
	}
}

.p-b-30 {
	padding-bottom: 30px;
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.d-bg {
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.d-bg.gray {
	background: #f8f8f8;
}

.c-gray {
	background: #f8f8f8;
}

.n-b-p {
	padding-bottom: 0;
}

@media (min-width: 768px) {
	.bg-image {
		margin-right: -40%;
	}
}

.top-title {
    overflow: hidden;
    margin-bottom: 12px;
    border-bottom: 1px solid #dedede;
}

.top-title h1 {
	color: #687074;
    font-size: 26px;
    text-transform: uppercase;
}

.custom-cta {
    padding: 30px 0;
    background: #e67e22;
}

.cta-inner {
	display: flex;
    justify-content: center;
    align-items: center;
}

.cta-heading, .cta-link {
	margin: 0 10px;
}

.cta-link {
    text-transform: uppercase;
}

.cta-heading h2 {
	color: #fff;
	font-size: 26px;
}

@media (max-width: 768px) {
	.cta-inner {
		flex-direction: column;
	    text-align: center;
	}
}

.cc-map iframe {
    max-height: 300px;
}

.illustration-v1.cc .illustration-ads {
	vertical-align: middle;
}

.btn.cc {
	margin-top: 10px;
}

.d-flex {
	justify-content: center;
	align-items: center;
}

.m-b-10 {
	margin-bottom: 10px;
}

.bsr {
	background-size: contain;
	background-repeat: no-repeat;
}
.illustration-v1.cc {
    min-height: 250px;
    max-height: 250px;
}

.illustration-v1.cc .illustration-ads {
	height: 200px;
}

.mw {
	max-width: 100%;
}