/*
Theme Name: Dazzling Child
Theme URI: http://colorlib.com/wp/themes/dazzling
Template: dazzling
Text Domain: dazzling-child


*/

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

/*Styling for the testimonials and add-testimonials pages*/
/*
div.strong-container .testimonial {
    background-color: #FFF;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    box-shadow: 2px 2px 4px #9e9e9e;
    position: relative;
    margin-bottom: 35px;
	padding: 3px;
	background-image: linear-gradient(rgb(251, 251, 251) 0%, rgb(237, 237, 237) 100%);
}

div.strong-container .inner {
	
	background-image: none;
	border: none;
}
*/
/*Styling for the home page testimonials slider*/
/*
div.strong-content .testimonial {
    background-color: #FFF;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    box-shadow: 2px 2px 4px #9e9e9e;
    position: relative;
    margin-bottom: 50px;
	padding: 3px;
	background-image: linear-gradient(rgb(251, 251, 251) 0%, rgb(237, 237, 237) 100%);
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select
{
    background-color: #fff;
	border-color: #9e9e9e;
}

#wpmtst-submission-form input[type="text"],
#wpmtst-submission-form textarea
{
	border-color: #9e9e9e;
}
*/
/*Put bullets back on lists on learning page*/
/*div#pg-59-0 ul li {
	list-style: disc outside none;
}
*/
/*Remove margin from footer*/
/*
div.footer-widget p {
	margin-bottom: 0px;
}

#primary {
    min-height: 800px;
}
*/