/*
Theme Name:   Twentyfourteen Child Theme
Theme URI:    http://www.wpbeginner.com/
Description:  A Twenty Fourteen child theme
Author:       Iskandar Wahab
Author URI:  http://icsai.org
Template:     twentyfourteen
Version:      1.0.0
*/

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

a {
	text-decoration: none !important;
}
.entry-content,
.entry-summary,
.page-content,
.nav-links,
.comment-content,
.widget
 {
   -webkit-hyphens: none;
   -moz-hyphens:    none;
   -ms-hyphens:     none;
   hyphens:         none;
}