From 923853fc994cf1b355e82b4de520a4cbdac7f8db Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 22 Sep 2016 09:59:16 -0400 Subject: [PATCH] Kira Ticket Fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Unlimited dropdowns (Sherman Only) - fixed color of dropdown items + hover state • Various style fixes --- css/sherman-black.css | 198 +++++---------- css/sherman-blue.css | 192 ++++----------- css/sherman-brightyellow.css | 192 ++++----------- css/sherman-green.css | 198 +++++---------- css/sherman-grey.css | 192 ++++----------- css/sherman-hotpink.css | 192 ++++----------- css/sherman-huntergreen.css | 192 ++++----------- css/sherman-lavender.css | 192 ++++----------- css/sherman-orange.css | 192 ++++----------- css/sherman-pink.css | 192 ++++----------- css/sherman-purple.css | 192 ++++----------- css/sherman-red.css | 192 ++++----------- css/sherman-redorange.css | 192 ++++----------- css/sherman-skyblue.css | 192 ++++----------- css/sherman-teal.css | 192 ++++----------- css/sherman-yellow.css | 192 ++++----------- sass/_sherman-common.scss | 279 +++++----------------- sass/_sherman-variables-black.scss | 26 +- sass/_sherman-variables-blue.scss | 4 +- sass/_sherman-variables-brightyellow.scss | 2 + sass/_sherman-variables-common.scss | 4 +- sass/_sherman-variables-green.scss | 8 +- sass/_sherman-variables-grey.scss | 2 + sass/_sherman-variables-hotpink.scss | 2 + sass/_sherman-variables-huntergreen.scss | 2 + sass/_sherman-variables-lavender.scss | 2 + sass/_sherman-variables-orange.scss | 2 + sass/_sherman-variables-pink.scss | 2 + sass/_sherman-variables-purple.scss | 2 + sass/_sherman-variables-red.scss | 2 + sass/_sherman-variables-redorange.scss | 2 + sass/_sherman-variables-skyblue.scss | 2 + sass/_sherman-variables-teal.scss | 2 + sass/_sherman-variables-yellow.scss | 2 + 34 files changed, 942 insertions(+), 2489 deletions(-) diff --git a/css/sherman-black.css b/css/sherman-black.css index d56da37..37ca5de 100644 --- a/css/sherman-black.css +++ b/css/sherman-black.css @@ -7205,6 +7205,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7386,29 +7393,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7775,6 +7766,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8173,6 +8167,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8568,6 +8565,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8967,6 +8967,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9517,6 +9520,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10279,6 +10286,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10981,7 +10991,28 @@ body { } } #masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor a.dropdown-toggle { - color: white; + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle { + color: black !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:focus { + color: black !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open a.dropdown-toggle:hover { + color: black !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle { + color: black !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:focus { + color: black !important; } @media (min-width: 768px) { #masthead #nav-wrapper .navbar-collapse .nav > li:first-child > a { @@ -11004,9 +11035,6 @@ body { padding-top: 10px; padding-bottom: 10px; } -#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu li.menu-item-has-children a.dropdown-toggle:hover { - background-color: #9a0405; -} #masthead #nav-wrapper .navbar-collapse .navbar-formm { padding: 10px 15px 2px !important; margin: 8px -15px 0px !important; @@ -11022,11 +11050,6 @@ body { color: white; } -.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { - background-color: #9a0405; - color: white; -} - #drop-multi .navbar-collapse { padding-left: 0; } @@ -11067,7 +11090,7 @@ body { font-weight: normal; } #content .widget.widget_search .searchform fieldset .form-control { - background-color: transparent; + background-color: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.7); border-radius: 0; border: none; @@ -11110,9 +11133,6 @@ body { webkit-box-shadow: none; moz-box-shadow: none; } -#content .widget.uc-people-widget h3.group-title { - color: #343434; -} #content .widget.uc-ecw .uc-cal .uc-cal-event-month { padding-bottom: 0 !important; padding-top: 0.6em !important; @@ -11205,11 +11225,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 400; + font-weight: 200; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 400; + font-weight: 200; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11245,7 +11265,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11290,7 +11310,7 @@ body { border-color: transparent !important; } #footers #mega-footer .form-inline .btn { - color: rgba(255, 255, 255, 0.5) !important; + color: rgba(255, 255, 255, 0.5); } @media (max-width: 767px) { #footers #mega-footer .form-inline .form-control { @@ -11307,9 +11327,6 @@ body { border-top: 1px solid transparent; border-top-color: rgba(255, 255, 255, 0.2); } -#footers .form-inline .btn { - border-radius: 0px !important; -} #footers a.btn { -webkit-border-radius: 4px; @@ -11425,7 +11442,7 @@ table .external .glyphicon-new-window { ==================================== */ #masthead .form-group .btn { - color: rgba(255, 255, 255, 0.5) !important; + color: rgba(255, 255, 255, 0.5); } #masthead #megamenu-mobile-title a { color: white; @@ -11463,108 +11480,3 @@ table .external .glyphicon-new-window { width: 20%; } } - -/* UC People -==================================== -*/ -#page-userlist h3.group-title { - color: #343434; - font-weight: 500 !important; -} - -body.archive h1.page-title { - margin-bottom: 30px; -} -body.archive h2.archive-person-name { - margin-top: 0; - margin-bottom: 0px !important; -} -body.archive .entry-content { - margin-top: 12px; -} -body.archive .navigation.paging-navigation { - margin-bottom: 15px; -} - -/* Page Builder Page -==================================== -*/ -#page-page-builder #primary #main .page h3.widget-title, #page-page-builder-cards #primary #main .page h3.widget-title { - font-weight: 400; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { - background-color: whitesmoke !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { - font-weight: 200 !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { - color: #9a0405 !important; -} - -.panel-grid .widget h3.widget-title { - margin-bottom: 0.75em; -} - -.panel-grid .widget_recent-posts .post-date { - display: block; - font-size: 11.5px; - margin-top: 5px; -} - -#page-page-builder-cards .widget_rcpt ul .rcpt_item_date { - margin-left: 0px !important; -} - -#content .panel-grid .widget .uc-cal .uc-cal-event-title { - color: #717073 !important; -} - -body.home #page-page .panel-grid h3.widget-title { - margin-top: 0px !important; - margin-bottom: 15px !important; -} - -/* Page Blank -==================================== -*/ -#page-blank .uc-cal .uc-cal-event-month { - padding-bottom: 0 !important; - padding-top: 9px !important; - height: 23px; - color: #9a0405 !important; - background-color: transparent; - text-decoration: none !important; - font-size: 12px; - font-weight: 200 !important; -} -#page-blank .uc-cal .uc-cal-event-day { - padding-top: 0.3em !important; -} -#page-blank .uc-cal .uc-cal-event-time { - margin-bottom: 7px; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event { - padding-left: 75px; - min-height: 57px; - text-decoration: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { - width: 55px; - height: 55px; - border: 1px solid #e3e3e3; - box-shadow: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list .uc-cal-event-day { - padding-bottom: 0.2em !important; - margin-top: -3px !important; - color: #777777 !important; - font-weight: 200 !important; - font-size: 20px; - font-family: helvetica, arial, sans-serif; -} - -.uc-iconcal .uc-cal-event-title { - padding-top: 7px !important; - padding-bottom: 5px !important; -} diff --git a/css/sherman-blue.css b/css/sherman-blue.css index c2f1f02..32b1af0 100644 --- a/css/sherman-blue.css +++ b/css/sherman-blue.css @@ -7205,6 +7205,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7386,29 +7393,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7775,6 +7766,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8173,6 +8167,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8568,6 +8565,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8967,6 +8967,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9517,6 +9520,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10279,6 +10286,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10981,7 +10991,28 @@ body { } } #masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor a.dropdown-toggle { - color: white; + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:focus { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open a.dropdown-toggle:hover { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:focus { + color: rgba(0, 0, 0, 0.6) !important; } @media (min-width: 768px) { #masthead #nav-wrapper .navbar-collapse .nav > li:first-child > a { @@ -11004,9 +11035,6 @@ body { padding-top: 10px; padding-bottom: 10px; } -#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu li.menu-item-has-children a.dropdown-toggle:hover { - background-color: #9a0405; -} #masthead #nav-wrapper .navbar-collapse .navbar-formm { padding: 10px 15px 2px !important; margin: 8px -15px 0px !important; @@ -11022,11 +11050,6 @@ body { color: white; } -.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { - background-color: #9a0405; - color: white; -} - #drop-multi .navbar-collapse { padding-left: 0; } @@ -11110,9 +11133,6 @@ body { webkit-box-shadow: none; moz-box-shadow: none; } -#content .widget.uc-people-widget h3.group-title { - color: #ac0000; -} #content .widget.uc-ecw .uc-cal .uc-cal-event-month { padding-bottom: 0 !important; padding-top: 0.6em !important; @@ -11205,11 +11225,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 400; + font-weight: 200; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 400; + font-weight: 200; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11245,7 +11265,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11307,9 +11327,6 @@ body { border-top: 1px solid transparent; border-top-color: rgba(255, 255, 255, 0.2); } -#footers .form-inline .btn { - border-radius: 0px !important; -} #footers a.btn { -webkit-border-radius: 4px; @@ -11463,108 +11480,3 @@ table .external .glyphicon-new-window { width: 20%; } } - -/* UC People -==================================== -*/ -#page-userlist h3.group-title { - color: #ac0000; - font-weight: 500 !important; -} - -body.archive h1.page-title { - margin-bottom: 30px; -} -body.archive h2.archive-person-name { - margin-top: 0; - margin-bottom: 0px !important; -} -body.archive .entry-content { - margin-top: 12px; -} -body.archive .navigation.paging-navigation { - margin-bottom: 15px; -} - -/* Page Builder Page -==================================== -*/ -#page-page-builder #primary #main .page h3.widget-title, #page-page-builder-cards #primary #main .page h3.widget-title { - font-weight: 400; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { - background-color: whitesmoke !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { - font-weight: 200 !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { - color: #388ac3 !important; -} - -.panel-grid .widget h3.widget-title { - margin-bottom: 0.75em; -} - -.panel-grid .widget_recent-posts .post-date { - display: block; - font-size: 11.5px; - margin-top: 5px; -} - -#page-page-builder-cards .widget_rcpt ul .rcpt_item_date { - margin-left: 0px !important; -} - -#content .panel-grid .widget .uc-cal .uc-cal-event-title { - color: #388ac3 !important; -} - -body.home #page-page .panel-grid h3.widget-title { - margin-top: 0px !important; - margin-bottom: 15px !important; -} - -/* Page Blank -==================================== -*/ -#page-blank .uc-cal .uc-cal-event-month { - padding-bottom: 0 !important; - padding-top: 9px !important; - height: 23px; - color: #388ac3 !important; - background-color: transparent; - text-decoration: none !important; - font-size: 12px; - font-weight: 200 !important; -} -#page-blank .uc-cal .uc-cal-event-day { - padding-top: 0.3em !important; -} -#page-blank .uc-cal .uc-cal-event-time { - margin-bottom: 7px; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event { - padding-left: 75px; - min-height: 57px; - text-decoration: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { - width: 55px; - height: 55px; - border: 1px solid #e3e3e3; - box-shadow: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list .uc-cal-event-day { - padding-bottom: 0.2em !important; - margin-top: -3px !important; - color: #777777 !important; - font-weight: 200 !important; - font-size: 20px; - font-family: helvetica, arial, sans-serif; -} - -.uc-iconcal .uc-cal-event-title { - padding-top: 7px !important; - padding-bottom: 5px !important; -} diff --git a/css/sherman-brightyellow.css b/css/sherman-brightyellow.css index 8c039d7..30a1639 100644 --- a/css/sherman-brightyellow.css +++ b/css/sherman-brightyellow.css @@ -7205,6 +7205,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7386,29 +7393,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7775,6 +7766,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8173,6 +8167,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8568,6 +8565,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8967,6 +8967,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9517,6 +9520,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10279,6 +10286,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10981,7 +10991,28 @@ body { } } #masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor a.dropdown-toggle { - color: black; + color: black !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle { + color: rgba(0, 0, 0, 0.7) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:focus { + color: rgba(0, 0, 0, 0.7) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open a.dropdown-toggle:hover { + color: rgba(0, 0, 0, 0.7) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle { + color: rgba(0, 0, 0, 0.7) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:focus { + color: rgba(0, 0, 0, 0.7) !important; } @media (min-width: 768px) { #masthead #nav-wrapper .navbar-collapse .nav > li:first-child > a { @@ -11004,9 +11035,6 @@ body { padding-top: 10px; padding-bottom: 10px; } -#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu li.menu-item-has-children a.dropdown-toggle:hover { - background-color: #373ca0; -} #masthead #nav-wrapper .navbar-collapse .navbar-formm { padding: 10px 15px 2px !important; margin: 8px -15px 0px !important; @@ -11022,11 +11050,6 @@ body { color: white; } -.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { - background-color: #373ca0; - color: white; -} - #drop-multi .navbar-collapse { padding-left: 0; } @@ -11110,9 +11133,6 @@ body { webkit-box-shadow: none; moz-box-shadow: none; } -#content .widget.uc-people-widget h3.group-title { - color: #373ca0; -} #content .widget.uc-ecw .uc-cal .uc-cal-event-month { padding-bottom: 0 !important; padding-top: 0.6em !important; @@ -11205,11 +11225,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 400; + font-weight: 200; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 400; + font-weight: 200; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11245,7 +11265,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11307,9 +11327,6 @@ body { border-top: 1px solid transparent; border-top-color: rgba(255, 255, 255, 0.2); } -#footers .form-inline .btn { - border-radius: 0px !important; -} #footers a.btn { -webkit-border-radius: 4px; @@ -11463,108 +11480,3 @@ table .external .glyphicon-new-window { width: 20%; } } - -/* UC People -==================================== -*/ -#page-userlist h3.group-title { - color: #373ca0; - font-weight: 500 !important; -} - -body.archive h1.page-title { - margin-bottom: 30px; -} -body.archive h2.archive-person-name { - margin-top: 0; - margin-bottom: 0px !important; -} -body.archive .entry-content { - margin-top: 12px; -} -body.archive .navigation.paging-navigation { - margin-bottom: 15px; -} - -/* Page Builder Page -==================================== -*/ -#page-page-builder #primary #main .page h3.widget-title, #page-page-builder-cards #primary #main .page h3.widget-title { - font-weight: 400; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { - background-color: whitesmoke !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { - font-weight: 200 !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { - color: #373ca0 !important; -} - -.panel-grid .widget h3.widget-title { - margin-bottom: 0.75em; -} - -.panel-grid .widget_recent-posts .post-date { - display: block; - font-size: 11.5px; - margin-top: 5px; -} - -#page-page-builder-cards .widget_rcpt ul .rcpt_item_date { - margin-left: 0px !important; -} - -#content .panel-grid .widget .uc-cal .uc-cal-event-title { - color: #4b4fa9 !important; -} - -body.home #page-page .panel-grid h3.widget-title { - margin-top: 0px !important; - margin-bottom: 15px !important; -} - -/* Page Blank -==================================== -*/ -#page-blank .uc-cal .uc-cal-event-month { - padding-bottom: 0 !important; - padding-top: 9px !important; - height: 23px; - color: #373ca0 !important; - background-color: transparent; - text-decoration: none !important; - font-size: 12px; - font-weight: 200 !important; -} -#page-blank .uc-cal .uc-cal-event-day { - padding-top: 0.3em !important; -} -#page-blank .uc-cal .uc-cal-event-time { - margin-bottom: 7px; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event { - padding-left: 75px; - min-height: 57px; - text-decoration: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { - width: 55px; - height: 55px; - border: 1px solid #e3e3e3; - box-shadow: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list .uc-cal-event-day { - padding-bottom: 0.2em !important; - margin-top: -3px !important; - color: #777777 !important; - font-weight: 200 !important; - font-size: 20px; - font-family: helvetica, arial, sans-serif; -} - -.uc-iconcal .uc-cal-event-title { - padding-top: 7px !important; - padding-bottom: 5px !important; -} diff --git a/css/sherman-green.css b/css/sherman-green.css index e248e32..4030e7f 100644 --- a/css/sherman-green.css +++ b/css/sherman-green.css @@ -7205,6 +7205,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7386,29 +7393,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7775,6 +7766,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8173,6 +8167,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8568,6 +8565,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8967,6 +8967,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9517,6 +9520,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10279,6 +10286,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10981,7 +10991,28 @@ body { } } #masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor a.dropdown-toggle { - color: white; + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle { + color: black !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:focus { + color: black !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open a.dropdown-toggle:hover { + color: black !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle { + color: black !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:focus { + color: black !important; } @media (min-width: 768px) { #masthead #nav-wrapper .navbar-collapse .nav > li:first-child > a { @@ -11004,9 +11035,6 @@ body { padding-top: 10px; padding-bottom: 10px; } -#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu li.menu-item-has-children a.dropdown-toggle:hover { - background-color: #d04025; -} #masthead #nav-wrapper .navbar-collapse .navbar-formm { padding: 10px 15px 2px !important; margin: 8px -15px 0px !important; @@ -11022,11 +11050,6 @@ body { color: white; } -.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { - background-color: #d04025; - color: white; -} - #drop-multi .navbar-collapse { padding-left: 0; } @@ -11067,7 +11090,7 @@ body { font-weight: normal; } #content .widget.widget_search .searchform fieldset .form-control { - background-color: transparent; + background-color: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.7); border-radius: 0; border: none; @@ -11110,9 +11133,6 @@ body { webkit-box-shadow: none; moz-box-shadow: none; } -#content .widget.uc-people-widget h3.group-title { - color: #841d1b; -} #content .widget.uc-ecw .uc-cal .uc-cal-event-month { padding-bottom: 0 !important; padding-top: 0.6em !important; @@ -11205,11 +11225,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 400; + font-weight: 200; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 400; + font-weight: 200; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11245,7 +11265,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11290,7 +11310,7 @@ body { border-color: transparent !important; } #footers #mega-footer .form-inline .btn { - color: rgba(255, 255, 255, 0.5) !important; + color: rgba(255, 255, 255, 0.5); } @media (max-width: 767px) { #footers #mega-footer .form-inline .form-control { @@ -11307,9 +11327,6 @@ body { border-top: 1px solid transparent; border-top-color: rgba(255, 255, 255, 0.2); } -#footers .form-inline .btn { - border-radius: 0px !important; -} #footers a.btn { -webkit-border-radius: 4px; @@ -11425,7 +11442,7 @@ table .external .glyphicon-new-window { ==================================== */ #masthead .form-group .btn { - color: rgba(255, 255, 255, 0.5) !important; + color: rgba(255, 255, 255, 0.5); } #masthead #megamenu-mobile-title a { color: white; @@ -11463,108 +11480,3 @@ table .external .glyphicon-new-window { width: 20%; } } - -/* UC People -==================================== -*/ -#page-userlist h3.group-title { - color: #841d1b; - font-weight: 500 !important; -} - -body.archive h1.page-title { - margin-bottom: 30px; -} -body.archive h2.archive-person-name { - margin-top: 0; - margin-bottom: 0px !important; -} -body.archive .entry-content { - margin-top: 12px; -} -body.archive .navigation.paging-navigation { - margin-bottom: 15px; -} - -/* Page Builder Page -==================================== -*/ -#page-page-builder #primary #main .page h3.widget-title, #page-page-builder-cards #primary #main .page h3.widget-title { - font-weight: 400; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { - background-color: whitesmoke !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { - font-weight: 200 !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { - color: #1a7a43 !important; -} - -.panel-grid .widget h3.widget-title { - margin-bottom: 0.75em; -} - -.panel-grid .widget_recent-posts .post-date { - display: block; - font-size: 11.5px; - margin-top: 5px; -} - -#page-page-builder-cards .widget_rcpt ul .rcpt_item_date { - margin-left: 0px !important; -} - -#content .panel-grid .widget .uc-cal .uc-cal-event-title { - color: #1a7a43 !important; -} - -body.home #page-page .panel-grid h3.widget-title { - margin-top: 0px !important; - margin-bottom: 15px !important; -} - -/* Page Blank -==================================== -*/ -#page-blank .uc-cal .uc-cal-event-month { - padding-bottom: 0 !important; - padding-top: 9px !important; - height: 23px; - color: #1a7a43 !important; - background-color: transparent; - text-decoration: none !important; - font-size: 12px; - font-weight: 200 !important; -} -#page-blank .uc-cal .uc-cal-event-day { - padding-top: 0.3em !important; -} -#page-blank .uc-cal .uc-cal-event-time { - margin-bottom: 7px; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event { - padding-left: 75px; - min-height: 57px; - text-decoration: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { - width: 55px; - height: 55px; - border: 1px solid #e3e3e3; - box-shadow: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list .uc-cal-event-day { - padding-bottom: 0.2em !important; - margin-top: -3px !important; - color: #777777 !important; - font-weight: 200 !important; - font-size: 20px; - font-family: helvetica, arial, sans-serif; -} - -.uc-iconcal .uc-cal-event-title { - padding-top: 7px !important; - padding-bottom: 5px !important; -} diff --git a/css/sherman-grey.css b/css/sherman-grey.css index 59d6508..d48bda3 100644 --- a/css/sherman-grey.css +++ b/css/sherman-grey.css @@ -7214,6 +7214,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7395,29 +7402,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7784,6 +7775,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8182,6 +8176,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8577,6 +8574,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8976,6 +8976,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9526,6 +9529,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10288,6 +10295,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10990,7 +11000,28 @@ body { } } #masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor a.dropdown-toggle { - color: #071a38; + color: #071a38 !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle { + color: black !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:focus { + color: black !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open a.dropdown-toggle:hover { + color: black !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle { + color: black !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:focus { + color: black !important; } @media (min-width: 768px) { #masthead #nav-wrapper .navbar-collapse .nav > li:first-child > a { @@ -11013,9 +11044,6 @@ body { padding-top: 10px; padding-bottom: 10px; } -#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu li.menu-item-has-children a.dropdown-toggle:hover { - background-color: #b71717; -} #masthead #nav-wrapper .navbar-collapse .navbar-formm { padding: 10px 15px 2px !important; margin: 8px -15px 0px !important; @@ -11031,11 +11059,6 @@ body { color: white; } -.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { - background-color: #b71717; - color: #071a38; -} - #drop-multi .navbar-collapse { padding-left: 0; } @@ -11119,9 +11142,6 @@ body { webkit-box-shadow: none; moz-box-shadow: none; } -#content .widget.uc-people-widget h3.group-title { - color: #ac0000; -} #content .widget.uc-ecw .uc-cal .uc-cal-event-month { padding-bottom: 0 !important; padding-top: 0.6em !important; @@ -11214,11 +11234,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 400; + font-weight: 200; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 400; + font-weight: 200; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11254,7 +11274,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11316,9 +11336,6 @@ body { border-top: 1px solid transparent; border-top-color: rgba(255, 255, 255, 0.2); } -#footers .form-inline .btn { - border-radius: 0px !important; -} #footers a.btn { -webkit-border-radius: 4px; @@ -11472,108 +11489,3 @@ table .external .glyphicon-new-window { width: 20%; } } - -/* UC People -==================================== -*/ -#page-userlist h3.group-title { - color: #ac0000; - font-weight: 500 !important; -} - -body.archive h1.page-title { - margin-bottom: 30px; -} -body.archive h2.archive-person-name { - margin-top: 0; - margin-bottom: 0px !important; -} -body.archive .entry-content { - margin-top: 12px; -} -body.archive .navigation.paging-navigation { - margin-bottom: 15px; -} - -/* Page Builder Page -==================================== -*/ -#page-page-builder #primary #main .page h3.widget-title, #page-page-builder-cards #primary #main .page h3.widget-title { - font-weight: 400; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { - background-color: whitesmoke !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { - font-weight: 200 !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { - color: #2e77b0 !important; -} - -.panel-grid .widget h3.widget-title { - margin-bottom: 0.75em; -} - -.panel-grid .widget_recent-posts .post-date { - display: block; - font-size: 11.5px; - margin-top: 5px; -} - -#page-page-builder-cards .widget_rcpt ul .rcpt_item_date { - margin-left: 0px !important; -} - -#content .panel-grid .widget .uc-cal .uc-cal-event-title { - color: #388ac3 !important; -} - -body.home #page-page .panel-grid h3.widget-title { - margin-top: 0px !important; - margin-bottom: 15px !important; -} - -/* Page Blank -==================================== -*/ -#page-blank .uc-cal .uc-cal-event-month { - padding-bottom: 0 !important; - padding-top: 9px !important; - height: 23px; - color: #2e77b0 !important; - background-color: transparent; - text-decoration: none !important; - font-size: 12px; - font-weight: 200 !important; -} -#page-blank .uc-cal .uc-cal-event-day { - padding-top: 0.3em !important; -} -#page-blank .uc-cal .uc-cal-event-time { - margin-bottom: 7px; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event { - padding-left: 75px; - min-height: 57px; - text-decoration: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { - width: 55px; - height: 55px; - border: 1px solid #e3e3e3; - box-shadow: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list .uc-cal-event-day { - padding-bottom: 0.2em !important; - margin-top: -3px !important; - color: #777777 !important; - font-weight: 200 !important; - font-size: 20px; - font-family: helvetica, arial, sans-serif; -} - -.uc-iconcal .uc-cal-event-title { - padding-top: 7px !important; - padding-bottom: 5px !important; -} diff --git a/css/sherman-hotpink.css b/css/sherman-hotpink.css index 404f595..77f83d1 100644 --- a/css/sherman-hotpink.css +++ b/css/sherman-hotpink.css @@ -7205,6 +7205,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7386,29 +7393,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7775,6 +7766,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8173,6 +8167,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8568,6 +8565,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8967,6 +8967,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9517,6 +9520,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10279,6 +10286,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10981,7 +10991,28 @@ body { } } #masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor a.dropdown-toggle { - color: white; + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:focus { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open a.dropdown-toggle:hover { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:focus { + color: rgba(0, 0, 0, 0.6) !important; } @media (min-width: 768px) { #masthead #nav-wrapper .navbar-collapse .nav > li:first-child > a { @@ -11004,9 +11035,6 @@ body { padding-top: 10px; padding-bottom: 10px; } -#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu li.menu-item-has-children a.dropdown-toggle:hover { - background-color: #40b8af; -} #masthead #nav-wrapper .navbar-collapse .navbar-formm { padding: 10px 15px 2px !important; margin: 8px -15px 0px !important; @@ -11022,11 +11050,6 @@ body { color: white; } -.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { - background-color: #40b8af; - color: white; -} - #drop-multi .navbar-collapse { padding-left: 0; } @@ -11110,9 +11133,6 @@ body { webkit-box-shadow: none; moz-box-shadow: none; } -#content .widget.uc-people-widget h3.group-title { - color: #454545; -} #content .widget.uc-ecw .uc-cal .uc-cal-event-month { padding-bottom: 0 !important; padding-top: 0.6em !important; @@ -11205,11 +11225,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 400; + font-weight: 200; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 400; + font-weight: 200; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11245,7 +11265,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11307,9 +11327,6 @@ body { border-top: 1px solid transparent; border-top-color: rgba(255, 255, 255, 0.2); } -#footers .form-inline .btn { - border-radius: 0px !important; -} #footers a.btn { -webkit-border-radius: 4px; @@ -11463,108 +11480,3 @@ table .external .glyphicon-new-window { width: 20%; } } - -/* UC People -==================================== -*/ -#page-userlist h3.group-title { - color: #454545; - font-weight: 500 !important; -} - -body.archive h1.page-title { - margin-bottom: 30px; -} -body.archive h2.archive-person-name { - margin-top: 0; - margin-bottom: 0px !important; -} -body.archive .entry-content { - margin-top: 12px; -} -body.archive .navigation.paging-navigation { - margin-bottom: 15px; -} - -/* Page Builder Page -==================================== -*/ -#page-page-builder #primary #main .page h3.widget-title, #page-page-builder-cards #primary #main .page h3.widget-title { - font-weight: 400; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { - background-color: whitesmoke !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { - font-weight: 200 !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { - color: #40b8af !important; -} - -.panel-grid .widget h3.widget-title { - margin-bottom: 0.75em; -} - -.panel-grid .widget_recent-posts .post-date { - display: block; - font-size: 11.5px; - margin-top: 5px; -} - -#page-page-builder-cards .widget_rcpt ul .rcpt_item_date { - margin-left: 0px !important; -} - -#content .panel-grid .widget .uc-cal .uc-cal-event-title { - color: #40b8af !important; -} - -body.home #page-page .panel-grid h3.widget-title { - margin-top: 0px !important; - margin-bottom: 15px !important; -} - -/* Page Blank -==================================== -*/ -#page-blank .uc-cal .uc-cal-event-month { - padding-bottom: 0 !important; - padding-top: 9px !important; - height: 23px; - color: #40b8af !important; - background-color: transparent; - text-decoration: none !important; - font-size: 12px; - font-weight: 200 !important; -} -#page-blank .uc-cal .uc-cal-event-day { - padding-top: 0.3em !important; -} -#page-blank .uc-cal .uc-cal-event-time { - margin-bottom: 7px; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event { - padding-left: 75px; - min-height: 57px; - text-decoration: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { - width: 55px; - height: 55px; - border: 1px solid #e3e3e3; - box-shadow: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list .uc-cal-event-day { - padding-bottom: 0.2em !important; - margin-top: -3px !important; - color: #777777 !important; - font-weight: 200 !important; - font-size: 20px; - font-family: helvetica, arial, sans-serif; -} - -.uc-iconcal .uc-cal-event-title { - padding-top: 7px !important; - padding-bottom: 5px !important; -} diff --git a/css/sherman-huntergreen.css b/css/sherman-huntergreen.css index 2c59845..2e3c2e8 100644 --- a/css/sherman-huntergreen.css +++ b/css/sherman-huntergreen.css @@ -7205,6 +7205,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7386,29 +7393,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7775,6 +7766,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8173,6 +8167,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8568,6 +8565,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8967,6 +8967,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9517,6 +9520,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10279,6 +10286,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10981,7 +10991,28 @@ body { } } #masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor a.dropdown-toggle { - color: white; + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle { + color: black !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:focus { + color: black !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open a.dropdown-toggle:hover { + color: black !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle { + color: black !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:focus { + color: black !important; } @media (min-width: 768px) { #masthead #nav-wrapper .navbar-collapse .nav > li:first-child > a { @@ -11004,9 +11035,6 @@ body { padding-top: 10px; padding-bottom: 10px; } -#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu li.menu-item-has-children a.dropdown-toggle:hover { - background-color: #256927; -} #masthead #nav-wrapper .navbar-collapse .navbar-formm { padding: 10px 15px 2px !important; margin: 8px -15px 0px !important; @@ -11022,11 +11050,6 @@ body { color: white; } -.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { - background-color: #256927; - color: white; -} - #drop-multi .navbar-collapse { padding-left: 0; } @@ -11110,9 +11133,6 @@ body { webkit-box-shadow: none; moz-box-shadow: none; } -#content .widget.uc-people-widget h3.group-title { - color: #343434; -} #content .widget.uc-ecw .uc-cal .uc-cal-event-month { padding-bottom: 0 !important; padding-top: 0.6em !important; @@ -11205,11 +11225,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 400; + font-weight: 200; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 400; + font-weight: 200; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11245,7 +11265,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11307,9 +11327,6 @@ body { border-top: 1px solid transparent; border-top-color: rgba(255, 255, 255, 0.2); } -#footers .form-inline .btn { - border-radius: 0px !important; -} #footers a.btn { -webkit-border-radius: 4px; @@ -11463,108 +11480,3 @@ table .external .glyphicon-new-window { width: 20%; } } - -/* UC People -==================================== -*/ -#page-userlist h3.group-title { - color: #343434; - font-weight: 500 !important; -} - -body.archive h1.page-title { - margin-bottom: 30px; -} -body.archive h2.archive-person-name { - margin-top: 0; - margin-bottom: 0px !important; -} -body.archive .entry-content { - margin-top: 12px; -} -body.archive .navigation.paging-navigation { - margin-bottom: 15px; -} - -/* Page Builder Page -==================================== -*/ -#page-page-builder #primary #main .page h3.widget-title, #page-page-builder-cards #primary #main .page h3.widget-title { - font-weight: 400; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { - background-color: whitesmoke !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { - font-weight: 200 !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { - color: #256927 !important; -} - -.panel-grid .widget h3.widget-title { - margin-bottom: 0.75em; -} - -.panel-grid .widget_recent-posts .post-date { - display: block; - font-size: 11.5px; - margin-top: 5px; -} - -#page-page-builder-cards .widget_rcpt ul .rcpt_item_date { - margin-left: 0px !important; -} - -#content .panel-grid .widget .uc-cal .uc-cal-event-title { - color: #256927 !important; -} - -body.home #page-page .panel-grid h3.widget-title { - margin-top: 0px !important; - margin-bottom: 15px !important; -} - -/* Page Blank -==================================== -*/ -#page-blank .uc-cal .uc-cal-event-month { - padding-bottom: 0 !important; - padding-top: 9px !important; - height: 23px; - color: #256927 !important; - background-color: transparent; - text-decoration: none !important; - font-size: 12px; - font-weight: 200 !important; -} -#page-blank .uc-cal .uc-cal-event-day { - padding-top: 0.3em !important; -} -#page-blank .uc-cal .uc-cal-event-time { - margin-bottom: 7px; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event { - padding-left: 75px; - min-height: 57px; - text-decoration: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { - width: 55px; - height: 55px; - border: 1px solid #e3e3e3; - box-shadow: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list .uc-cal-event-day { - padding-bottom: 0.2em !important; - margin-top: -3px !important; - color: #777777 !important; - font-weight: 200 !important; - font-size: 20px; - font-family: helvetica, arial, sans-serif; -} - -.uc-iconcal .uc-cal-event-title { - padding-top: 7px !important; - padding-bottom: 5px !important; -} diff --git a/css/sherman-lavender.css b/css/sherman-lavender.css index 6bb36ed..4330157 100644 --- a/css/sherman-lavender.css +++ b/css/sherman-lavender.css @@ -7205,6 +7205,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7386,29 +7393,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7775,6 +7766,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8173,6 +8167,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8568,6 +8565,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8967,6 +8967,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9517,6 +9520,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10279,6 +10286,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10981,7 +10991,28 @@ body { } } #masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor a.dropdown-toggle { - color: white; + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle { + color: #444444 !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:focus { + color: #444444 !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open a.dropdown-toggle:hover { + color: #444444 !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle { + color: #444444 !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:focus { + color: #444444 !important; } @media (min-width: 768px) { #masthead #nav-wrapper .navbar-collapse .nav > li:first-child > a { @@ -11004,9 +11035,6 @@ body { padding-top: 10px; padding-bottom: 10px; } -#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu li.menu-item-has-children a.dropdown-toggle:hover { - background-color: #71569a; -} #masthead #nav-wrapper .navbar-collapse .navbar-formm { padding: 10px 15px 2px !important; margin: 8px -15px 0px !important; @@ -11022,11 +11050,6 @@ body { color: white; } -.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { - background-color: #71569a; - color: rgba(255, 255, 255, 0.8); -} - #drop-multi .navbar-collapse { padding-left: 0; } @@ -11110,9 +11133,6 @@ body { webkit-box-shadow: none; moz-box-shadow: none; } -#content .widget.uc-people-widget h3.group-title { - color: #648e4f; -} #content .widget.uc-ecw .uc-cal .uc-cal-event-month { padding-bottom: 0 !important; padding-top: 0.6em !important; @@ -11205,11 +11225,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 400; + font-weight: 200; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 400; + font-weight: 200; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11245,7 +11265,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11307,9 +11327,6 @@ body { border-top: 1px solid transparent; border-top-color: rgba(255, 255, 255, 0.2); } -#footers .form-inline .btn { - border-radius: 0px !important; -} #footers a.btn { -webkit-border-radius: 4px; @@ -11463,108 +11480,3 @@ table .external .glyphicon-new-window { width: 20%; } } - -/* UC People -==================================== -*/ -#page-userlist h3.group-title { - color: #648e4f; - font-weight: 500 !important; -} - -body.archive h1.page-title { - margin-bottom: 30px; -} -body.archive h2.archive-person-name { - margin-top: 0; - margin-bottom: 0px !important; -} -body.archive .entry-content { - margin-top: 12px; -} -body.archive .navigation.paging-navigation { - margin-bottom: 15px; -} - -/* Page Builder Page -==================================== -*/ -#page-page-builder #primary #main .page h3.widget-title, #page-page-builder-cards #primary #main .page h3.widget-title { - font-weight: 400; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { - background-color: whitesmoke !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { - font-weight: 200 !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { - color: #895a9a !important; -} - -.panel-grid .widget h3.widget-title { - margin-bottom: 0.75em; -} - -.panel-grid .widget_recent-posts .post-date { - display: block; - font-size: 11.5px; - margin-top: 5px; -} - -#page-page-builder-cards .widget_rcpt ul .rcpt_item_date { - margin-left: 0px !important; -} - -#content .panel-grid .widget .uc-cal .uc-cal-event-title { - color: #71569a !important; -} - -body.home #page-page .panel-grid h3.widget-title { - margin-top: 0px !important; - margin-bottom: 15px !important; -} - -/* Page Blank -==================================== -*/ -#page-blank .uc-cal .uc-cal-event-month { - padding-bottom: 0 !important; - padding-top: 9px !important; - height: 23px; - color: #895a9a !important; - background-color: transparent; - text-decoration: none !important; - font-size: 12px; - font-weight: 200 !important; -} -#page-blank .uc-cal .uc-cal-event-day { - padding-top: 0.3em !important; -} -#page-blank .uc-cal .uc-cal-event-time { - margin-bottom: 7px; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event { - padding-left: 75px; - min-height: 57px; - text-decoration: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { - width: 55px; - height: 55px; - border: 1px solid #e3e3e3; - box-shadow: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list .uc-cal-event-day { - padding-bottom: 0.2em !important; - margin-top: -3px !important; - color: #777777 !important; - font-weight: 200 !important; - font-size: 20px; - font-family: helvetica, arial, sans-serif; -} - -.uc-iconcal .uc-cal-event-title { - padding-top: 7px !important; - padding-bottom: 5px !important; -} diff --git a/css/sherman-orange.css b/css/sherman-orange.css index 5a1217c..c54b267 100644 --- a/css/sherman-orange.css +++ b/css/sherman-orange.css @@ -7205,6 +7205,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7386,29 +7393,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7775,6 +7766,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8173,6 +8167,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8568,6 +8565,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8967,6 +8967,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9517,6 +9520,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10279,6 +10286,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10981,7 +10991,28 @@ body { } } #masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor a.dropdown-toggle { - color: white; + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:focus { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open a.dropdown-toggle:hover { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:focus { + color: rgba(0, 0, 0, 0.6) !important; } @media (min-width: 768px) { #masthead #nav-wrapper .navbar-collapse .nav > li:first-child > a { @@ -11004,9 +11035,6 @@ body { padding-top: 10px; padding-bottom: 10px; } -#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu li.menu-item-has-children a.dropdown-toggle:hover { - background-color: #69d2e7; -} #masthead #nav-wrapper .navbar-collapse .navbar-formm { padding: 10px 15px 2px !important; margin: 8px -15px 0px !important; @@ -11022,11 +11050,6 @@ body { color: white; } -.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { - background-color: #69d2e7; - color: rgba(255, 255, 255, 0.7); -} - #drop-multi .navbar-collapse { padding-left: 0; } @@ -11110,9 +11133,6 @@ body { webkit-box-shadow: none; moz-box-shadow: none; } -#content .widget.uc-people-widget h3.group-title { - color: #091733; -} #content .widget.uc-ecw .uc-cal .uc-cal-event-month { padding-bottom: 0 !important; padding-top: 0.6em !important; @@ -11205,11 +11225,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 400; + font-weight: 200; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 400; + font-weight: 200; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11245,7 +11265,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11307,9 +11327,6 @@ body { border-top: 1px solid transparent; border-top-color: rgba(255, 255, 255, 0.2); } -#footers .form-inline .btn { - border-radius: 0px !important; -} #footers a.btn { -webkit-border-radius: 4px; @@ -11463,108 +11480,3 @@ table .external .glyphicon-new-window { width: 20%; } } - -/* UC People -==================================== -*/ -#page-userlist h3.group-title { - color: #091733; - font-weight: 500 !important; -} - -body.archive h1.page-title { - margin-bottom: 30px; -} -body.archive h2.archive-person-name { - margin-top: 0; - margin-bottom: 0px !important; -} -body.archive .entry-content { - margin-top: 12px; -} -body.archive .navigation.paging-navigation { - margin-bottom: 15px; -} - -/* Page Builder Page -==================================== -*/ -#page-page-builder #primary #main .page h3.widget-title, #page-page-builder-cards #primary #main .page h3.widget-title { - font-weight: 400; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { - background-color: whitesmoke !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { - font-weight: 200 !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { - color: #fa6900 !important; -} - -.panel-grid .widget h3.widget-title { - margin-bottom: 0.75em; -} - -.panel-grid .widget_recent-posts .post-date { - display: block; - font-size: 11.5px; - margin-top: 5px; -} - -#page-page-builder-cards .widget_rcpt ul .rcpt_item_date { - margin-left: 0px !important; -} - -#content .panel-grid .widget .uc-cal .uc-cal-event-title { - color: #fa6900 !important; -} - -body.home #page-page .panel-grid h3.widget-title { - margin-top: 0px !important; - margin-bottom: 15px !important; -} - -/* Page Blank -==================================== -*/ -#page-blank .uc-cal .uc-cal-event-month { - padding-bottom: 0 !important; - padding-top: 9px !important; - height: 23px; - color: #fa6900 !important; - background-color: transparent; - text-decoration: none !important; - font-size: 12px; - font-weight: 200 !important; -} -#page-blank .uc-cal .uc-cal-event-day { - padding-top: 0.3em !important; -} -#page-blank .uc-cal .uc-cal-event-time { - margin-bottom: 7px; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event { - padding-left: 75px; - min-height: 57px; - text-decoration: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { - width: 55px; - height: 55px; - border: 1px solid #e3e3e3; - box-shadow: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list .uc-cal-event-day { - padding-bottom: 0.2em !important; - margin-top: -3px !important; - color: #777777 !important; - font-weight: 200 !important; - font-size: 20px; - font-family: helvetica, arial, sans-serif; -} - -.uc-iconcal .uc-cal-event-title { - padding-top: 7px !important; - padding-bottom: 5px !important; -} diff --git a/css/sherman-pink.css b/css/sherman-pink.css index 13213eb..1cd5a66 100644 --- a/css/sherman-pink.css +++ b/css/sherman-pink.css @@ -7205,6 +7205,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7386,29 +7393,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7775,6 +7766,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8173,6 +8167,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8568,6 +8565,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8967,6 +8967,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9517,6 +9520,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10279,6 +10286,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10981,7 +10991,28 @@ body { } } #masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor a.dropdown-toggle { - color: white; + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle { + color: #606060 !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:focus { + color: #606060 !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open a.dropdown-toggle:hover { + color: #606060 !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle { + color: #606060 !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:focus { + color: #606060 !important; } @media (min-width: 768px) { #masthead #nav-wrapper .navbar-collapse .nav > li:first-child > a { @@ -11004,9 +11035,6 @@ body { padding-top: 10px; padding-bottom: 10px; } -#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu li.menu-item-has-children a.dropdown-toggle:hover { - background-color: #99d371; -} #masthead #nav-wrapper .navbar-collapse .navbar-formm { padding: 10px 15px 2px !important; margin: 8px -15px 0px !important; @@ -11022,11 +11050,6 @@ body { color: white; } -.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { - background-color: #99d371; - color: white; -} - #drop-multi .navbar-collapse { padding-left: 0; } @@ -11110,9 +11133,6 @@ body { webkit-box-shadow: none; moz-box-shadow: none; } -#content .widget.uc-people-widget h3.group-title { - color: #343434; -} #content .widget.uc-ecw .uc-cal .uc-cal-event-month { padding-bottom: 0 !important; padding-top: 0.6em !important; @@ -11205,11 +11225,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 400; + font-weight: 200; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 400; + font-weight: 200; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11245,7 +11265,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11307,9 +11327,6 @@ body { border-top: 1px solid transparent; border-top-color: rgba(255, 255, 255, 0.2); } -#footers .form-inline .btn { - border-radius: 0px !important; -} #footers a.btn { -webkit-border-radius: 4px; @@ -11463,108 +11480,3 @@ table .external .glyphicon-new-window { width: 20%; } } - -/* UC People -==================================== -*/ -#page-userlist h3.group-title { - color: #343434; - font-weight: 500 !important; -} - -body.archive h1.page-title { - margin-bottom: 30px; -} -body.archive h2.archive-person-name { - margin-top: 0; - margin-bottom: 0px !important; -} -body.archive .entry-content { - margin-top: 12px; -} -body.archive .navigation.paging-navigation { - margin-bottom: 15px; -} - -/* Page Builder Page -==================================== -*/ -#page-page-builder #primary #main .page h3.widget-title, #page-page-builder-cards #primary #main .page h3.widget-title { - font-weight: 400; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { - background-color: whitesmoke !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { - font-weight: 200 !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { - color: #56a356 !important; -} - -.panel-grid .widget h3.widget-title { - margin-bottom: 0.75em; -} - -.panel-grid .widget_recent-posts .post-date { - display: block; - font-size: 11.5px; - margin-top: 5px; -} - -#page-page-builder-cards .widget_rcpt ul .rcpt_item_date { - margin-left: 0px !important; -} - -#content .panel-grid .widget .uc-cal .uc-cal-event-title { - color: #56a356 !important; -} - -body.home #page-page .panel-grid h3.widget-title { - margin-top: 0px !important; - margin-bottom: 15px !important; -} - -/* Page Blank -==================================== -*/ -#page-blank .uc-cal .uc-cal-event-month { - padding-bottom: 0 !important; - padding-top: 9px !important; - height: 23px; - color: #56a356 !important; - background-color: transparent; - text-decoration: none !important; - font-size: 12px; - font-weight: 200 !important; -} -#page-blank .uc-cal .uc-cal-event-day { - padding-top: 0.3em !important; -} -#page-blank .uc-cal .uc-cal-event-time { - margin-bottom: 7px; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event { - padding-left: 75px; - min-height: 57px; - text-decoration: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { - width: 55px; - height: 55px; - border: 1px solid #e3e3e3; - box-shadow: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list .uc-cal-event-day { - padding-bottom: 0.2em !important; - margin-top: -3px !important; - color: #777777 !important; - font-weight: 200 !important; - font-size: 20px; - font-family: helvetica, arial, sans-serif; -} - -.uc-iconcal .uc-cal-event-title { - padding-top: 7px !important; - padding-bottom: 5px !important; -} diff --git a/css/sherman-purple.css b/css/sherman-purple.css index 416cb63..fb3cc1b 100644 --- a/css/sherman-purple.css +++ b/css/sherman-purple.css @@ -7205,6 +7205,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7386,29 +7393,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7775,6 +7766,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8173,6 +8167,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8568,6 +8565,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8967,6 +8967,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9517,6 +9520,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10279,6 +10286,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10981,7 +10991,28 @@ body { } } #masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor a.dropdown-toggle { - color: white; + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:focus { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open a.dropdown-toggle:hover { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:focus { + color: rgba(0, 0, 0, 0.6) !important; } @media (min-width: 768px) { #masthead #nav-wrapper .navbar-collapse .nav > li:first-child > a { @@ -11004,9 +11035,6 @@ body { padding-top: 10px; padding-bottom: 10px; } -#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu li.menu-item-has-children a.dropdown-toggle:hover { - background-color: #f8ca02; -} #masthead #nav-wrapper .navbar-collapse .navbar-formm { padding: 10px 15px 2px !important; margin: 8px -15px 0px !important; @@ -11022,11 +11050,6 @@ body { color: white; } -.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { - background-color: #f8ca02; - color: rgba(255, 255, 255, 0.9); -} - #drop-multi .navbar-collapse { padding-left: 0; } @@ -11110,9 +11133,6 @@ body { webkit-box-shadow: none; moz-box-shadow: none; } -#content .widget.uc-people-widget h3.group-title { - color: #454545; -} #content .widget.uc-ecw .uc-cal .uc-cal-event-month { padding-bottom: 0 !important; padding-top: 0.6em !important; @@ -11205,11 +11225,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 400; + font-weight: 200; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 400; + font-weight: 200; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11245,7 +11265,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11307,9 +11327,6 @@ body { border-top: 1px solid transparent; border-top-color: rgba(255, 255, 255, 0.2); } -#footers .form-inline .btn { - border-radius: 0px !important; -} #footers a.btn { -webkit-border-radius: 4px; @@ -11463,108 +11480,3 @@ table .external .glyphicon-new-window { width: 20%; } } - -/* UC People -==================================== -*/ -#page-userlist h3.group-title { - color: #454545; - font-weight: 500 !important; -} - -body.archive h1.page-title { - margin-bottom: 30px; -} -body.archive h2.archive-person-name { - margin-top: 0; - margin-bottom: 0px !important; -} -body.archive .entry-content { - margin-top: 12px; -} -body.archive .navigation.paging-navigation { - margin-bottom: 15px; -} - -/* Page Builder Page -==================================== -*/ -#page-page-builder #primary #main .page h3.widget-title, #page-page-builder-cards #primary #main .page h3.widget-title { - font-weight: 400; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { - background-color: whitesmoke !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { - font-weight: 200 !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { - color: #9e398a !important; -} - -.panel-grid .widget h3.widget-title { - margin-bottom: 0.75em; -} - -.panel-grid .widget_recent-posts .post-date { - display: block; - font-size: 11.5px; - margin-top: 5px; -} - -#page-page-builder-cards .widget_rcpt ul .rcpt_item_date { - margin-left: 0px !important; -} - -#content .panel-grid .widget .uc-cal .uc-cal-event-title { - color: #9e398a !important; -} - -body.home #page-page .panel-grid h3.widget-title { - margin-top: 0px !important; - margin-bottom: 15px !important; -} - -/* Page Blank -==================================== -*/ -#page-blank .uc-cal .uc-cal-event-month { - padding-bottom: 0 !important; - padding-top: 9px !important; - height: 23px; - color: #9e398a !important; - background-color: transparent; - text-decoration: none !important; - font-size: 12px; - font-weight: 200 !important; -} -#page-blank .uc-cal .uc-cal-event-day { - padding-top: 0.3em !important; -} -#page-blank .uc-cal .uc-cal-event-time { - margin-bottom: 7px; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event { - padding-left: 75px; - min-height: 57px; - text-decoration: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { - width: 55px; - height: 55px; - border: 1px solid #e3e3e3; - box-shadow: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list .uc-cal-event-day { - padding-bottom: 0.2em !important; - margin-top: -3px !important; - color: #777777 !important; - font-weight: 200 !important; - font-size: 20px; - font-family: helvetica, arial, sans-serif; -} - -.uc-iconcal .uc-cal-event-title { - padding-top: 7px !important; - padding-bottom: 5px !important; -} diff --git a/css/sherman-red.css b/css/sherman-red.css index 8687d6e..1c0ea43 100644 --- a/css/sherman-red.css +++ b/css/sherman-red.css @@ -7205,6 +7205,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7386,29 +7393,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7775,6 +7766,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8173,6 +8167,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8568,6 +8565,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8967,6 +8967,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9517,6 +9520,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10279,6 +10286,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10981,7 +10991,28 @@ body { } } #masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor a.dropdown-toggle { - color: white; + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:focus { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open a.dropdown-toggle:hover { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:focus { + color: rgba(0, 0, 0, 0.6) !important; } @media (min-width: 768px) { #masthead #nav-wrapper .navbar-collapse .nav > li:first-child > a { @@ -11004,9 +11035,6 @@ body { padding-top: 10px; padding-bottom: 10px; } -#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu li.menu-item-has-children a.dropdown-toggle:hover { - background-color: #081b39; -} #masthead #nav-wrapper .navbar-collapse .navbar-formm { padding: 10px 15px 2px !important; margin: 8px -15px 0px !important; @@ -11022,11 +11050,6 @@ body { color: white; } -.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { - background-color: #081b39; - color: #cccccc; -} - #drop-multi .navbar-collapse { padding-left: 0; } @@ -11110,9 +11133,6 @@ body { webkit-box-shadow: none; moz-box-shadow: none; } -#content .widget.uc-people-widget h3.group-title { - color: #091733; -} #content .widget.uc-ecw .uc-cal .uc-cal-event-month { padding-bottom: 0 !important; padding-top: 0.6em !important; @@ -11205,11 +11225,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 400; + font-weight: 200; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 400; + font-weight: 200; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11245,7 +11265,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11307,9 +11327,6 @@ body { border-top: 1px solid transparent; border-top-color: rgba(255, 255, 255, 0.2); } -#footers .form-inline .btn { - border-radius: 0px !important; -} #footers a.btn { -webkit-border-radius: 4px; @@ -11463,108 +11480,3 @@ table .external .glyphicon-new-window { width: 20%; } } - -/* UC People -==================================== -*/ -#page-userlist h3.group-title { - color: #091733; - font-weight: 500 !important; -} - -body.archive h1.page-title { - margin-bottom: 30px; -} -body.archive h2.archive-person-name { - margin-top: 0; - margin-bottom: 0px !important; -} -body.archive .entry-content { - margin-top: 12px; -} -body.archive .navigation.paging-navigation { - margin-bottom: 15px; -} - -/* Page Builder Page -==================================== -*/ -#page-page-builder #primary #main .page h3.widget-title, #page-page-builder-cards #primary #main .page h3.widget-title { - font-weight: 400; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { - background-color: whitesmoke !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { - font-weight: 200 !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { - color: #b02e36 !important; -} - -.panel-grid .widget h3.widget-title { - margin-bottom: 0.75em; -} - -.panel-grid .widget_recent-posts .post-date { - display: block; - font-size: 11.5px; - margin-top: 5px; -} - -#page-page-builder-cards .widget_rcpt ul .rcpt_item_date { - margin-left: 0px !important; -} - -#content .panel-grid .widget .uc-cal .uc-cal-event-title { - color: #b02e36 !important; -} - -body.home #page-page .panel-grid h3.widget-title { - margin-top: 0px !important; - margin-bottom: 15px !important; -} - -/* Page Blank -==================================== -*/ -#page-blank .uc-cal .uc-cal-event-month { - padding-bottom: 0 !important; - padding-top: 9px !important; - height: 23px; - color: #b02e36 !important; - background-color: transparent; - text-decoration: none !important; - font-size: 12px; - font-weight: 200 !important; -} -#page-blank .uc-cal .uc-cal-event-day { - padding-top: 0.3em !important; -} -#page-blank .uc-cal .uc-cal-event-time { - margin-bottom: 7px; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event { - padding-left: 75px; - min-height: 57px; - text-decoration: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { - width: 55px; - height: 55px; - border: 1px solid #e3e3e3; - box-shadow: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list .uc-cal-event-day { - padding-bottom: 0.2em !important; - margin-top: -3px !important; - color: #777777 !important; - font-weight: 200 !important; - font-size: 20px; - font-family: helvetica, arial, sans-serif; -} - -.uc-iconcal .uc-cal-event-title { - padding-top: 7px !important; - padding-bottom: 5px !important; -} diff --git a/css/sherman-redorange.css b/css/sherman-redorange.css index cf1a7ec..24e5637 100644 --- a/css/sherman-redorange.css +++ b/css/sherman-redorange.css @@ -7205,6 +7205,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7386,29 +7393,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7775,6 +7766,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8173,6 +8167,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8568,6 +8565,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8967,6 +8967,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9517,6 +9520,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10279,6 +10286,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10981,7 +10991,28 @@ body { } } #masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor a.dropdown-toggle { - color: white; + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:focus { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open a.dropdown-toggle:hover { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:focus { + color: rgba(0, 0, 0, 0.6) !important; } @media (min-width: 768px) { #masthead #nav-wrapper .navbar-collapse .nav > li:first-child > a { @@ -11004,9 +11035,6 @@ body { padding-top: 10px; padding-bottom: 10px; } -#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu li.menu-item-has-children a.dropdown-toggle:hover { - background-color: #9ac840; -} #masthead #nav-wrapper .navbar-collapse .navbar-formm { padding: 10px 15px 2px !important; margin: 8px -15px 0px !important; @@ -11022,11 +11050,6 @@ body { color: white; } -.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { - background-color: #9ac840; - color: white; -} - #drop-multi .navbar-collapse { padding-left: 0; } @@ -11110,9 +11133,6 @@ body { webkit-box-shadow: none; moz-box-shadow: none; } -#content .widget.uc-people-widget h3.group-title { - color: #454545; -} #content .widget.uc-ecw .uc-cal .uc-cal-event-month { padding-bottom: 0 !important; padding-top: 0.6em !important; @@ -11205,11 +11225,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 400; + font-weight: 200; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 400; + font-weight: 200; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11245,7 +11265,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11307,9 +11327,6 @@ body { border-top: 1px solid transparent; border-top-color: rgba(255, 255, 255, 0.2); } -#footers .form-inline .btn { - border-radius: 0px !important; -} #footers a.btn { -webkit-border-radius: 4px; @@ -11463,108 +11480,3 @@ table .external .glyphicon-new-window { width: 20%; } } - -/* UC People -==================================== -*/ -#page-userlist h3.group-title { - color: #454545; - font-weight: 500 !important; -} - -body.archive h1.page-title { - margin-bottom: 30px; -} -body.archive h2.archive-person-name { - margin-top: 0; - margin-bottom: 0px !important; -} -body.archive .entry-content { - margin-top: 12px; -} -body.archive .navigation.paging-navigation { - margin-bottom: 15px; -} - -/* Page Builder Page -==================================== -*/ -#page-page-builder #primary #main .page h3.widget-title, #page-page-builder-cards #primary #main .page h3.widget-title { - font-weight: 400; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { - background-color: whitesmoke !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { - font-weight: 200 !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { - color: #c22e28 !important; -} - -.panel-grid .widget h3.widget-title { - margin-bottom: 0.75em; -} - -.panel-grid .widget_recent-posts .post-date { - display: block; - font-size: 11.5px; - margin-top: 5px; -} - -#page-page-builder-cards .widget_rcpt ul .rcpt_item_date { - margin-left: 0px !important; -} - -#content .panel-grid .widget .uc-cal .uc-cal-event-title { - color: #c22e28 !important; -} - -body.home #page-page .panel-grid h3.widget-title { - margin-top: 0px !important; - margin-bottom: 15px !important; -} - -/* Page Blank -==================================== -*/ -#page-blank .uc-cal .uc-cal-event-month { - padding-bottom: 0 !important; - padding-top: 9px !important; - height: 23px; - color: #c22e28 !important; - background-color: transparent; - text-decoration: none !important; - font-size: 12px; - font-weight: 200 !important; -} -#page-blank .uc-cal .uc-cal-event-day { - padding-top: 0.3em !important; -} -#page-blank .uc-cal .uc-cal-event-time { - margin-bottom: 7px; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event { - padding-left: 75px; - min-height: 57px; - text-decoration: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { - width: 55px; - height: 55px; - border: 1px solid #e3e3e3; - box-shadow: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list .uc-cal-event-day { - padding-bottom: 0.2em !important; - margin-top: -3px !important; - color: #777777 !important; - font-weight: 200 !important; - font-size: 20px; - font-family: helvetica, arial, sans-serif; -} - -.uc-iconcal .uc-cal-event-title { - padding-top: 7px !important; - padding-bottom: 5px !important; -} diff --git a/css/sherman-skyblue.css b/css/sherman-skyblue.css index f8398fd..24c44aa 100644 --- a/css/sherman-skyblue.css +++ b/css/sherman-skyblue.css @@ -7205,6 +7205,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7386,29 +7393,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7775,6 +7766,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8173,6 +8167,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8568,6 +8565,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8967,6 +8967,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9517,6 +9520,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10279,6 +10286,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10981,7 +10991,28 @@ body { } } #masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor a.dropdown-toggle { - color: white; + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:focus { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open a.dropdown-toggle:hover { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle { + color: rgba(0, 0, 0, 0.6) !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:focus { + color: rgba(0, 0, 0, 0.6) !important; } @media (min-width: 768px) { #masthead #nav-wrapper .navbar-collapse .nav > li:first-child > a { @@ -11004,9 +11035,6 @@ body { padding-top: 10px; padding-bottom: 10px; } -#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu li.menu-item-has-children a.dropdown-toggle:hover { - background-color: #25ca48; -} #masthead #nav-wrapper .navbar-collapse .navbar-formm { padding: 10px 15px 2px !important; margin: 8px -15px 0px !important; @@ -11022,11 +11050,6 @@ body { color: white; } -.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { - background-color: #25ca48; - color: rgba(255, 255, 255, 0.8); -} - #drop-multi .navbar-collapse { padding-left: 0; } @@ -11110,9 +11133,6 @@ body { webkit-box-shadow: none; moz-box-shadow: none; } -#content .widget.uc-people-widget h3.group-title { - color: #454545; -} #content .widget.uc-ecw .uc-cal .uc-cal-event-month { padding-bottom: 0 !important; padding-top: 0.6em !important; @@ -11205,11 +11225,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 400; + font-weight: 200; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 400; + font-weight: 200; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11245,7 +11265,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11307,9 +11327,6 @@ body { border-top: 1px solid transparent; border-top-color: rgba(255, 255, 255, 0.2); } -#footers .form-inline .btn { - border-radius: 0px !important; -} #footers a.btn { -webkit-border-radius: 4px; @@ -11463,108 +11480,3 @@ table .external .glyphicon-new-window { width: 20%; } } - -/* UC People -==================================== -*/ -#page-userlist h3.group-title { - color: #454545; - font-weight: 500 !important; -} - -body.archive h1.page-title { - margin-bottom: 30px; -} -body.archive h2.archive-person-name { - margin-top: 0; - margin-bottom: 0px !important; -} -body.archive .entry-content { - margin-top: 12px; -} -body.archive .navigation.paging-navigation { - margin-bottom: 15px; -} - -/* Page Builder Page -==================================== -*/ -#page-page-builder #primary #main .page h3.widget-title, #page-page-builder-cards #primary #main .page h3.widget-title { - font-weight: 400; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { - background-color: whitesmoke !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { - font-weight: 200 !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { - color: #21b440 !important; -} - -.panel-grid .widget h3.widget-title { - margin-bottom: 0.75em; -} - -.panel-grid .widget_recent-posts .post-date { - display: block; - font-size: 11.5px; - margin-top: 5px; -} - -#page-page-builder-cards .widget_rcpt ul .rcpt_item_date { - margin-left: 0px !important; -} - -#content .panel-grid .widget .uc-cal .uc-cal-event-title { - color: #f6562c !important; -} - -body.home #page-page .panel-grid h3.widget-title { - margin-top: 0px !important; - margin-bottom: 15px !important; -} - -/* Page Blank -==================================== -*/ -#page-blank .uc-cal .uc-cal-event-month { - padding-bottom: 0 !important; - padding-top: 9px !important; - height: 23px; - color: #21b440 !important; - background-color: transparent; - text-decoration: none !important; - font-size: 12px; - font-weight: 200 !important; -} -#page-blank .uc-cal .uc-cal-event-day { - padding-top: 0.3em !important; -} -#page-blank .uc-cal .uc-cal-event-time { - margin-bottom: 7px; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event { - padding-left: 75px; - min-height: 57px; - text-decoration: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { - width: 55px; - height: 55px; - border: 1px solid #e3e3e3; - box-shadow: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list .uc-cal-event-day { - padding-bottom: 0.2em !important; - margin-top: -3px !important; - color: #777777 !important; - font-weight: 200 !important; - font-size: 20px; - font-family: helvetica, arial, sans-serif; -} - -.uc-iconcal .uc-cal-event-title { - padding-top: 7px !important; - padding-bottom: 5px !important; -} diff --git a/css/sherman-teal.css b/css/sherman-teal.css index 1ccee01..8fb9e2c 100644 --- a/css/sherman-teal.css +++ b/css/sherman-teal.css @@ -7205,6 +7205,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7386,29 +7393,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7775,6 +7766,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8173,6 +8167,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8568,6 +8565,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8967,6 +8967,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9517,6 +9520,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10279,6 +10286,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10981,7 +10991,28 @@ body { } } #masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor a.dropdown-toggle { - color: white; + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle { + color: #444444 !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:focus { + color: #444444 !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open a.dropdown-toggle:hover { + color: #444444 !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle { + color: #444444 !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:focus { + color: #444444 !important; } @media (min-width: 768px) { #masthead #nav-wrapper .navbar-collapse .nav > li:first-child > a { @@ -11004,9 +11035,6 @@ body { padding-top: 10px; padding-bottom: 10px; } -#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu li.menu-item-has-children a.dropdown-toggle:hover { - background-color: #86507c; -} #masthead #nav-wrapper .navbar-collapse .navbar-formm { padding: 10px 15px 2px !important; margin: 8px -15px 0px !important; @@ -11022,11 +11050,6 @@ body { color: white; } -.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { - background-color: #86507c; - color: white; -} - #drop-multi .navbar-collapse { padding-left: 0; } @@ -11110,9 +11133,6 @@ body { webkit-box-shadow: none; moz-box-shadow: none; } -#content .widget.uc-people-widget h3.group-title { - color: #454545; -} #content .widget.uc-ecw .uc-cal .uc-cal-event-month { padding-bottom: 0 !important; padding-top: 0.6em !important; @@ -11205,11 +11225,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 400; + font-weight: 200; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 400; + font-weight: 200; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11245,7 +11265,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11307,9 +11327,6 @@ body { border-top: 1px solid transparent; border-top-color: rgba(255, 255, 255, 0.2); } -#footers .form-inline .btn { - border-radius: 0px !important; -} #footers a.btn { -webkit-border-radius: 4px; @@ -11463,108 +11480,3 @@ table .external .glyphicon-new-window { width: 20%; } } - -/* UC People -==================================== -*/ -#page-userlist h3.group-title { - color: #454545; - font-weight: 500 !important; -} - -body.archive h1.page-title { - margin-bottom: 30px; -} -body.archive h2.archive-person-name { - margin-top: 0; - margin-bottom: 0px !important; -} -body.archive .entry-content { - margin-top: 12px; -} -body.archive .navigation.paging-navigation { - margin-bottom: 15px; -} - -/* Page Builder Page -==================================== -*/ -#page-page-builder #primary #main .page h3.widget-title, #page-page-builder-cards #primary #main .page h3.widget-title { - font-weight: 400; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { - background-color: whitesmoke !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { - font-weight: 200 !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { - color: #86507c !important; -} - -.panel-grid .widget h3.widget-title { - margin-bottom: 0.75em; -} - -.panel-grid .widget_recent-posts .post-date { - display: block; - font-size: 11.5px; - margin-top: 5px; -} - -#page-page-builder-cards .widget_rcpt ul .rcpt_item_date { - margin-left: 0px !important; -} - -#content .panel-grid .widget .uc-cal .uc-cal-event-title { - color: #86507c !important; -} - -body.home #page-page .panel-grid h3.widget-title { - margin-top: 0px !important; - margin-bottom: 15px !important; -} - -/* Page Blank -==================================== -*/ -#page-blank .uc-cal .uc-cal-event-month { - padding-bottom: 0 !important; - padding-top: 9px !important; - height: 23px; - color: #86507c !important; - background-color: transparent; - text-decoration: none !important; - font-size: 12px; - font-weight: 200 !important; -} -#page-blank .uc-cal .uc-cal-event-day { - padding-top: 0.3em !important; -} -#page-blank .uc-cal .uc-cal-event-time { - margin-bottom: 7px; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event { - padding-left: 75px; - min-height: 57px; - text-decoration: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { - width: 55px; - height: 55px; - border: 1px solid #e3e3e3; - box-shadow: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list .uc-cal-event-day { - padding-bottom: 0.2em !important; - margin-top: -3px !important; - color: #777777 !important; - font-weight: 200 !important; - font-size: 20px; - font-family: helvetica, arial, sans-serif; -} - -.uc-iconcal .uc-cal-event-title { - padding-top: 7px !important; - padding-bottom: 5px !important; -} diff --git a/css/sherman-yellow.css b/css/sherman-yellow.css index 2c819c9..efc50d7 100644 --- a/css/sherman-yellow.css +++ b/css/sherman-yellow.css @@ -7205,6 +7205,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7386,29 +7393,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7775,6 +7766,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8173,6 +8167,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8568,6 +8565,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8967,6 +8967,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9517,6 +9520,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10279,6 +10286,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10981,7 +10991,28 @@ body { } } #masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor a.dropdown-toggle { - color: black; + color: black !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle { + color: #5c5e63 !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:focus { + color: #5c5e63 !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open a.dropdown-toggle:hover { + color: #5c5e63 !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle { + color: #5c5e63 !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:hover { + color: white !important; +} +#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:focus { + color: #5c5e63 !important; } @media (min-width: 768px) { #masthead #nav-wrapper .navbar-collapse .nav > li:first-child > a { @@ -11004,9 +11035,6 @@ body { padding-top: 10px; padding-bottom: 10px; } -#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu li.menu-item-has-children a.dropdown-toggle:hover { - background-color: #9921a6; -} #masthead #nav-wrapper .navbar-collapse .navbar-formm { padding: 10px 15px 2px !important; margin: 8px -15px 0px !important; @@ -11022,11 +11050,6 @@ body { color: white; } -.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { - background-color: #9921a6; - color: white; -} - #drop-multi .navbar-collapse { padding-left: 0; } @@ -11110,9 +11133,6 @@ body { webkit-box-shadow: none; moz-box-shadow: none; } -#content .widget.uc-people-widget h3.group-title { - color: #6b6b6b; -} #content .widget.uc-ecw .uc-cal .uc-cal-event-month { padding-bottom: 0 !important; padding-top: 0.6em !important; @@ -11205,11 +11225,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 400; + font-weight: 200; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 400; + font-weight: 200; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11245,7 +11265,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11307,9 +11327,6 @@ body { border-top: 1px solid transparent; border-top-color: rgba(255, 255, 255, 0.2); } -#footers .form-inline .btn { - border-radius: 0px !important; -} #footers a.btn { -webkit-border-radius: 4px; @@ -11463,108 +11480,3 @@ table .external .glyphicon-new-window { width: 20%; } } - -/* UC People -==================================== -*/ -#page-userlist h3.group-title { - color: #6b6b6b; - font-weight: 500 !important; -} - -body.archive h1.page-title { - margin-bottom: 30px; -} -body.archive h2.archive-person-name { - margin-top: 0; - margin-bottom: 0px !important; -} -body.archive .entry-content { - margin-top: 12px; -} -body.archive .navigation.paging-navigation { - margin-bottom: 15px; -} - -/* Page Builder Page -==================================== -*/ -#page-page-builder #primary #main .page h3.widget-title, #page-page-builder-cards #primary #main .page h3.widget-title { - font-weight: 400; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { - background-color: whitesmoke !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { - font-weight: 200 !important; -} -#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { - color: #9921a6 !important; -} - -.panel-grid .widget h3.widget-title { - margin-bottom: 0.75em; -} - -.panel-grid .widget_recent-posts .post-date { - display: block; - font-size: 11.5px; - margin-top: 5px; -} - -#page-page-builder-cards .widget_rcpt ul .rcpt_item_date { - margin-left: 0px !important; -} - -#content .panel-grid .widget .uc-cal .uc-cal-event-title { - color: #9921a6 !important; -} - -body.home #page-page .panel-grid h3.widget-title { - margin-top: 0px !important; - margin-bottom: 15px !important; -} - -/* Page Blank -==================================== -*/ -#page-blank .uc-cal .uc-cal-event-month { - padding-bottom: 0 !important; - padding-top: 9px !important; - height: 23px; - color: #9921a6 !important; - background-color: transparent; - text-decoration: none !important; - font-size: 12px; - font-weight: 200 !important; -} -#page-blank .uc-cal .uc-cal-event-day { - padding-top: 0.3em !important; -} -#page-blank .uc-cal .uc-cal-event-time { - margin-bottom: 7px; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event { - padding-left: 75px; - min-height: 57px; - text-decoration: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { - width: 55px; - height: 55px; - border: 1px solid #e3e3e3; - box-shadow: none !important; -} -#page-blank .uc-cal.uc-iconcal .uc-cal-list .uc-cal-event-day { - padding-bottom: 0.2em !important; - margin-top: -3px !important; - color: #777777 !important; - font-weight: 200 !important; - font-size: 20px; - font-family: helvetica, arial, sans-serif; -} - -.uc-iconcal .uc-cal-event-title { - padding-top: 7px !important; - padding-bottom: 5px !important; -} diff --git a/sass/_sherman-common.scss b/sass/_sherman-common.scss index c008035..986f3d2 100644 --- a/sass/_sherman-common.scss +++ b/sass/_sherman-common.scss @@ -22,7 +22,7 @@ /* Uconn Header ==================================== */ -body{ +body{ background-color:#fafafa; } #uc-header { @@ -50,14 +50,14 @@ body{ color:$title_parent; text-transform: uppercase; &:hover { - color:$title_parentHover; + color:$title_parentHover; } } #uc-site-title a { color:$title_txt; &:hover { - color:$title_txtHover; + color:$title_txtHover; } } } @@ -68,7 +68,7 @@ body{ #nav-wrapper{ #site-navigation{ border-bottom:none; - border-width:0px; + border-width:0px; } .navbar-header{ .navbar-toggle{ @@ -76,7 +76,7 @@ body{ border-color:$sh-navbar-toggle-border-color; background-color:$sh-navbar-toggle-background-color; &:hover { - background-color:$sh-navbar-toggle-background-color-hover; + background-color:$sh-navbar-toggle-background-color-hover; } &:active { background-color:$sh-navbar-toggle-background-color-active; @@ -94,12 +94,12 @@ body{ } .navbar-collapse{ padding:0; - @media (max-width: 767px) { + @media (max-width: 767px) { padding-left:15px; padding-right:15px; } .nav{ - &> li.open:after { + &> li.open:after { content:''; display: block; position: absolute; @@ -135,9 +135,44 @@ body{ display: none; } } - li.current-menu-ancestor a.dropdown-toggle { - color:$sh-current-menu-ancestor-dropdown-toggle; + li.current-menu-ancestor { + a.dropdown-toggle { + color:$sh-current-menu-ancestor-dropdown-toggle!important; // Main menu color + } + li.menu-item-has-children { + a.dropdown-toggle { + color:$sh-current-menu-ancestor !important; // Level 2+ color + + &:hover { + color:$sh-current-menu-ancestor-hover!important; + } + + &:focus { + color:$sh-current-menu-ancestor!important; + } + } + &.open { + a.dropdown-toggle:hover { + color:$sh-current-menu-ancestor!important; + } + + li.menu-item-has-children { + a.dropdown-toggle { + color:$sh-current-menu-ancestor!important; // Level 2+ color + + &:hover { + color:$sh-current-menu-ancestor-hover!important; + } + + &:focus { + color:$sh-current-menu-ancestor!important; + } + } + } + } + } } + > li:first-child > a { @media (min-width: 768px){ padding-left: 0; @@ -156,16 +191,7 @@ body{ padding-top: 10px; padding-bottom:10px; } - li.menu-item-has-children { - a.dropdown-toggle { - &:hover { - background-color:$dropdown-link-hover-bg; - } - } - } - - } - + } } .navbar-formm{ padding: 10px 15px 2px !important; @@ -188,10 +214,6 @@ body{ } } - .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { - background-color:$dropdown-link-hover-bg; - color:$navbar-default-link-hover-color; -} #drop-multi .navbar-collapse { padding-left:0; @@ -238,7 +260,7 @@ body{ margin:0 0 10px; .widget-head { .widget-title { - font-weight:normal; + font-weight:normal; } } // Search Bar @@ -253,12 +275,6 @@ body{ } } } - // UC People - &.uc-people-widget { - h3.group-title { - color: $sh-header1-color; - } - } // Uconn Calendar &.uc-ecw{ .uc-cal { @@ -279,10 +295,7 @@ body{ } } } - } - - // Flexible Post Widgets &.widget_dpe_fp_widget{ @@ -345,11 +358,11 @@ body{ } h3 { margin-top:2em; - font-weight:400; + font-weight:200; } h3.panel-title{ margin-top:0; - font-weight:400; + font-weight:200; } } #page-archive{ @@ -370,10 +383,10 @@ body{ @include shermanReset("#primary"); /* Footer -==================================== +==================================== */ #footers{ - #mega-footer{ + #mega-footer{ .widget{ &.widget_search{ @include searchform($sh-footers-search-btn-bg, $sh-footers-search-btn-color, $sh-footers-search-input-bg, $sh-footers-search-input-color, $sh-footers-search-input-placeholder-color); @@ -385,7 +398,9 @@ body{ .uc-cal-event-date{ border: 1px solid $sh-mega-icon-cal-border !important; .uc-cal-event-month { } - .uc-cal-event-day { } + .uc-cal-event-day { + + } } @@ -410,7 +425,7 @@ body{ color:$sh-search-submit-color; } .form-control { - @media (max-width: 767px) { + @media (max-width: 767px) { float:left; width:80%; } @@ -426,11 +441,6 @@ body{ border-top-color:$sh-table-border; } } - .form-inline { - .btn { - border-radius:0px !important; - } - } #footer{ #uc-footer-links{ @@ -585,7 +595,7 @@ table .external .glyphicon-new-window { #megamenu-mobile-title { a{ - color:$sh-megamenu-mobile-title-color; + color:$sh-megamenu-mobile-title-color; } } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a { @@ -594,7 +604,7 @@ table .external .glyphicon-new-window { } -// CONTENT +// CONTENT #content { .form-group { .form-control { @@ -622,180 +632,3 @@ table .external .glyphicon-new-window { } } } - - -/* UC People -==================================== -*/ - -#page-userlist { - h3.group-title { - color: $sh-header1-color; - font-weight:500 !important; - } -} - -body.archive { - - h1.page-title { - margin-bottom:30px; - } - h2.archive-person-name { - margin-top: 0; - margin-bottom:0px !important; - } - - .entry-content { - margin-top:12px; - } - .navigation.paging-navigation { - margin-bottom: 15px; - } -} - -/* Page Builder Page -==================================== -*/ - -#page-page-builder, #page-page-builder-cards { - #primary { - #main { - .page { - h3.widget-title { - font-weight:400; - } - } - .uc-cal.uc-iconcal { - .uc-cal-list { - .uc-cal-item { - .uc-cal-event { - .uc-cal-event-date { - background-color:whitesmoke !important; - - .uc-cal-event-day { - font-weight: 200!important; - } - .uc-cal-event-month { - color:$ecw-icon-month-color !important; - } - } - } - } - } - } - } - } -} - -.panel-grid { - .widget { - h3.widget-title { - margin-bottom:0.75em; - } - } -} - -.panel-grid { - .widget_recent-posts { - .post-date { - display:block; - font-size: 11.5px; - margin-top: 5px; - } - } -} - -#page-page-builder-cards { - .widget_rcpt { - ul { - .rcpt_item_date { - margin-left:0px !important; - } - } - } -} - -#content { - .panel-grid { - .widget { - .uc-cal { - .uc-cal-event-title { - color:$link-color !important; - } - } - } - } -} - - -body.home { - #page-page { - .panel-grid { - h3.widget-title { - margin-top:0px !important; - margin-bottom:15px !important; - } - } - } -} - - -/* Page Blank -==================================== -*/ - -#page-blank { - .uc-cal { - .uc-cal-event-month { - padding-bottom:0!important; - padding-top:9px!important; - height:23px; - color:$ecw-icon-month-color !important; - background-color:transparent; - text-decoration: none !important; - font-size:12px; - font-weight: 200 !important; - } - - .uc-cal-event-day { - padding-top:.3em!important; - } - .uc-cal-event-time { - margin-bottom:7px; - } - &.uc-iconcal { - .uc-cal-list { - a.uc-cal-event { - padding-left:75px; - min-height:57px; - text-decoration: none !important; - - .uc-cal-event-date { - width:55px; - height:55px; - border:1px solid #e3e3e3; - box-shadow: none !important; - } - } - - - .uc-cal-event-day { - padding-bottom:0.2em !important; - margin-top:-3px !important; - color:#777777 !important; - font-weight: 200 !important; - font-size:20px; - font-family: helvetica, arial, sans-serif; - } - - } - } - } -} -.uc-iconcal .uc-cal-event-title { - padding-top:7px !important; - padding-bottom:5px !important; -} - - - \ No newline at end of file diff --git a/sass/_sherman-variables-black.scss b/sass/_sherman-variables-black.scss index 3a6198c..10d0b15 100644 --- a/sass/_sherman-variables-black.scss +++ b/sass/_sherman-variables-black.scss @@ -11,7 +11,7 @@ */ -$header-border: #363636; +$header-border: #363636; $title_parent: #eee; $title_parentHover: darken($title_parent, 15%); @@ -27,13 +27,13 @@ $navbar-default-link-hover-bg: transparent; $navbar-default-link-active-color: #fff; $navbar-default-link-active-bg: transparent; -$dropdown-bg: #e9e9e9; -$dropdown-link-color: #444; -$dropdown-link-hover-color: #fff; -$dropdown-link-hover-bg: #9A0405; +$dropdown-bg: #e9e9e9 ; +$dropdown-link-color: #444 ; +$dropdown-link-hover-color: #fff ; +$dropdown-link-hover-bg: #9A0405 ; -$dropdown-link-active-color: #000; -$dropdown-link-active-bg: #d0d0d0; +$dropdown-link-active-color: #000 ; +$dropdown-link-active-bg: #d0d0d0 ; $widget-border-color: #eaeaea; $widget-head-color: #0b1860; @@ -107,13 +107,13 @@ $sh-navbar-toggle-background-color: rgba(0,0,0, .15); $sh-navbar-toggle-background-color-hover: rgba(0,0,0, .3); $sh-navbar-toggle-background-color-active: rgba(0,0,0, .6); -$sh-megamenu-mobile-title-color: white; - -$sh-search-submit-color: rgba(255,255,255,0.5) !important; - $sh-icon-bar-background-color: rgba(255,255,255, .5); -$sh-current-menu-ancestor-dropdown-toggle: #fff; +$sh-megamenu-mobile-title-color: white; + +$sh-current-menu-ancestor-dropdown-toggle: white; +$sh-current-menu-ancestor: black; +$sh-current-menu-ancestor-hover: white; $sh-navbar-collapse-dropdown-menu-background-color: darken($sh-masthead-end, 15%); $sh-nav-secondary-border-color: #eee; @@ -137,7 +137,7 @@ $sh-masthead-search-input-placeholder-color: rgba(255, 255, 255, .5); // Content $sh-content-search-btn-bg: rgba(0, 0, 0, .1); $sh-content-search-btn-color: rgba(0, 0, 0, .5); -$sh-content-search-input-bg: rgba(0, 0, 0, 0); +$sh-content-search-input-bg: rgba(0, 0, 0, .1); $sh-content-search-input-color: rgba(0, 0, 0, .7); $sh-content-search-input-placeholder-color: rgba(0, 0, 0, .5); // Footers diff --git a/sass/_sherman-variables-blue.scss b/sass/_sherman-variables-blue.scss index 31fd7b5..d0be54e 100644 --- a/sass/_sherman-variables-blue.scss +++ b/sass/_sherman-variables-blue.scss @@ -65,7 +65,7 @@ $megafooter-widget-head-border-color: $megafooter-widget-border-color; // SHARED $megafooter-ecw-title-color: rgba(255,255,255,.7); -$megafooter-ecw-title-color-hover: rgba(255,255,255, 1); +$megafooter-ecw-title-color-hover: rgba(255,255,255, 1); // LIST VIEW $megafooter-ecw-list-date-color: $ecw-time-color; @@ -115,6 +115,8 @@ $sh-megamenu-mobile-title-color: white; $sh-search-submit-color: rgba(255,255,255,0.5) !important; $sh-current-menu-ancestor-dropdown-toggle: #fff; +$sh-current-menu-ancestor: rgba(0, 0, 0, 0.6); +$sh-current-menu-ancestor-hover: white; $sh-navbar-collapse-dropdown-menu-background-color: darken($sh-masthead-end, 15%); $sh-nav-secondary-border-color: #eee; diff --git a/sass/_sherman-variables-brightyellow.scss b/sass/_sherman-variables-brightyellow.scss index 479b235..c2baf4f 100644 --- a/sass/_sherman-variables-brightyellow.scss +++ b/sass/_sherman-variables-brightyellow.scss @@ -128,6 +128,8 @@ $sh-navbar-toggle-background-color-active: rgba(0,0,0, .6); $sh-icon-bar-background-color: rgba(255,255,255, .5); $sh-current-menu-ancestor-dropdown-toggle: rgba(0,0,0, 1); +$sh-current-menu-ancestor: rgba(0, 0, 0, 0.7); +$sh-current-menu-ancestor-hover: white; $sh-navbar-collapse-dropdown-menu-background-color: darken($sh-masthead-end, 15%); $sh-nav-secondary-border-color: #eee; diff --git a/sass/_sherman-variables-common.scss b/sass/_sherman-variables-common.scss index 7c5fbab..f9e4f79 100644 --- a/sass/_sherman-variables-common.scss +++ b/sass/_sherman-variables-common.scss @@ -2,7 +2,7 @@ $uc-font-path: "../../../global/fonts"; $icon-font-path: "../../../global/bootstrap-3.3.4/fonts/bootstrap/" !default; -$contentPadding: 31px 0 4em; +$contentPadding: 31px 0 4em; $headings-font-weight: bold; $header-border: #fff !default; @@ -45,7 +45,7 @@ $uc-footer-link-spacing: 1.5em; $sh-search-submit-color: rgba(255,255,255,0.5) !default; // Search Form Mixin -@mixin searchform($btn-bg, $btn-color, $input-bg, $input-color, $input-placeholder-color){ +@mixin searchform($btn-bg, $btn-color, $input-bg, $input-color, $input-placeholder-color){ .searchform { fieldset{ .form-control { diff --git a/sass/_sherman-variables-green.scss b/sass/_sherman-variables-green.scss index 15e1171..5a87195 100644 --- a/sass/_sherman-variables-green.scss +++ b/sass/_sherman-variables-green.scss @@ -119,11 +119,11 @@ $sh-navbar-toggle-background-color-active: rgba(0,0,0, .6); $sh-icon-bar-background-color: rgba(255,255,255, .5); -$sh-megamenu-mobile-title-color: white; - -$sh-search-submit-color: rgba(255,255,255,0.5) !important; +$sh-megamenu-mobile-title-color: white; $sh-current-menu-ancestor-dropdown-toggle: #fff; +$sh-current-menu-ancestor: rgba(0, 0, 0, 1); +$sh-current-menu-ancestor-hover: white; $sh-navbar-collapse-dropdown-menu-background-color: darken($sh-masthead-end, 15%); $sh-nav-secondary-border-color: #eee; @@ -147,7 +147,7 @@ $sh-masthead-search-input-placeholder-color: rgba(255, 255, 255, .7); // Content $sh-content-search-btn-bg: rgba(0, 0, 0, .1); $sh-content-search-btn-color: rgba(0, 0, 0, .5); -$sh-content-search-input-bg: rgba(0, 0, 0, 0); +$sh-content-search-input-bg: rgba(0, 0, 0, .1); $sh-content-search-input-color: rgba(0, 0, 0, .7); $sh-content-search-input-placeholder-color: rgba(0, 0, 0, .5); // Footers diff --git a/sass/_sherman-variables-grey.scss b/sass/_sherman-variables-grey.scss index 3e1a933..88939b8 100644 --- a/sass/_sherman-variables-grey.scss +++ b/sass/_sherman-variables-grey.scss @@ -113,6 +113,8 @@ $megamenu-item-color: #333 !important; $sh-search-submit-color: #333 !important; $sh-current-menu-ancestor-dropdown-toggle: rgba(7,26,56, 1); +$sh-current-menu-ancestor: rgba(0, 0, 0, 1); +$sh-current-menu-ancestor-hover: white; $sh-navbar-collapse-dropdown-menu-background-color: darken($sh-masthead-end, 15%); $sh-megamenu-mobile-title-color: #333 !important; diff --git a/sass/_sherman-variables-hotpink.scss b/sass/_sherman-variables-hotpink.scss index af9cb19..8207d6d 100644 --- a/sass/_sherman-variables-hotpink.scss +++ b/sass/_sherman-variables-hotpink.scss @@ -125,6 +125,8 @@ $sh-megamenu-mobile-title-color: white; $sh-search-submit-color: rgba(255,255,255,0.5) !important; $sh-current-menu-ancestor-dropdown-toggle: #fff; +$sh-current-menu-ancestor: rgba(0, 0, 0, 0.6); +$sh-current-menu-ancestor-hover: white; $sh-navbar-collapse-dropdown-menu-background-color: darken($sh-masthead-end, 15%); $sh-nav-secondary-border-color: #eee; diff --git a/sass/_sherman-variables-huntergreen.scss b/sass/_sherman-variables-huntergreen.scss index d484a13..409bcb3 100644 --- a/sass/_sherman-variables-huntergreen.scss +++ b/sass/_sherman-variables-huntergreen.scss @@ -125,6 +125,8 @@ $sh-megamenu-mobile-title-color: white; $sh-search-submit-color: rgba(255,255,255,0.5) !important; $sh-current-menu-ancestor-dropdown-toggle: #fff; +$sh-current-menu-ancestor: rgba(0, 0, 0, 1); +$sh-current-menu-ancestor-hover: white; $sh-navbar-collapse-dropdown-menu-background-color: darken($sh-masthead-end, 15%); $sh-nav-secondary-border-color: #eee; diff --git a/sass/_sherman-variables-lavender.scss b/sass/_sherman-variables-lavender.scss index 1de198d..8516ee1 100644 --- a/sass/_sherman-variables-lavender.scss +++ b/sass/_sherman-variables-lavender.scss @@ -124,6 +124,8 @@ $sh-megamenu-mobile-title-color: white; $sh-search-submit-color: rgba(255,255,255,0.5) !important; $sh-current-menu-ancestor-dropdown-toggle: #fff; +$sh-current-menu-ancestor: #444; +$sh-current-menu-ancestor-hover: white; $sh-navbar-collapse-dropdown-menu-background-color: darken($sh-masthead-end, 15%); $sh-nav-secondary-border-color: #eee; diff --git a/sass/_sherman-variables-orange.scss b/sass/_sherman-variables-orange.scss index 0ecd886..4b39e9d 100644 --- a/sass/_sherman-variables-orange.scss +++ b/sass/_sherman-variables-orange.scss @@ -125,6 +125,8 @@ $sh-megamenu-mobile-title-color: white; $sh-search-submit-color: rgba(255,255,255,0.5) !important; $sh-current-menu-ancestor-dropdown-toggle: #fff; +$sh-current-menu-ancestor: rgba(0, 0, 0, 0.6); +$sh-current-menu-ancestor-hover: white; $sh-navbar-collapse-dropdown-menu-background-color: darken($sh-masthead-end, 15%); $sh-nav-secondary-border-color: #eee; diff --git a/sass/_sherman-variables-pink.scss b/sass/_sherman-variables-pink.scss index 2c94262..efad1ae 100644 --- a/sass/_sherman-variables-pink.scss +++ b/sass/_sherman-variables-pink.scss @@ -124,6 +124,8 @@ $sh-megamenu-mobile-title-color: white; $sh-search-submit-color: rgba(255,255,255,0.5) !important; $sh-current-menu-ancestor-dropdown-toggle: #fff; +$sh-current-menu-ancestor: #606060; +$sh-current-menu-ancestor-hover: white; $sh-navbar-collapse-dropdown-menu-background-color: darken($sh-masthead-end, 15%); $sh-nav-secondary-border-color: #eee; diff --git a/sass/_sherman-variables-purple.scss b/sass/_sherman-variables-purple.scss index 9f50d4b..34e75b8 100644 --- a/sass/_sherman-variables-purple.scss +++ b/sass/_sherman-variables-purple.scss @@ -121,6 +121,8 @@ $sh-megamenu-mobile-title-color: white; $sh-search-submit-color: rgba(255,255,255,0.5) !important; $sh-current-menu-ancestor-dropdown-toggle: #fff; +$sh-current-menu-ancestor: rgba(0, 0, 0, 0.6); +$sh-current-menu-ancestor-hover: white; $sh-navbar-collapse-dropdown-menu-background-color: darken($sh-masthead-end, 15%); $sh-nav-secondary-border-color: #eee; diff --git a/sass/_sherman-variables-red.scss b/sass/_sherman-variables-red.scss index fa83fe8..2aa10b9 100644 --- a/sass/_sherman-variables-red.scss +++ b/sass/_sherman-variables-red.scss @@ -115,6 +115,8 @@ $sh-megamenu-mobile-title-color: white; $sh-search-submit-color: rgba(255,255,255,0.5) !important; $sh-current-menu-ancestor-dropdown-toggle: #fff; +$sh-current-menu-ancestor: rgba(0, 0, 0, 0.6); +$sh-current-menu-ancestor-hover: white; $sh-navbar-collapse-dropdown-menu-background-color: darken($sh-masthead-end, 15%); $sh-nav-secondary-border-color: #eee; diff --git a/sass/_sherman-variables-redorange.scss b/sass/_sherman-variables-redorange.scss index 9e61bc1..0cf53af 100644 --- a/sass/_sherman-variables-redorange.scss +++ b/sass/_sherman-variables-redorange.scss @@ -124,6 +124,8 @@ $sh-megamenu-mobile-title-color: white; $sh-search-submit-color: rgba(255,255,255,0.5) !important; $sh-current-menu-ancestor-dropdown-toggle: #fff; +$sh-current-menu-ancestor: rgba(0, 0, 0, 0.6); +$sh-current-menu-ancestor-hover: white; $sh-navbar-collapse-dropdown-menu-background-color: darken($sh-masthead-end, 15%); $sh-nav-secondary-border-color: #eee; diff --git a/sass/_sherman-variables-skyblue.scss b/sass/_sherman-variables-skyblue.scss index f875e01..e5e64b4 100644 --- a/sass/_sherman-variables-skyblue.scss +++ b/sass/_sherman-variables-skyblue.scss @@ -125,6 +125,8 @@ $sh-megamenu-mobile-title-color: white; $sh-search-submit-color: rgba(255,255,255,0.5) !important; $sh-current-menu-ancestor-dropdown-toggle: #fff; +$sh-current-menu-ancestor: rgba(0, 0, 0, 0.6); +$sh-current-menu-ancestor-hover: white; $sh-navbar-collapse-dropdown-menu-background-color: darken($sh-masthead-end, 15%); $sh-nav-secondary-border-color: #eee; diff --git a/sass/_sherman-variables-teal.scss b/sass/_sherman-variables-teal.scss index 2d1a68b..739a3a3 100644 --- a/sass/_sherman-variables-teal.scss +++ b/sass/_sherman-variables-teal.scss @@ -124,6 +124,8 @@ $sh-megamenu-mobile-title-color: white; $sh-search-submit-color: rgba(255,255,255,0.5) !important; $sh-current-menu-ancestor-dropdown-toggle: #fff; +$sh-current-menu-ancestor: #444; +$sh-current-menu-ancestor-hover: white; $sh-navbar-collapse-dropdown-menu-background-color: darken($sh-masthead-end, 15%); $sh-nav-secondary-border-color: #eee; diff --git a/sass/_sherman-variables-yellow.scss b/sass/_sherman-variables-yellow.scss index 45f1b60..b431494 100644 --- a/sass/_sherman-variables-yellow.scss +++ b/sass/_sherman-variables-yellow.scss @@ -127,6 +127,8 @@ $megamenu-item-color: #333 !important; $sh-search-submit-color: #333 !important; $sh-current-menu-ancestor-dropdown-toggle: rgba(0,0,0, 1); +$sh-current-menu-ancestor: #5c5e63; +$sh-current-menu-ancestor-hover: white; $sh-navbar-collapse-dropdown-menu-background-color: darken($sh-masthead-end, 15%); $sh-nav-secondary-border-color: #eee;