diff --git a/css/sherman-black.css b/css/sherman-black.css index bd217ac..3053852 100644 --- a/css/sherman-black.css +++ b/css/sherman-black.css @@ -7476,6 +7476,17 @@ button.close { color: #474747 !important; } +/* Post Loop Styling */ +.widget_siteorigin-panels-postloop .content-template-date { + font-size: 12px; +} +.widget_siteorigin-panels-postloop h2.entry-title { + line-height: 1.25em; +} +.widget_siteorigin-panels-postloop .entry-content { + margin-top: 0.75em; +} + /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ @@ -10644,6 +10655,42 @@ input[type="button"]#footers.btn-block { content: none !important; } +#page-page-builder #primary #main .page h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} + +#page-page-builder-cards #primary #main { + background-color: transparent; + border: none; + padding-left: 0px; + padding-right: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content { + margin-top: 0; +} +#page-page-builder-cards #primary #main .page .entry-content h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} +#page-page-builder-cards #primary #main .page .entry-content .widget { + background-color: white; + border: 1px solid #eaeaea; + padding: 2em; + margin-bottom: 10px; +} +#page-page-builder-cards #primary #main .panel-grid { + margin-bottom: 0px; + margin-left: -5px; + margin-right: -5px; +} +#page-page-builder-cards #primary #main .panel-grid .panel-grid-cell { + padding-left: 5px; + padding-right: 5px; +} + /* ==Sherman Main SASS @@ -11040,11 +11087,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11080,7 +11127,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11300,7 +11347,7 @@ table .external .glyphicon-new-window { } /* UC People -==================================== +==================================== */ #page-userlist h3.group-title { color: #343434; @@ -11320,3 +11367,64 @@ body.archive .entry-content { 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; +} + +/* 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-list a.uc-cal-event { + padding-left: 75px; + min-height: 57px; + text-decoration: none !important; +} +#page-blank .uc-cal .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-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 2e840f3..a10c805 100644 --- a/css/sherman-blue.css +++ b/css/sherman-blue.css @@ -7476,6 +7476,17 @@ button.close { color: #474747 !important; } +/* Post Loop Styling */ +.widget_siteorigin-panels-postloop .content-template-date { + font-size: 12px; +} +.widget_siteorigin-panels-postloop h2.entry-title { + line-height: 1.25em; +} +.widget_siteorigin-panels-postloop .entry-content { + margin-top: 0.75em; +} + /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ @@ -10644,6 +10655,42 @@ input[type="button"]#footers.btn-block { content: none !important; } +#page-page-builder #primary #main .page h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} + +#page-page-builder-cards #primary #main { + background-color: transparent; + border: none; + padding-left: 0px; + padding-right: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content { + margin-top: 0; +} +#page-page-builder-cards #primary #main .page .entry-content h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} +#page-page-builder-cards #primary #main .page .entry-content .widget { + background-color: white; + border: 1px solid #eaeaea; + padding: 2em; + margin-bottom: 10px; +} +#page-page-builder-cards #primary #main .panel-grid { + margin-bottom: 0px; + margin-left: -5px; + margin-right: -5px; +} +#page-page-builder-cards #primary #main .panel-grid .panel-grid-cell { + padding-left: 5px; + padding-right: 5px; +} + /* ==Sherman Main SASS @@ -11040,11 +11087,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11080,7 +11127,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11300,7 +11347,7 @@ table .external .glyphicon-new-window { } /* UC People -==================================== +==================================== */ #page-userlist h3.group-title { color: #ac0000; @@ -11320,3 +11367,64 @@ body.archive .entry-content { 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; +} + +/* 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-list a.uc-cal-event { + padding-left: 75px; + min-height: 57px; + text-decoration: none !important; +} +#page-blank .uc-cal .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-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 35db1ff..0de6330 100644 --- a/css/sherman-brightyellow.css +++ b/css/sherman-brightyellow.css @@ -7476,6 +7476,17 @@ button.close { color: #474747 !important; } +/* Post Loop Styling */ +.widget_siteorigin-panels-postloop .content-template-date { + font-size: 12px; +} +.widget_siteorigin-panels-postloop h2.entry-title { + line-height: 1.25em; +} +.widget_siteorigin-panels-postloop .entry-content { + margin-top: 0.75em; +} + /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ @@ -10644,6 +10655,42 @@ input[type="button"]#footers.btn-block { content: none !important; } +#page-page-builder #primary #main .page h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} + +#page-page-builder-cards #primary #main { + background-color: transparent; + border: none; + padding-left: 0px; + padding-right: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content { + margin-top: 0; +} +#page-page-builder-cards #primary #main .page .entry-content h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} +#page-page-builder-cards #primary #main .page .entry-content .widget { + background-color: white; + border: 1px solid #eaeaea; + padding: 2em; + margin-bottom: 10px; +} +#page-page-builder-cards #primary #main .panel-grid { + margin-bottom: 0px; + margin-left: -5px; + margin-right: -5px; +} +#page-page-builder-cards #primary #main .panel-grid .panel-grid-cell { + padding-left: 5px; + padding-right: 5px; +} + /* ==Sherman Main SASS @@ -11040,11 +11087,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11080,7 +11127,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11300,7 +11347,7 @@ table .external .glyphicon-new-window { } /* UC People -==================================== +==================================== */ #page-userlist h3.group-title { color: #373ca0; @@ -11320,3 +11367,64 @@ body.archive .entry-content { 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; +} + +/* 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-list a.uc-cal-event { + padding-left: 75px; + min-height: 57px; + text-decoration: none !important; +} +#page-blank .uc-cal .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-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 6cba223..983f26d 100644 --- a/css/sherman-green.css +++ b/css/sherman-green.css @@ -7476,6 +7476,17 @@ button.close { color: #474747 !important; } +/* Post Loop Styling */ +.widget_siteorigin-panels-postloop .content-template-date { + font-size: 12px; +} +.widget_siteorigin-panels-postloop h2.entry-title { + line-height: 1.25em; +} +.widget_siteorigin-panels-postloop .entry-content { + margin-top: 0.75em; +} + /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ @@ -10644,6 +10655,42 @@ input[type="button"]#footers.btn-block { content: none !important; } +#page-page-builder #primary #main .page h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} + +#page-page-builder-cards #primary #main { + background-color: transparent; + border: none; + padding-left: 0px; + padding-right: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content { + margin-top: 0; +} +#page-page-builder-cards #primary #main .page .entry-content h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} +#page-page-builder-cards #primary #main .page .entry-content .widget { + background-color: white; + border: 1px solid #eaeaea; + padding: 2em; + margin-bottom: 10px; +} +#page-page-builder-cards #primary #main .panel-grid { + margin-bottom: 0px; + margin-left: -5px; + margin-right: -5px; +} +#page-page-builder-cards #primary #main .panel-grid .panel-grid-cell { + padding-left: 5px; + padding-right: 5px; +} + /* ==Sherman Main SASS @@ -11040,11 +11087,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11080,7 +11127,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11300,7 +11347,7 @@ table .external .glyphicon-new-window { } /* UC People -==================================== +==================================== */ #page-userlist h3.group-title { color: #841d1b; @@ -11320,3 +11367,64 @@ body.archive .entry-content { 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; +} + +/* 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-list a.uc-cal-event { + padding-left: 75px; + min-height: 57px; + text-decoration: none !important; +} +#page-blank .uc-cal .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-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 4b8317d..509a11b 100644 --- a/css/sherman-grey.css +++ b/css/sherman-grey.css @@ -7485,6 +7485,17 @@ button.close { color: #474747 !important; } +/* Post Loop Styling */ +.widget_siteorigin-panels-postloop .content-template-date { + font-size: 12px; +} +.widget_siteorigin-panels-postloop h2.entry-title { + line-height: 1.25em; +} +.widget_siteorigin-panels-postloop .entry-content { + margin-top: 0.75em; +} + /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ @@ -10653,6 +10664,42 @@ input[type="button"]#footers.btn-block { content: none !important; } +#page-page-builder #primary #main .page h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} + +#page-page-builder-cards #primary #main { + background-color: transparent; + border: none; + padding-left: 0px; + padding-right: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content { + margin-top: 0; +} +#page-page-builder-cards #primary #main .page .entry-content h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} +#page-page-builder-cards #primary #main .page .entry-content .widget { + background-color: white; + border: 1px solid #eaeaea; + padding: 2em; + margin-bottom: 10px; +} +#page-page-builder-cards #primary #main .panel-grid { + margin-bottom: 0px; + margin-left: -5px; + margin-right: -5px; +} +#page-page-builder-cards #primary #main .panel-grid .panel-grid-cell { + padding-left: 5px; + padding-right: 5px; +} + /* ==Sherman Main SASS @@ -11049,11 +11096,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11089,7 +11136,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11309,7 +11356,7 @@ table .external .glyphicon-new-window { } /* UC People -==================================== +==================================== */ #page-userlist h3.group-title { color: #ac0000; @@ -11329,3 +11376,64 @@ body.archive .entry-content { 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; +} + +/* 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-list a.uc-cal-event { + padding-left: 75px; + min-height: 57px; + text-decoration: none !important; +} +#page-blank .uc-cal .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-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 dceb8bf..8e2fc94 100644 --- a/css/sherman-hotpink.css +++ b/css/sherman-hotpink.css @@ -7476,6 +7476,17 @@ button.close { color: #474747 !important; } +/* Post Loop Styling */ +.widget_siteorigin-panels-postloop .content-template-date { + font-size: 12px; +} +.widget_siteorigin-panels-postloop h2.entry-title { + line-height: 1.25em; +} +.widget_siteorigin-panels-postloop .entry-content { + margin-top: 0.75em; +} + /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ @@ -10644,6 +10655,42 @@ input[type="button"]#footers.btn-block { content: none !important; } +#page-page-builder #primary #main .page h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} + +#page-page-builder-cards #primary #main { + background-color: transparent; + border: none; + padding-left: 0px; + padding-right: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content { + margin-top: 0; +} +#page-page-builder-cards #primary #main .page .entry-content h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} +#page-page-builder-cards #primary #main .page .entry-content .widget { + background-color: white; + border: 1px solid #eaeaea; + padding: 2em; + margin-bottom: 10px; +} +#page-page-builder-cards #primary #main .panel-grid { + margin-bottom: 0px; + margin-left: -5px; + margin-right: -5px; +} +#page-page-builder-cards #primary #main .panel-grid .panel-grid-cell { + padding-left: 5px; + padding-right: 5px; +} + /* ==Sherman Main SASS @@ -11040,11 +11087,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11080,7 +11127,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11300,7 +11347,7 @@ table .external .glyphicon-new-window { } /* UC People -==================================== +==================================== */ #page-userlist h3.group-title { color: #454545; @@ -11320,3 +11367,64 @@ body.archive .entry-content { 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; +} + +/* 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-list a.uc-cal-event { + padding-left: 75px; + min-height: 57px; + text-decoration: none !important; +} +#page-blank .uc-cal .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-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 1d1274e..e707fec 100644 --- a/css/sherman-huntergreen.css +++ b/css/sherman-huntergreen.css @@ -7476,6 +7476,17 @@ button.close { color: #474747 !important; } +/* Post Loop Styling */ +.widget_siteorigin-panels-postloop .content-template-date { + font-size: 12px; +} +.widget_siteorigin-panels-postloop h2.entry-title { + line-height: 1.25em; +} +.widget_siteorigin-panels-postloop .entry-content { + margin-top: 0.75em; +} + /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ @@ -10644,6 +10655,42 @@ input[type="button"]#footers.btn-block { content: none !important; } +#page-page-builder #primary #main .page h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} + +#page-page-builder-cards #primary #main { + background-color: transparent; + border: none; + padding-left: 0px; + padding-right: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content { + margin-top: 0; +} +#page-page-builder-cards #primary #main .page .entry-content h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} +#page-page-builder-cards #primary #main .page .entry-content .widget { + background-color: white; + border: 1px solid #eaeaea; + padding: 2em; + margin-bottom: 10px; +} +#page-page-builder-cards #primary #main .panel-grid { + margin-bottom: 0px; + margin-left: -5px; + margin-right: -5px; +} +#page-page-builder-cards #primary #main .panel-grid .panel-grid-cell { + padding-left: 5px; + padding-right: 5px; +} + /* ==Sherman Main SASS @@ -11040,11 +11087,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11080,7 +11127,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11300,7 +11347,7 @@ table .external .glyphicon-new-window { } /* UC People -==================================== +==================================== */ #page-userlist h3.group-title { color: #343434; @@ -11320,3 +11367,64 @@ body.archive .entry-content { 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; +} + +/* 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-list a.uc-cal-event { + padding-left: 75px; + min-height: 57px; + text-decoration: none !important; +} +#page-blank .uc-cal .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-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 9370063..62fa139 100644 --- a/css/sherman-lavender.css +++ b/css/sherman-lavender.css @@ -7476,6 +7476,17 @@ button.close { color: #474747 !important; } +/* Post Loop Styling */ +.widget_siteorigin-panels-postloop .content-template-date { + font-size: 12px; +} +.widget_siteorigin-panels-postloop h2.entry-title { + line-height: 1.25em; +} +.widget_siteorigin-panels-postloop .entry-content { + margin-top: 0.75em; +} + /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ @@ -10644,6 +10655,42 @@ input[type="button"]#footers.btn-block { content: none !important; } +#page-page-builder #primary #main .page h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} + +#page-page-builder-cards #primary #main { + background-color: transparent; + border: none; + padding-left: 0px; + padding-right: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content { + margin-top: 0; +} +#page-page-builder-cards #primary #main .page .entry-content h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} +#page-page-builder-cards #primary #main .page .entry-content .widget { + background-color: white; + border: 1px solid #eaeaea; + padding: 2em; + margin-bottom: 10px; +} +#page-page-builder-cards #primary #main .panel-grid { + margin-bottom: 0px; + margin-left: -5px; + margin-right: -5px; +} +#page-page-builder-cards #primary #main .panel-grid .panel-grid-cell { + padding-left: 5px; + padding-right: 5px; +} + /* ==Sherman Main SASS @@ -11040,11 +11087,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11080,7 +11127,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11300,7 +11347,7 @@ table .external .glyphicon-new-window { } /* UC People -==================================== +==================================== */ #page-userlist h3.group-title { color: #648e4f; @@ -11320,3 +11367,64 @@ body.archive .entry-content { 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; +} + +/* 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-list a.uc-cal-event { + padding-left: 75px; + min-height: 57px; + text-decoration: none !important; +} +#page-blank .uc-cal .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-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 e4e7f98..fc55e91 100644 --- a/css/sherman-orange.css +++ b/css/sherman-orange.css @@ -7476,6 +7476,17 @@ button.close { color: #474747 !important; } +/* Post Loop Styling */ +.widget_siteorigin-panels-postloop .content-template-date { + font-size: 12px; +} +.widget_siteorigin-panels-postloop h2.entry-title { + line-height: 1.25em; +} +.widget_siteorigin-panels-postloop .entry-content { + margin-top: 0.75em; +} + /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ @@ -10644,6 +10655,42 @@ input[type="button"]#footers.btn-block { content: none !important; } +#page-page-builder #primary #main .page h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} + +#page-page-builder-cards #primary #main { + background-color: transparent; + border: none; + padding-left: 0px; + padding-right: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content { + margin-top: 0; +} +#page-page-builder-cards #primary #main .page .entry-content h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} +#page-page-builder-cards #primary #main .page .entry-content .widget { + background-color: white; + border: 1px solid #eaeaea; + padding: 2em; + margin-bottom: 10px; +} +#page-page-builder-cards #primary #main .panel-grid { + margin-bottom: 0px; + margin-left: -5px; + margin-right: -5px; +} +#page-page-builder-cards #primary #main .panel-grid .panel-grid-cell { + padding-left: 5px; + padding-right: 5px; +} + /* ==Sherman Main SASS @@ -11040,11 +11087,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11080,7 +11127,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11300,7 +11347,7 @@ table .external .glyphicon-new-window { } /* UC People -==================================== +==================================== */ #page-userlist h3.group-title { color: #091733; @@ -11320,3 +11367,64 @@ body.archive .entry-content { 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; +} + +/* 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-list a.uc-cal-event { + padding-left: 75px; + min-height: 57px; + text-decoration: none !important; +} +#page-blank .uc-cal .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-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 f5ac9bd..4eb3d2b 100644 --- a/css/sherman-pink.css +++ b/css/sherman-pink.css @@ -7476,6 +7476,17 @@ button.close { color: #474747 !important; } +/* Post Loop Styling */ +.widget_siteorigin-panels-postloop .content-template-date { + font-size: 12px; +} +.widget_siteorigin-panels-postloop h2.entry-title { + line-height: 1.25em; +} +.widget_siteorigin-panels-postloop .entry-content { + margin-top: 0.75em; +} + /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ @@ -10644,6 +10655,42 @@ input[type="button"]#footers.btn-block { content: none !important; } +#page-page-builder #primary #main .page h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} + +#page-page-builder-cards #primary #main { + background-color: transparent; + border: none; + padding-left: 0px; + padding-right: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content { + margin-top: 0; +} +#page-page-builder-cards #primary #main .page .entry-content h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} +#page-page-builder-cards #primary #main .page .entry-content .widget { + background-color: white; + border: 1px solid #eaeaea; + padding: 2em; + margin-bottom: 10px; +} +#page-page-builder-cards #primary #main .panel-grid { + margin-bottom: 0px; + margin-left: -5px; + margin-right: -5px; +} +#page-page-builder-cards #primary #main .panel-grid .panel-grid-cell { + padding-left: 5px; + padding-right: 5px; +} + /* ==Sherman Main SASS @@ -11040,11 +11087,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11080,7 +11127,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11300,7 +11347,7 @@ table .external .glyphicon-new-window { } /* UC People -==================================== +==================================== */ #page-userlist h3.group-title { color: #343434; @@ -11320,3 +11367,64 @@ body.archive .entry-content { 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; +} + +/* 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-list a.uc-cal-event { + padding-left: 75px; + min-height: 57px; + text-decoration: none !important; +} +#page-blank .uc-cal .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-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 fa69801..f4ac9fa 100644 --- a/css/sherman-purple.css +++ b/css/sherman-purple.css @@ -7476,6 +7476,17 @@ button.close { color: #474747 !important; } +/* Post Loop Styling */ +.widget_siteorigin-panels-postloop .content-template-date { + font-size: 12px; +} +.widget_siteorigin-panels-postloop h2.entry-title { + line-height: 1.25em; +} +.widget_siteorigin-panels-postloop .entry-content { + margin-top: 0.75em; +} + /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ @@ -10644,6 +10655,42 @@ input[type="button"]#footers.btn-block { content: none !important; } +#page-page-builder #primary #main .page h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} + +#page-page-builder-cards #primary #main { + background-color: transparent; + border: none; + padding-left: 0px; + padding-right: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content { + margin-top: 0; +} +#page-page-builder-cards #primary #main .page .entry-content h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} +#page-page-builder-cards #primary #main .page .entry-content .widget { + background-color: white; + border: 1px solid #eaeaea; + padding: 2em; + margin-bottom: 10px; +} +#page-page-builder-cards #primary #main .panel-grid { + margin-bottom: 0px; + margin-left: -5px; + margin-right: -5px; +} +#page-page-builder-cards #primary #main .panel-grid .panel-grid-cell { + padding-left: 5px; + padding-right: 5px; +} + /* ==Sherman Main SASS @@ -11040,11 +11087,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11080,7 +11127,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11300,7 +11347,7 @@ table .external .glyphicon-new-window { } /* UC People -==================================== +==================================== */ #page-userlist h3.group-title { color: #454545; @@ -11320,3 +11367,64 @@ body.archive .entry-content { 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; +} + +/* 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-list a.uc-cal-event { + padding-left: 75px; + min-height: 57px; + text-decoration: none !important; +} +#page-blank .uc-cal .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-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 74b0ac7..e93a9ca 100644 --- a/css/sherman-red.css +++ b/css/sherman-red.css @@ -7476,6 +7476,17 @@ button.close { color: #474747 !important; } +/* Post Loop Styling */ +.widget_siteorigin-panels-postloop .content-template-date { + font-size: 12px; +} +.widget_siteorigin-panels-postloop h2.entry-title { + line-height: 1.25em; +} +.widget_siteorigin-panels-postloop .entry-content { + margin-top: 0.75em; +} + /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ @@ -10644,6 +10655,42 @@ input[type="button"]#footers.btn-block { content: none !important; } +#page-page-builder #primary #main .page h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} + +#page-page-builder-cards #primary #main { + background-color: transparent; + border: none; + padding-left: 0px; + padding-right: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content { + margin-top: 0; +} +#page-page-builder-cards #primary #main .page .entry-content h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} +#page-page-builder-cards #primary #main .page .entry-content .widget { + background-color: white; + border: 1px solid #eaeaea; + padding: 2em; + margin-bottom: 10px; +} +#page-page-builder-cards #primary #main .panel-grid { + margin-bottom: 0px; + margin-left: -5px; + margin-right: -5px; +} +#page-page-builder-cards #primary #main .panel-grid .panel-grid-cell { + padding-left: 5px; + padding-right: 5px; +} + /* ==Sherman Main SASS @@ -11040,11 +11087,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11080,7 +11127,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11300,7 +11347,7 @@ table .external .glyphicon-new-window { } /* UC People -==================================== +==================================== */ #page-userlist h3.group-title { color: #091733; @@ -11320,3 +11367,64 @@ body.archive .entry-content { 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; +} + +/* 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-list a.uc-cal-event { + padding-left: 75px; + min-height: 57px; + text-decoration: none !important; +} +#page-blank .uc-cal .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-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 92a9932..f61c5a4 100644 --- a/css/sherman-redorange.css +++ b/css/sherman-redorange.css @@ -7476,6 +7476,17 @@ button.close { color: #474747 !important; } +/* Post Loop Styling */ +.widget_siteorigin-panels-postloop .content-template-date { + font-size: 12px; +} +.widget_siteorigin-panels-postloop h2.entry-title { + line-height: 1.25em; +} +.widget_siteorigin-panels-postloop .entry-content { + margin-top: 0.75em; +} + /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ @@ -10644,6 +10655,42 @@ input[type="button"]#footers.btn-block { content: none !important; } +#page-page-builder #primary #main .page h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} + +#page-page-builder-cards #primary #main { + background-color: transparent; + border: none; + padding-left: 0px; + padding-right: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content { + margin-top: 0; +} +#page-page-builder-cards #primary #main .page .entry-content h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} +#page-page-builder-cards #primary #main .page .entry-content .widget { + background-color: white; + border: 1px solid #eaeaea; + padding: 2em; + margin-bottom: 10px; +} +#page-page-builder-cards #primary #main .panel-grid { + margin-bottom: 0px; + margin-left: -5px; + margin-right: -5px; +} +#page-page-builder-cards #primary #main .panel-grid .panel-grid-cell { + padding-left: 5px; + padding-right: 5px; +} + /* ==Sherman Main SASS @@ -11040,11 +11087,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11080,7 +11127,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11300,7 +11347,7 @@ table .external .glyphicon-new-window { } /* UC People -==================================== +==================================== */ #page-userlist h3.group-title { color: #454545; @@ -11320,3 +11367,64 @@ body.archive .entry-content { 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; +} + +/* 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-list a.uc-cal-event { + padding-left: 75px; + min-height: 57px; + text-decoration: none !important; +} +#page-blank .uc-cal .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-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 3ffa2e8..7eeefef 100644 --- a/css/sherman-skyblue.css +++ b/css/sherman-skyblue.css @@ -7476,6 +7476,17 @@ button.close { color: #474747 !important; } +/* Post Loop Styling */ +.widget_siteorigin-panels-postloop .content-template-date { + font-size: 12px; +} +.widget_siteorigin-panels-postloop h2.entry-title { + line-height: 1.25em; +} +.widget_siteorigin-panels-postloop .entry-content { + margin-top: 0.75em; +} + /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ @@ -10644,6 +10655,42 @@ input[type="button"]#footers.btn-block { content: none !important; } +#page-page-builder #primary #main .page h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} + +#page-page-builder-cards #primary #main { + background-color: transparent; + border: none; + padding-left: 0px; + padding-right: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content { + margin-top: 0; +} +#page-page-builder-cards #primary #main .page .entry-content h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} +#page-page-builder-cards #primary #main .page .entry-content .widget { + background-color: white; + border: 1px solid #eaeaea; + padding: 2em; + margin-bottom: 10px; +} +#page-page-builder-cards #primary #main .panel-grid { + margin-bottom: 0px; + margin-left: -5px; + margin-right: -5px; +} +#page-page-builder-cards #primary #main .panel-grid .panel-grid-cell { + padding-left: 5px; + padding-right: 5px; +} + /* ==Sherman Main SASS @@ -11040,11 +11087,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11080,7 +11127,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11300,7 +11347,7 @@ table .external .glyphicon-new-window { } /* UC People -==================================== +==================================== */ #page-userlist h3.group-title { color: #454545; @@ -11320,3 +11367,64 @@ body.archive .entry-content { 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; +} + +/* 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-list a.uc-cal-event { + padding-left: 75px; + min-height: 57px; + text-decoration: none !important; +} +#page-blank .uc-cal .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-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 7864904..53223d0 100644 --- a/css/sherman-teal.css +++ b/css/sherman-teal.css @@ -7476,6 +7476,17 @@ button.close { color: #474747 !important; } +/* Post Loop Styling */ +.widget_siteorigin-panels-postloop .content-template-date { + font-size: 12px; +} +.widget_siteorigin-panels-postloop h2.entry-title { + line-height: 1.25em; +} +.widget_siteorigin-panels-postloop .entry-content { + margin-top: 0.75em; +} + /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ @@ -10644,6 +10655,42 @@ input[type="button"]#footers.btn-block { content: none !important; } +#page-page-builder #primary #main .page h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} + +#page-page-builder-cards #primary #main { + background-color: transparent; + border: none; + padding-left: 0px; + padding-right: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content { + margin-top: 0; +} +#page-page-builder-cards #primary #main .page .entry-content h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} +#page-page-builder-cards #primary #main .page .entry-content .widget { + background-color: white; + border: 1px solid #eaeaea; + padding: 2em; + margin-bottom: 10px; +} +#page-page-builder-cards #primary #main .panel-grid { + margin-bottom: 0px; + margin-left: -5px; + margin-right: -5px; +} +#page-page-builder-cards #primary #main .panel-grid .panel-grid-cell { + padding-left: 5px; + padding-right: 5px; +} + /* ==Sherman Main SASS @@ -11040,11 +11087,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11080,7 +11127,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11300,7 +11347,7 @@ table .external .glyphicon-new-window { } /* UC People -==================================== +==================================== */ #page-userlist h3.group-title { color: #454545; @@ -11320,3 +11367,64 @@ body.archive .entry-content { 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; +} + +/* 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-list a.uc-cal-event { + padding-left: 75px; + min-height: 57px; + text-decoration: none !important; +} +#page-blank .uc-cal .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-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 8d724b0..5727d16 100644 --- a/css/sherman-yellow.css +++ b/css/sherman-yellow.css @@ -7476,6 +7476,17 @@ button.close { color: #474747 !important; } +/* Post Loop Styling */ +.widget_siteorigin-panels-postloop .content-template-date { + font-size: 12px; +} +.widget_siteorigin-panels-postloop h2.entry-title { + line-height: 1.25em; +} +.widget_siteorigin-panels-postloop .entry-content { + margin-top: 0.75em; +} + /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ @@ -10644,6 +10655,42 @@ input[type="button"]#footers.btn-block { content: none !important; } +#page-page-builder #primary #main .page h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} + +#page-page-builder-cards #primary #main { + background-color: transparent; + border: none; + padding-left: 0px; + padding-right: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content { + margin-top: 0; +} +#page-page-builder-cards #primary #main .page .entry-content h3.widget-title { + margin-top: 0px; + margin-bottom: 0.75em; + font-weight: 500; +} +#page-page-builder-cards #primary #main .page .entry-content .widget { + background-color: white; + border: 1px solid #eaeaea; + padding: 2em; + margin-bottom: 10px; +} +#page-page-builder-cards #primary #main .panel-grid { + margin-bottom: 0px; + margin-left: -5px; + margin-right: -5px; +} +#page-page-builder-cards #primary #main .panel-grid .panel-grid-cell { + padding-left: 5px; + padding-right: 5px; +} + /* ==Sherman Main SASS @@ -11040,11 +11087,11 @@ body { } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; @@ -11080,7 +11127,7 @@ body { } /* Footer -==================================== +==================================== */ #footers #mega-footer .widget.widget_search .searchform fieldset .form-control { background-color: rgba(255, 255, 255, 0.2); @@ -11300,7 +11347,7 @@ table .external .glyphicon-new-window { } /* UC People -==================================== +==================================== */ #page-userlist h3.group-title { color: #6b6b6b; @@ -11320,3 +11367,64 @@ body.archive .entry-content { 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; +} + +/* 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-list a.uc-cal-event { + padding-left: 75px; + min-height: 57px; + text-decoration: none !important; +} +#page-blank .uc-cal .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-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 62ecddd..f4e6b08 100644 --- a/sass/_sherman-common.scss +++ b/sass/_sherman-common.scss @@ -159,7 +159,7 @@ body{ li.menu-item-has-children { a.dropdown-toggle { &:hover { - background-color:$dropdown-link-hover-bg; + background-color:$dropdown-link-hover-bg; } } } @@ -345,11 +345,11 @@ body{ } h3 { margin-top:2em; - font-weight:200; + font-weight:400; } h3.panel-title{ margin-top:0; - font-weight:200; + font-weight:400; } } #page-archive{ @@ -370,10 +370,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,9 +385,7 @@ 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 { } } @@ -596,7 +594,7 @@ table .external .glyphicon-new-window { } -// CONTENT +// CONTENT #content { .form-group { .form-control { @@ -627,13 +625,13 @@ table .external .glyphicon-new-window { /* UC People -==================================== +==================================== */ #page-userlist { h3.group-title { color: $sh-header1-color; - font-weight:500 !important; + font-weight:500 !important; } } @@ -644,7 +642,7 @@ body.archive { } h2.archive-person-name { margin-top: 0; - margin-bottom:0px !important; + margin-bottom:0px !important; } .entry-content { @@ -654,4 +652,99 @@ body.archive { 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; + } + } +} + +/* 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-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