/*
Theme Name: Fondacia Child
Description: Child Theme for Fondacia
Template: fondacia
Version: 1.6.2
*/

/* Saite backround pattern */
.content_wrapper {
	background: transparent url("images/patterns/child-pattern-01.png") repeat fixed !important;
}
#Footer {
	/*background: #292b33 url("images/patterns/child-pattern-01.png") repeat fixed !important;*/
	background-image: url("images/patterns/chess-pattern-01.png");
	background-repeat: repeat;
	background-attachment: fixed;
}


/* Bulets in content */
.column_column ul, .column_helper ul, .column_visual ul, .icon_box ul, .mfn-acc ul, .ui-tabs-panel ul, .post-excerpt ul, .the_content_wrapper ul {
    list-style: disc inside !important;
}