From b309d227ae0bd28aa6d834b5244a3059cd74c2a3 Mon Sep 17 00:00:00 2001 From: andrewmbacon Date: Mon, 1 Jun 2015 16:18:05 -0400 Subject: [PATCH] New styles for content area widgets, new variables for same. --- sass/_content.scss | 11 +- sass/_variables.scss | 125 +++++++- sass/_widgets.scss | 182 ++++++++---- style.css | 686 +++++++++++++++++++++++++++++++------------ 4 files changed, 744 insertions(+), 260 deletions(-) diff --git a/sass/_content.scss b/sass/_content.scss index b4f691c..93386c6 100644 --- a/sass/_content.scss +++ b/sass/_content.scss @@ -2,10 +2,12 @@ == Content - - - - - - - - - - - - - - - - - - - */ -#content { - @include widgets("#content"); +.home #content { + @include widgets(".home #content"); +} +.subpage { + @include widgets(".subpage"); } - img { height: auto; @@ -29,8 +31,7 @@ code { } } -@include btnReset(".content"); - +@include btnReset("#page #content .widget"); diff --git a/sass/_variables.scss b/sass/_variables.scss index 67e7e57..dffbb2a 100644 --- a/sass/_variables.scss +++ b/sass/_variables.scss @@ -67,17 +67,17 @@ $widget-head-size: $widget-size !default; /* Megafooter often inverts the tones, so these variables allow you to override teh defaults used in the homepage/sidebars. */ -$megafooter-widget-border-color: $widget-border-color !default; -$megafooter-widget-border-radius: $widget-border-radius !default; -$megafooter-widget-border-width: $widget-border-width !default; -$megafooter-widget-margin: $widget-margin !default; -$megafooter-widget-padding: $widget-padding !default; -$megafooter-widget-bg: $widget-bg !default; -$megafooter-widget-content-margin: $widget-content-margin !default; -$megafooter-widget-color: $widget-color !default; -$megafooter-widget-size: $widget-size !default; -$megafooter-widget-link-color: $widget-link-color !default; -$megafooter-widget-link-hover: $widget-link-hover !default; +$megafooter-widget-border-color: $widget-border-color !default; +$megafooter-widget-border-radius: $widget-border-radius !default; +$megafooter-widget-border-width: $widget-border-width !default; +$megafooter-widget-margin: $widget-margin !default; +$megafooter-widget-padding: $widget-padding !default; +$megafooter-widget-bg: $widget-bg !default; +$megafooter-widget-content-margin: $widget-content-margin !default; +$megafooter-widget-color: $widget-color !default; +$megafooter-widget-size: $widget-size !default; +$megafooter-widget-link-color: $widget-link-color !default; +$megafooter-widget-link-hover: $widget-link-hover !default; $megafooter-widget-head-bg: $widget-head-bg !default; $megafooter-widget-head-color: $widget-head-color !default; @@ -87,6 +87,51 @@ $megafooter-widget-head-padding: $widget-head-padding !default; $megafooter-widget-head-size: $widget-head-size !default; +/* Subpage widgets */ + +$subpage-widget-border-color: $widget-border-color !default; +$subpage-widget-border-radius: $widget-border-radius !default; +$subpage-widget-border-width: 0 !default; +$subpage-widget-margin: $widget-margin !default; +$subpage-widget-padding: 0 !default; +$subpage-widget-bg: transparent !default; +$subpage-widget-content-margin: 0 !default; +$subpage-widget-color: $widget-color !default; +$subpage-widget-size: $widget-size !default; +$subpage-widget-link-color: $widget-link-color !default; +$subpage-widget-link-hover: $widget-link-hover !default; + +/* not used... panels widgets do not include a head. */ +$subpage-widget-head-bg: $widget-head-bg !default; +$subpage-widget-head-color: $widget-head-color !default; +$subpage-widget-head-border-width: $widget-head-border-width !default; +$subpage-widget-head-border-color: $widget-head-border-color !default; +$subpage-widget-head-padding: $widget-head-padding !default; +$subpage-widget-head-size: $widget-head-size !default; + + +/* Maxmegamenu widgets */ + +$maxmegamenu-widget-border-color: $widget-border-color !default; +$maxmegamenu-widget-border-radius: $widget-border-radius !default; +$maxmegamenu-widget-border-width: 0 !default; +$maxmegamenu-widget-margin: $widget-margin !default; +$maxmegamenu-widget-padding: $widget-padding !default; +$maxmegamenu-widget-bg: transparent !default; +$maxmegamenu-widget-content-margin: $widget-content-margin !default; +$maxmegamenu-widget-color: $widget-color !default; +$maxmegamenu-widget-size: $widget-size !default; +$maxmegamenu-widget-link-color: $widget-link-color !default; +$maxmegamenu-widget-link-hover: $widget-link-hover !default; + +$maxmegamenu-widget-head-bg: $widget-head-bg !default; +$maxmegamenu-widget-head-color: $widget-head-color !default; +$maxmegamenu-widget-head-border-width: $widget-head-border-width !default; +$maxmegamenu-widget-head-border-color: $widget-head-border-color !default; +$maxmegamenu-widget-head-padding: $widget-head-padding !default; +$maxmegamenu-widget-head-size: $widget-head-size !default; + + /* Specific Widgets */ @@ -171,6 +216,64 @@ $megafooter-ecw-time-color: $megafooter-widget-color !default; $megafooter-ecw-time-color-hover: $megafooter-ecw-title-color-hover !default; +/* Subpage */ +// SHARED +$subpage-ecw-title-color: $subpage-widget-link-color !default; +$subpage-ecw-title-color-hover: $subpage-widget-link-hover !default; + +// LIST VIEW +$subpage-ecw-list-date-color: $subpage-widget-link-color !default; +$subpage-ecw-list-date-color-hover: $subpage-widget-link-hover !default; + +// ICON VIEW +$subpage-ecw-icon-month-color: $subpage-widget-color !default; +$subpage-ecw-icon-month-color-hover: $subpage-widget-color !default; +$subpage-ecw-icon-month-bg: $subpage-widget-bg !default; +$subpage-ecw-icon-month-bg-hover: $subpage-widget-bg !default; +$subpage-ecw-icon-month-border-color: $subpage-widget-border-color !default; +$subpage-ecw-icon-month-border-color-hover: $subpage-widget-border-color !default; + +$subpage-ecw-icon-day-color: $subpage-widget-color !default; +$subpage-ecw-icon-day-color-hover: $subpage-widget-color !default; +$subpage-ecw-icon-day-bg: $subpage-widget-bg !default; +$subpage-ecw-icon-day-bg-hover: $subpage-widget-bg !default; + +$subpage-ecw-icon-day-border-color: $subpage-widget-border-color !default; +$subpage-ecw-icon-day-border-color-hover: $subpage-widget-border-color !default; + +$subpage-ecw-time-color: $subpage-widget-color !default; +$subpage-ecw-time-color-hover: $subpage-ecw-title-color-hover !default; + + +/* maxmegamenu */ +// SHARED +$maxmegamenu-ecw-title-color: $maxmegamenu-widget-link-color !default; +$maxmegamenu-ecw-title-color-hover: $maxmegamenu-widget-link-hover !default; + +// LIST VIEW +$maxmegamenu-ecw-list-date-color: $maxmegamenu-widget-link-color !default; +$maxmegamenu-ecw-list-date-color-hover: $maxmegamenu-widget-link-hover !default; + +// ICON VIEW +$maxmegamenu-ecw-icon-month-color: $maxmegamenu-widget-color !default; +$maxmegamenu-ecw-icon-month-color-hover: $maxmegamenu-widget-color !default; +$maxmegamenu-ecw-icon-month-bg: $maxmegamenu-widget-bg !default; +$maxmegamenu-ecw-icon-month-bg-hover: $maxmegamenu-widget-bg !default; +$maxmegamenu-ecw-icon-month-border-color: $maxmegamenu-widget-border-color !default; +$maxmegamenu-ecw-icon-month-border-color-hover: $maxmegamenu-widget-border-color !default; + +$maxmegamenu-ecw-icon-day-color: $maxmegamenu-widget-color !default; +$maxmegamenu-ecw-icon-day-color-hover: $maxmegamenu-widget-color !default; +$maxmegamenu-ecw-icon-day-bg: $maxmegamenu-widget-bg !default; +$maxmegamenu-ecw-icon-day-bg-hover: $maxmegamenu-widget-bg !default; + +$maxmegamenu-ecw-icon-day-border-color: $maxmegamenu-widget-border-color !default; +$maxmegamenu-ecw-icon-day-border-color-hover: $maxmegamenu-widget-border-color !default; + +$maxmegamenu-ecw-time-color: $maxmegamenu-widget-color !default; +$maxmegamenu-ecw-time-color-hover: $maxmegamenu-ecw-title-color-hover !default; + + /* == Main Content Area */ diff --git a/sass/_widgets.scss b/sass/_widgets.scss index 711a098..0530427 100644 --- a/sass/_widgets.scss +++ b/sass/_widgets.scss @@ -48,7 +48,7 @@ padding: $maxmegamenu-widget-padding; background-color: $maxmegamenu-widget-bg; color:$maxmegamenu-widget-color; - } @else if $parent == "#subpage" { + } @else if $parent == ".subpage" { border-width:$subpage-widget-border-width; border-color: $subpage-widget-border-color; border-radius: $subpage-widget-border-radius; @@ -81,7 +81,7 @@ border-width: $maxmegamenu-widget-head-border-width; border-color: $maxmegamenu-widget-head-border-color; background-color: $maxmegamenu-widget-head-bg; - } @else if $parent == "#subpage" { + } @else if $parent == ".subpage" { padding: $subpage-widget-head-padding; border-width: $subpage-widget-head-border-width; border-color: $subpage-widget-head-border-color; @@ -91,26 +91,24 @@ border-width: $widget-head-border-width; border-color: $widget-head-border-color; background-color: $widget-head-bg; + } + } + .widget-title { + margin: 0; + + @if $parent == "#mega-footer" { + font-size: $megafooter-widget-head-size; + color: $megafooter-widget-head-color; + } @else if $parent == "#maxmegamenu" { + font-size: $maxmegamenu-widget-head-size; + color: $maxmegamenu-widget-head-color; + } @else if $parent == ".subpage" { + font-size: $subpage-widget-head-size; + color: $subpage-widget-head-color; + } @else { + font-size: $widget-head-size; + color: $widget-head-color; } - - h2 { - margin: 0; - - @if $parent == "#mega-footer" { - font-size: $megafooter-widget-head-size; - color: $megafooter-widget-head-color; - } @else if $parent == "#maxmegamenu" { - font-size: $maxmegamenu-widget-head-size; - color: $maxmegamenu-widget-head-color; - } @else if $parent == "#subpage" { - font-size: $subpage-widget-head-size; - color: $subpage-widget-head-color; - } @else { - font-size: $widget-head-size; - color: $widget-head-color; - } - } - } a{ @@ -118,7 +116,7 @@ color: $megafooter-widget-link-color; } @else if $parent == "#maxmegamenu" { color: $maxmegamenu-widget-link-color; - } @else if $parent == "#subpage" { + } @else if $parent == ".subpage" { color: $subpage-widget-link-color; } @else { color: $widget-link-color; @@ -128,7 +126,7 @@ color: $megafooter-widget-link-hover; } @else if $parent == "#maxmegamenu" { color: $maxmegamenu-widget-link-hover; - } @else if $parent == "#subpage" { + } @else if $parent == ".subpage" { color: $subpage-widget-link-hover; } @else { color: $widget-link-hover; @@ -142,7 +140,7 @@ margin:$megafooter-widget-content-margin; } @else if $parent == "#maxmegamenu" { margin:$maxmegamenu-widget-content-margin; - } @else if $parent == "#subpage" { + } @else if $parent == ".subpage" { margin:$subpage-widget-content-margin; } @else { margin:$widget-content-margin; @@ -155,6 +153,10 @@ padding:0; @if $parent == "#mega-footer" { margin:$megafooter-widget-content-margin; + } @else if $parent == "#maxmegamenu" { + margin:$maxmegamenu-widget-content-margin; + } @else if $parent == ".subpage" { + margin:$subpage-widget-content-margin; } @else { margin:$widget-content-margin; } @@ -211,6 +213,10 @@ .textwidget { @if $parent == "#mega-footer" { margin:$megafooter-widget-content-margin; + } @else if $parent == "#maxmegamenu" { + margin:$maxmegamenu-widget-content-margin; + } @else if $parent == ".subpage" { + margin:$subpage-widget-content-margin; } @else { margin:$widget-content-margin; } @@ -220,6 +226,10 @@ .tagcloud { @if $parent == "#mega-footer" { margin:$megafooter-widget-content-margin; + } @else if $parent == "#maxmegamenu" { + margin:$maxmegamenu-widget-content-margin; + } @else if $parent == ".subpage" { + margin:$subpage-widget-content-margin; } @else { margin:$widget-content-margin; } @@ -232,6 +242,10 @@ .textwidget { @if $parent == "#mega-footer" { margin:$megafooter-widget-content-margin; + } @else if $parent == "#maxmegamenu" { + margin:$maxmegamenu-widget-content-margin; + } @else if $parent == ".subpage" { + margin:$subpage-widget-content-margin; } @else { margin:$widget-content-margin; } @@ -389,17 +403,28 @@ // EVENTS CALENDAR WIDGET - &.uc-ecw { + + + + .uc-cal { font:$ecw-font; + padding:0 !important; - .uc-cal { - margin:$widget-content-margin !important; - padding:0 !important; - } + @if $parent == "#mega-footer" { + margin:$megafooter-widget-content-margin !important; + } @else if $parent == "#maxmegamenu" { + margin:$maxmegamenu-widget-content-margin !important; + } @else if $parent == ".subpage" { + margin:$subpage-widget-content-margin !important; + } @else { + margin:$widget-content-margin !important; + } + + // reset all the damn css from the damn plugin damn it. I apologize to future generations for all the !importants. - .uc-cal * { + * { margin: 0 !important; padding: 0!important; @@ -415,6 +440,7 @@ display:block !important; box-shadow:none !important; text-transform:none !important; + text-decoration:none !important; min-height:inherit !important; border-radius: 0 !important; @@ -442,31 +468,23 @@ top:0; @if $parent == "#mega-footer" { color: $megafooter-ecw-list-date-color !important; + } @else if $parent == "#maxmegamenu" { + color: $maxmegamenu-ecw-list-date-color !important; + } @else if $parent == ".subpage" { + color: $subpage-ecw-list-date-color !important; } @else { color:$ecw-list-date-color !important; } } - - - - - /* - - inherits color from the .uc-cal-event , so the hovers text decorations work. - - .uc-cal-event-title { - @if $parent == "#mega-footer" { - color:$megafooter-ecw-title-color !important; - } @else { - color:$ecw-title-color !important; - } - } - - */ - &:hover { + text-decoration:underline!important; + @if $parent == "#mega-footer" { color:$megafooter-ecw-title-color-hover !important; + } @else if $parent == "#maxmegamenu" { + color:$maxmegamenu-ecw-title-color-hover !important; + } @else if $parent == ".subpage" { + color:$subpage-ecw-title-color-hover !important; } @else { color:$ecw-list-date-color-hover !important; } @@ -474,6 +492,10 @@ .uc-cal-event-date { @if $parent == "#mega-footer" { color: $megafooter-ecw-list-date-color-hover !important; + } @else if $parent == "#maxmegamenu" { + color: $megafooter-ecw-list-date-color-hover !important; + } @else if $parent == ".subpage" { + color: $megafooter-ecw-list-date-color-hover !important; } @else { color:$ecw-list-date-color-hover !important; } @@ -497,7 +519,7 @@ /**/ // ICON VIEW - .uc-iconcal { + &.uc-iconcal { .uc-cal-list { .uc-cal-item { .uc-cal-event { @@ -523,6 +545,14 @@ border-color: $megafooter-ecw-icon-month-border-color !important; background-color:$megafooter-ecw-icon-month-bg !important; color: $megafooter-ecw-icon-month-color!important; + } @if $parent == "#maxmegamenu" { + border-color: $maxmegamenu-ecw-icon-month-border-color !important; + background-color:$maxmegamenu-ecw-icon-month-bg !important; + color: $maxmegamenu-ecw-icon-month-color!important; + } @if $parent == ".subpage" { + border-color: $subpage-ecw-icon-month-border-color !important; + background-color:$subpage-ecw-icon-month-bg !important; + color: $subpage-ecw-icon-month-color!important; } @else { border-color: $ecw-icon-month-border-color !important; background-color:$ecw-icon-month-bg !important; @@ -541,6 +571,14 @@ border-color: $megafooter-ecw-icon-day-border-color !important; background-color: $megafooter-ecw-icon-day-bg !important; color: $megafooter-ecw-icon-day-color !important; + } @if $parent == "#maxmegamenu" { + border-color: $maxmegamenu-ecw-icon-day-border-color !important; + background-color: $maxmegamenu-ecw-icon-day-bg !important; + color: $maxmegamenu-ecw-icon-day-color !important; + } @if $parent == ".subpage" { + border-color: $subpage-ecw-icon-day-border-color !important; + background-color: $subpage-ecw-icon-day-bg !important; + color: $subpage-ecw-icon-day-color !important; } @else { border-color: $ecw-icon-day-border-color !important; background-color: $ecw-icon-day-bg !important; @@ -551,6 +589,10 @@ .uc-cal-event-time { @if $parent == "#mega-footer" { color: $megafooter-ecw-time-color !important; + } @else if $parent == "#maxmegamenu" { + color: $maxmegamenu-ecw-time-color !important; + } @else if $parent == ".subpage" { + color: $subpage-ecw-time-color !important; } @else { color: $ecw-time-color !important; } @@ -563,6 +605,14 @@ border-color: $megafooter-ecw-icon-month-border-color-hover !important; background-color: $megafooter-ecw-icon-month-bg-hover !important; color: $megafooter-ecw-icon-month-color-hover !important; + } @else if $parent == "#maxmegamenu" { + border-color: $maxmegamenu-ecw-icon-month-border-color-hover !important; + background-color: $maxmegamenu-ecw-icon-month-bg-hover !important; + color: $maxmegamenu-ecw-icon-month-color-hover !important; + } @else if $parent == ".subpage" { + border-color: $subpage-ecw-icon-month-border-color-hover !important; + background-color: $subpage-ecw-icon-month-bg-hover !important; + color: $subpage-ecw-icon-month-color-hover !important; } @else { border-color: $ecw-icon-month-border-color-hover !important; background-color: $ecw-icon-month-bg-hover !important; @@ -573,6 +623,12 @@ @if $parent == "#mega-footer" { background-color: $megafooter-ecw-icon-day-bg-hover !important; color: $megafooter-ecw-icon-day-color-hover !important; + } @else if $parent == "#maxmegamenu" { + background-color: $maxmegamenu-ecw-icon-day-bg-hover !important; + color: $maxmegamenu-ecw-icon-day-color-hover !important; + } @else if $parent == ".subpage" { + background-color: $subpage-ecw-icon-day-bg-hover !important; + color: $subpage-ecw-icon-day-color-hover !important; } @else { background-color: $ecw-icon-day-bg-hover !important; color: $ecw-icon-day-color-hover !important; @@ -581,6 +637,10 @@ .uc-cal-event-time { @if $parent == "#mega-footer" { color: $megafooter-ecw-time-color-hover !important; + } @else if $parent == "#maxmegamenu" { + color: $maxmegamenu-ecw-time-color-hover !important; + } @else if $parent == ".subpage" { + color: $subpage-ecw-time-color-hover !important; } @else { color: $ecw-time-color-hover !important; } @@ -599,7 +659,7 @@ /**/ // LIST VIEW - .uc-listcal { + &.uc-listcal { padding-left:$ecw-list-dateWidth !important; @@ -608,12 +668,11 @@ left:-($ecw-list-dateWidth) !important; margin-right:-($ecw-list-dateWidth) !important; } - } - + } + }// end .uc-cal - /**/ - - }// END EVENTS CALENDAR WIDGET + + &.uc-hours-widget { caption { padding:.5em; @@ -621,6 +680,19 @@ } &.uc-ssw { } + &.widget_siteorigin-panels-postloop { + .post { + @if $parent == "#mega-footer" { + padding:$megafooter-widget-content-margin; + } @else if $parent == "#maxmegamenu" { + padding:$maxmegamenu-widget-content-margin; + } @else if $parent == ".subpage" { + padding:$subpage-widget-content-margin; + } @else { + padding:$widget-content-margin; + } + } + } } } diff --git a/style.css b/style.css index f8374cc..5c8ac02 100644 --- a/style.css +++ b/style.css @@ -6710,8 +6710,13 @@ button.close { /* == Nav */ /* == Widgets */ /* Megafooter often inverts the tones, so these variables allow you to override teh defaults used in the homepage/sidebars. */ +/* Subpage widgets */ +/* not used... panels widgets do not include a head. */ +/* Maxmegamenu widgets */ /* Specific Widgets */ /* Megafooter versions of ECW variables. Same as widgets, default to the home/sidebar version, but can be overridden. */ +/* Subpage */ +/* maxmegamenu */ /* == Main Content Area */ /* == Footers */ /* - - - - - - - - - - - - - - - - - - - @@ -6969,10 +6974,10 @@ button.close { /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ -#content { +.home #content { /* Make sure select elements fit in widgets */ } -#content .widget { +.home #content .widget { overflow: hidden; border: 1px solid transparent; border-width: 1px; @@ -6983,68 +6988,68 @@ button.close { background-color: white; color: black; } -#content .widget .widget-head { +.home #content .widget .widget-head { border: 1px solid transparent; padding: 0.5em 0.5em 0.5em 1em; border-width: 0 0 1px 0; border-color: #cccccc; background-color: white; } -#content .widget .widget-head h2 { +.home #content .widget .widget-title { margin: 0; font-size: 1em; color: black; } -#content .widget a { +.home #content .widget a { color: #428bca; } -#content .widget a:hover { +.home #content .widget a:hover { color: #2a6496; } -#content .widget form { +.home #content .widget form { margin: 1em; } -#content .widget ul, -#content .widget ol { +.home #content .widget ul, +.home #content .widget ol { list-style-type: none; padding: 0; margin: 1em; } -#content .widget ul li, -#content .widget ol li { +.home #content .widget ul li, +.home #content .widget ol li { margin-bottom: .75em; } -#content .widget ul li ul, -#content .widget ol li ul { +.home #content .widget ul li ul, +.home #content .widget ol li ul { padding: 0; margin: .5em 0 .5em 2em; list-style-type: disc; } -#content .widget ul li ul li, -#content .widget ol li ul li { +.home #content .widget ul li ul li, +.home #content .widget ol li ul li { margin-bottom: .5em; } -#content .widget ul li ul li ul, -#content .widget ol li ul li ul { +.home #content .widget ul li ul li ul, +.home #content .widget ol li ul li ul { list-style-type: circle; } -#content .widget ul li ol, -#content .widget ol li ol { +.home #content .widget ul li ol, +.home #content .widget ol li ol { padding: 0; margin: .5em 0 .5em 2em; list-style-type: decimal; } -#content .widget ul li ol li, -#content .widget ol li ol li { +.home #content .widget ul li ol li, +.home #content .widget ol li ol li { margin-bottom: .5em; } -#content * html .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { +.home #content * html .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { height: 1%; } -#content .widget select { +.home #content .widget select { max-width: 100%; } -#content .widget { +.home #content .widget { /* === CORE WP Widgets */ /* === 3rd Party Widgets @@ -7052,80 +7057,80 @@ button.close { /* === UCONN Widgets */ } -#content .widget.widget_text .textwidget { +.home #content .widget.widget_text .textwidget { margin: 1em; } -#content .widget.widget_tag_cloud .tagcloud { +.home #content .widget.widget_tag_cloud .tagcloud { margin: 1em; } -#content .widget.widget_black_studio_tinymce .textwidget { +.home #content .widget.widget_black_studio_tinymce .textwidget { margin: 1em; } -#content .widget.widget_black_studio_tinymce ul li { +.home #content .widget.widget_black_studio_tinymce ul li { list-style-type: disc; } -#content .widget.widget_black_studio_tinymce ol li { +.home #content .widget.widget_black_studio_tinymce ol li { list-style-type: decimal; } -#content .widget.simple-social-icons ul { +.home #content .widget.simple-social-icons ul { margin: 0.5em !important; } -#content .widget.simple-social-icons ul li { +.home #content .widget.simple-social-icons ul li { margin: 0.5em !important; } -#content .widget.simple-social-icons .social-bloglovin:before, #content .widget.simple-social-icons .social-dribbble:before, #content .widget.simple-social-icons .social-email:before, #content .widget.simple-social-icons .social-facebook:before, #content .widget.simple-social-icons .social-flickr:before, #content .widget.simple-social-icons .social-github:before, #content .widget.simple-social-icons .social-gplus:before, #content .widget.simple-social-icons .social-instagram:before, #content .widget.simple-social-icons .social-linkedin:before, #content .widget.simple-social-icons .social-pinterest:before, #content .widget.simple-social-icons .social-rss:before, #content .widget.simple-social-icons .social-stumbleupon:before, #content .widget.simple-social-icons .social-tumblr:before, #content .widget.simple-social-icons .social-twitter:before, #content .widget.simple-social-icons .social-vimeo:before, #content .widget.simple-social-icons .social-youtube:before { +.home #content .widget.simple-social-icons .social-bloglovin:before, .home #content .widget.simple-social-icons .social-dribbble:before, .home #content .widget.simple-social-icons .social-email:before, .home #content .widget.simple-social-icons .social-facebook:before, .home #content .widget.simple-social-icons .social-flickr:before, .home #content .widget.simple-social-icons .social-github:before, .home #content .widget.simple-social-icons .social-gplus:before, .home #content .widget.simple-social-icons .social-instagram:before, .home #content .widget.simple-social-icons .social-linkedin:before, .home #content .widget.simple-social-icons .social-pinterest:before, .home #content .widget.simple-social-icons .social-rss:before, .home #content .widget.simple-social-icons .social-stumbleupon:before, .home #content .widget.simple-social-icons .social-tumblr:before, .home #content .widget.simple-social-icons .social-twitter:before, .home #content .widget.simple-social-icons .social-vimeo:before, .home #content .widget.simple-social-icons .social-youtube:before { display: none; content: none; } -#content .widget.widget_rcpt ul { +.home #content .widget.widget_rcpt ul { margin: 0; } -#content .widget.widget_rcpt ul .rcpt_item_title { +.home #content .widget.widget_rcpt ul .rcpt_item_title { padding: .5em 5% 0; font-weight: bold; } -#content .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image { +.home #content .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image { margin-left: -9%; margin-bottom: 1em; width: 117%; } -#content .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image img { +.home #content .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image img { width: 100%; } -#content .widget.widget_rcpt ul .rcpt_item_excerpt { +.home #content .widget.widget_rcpt ul .rcpt_item_excerpt { margin: .5em 5% 1em; } -#content .widget.widget_rcpt ul .rcpt_item_date { +.home #content .widget.widget_rcpt ul .rcpt_item_date { margin: .5em 5% 1em; } -#content .widget.widget_sp_image { +.home #content .widget.widget_sp_image { padding: 0; border: none; background-color: transparent; } -#content .widget.widget_metaslider_widget { +.home #content .widget.widget_metaslider_widget { padding: 0; background-color: transparent; border: none; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li { +.home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li { padding: 0.1em 0px 0.1em 0px; display: block; background-color: transparent; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { +.home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { margin: 0; position: relative; display: inline; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li a .title { +.home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li a .title { display: inline; position: relative; font-size: 1em; font-weight: normal; clear: left; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li a:after { +.home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li a:after { visibility: hidden; display: block; font-size: 0; @@ -7133,60 +7138,57 @@ button.close { clear: both; height: 0; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a { +.home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a { display: block; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img { +.home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img { display: block; margin-bottom: 10px; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-thumbnail { +.home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-thumbnail { height: 60px; width: 60px; margin-right: 10px; float: left; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-medium { +.home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-medium { width: 48%; margin-right: 2%; float: left; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-large { +.home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-large { width: 100%; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-thumbnail + .title, -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-medium + .title { +.home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-thumbnail + .title, +.home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-medium + .title { display: block; float: left; clear: none; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-medium + .title { +.home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-medium + .title { width: 50%; } -#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a:hover .title { +.home #content .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a:hover .title { text-decoration: underline; } -#content .widget.uc-contact-widget th { +.home #content .widget.uc-contact-widget th { white-space: nowrap; } -#content .widget.uc-contact-widget td.uc-output-email { +.home #content .widget.uc-contact-widget td.uc-output-email { word-break: break-all; } -#content .widget.uc-contact-widget td.uc-output-more { +.home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } -#content .widget.uc-ecw { +.home #content .widget .uc-cal { font: inherit; + padding: 0 !important; + margin: 1em !important; /*- - - - - */ /**/ /**/ - /**/ } -#content .widget.uc-ecw .uc-cal { - margin: 1em !important; - padding: 0 !important; -} -#content .widget.uc-ecw .uc-cal * { +.home #content .widget .uc-cal * { margin: 0 !important; padding: 0 !important; border: 0 !important; @@ -7201,42 +7203,31 @@ button.close { display: block !important; box-shadow: none !important; text-transform: none !important; + text-decoration: none !important; min-height: inherit !important; border-radius: 0 !important; } -#content .widget.uc-ecw .uc-cal-item { +.home #content .widget .uc-cal .uc-cal-item { margin: 1em 0 !important; } -#content .widget.uc-ecw .uc-cal-item .uc-cal-event { +.home #content .widget .uc-cal .uc-cal-item .uc-cal-event { position: relative !important; color: #428bca !important; - /* - - inherits color from the .uc-cal-event , so the hovers text decorations work. - - .uc-cal-event-title { - @if $parent == "#mega-footer" { - color:$megafooter-ecw-title-color !important; - } @else { - color:$ecw-title-color !important; - } - } - - */ } -#content .widget.uc-ecw .uc-cal-item .uc-cal-event .uc-cal-event-date { +.home #content .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date { float: left !important; position: relative !important; top: 0; color: inherit !important; } -#content .widget.uc-ecw .uc-cal-item .uc-cal-event:hover { +.home #content .widget .uc-cal .uc-cal-item .uc-cal-event:hover { + text-decoration: underline !important; color: inherit !important; } -#content .widget.uc-ecw .uc-cal-item .uc-cal-event:hover .uc-cal-event-date { +.home #content .widget .uc-cal .uc-cal-item .uc-cal-event:hover .uc-cal-event-date { color: inherit !important; } -#content .widget.uc-ecw .uc-cal-item .uc-cal-event:after { +.home #content .widget .uc-cal .uc-cal-item .uc-cal-event:after { visibility: hidden !important; display: block !important; font-size: 0 !important; @@ -7244,15 +7235,15 @@ button.close { clear: both !important; height: 0 !important; } -#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event { +.home #content .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event { padding-left: 70px !important; } -#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { +.home #content .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { left: -70px; margin-right: -55px !important; width: 55px !important; } -#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { +.home #content .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { padding: 0.7em 0 0 !important; border-width: 1px 1px 0 !important; border-style: solid !important; @@ -7264,7 +7255,7 @@ button.close { background-color: white !important; color: inherit !important; } -#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { +.home #content .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { padding: 0 0 0.2em 0 !important; border-width: 0 1px 1px !important; border-style: solid !important; @@ -7274,32 +7265,356 @@ button.close { background-color: white !important; color: inherit !important; } -#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time { +.home #content .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time { color: inherit !important; } -#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month { +.home #content .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month { border-color: #cccccc !important; background-color: white !important; color: inherit !important; } -#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-day { +.home #content .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-day { background-color: white !important; color: inherit !important; } -#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time { +.home #content .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time { + color: #2a6496 !important; +} +.home #content .widget .uc-cal.uc-listcal { + padding-left: 3.7em !important; +} +.home #content .widget .uc-cal.uc-listcal .uc-cal-event-date { + width: 3.7em !important; + left: -3.7em !important; + margin-right: -3.7em !important; +} +.home #content .widget.uc-hours-widget caption { + padding: .5em; +} +.home #content .widget.widget_siteorigin-panels-postloop .post { + padding: 1em; +} + +.subpage { + /* Make sure select elements fit in widgets */ +} +.subpage .widget { + overflow: hidden; + border: 1px solid transparent; + border-width: 0; + border-color: #cccccc; + border-radius: 4px; + margin: 0 0 1.5em 0; + padding: 0; + background-color: transparent; + color: black; +} +.subpage .widget .widget-head { + border: 1px solid transparent; + padding: 0.5em 0.5em 0.5em 1em; + border-width: 0 0 1px 0; + border-color: #cccccc; + background-color: white; +} +.subpage .widget .widget-title { + margin: 0; + font-size: 1em; + color: black; +} +.subpage .widget a { + color: #428bca; +} +.subpage .widget a:hover { + color: #2a6496; +} +.subpage .widget form { + margin: 0; +} +.subpage .widget ul, +.subpage .widget ol { + list-style-type: none; + padding: 0; + margin: 0; +} +.subpage .widget ul li, +.subpage .widget ol li { + margin-bottom: .75em; +} +.subpage .widget ul li ul, +.subpage .widget ol li ul { + padding: 0; + margin: .5em 0 .5em 2em; + list-style-type: disc; +} +.subpage .widget ul li ul li, +.subpage .widget ol li ul li { + margin-bottom: .5em; +} +.subpage .widget ul li ul li ul, +.subpage .widget ol li ul li ul { + list-style-type: circle; +} +.subpage .widget ul li ol, +.subpage .widget ol li ol { + padding: 0; + margin: .5em 0 .5em 2em; + list-style-type: decimal; +} +.subpage .widget ul li ol li, +.subpage .widget ol li ol li { + margin-bottom: .5em; +} +.subpage * html .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { + height: 1%; +} +.subpage .widget select { + max-width: 100%; +} +.subpage .widget { + /* === CORE WP Widgets + */ + /* === 3rd Party Widgets + */ + /* === UCONN Widgets + */ +} +.subpage .widget.widget_text .textwidget { + margin: 0; +} +.subpage .widget.widget_tag_cloud .tagcloud { + margin: 0; +} +.subpage .widget.widget_black_studio_tinymce .textwidget { + margin: 0; +} +.subpage .widget.widget_black_studio_tinymce ul li { + list-style-type: disc; +} +.subpage .widget.widget_black_studio_tinymce ol li { + list-style-type: decimal; +} +.subpage .widget.simple-social-icons ul { + margin: 0.5em !important; +} +.subpage .widget.simple-social-icons ul li { + margin: 0.5em !important; +} +.subpage .widget.simple-social-icons .social-bloglovin:before, .subpage .widget.simple-social-icons .social-dribbble:before, .subpage .widget.simple-social-icons .social-email:before, .subpage .widget.simple-social-icons .social-facebook:before, .subpage .widget.simple-social-icons .social-flickr:before, .subpage .widget.simple-social-icons .social-github:before, .subpage .widget.simple-social-icons .social-gplus:before, .subpage .widget.simple-social-icons .social-instagram:before, .subpage .widget.simple-social-icons .social-linkedin:before, .subpage .widget.simple-social-icons .social-pinterest:before, .subpage .widget.simple-social-icons .social-rss:before, .subpage .widget.simple-social-icons .social-stumbleupon:before, .subpage .widget.simple-social-icons .social-tumblr:before, .subpage .widget.simple-social-icons .social-twitter:before, .subpage .widget.simple-social-icons .social-vimeo:before, .subpage .widget.simple-social-icons .social-youtube:before { + display: none; + content: none; +} +.subpage .widget.widget_rcpt ul { + margin: 0; +} +.subpage .widget.widget_rcpt ul .rcpt_item_title { + padding: .5em 5% 0; + font-weight: bold; +} +.subpage .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image { + margin-left: -9%; + margin-bottom: 1em; + width: 117%; +} +.subpage .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image img { + width: 100%; +} +.subpage .widget.widget_rcpt ul .rcpt_item_excerpt { + margin: .5em 5% 1em; +} +.subpage .widget.widget_rcpt ul .rcpt_item_date { + margin: .5em 5% 1em; +} +.subpage .widget.widget_sp_image { + padding: 0; + border: none; + background-color: transparent; +} +.subpage .widget.widget_metaslider_widget { + padding: 0; + background-color: transparent; + border: none; +} +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li { + padding: 0.1em 0px 0.1em 0px; + display: block; + background-color: transparent; +} +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { + margin: 0; + position: relative; + display: inline; +} +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li a .title { + display: inline; + position: relative; + font-size: 1em; + font-weight: normal; + clear: left; +} +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li a:after { + visibility: hidden; + display: block; + font-size: 0; + content: " "; + clear: both; + height: 0; +} +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a { + display: block; +} +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img { + display: block; + margin-bottom: 10px; +} +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-thumbnail { + height: 60px; + width: 60px; + margin-right: 10px; + float: left; +} +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-medium { + width: 48%; + margin-right: 2%; + float: left; +} +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a img.attachment-large { + width: 100%; +} +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-thumbnail + .title, +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-medium + .title { + display: block; + float: left; + clear: none; +} +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a .attachment-medium + .title { + width: 50%; +} +.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li.has-post-thumbnail a:hover .title { + text-decoration: underline; +} +.subpage .widget.uc-contact-widget th { + white-space: nowrap; +} +.subpage .widget.uc-contact-widget td.uc-output-email { + word-break: break-all; +} +.subpage .widget.uc-contact-widget td.uc-output-more { + word-break: break-all; +} +.subpage .widget .uc-cal { + font: inherit; + padding: 0 !important; + margin: 0 !important; + /*- - - - - */ + /**/ + /**/ +} +.subpage .widget .uc-cal * { + margin: 0 !important; + padding: 0 !important; + border: 0 !important; + font-size: 100% !important; + font: inherit !important; + vertical-align: baseline !important; + background: none !important; + position: inherit !important; + width: auto !important; + height: auto !important; + color: inherit !important; + display: block !important; + box-shadow: none !important; + text-transform: none !important; + text-decoration: none !important; + min-height: inherit !important; + border-radius: 0 !important; +} +.subpage .widget .uc-cal .uc-cal-item { + margin: 1em 0 !important; +} +.subpage .widget .uc-cal .uc-cal-item .uc-cal-event { + position: relative !important; + color: #428bca !important; +} +.subpage .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date { + float: left !important; + position: relative !important; + top: 0; + color: #428bca !important; +} +.subpage .widget .uc-cal .uc-cal-item .uc-cal-event:hover { + text-decoration: underline !important; + color: #2a6496 !important; +} +.subpage .widget .uc-cal .uc-cal-item .uc-cal-event:hover .uc-cal-event-date { + color: #2a6496 !important; +} +.subpage .widget .uc-cal .uc-cal-item .uc-cal-event:after { + visibility: hidden !important; + display: block !important; + font-size: 0 !important; + content: " " !important; + clear: both !important; + height: 0 !important; +} +.subpage .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event { + padding-left: 70px !important; +} +.subpage .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { + left: -70px; + margin-right: -55px !important; + width: 55px !important; +} +.subpage .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { + padding: 0.7em 0 0 !important; + border-width: 1px 1px 0 !important; + border-style: solid !important; + text-align: center !important; + font-size: 70% !important; + text-transform: uppercase !important; + letter-spacing: 1px !important; + border-color: #cccccc !important; + background-color: transparent !important; + color: black !important; +} +.subpage .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { + padding: 0 0 0.2em 0 !important; + border-width: 0 1px 1px !important; + border-style: solid !important; + text-align: center !important; + font-size: 130% !important; + border-color: #cccccc !important; + background-color: transparent !important; + color: black !important; +} +.subpage .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time { + color: black !important; +} +.subpage .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month { + border-color: #cccccc !important; + background-color: transparent !important; + color: black !important; +} +.subpage .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-day { + background-color: transparent !important; + color: black !important; +} +.subpage .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time { color: #2a6496 !important; } -#content .widget.uc-ecw .uc-listcal { +.subpage .widget .uc-cal.uc-listcal { padding-left: 3.7em !important; } -#content .widget.uc-ecw .uc-listcal .uc-cal-event-date { +.subpage .widget .uc-cal.uc-listcal .uc-cal-event-date { width: 3.7em !important; left: -3.7em !important; margin-right: -3.7em !important; } -#content .widget.uc-hours-widget caption { +.subpage .widget.uc-hours-widget caption { padding: .5em; } +.subpage .widget.widget_siteorigin-panels-postloop .post { + padding: 0; +} img { height: auto; @@ -7323,8 +7638,7 @@ code { list-style-type: none; } -.content .btn { - content: 'zzzzzzz95'; +#page #content .widget .btn { display: inline-block; margin-bottom: 0; font-weight: normal; @@ -7343,22 +7657,22 @@ code { -ms-user-select: none; user-select: none; } -.content .btn:focus, .content .btn:active:focus, .content .btn.active:focus { +#page #content .widget .btn:active:focus, #page #content .widget .btn.active:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } -.content .btn:hover, .content .btn:focus { - color: #333333; +#page #content .widget .btn:hover, #page #content .widget .btn:focus { + color: #333333 !important; text-decoration: none; } -.content .btn:active, .content .btn.active { +#page #content .widget .btn:active, #page #content .widget .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } -.content .btn.disabled, .content .btn[disabled], fieldset[disabled] .content .btn { +#page #content .widget .btn.disabled, #page #content .widget .btn[disabled], fieldset[disabled] #page #content .widget .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; @@ -7367,195 +7681,195 @@ code { box-shadow: none; } -.content .btn-default { +#page #content .widget .btn-default { color: #333333; background-color: white; border-color: #cccccc; } -.content .btn-default:hover, .content .btn-default:focus, .content .btn-default:active, .content .btn-default.active, .open > .content .btn-default.dropdown-toggle { +#page #content .widget .btn-default:hover, #page #content .widget .btn-default:focus, #page #content .widget .btn-default:active, #page #content .widget .btn-default.active, .open > #page #content .widget .btn-default.dropdown-toggle { color: #333333; background-color: #e6e6e6; border-color: #adadad; } -.content .btn-default:active, .content .btn-default.active, .open > .content .btn-default.dropdown-toggle { +#page #content .widget .btn-default:active, #page #content .widget .btn-default.active, .open > #page #content .widget .btn-default.dropdown-toggle { background-image: none; } -.content .btn-default.disabled, .content .btn-default.disabled:hover, .content .btn-default.disabled:focus, .content .btn-default.disabled:active, .content .btn-default.disabled.active, .content .btn-default[disabled], .content .btn-default[disabled]:hover, .content .btn-default[disabled]:focus, .content .btn-default[disabled]:active, .content .btn-default[disabled].active, fieldset[disabled] .content .btn-default, fieldset[disabled] .content .btn-default:hover, fieldset[disabled] .content .btn-default:focus, fieldset[disabled] .content .btn-default:active, fieldset[disabled] .content .btn-default.active { +#page #content .widget .btn-default.disabled, #page #content .widget .btn-default.disabled:hover, #page #content .widget .btn-default.disabled:focus, #page #content .widget .btn-default.disabled:active, #page #content .widget .btn-default.disabled.active, #page #content .widget .btn-default[disabled], #page #content .widget .btn-default[disabled]:hover, #page #content .widget .btn-default[disabled]:focus, #page #content .widget .btn-default[disabled]:active, #page #content .widget .btn-default[disabled].active, fieldset[disabled] #page #content .widget .btn-default, fieldset[disabled] #page #content .widget .btn-default:hover, fieldset[disabled] #page #content .widget .btn-default:focus, fieldset[disabled] #page #content .widget .btn-default:active, fieldset[disabled] #page #content .widget .btn-default.active { background-color: white; border-color: #cccccc; } -.content .btn-default .badge { +#page #content .widget .btn-default .badge { color: white; background-color: #333333; } -.content .btn-primary { +#page #content .widget .btn-primary { color: white; background-color: #428bca; border-color: #357ebd; } -.content .btn-primary:hover, .content .btn-primary:focus, .content .btn-primary:active, .content .btn-primary.active, .open > .content .btn-primary.dropdown-toggle { +#page #content .widget .btn-primary:hover, #page #content .widget .btn-primary:focus, #page #content .widget .btn-primary:active, #page #content .widget .btn-primary.active, .open > #page #content .widget .btn-primary.dropdown-toggle { color: white; background-color: #3071a9; border-color: #285e8e; } -.content .btn-primary:active, .content .btn-primary.active, .open > .content .btn-primary.dropdown-toggle { +#page #content .widget .btn-primary:active, #page #content .widget .btn-primary.active, .open > #page #content .widget .btn-primary.dropdown-toggle { background-image: none; } -.content .btn-primary.disabled, .content .btn-primary.disabled:hover, .content .btn-primary.disabled:focus, .content .btn-primary.disabled:active, .content .btn-primary.disabled.active, .content .btn-primary[disabled], .content .btn-primary[disabled]:hover, .content .btn-primary[disabled]:focus, .content .btn-primary[disabled]:active, .content .btn-primary[disabled].active, fieldset[disabled] .content .btn-primary, fieldset[disabled] .content .btn-primary:hover, fieldset[disabled] .content .btn-primary:focus, fieldset[disabled] .content .btn-primary:active, fieldset[disabled] .content .btn-primary.active { +#page #content .widget .btn-primary.disabled, #page #content .widget .btn-primary.disabled:hover, #page #content .widget .btn-primary.disabled:focus, #page #content .widget .btn-primary.disabled:active, #page #content .widget .btn-primary.disabled.active, #page #content .widget .btn-primary[disabled], #page #content .widget .btn-primary[disabled]:hover, #page #content .widget .btn-primary[disabled]:focus, #page #content .widget .btn-primary[disabled]:active, #page #content .widget .btn-primary[disabled].active, fieldset[disabled] #page #content .widget .btn-primary, fieldset[disabled] #page #content .widget .btn-primary:hover, fieldset[disabled] #page #content .widget .btn-primary:focus, fieldset[disabled] #page #content .widget .btn-primary:active, fieldset[disabled] #page #content .widget .btn-primary.active { background-color: #428bca; border-color: #357ebd; } -.content .btn-primary .badge { +#page #content .widget .btn-primary .badge { color: #428bca; background-color: white; } -.content .btn-success { +#page #content .widget .btn-success { color: white; background-color: #5cb85c; border-color: #4cae4c; } -.content .btn-success:hover, .content .btn-success:focus, .content .btn-success:active, .content .btn-success.active, .open > .content .btn-success.dropdown-toggle { +#page #content .widget .btn-success:hover, #page #content .widget .btn-success:focus, #page #content .widget .btn-success:active, #page #content .widget .btn-success.active, .open > #page #content .widget .btn-success.dropdown-toggle { color: white; background-color: #449d44; border-color: #398439; } -.content .btn-success:active, .content .btn-success.active, .open > .content .btn-success.dropdown-toggle { +#page #content .widget .btn-success:active, #page #content .widget .btn-success.active, .open > #page #content .widget .btn-success.dropdown-toggle { background-image: none; } -.content .btn-success.disabled, .content .btn-success.disabled:hover, .content .btn-success.disabled:focus, .content .btn-success.disabled:active, .content .btn-success.disabled.active, .content .btn-success[disabled], .content .btn-success[disabled]:hover, .content .btn-success[disabled]:focus, .content .btn-success[disabled]:active, .content .btn-success[disabled].active, fieldset[disabled] .content .btn-success, fieldset[disabled] .content .btn-success:hover, fieldset[disabled] .content .btn-success:focus, fieldset[disabled] .content .btn-success:active, fieldset[disabled] .content .btn-success.active { +#page #content .widget .btn-success.disabled, #page #content .widget .btn-success.disabled:hover, #page #content .widget .btn-success.disabled:focus, #page #content .widget .btn-success.disabled:active, #page #content .widget .btn-success.disabled.active, #page #content .widget .btn-success[disabled], #page #content .widget .btn-success[disabled]:hover, #page #content .widget .btn-success[disabled]:focus, #page #content .widget .btn-success[disabled]:active, #page #content .widget .btn-success[disabled].active, fieldset[disabled] #page #content .widget .btn-success, fieldset[disabled] #page #content .widget .btn-success:hover, fieldset[disabled] #page #content .widget .btn-success:focus, fieldset[disabled] #page #content .widget .btn-success:active, fieldset[disabled] #page #content .widget .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } -.content .btn-success .badge { +#page #content .widget .btn-success .badge { color: #5cb85c; background-color: white; } -.content .btn-info { +#page #content .widget .btn-info { color: white; background-color: #5bc0de; border-color: #46b8da; } -.content .btn-info:hover, .content .btn-info:focus, .content .btn-info:active, .content .btn-info.active, .open > .content .btn-info.dropdown-toggle { +#page #content .widget .btn-info:hover, #page #content .widget .btn-info:focus, #page #content .widget .btn-info:active, #page #content .widget .btn-info.active, .open > #page #content .widget .btn-info.dropdown-toggle { color: white; background-color: #31b0d5; border-color: #269abc; } -.content .btn-info:active, .content .btn-info.active, .open > .content .btn-info.dropdown-toggle { +#page #content .widget .btn-info:active, #page #content .widget .btn-info.active, .open > #page #content .widget .btn-info.dropdown-toggle { background-image: none; } -.content .btn-info.disabled, .content .btn-info.disabled:hover, .content .btn-info.disabled:focus, .content .btn-info.disabled:active, .content .btn-info.disabled.active, .content .btn-info[disabled], .content .btn-info[disabled]:hover, .content .btn-info[disabled]:focus, .content .btn-info[disabled]:active, .content .btn-info[disabled].active, fieldset[disabled] .content .btn-info, fieldset[disabled] .content .btn-info:hover, fieldset[disabled] .content .btn-info:focus, fieldset[disabled] .content .btn-info:active, fieldset[disabled] .content .btn-info.active { +#page #content .widget .btn-info.disabled, #page #content .widget .btn-info.disabled:hover, #page #content .widget .btn-info.disabled:focus, #page #content .widget .btn-info.disabled:active, #page #content .widget .btn-info.disabled.active, #page #content .widget .btn-info[disabled], #page #content .widget .btn-info[disabled]:hover, #page #content .widget .btn-info[disabled]:focus, #page #content .widget .btn-info[disabled]:active, #page #content .widget .btn-info[disabled].active, fieldset[disabled] #page #content .widget .btn-info, fieldset[disabled] #page #content .widget .btn-info:hover, fieldset[disabled] #page #content .widget .btn-info:focus, fieldset[disabled] #page #content .widget .btn-info:active, fieldset[disabled] #page #content .widget .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } -.content .btn-info .badge { +#page #content .widget .btn-info .badge { color: #5bc0de; background-color: white; } -.content .btn-warning { +#page #content .widget .btn-warning { color: white; background-color: #f0ad4e; border-color: #eea236; } -.content .btn-warning:hover, .content .btn-warning:focus, .content .btn-warning:active, .content .btn-warning.active, .open > .content .btn-warning.dropdown-toggle { +#page #content .widget .btn-warning:hover, #page #content .widget .btn-warning:focus, #page #content .widget .btn-warning:active, #page #content .widget .btn-warning.active, .open > #page #content .widget .btn-warning.dropdown-toggle { color: white; background-color: #ec971f; border-color: #d58512; } -.content .btn-warning:active, .content .btn-warning.active, .open > .content .btn-warning.dropdown-toggle { +#page #content .widget .btn-warning:active, #page #content .widget .btn-warning.active, .open > #page #content .widget .btn-warning.dropdown-toggle { background-image: none; } -.content .btn-warning.disabled, .content .btn-warning.disabled:hover, .content .btn-warning.disabled:focus, .content .btn-warning.disabled:active, .content .btn-warning.disabled.active, .content .btn-warning[disabled], .content .btn-warning[disabled]:hover, .content .btn-warning[disabled]:focus, .content .btn-warning[disabled]:active, .content .btn-warning[disabled].active, fieldset[disabled] .content .btn-warning, fieldset[disabled] .content .btn-warning:hover, fieldset[disabled] .content .btn-warning:focus, fieldset[disabled] .content .btn-warning:active, fieldset[disabled] .content .btn-warning.active { +#page #content .widget .btn-warning.disabled, #page #content .widget .btn-warning.disabled:hover, #page #content .widget .btn-warning.disabled:focus, #page #content .widget .btn-warning.disabled:active, #page #content .widget .btn-warning.disabled.active, #page #content .widget .btn-warning[disabled], #page #content .widget .btn-warning[disabled]:hover, #page #content .widget .btn-warning[disabled]:focus, #page #content .widget .btn-warning[disabled]:active, #page #content .widget .btn-warning[disabled].active, fieldset[disabled] #page #content .widget .btn-warning, fieldset[disabled] #page #content .widget .btn-warning:hover, fieldset[disabled] #page #content .widget .btn-warning:focus, fieldset[disabled] #page #content .widget .btn-warning:active, fieldset[disabled] #page #content .widget .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } -.content .btn-warning .badge { +#page #content .widget .btn-warning .badge { color: #f0ad4e; background-color: white; } -.content .btn-danger { +#page #content .widget .btn-danger { color: white; background-color: #d9534f; border-color: #d43f3a; } -.content .btn-danger:hover, .content .btn-danger:focus, .content .btn-danger:active, .content .btn-danger.active, .open > .content .btn-danger.dropdown-toggle { +#page #content .widget .btn-danger:hover, #page #content .widget .btn-danger:focus, #page #content .widget .btn-danger:active, #page #content .widget .btn-danger.active, .open > #page #content .widget .btn-danger.dropdown-toggle { color: white; background-color: #c9302c; border-color: #ac2925; } -.content .btn-danger:active, .content .btn-danger.active, .open > .content .btn-danger.dropdown-toggle { +#page #content .widget .btn-danger:active, #page #content .widget .btn-danger.active, .open > #page #content .widget .btn-danger.dropdown-toggle { background-image: none; } -.content .btn-danger.disabled, .content .btn-danger.disabled:hover, .content .btn-danger.disabled:focus, .content .btn-danger.disabled:active, .content .btn-danger.disabled.active, .content .btn-danger[disabled], .content .btn-danger[disabled]:hover, .content .btn-danger[disabled]:focus, .content .btn-danger[disabled]:active, .content .btn-danger[disabled].active, fieldset[disabled] .content .btn-danger, fieldset[disabled] .content .btn-danger:hover, fieldset[disabled] .content .btn-danger:focus, fieldset[disabled] .content .btn-danger:active, fieldset[disabled] .content .btn-danger.active { +#page #content .widget .btn-danger.disabled, #page #content .widget .btn-danger.disabled:hover, #page #content .widget .btn-danger.disabled:focus, #page #content .widget .btn-danger.disabled:active, #page #content .widget .btn-danger.disabled.active, #page #content .widget .btn-danger[disabled], #page #content .widget .btn-danger[disabled]:hover, #page #content .widget .btn-danger[disabled]:focus, #page #content .widget .btn-danger[disabled]:active, #page #content .widget .btn-danger[disabled].active, fieldset[disabled] #page #content .widget .btn-danger, fieldset[disabled] #page #content .widget .btn-danger:hover, fieldset[disabled] #page #content .widget .btn-danger:focus, fieldset[disabled] #page #content .widget .btn-danger:active, fieldset[disabled] #page #content .widget .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } -.content .btn-danger .badge { +#page #content .widget .btn-danger .badge { color: #d9534f; background-color: white; } -.content .btn-link { - color: #428bca; +#page #content .widget .btn-link { + color: #428bca !important; font-weight: normal; cursor: pointer; border-radius: 0; } -.content .btn-link, .content .btn-link:active, .content .btn-link[disabled], fieldset[disabled] .content .btn-link { +#page #content .widget .btn-link, #page #content .widget .btn-link:active, #page #content .widget .btn-link[disabled], fieldset[disabled] #page #content .widget .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } -.content .btn-link, .content .btn-link:hover, .content .btn-link:focus, .content .btn-link:active { +#page #content .widget .btn-link, #page #content .widget .btn-link:hover, #page #content .widget .btn-link:focus, #page #content .widget .btn-link:active { border-color: transparent; } -.content .btn-link:hover, .content .btn-link:focus { - color: #2a6496; +#page #content .widget .btn-link:hover, #page #content .widget .btn-link:focus { + color: #2a6496 !important; text-decoration: underline; background-color: transparent; } -.content .btn-link[disabled]:hover, .content .btn-link[disabled]:focus, fieldset[disabled] .content .btn-link:hover, fieldset[disabled] .content .btn-link:focus { - color: #777777; +#page #content .widget .btn-link[disabled]:hover, #page #content .widget .btn-link[disabled]:focus, fieldset[disabled] #page #content .widget .btn-link:hover, fieldset[disabled] #page #content .widget .btn-link:focus { + color: #777777 !important; text-decoration: none; } -.content .btn-lg, .content .btn-group-lg > .btn { +#page #content .widget .btn-lg, #page #content .widget .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } -.content .btn-sm, .content .btn-group-sm > .btn { +#page #content .widget .btn-sm, #page #content .widget .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } -.content .btn-xs, .content .btn-group-xs > .btn { +#page #content .widget .btn-xs, #page #content .widget .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } -.content .btn-block { +#page #content .widget .btn-block { display: block; width: 100%; } -.content .btn-block + .content .btn-block { +#page #content .widget .btn-block + #page #content .widget .btn-block { margin-top: 5px; } -input[type="submit"].content.btn-block, -input[type="reset"].content.btn-block, -input[type="button"].content.btn-block { +input[type="submit"]#page #content .widget.btn-block, +input[type="reset"]#page #content .widget.btn-block, +input[type="button"]#page #content .widget.btn-block { width: 100%; } @@ -8136,7 +8450,7 @@ body.sticky .ie8 #footers { border-color: #cccccc; background-color: white; } -#mega-footer .widget .widget-head h2 { +#mega-footer .widget .widget-title { margin: 0; font-size: 1em; color: black; @@ -8321,18 +8635,15 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } -#mega-footer .widget.uc-ecw { +#mega-footer .widget .uc-cal { font: inherit; + padding: 0 !important; + margin: 1em !important; /*- - - - - */ /**/ /**/ - /**/ } -#mega-footer .widget.uc-ecw .uc-cal { - margin: 1em !important; - padding: 0 !important; -} -#mega-footer .widget.uc-ecw .uc-cal * { +#mega-footer .widget .uc-cal * { margin: 0 !important; padding: 0 !important; border: 0 !important; @@ -8347,42 +8658,31 @@ body.sticky .ie8 #footers { display: block !important; box-shadow: none !important; text-transform: none !important; + text-decoration: none !important; min-height: inherit !important; border-radius: 0 !important; } -#mega-footer .widget.uc-ecw .uc-cal-item { +#mega-footer .widget .uc-cal .uc-cal-item { margin: 1em 0 !important; } -#mega-footer .widget.uc-ecw .uc-cal-item .uc-cal-event { +#mega-footer .widget .uc-cal .uc-cal-item .uc-cal-event { position: relative !important; color: #428bca !important; - /* - - inherits color from the .uc-cal-event , so the hovers text decorations work. - - .uc-cal-event-title { - @if $parent == "#mega-footer" { - color:$megafooter-ecw-title-color !important; - } @else { - color:$ecw-title-color !important; - } - } - - */ } -#mega-footer .widget.uc-ecw .uc-cal-item .uc-cal-event .uc-cal-event-date { +#mega-footer .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date { float: left !important; position: relative !important; top: 0; color: #428bca !important; } -#mega-footer .widget.uc-ecw .uc-cal-item .uc-cal-event:hover { +#mega-footer .widget .uc-cal .uc-cal-item .uc-cal-event:hover { + text-decoration: underline !important; color: #2a6496 !important; } -#mega-footer .widget.uc-ecw .uc-cal-item .uc-cal-event:hover .uc-cal-event-date { +#mega-footer .widget .uc-cal .uc-cal-item .uc-cal-event:hover .uc-cal-event-date { color: #2a6496 !important; } -#mega-footer .widget.uc-ecw .uc-cal-item .uc-cal-event:after { +#mega-footer .widget .uc-cal .uc-cal-item .uc-cal-event:after { visibility: hidden !important; display: block !important; font-size: 0 !important; @@ -8390,15 +8690,15 @@ body.sticky .ie8 #footers { clear: both !important; height: 0 !important; } -#mega-footer .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event { +#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event { padding-left: 70px !important; } -#mega-footer .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { +#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { left: -70px; margin-right: -55px !important; width: 55px !important; } -#mega-footer .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { +#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { padding: 0.7em 0 0 !important; border-width: 1px 1px 0 !important; border-style: solid !important; @@ -8409,8 +8709,11 @@ body.sticky .ie8 #footers { border-color: #cccccc !important; background-color: white !important; color: black !important; + border-color: #cccccc !important; + background-color: white !important; + color: inherit !important; } -#mega-footer .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { +#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { padding: 0 0 0.2em 0 !important; border-width: 0 1px 1px !important; border-style: solid !important; @@ -8419,26 +8722,29 @@ body.sticky .ie8 #footers { border-color: #cccccc !important; background-color: white !important; color: black !important; + border-color: #cccccc !important; + background-color: white !important; + color: inherit !important; } -#mega-footer .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time { +#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time { color: black !important; } -#mega-footer .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month { +#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month { border-color: #cccccc !important; background-color: white !important; color: black !important; } -#mega-footer .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-day { +#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-day { background-color: white !important; color: black !important; } -#mega-footer .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time { +#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time { color: #2a6496 !important; } -#mega-footer .widget.uc-ecw .uc-listcal { +#mega-footer .widget .uc-cal.uc-listcal { padding-left: 3.7em !important; } -#mega-footer .widget.uc-ecw .uc-listcal .uc-cal-event-date { +#mega-footer .widget .uc-cal.uc-listcal .uc-cal-event-date { width: 3.7em !important; left: -3.7em !important; margin-right: -3.7em !important; @@ -8446,6 +8752,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-hours-widget caption { padding: .5em; } +#mega-footer .widget.widget_siteorigin-panels-postloop .post { + padding: 1em; +} #footer { padding: 1.5em 0; @@ -8472,7 +8781,6 @@ body.sticky .ie8 #footers { } #footers .btn { - content: 'zzzzzzz95'; display: inline-block; margin-bottom: 0; font-weight: normal; @@ -8491,13 +8799,13 @@ body.sticky .ie8 #footers { -ms-user-select: none; user-select: none; } -#footers .btn:focus, #footers .btn:active:focus, #footers .btn.active:focus { +#footers .btn:active:focus, #footers .btn.active:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } #footers .btn:hover, #footers .btn:focus { - color: #333333; + color: #333333 !important; text-decoration: none; } #footers .btn:active, #footers .btn.active { @@ -8648,7 +8956,7 @@ body.sticky .ie8 #footers { } #footers .btn-link { - color: #428bca; + color: #428bca !important; font-weight: normal; cursor: pointer; border-radius: 0; @@ -8662,12 +8970,12 @@ body.sticky .ie8 #footers { border-color: transparent; } #footers .btn-link:hover, #footers .btn-link:focus { - color: #2a6496; + color: #2a6496 !important; text-decoration: underline; background-color: transparent; } #footers .btn-link[disabled]:hover, #footers .btn-link[disabled]:focus, fieldset[disabled] #footers .btn-link:hover, fieldset[disabled] #footers .btn-link:focus { - color: #777777; + color: #777777 !important; text-decoration: none; }