/*
Theme Name: NakedLens Nouveau
Theme URI: http://www.nakedlens.ca
Author: Ryan Field
Author URI: http://portfolio.ryanfield.ca
Description: 'Naked Lens Nouveau' is a custom WordPress theme built for Naked Lens, a division of Kinetix Media Communications
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, fixed-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: eos
*/

/* Really Simple Twitter Widget (in footer) */
.footer-box > .widget > .really_simple_twitter_widget {
    padding-left: 0;
}
.good_old_twitter_widget li {
    font-size: 0.8rem;
    list-style: none;
    padding-bottom: 10px;
}
.good_old_twitter_widget .twitter-link {
    text-decoration: underline;
}
.good_old_twitter_widget .twitter-timestamp {
    text-decoration: underline;
    display: block;
}
.good_old_twitter_widget .gotw_comma{
	display: none;
}

/* Digital toolkit anchor tag offset */
#digital-toolkit {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

/* How We Help headline */
.how-we-help-headline1 {
    font-size: 1.8rem;
    font-style: italic;
    font-weight: bold;
}
.how-we-help-headline2 {
    font-size: 1.5rem;
    font-weight: bold;
}


@media and screen (min-width: 625px) {
.how-we-help-headline1 {
    font-size: 2.5rem;
}
.how-we-help-headline2 {
    font-size: 2rem;
}
}

@media and screen (min-width: 768px) {
.how-we-help-headline1 {
    font-size: 3.5rem;
}
.how-we-help-headline2 {
    font-size: 3rem;
}
}

@media and screen (min-width: 992px) {
.how-we-help-headline1 {
    font-size: 4.5rem;
}
.how-we-help-headline2 {
    font-size: 3.5rem;
}
}