Default Sidebar Template

div[role="complementary"] {
width: 20%;
}

div[role="complementary"] .inner {
border: 0 none;
border-radius: 0;
}

div[role="complementary"] aside>h3:hover,
div[role="complementary"] div>h3:hover {
background: none;
}

div[role="complementary"] aside>h3,
div[role="complementary"] div>h3 {
background-color: transparent;
border-bottom: 0 none;
border-top: 0 none;
padding: 0;
}

div[role="complementary"] aside>.nav-tabs,
div[role="complementary"] div>ul {
margin-left: 0;
margin-right: 0;
padding: 0;
border: 0;
}

div[role="complementary"] .flexnav a.current-page {
color: #EE0000 !important;
/* edit this property for active page */
}

.sidebar-content .nav.

Default Masthead Template

.inner-masthead {
{
background-image: url(https://placehold.it/1800x350);
background-repeat: no-repeat;
background-position: center center;
background-attachment: scroll;
background-size: cover;
min-height: 350px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.inner-masthead .container {
width: 100%;
}