﻿/* BESPOKE */
.uc_footer .footer {
    padding-top: 0;
}

.uc_footer .footer > .container > .row {
    margin: 0 auto;
    padding: 30px 0;
}

.uc_footer .footer > .container > .row:nth-child(1) {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.uc_footer .footer > .container > .row:nth-child(1) > div {
    margin-bottom: 0;
}

.uc_footer .footer .container {
    width: 100%;
    padding: 0;
}

@media (min-width: 1200px) {
    .uc_footer .footer > .container > .row {
        width: 1270px;
    }

    .uc_footer .footer > .container > .row:nth-child(1) {
        padding-left: calc(50% - 630px);
        padding-right: calc(50% - 630px);
    }
}

/* Newsletter block */
.uc_footer .newsletter-block {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.uc_footer .newsletter-block h2 {
    font-size: 25px !important;
    margin-bottom: 5px !important;
    display: inline-block !important;
}

.uc_footer .newsletter-block .text-block {
    margin-right: 15px;
}

.uc_footer .newsletter-block .btn-u {
    font-size: 16px;    
}

.uc_footer .newsletter-block .btn-u:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 5px;
    display: inline-block;
}

.uc_footer .copyright a {
    font-size: 12px !important;
}

@media (max-width: 767px) {
    .uc_footer .newsletter-block {
        margin-top: 30px;
        flex-flow: column;
        align-items: flex-start;
    }
}

/* Social links in footer */
.uc_footer .footer > .container > .row:nth-child(1) .uc_link_block.align-left.horizontal-flow a {
    display: inline-block;
    width: 40px;
}

.uc_footer .footer > .container > .row:nth-child(1) .uc_link_block.align-left.horizontal-flow a:hover {
    opacity: .75;
}

/* slightly smaller facebook icon width */
.uc_footer .footer > .container > .row:nth-child(1) .uc_link_block.align-left.horizontal-flow li:first-child {
    display: inline-block;
    width: 30px;
}

.uc_footer br {
    display: none;
}
/* END BESPOKE */