/*--------------------------------------------------------------
   General 
--------------------------------------------------------------*/

iframe{
	max-width: 100%;
}
.entry-content iframe,
.entry-content .fb-post{
	margin-bottom:25px;
}

.entry-content p iframe,
.entry-content p .fb-post{
	margin-bottom: 0;
	display: block;
}
.trawell-sections{
	width: 100%;
}
.trawell-main{
	margin-top: 30px;
}

.trawell-main{
	display: flex;
	justify-content: center;
}
.trawell-has-sidebar .trawell-main{
    justify-content: center;
}
.trawell-has-sidebar{
	.trawell-section > .container{
		padding:0;
	}
	.trawell-sections{
	    flex: 1;
	    min-width: 0;
	    max-width: 800px;
	}
}
.trawell-sidebar-none .trawell-main > .trawell-sections > .trawell-section > .container,
.trawell-related > .container{
		padding:0;
}
.trawell-section .trawell-related .trawell-item{
	margin-bottom: 25px;
}
.trawell-has-sidebar .trawell-sections .trawell-section:first-child .section-title{
	margin-top: -15px;
}

.trawell-section{
	margin-bottom: @margin-vertical;
}
.trawell-section[class*="trawell-layout-"]{
	margin-bottom: @margin-vertical/2;
}
.trawell-section[class*=trawell-layout-]:last-child{
	margin-bottom: 25px;
}


.section-title{
    position: relative;
    text-align: center;
    margin-bottom: 20px;
	&:after{
	    content: "";
	    width: 100%;
	    height: 1px;
	    display: block;
	    top: 50%;
	    margin-top: -1px;
	    position: absolute;
	}
	span{
	    line-height: 50px;
	    padding: 0 20px;
	    position: relative;
		z-index: 1;
	    height: 50px;
	    display: inline-block;
	}
}
.archive-heading  input[type="text"]{
	max-width: 280px;
	height: 40px;
	margin-right: 10px;
}
.archive-heading button[type="submit"]{
	margin-top: 0;
}
.archive-title + form{
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.archive-heading{
	margin:0 auto 30px;
	text-align: center;
	position: relative;
	z-index: 20;
}

.entry-meta{
	line-height: 1.3;
}
.entry-meta{
  font-size: 1.4rem;
}
.trawell-item .entry-meta,
.entry-meta-medium,
.trawell-post-single .entry-meta,
.widget .rss-date{
  font-size: 1.3rem;
}
.trawell-item .entry-meta-small,
.entry-meta-small,
.comment-metadata,
.widget .post-date,
.widget .entry-meta-small a{
  font-size: 1.2rem;
}

.element-pos-abs{
	position: absolute;
	z-index: 3;
}
.element-pos-bottom{
	bottom:40px;
	left: 40px;
}
.element-pos-top{
	top:60px;
	left: 60px;
}
.element-pos-rel{
	position: relative;
	z-index: 300;
}
.element-pos-center{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.item-overlay .element-pos-center,
.item-overlay .element-pos-top,
.item-overlay .element-pos-bottom{
    pointer-events: none;
    .entry-category,
    .entry-meta{
    	pointer-events: auto;
    }	
}
/* Entry Meta */
.entry-header .entry-meta span{
	height: 30px;
}
.entry-meta span{
	+ span{
		margin: 0 0 0 15px;
		&:before{
		    content: "";
		    width: 1px;
		    height: 17px;
		    display: inline-block;
		    background: rgba(255, 255, 255, 0.3);
		    vertical-align: middle;
		    margin-right: 15px;
		    margin-top: -1px;
		}
	}
}
.item-overlay .entry-meta span + span:before{
	background: rgba(255, 255, 255, 0.3);
}
.trawell-item .entry-meta span{
	+ span{
		margin:0 0 0 10px;
		&:before{
			margin-right:10px;
		}
	}
}
/* Pills */
.entry-category{
	pointer-events: none;
	line-height: 1;
	margin-top: -5px;
	font-size: 0;
}
.entry-category a,
.entry-category span{
	color:#FFF;
    font-size: 1.4rem;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 15px;
    text-transform: uppercase;
    pointer-events: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 5px;
}
.entry-category a + a{
	margin-right: 5px;
}
.pill-small.entry-category{
	margin-top: -3px;
}
.pill-small.entry-category a,
.pill-small.entry-category a + a,
.pill-small.entry-category span{
	margin-right: 5px;
	margin-top: 3px;
}

.item-overlay .pill-small.entry-category a,
.item-overlay  .pill-small.entry-category a + a,
.item-overlay  .pill-small.entry-category span{
	margin-bottom: 0;
}

.pill-small .fa-music:before {
    margin-right: 1px;
    font-size: 1.1rem;
}


.item-overlay .entry-category a:only-of-type{
	margin-right: 0;
}
.pill-medium a,
.pill-medium span{
    font-size: 1.1rem;
    line-height: 26px;
    padding: 0 15px;	
}
.pill-small a,
.pill-small span{
    font-size: 1rem;
    line-height: 23px;
    padding: 1px 12px 0;
}
.pill-small a + a{
	margin-left: 0;
}
.entry-category span{
	width: 32px;
	text-align: center;
	padding:0;
}
.pill-small span{
	width: 23px;
	text-align: center;
	padding: 0;	
}

.pill-medium span{
	width: 26px;
	padding:0;
	text-align: center;
}

.color-text a,
.color-text span{
	padding: 0;
    margin:0 6px 0 0;
    font-size: 1.1rem;
    border-radius: 0;
    line-height: 2;
	width: auto;
}
.entry-category.color-text span{
	background: transparent;
}
.color-text a + a:before{
	 content: "\2022";
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
    opacity: .5;
}

/* Category + Title + Meta Combination */
.entry-title a{
	display: block;
}
.entry-category + .entry-title,
.entry-category + .entry-title.trawell-entry,
.entry-category + .entry-meta{
	margin-top: 10px;
}
.entry-title + .entry-meta{
	margin-top: 10px;
}
.entry-meta + .entry-content,
.entry-meta + p,
.entry-header + .entry-content{
	margin-top: 20px;
}
.color-text + .entry-title{
	margin-top: 2px;
}
/* Trawell Numbers */
.trawell-numbers{
	margin:0;
	padding:0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.trawell-numbers .menu li {
    flex: 1 1 auto;
}
.trawell-numbers-meta{
    max-width: 55px;
    display: inline-block;
    line-height: 1.4;
    margin-left: 13px;
}
.trawell-numbers li{
	display: inline-flex;
	align-items: center;
}

.trawell-numbers-meta{
	display: inline-flex;
}
.trawell-numbers-meta {
	max-width: 55px;
}




.trawell-lock {
    overflow: hidden!important;
    overflow-y: hidden!important;
    padding-right: 17px;
    -webkit-overflow-scrolling:none;
}
.trawell-actions .trawell-hamburger-action{
	display: none;
}
.trawell-body-overlay{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background: #000;
    background: rgba(0,0,0,.5);
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;	
}
.trawell-sidebar-action-open .trawell-body-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.display-2,
.display-2-text{
  font-size: 8rem;
  font-weight: bold;
  line-height: 1.2;
}
.display-2-text {
	display: inline-block; 
	margin-left: -4px;
}
.trawell-has-sidebar .display-2,
.trawell-has-sidebar .display-2-text {
    font-size: 5rem;
}
.trawell-has-sidebar .trawell-numbers-meta{
	font-size: 1.4rem;
}
body .item-overlay,
body .item-overlay a,
.trawell-header-indent #trawell-header,
.trawell-header-indent #trawell-header .menu-main > li > a, 
.trawell-header-indent #trawell-header .trawell-actions>li>span,
.trawell-header-indent #trawell-header .trawell-actions .trawell-soc-menu > li > a,
.trawell-header-indent #trawell-header .trawell-custom-cart,
.trawell-header-indent #trawell-header .trawell-site-branding a{
  color:#fff;
}
body .trawell-cover h1,
body .trawell-cover h2,
body .trawell-cover h3,
body .trawell-cover h4,
body .trawell-cover h5,
body .trawell-cover h6{
	color: #FFF;
}
body .item-overlay .entry-meta,
body .item-overlay .entry-meta a{
  color:rgba(255,255,255,.8);
}
body .item-overlay .entry-meta a:hover,
body .trawell-item.item-overlay .entry-title a:hover{
  color:#FFF; 
}
.trawell-main .entry-content a.mks_button,
.trawell-main .entry-content a.mks_ico {
	box-shadow: none;
}

.entry-content .mks-maps{
	margin-bottom: 25px;
}
.trawell-sidebar-none .trawell-layout-map .mks-maps{
	padding-bottom: 56.25%;
}

/* Styles */
.trawell-img-rounded article .entry-image,
.trawell-img-rounded article .entry-image img,
.trawell-img-rounded article.item-overlay .entry-image:after,
.trawell-img-rounded .trawell-category-placeholder,
.trawell-img-rounded div[class*=trawell-layout-cat-] .trawell-item,
.trawell-img-rounded .trawell-about img,
.trawell-img-rounded .trawell-layout-map .mks-maps,
.trawell-img-rounded .entry-content .mks-maps,
.trawell-img-rounded .entry-media .mks-maps,
.trawell-img-rounded .entry-content .mks-maps{
	border-radius: 3px;
}

.trawell-img-diagonal article .entry-image,
.trawell-img-diagonal article .entry-image img,
.trawell-img-diagonal article.item-overlay .entry-image:after,
.trawell-img-diagonal .trawell-category-placeholder,
.trawell-img-diagonal div[class*=trawell-layout-cat-] .trawell-item,
.trawell-img-diagonal .trawell-about img,
.trawell-img-diagonal .trawell-layout-map .mks-maps,
.trawell-img-diagonal .entry-content .mks-maps,
.trawell-img-diagonal .entry-media .mks-maps,
.trawell-img-diagonal .entry-content .mks-maps{
	border-radius: 10px 0 10px 0;
}
.trawell-img-diagonal .trawell-item.cat-item,
.trawell-img-rounded .trawell-item.cat-item{
	overflow: hidden;
}
.trawell-img-diagonal .trawell-item.cat-item:after,
.trawell-img-rounded .trawell-item.cat-item:after{
	bottom:0;
}

.trawell-widget-rounded .widget{
	border-radius: 3px;
}

.trawell-widget-diagonal .widget{
	border-radius: 10px 0 10px 0;
}

.trawell-widget-unwrap .trawell-sidebar .widget,
.trawell-widget-unwrap.trawell-equal-bg-color .trawell-sidebar .widget{
  padding: 0;
  background: none;
  border: none;
  .widget-title{
    border-bottom:none;
    padding-bottom:0;
  }
}

.trawell-pill-square .entry-category a,
.trawell-pill-square .entry-category span{
	border-radius: 0;
}

.trawell-pill-rounded .entry-category a,
.trawell-pill-rounded .entry-category span{
	border-radius: 3px;
}
.trawell-ad .aligncenter{
	margin-bottom: 0;
}
.trawell-post-single .entry-media iframe[src*="soundcloud"]{
	height: 300px;
	width: 100%;
}
.error404 .entry-content input[type=text]{
	max-width: 404px;
	margin-right: 10px;
}
.error404 .entry-content input[type=text] + .trawell-button{
	margin-top: -3px;
    padding: 7px 30px;
}

.mejs-container{
	margin-bottom: 2.5rem;
}
.trawell-cover .mejs-container{
	margin-bottom: 0;
}
.airbnb-embed-frame{
    max-width: 600px !important;
    width: 100% !important;
    height: 490px !important;
    margin: 0 auto 10px !important;	
}
.trawell-about .trawell-button-hollow{
	margin-left: 10px;
}
#wpstats{
	display: none;
}
.mejs-container.wp-audio-shortcode{
	height: 80px !important;
}
.mejs-audio .mejs-controls{
	height: 80px;
	    align-items: center;
}
.pswp__caption__center{
	text-align: center;
}

/* Parallax */
.trawell-parallax .trawell-cover-item {
	background-size: cover;
	background-attachment: fixed;
	background-position: 50%;
	background-repeat: no-repeat;
	.entry-image img {
		display: none;
	}
}