/*HEADER*/

.inspritation-header {
	min-height: 70vh;
	position: relative;
	background-color: #481010;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}

.inspritation-header-content {
	max-width: 1088px;
	width: 100%;
	margin: 0 auto;
	padding: 98px 20px 100px;
	position: relative;
	z-index: 3;
	color: #fff;
}

.inspritation-header-title {
	margin-top: 24px;
	margin-bottom: 33px;
	text-align: center;
	margin: 30px 0 36px;
	text-align: center;
}

.navbar-inspiration {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.navbar-inspiration .navigation-owl {
	flex-grow: 5;
	cursor: pointer;
}

.navbar-inspiration .search {
	flex-grow: 2;
}

/*destination*/
.inspiration-destination {
	font-size: 2.5rem;
	font-family: "Mosk";
	text-align: center;
	display: block;
	text-decoration: none;
	color: #fff;
}

.inspiration-destination:after {
	content: "";
	display: block;
	margin: 42px auto 38px;
	height: 2px;
	width: 78px;
	background-color: #fff;
}



/* OWL */ 
.inspritation-header .owl-inspiration {
	position: absolute;
	z-index: 1;
	opacity: .75;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.owl-inspiration .owl-stage,
.owl-inspiration .owl-stage-outer,
.owl-inspiration .owl-item {
	height: 100%;
}


.owl-inspiration-image-container {
	position: relative;
	height: 100%;
	width: 100%;
}

.inspritation-header .owl-inspiration img {
	position: absolute;
	z-index: 1;
	opacity: .75;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.owl-inspiration .owl-nav {
	position: absolute;
	bottom: 30%;
	left: 45px;
	right: 45px;
}

.owl-inspiration .owl-nav > [class*=owl-] {
	margin: 0;
	padding: 0;
	border-radius: 0;
}

.owl-inspiration .owl-nav > [class*=owl-] > span {
	font-size: 0;
}

.owl-inspiration .owl-nav button.owl-prev,
.owl-inspiration .owl-nav button.owl-prev:hover {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	font-size: 0;
	height: 30px;
	width: 30px;
	border-top: 8px solid rgba(255,255,255,1);
	border-left: 8px solid rgba(255,255,255,1);
	transform: rotate(-45deg);
	transition: left 0.4s;
	background-color: transparent;
}

.owl-inspiration .owl-nav button.owl-next,
.owl-inspiration .owl-nav button.owl-next:hover {
	display: block;
	position: absolute;
	font-size: 0;
	height: 30px;
	width: 30px;
	z-index: 5;
	top: 0;
	right: 0;
	transition: right 0.4s;
	border-top: 8px solid rgba(255,255,255,1);
	border-right: 8px solid rgba(255,255,255,1);
	transform: rotate(45deg);
	background-color: transparent;
}

.owl-inspiration .owl-nav button.owl-prev:hover {
	left: -4px !important;
}

.owl-inspiration .owl-nav button.owl-next:hover {
	right: -4px !important;
}
.owl-inspiration .owl-nav button:focus {
	outline: none;
}

/*back*/
.back {
	position: relative;
	left: 0;
	margin-bottom: 0;
	padding-left: 30px;
	cursor: pointer;
}
.back svg {
	position: relative;
	top: 3px;
	left: 0;
	margin-right: 5px;
	transition: all 0.4s;
}

.back:hover svg {
	left: -3px;
}

.search {
	display: block;
	color: #fff;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
}

.search svg {
	height: 25px;
	width: 25px;
	margin-bottom: 8px;
}

.navigation {
	position: absolute;
	bottom: 30%;
	left: 45px;
	right: 45px;
}

.nav-previous .post-thumbnail {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	font-size: 0;
	height: 30px;
	width: 30px;
	border-top: 8px solid rgba(255,255,255,0.4);
	border-left: 8px solid rgba(255,255,255,0.4);
	transform: rotate(-45deg);
	transition: left 0.4s;
}

.nav-next a {
	display: block;
	position: absolute;
	font-size: 0;
	height: 30px;
	width: 30px;
	z-index: 5;
	top: 0;
	right: 0;
	transition: right 0.4s;
	border-top: 8px solid rgba(255,255,255,0.4);
	border-right: 8px solid rgba(255,255,255,0.4);
	transform: rotate(45deg);
}

.nav-previous a:hover {
	left: -4px;
}

.nav-next a:hover {
	right: -4px;
}


@media screen and (min-width: 768px) {
	.inspritation-header-content {
		padding-left: 80px;
		padding-right: 80px;
		padding-bottom: 85px;
		padding-top: 170px;
	}
}

/*CONTENT */

.destination-title  {
	text-align: center;
    font-weight: 800;
    color: #7C2524;
    max-width: 780px;
    margin: 27px auto;
    font-size: 4rem;
}

.inspritation-content {
	position: relative;
	z-index: 8;
	border-top: 7px solid #7C2524;
	width: 1088px;
	max-width: calc(100% - 40px);
	margin: -50px auto 0;
	padding: 10px 15px;
	background-color: #fff;	
}

.inspritation-content-subtitle {
	font-size: 3rem;
	text-align: center;
	font-weight: 800;
	color: #303545 ;
	max-width: 775px;
	margin: 27px auto;
}
.inspritation-content .description_taxonomy{
	margin-top: 30px;
}
.inspritation-content .description_taxonomy p{
	text-align: justify;
	font-size:1.5rem;

}
.single-content {
	margin-top: 25px;
}
.single-content p{
	text-align: justify;
	font-size:1.5rem;

}
.single-content a{
	text-decoration: none;
	font-weight: 500;
}
.single-content a:hover{
	color:#367ab9;
}
.findmore {
	display: block;
	margin-top: 20px;
	text-align: center;
	font-size: 1rem;
	text-decoration: none;
}

.findmore .plus {
	position: relative;
	height: 20px;
	width: 20px;
	display: inline-block;
	margin-bottom: 5px;
}

.findmore .plus:before,
.findmore .plus:after {
	content: "";
	position: absolute;
	background-color: #893836;
} 

.findmore .plus:before {
	top: 0;
	left: 9px;
	width: 2px;
	height: 20px;
}

.findmore .plus:after {
	left: 0;
	top: 9px;
	height: 2px;
	width: 20px;
}

.single .find-list {
	display: block;
	margin: 25px 0;	
	text-align: center;
	color: #000;
	width: 100%;
	font-weight: bold;
	transition: all ease-in-out 0.3s;
}
.single .find-list div{
	position: relative;
}
.single .find-list div:before{
	content: "";
    position: relative;
    width: 20%;
    height: 1px;
    background: #893836;
    right: 20%;
    margin: 0 auto;
    display: block;
    top: 16px;
}
.single .find-list div:after{
	content: "";
    position: relative;
    width: 20%;
    height: 1px;
    background: #893836;
    left: 20%;
    margin: 0 auto;
    display: block;
    top: -18px;
}
.single .find-list svg {
	width: 62px;
}
.single .find-list svg path {
	transition: all ease-in-out 0.3s;

}
.single .find-list:hover{
	color:#893836;

}
.single .find-list:hover svg path {
	fill:#893836;
}
.single .find-list span {
	display: inline-block;
	margin-top: 8px;
	max-width: 130px;
}

/*.destination-title:after {
	content: "";
	display: block;
	margin: 20px auto 0;
	width: 100px;
	height: 1px;
	background-color: #7C2524;
}*/

.svg-separator {
	text-align: center;
	position: relative;
}

.svg-separator svg {
	margin: 0 auto;
}

/*.svg-separator:before,
.svg-separator:after {
	content: "";
	display: block;
	margin: 20px auto 0;
	width: 100px;
	height: 1px;
	background-color: #7C2524;
	position: absolute;
	top: 2px;
}
.svg-separator:before {
	left: 34%;
}
.svg-separator:after {
	right: 34%;
}*/



.find {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	line-height: 1;
	font-size: 1rem;
	color: #7C2524;
	cursor: pointer;
	text-decoration: none;
	
}

.find svg {
	margin-right: 8px;
}

.all {
	font-size: 2.8rem;
	font-family: "Mosk", sans-serif;
	color: #303545;
}

.more {
	position: relative;
	display: block;
	text-decoration: none;
	color: #000000;
	text-align: center;
	margin: 70px 0 45px;
}
.more:before {
	content: "";
    display: block;
    position: absolute;
    background-color: rgba(124, 37, 36, 1);
	bottom: 40px;
    width: 2px;
    height: 36px;
    left: 50%;
    margin-left: -1px;
}
.more:after {
	content: "";
    display: block;
    position: absolute;
    background-color: rgba(124, 37, 36, 1);
	bottom: 57px;
    height: 2px;
    width: 36px;
    left: 50%;
    margin-left: -18px;
}
.more span {
	max-width: 165px;
	display: inline-block;
}
/*----------------------------------------*\
|    expander CSS only below this point    |
\*----------------------------------------*/

div.expander {
	position: relative;
	overflow: hidden;
	max-height: 350px; /* starting height - best to use a multiple of line-height */
	transition: max-height 0.5s ease-in-out;
	-moz-transition: max-height 0.5s ease-in-out;
	-webkit-transition: max-height 0.5s ease-in-out;
	margin-bottom: 15px;
  }
  
  div.expander:before { /* this applies a faded gradient to the bottom of the expanding content when closed */
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
  }
  div.expander.bg-idea:before { /* this applies a faded gradient to the bottom of the expanding content when closed */
	background:transparent;
  }
  div.expander.expanded:before { /* hides the gradient when expanded */
	opacity: 0;
  }
  
  @media only screen and (min-width: 480px) {
	/* adusts the max-height of the 'closed' expander for 480px+ */
	div.expander {
	  max-height: 350px;
	}
  }
  
  @media only screen and (min-width: 720px) {
	/* adusts the max-height of the 'closed' expander for 720px+ */
	div.expander {
	  max-height: 350px;
	}
  }

/* =============================== */
/* =========. POST LIST .========= */
/* =============================== */

.before-post-list {
	margin: 48px 0 16px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

.post-list-filter {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.post-list-filter .filter {
	margin-right: 12px;
}

.post-list-filter .searchandfilter {
	box-shadow: none;
}

.post-list-filter .select2-container--default .select2-selection--single {
	background-color: rgba(249, 249, 249, 0.65);
	height: 49px;
}

.post-list-filter .select2-container--default .select2-selection--single:before,
.post-list-filter .select2-container--default .select2-selection--single:after {
	content: "";
	display: block;
    position: absolute;
	right: 15px;
}

.post-list-filter .select2-container--default .select2-selection--single:before {
	top: calc(50% - 6px);
	height: 4px;
	width: 4px;
	border-top: 1px solid rgba(124, 37, 36, 1);
	border-left: 1px solid rgba(124, 37, 36, 1);
	transform: rotate(45deg);
}

.post-list-filter .select2-container--default .select2-selection--single:after {
	bottom: calc(50% - 6px);
	height: 4px;
	width: 4px;
	border-bottom: 1px solid rgba(124, 37, 36, 1);
	border-right: 1px solid rgba(124, 37, 36, 1);
	transform: rotate(45deg);
}

.post-list-filter  .select2-container--default .select2-selection--single .select2-selection__rendered {
	background-color: rgba(249, 249, 249, 0.65);
	height: auto;
	width: 210px;
	line-height: 45px;
	border: 0;
}

.post-list-filter .select2-container--default .select2-selection--single .select2-selection__rendered:before {
	content: "";
    position: relative;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 25px;
    top: 5px;
    margin: 0 6px;
}

.post-list-filter .filter-experience .select2-container--default .select2-selection--single .select2-selection__rendered:before {
	background-image: url(../img/select_experiences.svg);
}

.post-list-filter .filter-destination .select2-container--default .select2-selection--single .select2-selection__rendered:before {
	background-image: url(../img/select_destination.svg);
    width: 18px;
}

/*CTA*/
.inspritation-cta {
	margin: 25px 0 55px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

.inspritation-cta > div {
	margin: 6px 3px;
}

.inspritation-cta a {
	display: inline-block;
	padding: 12px 40px;
	height: 40px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: 800;
}

.inspritation-cta > div:first-child a {
	border: 1px solid #893836;
	background-color: #fff;
	color: #893836;
}

.inspritation-cta > div:last-child a {
	background: transparent -webkit-linear-gradient(188deg, #9F0F0F 0%, #7C2524 100%) 0% 0% no-repeat padding-box;
	background: transparent -o-linear-gradient(188deg, #9F0F0F 0%, #7C2524 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(278deg, #9F0F0F 0%, #7C2524 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	padding: 13px 40px;
}


@media screen and (min-width: 992px) {
	.inspritation-content {
		margin-top: -100px;
		padding: 10px 85px;
	}
	.inspritation-content-subtitle {
		font-size: 4rem;
	}

}

@media screen and (max-width: 767px) {
	.inspritation-header-title {
		font-size: 3rem;
	}
	.destination-title{
		font-size: 2.3rem;
	}
	.before-post-list{
		flex-direction: column;
	}
	.before-post-list .all{
		font-size: 2rem;
		margin:1rem 0;

	}
	.before-post-list .find{
		margin:1rem 0;
		text-align: center;
	}
	.before-post-list .post-list-filter .searchandfilter{
		display:block;
	}
	.inspritation-cta {
		flex-wrap: wrap;
	}
	.inspritation-cta .acf-button{
		width:100%;
	}
	.inspritation-cta .acf-button a{
		display: block;
		text-align: center;
	}

}