/*   
Theme Name: La Palaya Child
Theme URI:
Description: Your child theme description text...
Author: Patrick Kowalski
Author URI: http://www.raysumeragi.de
Template: la-palaya
Version: 1.0
Tags: Dorayaki Child Theme
*/

/* Import the stylesheet from the Dorayaki parent theme */
@import url('../la-palaya/style.css');

/* 
Now you can start adding your own styles here. Use !important to overwrite styles if needed. */

body{
	color: #000;
}	

p {
font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif!important;
}

#site-title {
	border-top: 0!important;
}


#site-nav {
	background-image: url(images/holz-leiste4.jpg)!important;
}

.trenner{
	background-image: url(images/holz-leiste4.jpg);
	height: 50px;
}
	
.header-slider{
	padding: 10px 0;
}

#site-content h2 {
	background-image: url(images/holz-leiste4.jpg);
	text-transform: uppercase;
	border: 2px solid #414141;
	padding: 10px;
	text-align: center!important;
}

#sidebar .widget{
	padding:0 0 10px!important;
}

div.wpcf7{
	background: none;
}

#colophon{
	padding: 0px!important;
	border-top: 3px solid #fff;
}

#colophon a {
	color: #fff;
}

.widget-title{
	color: #fff;

}

#footerwidget-wrap {
	padding: 0px!important;
}

#main-wrap{
	#max-width: 900px;
	background-image: url(images/bg.jpg)!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-attachment: fixed!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
}
	
.featured-pics {

	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	border: 3px solid #fff;
}

div#text-10 {
    color: #fff;
    margin-bottom: 10px;
}

.textwidget {
	color: #fff;
}

.credit-wrap {
	color: #fff;
}

#footerwidget-wrap .widget-area {
	border-top: 0px!important;
	padding: 10px 0!important;
}

#colophon .credit-wrap {
	padding: 0!important;
}

#colophon p.credittext {
	margin: 0!important;
}