/*
Theme Name: Fluida Plus Child
Theme URI: http://www.cryoutcreations.eu/
Description: Fluida Plus base child theme - use for your theme customizations
Author: Cryout Creations
Author URI: http://www.cryoutcreations.eu
Version: 0.5
Template: fluida-plus
*/

/* place your custom css and customizations below */



/* remove shadow at tope and bottom of pages */
article.page.type-page.status-publish.hentry{
	box-shadow:none;
	margin-bottom: 0;
}

/* reduce whitespace at top of home page */

#lp-page {
    padding: 0;
}

#content {
    margin-top: 0px;
}

/*Add background */


div#container.two-columns-left, div#container.one-column{
    background-color: rgba(255, 255, 255, 0.6);
	
}

div.entry-content {
	padding:30px;
    background-color: rgba(255, 255, 255, 0.7);
}

/*Make login form fields and buttons more visible */
#wlm_form_field_pwd {
	color: #555;
	background :#eee;
}

#wlm_form_field_log {
	color: #555;
	background :#eee;
}

#wlm_form_field_wp-submit {
	color: #fff;
}

/*Make comment fields and buttons more visible */
#comment {
	background-color: rgba(255, 255, 255, 0.7);

}

#submit.submit {
	color: #fff;
}

/*move reply link to the left */
a.comment-reply-link {
	float: left !important ;
}

/* remove previous and next post */
nav#nav-below{
	display:none;
}

input.wpcf7-text, textarea.wpcf7-textarea {
	background:lightgray;
	width:80%;
}