.landing_footer_social {
    padding: 0px 0 80px 0;
    text-align: center;
}

.landing_footer_social__link_container {
    color: #4f83bf;
    font-size: 1.5em;
    margin-top: 50px;
}
.landing_footer_social__link {
    display: inline-block;
    transition: background-color 0.3s;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding: 5px;
}

.landing_footer_social__link:nth-child(2) {
    margin-left: 30px;
}

.landing_footer_social__link:focus {
    background-color: #4f83bf;
    color: #fff;
    outline: none;
}

.landing_footer_social .icon {
    fill: #4f83bf;
    height: 30px;
    margin: 0 10px;
    transition: fill 0.3s;
    width: 27px;
}

.landing_footer_social__link:focus .icon {
    fill: #fff;
}

.landing_footer_social .icon-twitter {
    width: 24px;
}
.landing_footer_social .icon-wikipedia {
    width: 30px;
}

.landing_footer_social .icon-linked_in {
    width: 20px;
}

.landing_footer_social__reviewers {
    margin: 0.6em;
    display: inline-block;
    padding: 1em;
    width: 10em;
}

.fb-page {
    display: block;
}

.fb-page.fb_iframe_widget,
.fb-page.fb_iframe_widget>span,
.fb-page.fb_iframe_widget iframe {
    max-width: 100%;
}



/* the copyright section */
.landing_footer_copyright {
    text-align: center;
}

.landing_footer_copyright__info {
    color: #222;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
}

@media (min-width: 360px) {
    .landing_footer_copyright__info:first-child {
         border-right: solid 2px #aeb2b5; 
    }
    .landing_footer_copyright__info {
        padding: 0 11px;
    }
}


@media (max-width: 360px) {
    .landing_footer_copyright__info {
        display: block;
    }
}
