
/* desktop */
@media screen and (min-width: 900px) {

div.white-section,
div.footer-separator,
div.footer-content {
    width: 800px;
}

} /* desktop */


/* desktop and tablet */
@media screen and (min-width: 700px) {

div.white-section {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px;
}

div.footer-row {
    margin: 10px 0;
}

div#footer_body_social_container {
    float: right;
    margin-top: 6px;
}

div#footer_body div.footer-row:first-child {
    margin-bottom: 20px;
}

div#footer_body div.footer-row:last-child {
    margin-bottom: 32px;
}

div#footer_copyright_social_container {
    display: none;
}

div#footer_copyright {
    margin: 18px 0 80px 0;
    padding-top: 18px;
    border-top: 1px solid #444;
}

} /* desktop and tablet */


/* tablet */
@media screen and (min-width: 700px) and (max-width: 899px) {

div.white-section,
div.footer-separator,
div.footer-content {
    width: 680px;
}

} /* tablet */


/* phone */
@media screen and (max-width: 699px) {

body {
}

div.white-section,
div.footer-separator {
    width: 100%;
    margin-bottom: 20px;
}

div.footer-menu-row {
    border-top: 1px solid #444;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 8px;
}

div#footer_body div.footer-row:first-child {
    margin-top: 14px;
    margin-bottom: 18px;
}

div.footer-menu-row:last-child {
    border-bottom: 1px solid #444;
}

div#footer_body_social_container {
    display: none;
}

div#footer_copyright_social_container {
    width: 80px;
    margin: 0 auto;
    margin-top: 26px;
}

div.social-twitter {
    margin-right: 16px;
}

div#footer_copyright {
    margin: 18px 0 64px 0;
    padding-top: 18px;
    text-align: center;
}

} /* phone */


/* iPhone 3/4/5 */
@media screen and (max-width: 374px) {

div.footer-content {
    width: 276px;
}

} /* iPhone 3/4/5 */


/* iPhone 6 */
@media screen and (min-width:375px) and (max-width: 413px) {

div.footer-content {
    width: 300px;
}

} /* iPhone 6 */


/* iPhone 6 Plus */
@media screen and (min-width:414px) and (max-width: 699px) {

div.footer-content {
    width: 320px;
}

} /* iPhone 6 Plus */
