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


/*remove enfold img overlay*/
	.image-overlay-inside {
		display: none;
	}
/*end remove enfold img overlay*/


/*Add your own styles here:*/
#socket .copyright {
	width: 100%;
}

#socket .copyright div {
	padding: 10px 0;
}

/*h1 Startseiten Header*/

body #intro_heading h1 {
	font-size: 50px !important;
}

/*General Headings*/
body h1 {
	font-weight: 700 !important;
	font-size: 35px !important;
}

body h2 {
	font-weight: 700 !important;
	font-size: 30px !important;
}

body h3 {
	font-weight: 700 !important;
	font-size: 25px !important;
}

body.av_textblock_section a {
    text-decoration: none !important;
}

/*Blog list Headings*/

body.blog h1 {
	font-weight: 700 !important;
	font-size: 35px !important;
}

body.blog h2 {
	font-weight: 700 !important;
	font-size: 30px !important;
}

body.blog h3 {
	font-weight: 700 !important;
	font-size: 25px !important;
}

/*Blog detail Headings*/

body.single-post h1 {
	font-weight: 700 !important;
	font-size: 30px !important;
}

body.single-post h2 {
	font-weight: 700 !important;
	font-size: 25px !important;
}

body.single-post h3 {
	font-weight: 700 !important;
	font-size: 20px !important;
}

/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		 url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }


