/*
Theme Name:     Curo Child
Theme URI:      http://presscoders.com/curo
Description:    Child theme for Curo
Author:         PressCoders.com
Author URI:     http://presscoders.com
Template:       curo
Version:        1.0
*/

@import url('../curo/style.css');

/* Make all CSS edits to Curo in this stylesheet so
   that they don't get overwritten during theme updates */


@import url(http://fonts.googleapis.com/css?family=Monda:400,700);


/* Example child theme style rule. */



body, input, text area, h1, h2, h3, h4, .couponcode, .button, .btn, #searchsubmit, #submit, .submit, .post-edit-link, .more-link, #author, #email, #url, #comment, .form-allowed-tags, .testimonial-name, .testimonial-company {
	font-family: 'Monda', sans-serif;
	font-weight: 400;	
}

.widget_sp_image-description p, .widget_sp_image-description {
	text-align: center;
	line-height: 1em;
	font-size: 1.3em;
	color:#152a52;
	font-weight: 700;
}

#header-container nav ul li a {
    
    font-size: 16px;
    font-weight: 700;
    
}
