/*!
Theme Name:   Icelander Child
Template:     icelander
Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
Version:      1.0.0
Description:  You can change this description text in your child theme's "style.css" file.
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Put your custom CSS styles below... */

/* Newsletter Site*/
#form-content.newsletter div.field {
	margin-bottom: 1rem;
}

#form-content.newsletter div.button-right {
	margin-top: 2rem;
}

@media only screen and (max-width: 500px) {
    #header-widgets.header-widgets {
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 0.7rem 0.5rem 0.2rem;
    }

    #menu-top-header-navigation {
        padding-top: 0.3rem;
    }

    #nav_menu-2 {
        padding: 0;
    }

    .widget.widget_nav_menu ul.menu li.menu-item {
        margin-right: 0;
    }
}

@media only screen and (max-width: 450px) {
    .menu {
        font-size: 0;
    }

    .widget.widget_nav_menu ul.menu li.menu-item {
        font-size: 0.65rem;
    }

    .header-widgets .menu a {
        padding: 0.1rem;
    }
}
