/*
 * Theme Name:  Expertly Child
 * Theme URI:   https://codesupply.co/themes/expertly/
 * Description: Expertly Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    expertly
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

@font-face {
    font-family: 'fivo-sans-bold';
    src: url('fonts/fivosansmodern-bold-webfont.eot');
    src: url('fonts/fivosansmodern-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fivosansmodern-bold-webfont.woff2') format('woff2'),
         url('fonts/fivosansmodern-bold-webfont.woff') format('woff'),
         url('fonts/fivosansmodern-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fivo-sans-regular';
    src: url('fonts/fivosansmodern-regular-webfont.eot');
    src: url('fonts/fivosansmodern-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fivosansmodern-regular-webfont.woff2') format('woff2'),
         url('fonts/fivosansmodern-regular-webfont.woff') format('woff'),
         url('fonts/fivosansmodern-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* Main */
body { color: #55565a; }
@media (min-width: 1200px) {
	body {
		background-color: #fcfaf9;
	}
}
.section-homepage-posts { background: #fcfaf9; }

/* Nav & Header */
.navbar-brand {width: 120px;}
.navbar-brand img {width: 120px;}
.navbar-primary .site-description { color: #978a82; }

/* Typography */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color: #232222; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a { color: #232222; }
blockquote { font-family: 'fivo-sans-regular', sans-serif !important; font-weight: 300 !important; }
.entry-title { font-family: 'fivo-sans-bold', sans-serif !important; }