#properties section.top-bar-section {
left: 0 !important; }
-@media only screen and (max-width: 40em) {
+#about section.top-bar-section {
+ left: 0 !important; }
+
+@media only screen and (min-width:0em) and (max-width:64em) {
.headerLogo {
margin-top: 35px; }
#properties {
box-shadow: none !important; }
.top-bar-section ul li {
line-height: 2.25 !important; }
+ #properties .top-bar .top-bar-section ul#menu-properties li {
+ box-shadow: none; }
#properties .top-bar .top-bar-section ul#menu-properties li ul.dropdown li a {
width: 206px !important; } }
+@media only screen and (max-width: 40em) {
+ .headerLogo {
+ margin-top: 70px; } }
+
.contain-to-grid {
box-shadow: 0 5px 10px -1px #999999; }
.contain-to-grid .top-bar {
margin-top: 12px; }
#properties {
- margin-left: 28px; }
+ margin-left: 0px; }
#properties .top-bar {
margin-top: 0px;
background: transparent;
</section>
</nav>
</div>
- <div id="about" class="large-4 text-right columns show-for-large-up">
- <nav class="top-bar" data-topbar role="navigation">
- <section class="top-bar-section">
- <?php about_top_bar(); ?>
- </section>
-
- </nav>
- </div>
- <div class="right social small-12 large-4 medium-6 columns show-for-medium-up">
+
+ <div id="about" class="small-12 medium-6 large-4 text-left columns show-for-large-up">
+ <nav class="top-bar" data-topbar role="navigation">
+ <section class="top-bar-section">
+ <?php about_top_bar(); ?>
+ </section>
+
+ </nav>
+ </div>
+
+
+ <div class="right social small-12 large-4 columns show-for-large-up">
<ul class="social right">
<li id="linkHome"><a href="<?php bloginfo('url'); ?>"> Home </a></li>
<li>
}
}
}
+ // custom styling AT
header .searchform input[type="text"]{
position: relative;
width: 127px;
#properties section.top-bar-section{
left: 0 !important;
}
-@media #{$small-only}{
+#about section.top-bar-section{
+ left: 0 !important;
+}
+@media #{$medium-down}{
.headerLogo{
margin-top: 35px;
}
.top-bar-section ul li{
line-height: 2.25 !important;
}
+ #properties .top-bar .top-bar-section ul#menu-properties li {
+ box-shadow: none;
+ }
#properties .top-bar .top-bar-section ul#menu-properties li ul.dropdown li a{
width: 206px !important;
}
}
+@media #{$small-only}{
+ .headerLogo
+ {
+ margin-top: 70px;
+ }
+}
margin-top: 12px;
}
#properties {
- margin-left: 28px;
+ margin-left: 0px;
.top-bar{
margin-top: 0px;
background: transparent;