margin-top: 30px; }
#main {
- padding: 10px 40px; }
+ padding: 20px 0;
+ box-shadow: 0 -5px 5px -5px #0568b3; }
div[role=main] {
padding: 0px; }
+#main > article > header, #main > article > .entry-content > p {
+ padding: 0 40px; }
+
+#gallery {
+ padding: 0px;
+ text-align: center; }
+
#navRow {
padding-top: 20px;
height: 100px; }
.inner-container {
margin-top: 77px; }
+ @media (max-width: 1024px) {
+ .inner-container {
+ margin-top: 132px; } }
#glmTop .columns .columns {
height: 55px;
.top-bar {
background: transparent; }
-.top-bar-section li.active:not(.has-form) a:not(.button) {
- background: transparent; }
-
+/*.top-bar-section li.active:not(.has-form) a:not(.button) {
+ background: transparent;
+}
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
- background: transparent; }
-
+ background: transparent;
+}*/
.top-bar-section > li, .top-bar-section > ul > li, .top-bar-section > ul > li > a, .top-bar-section li:not(.has-form) a:not(.button) {
background: transparent;
position: relative; }
#homepage_portfolio {
text-align: center; }
+@media (max-width: 640px) {
+ :not(#homepage_portfolio) #gallery {
+ width: 110%;
+ margin-left: -45px; } }
+
#gallery li {
width: auto; }
#fancybox-outer, #fancybox-left, #fancybox-right {
padding-top: 40px; }
-.top-bar-section ul > li:hover:not(.has-form) > a {
+.top-bar-section .current-menu-item, .top-bar-section current-menu-parent, .top-bar-section ul > li.active:not(.has-form) > a:not(.button), .top-bar-section ul li.active:not(.has-form) a:hover:not(.button) {
+ background: #f48228; }
+
+.top-bar-section ul > li:hover > a {
background: #f48228;
/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48228', endColorstr='#f2d4bc',GradientType=0 );
/* IE6-8 */ }
-.top-bar-section ul > li:hover:not(.has-form) > a {
+.top-bar-section ul > li:hover:not(.has-form) > a, .top-bar-section > ul > li.active:not(.has-form) > a:not(.button) {
background: #f2d4bc;
/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
margin-top: 30px;
}
#main {
- padding: 10px 40px;
+ padding: 20px 0;
+ box-shadow: 0 -5px 5px -5px #0568b3
}
div[role=main] {
padding: 0px;
}
+#main > article > header,
+#main > article > .entry-content > p {
+ padding: 0 40px;
+}
+#gallery {
+ padding: 0px;
+ text-align: center;
+}
#navRow {
padding-top: 20px;
height: 100px;
}
.inner-container {
margin-top: 77px;
+ @media (max-width:1024px) {
+ margin-top: 132px;
+ }
}
#glmTop .columns .columns {
height: 55px;
background: transparent;
}
// A more subtle background color for the active menu item
-.top-bar-section li.active:not(.has-form) a:not(.button) {
+/*.top-bar-section li.active:not(.has-form) a:not(.button) {
background: transparent;
}
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
background: transparent;
-}
+}*/
.top-bar-section > li,
.top-bar-section > ul > li,
#homepage_portfolio {
text-align:center;
}
+ :not(#homepage_portfolio) #gallery {
+ @media (max-width: 640px) {
+ width: 110%;
+ margin-left: -45px;
+ }
+ }
#gallery li {
width: auto;
}
#fancybox-right {
padding-top:40px;
}
- .top-bar-section ul > li:hover:not(.has-form) > a {
+ .top-bar-section .current-menu-item,
+ .top-bar-section current-menu-parent,
+ .top-bar-section ul > li.active:not(.has-form) > a:not(.button),
+ .top-bar-section ul li.active:not(.has-form) a:hover:not(.button) {
+ background: rgb(244,130,40);
+ }
+ .top-bar-section ul > li:hover > a {
background: rgb(244,130,40); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: linear-gradient(to bottom, rgba(244,130,40,1) 0%,rgba(244,130,40,1) 25%,rgba(242,142,65,1) 50%,rgba(242,212,188,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48228', endColorstr='#f2d4bc',GradientType=0 ); /* IE6-8 */
}
- .top-bar-section ul > li:hover:not(.has-form) > a {
+
+ .top-bar-section ul > li:hover:not(.has-form) > a,
+ .top-bar-section > ul > li.active:not(.has-form) > a:not(.button) {
background: rgb(242,212,188); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */