/**
 *
 * Custom.css file helps you override css style elements defined in style.css and the skins too. Very handy for customization without touching the
 * theme code.
 * You may want to backup and retain this file when updating the theme to retain customizations.
 *
 */

@import url('https://fonts.googleapis.com/css?family=NTR');

h1,h2,h3,h4,body {
	font-family: 'NTR', sans-serif;
}

p.comments-closed {
    display: none;
    }

#page-loading {
    z-index: 10010;
    background: #FFF url(https://www.livemeshthemes.com/wp-content/uploads/2014/05/Preloader_11.gif) no-repeat 50% 50%;
    }

.hide-color-picker {
display: block;
}



