/*
Theme Name: Enfold (Tari Kelly)
Description: A custom version of Enfold for Tari Kelly.
Version: 2.6.4
Author: Kriesi
Author URI: http://www.kriesi.at
License: Themeforest Split Licence
License URI: -
Theme URI: www.kriesi.at/themes/enfold/
Template: enfold

*/

@import url("../enfold/style.css");

#mailchimpsf_widget-2 {
	margin-top: 30px;
}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

	.avia-slideshow {
		overflow: visible;
		height: 480px;
	}
	
	.caption_fullwidth {
		top: 330px;
	}
	
	.avia-slideshow-inner {
		overflow: visible;
	}
	
	.main_menu, #header_main_alternate {
		display: block;
	}
	.social_bookmarks {
		display: block !important;
		
	}
	
	.responsive .social_bookmarks { top: 125px !important; margin-bottom: 20px; display: block; right: -30px !important; }
	
	.responsive .main_menu { height: 150px !important; }

	.logo {
		margin-top: 30px !important;
	}
	
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px)
and (orientation : portrait) { 

	.avia-slideshow {
		height: 340px;
	}
	
	.caption_fullwidth {
		top: 150px;
	}
	
	.responsive .social_bookmarks { top: 20px !important; margin-bottom: 20px; display: block; float: right !important; right: 0 !important; }
	
	.responsive .main_menu { height: 130px !important; }
	
	#advanced_menu_toggle { top: 43px !important; }

	.logo {
		max-width: 80% !important;
		margin-top: 0px !important;
	}
	

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px)
and (orientation : landscape) { 

	.avia-slideshow {
		height: 370px;
	}
	
	.caption_fullwidth {
		top: 220px;
	}

}