diff --git a/inc/reg-sidebars.php b/inc/reg-sidebars.php index 08613d9..2ceef09 100644 --- a/inc/reg-sidebars.php +++ b/inc/reg-sidebars.php @@ -150,7 +150,7 @@ function custom_searchform($form){ $form = '
'; diff --git a/sass/_nav.scss b/sass/_nav.scss index e44f49e..fde2749 100644 --- a/sass/_nav.scss +++ b/sass/_nav.scss @@ -168,6 +168,12 @@ $nav-z: 9999; #mega-menu-primary {margin-bottom:0;} .mega-sub-menu { list-style-type:none; + + 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; diff --git a/sass/_page-builder.scss b/sass/_page-builder.scss index bd2dd00..695139f 100644 --- a/sass/_page-builder.scss +++ b/sass/_page-builder.scss @@ -59,6 +59,53 @@ border:1px solid #eaeaea; padding:2em; margin-bottom:10px; + + &.widget_metaslider_widget { + background-color:transparent; + border: none; + padding:0; + } + + &.widget_siteorigin-panels-postloop { /*Post Loop Widget */ + h2 { + margin-top:12px; + margin-bottom:12px; + } + .content-template-date { + margin-bottom:10px; + display: block; + } + } + &.widget_recent-posts { /*Recent Posts Widget */ + .post-date { + display:block; + font-size: 11.5px; + margin-top: 5px; + } + } + &.widget_dpe_fp_widget { /*Flexible Posts Widget */ + li { + margin-bottom:0px; + } + } + &.widget_rcpt { /*Recent Custom Posts Type Widget */ + ul { + padding-left:0; + + .rcpt_item_title { + padding:0px; + } + .rcpt_item_excerpt { + margin:0; + margin-top:10px; + } + + .rcpt_item_date { + margin-top:10px; + } + } + } + } } @@ -77,4 +124,86 @@ } } +.home { + #content { + #page-page-builder-cards { + .panel-grid { + .widget.widget_metaslider_widget { + margin-bottom:0px !important; + + ul.flex-direction-nav { + li { + margin:0 !important; + } + } + } + } + } + } +} + +body.page-template-page-blank { + .widget { + &.widget_rcpt { /*Recent Custom Posts Type Widget */ + ul { + padding-left:0; + list-style-type: none; + + .rcpt_item_image { + margin-bottom: 10px; + } + + .rcpt_item_excerpt { + margin-top:10px; + } + + .rcpt_item_date { + margin-top:10px; + } + + + li { + margin-bottom:30px; + } + } + } + &.widget_recent-posts { /*Recent Posts Widget */ + ul { + padding-left:0; + list-style-type: none; + li { + margin-bottom:15px; + + .post-date { + display:block; + font-size: 11.5px; + margin-top: 5px; + } + } + } + } + &.widget_dpe_fp_widget { /*Flexible Posts Widget */ + ul { + padding-left:0; + list-style-type: none; + + li { + margin-bottom:0px; + } + } + } + } +} + +body.home.page-template-page-blank { + h3.widget-title { + margin-bottom:15px !important; + } +} + + + + + + diff --git a/style.css b/style.css index 11704de..2ff03d8 100644 --- a/style.css +++ b/style.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; @@ -10667,6 +10672,52 @@ input[type="button"]#footers.btn-block { 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; @@ -10676,3 +10727,59 @@ input[type="button"]#footers.btn-block { 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; +}