.ps-container {
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 1680px) {
    .ps-container {
        padding: 0 30px;
        max-width: 100%;
    }
}

@media (max-width: 479px) {
    .ps-container {
        padding: 0 15px;
    }
}

.ps-list--social {
    margin: 0;
    padding: 0;
}

.ps-list--social li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.ps-list--social li a {
    display: inline-block;
    font-size: 18px;
    color: #666;
}

.ps-list--social li a:hover {
    color: #EA80B3;
}

.ps-list--social li a.facebook i {
    color: #3b5998;
}

.ps-list--social li a.twitter i {
    color: #0084b4;
}

.ps-list--social li a.google-plus i {
    color: #FF0000;
}

.ps-list--social li a.instagram i {
    color: #C32AA3;
}




.widget {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.widget .widget-title {
    margin-bottom: 2.5rem;
    font-weight: 700;
}

.widget:last-child {
    border-bottom: none;
}





.widget_footer .widget-title {
    font-size: 16px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
}


.widget_contact-us .widget_content h3 {
    color: #EA80B3;
}

.widget_contact-us .widget_content .ps-list--social {
    padding-top: 25px;
}


.ps-footer {
    padding-top: 70px;
}

.ps-footer__widgets {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-bottom: 35px;
}

.ps-footer__links {
    padding: 60px 0;
    border-top: 1px solid #e1e1e1;
}

.ps-footer__links p strong {
    color: #000;
    margin-right: 20px;
    font-weight: 600;
}

.ps-footer__links p a {
    display: inline-block;
    color: #666;
    line-height: 20px;
    margin-right: 10px;
    position: relative;
}

.ps-footer__links p a:after {
    content: '|';
    margin-left: 5px;
}

.ps-footer__links p a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scale3d(0, 1, 1);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transform-origin: 100% 50%;
}

.ps-footer__links p a:hover:before {
    transform: scale3d(1, 1, 1);
    transform-origin: 0 50%;
}

.ps-footer__links p a:last-child:after {
    display: none;
}

.ps-footer__copyright {
    padding: 35px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-top: 1px solid #e1e1e1;
}

.ps-footer__copyright p {
    margin-bottom: 0;
    line-height: 30px;
    color: #000;
}

.ps-footer__copyright p:last-child span {
    display: inline-block;
    line-height: inherit;
    vertical-align: middle;
}

.ps-footer__copyright p:last-child a {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .ps-footer__widgets {
        flex-flow: row wrap;
    }
    .ps-footer__widgets > * {
        width: 100%;
        max-width: 25%;
    }
    .ps-footer__widgets .widget_contact-us {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 479px) {
    .ps-footer__widgets > * {
        max-width: 50%;
        flex-basis: 50%;
    }
    .ps-footer__copyright {
        flex-flow: row wrap;
        text-align: center;
    }
    .ps-footer__copyright p {
        display: block;
        width: 100%;
    }
    .ps-footer__copyright p span {
        display: block;
        padding-bottom: 10px;
    }
}

.ps-footer--2 .widget_newletters .form-group--nest {
    margin-bottom: 30px;
}

.ps-footer--3 {
    padding: 0;
    border-top: 1px solid #e1e1e1;
    background-color: #f8f8f8;
}

.ps-footer--3 .ps-block--site-features {
    padding: 40px 0;
    margin-bottom: 70px;
    border-bottom: 1px solid #e1e1e1;
}

@media (max-width: 767px) {
    .ps-footer--3 .ps-block--site-features {
        margin-bottom: 40px;
    }
}

.ps-footer--kids .ps-form--newletter .form-group--nest {
    margin-bottom: 20px;
}

.ps-footer--photo .ps-site-info h5 {
    color: #c81919;
    font-size: 24px;
    font-weight: 600;
}

.ps-footer--photo .ps-form--newletter button {
    color: #fff;
    background-color: #c81919;
}

.ps-footer--photo .ps-form--newletter button:hover {
    background-color: #9b1313;
}

@media (min-width: 1440px) {
    .ps-footer--photo .ps-footer__content {
        flex: 2 1 100%;
    }
    .ps-footer--photo .ps-footer__left {
        flex: 1 1 100%;
        max-width: 400px;
    }
    .ps-footer--photo .ps-footer__content {
        width: 100%;
        max-width: 100%;
    }
    .ps-footer--photo .ps-footer__wrapper {
        display: flex;
        flex-flow: column wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media (min-width: 1680px) {
    .ps-footer--photo .ps-footer__wrapper {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
    }
}
