/*
Theme Name:  Causa Child
Theme URI:   http://causareal.pt
Version:     1.1
Description: Causa child theme.
Author:      Oficina do Site
Author URI:  http://oficinadosite.com
Template:    Causa
*/

@import url("../Causa/style.css");

/* comments fix */
#comment-wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/*-------------------[1080px]------------------*/
@media only screen and ( max-width: 1080px ) {
	#comment-wrap {
		max-width: 934px;
	}
}

/*-------------------[1024px]------------------*/
@media only screen and ( max-width: 1024px ) {
	#comment-wrap {
		max-width: 934px;
	}
}

/*-------------------[980px]------------------*/
@media only screen and (max-width: 980px) {
	#comment-wrap {
		max-width: 690px;
	}
}

/*-------------------[600px]------------------*/
@media only screen and (max-width: 600px) {
	#comment-wrap {
		max-width: 400px;
	}
}

/*-------------------[479px]------------------*/
@media only screen and ( max-width: 479px ) {
	#comment-wrap {
		max-width: 450px;
	}
}


/*-------------------[320px]------------------*/
@media only screen and ( max-width: 320px ) {
	#comment-wrap {
		max-width: 274px;
	}
}

.icones {
	
	float: right!important;
	margin-top: 5px;
	margin-right: 5px;
	}
	
/* Footer */
#main-footer {
	background-color: #124577;
	background-image: url(http://www.causareal.pt/wp-content/uploads/2017/01/back_footer.png);	
	
	
}

.copyright {
		float: right!important;
color:#FFF;
	
}