/*
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:*/

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

.contact-link {
	color: #ffffff !important;
}

/* custom logo - overlay */

.custom_logo {
    position: absolute;
    z-index: 501;
    max-height: 165px;
}

/* headings Index & Content*/

.av-special-heading  {
	margin-top: 10px !important;
}

/* Sidebar position */

.sidebar_left .inner_sidebar {
    margin-top: 30px;
    text-align: left;
}

/* Sidebar Teaser */

.sidebar-teaser {
	background-color: #ccc8c9; 
	border-radius:0px;
	max-width: 280px;
}
.sidebar-teaser-text h3, .sidebar-teaser-text h4 {
	text-align:center;
	padding-bottom:10px;
	color:#ffffff;
}
.sidebar-teaser-img {

}

.sidebar-teaser a, .sidebar-teaser a:hover {
	text-decoration:none;
}


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

h1 {
	font-size: 28px;
}
	
h2  {
	font-size: 26px;
}

}

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


.custom_logo, .custom_logo img {
    max-height: 120px !important;
}

.sidebar_left .inner_sidebar {
    margin-top: 0px;
}

h1 {
		font-size: 26px;
	}

h2  {
	font-size: 24px;
}	
	
ul#av-burger-menu-ul {
    padding: 145px 0px !important;
}