/*   
	Theme Name:        Elementor Hello Theme
	Theme URI:         https://elementor.com
	Description:       A sample theme for Elementor.
	Author:            Elementor Team
	Author URI:        https://elementor.com
	Version:           1.0
	Stable tag:        1.0
	Requires at least: 4.9
	Tested up to:      4.9
	License:           GNU General Public License v3 or later.
	License URI:       https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain:       elementor-hello-theme
*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/*****TEXT STYLING****** 
 * This code modifies the styling of any text or link that is pulling default values for the attributes included below. 
 * 
 * For example, links included in blog posts or body text will call these defaults. Menus are also links, but will have been assigned specific styles when the menu was designed, so they will not call these defaults. 
 * 
 * Notable exception: if, for instance, the menu has been styled to use a specific font or color, but calls the default for font-weight, then changing the font-weight in these setting would affect the menu style. To fix this, simply specify the desired font-weight for the menu in the typography settings, so that it is no longer calling these defaults.
 * 
 */


h1 {
	font-family: "Open Sans", sans-serif;
	font-size: 35px;
	font-weight: 800;
	letter-spacing: 1.2px;
	line-height: 1.5;
}

h2 {
	font-family: "Open Sans", san-serif;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 1.2px;
	line-height: 1.5;
}

h3 { 
	font-family: "Open Sans", sans-serif;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1.5;
}

h4 {
	font-family: "Open Sans", sans-serif;
	color: #54595f;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 2;
}

h5 {
	font-family: "Open Sans", sans-serif;
	color: #54595f;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 2;
}

h6 {
	font-family: "Open Sans", sans-serif;
	color: #54595f;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 2;
}

p {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 2;
}

figcaption { 
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.6em;
	letter-spacing: 1px;
	margin-top: 16px;
}


a:link /* Default link styling */ {
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	color: rgb(255, 174, 0);
}

a:hover /* Default link styling when user's positions cursor over the link. */ {
	color: #4e7396;
}

a:visited /* Default link styling when a link has previously been clicked upon by the user. In this case, the style is the same as if they haven't clicked upon it previously, so this code specifies that links should look the same whether someone has clicked on them before or not. */ {
	color: rgb(255, 174, 0);
	text-decoration: none;
}

/*removes event manager header image*/
.wpem-single-event-header-top {
	display:none;
}
