/*
Theme Name:         Armello Theme
Description:        Roots is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. <a href="https://github.com/roots/roots/contributors">Contribute on GitHub</a>
Version:            7.0.1
Author:             Roots
Author URI:         http://roots.io/

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/
#community .mc4wp-form {
    background: url('//www.armello.com/wp-content/uploads/2017/10/Frame.png');
    height: 69px;
	background-repeat: no-repeat;
    background-size: contain;
    display: block;
    background-position: top 2px center;
}

.mc4wp-form-fields {
    margin-top: 19px;
    position: absolute;
    left: auto;
    right: auto;
    width: 100%;
}

.copy {
    margin-top: 35px;
}

footer .textwidget {
    text-align: left;
}

#community .social-links a {
    padding-top: 30px;
}

.social-links .wpb_single_image {
    margin-top: 60px;
}

.privacy-policy {
    background: #151515;
    padding: 15px;
    text-align: center;
}

.privacy-policy a {
    color: #444
    text-decoration: none;
    font-family: sans-serif;
}

.footer-nav {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
}

.footer-nav li {
    margin: 0 6px;
    list-style-type: none;
    display: inline-block;
}

.menu-privacy-policy:after {
    content: '|';
    display: inline-block;
    margin-left: 15px;
    color: #444;
}