/* Footer section - depends on some styles in the style.css */

/* background and layout */
#footer-widgets .footer-widgets-container {
    background-color: #333f48;
}

#footer-widgets .inside-footer-widgets {
    background-color: inherit;
    padding: 50px 20px;
}

#footer-widgets .inside-footer-widgets {
    max-width: 1200px;
}

.page--centered #footer-widgets .inside-footer-widgets {
    max-width: 1400px;
}

.page--centered #footer-widgets .footer-widget-1,
.page--centered #footer-widgets .footer-widget-1 aside,
.page--centered #footer-widgets .footer-widget-2,
.page--centered #footer-widgets .footer-widget-2 aside {
    padding: 0;
    padding-right: 16px;
}
.page--centered #footer-widgets .footer-widget-4,
.page--centered #footer-widgets .footer-widget-4 aside {
    padding-left: 0;
}

@media only screen and (min-width: 1000px) {
    .page--centered #footer-widgets .footer-widgets-container {
        margin-top: 100px;
    }
}

@media only screen and (min-width: 1440px) {
    .page--centered #footer-widgets .inside-footer-widgets {
        padding: 50px 0;
    }
}

.page--centered #footer-widgets .inside-footer-widgets {
    margin: 0 auto;
}

#footer-widgets .inside-footer-widgets .grid-25 {
    width: 50%;
}

/* font-colors and style */
#footer-widgets,
#footer-widgets .widget-title,
#footer-widgets p,
#footer-widgets a,
#footer-widgets span,
#footer-widgets button {
    color: #ffffff;
}

#footer-widgets .widget-title {
    font-family: 'PostGroteskLight', Helvetica, Arial, 'Open Sans', san-serif, serif !important;
    font-size: 36px;
    line-height: 48px;
}

#footer-widgets .textwidget .pn-text-20,
#footer-widgets .textwidget .pn-text-20 strong {
    font-family: 'PostGroteskLight', Helvetica, Arial, 'Open Sans', san-serif, serif !important;
    font-size: 20px !important;
    line-height: 27px;
}

#footer-widgets .textwidget .pn-text-20 a {
    font-family: 'PostGroteskBold', Helvetica, Arial, 'Open Sans', san-serif, serif !important;
    border-bottom: 1px solid #5C656D;
    transition: border-bottom-color 0.2s ease;
}

#footer-widgets .textwidget .pn-text-20 a:hover {
    border-bottom-color: #26CD9C;
}

#footer-widgets .footer-widget-4 {
    border-top: 0;
}

#footer-widgets .footer-widget-4 a {
    font-family: 'PostGroteskNormal', Helvetica, Arial, 'Open Sans', san-serif, serif !important;
    font-size: 14px !important;
    line-height: 19px;
    border-bottom: 1px solid #5C656D;
    transition: border-bottom-color 0.2s ease;
}

#footer-widgets .footer-widget-4 a:hover {
    border-bottom-color: #26CD9C;
}

#footer-widgets .widget_nav_menu ul.menu {
    border-top: 1px solid #5C656D;
    padding-top: 10px;
}

/* Newsletter form in the footer */
#footer-widgets .emaillist input {
    max-width: 400px;
}

#footer-widgets .emaillist label {
    color: #858C91;
    padding-top: 10px;
    font-family: 'PostGroteskBold', Helvetica, Arial, 'Open Sans', san-serif, serif !important;
    font-size: 14px !important;
    line-height: 19px;
}

#footer-widgets .emaillist input[type="text"],
#footer-widgets .emaillist input[type="email"] {
    color: #ffffff;
    background-color: #333f48;
    border: none;
    border-bottom: 1px solid #858C91;
    padding-left: 0;
}

#footer-widgets .emaillist input[type="submit"] {
    color: #ffffff !important;
    font-weight: bold;
    background-image: url('/wp-content/themes/generatepress-child/icons/arrow_right.png');
    font-family: 'PostGroteskBold', Helvetica, Arial, 'Open Sans', san-serif, serif !important;
    background-size: 8px 8px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 18px !important;
    margin-left: 5px;
    min-width: 0;
    border: 0 !important;
    font-size: 14px !important;
    line-height: 19px;
    text-transform: uppercase;
    transition: background-size 0.2s ease, padding-left 0.2s ease;
}

#footer-widgets .emaillist input[type="submit"]:hover {
    background-size: 12px 12px;
    padding-left: 30px !important;
}

#footer-widgets .emaillist input[type="submit"]::before {
    background: #26CD9C;
    transform: matrix(0, -1, -1, 0, 0, 0);
}

#footer-widgets .emaillist input[type="submit"]:hover,
#footer-widgets .emaillist input[type="submit"]:focus,
#footer-widgets .emaillist input[type="submit"]:active {
    color: #ffffff !important;
    font-weight: bold;
    background-color: #333f48;
}