/*
 Theme Name:   NRGbusiness child
 Theme URI:    http://demo.themeton.com/nrgbusiness
 Description:  NRGbusiness Child Theme
 Author:       ThemeTon
 Author URI:   http://themeton.com
 Template:     nrgbusiness
 Version:      1.0
*/

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

/* Theme customization starts here
  -------------------------------------------------------------- */

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html body,
html body *,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .blog-section h1,
body .blog-section h2,
body .blog-section h3,
body .blog-section h4,
body .blog-section h5,
body .blog-section h6
body .read-more,
body .footer p
{
    font-family: "Open Sans";
    font-weight: 400;
}
body strong,
body b
{
    font-weight: 700;
}

/* lists */
body .blog-section ol,
body .blog-section ul
{
    margin-left: 0;
    padding-left: 17px;
}