/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/


/* New changes */

#page.homepage #main,
#page.homepage #footer,
#page.homepage .scroll-top {
    display: none;
}

.header-side-left #page.innerpages {
    padding-left: 0px;
    width: 100%;
    padding-top: 15px;
}

#page.innerpages .masthead {
    display: none;
}

#page.innerpages #main,
#page.innerpages #main .wf-wrap {
    width: 100%;
    padding: 0px;
}

body.innerpages_body {
    background: transparent;
    color: #ffffff !important;
}

body.innerpages_body #page {
    background: transparent;
}

.page_title {
    font-size: 30px;
    margin-bottom: 10px;
}

html.supports {
    margin-top: 0px !important;
}

.homepage .main-nav>li>a {
    background-color: #ffffff;
    border: 1 solid #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.header-side-left .homepage .side-header {
    margin-left: 20px;
}

.homepage .header-bar section {
    margin-left: 5px;
    margin-right: 30px;
}

.side-header {
    display: inline;
    height: auto;
}

.masthead:not(.mixed-header) {
    background: transparent;
}

.mobile-header-bar {
    display: none !important;
}

@media screen and (max-width: 1040px) {
    .header-side-left .homepage .side-header {
        margin-left: 0px !important;
    }
}