/*
Theme Name: Ninjutsu Child Theme
Description: WordPress Child theme for the North American Think Productive website.
Author: Think Productive
Author URI: https://thinkproductive.com/
Template: ninjutsu
Version: 1.0.1
*/

/* Flag Icons */
.flag-icon-background,
.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333em;
    line-height: 1em
}

.flag-icon:before {
    content: '\00a0'
}

.flag-icon-ca {
    background-image: url(/wp-content/themes/ninjutsu-child/img/icons/flags/4x3/ca.svg);
}

.flag-icon-us {
    background-image: url(/wp-content/themes/ninjutsu-child/img/icons/flags/4x3/us.svg)
}
