/*
Theme Name: Carrino - Child Theme
Theme URI: http://www.3forty.media/carrino
Author: 3FortyMedia
Author URI: http://www.3forty.media
Description: Carrino Child theme for easy and non-destructive editing of Carrino theme
Version: 1.0
Text Domain: carrino
Template: carrino
*/

/* Start Custom CSS */
@font-face {
    font-family: MuseoSans;
    src: url(/wp-content/themes/carrino-child/fonts/MuseoSans_900.eot);
    src: url(/wp-content/themes/carrino-child/fonts/MuseoSans_900.eot) format('eot'),
    url(/wp-content/themes/carrino-child/fonts/MuseoSans_900.ttf) format('ttf'),
    url(/wp-content/themes/carrino-child/fonts/MuseoSans_900.woff) format('woff'),
    url(/wp-content/themes/carrino-child/fonts/MuseoSans_900.woff2) format('woff2');
    font-weight: bold;
    font-style: normal
}
@font-face {
    font-family: MuseoSans;
    src: url(/wp-content/themes/carrino-child/fonts/MuseoSans_700.otf) format('truetype');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: MuseoSans;
    src: url(/wp-content/themes/carrino-child/fonts/MuseoSans_500.otf) format('truetype');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: MuseoSans;
    src: url(/wp-content/themes/carrino-child/fonts/MuseoSans_300.otf) format('truetype');
    font-weight: 300;
    font-style: normal
}

ul#primary-nav a, .hero.flex-grid.grid.slick .entry-title a, article.default div.entry-header h3.entry-title {
    font-family: MuseoSans;
    font-weight: normal;
}

.content-area h2.page-title {
    font-family: MuseoSans;
    font-weight: bold;
}
div.entry-content blockquote.is-style-large, div.entry-content blockquote.is-style-large p {
    font-family: MuseoSans;
    font-weight: bold
}

article.default .entry-header div.entry-meta.after-title, div.entry-content {
    font-family: MuseoSans;
    font-weight: 500;
}

div.entry-content p {
    font-family: MuseoSans;
    font-weight: 300;
}

.content-area {
    margin: auto;
    width: 100%;
    max-width: 1280px;
    padding: 0;
}

div#primary.content-area.timeline > div.section-header > h2.page-title {
    text-align: center;
}
