/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*---------------------
// Baker Signet H2 Font
//--------------------*/
#top .bakersignet h2{
	color: #b2b191;
	font-family: baker-signet-web;
	font-weight:400;
	font-size: 2em;
}
/*---------------------
// Baker Signet 77 Font
//--------------------*/
#top .bakersignet77 {
	font-family: baker-signet-web;
	font-weight:400;
	font-size: 2.5em;
}
/*---------------------
// Baker Signet P Font
//--------------------*/
#top .bakersignetp {
	font-family: baker-signet-web;
	font-weight:400;
	font-size: 1.5em;
}
/*----------------------------------------
// Timberline Font from Adobe --LARGE
//--------------------------------------*/
#top .timberline { 
	font-family: "timberline", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #525252;
	font-size: 7vw;
	 text-shadow: 1px 1px 1px #650626;
}
/*----------------------------------------
// Timberline Font from Adobe --MEDIUM
//--------------------------------------*/
#top .timberlinemed { 
	font-family: "timberline", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #525252;
	font-size: 5vw;
	 text-shadow: 1px 1px 1px #650626;
}
/*----------------------------------------
// Timberline Font from Adobe --SMALL
//--------------------------------------*/
#top .timberlinesm { 
	font-family: "timberline", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #525252;
	font-size: 30px;
	 text-shadow: 1px 1px 1px #650626;
}

/*----------------------------------------
// CSS - Fullscreen caption area
//--------------------------------------*/

/* Slideshow caption background and width */
#top .avia-fullwidth-slider .slideshow_inner_caption {
	/*Your style here */
	background-color: rgba(0, 0, 0, 0.5);
}
/* Masonry Gallery Remove Image Hover Name */
#top .av-masonry {
	pointer-events: none;
}

