/*
Welcome to Custom CSS!

*/
/* Size header for mobile devices
.eltd-mobile-header .eltd-mobile-header-inner {
	height: 25px;
}


.eltd-title-holder {
	padding-top: 0;
} 

*/
/* Site Title */
.eltd-title-subtitle-holder-inner h1 {
	text-transform: lowercase;
	font-family: "Helvetica";
	font-size: 2.5em;
	font-weight: 100;
	letter-spacing: 5px;
}

/* Featured Links */
.link_with_icon span {
	font-family: helvetica;
	font-size: 12px;
	color: #6d6d6d;
}

.link_with_icon span:hover {
	color: #58bcb3;
}

/* Subscribe to Posts */
#subscribe-field-blog_subscription-2 {
	line-height: 30px;
}

#subscribe-email input {
	padding-left: 10px;
}

/* Search Bar */
#search-form {
	padding: 15px;
	line-height: 15px;
}

.eltd-search-opener {
	line-height: 49px;
}

/* Comments Section Title */
.comment-reply-title {
	line-height: 2em;
}

/* Instagram Title - Widget */
.widget-title {
	line-height: 2em;
}

/* Tips Table */
.tipstable {
	font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	margin-left: 20px;
	color: #606060;
}

.tipstable li {
	margin-bottom: 20px;
}

/* Itinerary Table */
.itinerary {
	table-layout: fixed;
	border-spacing: 0;
}

.itin_td {
	font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #606060;
	border-left: 1px solid #606060;
	border-bottom: 1px solid #606060;
	margin: none;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
}

/* Creates two columns in instagram sidebar (wordpress default) */
.instagram-pics li {
	float: left;
	width: 50%;
}

/* Remove map my post for ipad and mobile size screen */
@media screen and (max-width: 1100px) {
	.eltd-container-inner clearfix {
		visibility: hidden;
		clear: both;
		display: none;
	}
}

@media screen and (max-width: 1100px) {
	#mmp-geochart1 {
		visibility: hidden;
		clear: both;
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	body.home .eltd-title {
		height: 75px !important;
	}
}

ul li {
	font-family: Helvetica;
	font-size: 12px;
}