/*
Theme Name: Enfold Child
Description: Child theme for the Enfold theme
Version: 0.1.0
Author: 350PDX
Author URI: https://350pdx.org;
Theme URI: www.kriesi.at/themes/enfold/
Template: enfold
*/


/*
* THIS CHILD THEME STYLE SHEET IS THE WORKING STYLE SHEET FOR THE ENFOLD THEME!
* /


/********************** HOME PAGE ONLY STYLES *************************/



body.home .avia-layerslider  {
background: #57b6d0;
}





/******** SPLASH/SLIDER *********/

/* Home Page Splash image area */

/* First slide: text content */
div.banContentBox2 .textLineone h2{
	color: #FFFFCC; 
	font-size: 5.6em;
	display: inline;
	padding: 0;
	text-shadow: 0 -1px 1px #444;
	font-weight: normal !important;
	font-family:'Oswald', serif, "Times New Roman", Times, Georgia;
	text-align: center;
}

/* Second Slide: 3 "Helping" boxes */
div.banContentBox {}

/* 3 icon elements */
div.banContentBox .iconlist-char {font-size: 7em; text-shadow: 0 -2px 2px #000; color: #FFFFFF;}
	div.banContentBox .iconCC .iconlist-char {font-size: 8.3em; } /* for the credit card icon only */

/* text under the icons */
div.banContentBox h2{
	color: #FFF; /*00FFFF */
	background-color: #FFA824; /* fallback to below */
	background: none repeat scroll 0 0 rgba(87, 181, 208, 0.7); /* blue */
	display: inline;
	padding: 2em 15px 0.5em 15px;
	text-shadow: 0 -1px 1px #000;
	border-radius: 10px;
	border: 1px dotted #F9F9F9;
	font-weight: normal;
	font-size: 1.5em;
}
	div.banContentBox h2 .colorTwo{
		color: #FFFF33; /* highlighted item in the text */

	}




/***** CONTENT AREA *****/

/* Blog roll header font */
#top .flex_column .template-blog .post-title {
	font-size: 28px;
	text-align:inherit;
	color: #444;
	font-weight: normal;
}
/* Blog roll post meta/date and author */
#top .fullsize .template-blog .post-meta-infos {
text-align: inherit;
margin-bottom: inherit;
}

/* Sign Up style */
body.home .avia-builder-el-11 h3 {color:#EE7802}
/* Calendar Styles */
body.home div#ai1calendar {margin: 4em 0;}
body.home div#ai1calendar h3.widgettitle{font-size: 2em; color: #2997ab;}





/********************** ALL PAGES STYLES ****************************/

/******** HEADER *********/
#header .phone-info {font-size: 1.0em; color: #FFF }

#header .phone-info strong {
	margin-left: 4px;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFF99;
}

.main_menu ul:first-child > li > a { font-size: 1.6em; color: #FFF; }
.main_menu .avia-menu-text {
    color: #FFFFFF;
}

#header.header_color .avia-menu-fx {
	background: none; /* Remove hover/active underline color */
}

/** Menu ***/
@media (max-width: 920px) {
/* nav.main_menu { display: none !important; } */
#advanced_menu_toggle { display: block !important; }
}


/******** CONTENT *********/
.entry-content-wrapper .post-title { /* title font */
	font-size: 32px;
	color: #444;
	font-weight: normal;

}


h1, h2, h3 {
	font-weight: normal;
}

p, .main_color p {font-size: 1.1em;}

blockquote {
  border-left: solid 6px #44BDD2;
  padding-left: 20px;
  margin-bottom: 1em;
  margin-right: 1em;
  font-size: 14px;
  line-height: 1.5em;

}

.main_color blockquote {color:#666666}

.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
  text-transform: inherit;
  letter-spacing: inherit;
}
