.site-branding h1 { font-size: 4rem; color: $black; margin-top: 0; margin-bottom: 0; @include mQ(47.9375rem) { font-size: 3rem; } } .site-branding h1 a { color: $black; text-transform: uppercase; } .site-branding { color: $black; } p.site-description { margin-top: 0; } .logo-area { display: flex; align-items: center; } .header-four-menu-area { padding: .625rem 0; .site-branding-area { @include mQ(767px) { text-align: left; padding-bottom: 0; } } @include mQ(767px) { .mobile-search-btn { display: block; .search-popup { text-align: right; >div { @include icon; } } } } .search-popup { >div { cursor: pointer; } @includ mQ(767px) { display: block; } } .search-menu ul { @include resetUlOl; } .col-custom-menu { #cssmenu { @include mQ(767px) { text-align: left !important; li.search-form-li { display: none; } } } } .search-menu { @include mQ(767px) { display: none; } } } .header-one { padding: 1.5rem 0 0 0; .menu-area { border-top: 1px solid $softwhite; border-bottom: 1px solid $softwhite; margin-top: 1.5rem; padding: 0.625rem; } #cssmenu { text-align: center; @include mQ(767px) { text-align: left; } } } .site-branding { .site-title a { text-decoration: none; } } .header-three { .logo-area { padding: 1rem 0; } .today-date { color: #777777; font-weight: 500; } .sidebar_toggle_icon { font-size: 1.5rem; } .today-date i { margin-right: 7px; } .social-link-top { @include mQ(768px, 991px) { text-align: center; } @include mQ(767px) { text-align: center; margin-bottom: 2rem; } a { @include icon(2rem, 2rem, 2rem); font-size: 0.8rem; } } #cssmenu { text-align: left; @include mQ(767px) { text-align: left; } } .sidebarsearch button { background: transparent; color: #ddd; border: 0; padding-right: 0; padding-left: 0.625rem; } form.search-form { display: flex; flex-flow: row-reverse; } .sidebarsearch input { background: transparent; border: 0; &::-webkit-input-placeholder { /* Chrome/Opera/Safari */ font-size: 0.8rem; } &::-moz-placeholder { /* Firefox 19+ */ font-size: 0.8rem; } &:-ms-input-placeholder { /* IE 10+ */ font-size: 0.8rem; } &:-moz-placeholder { /* Firefox 18- */ font-size: 0.8rem; } } .sidebarsearch form { background: #fff; border: 1px solid #facea7; } .menu-area { padding: 1rem 0; border-bottom: 1px solid $softwhite; border-top: 1px solid $softwhite; } } .page-banner-area { min-height: 15rem; color: $black; display: flex; align-items: center; position: relative; &.page_header_with_thumnail { height: 500px; min-height: 500px; h1 { color: $white; } &:before { background-color: rgba(0, 0, 0, .2); } } h1 { margin-top: 0; color: $black; font-size: 4rem; } &:before { position: absolute; content: ""; background: rgba(241, 241, 241, 0.45); height: 100%; width: 100%; left: 0; top: 0; } .breadcrumb a { font-weight: 700; color: #5bca8c; } }