/*
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 wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

#header_meta {
	background-color:#03a495 !important;
}

#header_meta .phone-info{
	font-size:14px !important;
	font-weight:400;
	color:#ffffff !important;
}

#top #wrap_all .av-social-link-mail a {
    color: #fff;
}

#top #wrap_all .av-social-link-mail:hover a {
    color: #fff;
    background-color: #969696;
}

#header .av-main-nav > li > a {
  font-size: 18px !important;
	font-weight: normal !important;
	line-height: 335px !important;
}

#header.header-scrolled .av-main-nav > li > a {
	line-height: 135px !important;
}

/* Zitat-Block Startseite */
blockquote {
  border-left-style: solid;
  border-left-width: 2px;
  padding-left: 20px;
  margin-bottom: 1em;
  margin-right: 1em;
  font-size: 1em;
  line-height: 1.2em;
}

.avia_textblock p a, .avia_textblock li a {
  text-decoration:underline !important;
} 

/* Footer Links */
#menu-footermenu li{
	font-size:16px !important;
	line-height:20px !important;
}

/* Footer Social */
#footer .social_bookmarks{
	height: 60px !important;
}

#footer .social_bookmarks li {
	clear: none !important;
	border: 0 !important;
	width: 60px !important;
	color:#ffffff;
	font-size: 40px;
}

#footer .social_bookmarks li a {
    width: 60px;
    line-height: 60px !important;
    min-height: 60px;
	color:#ffffff;
	font-size: 40px;
}

#footer h3{
	font-size: 16px;
	text-transform: none;
}

@media only screen and (max-width: 767px) {

	#header .av-main-nav > li > a {
		line-height: 75px !important;
	}
}