/*
Theme Name: Emily Nolan (Child Theme)
Theme URI: http://madsparrow.us/
Author: Mad Sparrow
Author URI: https://themeforest.net/user/madsparrow
Description: Emily – minimal portfolio Theme for photography and design with friendly SEO, modern design and gallery which supports iPhone, iPad, Blackberry 6 , Android and desktop. It’s easy to use and concentrates on showcasing your work to potential clients.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emilynolan
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Template: emilynolan
*/

/* Add your own modification from here
-------------------------------------------------------------- */

.ms-main-container {
    padding-top: 8em;
}

.expanded-timeline {
    bottom: 1.5em;
    right: 1em;
    width: 70vh;
    height: 40px;
}

@media only screen and (max-width: 805px) {
    .expanded-timeline {
        width: 95%;
        text-align: center;
        display: block; 
    }
    .ms-footer__inner .copyright {
        padding: 0 10px;
        text-align: center;
    }
    .ms-container {
        padding-top: 2em;
    }
    .ms-main-container {
        padding-top: 2.5em;
    }
    .ms-section__block {
        margin: 0 0 2em;
    }
    .ms-btn--slider {
        background: #00b1e6;
    }
}
.expanded-timeline .copyright_home p {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}

.post-details span {
    text-transform: none;
}
.clients-list li img {
    max-width: 100%;
    opacity: .6 !important;
    transition: opacity .3s ease;
}
.page-desc-block {
    display: none;
}