/**
 * styles for post-type Page
 */

.page .page-title {
    text-align: center;
    text-transform: uppercase;
}

/**
 * page-template-wider-content
 */

.page-template-wider-content #content .entry-content{
    width: 100%;
}

/**
 * page-template-landing
 */

.page-template-landing {
    --bgcolor-mainnav: transparent;
}

.page-template-landing #content {
    padding-top: 0;
    padding-bottom: 0;
}
.page-template-landing #content .entry-content{
    width: 100%;
}
.page-template-landing .page-header {
    display: none;
}

.page-template-landing .site-header .btn-bar {
    color:var(--color-white);
}
.page-template-landing .site-header .__fixed .btn-bar {
    color:inherit;
}

.page-template-landing .site-header .custom-logo-link:first-child,
.page-template-landing .site-header .__fixed .white-logo {
    display: none;
}
.page-template-landing .site-header .__fixed .custom-logo-link:first-child {
    display: block;
}
.page-template-landing #main-nav.__fixed .inner {
    background-color: var(--color-white);
}


@media (min-width: 992px) {
    .page-template-landing #content{
        margin-top: -75px;
    }
}
@media (max-width: 991px) {
    .page-template-landing #content{
        margin-top: -55px;
    }
}
