From bb31890205357949ebbf627a55f08b0d9f3b95a1 Mon Sep 17 00:00:00 2001 From: briandunnigan Date: Wed, 17 Feb 2016 12:58:19 -0500 Subject: [PATCH] Updates for New Templates --- css/hale2015-blue.css | 287 +++++++++++++++++++++++++++++++++++++ css/hale2015-green.css | 287 +++++++++++++++++++++++++++++++++++++ css/hale2015-orange.css | 287 +++++++++++++++++++++++++++++++++++++ css/hale2015-purple.css | 287 +++++++++++++++++++++++++++++++++++++ css/hale2015-red.css | 287 +++++++++++++++++++++++++++++++++++++ scss/_hale2015-common.scss | 193 ++++++++++++++++++++++++- 6 files changed, 1625 insertions(+), 3 deletions(-) diff --git a/css/hale2015-blue.css b/css/hale2015-blue.css index c73cc1d..3e27d24 100644 --- a/css/hale2015-blue.css +++ b/css/hale2015-blue.css @@ -7372,6 +7372,11 @@ 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; @@ -7462,6 +7467,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 - - - - - - - - - - - - - - - - - - - */ @@ -10630,6 +10646,144 @@ 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 .page .entry-content .widget.widget_metaslider_widget { + background-color: transparent; + border: none; + padding: 0; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop { + /*Post Loop Widget */ +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop h2 { + margin-top: 12px; + margin-bottom: 12px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop .content-template-date { + margin-bottom: 10px; + display: block; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_recent-posts { + /*Recent Posts Widget */ +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_recent-posts .post-date { + display: block; + font-size: 11.5px; + margin-top: 5px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_dpe_fp_widget { + /*Flexible Posts Widget */ +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_dpe_fp_widget li { + margin-bottom: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt { + /*Recent Custom Posts Type Widget */ +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul { + padding-left: 0; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_title { + padding: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_excerpt { + margin: 0; + margin-top: 10px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_date { + margin-top: 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; +} + +.home #content #page-page-builder-cards .panel-grid .widget.widget_metaslider_widget { + margin-bottom: 0px !important; +} +.home #content #page-page-builder-cards .panel-grid .widget.widget_metaslider_widget ul.flex-direction-nav li { + margin: 0 !important; +} + +body.page-template-page-blank .widget.widget_rcpt { + /*Recent Custom Posts Type Widget */ +} +body.page-template-page-blank .widget.widget_rcpt ul { + padding-left: 0; + list-style-type: none; +} +body.page-template-page-blank .widget.widget_rcpt ul .rcpt_item_image { + margin-bottom: 10px; +} +body.page-template-page-blank .widget.widget_rcpt ul .rcpt_item_excerpt { + margin-top: 10px; +} +body.page-template-page-blank .widget.widget_rcpt ul .rcpt_item_date { + margin-top: 10px; +} +body.page-template-page-blank .widget.widget_rcpt ul li { + margin-bottom: 30px; +} +body.page-template-page-blank .widget.widget_recent-posts { + /*Recent Posts Widget */ +} +body.page-template-page-blank .widget.widget_recent-posts ul { + padding-left: 0; + list-style-type: none; +} +body.page-template-page-blank .widget.widget_recent-posts ul li { + margin-bottom: 15px; +} +body.page-template-page-blank .widget.widget_recent-posts ul li .post-date { + display: block; + font-size: 11.5px; + margin-top: 5px; +} +body.page-template-page-blank .widget.widget_dpe_fp_widget { + /*Flexible Posts Widget */ +} +body.page-template-page-blank .widget.widget_dpe_fp_widget ul { + padding-left: 0; + list-style-type: none; +} +body.page-template-page-blank .widget.widget_dpe_fp_widget ul li { + margin-bottom: 0px; +} + +body.home.page-template-page-blank h3.widget-title { + margin-bottom: 15px !important; +} + @media screen and (min-width: 768px) { #masthead { background-color: #e7e7e7; @@ -10992,3 +11146,136 @@ body.archive #page-sidebar .widget { body.archive h1.page-title { margin-bottom: 30px; } + +/* Page Builder Page +==================================== +*/ +body.page-template-page-pagebuilder-cards #content { + padding-top: 0px; +} +body.page-template-page-pagebuilder-cards #content #primary #main { + padding-top: 10px; +} +body.page-template-page-pagebuilder-cards #content #primary #main .widget > * { + padding: 1.4em 1.1em !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main h3.widget-title { + background-color: #f1f1f1; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, white, #f1f1f1) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, white, #f1f1f1) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, white, #f1f1f1) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, white, #f1f1f1) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, white, #f1f1f1) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#f1f1f1') !important; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); + margin-bottom: -10px !important; + padding: 0.75em 1.1em !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget { + padding: 0; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget .metaslider { + padding: 0px !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget .uc-cal.uc-listcal .uc-cal-event-date { + margin-right: 0 !important; + left: 0 !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop .hentry { + padding-bottom: 0px !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget.widget_dpe_fp_widget li { + margin-bottom: 20px !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_date { + margin-left: 0px; +} + +#page-page-builder #primary #main .page h3.widget-title { + font-size: 20px; +} + +#page-blank .uc-cal .uc-cal-event-month { + padding-bottom: 0 !important; + padding-top: 9px !important; + height: 23px; + color: inherit !important; + background-color: transparent; + text-decoration: none !important; + font-size: 12px; + font-weight: 200 !important; +} +#page-blank .uc-cal .uc-cal-event-title { + margin-bottom: 5px; +} +#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; +} + +body.home.page-template-page-blank .entry-content { + margin-top: 0px; +} +body.home.page-template-page-blank h3.widget-title { + font-size: 20px !important; +} + +.page-template-page-blank .entry-content { + margin-top: 0px; +} + +.widget_recent-posts .post-date { + display: block; + font-size: 11.5px; + margin-top: 5px; +} + +.widget_siteorigin-panels-postloop { + /*Post Loop Widget */ +} +.widget_siteorigin-panels-postloop h2 { + line-height: 21px !important; +} +.widget_siteorigin-panels-postloop h2 a { + font-size: 18px; +} + +#page-page { + /* Default Page Template */ +} +#page-page .panel-grid h3.widget-title { + font-size: 20px !important; + margin-bottom: 15px; +} + +#content .panel-grid .widget .uc-cal .uc-cal-event-title { + color: #0f4786 !important; +} diff --git a/css/hale2015-green.css b/css/hale2015-green.css index eed266f..23c82f3 100644 --- a/css/hale2015-green.css +++ b/css/hale2015-green.css @@ -7372,6 +7372,11 @@ 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; @@ -7462,6 +7467,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 - - - - - - - - - - - - - - - - - - - */ @@ -10630,6 +10646,144 @@ 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 .page .entry-content .widget.widget_metaslider_widget { + background-color: transparent; + border: none; + padding: 0; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop { + /*Post Loop Widget */ +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop h2 { + margin-top: 12px; + margin-bottom: 12px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop .content-template-date { + margin-bottom: 10px; + display: block; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_recent-posts { + /*Recent Posts Widget */ +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_recent-posts .post-date { + display: block; + font-size: 11.5px; + margin-top: 5px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_dpe_fp_widget { + /*Flexible Posts Widget */ +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_dpe_fp_widget li { + margin-bottom: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt { + /*Recent Custom Posts Type Widget */ +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul { + padding-left: 0; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_title { + padding: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_excerpt { + margin: 0; + margin-top: 10px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_date { + margin-top: 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; +} + +.home #content #page-page-builder-cards .panel-grid .widget.widget_metaslider_widget { + margin-bottom: 0px !important; +} +.home #content #page-page-builder-cards .panel-grid .widget.widget_metaslider_widget ul.flex-direction-nav li { + margin: 0 !important; +} + +body.page-template-page-blank .widget.widget_rcpt { + /*Recent Custom Posts Type Widget */ +} +body.page-template-page-blank .widget.widget_rcpt ul { + padding-left: 0; + list-style-type: none; +} +body.page-template-page-blank .widget.widget_rcpt ul .rcpt_item_image { + margin-bottom: 10px; +} +body.page-template-page-blank .widget.widget_rcpt ul .rcpt_item_excerpt { + margin-top: 10px; +} +body.page-template-page-blank .widget.widget_rcpt ul .rcpt_item_date { + margin-top: 10px; +} +body.page-template-page-blank .widget.widget_rcpt ul li { + margin-bottom: 30px; +} +body.page-template-page-blank .widget.widget_recent-posts { + /*Recent Posts Widget */ +} +body.page-template-page-blank .widget.widget_recent-posts ul { + padding-left: 0; + list-style-type: none; +} +body.page-template-page-blank .widget.widget_recent-posts ul li { + margin-bottom: 15px; +} +body.page-template-page-blank .widget.widget_recent-posts ul li .post-date { + display: block; + font-size: 11.5px; + margin-top: 5px; +} +body.page-template-page-blank .widget.widget_dpe_fp_widget { + /*Flexible Posts Widget */ +} +body.page-template-page-blank .widget.widget_dpe_fp_widget ul { + padding-left: 0; + list-style-type: none; +} +body.page-template-page-blank .widget.widget_dpe_fp_widget ul li { + margin-bottom: 0px; +} + +body.home.page-template-page-blank h3.widget-title { + margin-bottom: 15px !important; +} + @media screen and (min-width: 768px) { #masthead { background-color: #e7e7e7; @@ -10992,3 +11146,136 @@ body.archive #page-sidebar .widget { body.archive h1.page-title { margin-bottom: 30px; } + +/* Page Builder Page +==================================== +*/ +body.page-template-page-pagebuilder-cards #content { + padding-top: 0px; +} +body.page-template-page-pagebuilder-cards #content #primary #main { + padding-top: 10px; +} +body.page-template-page-pagebuilder-cards #content #primary #main .widget > * { + padding: 1.4em 1.1em !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main h3.widget-title { + background-color: #f1f1f1; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, white, #f1f1f1) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, white, #f1f1f1) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, white, #f1f1f1) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, white, #f1f1f1) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, white, #f1f1f1) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#f1f1f1') !important; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); + margin-bottom: -10px !important; + padding: 0.75em 1.1em !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget { + padding: 0; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget .metaslider { + padding: 0px !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget .uc-cal.uc-listcal .uc-cal-event-date { + margin-right: 0 !important; + left: 0 !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop .hentry { + padding-bottom: 0px !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget.widget_dpe_fp_widget li { + margin-bottom: 20px !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_date { + margin-left: 0px; +} + +#page-page-builder #primary #main .page h3.widget-title { + font-size: 20px; +} + +#page-blank .uc-cal .uc-cal-event-month { + padding-bottom: 0 !important; + padding-top: 9px !important; + height: 23px; + color: inherit !important; + background-color: transparent; + text-decoration: none !important; + font-size: 12px; + font-weight: 200 !important; +} +#page-blank .uc-cal .uc-cal-event-title { + margin-bottom: 5px; +} +#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; +} + +body.home.page-template-page-blank .entry-content { + margin-top: 0px; +} +body.home.page-template-page-blank h3.widget-title { + font-size: 20px !important; +} + +.page-template-page-blank .entry-content { + margin-top: 0px; +} + +.widget_recent-posts .post-date { + display: block; + font-size: 11.5px; + margin-top: 5px; +} + +.widget_siteorigin-panels-postloop { + /*Post Loop Widget */ +} +.widget_siteorigin-panels-postloop h2 { + line-height: 21px !important; +} +.widget_siteorigin-panels-postloop h2 a { + font-size: 18px; +} + +#page-page { + /* Default Page Template */ +} +#page-page .panel-grid h3.widget-title { + font-size: 20px !important; + margin-bottom: 15px; +} + +#content .panel-grid .widget .uc-cal .uc-cal-event-title { + color: #0f861a !important; +} diff --git a/css/hale2015-orange.css b/css/hale2015-orange.css index 5a72d2f..d4f5f11 100644 --- a/css/hale2015-orange.css +++ b/css/hale2015-orange.css @@ -7372,6 +7372,11 @@ 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; @@ -7462,6 +7467,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 - - - - - - - - - - - - - - - - - - - */ @@ -10630,6 +10646,144 @@ 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 .page .entry-content .widget.widget_metaslider_widget { + background-color: transparent; + border: none; + padding: 0; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop { + /*Post Loop Widget */ +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop h2 { + margin-top: 12px; + margin-bottom: 12px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop .content-template-date { + margin-bottom: 10px; + display: block; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_recent-posts { + /*Recent Posts Widget */ +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_recent-posts .post-date { + display: block; + font-size: 11.5px; + margin-top: 5px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_dpe_fp_widget { + /*Flexible Posts Widget */ +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_dpe_fp_widget li { + margin-bottom: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt { + /*Recent Custom Posts Type Widget */ +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul { + padding-left: 0; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_title { + padding: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_excerpt { + margin: 0; + margin-top: 10px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_date { + margin-top: 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; +} + +.home #content #page-page-builder-cards .panel-grid .widget.widget_metaslider_widget { + margin-bottom: 0px !important; +} +.home #content #page-page-builder-cards .panel-grid .widget.widget_metaslider_widget ul.flex-direction-nav li { + margin: 0 !important; +} + +body.page-template-page-blank .widget.widget_rcpt { + /*Recent Custom Posts Type Widget */ +} +body.page-template-page-blank .widget.widget_rcpt ul { + padding-left: 0; + list-style-type: none; +} +body.page-template-page-blank .widget.widget_rcpt ul .rcpt_item_image { + margin-bottom: 10px; +} +body.page-template-page-blank .widget.widget_rcpt ul .rcpt_item_excerpt { + margin-top: 10px; +} +body.page-template-page-blank .widget.widget_rcpt ul .rcpt_item_date { + margin-top: 10px; +} +body.page-template-page-blank .widget.widget_rcpt ul li { + margin-bottom: 30px; +} +body.page-template-page-blank .widget.widget_recent-posts { + /*Recent Posts Widget */ +} +body.page-template-page-blank .widget.widget_recent-posts ul { + padding-left: 0; + list-style-type: none; +} +body.page-template-page-blank .widget.widget_recent-posts ul li { + margin-bottom: 15px; +} +body.page-template-page-blank .widget.widget_recent-posts ul li .post-date { + display: block; + font-size: 11.5px; + margin-top: 5px; +} +body.page-template-page-blank .widget.widget_dpe_fp_widget { + /*Flexible Posts Widget */ +} +body.page-template-page-blank .widget.widget_dpe_fp_widget ul { + padding-left: 0; + list-style-type: none; +} +body.page-template-page-blank .widget.widget_dpe_fp_widget ul li { + margin-bottom: 0px; +} + +body.home.page-template-page-blank h3.widget-title { + margin-bottom: 15px !important; +} + @media screen and (min-width: 768px) { #masthead { background-color: #e7e7e7; @@ -10992,3 +11146,136 @@ body.archive #page-sidebar .widget { body.archive h1.page-title { margin-bottom: 30px; } + +/* Page Builder Page +==================================== +*/ +body.page-template-page-pagebuilder-cards #content { + padding-top: 0px; +} +body.page-template-page-pagebuilder-cards #content #primary #main { + padding-top: 10px; +} +body.page-template-page-pagebuilder-cards #content #primary #main .widget > * { + padding: 1.4em 1.1em !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main h3.widget-title { + background-color: #f1f1f1; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, white, #f1f1f1) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, white, #f1f1f1) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, white, #f1f1f1) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, white, #f1f1f1) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, white, #f1f1f1) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#f1f1f1') !important; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); + margin-bottom: -10px !important; + padding: 0.75em 1.1em !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget { + padding: 0; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget .metaslider { + padding: 0px !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget .uc-cal.uc-listcal .uc-cal-event-date { + margin-right: 0 !important; + left: 0 !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop .hentry { + padding-bottom: 0px !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget.widget_dpe_fp_widget li { + margin-bottom: 20px !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_date { + margin-left: 0px; +} + +#page-page-builder #primary #main .page h3.widget-title { + font-size: 20px; +} + +#page-blank .uc-cal .uc-cal-event-month { + padding-bottom: 0 !important; + padding-top: 9px !important; + height: 23px; + color: inherit !important; + background-color: transparent; + text-decoration: none !important; + font-size: 12px; + font-weight: 200 !important; +} +#page-blank .uc-cal .uc-cal-event-title { + margin-bottom: 5px; +} +#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; +} + +body.home.page-template-page-blank .entry-content { + margin-top: 0px; +} +body.home.page-template-page-blank h3.widget-title { + font-size: 20px !important; +} + +.page-template-page-blank .entry-content { + margin-top: 0px; +} + +.widget_recent-posts .post-date { + display: block; + font-size: 11.5px; + margin-top: 5px; +} + +.widget_siteorigin-panels-postloop { + /*Post Loop Widget */ +} +.widget_siteorigin-panels-postloop h2 { + line-height: 21px !important; +} +.widget_siteorigin-panels-postloop h2 a { + font-size: 18px; +} + +#page-page { + /* Default Page Template */ +} +#page-page .panel-grid h3.widget-title { + font-size: 20px !important; + margin-bottom: 15px; +} + +#content .panel-grid .widget .uc-cal .uc-cal-event-title { + color: #e07502 !important; +} diff --git a/css/hale2015-purple.css b/css/hale2015-purple.css index fa4593b..60909ec 100644 --- a/css/hale2015-purple.css +++ b/css/hale2015-purple.css @@ -7372,6 +7372,11 @@ 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; @@ -7462,6 +7467,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 - - - - - - - - - - - - - - - - - - - */ @@ -10630,6 +10646,144 @@ 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 .page .entry-content .widget.widget_metaslider_widget { + background-color: transparent; + border: none; + padding: 0; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop { + /*Post Loop Widget */ +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop h2 { + margin-top: 12px; + margin-bottom: 12px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop .content-template-date { + margin-bottom: 10px; + display: block; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_recent-posts { + /*Recent Posts Widget */ +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_recent-posts .post-date { + display: block; + font-size: 11.5px; + margin-top: 5px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_dpe_fp_widget { + /*Flexible Posts Widget */ +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_dpe_fp_widget li { + margin-bottom: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt { + /*Recent Custom Posts Type Widget */ +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul { + padding-left: 0; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_title { + padding: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_excerpt { + margin: 0; + margin-top: 10px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_date { + margin-top: 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; +} + +.home #content #page-page-builder-cards .panel-grid .widget.widget_metaslider_widget { + margin-bottom: 0px !important; +} +.home #content #page-page-builder-cards .panel-grid .widget.widget_metaslider_widget ul.flex-direction-nav li { + margin: 0 !important; +} + +body.page-template-page-blank .widget.widget_rcpt { + /*Recent Custom Posts Type Widget */ +} +body.page-template-page-blank .widget.widget_rcpt ul { + padding-left: 0; + list-style-type: none; +} +body.page-template-page-blank .widget.widget_rcpt ul .rcpt_item_image { + margin-bottom: 10px; +} +body.page-template-page-blank .widget.widget_rcpt ul .rcpt_item_excerpt { + margin-top: 10px; +} +body.page-template-page-blank .widget.widget_rcpt ul .rcpt_item_date { + margin-top: 10px; +} +body.page-template-page-blank .widget.widget_rcpt ul li { + margin-bottom: 30px; +} +body.page-template-page-blank .widget.widget_recent-posts { + /*Recent Posts Widget */ +} +body.page-template-page-blank .widget.widget_recent-posts ul { + padding-left: 0; + list-style-type: none; +} +body.page-template-page-blank .widget.widget_recent-posts ul li { + margin-bottom: 15px; +} +body.page-template-page-blank .widget.widget_recent-posts ul li .post-date { + display: block; + font-size: 11.5px; + margin-top: 5px; +} +body.page-template-page-blank .widget.widget_dpe_fp_widget { + /*Flexible Posts Widget */ +} +body.page-template-page-blank .widget.widget_dpe_fp_widget ul { + padding-left: 0; + list-style-type: none; +} +body.page-template-page-blank .widget.widget_dpe_fp_widget ul li { + margin-bottom: 0px; +} + +body.home.page-template-page-blank h3.widget-title { + margin-bottom: 15px !important; +} + @media screen and (min-width: 768px) { #masthead { background-color: #e7e7e7; @@ -10992,3 +11146,136 @@ body.archive #page-sidebar .widget { body.archive h1.page-title { margin-bottom: 30px; } + +/* Page Builder Page +==================================== +*/ +body.page-template-page-pagebuilder-cards #content { + padding-top: 0px; +} +body.page-template-page-pagebuilder-cards #content #primary #main { + padding-top: 10px; +} +body.page-template-page-pagebuilder-cards #content #primary #main .widget > * { + padding: 1.4em 1.1em !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main h3.widget-title { + background-color: #f1f1f1; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, white, #f1f1f1) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, white, #f1f1f1) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, white, #f1f1f1) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, white, #f1f1f1) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, white, #f1f1f1) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#f1f1f1') !important; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); + margin-bottom: -10px !important; + padding: 0.75em 1.1em !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget { + padding: 0; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget .metaslider { + padding: 0px !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget .uc-cal.uc-listcal .uc-cal-event-date { + margin-right: 0 !important; + left: 0 !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop .hentry { + padding-bottom: 0px !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget.widget_dpe_fp_widget li { + margin-bottom: 20px !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_date { + margin-left: 0px; +} + +#page-page-builder #primary #main .page h3.widget-title { + font-size: 20px; +} + +#page-blank .uc-cal .uc-cal-event-month { + padding-bottom: 0 !important; + padding-top: 9px !important; + height: 23px; + color: inherit !important; + background-color: transparent; + text-decoration: none !important; + font-size: 12px; + font-weight: 200 !important; +} +#page-blank .uc-cal .uc-cal-event-title { + margin-bottom: 5px; +} +#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; +} + +body.home.page-template-page-blank .entry-content { + margin-top: 0px; +} +body.home.page-template-page-blank h3.widget-title { + font-size: 20px !important; +} + +.page-template-page-blank .entry-content { + margin-top: 0px; +} + +.widget_recent-posts .post-date { + display: block; + font-size: 11.5px; + margin-top: 5px; +} + +.widget_siteorigin-panels-postloop { + /*Post Loop Widget */ +} +.widget_siteorigin-panels-postloop h2 { + line-height: 21px !important; +} +.widget_siteorigin-panels-postloop h2 a { + font-size: 18px; +} + +#page-page { + /* Default Page Template */ +} +#page-page .panel-grid h3.widget-title { + font-size: 20px !important; + margin-bottom: 15px; +} + +#content .panel-grid .widget .uc-cal .uc-cal-event-title { + color: #850f86 !important; +} diff --git a/css/hale2015-red.css b/css/hale2015-red.css index 713cb76..4198767 100644 --- a/css/hale2015-red.css +++ b/css/hale2015-red.css @@ -7372,6 +7372,11 @@ 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; @@ -7462,6 +7467,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 - - - - - - - - - - - - - - - - - - - */ @@ -10630,6 +10646,144 @@ 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 .page .entry-content .widget.widget_metaslider_widget { + background-color: transparent; + border: none; + padding: 0; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop { + /*Post Loop Widget */ +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop h2 { + margin-top: 12px; + margin-bottom: 12px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop .content-template-date { + margin-bottom: 10px; + display: block; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_recent-posts { + /*Recent Posts Widget */ +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_recent-posts .post-date { + display: block; + font-size: 11.5px; + margin-top: 5px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_dpe_fp_widget { + /*Flexible Posts Widget */ +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_dpe_fp_widget li { + margin-bottom: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt { + /*Recent Custom Posts Type Widget */ +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul { + padding-left: 0; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_title { + padding: 0px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_excerpt { + margin: 0; + margin-top: 10px; +} +#page-page-builder-cards #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_date { + margin-top: 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; +} + +.home #content #page-page-builder-cards .panel-grid .widget.widget_metaslider_widget { + margin-bottom: 0px !important; +} +.home #content #page-page-builder-cards .panel-grid .widget.widget_metaslider_widget ul.flex-direction-nav li { + margin: 0 !important; +} + +body.page-template-page-blank .widget.widget_rcpt { + /*Recent Custom Posts Type Widget */ +} +body.page-template-page-blank .widget.widget_rcpt ul { + padding-left: 0; + list-style-type: none; +} +body.page-template-page-blank .widget.widget_rcpt ul .rcpt_item_image { + margin-bottom: 10px; +} +body.page-template-page-blank .widget.widget_rcpt ul .rcpt_item_excerpt { + margin-top: 10px; +} +body.page-template-page-blank .widget.widget_rcpt ul .rcpt_item_date { + margin-top: 10px; +} +body.page-template-page-blank .widget.widget_rcpt ul li { + margin-bottom: 30px; +} +body.page-template-page-blank .widget.widget_recent-posts { + /*Recent Posts Widget */ +} +body.page-template-page-blank .widget.widget_recent-posts ul { + padding-left: 0; + list-style-type: none; +} +body.page-template-page-blank .widget.widget_recent-posts ul li { + margin-bottom: 15px; +} +body.page-template-page-blank .widget.widget_recent-posts ul li .post-date { + display: block; + font-size: 11.5px; + margin-top: 5px; +} +body.page-template-page-blank .widget.widget_dpe_fp_widget { + /*Flexible Posts Widget */ +} +body.page-template-page-blank .widget.widget_dpe_fp_widget ul { + padding-left: 0; + list-style-type: none; +} +body.page-template-page-blank .widget.widget_dpe_fp_widget ul li { + margin-bottom: 0px; +} + +body.home.page-template-page-blank h3.widget-title { + margin-bottom: 15px !important; +} + @media screen and (min-width: 768px) { #masthead { background-color: #e7e7e7; @@ -10992,3 +11146,136 @@ body.archive #page-sidebar .widget { body.archive h1.page-title { margin-bottom: 30px; } + +/* Page Builder Page +==================================== +*/ +body.page-template-page-pagebuilder-cards #content { + padding-top: 0px; +} +body.page-template-page-pagebuilder-cards #content #primary #main { + padding-top: 10px; +} +body.page-template-page-pagebuilder-cards #content #primary #main .widget > * { + padding: 1.4em 1.1em !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main h3.widget-title { + background-color: #f1f1f1; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, white, #f1f1f1) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, white, #f1f1f1) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, white, #f1f1f1) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, white, #f1f1f1) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, white, #f1f1f1) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#f1f1f1') !important; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); + margin-bottom: -10px !important; + padding: 0.75em 1.1em !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget { + padding: 0; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget .metaslider { + padding: 0px !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget .uc-cal.uc-listcal .uc-cal-event-date { + margin-right: 0 !important; + left: 0 !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget.widget_siteorigin-panels-postloop .hentry { + padding-bottom: 0px !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget.widget_dpe_fp_widget li { + margin-bottom: 20px !important; +} +body.page-template-page-pagebuilder-cards #content #primary #main .page .entry-content .widget.widget_rcpt ul .rcpt_item_date { + margin-left: 0px; +} + +#page-page-builder #primary #main .page h3.widget-title { + font-size: 20px; +} + +#page-blank .uc-cal .uc-cal-event-month { + padding-bottom: 0 !important; + padding-top: 9px !important; + height: 23px; + color: inherit !important; + background-color: transparent; + text-decoration: none !important; + font-size: 12px; + font-weight: 200 !important; +} +#page-blank .uc-cal .uc-cal-event-title { + margin-bottom: 5px; +} +#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; +} + +body.home.page-template-page-blank .entry-content { + margin-top: 0px; +} +body.home.page-template-page-blank h3.widget-title { + font-size: 20px !important; +} + +.page-template-page-blank .entry-content { + margin-top: 0px; +} + +.widget_recent-posts .post-date { + display: block; + font-size: 11.5px; + margin-top: 5px; +} + +.widget_siteorigin-panels-postloop { + /*Post Loop Widget */ +} +.widget_siteorigin-panels-postloop h2 { + line-height: 21px !important; +} +.widget_siteorigin-panels-postloop h2 a { + font-size: 18px; +} + +#page-page { + /* Default Page Template */ +} +#page-page .panel-grid h3.widget-title { + font-size: 20px !important; + margin-bottom: 15px; +} + +#content .panel-grid .widget .uc-cal .uc-cal-event-title { + color: #bd4147 !important; +} diff --git a/scss/_hale2015-common.scss b/scss/_hale2015-common.scss index 20b7b50..8d73e44 100644 --- a/scss/_hale2015-common.scss +++ b/scss/_hale2015-common.scss @@ -22,7 +22,7 @@ $btn-primary-border: darken($brand-primary, 15%) !default; $btn-success-border: darken($brand-success, 15%) !default; $btn-info-border: darken($brand-info, 15%) !default; $btn-warning-border: darken($brand-warning, 15%) !default; -$btn-danger-border: darken($brand-danger, 15%) !default; +$btn-danger-border: darken($brand-danger, 15%) !default; @@ -62,7 +62,7 @@ $nav-color-desaturated-darker: darken($nav-color-desaturated, 20%); -$navbar-default-bg: transparent; +$navbar-default-bg: transparent; $navbar-default-border: transparent; $navbar-default-link-color: transparentize($nav-color-base, .15); $navbar-default-link-hover-color: $nav-color-base; @@ -100,7 +100,7 @@ $dropdown-link-active-bg: $nav-color-base; -@media screen and (min-width: 768px) { +@media screen and (min-width: 768px) { #masthead { @include gradient(#ffffff, #e7e7e7); @@ -332,3 +332,190 @@ body.archive { margin-bottom:30px; } } + +/* Page Builder Page +==================================== +*/ + +body.page-template-page-pagebuilder-cards { + #content { + padding-top:0px; + + #primary { + #main { + padding-top:10px; + .widget > * { + + padding:1.4em 1.1em !important; + } + h3.widget-title { + @include gradient(#ffffff, #f1f1f1); + text-shadow: 0 1px 0 rgba(255,255,255,.8); + margin-bottom:-10px !important; + padding:0.75em 1.1em !important; + + } + + .page { + .entry-content { + .widget { + padding:0; + + .metaslider { + padding:0px !important; + } + + .uc-cal.uc-listcal { + .uc-cal-event-date { + margin-right:0 !important; + left:0 !important; + } + } + + &.widget_siteorigin-panels-postloop { + .hentry { + padding-bottom:0px !important; + } + } + &.widget_dpe_fp_widget { + li { + margin-bottom:20px !important; + } + } + &.widget_rcpt { + ul { + .rcpt_item_date { + margin-left:0px; + } + } + } + } + } + } + } + } + } +} + +#page-page-builder { + #primary { + #main { + .page { + h3.widget-title { + font-size:20px; + } + } + } + } +} + +#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-title { + margin-bottom:5px; + } + .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; + } + + } + } + } +} + +body.home.page-template-page-blank { + .entry-content { + margin-top:0px; + } + h3.widget-title { + font-size:20px !important; + } +} + + +.page-template-page-blank { + .entry-content { + margin-top:0px; + } +} + +.widget_recent-posts { + .post-date { + display:block; + font-size: 11.5px; + margin-top: 5px; + } +} + +.widget_siteorigin-panels-postloop { /*Post Loop Widget */ + h2 { + line-height:21px !important; + + a { + font-size:18px; + } + } +} + +#page-page { /* Default Page Template */ + .panel-grid { + h3.widget-title { + font-size:20px !important; + margin-bottom:15px; + } + } +} + +#content { + .panel-grid { + .widget { + .uc-cal { + .uc-cal-event-title { + color:$link-color !important; + } + } + } + } +} + + + +