/*
Theme Name:     Enfold-child
Theme URI:
Description:    Enfold child theme.
Author:         Me
Author URI:
Template:       enfold
Version:        0.1.0
*/



/* Disable Enfold Animations */


.home .avia-icon-list li {
	padding-bottom: 1em !important;
}

/* ------------- */

.button {
	white-space: nowrap;
}

.button.secondary {
	background: transparent !important;
	color: #111 !important;
	border: 2px solid #2d5c88 !important;
	transition: 300ms !important;
	padding: 7px 20px !important;
}

.button.secondary:hover {
	background: #2d5c88 !important;
	color: white !important;
}

#packages {
	max-width: 1310px;
}

.inner-container h2 {
	display: inline;
}

.av_header_transparency .inner-container h2 {
	display: none;
}

.main_menu {
	top: 0;
}

.menu-item a {
	padding: 0 10px !important;
}

.sub-menu .menu-item a {
	padding: 8px 10px !important;
}


/* Home packages */

#home-packages .flex_column {
	position: relative;
	background-size: 100% 100% !important;
	cursor: pointer;
}

#home-packages .flex_column .av_textblock_section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 99999999;
	vertical-align: middle;
	transition: 300ms;
	padding-top: 190px;
}

#home-packages .flex_column .av_textblock_section a {
	text-decoration: none !important;
	color: white;
	font-size: 1.1em;
	transition: 300ms;
	text-shadow: 0px 0px 1px black;

}

#home-packages .flex_column .av_textblock_section:hover {
	background: transparent;
}

#home-packages .flex_column .av_textblock_section:hover a {
	opacity: 0;
}


/* Nearby Activities Page */

#winter-activities {
	background-size: 100% auto !important;
}

@media ( max-width: 1400px ) {
	#header .inner-container h2 {
		font-size: 24px;
	}
}


@media ( max-width: 1200px ) {

	#TA_selfserveprop973 {
		max-width: 100%;
	}

	#TA_selfserveprop973 * {
		max-width: 100%;
	}

	.inner_sidebar {
		margin-left: 1em;
	}

	#header .inner-container h2 {
		display: none;
	}

}


/***** BLOG SIDEBAR ******/
#custom_html-5 > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > article:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) a {
	white-space: nowrap;
}

/***** PACKAGE BOOKING *****/
.page-id-654 #text-4 {
	display: none;
}

#header_meta {
	border: none !important;
}

@media ( min-width: 768px ) {
	#header_meta .phone-info .name {
		display: none;
	}

	.av_header_transparency #header_meta {
		visibility: hidden;
	}
}

@media ( max-width: 767px ) {

	h1,
	.av-special-heading-tag {
		font-size: 1.5em;
	}

	.menu-item-search {
		color: white;
	}

	#header_meta .name {
		font-size: 1.6em;
		line-height: 1.6em;
		height: 1.6em;
		white-space: nowrap;
	}
}

