//Main Header Transparent header{ .navbar-transparent{ height:100px; width:100%; @include transition(all 500ms linear); z-index:999; @include mq($min-width: 768px) { position:absolute; } .navbar-brand{ } .site-title{ margin-bottom:0; } .site-description{ @include font-size(.9); margin-bottom:0; color:$gray-500; } } .bazz_sticky_menu{ background-color:$gray-900; position:fixed; height:80px; top:0; .bazzinga_show_search{ color:$gray-500; } } .bazzinga_show_search{ line-height:39px; color:$gray-600; @include mq($min-width: 768px) { line-height:39px; color:$white; } } } .navbar-brand{ position:relative; } .search-wrap{display:none;} // Main Logo Text .site-title{ font-family:$font__serif; @include font-size(1.5); } .top_heading{ background-color:$gray-800; line-height:46px; a{ color:$gray-400; @include font-size(.9); margin-right:1rem; &:hover{ color:$white; } } .contact-detail{ line-height:2; a{ display:block; text-align:center !important; @include mq($min-width: 992px) { display:inline-block; text-align:left; } } @include mq($min-width: 992px) { line-height:inherit; } } .social-icons{ text-align:center !important; line-height:2; @include mq($min-width: 992px) { line-height:inherit; text-align:right !important; } } .widget{ margin-bottom:0; } }